bugreports_UndefinedInName2.json 6.5 KB

1234567891011121314151617181920212223242526
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": false,
  5. "citation_items": false,
  6. "citations": false,
  7. "csl": "<?xml version=\"1.0\" encoding=\"utf-8\"?><style xmlns=\"http://purl.org/net/xbiblio/csl\" class=\"in-text\" version=\"1.0\"><info>\n <title>American Political Science Association</title>\n <id>http://www.zotero.org/styles/apsa</id>\n <link href=\"http://www.zotero.org/styles/apsa\" rel=\"self\"/>\n <author>\n <name>Julian Onions</name>\n <email>julian.onions@gmail.com</email>\n </author>\n <category citation-format=\"author-date\"/>\n <category field=\"political_science\"/>\n <updated>2008-11-22T17:18:47+00:00</updated>\n <summary>The American Political Science Association style.</summary>\n <link href=\"http://www.ipsonet.org/data/files/APSAStyleManual2006.pdf\" rel=\"documentation\"/></info><macro name=\"editor\">\n <names variable=\"editor\" delimiter=\", \">\n <label form=\"short\" text-case=\"lowercase\" suffix=\". \" strip-periods=\"true\"/>\n <name and=\"text\" delimiter=\", \"/>\n </names></macro><macro name=\"author\">\n <names variable=\"author\">\n <name name-as-sort-order=\"first\" and=\"text\" sort-separator=\", \" delimiter=\", \" delimiter-precedes-last=\"always\"/>\n <label form=\"short\" prefix=\", \" suffix=\".\" text-case=\"lowercase\" strip-periods=\"true\"/>\n <substitute>\n <names variable=\"editor\"/>\n <text variable=\"title\"/>\n </substitute>\n </names></macro><macro name=\"author-short\">\n <names variable=\"author\">\n <name form=\"short\" and=\"text\" delimiter=\", \" initialize-with=\". \"/>\n <substitute>\n <names variable=\"editor\"/>\n <names variable=\"translator\"/>\n <text variable=\"title\"/>\n </substitute>\n </names></macro><macro name=\"access\">\n <group delimiter=\" \">\n <text value=\"Available at:\"/>\n <text variable=\"URL\"/>\n <group prefix=\"[\" suffix=\"]\">\n <text term=\"accessed\" text-case=\"capitalize-first\" suffix=\" \"/>\n <date variable=\"accessed\">\n <date-part name=\"month\" suffix=\" \"/>\n <date-part name=\"day\" suffix=\", \"/>\n <date-part name=\"year\"/>\n </date>\n </group>\n </group></macro><macro name=\"title\">\n <choose>\n <if type=\"bill book graphic legal_case motion_picture report song\" match=\"any\">\n <text variable=\"title\" font-style=\"italic\"/>\n </if>\n <else>\n <text variable=\"title\"/>\n </else>\n </choose></macro><macro name=\"publisher\">\n <group delimiter=\": \">\n <text variable=\"publisher-place\"/>\n <text variable=\"publisher\"/>\n </group></macro><macro name=\"year-date\">\n <group prefix=\" \">\n <choose>\n <if variable=\"issued\">\n <date variable=\"issued\">\n <date-part name=\"year\"/>\n </date>\n </if>\n <else>\n <text term=\"no date\" form=\"short\"/>\n </else>\n </choose>\n </group></macro><macro name=\"edition\">\n <choose>\n <if is-numeric=\"edition\">\n <group delimiter=\" \">\n <number variable=\"edition\" form=\"ordinal\"/>\n <text term=\"edition\" form=\"short\" suffix=\".\" strip-periods=\"true\"/>\n </group>\n </if>\n <else>\n <text variable=\"edition\" suffix=\".\"/>\n </else>\n </choose></macro><citation et-al-min=\"4\" et-al-use-first=\"1\" et-al-subsequent-min=\"6\" et-al-subsequent-use-first=\"1\" disambiguate-add-year-suffix=\"true\" disambiguate-add-names=\"true\" disambiguate-add-givenname=\"true\" collapse=\"year\">\n <layout prefix=\"(\" suffix=\")\" delimiter=\"; \">\n <group delimiter=\", \">\n <group delimiter=\" \">\n <text macro=\"author-short\"/>\n <text macro=\"year-date\"/>\n </group>\n <text variable=\"locator\"/>\n </group>\n </layout></citation><bibliography hanging-indent=\"true\" et-al-min=\"4\" et-al-use-first=\"1\">\n <sort>\n <key macro=\"author\"/>\n <key variable=\"title\"/>\n </sort>\n <layout>\n <text macro=\"author\" suffix=\".\"/>\n <date variable=\"issued\" prefix=\" \" suffix=\".\">\n <date-part name=\"year\"/>\n </date>\n <choose>\n <if type=\"bill book graphic legal_case motion_picture report song\" match=\"any\">\n <group prefix=\" \" delimiter=\" \">\n <text macro=\"title\" suffix=\".\"/>\n <text macro=\"edition\"/>\n <text macro=\"editor\" suffix=\".\"/>\n </group>\n <text prefix=\" \" suffix=\".\" macro=\"publisher\"/>\n </if>\n <else-if type=\"chapter paper-conference\" match=\"any\">\n <text macro=\"title\" prefix=\" \" suffix=\".\" quotes=\"true\"/>\n <group prefix=\" \" delimiter=\" \">\n <text term=\"in\" text-case=\"capitalize-first\"/>\n <text variable=\"container-title\" font-style=\"italic\" suffix=\",\"/>\n <text variable=\"collection-title\" suffix=\",\"/>\n <text macro=\"editor\" suffix=\".\"/>\n <group suffix=\".\">\n <text macro=\"publisher\"/>\n <group prefix=\", \">\n <text variable=\"page\" prefix=\"p. \"/>\n </group>\n </group>\n </group>\n </else-if>\n <else>\n <group prefix=\" \" delimiter=\" \" suffix=\".\">\n <text macro=\"title\" quotes=\"true\"/>\n <text macro=\"editor\"/>\n </group>\n <group prefix=\" \" suffix=\".\">\n <text variable=\"container-title\" font-style=\"italic\"/>\n <group prefix=\" \">\n <text variable=\"volume\"/>\n <text variable=\"issue\" prefix=\"(\" suffix=\")\"/>\n </group>\n <text variable=\"page\" prefix=\": \"/>\n </group>\n </else>\n </choose>\n <text prefix=\" \" macro=\"access\" suffix=\".\"/>\n </layout></bibliography></style>\n",
  8. "input": [
  9. {
  10. "author": [
  11. {
  12. "family": "Kim",
  13. "given": "B-X"
  14. },
  15. {
  16. "family": "Kim",
  17. "given": "A-Y"
  18. }
  19. ],
  20. "id": "ITEM-1",
  21. "type": "book"
  22. }
  23. ],
  24. "mode": "bibliography",
  25. "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">Kim, B-X, and A-Y Kim.</div></div>"
  26. }