12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "abbreviations": false,
- "bibentries": false,
- "bibsection": false,
- "citation_items": false,
- "citations": [
- [
- {
- "citationID": "CITATION-1",
- "citationItems": [
- {
- "id": "ITEM-1"
- },
- {
- "id": "ITEM-3"
- },
- {
- "id": "ITEM-2"
- }
- ],
- "properties": {
- "noteIndex": 1
- }
- },
- [],
- []
- ]
- ],
- "csl": "<style \n xmlns=\"http://purl.org/net/xbiblio/csl\"\n class=\"in-text\"\n version=\"1.0\"><info>\n <id />\n <title />\n <updated>2009-08-10T04:49:00+09:00</updated></info><macro name=\"author\">\n <names variable=\"author\">\n <name form=\"short\" />\n </names></macro><citation>\n <sort>\n <key variable=\"issued\" />\n </sort>\n <layout cite-group-delimiter=\", \" delimiter=\"; \">\n <group delimiter=\" \">\n <text macro=\"author\" />\n <date form=\"text\" variable=\"issued\" date-parts=\"year\"/>\n </group>\n </layout></citation></style>",
- "input": [
- {
- "author": [
- {
- "family": "Aalto",
- "given": "Alan"
- }
- ],
- "id": "ITEM-1",
- "issued": {
- "date-parts": [
- [
- 2001
- ]
- ]
- },
- "type": "book"
- },
- {
- "author": [
- {
- "family": "Aalto",
- "given": "Alan"
- }
- ],
- "id": "ITEM-2",
- "issued": {
- "date-parts": [
- [
- 2000
- ]
- ]
- },
- "type": "book"
- },
- {
- "author": [
- {
- "family": "Banda",
- "given": "Gino"
- }
- ],
- "id": "ITEM-3",
- "issued": {
- "date-parts": [
- [
- 1999
- ]
- ]
- },
- "type": "book"
- }
- ],
- "mode": "citation",
- "result": ">>[0] Banda 1999; Aalto 2000, Aalto 2001"
- }
|