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

>>==== RESULT ====>>
Doe 1995; Roe 1995
<<==== RESULT ====<<

>>==== CITATION-ITEMS ====>>
[
    [
        {
            "id": "ITEM-1"
        },
        {
            "id": "ITEM-2"
        }
    ]
]
<<==== CITATION-ITEMS ====<<

>>==== 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>
  <macro name="author">
    <names variable="author">
      <name form="short"/>
    </names>
  </macro>
  <citation>
    <sort>
      <key variable="issued" sort="ascending"/>
      <key macro="author" sort="ascending"/>
    </sort>
    <layout delimiter="; ">
      <group delimiter=" ">
        <text macro="author" />
        <date variable="issued" form="text" date-parts="year"/>
      </group>
    </layout>
  </citation>
</style>
<<==== CSL ====<<

>>==== INPUT ====>>
[
  {
    "author": [
      {
        "family": "Roe",
        "given": "Jane"
      }
    ],
    "id": "ITEM-1",
    "issued": {
      "date-parts": [
        [
          1995
        ]
      ]
    },
    "type": "book"
  },
  {
    "author": [
      {
        "family": "Doe",
        "given": "John"
      }
    ],
    "id": "ITEM-2",
    "issued": {
      "date-parts": [
        [
          1995
        ]
      ]
    },
    "type": "book"
  }
]
<<==== INPUT ====<<



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

