punctuation_SemicolonDelimiter.json 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": false,
  5. "citation_items": false,
  6. "citations": false,
  7. "csl": "<style xmlns=\"http://purl.org/net/xbiblio/csl\" class=\"in-text\" version=\"1.0\" demote-non-dropping-particle=\"sort-only\"><info>\n <title>Semicolon Test</title>\n <id>http://www.zotero.org/styles/semicolon</id>\n <link href=\"http://www.zotero.org/styles/semicolon\" rel=\"self\"/>\n <author>\n <name>Simon Kornblith</name>\n <email>simon@simonster.com</email>\n </author>\n <category citation-format=\"author-date\"/>\n <updated>2011-05-12T00:16:05+00:00</updated>\n <rights>This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights></info><macro name=\"author\">\n <names variable=\"author\">\n <name name-as-sort-order=\"all\" sort-separator=\", \" initialize-with=\". \" delimiter=\"; \" delimiter-precedes-last=\"always\"/>\n </names></macro><macro name=\"author-short\">\n <names variable=\"author\">\n <name form=\"short\" and=\"symbol\" delimiter=\", \" initialize-with=\". \"/>\n </names></macro> \n <citation>\n <sort>\n <key macro=\"author\"/>\n </sort>\n <layout prefix=\"(\" suffix=\")\" delimiter=\", \">\n <group delimiter=\", \">\n\t<text macro=\"author-short\"/>\n </group>\n </layout></citation><bibliography hanging-indent=\"true\" et-al-min=\"8\" et-al-use-first=\"7\" entry-spacing=\"0\" line-spacing=\"2\">\n <sort>\n <key macro=\"author\"/>\n </sort>\n <layout>\n\t<text macro=\"author\" suffix=\".\"/>\n </layout></bibliography></style>",
  8. "input": [
  9. {
  10. "URL": "www.reporturl.com",
  11. "accessed": {
  12. "date-parts": [
  13. [
  14. 2007,
  15. 12,
  16. 12
  17. ]
  18. ]
  19. },
  20. "archive_location": "loc archieve",
  21. "author": [
  22. {
  23. "family": "Bauthor",
  24. "given": "One Two",
  25. "isInstitution": ""
  26. },
  27. {
  28. "family": "Cauthor",
  29. "given": "Two",
  30. "isInstitution": ""
  31. },
  32. {
  33. "family": "Dauthor",
  34. "given": "Three",
  35. "isInstitution": ""
  36. },
  37. {
  38. "family": "Eauthor",
  39. "given": "Edward",
  40. "isInstitution": ""
  41. },
  42. {
  43. "family": "Fauthor",
  44. "given": "Fritz",
  45. "isInstitution": ""
  46. },
  47. {
  48. "family": "Gauthor",
  49. "given": "Gerd",
  50. "isInstitution": ""
  51. }
  52. ],
  53. "event-place": "Reportplace",
  54. "genre": "Report Type",
  55. "id": 1,
  56. "issued": {
  57. "date-parts": [
  58. [
  59. 2009,
  60. 12,
  61. 12
  62. ]
  63. ]
  64. },
  65. "multi": {
  66. "_keys": {}
  67. },
  68. "number": "17",
  69. "publisher": "Institution",
  70. "publisher-place": "Reportplace",
  71. "title": "Report on something many authors",
  72. "type": "report"
  73. }
  74. ],
  75. "mode": "bibliography",
  76. "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">Bauthor, O. T.; Cauthor, T.; Dauthor, T.; Eauthor, E.; Fauthor, F.; Gauthor, G.</div></div>"
  77. }