zepinglee
About
- Username
- zepinglee
- Joined
- Roles
- Member
Comments
-
@adamsmith Thanks!
-
> ...but it looks like citeproc-js applies the et-al from cs:citation and then does something.... weird. I don't think it's a bug of citeproc-js. I've slightly modified citeproc-js to print the sort keys (as follow). [test_Test] sort keys (bib…
-
https://www.cell.com/news-do/cell-press-referencing-style
-
Done. The modifications have been discussed in the Chinese community (https://gitee.com/zotero-chinese/zotero-chinese/issues/I5JPOH). In particular they are reviewed by himejima (Gitee user) from the law field. I'd the translations merged to Zotero …
-
@dstillman Thanks! I've also started a thread in the Chinese community looking for feedbacks (https://gitee.com/zotero-chinese/zotero-chinese/issues/I5JPOH).
-
@frankcsiu Yes, I can reproduce this behavior and I suggest a further discussion at https://github.com/retorquere/zotero-better-bibtex/issues .
-
Circled numbers are common in CJK languages and they are mostly used in footnotes and lists. The China national reference standard GB/T 7714—2015 uses circled numbers in an example of note style.
-
Update 2022: Using Better BibTeX plugin: Select the items, right click and choose "Better BibTeX -> BBT Sentence-case".
-
Thank @bwienik! The BBT works as expected. I suppose this case transformation should be implemented in the official Zotero BibTeX translator.
-
This is the script I've written to preserve words with uppercase letters other than the first. zoteroPane = Zotero.getActiveZoteroPane(); items = zoteroPane.getSelectedItems(); var result = ""; for (item of items) { var title = item.getField('…