12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "abbreviations": false,
- "bibentries": false,
- "bibsection": {
- "quash": [
- {
- "field": "type",
- "value": "manuscript"
- },
- {
- "field": "issued",
- "value": ""
- }
- ]
- },
- "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>\n <text value=\"Oops\"/>\n </layout></citation><bibliography>\n <sort>\n <key variable=\"title\" />\n </sort>\n <layout>\n <text variable=\"title\" />\n </layout></bibliography></style>",
- "input": [
- {
- "id": "ITEM-1",
- "title": "Manuscript C",
- "type": "manuscript"
- },
- {
- "id": "ITEM-2",
- "issued": {
- "date-parts": [
- [
- 2000,
- 11,
- 1
- ]
- ]
- },
- "title": "Article B",
- "type": "article-journal"
- },
- {
- "id": "ITEM-3",
- "issued": {
- "date-parts": [
- [
- 2000,
- 12,
- 1
- ]
- ]
- },
- "title": "Book A",
- "type": "book"
- },
- {
- "id": "ITEM-4",
- "issued": {
- "date-parts": [
- [
- 1850,
- 12,
- 1
- ]
- ]
- },
- "title": "Manuscript D",
- "type": "manuscript"
- }
- ],
- "mode": "bibliography",
- "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">Article B</div><div class=\"csl-entry\">Book A</div><div class=\"csl-entry\">Manuscript D</div></div>"
- }
|