>>===== MODE =====>>
citation
<<===== MODE =====<<




>>===== RESULT =====>>
..[0] [citation1-item1-note1] Appleton “Tom Swift and His Electric Runabout” (1910).
..[1] [citation2-item1-note2] ibid.
..[2] [citation3-item1-note2] ibid. page 33.
..[3] [citation4-item2-note3] Bloggs “A Very Short Book Indeed” (2012); [citation4-item1-note3] Appleton supra note 1.
..[4] [citation5-item1-note4] Appleton supra note 1 page 99.
..[5] [citation6-item1-note4] Appleton supra note 1.
>>[6] [citation7-item1-note4] ibid.
<<===== RESULT =====<<


>>===== CITATIONS =====>>
[
    [
        {
            "citationID": "CITATION-1",
            "citationItems": [
                {
                    "id": "ITEM-1",
                    "prefix": "[citation1-item1-note1] "
                }
            ],
            "properties": {
                "noteIndex": 1
            }
        },
        [],
        []
    ],
    [
        {
            "citationID": "CITATION-2",
            "citationItems": [
                {
                    "id": "ITEM-1",
                    "prefix": "[citation2-item1-note2] "
                }
            ],
            "properties": {
                "noteIndex": 2
            }
        },
        [
            [
                "CITATION-1",
                1
            ]
        ],
        []
    ],
    [
        {
            "citationID": "CITATION-3",
            "citationItems": [
                {
                    "id": "ITEM-1",
                    "locator": "33",
                    "prefix": "[citation3-item1-note2] "
                }
            ],
            "properties": {
                "noteIndex": 2
            }
        },
        [
            [
                "CITATION-1",
                1
            ],
            [
                "CITATION-2",
                2
            ]
        ],
        []
    ],
    [
        {
            "citationID": "CITATION-4",
            "citationItems": [
                {
                    "id": "ITEM-2",
                    "prefix": "[citation4-item2-note3] "
                },
                {
                    "id": "ITEM-1",
                    "prefix": "[citation4-item1-note3] "
                }
            ],
            "properties": {
                "noteIndex": 3
            }
        },
        [
            [
                "CITATION-1",
                1
            ],
            [
                "CITATION-2",
                2
            ],
            [
                "CITATION-3",
                2
            ]
        ],
        []
    ],
    [
        {
            "citationID": "CITATION-5",
            "citationItems": [
                {
                    "id": "ITEM-1",
                    "locator": "99",
                    "prefix": "[citation5-item1-note4] "
                }
            ],
            "properties": {
                "noteIndex": 4
            }
        },
        [
            [
                "CITATION-1",
                1
            ],
            [
                "CITATION-2",
                2
            ],
            [
                "CITATION-3",
                2
            ],
            [
                "CITATION-4",
                3
            ]
        ],
        []
    ],
    [
        {
            "citationID": "CITATION-6",
            "citationItems": [
                {
                    "id": "ITEM-1",
                    "prefix": "[citation6-item1-note4] "
                }
            ],
            "properties": {
                "noteIndex": 4
            }
        },
        [
            [
                "CITATION-1",
                1
            ],
            [
                "CITATION-2",
                2
            ],
            [
                "CITATION-3",
                2
            ],
            [
                "CITATION-4",
                3
            ],
            [
                "CITATION-5",
                4
            ]
        ],
        []
    ],
    [
        {
            "citationID": "CITATION-7",
            "citationItems": [
                {
                    "id": "ITEM-1",
                    "prefix": "[citation7-item1-note4] "
                }
            ],
            "properties": {
                "noteIndex": 4
            }
        },
        [
            [
                "CITATION-1",
                1
            ],
            [
                "CITATION-2",
                2
            ],
            [
                "CITATION-3",
                2
            ],
            [
                "CITATION-4",
                3
            ],
            [
                "CITATION-5",
                4
            ],
            [
                "CITATION-6",
                4
            ]
        ],
        []
    ]
]
<<===== CITATIONS =====<<


>>===== CSL =====>>
<style 
      xmlns="http://purl.org/net/xbiblio/csl"
      class="in-text"
      version="1.0">
  <info>
    <id />
    <title />
    <updated>2009-08-10T04:49:00+09:00</updated>
  </info>
  <citation>
    <layout suffix="." delimiter="; ">
      <choose>
        <if position="ibid-with-locator">
          <group delimiter=" ">
            <text term="ibid" />
            <group delimiter=" ">
              <label variable="locator"/>
              <text variable="locator"/>
            </group>
          </group>
        </if>
        <else-if position="ibid">
          <text term="ibid" />
        </else-if>
        <else-if position="subsequent">
          <group delimiter=" ">
            <names variable="author">
              <name form="short" />
            </names>
            <text value="supra"/>
            <group delimiter=" ">
              <text value="note"/>
              <text variable="first-reference-note-number"/>
            </group>
            <group delimiter=" ">
              <label variable="locator"/>
              <text variable="locator"/>
            </group>
          </group>
        </else-if>
        <else>
          <group delimiter=" ">
            <names variable="author">
              <name form="short" />
            </names>
            <text quotes="true" variable="title" />
            <date prefix="(" suffix=")" variable="issued">
              <date-part name="year" />
            </date>
          </group>
        </else>
      </choose>
    </layout>
  </citation>
</style>
<<===== CSL =====<<


>>===== INPUT =====>>
[
    {
        "author": [
            {
                "family": "Appleton", 
                "given": "Victor"
            }
        ], 
        "id": "ITEM-1", 
        "issued": {
            "date-parts": [
                [
                    "1910"
                ]
            ]
        }, 
        "title": "Tom Swift and His Electric Runabout", 
        "type": "book"
    },
    {
        "author": [
            {
                "family": "Bloggs", 
                "given": "Joe" 
            }
        ], 
        "id": "ITEM-2", 
        "issued": {
            "date-parts": [
                [
                    "2012"
                ]
            ]
        }, 
        "title": "A Very Short Book Indeed", 
        "type": "book"
    }
]
<<===== INPUT =====<<


>>===== VERSION =====>>
1.0
<<===== VERSION =====<<

