1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "abbreviations": false,
- "bibentries": false,
- "bibsection": false,
- "citation_items": [
- [
- {
- "id": "ITEM-1",
- "suppress-author": 1
- }
- ],
- [
- {
- "id": "ITEM-2"
- }
- ]
- ],
- "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=\"; \" prefix=\"(\" suffix=\")\">\n <group delimiter=\" \">\n <names variable=\"editor\">\n <name />\n <substitute>\n <text variable=\"title\" />\n </substitute>\n </names>\n <date variable=\"issued\">\n <date-part name=\"year\" />\n </date>\n </group>\n </layout></citation></style>",
- "input": [
- {
- "abstract": "An interesting book by an interesting author.",
- "editor": [
- {
- "family": "Smith",
- "given": "John"
- }
- ],
- "id": "ITEM-1",
- "issued": {
- "date-parts": [
- [
- "2005"
- ]
- ]
- },
- "title": "Book A",
- "type": "book"
- },
- {
- "abstract": "An old contribution to a new field.",
- "editor": [
- {
- "family": "Jones",
- "given": "Robert"
- }
- ],
- "id": "ITEM-2",
- "issued": {
- "date-parts": [
- [
- "2000"
- ]
- ]
- },
- "title": "Book B",
- "type": "book"
- }
- ],
- "mode": "citation",
- "result": "(2005)\n(Robert Jones 2000)"
- }
|