1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
>>===== MODE =====>>
citation
<<===== MODE =====<<
>>===== RESULT =====>>
(1965a,b)
<<===== RESULT =====<<
>>===== CSL =====>>
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0">
<info>
<title>Molecular Ecology (dev)</title>
<id>http://www.zotero.org/styles/Molecular Ecology</id>
<link href="http://www.zotero.org/styles/Molecular Ecology" rel="self"/>
<author>
<name>myname</name>
<email>myname@gmx.net</email>
</author>
<contributor>
<name> Sebastian Karcher</name>
</contributor>
<category field="biology"/>
<category field="generic-base"/>
<updated>2011-04-06T02:21:30+00:00</updated>
<rights>This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
</info>
<citation year-suffix-delimiter=","
disambiguate-add-year-suffix="true"
collapse="year-suffix"
disambiguate-add-names="true">
<layout prefix="(" suffix=")" delimiter="; ">
<!-- layout delimiter="; " -->
<date variable="issued">
<date-part name="year"/>
</date>
</layout>
</citation>
<bibliography>
<layout>
<text value="dummy"/>
</layout>
</bibliography>
</style>
<<===== CSL =====<<
>>===== INPUT =====>>
[
{
"author": [
{
"family": "Doe",
"given": "John"
}
],
"id": "ITEM-1",
"issued": {
"date-parts": [
[
"1965"
]
]
},
"type": "book"
},
{
"author": [
{
"family": "Doe",
"given": "John"
}
],
"id": "ITEM-2",
"issued": {
"date-parts": [
[
"1965"
]
]
},
"type": "book"
}
]
<<===== INPUT =====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<
|