Skip to content

Instantly share code, notes, and snippets.

@tom-newhall
tom-newhall / Gist for how to make Japanese and Chinese print correctly for Chicago 17ed A-D style.md
Last active December 13, 2023 19:14
How to make Japanese and Chinese print correctly for Chicago 17ed Author Date style CSL

Hack for rendering Chinese/japanese names without a comma between the family and given name using standard CSL (and not Juris-m)

(based on this thread from the Zotero forums: https://forums.zotero.org/discussion/110097/using-the-note-field-for-rendering-mutilingual-text-with-csl#latest )

Add the following to the "contributors" section of the Chicago 17e Author-date format. Something similar should work for other styles. You may need to add something similar to deal with multi-author works. This assumes that your Authors are listed like this in Zotero:

Last/family name: Ōtani
Given/first name: Yūka 大谷由香 
@tom-newhall
tom-newhall / JSON CSL demo.xml
Created December 11, 2023 14:13
JSON CSL demo
```json
{
"id": "otani-2016",
"author": [{ "family": "Ōtani", "given": "Yūka 大谷由香" }],
"citation-key": "otani-2016",
"container-title": "Nihon Bukkyō sōgō kenkyū 日本仏教綜合研究",
"DOI": "10.20588/nbs.14.0_105",
"ISSN": "1348-4850",
"issued": { "date-parts": [["2016"]] },