{
    "abbreviations": false, 
    "bibentries": false, 
    "bibsection": false, 
    "citation_items": false, 
    "citations": false, 
    "csl": "<style \n      xmlns=\"http://purl.org/net/xbiblio/csl\"\n      class=\"note\"\n      version=\"1.0\"><info>\n    <id />\n    <title />\n    <updated>2009-08-10T04:49:00+09:00</updated></info><macro name=\"author\">\n    <names variable=\"author\">\n      <name />\n    </names></macro><macro name=\"author-short\">\n    <names variable=\"author\">\n      <name form=\"short\" />\n    </names></macro><macro name=\"title\">\n    <choose>\n      <if type=\"book\">\n        <text font-style=\"italic\" variable=\"title\" />\n      </if>\n      <else>\n        <text variable=\"title\" />\n      </else>\n    </choose></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    </choose></macro><citation>\n    <layout delimiter=\"; \" prefix=\"(\" suffix=\")\">\n      <group delimiter=\", \">\n        <group delimiter=\" \">\n          <text macro=\"author-short\" />\n          <text macro=\"year-date\" />\n        </group>\n        <group>\n          <label form=\"short\" suffix=\".\" variable=\"locator\" />\n          <text variable=\"locator\" />\n        </group>\n      </group>\n    </layout></citation><bibliography>\n    <layout>\n      <choose>\n        <if type=\"book\">\n          <group delimiter=\" \" suffix=\".\">\n            <text macro=\"title\" />\n            <text macro=\"author\" prefix=\"(\" suffix=\"),\" />\n            <date variable=\"issued\">\n              <date-part name=\"year\" />\n            </date>\n          </group>\n        </if>\n        <else-if type=\"article\">\n          <group delimiter=\" \" suffix=\".\">\n            <text macro=\"author\" suffix=\",\" />\n            <date suffix=\".\" variable=\"issued\">\n              <date-part name=\"year\" />\n            </date>\n            <text macro=\"title\" />\n          </group>\n        </else-if>\n        <else-if type=\"report\">\n          <group delimiter=\" \" suffix=\".\">\n            <date suffix=\".\" variable=\"issued\">\n              <date-part name=\"year\" />\n            </date>\n            <text macro=\"title\" suffix=\",\" />\n            <text macro=\"author\" />\n          </group>\n        </else-if>\n        <else-if type=\"paper-conference\">\n          <group delimiter=\" \" suffix=\".\">\n            <text macro=\"title\" />\n            <date prefix=\"(\" suffix=\"),\" variable=\"issued\">\n              <date-part name=\"year\" />\n            </date>\n            <text macro=\"author\" />\n          </group>\n        </else-if>\n        <else>\n          <group delimiter=\", \" suffix=\".\">\n            <text macro=\"title\" />\n            <text macro=\"author\" />\n            <date variable=\"issued\">\n              <date-part name=\"year\" />\n            </date>\n          </group>\n        </else>\n      </choose>\n    </layout></bibliography></style>", 
    "input": [
        {
            "author": [
                {
                    "family": "Doe", 
                    "given": "John", 
                    "static-ordering": false
                }
            ], 
            "id": "ITEM-1", 
            "issued": {
                "date-parts": [
                    [
                        "2000"
                    ]
                ]
            }, 
            "title": "Work 1", 
            "type": "book"
        }, 
        {
            "author": [
                {
                    "family": "Doe", 
                    "given": "John", 
                    "static-ordering": false
                }
            ], 
            "id": "ITEM-2", 
            "issued": {
                "date-parts": [
                    [
                        "2000"
                    ]
                ]
            }, 
            "title": "Work 2", 
            "type": "article"
        }, 
        {
            "author": [
                {
                    "family": "Doe", 
                    "given": "John", 
                    "static-ordering": false
                }
            ], 
            "id": "ITEM-3", 
            "issued": {
                "date-parts": [
                    [
                        "2000"
                    ]
                ]
            }, 
            "title": "Work 3", 
            "type": "report"
        }, 
        {
            "author": [
                {
                    "family": "Doe", 
                    "given": "John", 
                    "static-ordering": false
                }
            ], 
            "id": "ITEM-4", 
            "issued": {
                "date-parts": [
                    [
                        "2000"
                    ]
                ]
            }, 
            "title": "Work 4", 
            "type": "paper-conference"
        }, 
        {
            "author": [
                {
                    "family": "Doe", 
                    "given": "John", 
                    "static-ordering": false
                }
            ], 
            "id": "ITEM-5", 
            "issued": {
                "date-parts": [
                    [
                        "2000"
                    ]
                ]
            }, 
            "title": "Work 5", 
            "type": "chapter"
        }
    ], 
    "mode": "bibliography", 
    "result": "<div class=\"csl-bib-body\"><div class=\"csl-entry\"><i>Work 1</i> (John Doe), 2000.</div><div class=\"csl-entry\">John Doe, 2000. Work 2.</div><div class=\"csl-entry\">2000. Work 3, John Doe.</div><div class=\"csl-entry\">Work 4 (2000), John Doe.</div><div class=\"csl-entry\">Work 5, John Doe, 2000.</div></div>"
}