>>===== MODE =====>> citation <<===== MODE =====<< >>===== RESULT =====>> Doe 1960; Roe 1970; Smith 1980; Brown 1990; Ichi 2000. <<===== RESULT =====<< >>===== CSL =====>> <<===== CSL =====<< >>===== INPUT =====>> [ { "author": [ { "family": "Doe", "given": "John" } ], "id": "ITEM-1", "issued": { "date-parts": [ [ 1960 ] ] }, "title": "Book A", "type": "book" }, { "author": [ { "family": "Roe", "given": "Jane" } ], "id": "ITEM-2", "issued": { "date-parts": [ [ 1970 ] ] }, "title": "Book B", "type": "book" }, { "author": [ { "family": "Smith", "given": "John" } ], "id": "ITEM-3", "issued": { "date-parts": [ [ 1980 ] ] }, "title": "Book C", "type": "book" }, { "author": [ { "family": "Brown", "given": "Robert" } ], "id": "ITEM-4", "issued": { "date-parts": [ [ 1990 ] ] }, "title": "Book D", "type": "book" }, { "author": [ { "family": "Ichi", "given": "Taro" } ], "id": "ITEM-5", "issued": { "date-parts": [ [ 2000 ] ] }, "title": "Book E", "type": "book" } ] <<===== INPUT =====<<