bugreports_DuplicateSpaces.json 6.3 KB

12345678910111213141516171819202122232425262728293031323334
  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\">\n <info>\n <title>IEEE</title>\n <id>http://www.zotero.org/styles/ieee</id>\n <link href=\"http://www.zotero.org/styles/ieee\" rel=\"self\"/>\n <author>\n <name>Michael Berkowitz</name>\n <email>mberkowi@gmu.edu</email>\n </author>\n <contributor>\n <name>Julian Onions</name>\n <email>julian.onions@gmail.com</email>\n </contributor>\n <contributor>\n <name>Rintze Zelle</name>\n <uri>http://forums.zotero.org/account/831/</uri>\n </contributor>\n <category field=\"engineering\"/>\n <category field=\"generic-base\"/>\n <category citation-format=\"numeric\"/>\n <updated>2010-02-06T06:35:40+00:00</updated>\n <link href=\"http://www.ieee.org/portal/cms_docs_iportals/iportals/publications/authors/transjnl/stylemanual.pdf\" rel=\"documentation\"/>\n </info>\n <macro name=\"author\">\n <names variable=\"author\">\n <name initialize-with=\".\" delimiter=\", \" and=\"text\"/>\n <label form=\"short\" prefix=\", \" text-case=\"capitalize-first\" suffix=\".\" strip-periods=\"true\"/>\n <substitute>\n <names variable=\"editor\"/>\n <names variable=\"translator\"/>\n </substitute>\n </names>\n </macro>\n <macro name=\"editor\">\n <names variable=\"editor\">\n <name initialize-with=\".\" delimiter=\", \" and=\"text\" name-as-sort-order=\"all\"/>\n <label form=\"short\" prefix=\", \" text-case=\"capitalize-first\" suffix=\".\" strip-periods=\"true\"/>\n </names>\n </macro>\n <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\" quotes=\"true\"/>\n </else>\n </choose>\n </macro>\n <macro name=\"publisher\">\n <text variable=\"publisher-place\" suffix=\": \" prefix=\" \"/>\n <text variable=\"publisher\" suffix=\", \"/>\n <date variable=\"issued\">\n <date-part name=\"year\"/>\n </date>\n </macro>\n <macro name=\"access\">\n <text variable=\"URL\"/>\n </macro>\n <macro name=\"page\">\n <group>\n <label variable=\"page\" form=\"short\" suffix=\". \" strip-periods=\"true\"/>\n <text variable=\"page\"/>\n </group>\n </macro>\n <citation et-al-min=\"3\" et-al-use-first=\"1\" collapse=\"citation-number\">\n <sort>\n <key variable=\"citation-number\"/>\n </sort>\n <layout delimiter=\",\">\n <text variable=\"citation-number\" prefix=\"[\" suffix=\"]\"/>\n </layout>\n </citation>\n <bibliography entry-spacing=\"0\" second-field-align=\"flush\">\n <layout suffix=\".\">\n <text variable=\"citation-number\" prefix=\"[\" suffix=\"]\"/>\n <text macro=\"author\" prefix=\" \" suffix=\", \"/>\n <choose>\n <if type=\"bill book graphic legal_case motion_picture report song\" match=\"any\">\n <group delimiter=\", \">\n <text macro=\"title\"/>\n <text macro=\"publisher\"/>\n </group>\n </if>\n <else-if type=\"chapter paper-conference\" match=\"any\">\n <group delimiter=\", \">\n <text macro=\"title\"/>\n <text variable=\"container-title\" font-style=\"italic\"/>\n <text macro=\"editor\"/>\n <text macro=\"publisher\"/>\n <text macro=\"page\"/>\n </group>\n </else-if>\n <else-if type=\"patent\">\n <text macro=\"title\" suffix=\", \"/>\n <text variable=\"number\" prefix=\"U.S. Patent \"/>\n <date variable=\"issued\" prefix=\", \">\n <date-part name=\"month\" suffix=\" \"/>\n <date-part name=\"day\" suffix=\", \"/>\n <date-part name=\"year\"/>\n </date>\n </else-if>\n <else-if type=\"thesis\">\n <group delimiter=\", \">\n <text macro=\"title\"/>\n <text variable=\"genre\"/>\n <text variable=\"publisher\"/>\n <date variable=\"issued\">\n <date-part name=\"year\"/>\n </date>\n </group>\n </else-if>\n <else>\n <group delimiter=\", \">\n <text macro=\"title\"/>\n <text variable=\"container-title\" font-style=\"italic\"/>\n <text variable=\"volume\" prefix=\" vol. \"/>\n <date variable=\"issued\">\n <date-part name=\"month\" form=\"short\" suffix=\". \" strip-periods=\"true\"/>\n <date-part name=\"year\"/>\n </date>\n <text macro=\"page\"/>\n </group>\n </else>\n </choose>\n </layout>\n </bibliography></style>",
  8. "input": [
  9. {
  10. "URL": "http://www.test01.com",
  11. "author": [
  12. {
  13. "family": "D'Arcus",
  14. "given": "Bruce",
  15. "static-ordering": false
  16. }
  17. ],
  18. "id": "ITEM-1",
  19. "issued": {
  20. "date-parts": [
  21. [
  22. 2006
  23. ]
  24. ]
  25. },
  26. "publisher": "Routledge",
  27. "publisher-place": "New York",
  28. "title": "Boundaries of Dissent: Protest and State Power in the Media Age",
  29. "type": "book"
  30. }
  31. ],
  32. "mode": "bibliography",
  33. "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">\n <div class=\"csl-left-margin\">[1]</div><div class=\"csl-right-inline\"> B. D’Arcus, <i>Boundaries of Dissent: Protest and State Power in the Media Age</i>, New York: Routledge, 2006.</div></div></div>"
  34. }