123456789101112131415161718192021222324252627282930313233343536 |
- {
- "abbreviations": false,
- "bibentries": false,
- "bibsection": false,
- "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><macro name=\"elaborate-citation-number\">\n <text variable=\"citation-number\" prefix=\"[\" suffix=\"]\"/></macro><citation>\n <layout>\n\t <text variable=\"title\"/>\n </layout></citation><bibliography second-field-align=\"flush\">\n <layout>\n <text macro=\"elaborate-citation-number\"/>\n\t <names variable=\"author\">\n\t <name initialize-with=\". \" name-as-sort-order=\"all\" sort-separator=\", \"/>\n </names>\n <text variable=\"title\"/>\n </layout></bibliography></style>",
- "input": [
- {
- "author": [
- {
- "family": "Hodgins",
- "given": "Christopher"
- }
- ],
- "container-title": "Big Series",
- "id": "ITEM-1",
- "title": "One",
- "type": "book"
- },
- {
- "author": [
- {
- "family": "Smith",
- "given": "John"
- }
- ],
- "container-title": "Big Series",
- "id": "ITEM-2",
- "title": "One+",
- "type": "book"
- }
- ],
- "mode": "bibliography-header",
- "result": "bibend: </div>\nbibliography_errors: \nbibstart: <div class=\"csl-bib-body\">\n\nentry_ids: ITEM-1,ITEM-2\nentryspacing: 1\nlinespacing: 1\nmaxoffset: 3\nsecond-field-align: flush"
- }
|