citeproc-0.1: test/csl/integration_SimpleFirstReferenceNoteNumber.txt
>>===== MODE =====>>
citation
<<===== MODE =====<<
>>===== RESULT =====>>
..[0] Doe, “Life of Doe” (1901).
..[1] Roe, “Life of Roe” (1900).
..[2] Doe, supra note 1.
>>[3] Roe, supra note 2.
<<===== RESULT =====<<
>>===== CSL =====>>
<style
xmlns="http://purl.org/net/xbiblio/csl"
class="note"
version="1.0">
<info>
<id />
<title />
<updated>2009-08-10T04:49:00+09:00</updated>
</info>
<citation>
<layout suffix=".">
<choose>
<if position="first">
<group delimiter=" ">
<group delimiter=", ">
<names variable="author">
<name form="short"/>
</names>
<text variable="title" quotes="true"/>
</group>
<date variable="issued" date-parts="year" form="text" prefix="(" suffix=")"/>
</group>
</if>
<else-if position="subsequent">
<group delimiter=", ">
<names variable="author">
<name form="short"/>
</names>
<text value="supra"/>
</group>
<text variable="first-reference-note-number" prefix=" note "/>
</else-if>
<else>
<text term="ibid"/>
</else>
</choose>
</layout>
</citation>
</style>
<<===== CSL =====<<
>>===== CITATIONS =====>>
[
[
{
"citationID": "CITATION-1",
"citationItems": [
{
"id": "ITEM-1"
}
],
"properties": {
"noteIndex": 1
}
},
[],
[]
],
[
{
"citationID": "CITATION-2",
"citationItems": [
{
"id": "ITEM-2"
}
],
"properties": {
"noteIndex": 2
}
},
[
[
"CITATION-1",
1
]
],
[]
],
[
{
"citationID": "CITATION-3",
"citationItems": [
{
"id": "ITEM-1"
}
],
"properties": {
"noteIndex": 3
}
},
[
[
"CITATION-1",
1
],
[
"CITATION-2",
2
]
],
[]
],
[
{
"citationID": "CITATION-4",
"citationItems": [
{
"id": "ITEM-2"
}
],
"properties": {
"noteIndex": 4
}
},
[
[
"CITATION-1",
1
],
[
"CITATION-2",
2
],
[
"CITATION-3",
3
]
],
[]
]
]
<<===== CITATIONS =====<<
>>===== INPUT =====>>
[
{
"author": [
{
"family": "Doe",
"given": "John"
}
],
"id": "ITEM-1",
"type": "book",
"title": "Life of Doe",
"issued": {
"date-parts": [
[
1901
]
]
}
},
{
"author": [
{
"family": "Roe",
"given": "Jane"
}
],
"id": "ITEM-2",
"type": "book",
"title": "Life of Roe",
"issued": {
"date-parts": [
[
1900
]
]
}
}
]
<<===== INPUT =====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<