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




>>===== RESULT =====>>
..[0] Appleton “Tom Swift and His Electric Runabout” (1910).
..[1] Bloggs “A Very Short Book Indeed” (2012).
>>[2] Ibid.
<<===== RESULT =====<<


>>===== CITATIONS =====>>
[
    [
        {
            "citationID": "CITATION-1",
            "citationItems": [
                {
                    "id": "ITEM-1"
                }
            ],
            "properties": {
                "noteIndex": 0
            }
        },
        [],
        []
    ],
    [
        {
            "citationID": "CITATION-2",
            "citationItems": [
                {
                    "id": "ITEM-2"
                }
            ],
            "properties": {
                "noteIndex": 1
            }
        },
        [
            [
                "CITATION-1",
                0
            ]
        ],
        []
    ],
    [
        {
            "citationID": "CITATION-3",
            "citationItems": [
                {
                    "id": "ITEM-1"
                }
            ],
            "properties": {
                "noteIndex": 0
            }
        },
        [
            [
                "CITATION-1",
                0
            ],
            [
                "CITATION-2",
                1
            ]
        ],
        []
    ]
]
<<===== CITATIONS =====<<


>>===== 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="ibid">
          <text term="ibid" />
        </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 =====<<

