simplespace_case1.json 7.5 KB

123456789101112131415161718192021222324252627282930313233
  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>Harvard Reference format 1 (Author-Date)</title>\n <id>http://www.zotero.org/styles/harvard1</id>\n <link href=\"http://www.zotero.org/styles/harvard1\" 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=\"generic-base\"/>\n <updated>2008-10-29T21:20:42+00:00</updated>\n <summary>The Harvard author-date style</summary>\n <link href=\"http://libweb.anglia.ac.uk/referencing/harvard.htm\" rel=\"documentation\"/></info><macro name=\"editor\">\n <names variable=\"editor\" delimiter=\", \">\n <name and=\"symbol\" initialize-with=\". \" delimiter=\", \"/>\n <label form=\"short\" prefix=\", \" text-case=\"lowercase\" suffix=\".\" strip-periods=\"true\"/>\n </names></macro><macro name=\"anon\">\n <text term=\"anonymous\" form=\"short\" text-case=\"capitalize-first\" strip-periods=\"true\"/></macro><macro name=\"author\">\n <names variable=\"author\">\n <name name-as-sort-order=\"all\" and=\"symbol\" sort-separator=\", \" initialize-with=\".\" delimiter-precedes-last=\"never\" delimiter=\", \"/>\n <label form=\"short\" prefix=\" \" suffix=\".\" text-case=\"lowercase\" strip-periods=\"true\"/>\n <substitute>\n <names variable=\"editor\"/>\n <text macro=\"anon\"/>\n </substitute>\n </names></macro><macro name=\"author-short\">\n <names variable=\"author\">\n <name form=\"short\" and=\"symbol\" delimiter=\", \" delimiter-precedes-last=\"never\" initialize-with=\". \"/>\n <substitute>\n <names variable=\"editor\"/>\n <names variable=\"translator\"/>\n <text macro=\"anon\"/>\n </substitute>\n </names></macro><macro name=\"access\">\n <group>\n <text value=\"Available at:\" suffix=\" \"/>\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 thesis\" 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 <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></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><macro name=\"pages\">\n <group>\n <label variable=\"page\" form=\"short\" suffix=\" \"/>\n <text variable=\"page\"/>\n </group></macro><citation et-al-min=\"3\" et-al-use-first=\"1\" et-al-subsequent-min=\"3\" et-al-subsequent-use-first=\"1\" disambiguate-add-year-suffix=\"true\" disambiguate-add-names=\"true\" disambiguate-add-givenname=\"true\">\n <layout prefix=\"(\" suffix=\")\" delimiter=\"; \">\n <group delimiter=\", \">\n <group delimiter=\" \">\n <text macro=\"author-short\"/>\n <text macro=\"year-date\"/>\n </group>\n <group>\n <label variable=\"locator\" suffix=\".\" form=\"short\" strip-periods=\"true\"/>\n <text variable=\"locator\"/>\n </group>\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=\" \" suffix=\",\">\n <text macro=\"title\"/>\n <text macro=\"edition\"/>\n <text macro=\"editor\"/>\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=\".\"/>\n <group prefix=\" \" delimiter=\" \">\n <text term=\"in\" text-case=\"capitalize-first\"/>\n <text macro=\"editor\"/>\n <text variable=\"container-title\" font-style=\"italic\" suffix=\".\"/>\n <text variable=\"collection-title\" suffix=\".\"/>\n <group suffix=\".\" delimiter=\", \">\n <text macro=\"publisher\" prefix=\" \"/>\n <text macro=\"pages\"/>\n </group>\n </group>\n </else-if>\n <else-if type=\"thesis\">\n <group prefix=\" \" suffix=\".\" delimiter=\". \">\n <text macro=\"title\"/>\n <text variable=\"genre\"/>\n <text macro=\"publisher\"/>\n </group>\n </else-if>\n <else>\n <group suffix=\".\">\n <text macro=\"title\" prefix=\" \"/>\n <text macro=\"editor\" prefix=\" \"/>\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 <group prefix=\", \">\n <label variable=\"page\" suffix=\".\" form=\"short\" strip-periods=\"true\"/>\n <text variable=\"page\"/>\n </group>\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": "Doe",
  13. "given": "Jhon"
  14. }
  15. ],
  16. "container-title": "Some title",
  17. "edition": "Vintage First edition",
  18. "id": "ITEM-1",
  19. "issued": {
  20. "date-parts": [
  21. [
  22. 1992
  23. ]
  24. ]
  25. },
  26. "page": "250-300",
  27. "publisher": "Vintage",
  28. "type": "chapter"
  29. }
  30. ],
  31. "mode": "bibliography",
  32. "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">Doe, J., 1992. In <i>Some title</i>. Vintage, pp. 250–300.</div></div>"
  33. }