{
    "abbreviations": false, 
    "bibentries": false, 
    "bibsection": false, 
    "citation_items": false, 
    "citations": false, 
    "csl": "<style \n      xmlns=\"http://purl.org/net/xbiblio/csl\"\n      class=\"in-text\"\n      version=\"1.0\"><info>\n    <id />\n    <title />\n    <updated>2009-08-10T04:49:00+09: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=\"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=\"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=\"&lt;\" suffix=\"&gt;\"/>\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=\"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>", 
    "input": [
        {
            "author": [
                {
                    "family": "Noakes", 
                    "given": "Richard"
                }
            ], 
            "id": "ITEM-1", 
            "title": "Hello", 
            "translator": [
                {
                    "family": "Roe", 
                    "given": "Jane"
                }
            ], 
            "type": "book"
        }
    ], 
    "mode": "bibliography", 
    "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\">Noakes, Richard. <i>Hello</i>. Trans. Jane Roe.</div></div>"
}