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


>>===== RESULT =====>>
>>[0] Doe v. Roe, 12 U.S. 23, 34 L.Ed. 45 (2001)
>>[1] Id. at 78, 34 L.Ed. 89
..[2] Smith v. Jones, 56 U.S. 67 (2002)
<<===== RESULT =====<<


>>===== CITATIONS =====>>
[
    [
        {
            "citationID": "CITATION-1", 
            "citationItems": [
                {
                    "id": "ITEM-1", 
                    "locator": "78"
                }, 
                {
                    "id": "ITEM-2", 
                    "locator": "89"
                }
            ], 
            "properties": {
                "noteIndex": 1
            }
        }, 
        [], 
        []
    ], 
    [
        {
            "citationID": "CITATION-2", 
            "citationItems": [
                {
                    "id": "ITEM-3"
                }
            ], 
            "properties": {
                "noteIndex": 2
            }
        }, 
        [
            [
                "CITATION-1", 
                1
            ]
        ], 
        []
    ], 
    [
        {
            "citationID": "CITATION-3", 
            "citationItems": [
                {
                    "id": "ITEM-1"
                }, 
                {
                    "id": "ITEM-2"
                }
            ], 
            "properties": {
                "noteIndex": 1
            }
        }, 
        [], 
        [
            [
                "CITATION-1", 
                2
            ], 
            [
                "CITATION-2", 
                3
            ]
        ]
    ]
]
<<===== 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>
  <locale xml:lang="en">
    <terms>
      <term name="ibid">id.</term>
    </terms>
  </locale>
  <citation>
    <layout delimiter="; ">
      <choose>
      <if position="first">
        <group delimiter=", ">
          <group parallel-delimiter-override=", " parallel-first="title">
            <text variable="title"/>
          </group>
          <group delimiter=" ">
            <text variable="volume"/>
            <text variable="container-title"/>
            <text variable="page"/>
            <group parallel-last="issued">
              <date variable="issued" prefix="(" suffix=")">
                <date-part name="year"/>
              </date>
            </group>
          </group>
        </group>
      </if>
      <else-if position="ibid-with-locator">
        <text term="ibid" suffix=" at "/>
        <text variable="locator"/>
      </else-if>
      <else-if position="ibid">
        <text term="ibid"/>
      </else-if>
      <else-if position="subsequent">
        <group delimiter=", ">
          <group parallel-delimiter-override=", " parallel-first="title">
            <text variable="title"/>
          </group>
          <group delimiter=" ">
            <text variable="volume"/>
            <text variable="container-title"/>
            <choose>
            <if variable="locator">
              <text variable="locator"/>
            </if>
            <else>
              <text variable="page"/>
            </else>
            </choose>
           </group>
        </group>
      </else-if>
      <else>
        <text value="WTF?"/>
      </else>
      </choose>
    </layout>
  </citation>
</style>
<<===== CSL =====<<


>>===== INPUT =====>>
[
    {
        "title": "Doe v. Roe",
        "volume": "12",
        "container-title": "U.S.",
        "page": "23",
        "issued": {
          "date-parts": [
            [2001]
          ]
        },
        "id": "ITEM-1", 
        "jurisdiction": "us",
        "type": "legal_case",
        "seeAlso": ["ITEM-1", "ITEM-2"]
    }, 
    {
        "title": "Doe v. Roe",
        "volume": "34",
        "container-title": "L.Ed.",
        "page": "45",
        "issued": {
          "date-parts": [
            [2001]
          ]
        },
        "id": "ITEM-2", 
        "jurisdiction": "us",
        "type": "legal_case",
        "seeAlso": ["ITEM-1", "ITEM-2"]
    }, 
    {
        "title": "Smith v. Jones",
        "volume": "56",
        "container-title": "U.S.",
        "page": "67",
        "issued": {
          "date-parts": [
            [2002]
          ]
        },
        "id": "ITEM-3", 
        "jurisdiction": "us",
        "type": "legal_case"
    }
]
<<===== INPUT =====<<
