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


>>===== RESULT =====>>
Smith (1986, 1992; Doe 1971)
Doe (1971; Smith 1986, 1992)
<<===== RESULT =====<<


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

]
<<===== 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
	 collapse="year"
         et-al-min="3"
         et-al-use-first="1"
         disambiguate-add-names="true"
         disambiguate-add-givenname="true"
         disambiguate-add-year-suffix="true">
    <layout delimiter="; "
       	 prefix="("
	 suffix=")">
      <group delimiter=" ">
        <names delimiter=", " variable="author">
          <name and="symbol" delimiter-precedes-last="never" form="short"/>
        </names>
        <date variable="issued">
          <date-part name="year"/>
        </date>
      </group>
    </layout>
  </citation>
</style>
<<===== CSL =====<<


>>===== INPUT =====>>
[
    {
        "author": [
            {
                "family": "Smith", 
                "given": "John"
            }
        ], 
        "issued": {
            "date-parts": [
                [
                    1986
                ]
            ]
        }, 
        "type": "book",
        "id": "ITEM-1"
    },
        {
        "author": [
            {
                "family": "Smith", 
                "given": "John"
            }
        ], 
        "issued": {
            "date-parts": [
                [
                    1992
                ]
            ]
        }, 
        "type": "book",
        "id": "ITEM-2"
    },
   {
        "author": [
            {
                "family": "Doe", 
                "given": "Peter"
            }
        ], 
        "issued": {
            "date-parts": [
                [
                    1971
                ]
            ]
        }, 
        "type": "book",
        "id": "ITEM-3"
    }
    
]
<<===== INPUT =====<<

