123456789101112131415161718192021222324 |
- {
- "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=\"title\">\n <text variable=\"title\"/></macro><macro name=\"day-month\">\n <text value=\"Bogus\"/></macro><macro name=\"publisher\">\n <text value=\"Bogus\"/></macro><macro name=\"contributors\">\n <text value=\"Bogus\"/></macro><macro name=\"event\">\n <choose>\n <if variable=\"event\">\n <choose>\n <if type=\"paper-conference\">\n <text value=\"paper presented at\" text-case=\"capitalize-first\" suffix=\" \"/>\n <text variable=\"event\"/>\n </if>\n <else-if type=\"speech\">\n <text value=\"speech delivered at\" text-case=\"capitalize-first\" suffix=\" \"/>\n <text variable=\"event\"/>\n </else-if>\n </choose>\n </if>\n </choose></macro><macro name=\"issue\">\n <choose>\n <if type=\"paper-conference speech\" match=\"any\">\n <group prefix=\". \" delimiter=\", \">\n <text macro=\"event\"/>\n <text variable=\"event-place\"/>\n <text macro=\"day-month\"/>\n </group>\n </if>\n <else-if type=\"article-journal\">\n <text macro=\"day-month\" prefix=\" (\" suffix=\")\"/>\n </else-if>\n <else-if type=\"article-newspaper article-magazine\" match=\"any\">\n <text macro=\"day-month\" prefix=\", \"/>\n </else-if>\n <else-if type=\"legal_case\"> </else-if>\n <else>\n <group prefix=\". \" delimiter=\", \">\n <choose>\n <if type=\"thesis\">\n <text variable=\"genre\" text-case=\"capitalize-first\"/>\n </if>\n </choose>\n <text macro=\"publisher\"/>\n <text macro=\"day-month\"/>\n </group>\n </else>\n </choose></macro><citation>\n <layout>\n <text value=\"Bogus\"/>\n </layout></citation><bibliography\n hanging-indent=\"true\"\n et-al-min=\"11\"\n et-al-use-first=\"7\"\n subsequent-author-substitute=\"———\"\n entry-spacing=\"0\">\n <sort>\n <key macro=\"contributors\"/>\n <key variable=\"issued\"/>\n </sort>\n <layout suffix=\".\">\n <!-- text macro=\"contributors\" suffix=\". \"/ -->\n <!-- text macro=\"date\" suffix=\". \"/ -->\n <text macro=\"title\"/>\n <!-- text macro=\"description\"/ -->\n <!-- text macro=\"secondary-contributors\" prefix=\". \"/ -->\n <!-- text macro=\"container-title\" prefix=\". \"/ -->\n <!-- text macro=\"container-contributors\"/ -->\n <!-- text macro=\"locators-chapter\"/ -->\n <!-- text macro=\"edition\" prefix=\". \"/ -->\n <!-- text macro=\"locators\"/ -->\n <!-- text macro=\"collection-title\" prefix=\". \"/ -->\n <text macro=\"issue\"/>\n <!-- text macro=\"locators-article\"/ -->\n <!-- text macro=\"access\" prefix=\". Available at: \"/ -->\n </layout></bibliography></style>",
- "input": [
- {
- "event": "Big Event",
- "id": "ITEM-1",
- "title": "My Anonymous Paper",
- "type": "paper-conference"
- },
- {
- "event": "Other Big Event",
- "id": "ITEM-2",
- "title": "My Anonymous Speech",
- "type": "speech"
- }
- ],
- "mode": "bibliography",
- "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">My Anonymous Paper. Paper presented at Big Event, Bogus.</div><div class=\"csl-entry\">My Anonymous Speech. Speech delivered at Other Big Event, Bogus.</div></div>"
- }
|