12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "abbreviations": false,
- "bibentries": false,
- "bibsection": false,
- "citation_items": false,
- "citations": [
- [
- {
- "citationID": "CITATION-1",
- "citationItems": [
- {
- "id": "ITEM-1",
- "locator": 201
- },
- {
- "id": "ITEM-2",
- "locator": 301
- },
- {
- "id": "ITEM-1",
- "locator": 201
- },
- {
- "id": "ITEM-2",
- "locator": 301
- },
- {
- "id": "ITEM-3",
- "locator": 401
- }
- ],
- "properties": {
- "index": 0,
- "noteIndex": 1
- }
- },
- [],
- []
- ]
- ],
- "csl": "<style \n xmlns=\"http://purl.org/net/xbiblio/csl\"\n class=\"note\"\n version=\"1.0\"><info>\n <id />\n <title />\n <updated>2009-08-10T04:49:00+09:00</updated></info><citation year-suffix-delimiter=\", \">\n <layout delimiter=\"; \" suffix=\".\">\n <choose>\n <if position=\"first\">\n <group delimiter=\", \">\n <text variable=\"title\"/>\n <group delimiter=\" \">\n <text variable=\"volume\"/>\n <text variable=\"container-title\"/>\n <group>\n <text variable=\"page\"/>\n <text variable=\"locator\" prefix=\", \"/>\n </group>\n <date variable=\"issued\" date-parts=\"year\" form=\"text\" prefix=\"(\" suffix=\")\"/>\n </group>\n </group>\n </if>\n <else-if position=\"ibid-with-locator\">\n <text term=\"ibid\"/>\n <text variable=\"locator\" prefix=\" at \"/>\n </else-if>\n <else-if position=\"ibid\">\n <text term=\"ibid\"/>\n </else-if>\n <else-if position=\"subsequent\">\n <group delimiter=\", \">\n <text variable=\"title\"/>\n <group delimiter=\" \">\n <text variable=\"volume\"/>\n <text variable=\"container-title\"/>\n <text variable=\"locator\"/>\n </group>\n </group>\n </else-if>\n <else>\n <text value=\"WTF?\"/>\n </else>\n </choose>\n </layout></citation></style>",
- "input": [
- {
- "container-title": "U.S.",
- "id": "ITEM-1",
- "issued": {
- "date-parts": [
- [
- "1965"
- ]
- ]
- },
- "page": "200",
- "title": "Smith v. Noakes",
- "type": "legal_case",
- "volume": "222"
- },
- {
- "container-title": "L.Ed.",
- "id": "ITEM-2",
- "issued": {
- "date-parts": [
- [
- "1965"
- ]
- ]
- },
- "page": "300",
- "title": "Smith v. Noakes",
- "type": "legal_case",
- "volume": "333"
- },
- {
- "container-title": "U.S.",
- "id": "ITEM-3",
- "issued": {
- "date-parts": [
- [
- "1966"
- ]
- ]
- },
- "page": "400",
- "title": "Jim v. Bob",
- "type": "legal_case",
- "volume": "444"
- }
- ],
- "mode": "citation",
- "result": ">>[0] Smith v. Noakes, 222 U.S. 200, 201, 333 L.Ed. 300, 301 (1965); ibid., 333 L.Ed. 301; Jim v. Bob, 444 U.S. 400, 401 (1966)."
- }
|