Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZotHero Bibliography export with spurious "0" for items with a date without a day #32

Open
johannrichard opened this issue May 13, 2024 · 0 comments

Comments

@johannrichard
Copy link

Bibliography exports of items with a date field without a day (i.e. only month & year or only year) create "0" as output in the date part. See below for the difference between an export from Zotero and the ZotHero export:

Zotero Bibliography Export (Chicago Manual of Style 17th edition):

Graham, Paul. 2020. ‘How to Think for Yourself’. November 2020. https://paulgraham.com/think.html.

ZotHero Bibliography Export (Chicago Manual of Style 17th edition, highlight mine):

Graham, Paul. 2020. ‘How to Think for Yourself’. 0 November 2020. https://paulgraham.com/think.html.

Bibliography entry (BibTex)

@online{grahamHowThinkYourself2020,
	title        = {How to {{Think}} for {{Yourself}}},
	author       = {Graham, Paul},
	url          = {https://paulgraham.com/think.html},
	urldate      = {2023-11-13},
	note         = {\subsection{Diverse Interactions: Uncover Marvellous Wonders and Expand Your Worlds}},
	date         = {2020-11}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant