123456789101112131415161718192021 |
- {
- "abbreviations": false,
- "bibentries": false,
- "bibsection": false,
- "citation_items": false,
- "citations": false,
- "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>Modern Language Association</title>\n <id>http://www.zotero.org/styles/mla</id>\n <link href=\"http://www.zotero.org/styles/mla\" rel=\"self\"/>\n <author>\n <name>Simon Kornblith</name>\n <email>simon@simonster.com</email>\n </author>\n <contributor>\n <name> modified by Christian Werthschulte</name>\n <email>Christian.Werthschulte@rub.de</email>\n </contributor>\n <category field=\"generic-base\"/>\n <category citation-format=\"author-date\"/>\n <updated>2008-08-14T19:52:55+00:00</updated></info><macro name=\"editor-translator\">\n <names variable=\"editor translator\" delimiter=\". \">\n <label form=\"verb-short\" text-case=\"capitalize-first\" suffix=\". \" strip-periods=\"true\"/>\n <name and=\"symbol\" 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=\".\" strip-periods=\"true\"/>\n <substitute>\n <names variable=\"editor\"/>\n <names variable=\"translator\"/>\n <text macro=\"title\"/>\n </substitute>\n </names></macro><macro name=\"author-short\">\n <names variable=\"author\">\n <name form=\"short\" and=\"symbol\" delimiter=\", \" initialize-with=\". \"/>\n <substitute>\n <names variable=\"editor\"/>\n <names variable=\"translator\"/>\n <text macro=\"title-short\"/>\n </substitute>\n </names></macro><macro name=\"access\">\n <group delimiter=\" \">\n <date variable=\"accessed\">\n <date-part name=\"day\" suffix=\" \"/>\n <date-part name=\"month\" form=\"short\" suffix=\" \"/>\n <date-part name=\"year\"/>\n </date>\n <text variable=\"URL\" prefix=\"<\" suffix=\">\"/>\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\" quotes=\"true\"/>\n </else>\n </choose></macro><macro name=\"title-short\">\n <choose>\n <if type=\"bill book graphic legal_case motion_picture report song\" match=\"any\">\n <text variable=\"title\" form=\"short\" font-style=\"italic\"/>\n </if>\n <else>\n <text variable=\"title\" form=\"short\" quotes=\"true\"/>\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\"/>\n </else>\n </choose></macro><macro name=\"publisher-year\">\n <group delimiter=\", \">\n <group delimiter=\": \">\n <text variable=\"publisher-place\"/>\n <text variable=\"publisher\"/>\n </group>\n <date variable=\"issued\">\n <date-part name=\"year\"/>\n </date>\n </group></macro><citation et-al-min=\"4\" et-al-use-first=\"1\" disambiguate-add-names=\"true\" disambiguate-add-givenname=\"true\">\n <layout prefix=\"(\" suffix=\")\" delimiter=\"; \">\n <group delimiter=\" \">\n <choose>\n <if variable=\"author editor translator\" match=\"any\">\n <group delimiter=\", \">\n <text macro=\"author-short\"/>\n <choose>\n <if disambiguate=\"true\">\n <text macro=\"title-short\"/>\n </if>\n </choose>\n </group>\n </if>\n <else>\n <text macro=\"title-short\"/>\n </else>\n </choose>\n <text variable=\"locator\"/>\n </group>\n </layout></citation><bibliography hanging-indent=\"true\" et-al-min=\"4\" et-al-use-first=\"1\" line-spacing=\"2\" subsequent-author-substitute=\"---\">\n <sort>\n <key macro=\"author\"/>\n <key variable=\"title\"/>\n </sort>\n <layout>\n <text macro=\"author\" suffix=\".\"/>\n <text macro=\"title\" prefix=\" \" suffix=\".\"/>\n <choose>\n <if type=\"bill book graphic legal_case motion_picture report song\" match=\"any\">\n <text macro=\"edition\" prefix=\" \" suffix=\".\"/>\n <text macro=\"editor-translator\" prefix=\" \" suffix=\".\"/>\n <text macro=\"publisher-year\" prefix=\" \" suffix=\".\"/>\n </if>\n <else-if type=\"chapter paper-conference\" match=\"any\">\n <group>\n <text variable=\"container-title\" font-style=\"italic\" prefix=\" \" suffix=\".\"/>\n <text macro=\"edition\" prefix=\" \" suffix=\".\"/>\n <text macro=\"editor-translator\" prefix=\" \" suffix=\".\"/>\n <text macro=\"publisher-year\" prefix=\" \" suffix=\".\"/>\n </group>\n <text variable=\"page\" prefix=\" \" suffix=\".\"/>\n </else-if>\n <else>\n <group prefix=\" \" suffix=\".\" delimiter=\": \">\n <group delimiter=\" \">\n <text macro=\"editor-translator\" suffix=\".\"/>\n <text variable=\"container-title\" font-style=\"italic\"/>\n <choose>\n <if type=\"article-journal\">\n <group delimiter=\" \">\n <group delimiter=\".\">\n <text variable=\"volume\"/>\n <text variable=\"issue\"/>\n </group>\n <date variable=\"issued\" prefix=\"(\" suffix=\")\">\n <date-part name=\"year\"/>\n </date>\n </group>\n </if>\n <else>\n <date variable=\"issued\">\n <date-part name=\"day\" suffix=\" \"/>\n <date-part name=\"month\" form=\"short\" suffix=\" \"/>\n <date-part name=\"year\"/>\n </date>\n </else>\n </choose>\n </group>\n <text variable=\"page\"/>\n </group>\n </else>\n </choose>\n <text prefix=\" \" suffix=\".\" macro=\"access\"/>\n </layout></bibliography></style>\n",
- "input": [
- {
- "author": [
- {
- "given": "I Test J R"
- }
- ],
- "id": "ITEM-1",
- "type": "book"
- }
- ],
- "mode": "bibliography",
- "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">I Test J R.</div></div>"
- }
|