12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "abbreviations": false,
- "bibentries": false,
- "bibsection": false,
- "citation_items": false,
- "citations": [
- [
- {
- "citationID": "CITATION-1",
- "citationItems": [
- {
- "id": "ITEM-1",
- "suppress-author": true
- }
- ],
- "properties": {
- "noteIndex": 1
- }
- },
- [],
- []
- ],
- [
- {
- "citationID": "CITATION-2",
- "citationItems": [
- {
- "id": "ITEM-2",
- "suppress-author": true
- }
- ],
- "properties": {
- "noteIndex": 2
- }
- },
- [
- [
- "CITATION-1",
- 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>\n <citation>\n <layout delimiter=\"; \">\n <group delimiter=\"+\">\n <names variable=\"author\">\n <name form=\"short\" />\n <label prefix=\" (\" suffix=\")\"/>\n </names>\n <names variable=\"editor\">\n <name form=\"short\" />\n <label prefix=\" (\" suffix=\")\"/>\n </names>\n <names variable=\"translator\">\n <name form=\"short\" />\n <label prefix=\" (\" suffix=\")\"/>\n </names>\n </group>\n </layout></citation></style>",
- "input": [
- {
- "author": [
- {
- "family": "Aalto",
- "given": "Alan"
- }
- ],
- "editor": [
- {
- "family": "Blevins",
- "given": "Butthead"
- }
- ],
- "id": "ITEM-1",
- "type": "book"
- },
- {
- "editor": [
- {
- "family": "Colostomy",
- "given": "Colin"
- }
- ],
- "id": "ITEM-2",
- "translator": [
- {
- "family": "Dropsie",
- "given": "David"
- }
- ],
- "type": "book"
- }
- ],
- "mode": "citation",
- "result": "..[0] Blevins (editor)\n>>[1] Dropsie (translator)"
- }
|