123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "abbreviations": false,
- "bibentries": [
- [
- "ITEM-1",
- "ITEM-2",
- "ITEM-3",
- "ITEM-4",
- "ITEM-5"
- ],
- [
- "ITEM-1",
- "ITEM-4",
- "ITEM-5",
- "ITEM-2",
- "ITEM-3"
- ]
- ],
- "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 <layout delimiter=\"; \" suffix=\".\">\n <group delimiter=\" \">\n <names variable=\"author\">\n <name form=\"short\" />\n </names>\n <date variable=\"issued\">\n <date-part name=\"year\" />\n </date>\n </group>\n </layout></citation></style>",
- "input": [
- {
- "author": [
- {
- "family": "Doe",
- "given": "John",
- "static-ordering": false
- }
- ],
- "id": "ITEM-1",
- "issued": {
- "date-parts": [
- [
- 1960
- ]
- ]
- },
- "title": "Book A",
- "type": "book"
- },
- {
- "author": [
- {
- "family": "Roe",
- "given": "Jane",
- "static-ordering": false
- }
- ],
- "id": "ITEM-2",
- "issued": {
- "date-parts": [
- [
- 1970
- ]
- ]
- },
- "title": "Book B",
- "type": "book"
- },
- {
- "author": [
- {
- "family": "Smith",
- "given": "John",
- "static-ordering": false
- }
- ],
- "id": "ITEM-3",
- "issued": {
- "date-parts": [
- [
- 1980
- ]
- ]
- },
- "title": "Book C",
- "type": "book"
- },
- {
- "author": [
- {
- "family": "Brown",
- "given": "Robert",
- "static-ordering": false
- }
- ],
- "id": "ITEM-4",
- "issued": {
- "date-parts": [
- [
- 1990
- ]
- ]
- },
- "title": "Book D",
- "type": "book"
- },
- {
- "author": [
- {
- "family": "Ichi",
- "given": "Taro",
- "static-ordering": false
- }
- ],
- "id": "ITEM-5",
- "issued": {
- "date-parts": [
- [
- 2000
- ]
- ]
- },
- "title": "Book E",
- "type": "book"
- }
- ],
- "mode": "citation",
- "result": "Doe 1960; Brown 1990; Ichi 2000; Roe 1970; Smith 1980."
- }
|