123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "abbreviations": false,
- "bibentries": false,
- "bibsection": false,
- "citation_items": false,
- "citations": [
- [
- {
- "citationID": "CITATION-1",
- "citationItems": [
- {
- "id": "ITEM-1"
- },
- {
- "id": "ITEM-2"
- }
- ],
- "properties": {
- "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 disambiguate-add-year-suffix=\"true\">\n <layout delimiter=\"; \" prefix=\"(\" suffix=\")\">\n <group delimiter=\" \">\n <names variable=\"author\">\n <name/>\n </names>\n <group>\n <choose>\n <if variable=\"issued\">\n <date variable=\"issued\" form=\"text\" date-parts=\"year\"/>\n <text variable=\"year-suffix\"/>\n </if>\n <else>\n <text term=\"no date\" form=\"short\"/>\n <text variable=\"year-suffix\" prefix=\"-\"/>\n </else>\n </choose>\n </group>\n </group>\n <group delimiter=\" \" prefix=\" [\" suffix=\"]\">\n <text term=\"accessed\" suffix=\": \" text-case=\"capitalize-first\"/>\n <date variable=\"accessed\" form=\"text\" date-parts=\"year-month-day\"/>\n </group>\n </layout></citation></style>",
- "input": [
- {
- "accessed": {
- "date-parts": [
- [
- "1965",
- "6",
- "1"
- ]
- ]
- },
- "author": [
- {
- "family": "Doe",
- "given": "John"
- }
- ],
- "id": "ITEM-1",
- "type": "book"
- },
- {
- "accessed": {
- "date-parts": [
- [
- "2065",
- "6",
- "1"
- ]
- ]
- },
- "author": [
- {
- "family": "Doe",
- "given": "John"
- }
- ],
- "id": "ITEM-2",
- "type": "book"
- }
- ],
- "mode": "citation",
- "result": ">>[0] (John Doe n.d.-a [Accessed: June 01, 1965]; John Doe n.d.-b [Accessed: June 01, 2065])"
- }
|