1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "abbreviations": false,
- "bibentries": false,
- "bibsection": false,
- "citation_items": false,
- "citations": false,
- "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>\n <sort>\n <key sort=\"ascending\" variable=\"issued\" />\n <key variable=\"title\" />\n </sort>\n <layout delimiter=\"; \">\n <text variable=\"title\" />\n </layout></citation></style>",
- "input": [
- {
- "id": "ITEM-1",
- "title": "Item 1",
- "type": "book"
- },
- {
- "id": "ITEM-2",
- "issued": {
- "date-parts": [
- [
- "1999",
- "2",
- "15"
- ]
- ]
- },
- "title": "Item 2",
- "type": "book"
- },
- {
- "id": "ITEM-3",
- "title": "Item 3",
- "type": "book"
- },
- {
- "id": "ITEM-4",
- "issued": {
- "date-parts": [
- [
- "2000",
- "2",
- "15"
- ]
- ]
- },
- "title": "Item 4",
- "type": "book"
- }
- ],
- "mode": "citation",
- "result": "Item 2; Item 4; Item 1; Item 3"
- }
|