12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "abbreviations": false,
- "bibentries": false,
- "bibsection": false,
- "citation_items": [
- [
- {
- "id": "ITEM-1",
- "prefix": "<sc>See</sc> "
- }
- ]
- ],
- "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>2007-10-26T21:32:52+02:00</updated></info><citation>\n <layout prefix=\"(\" 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": "Smith",
- "given": "John",
- "static-ordering": false
- }
- ],
- "id": "ITEM-1",
- "issued": {
- "date-parts": [
- [
- "2000",
- "2",
- "15"
- ]
- ]
- },
- "title": "Book C",
- "type": "book"
- }
- ],
- "mode": "citation",
- "result": "(<span style=\"font-variant:small-caps;\">See</span> Smith 2000)"
- }
|