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

Syncing with overleaf outputs read status to export .bib file #36

Open
Dominic-DallOsto opened this issue Jul 16, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Dominic-DallOsto
Copy link
Owner

Dominic-DallOsto commented Jul 16, 2024

I get this issue when syncing the library directly with Overleaf, and using biblatex. The format of the exportet .bib file is like this:

@article{actor_data-driven_2024,
	title = {Data-driven Whitney forms for structure-preserving control volume analysis},
	volume = {496},
	issn = {0021-9991},
	url = {...},
	doi = {10.1016/j.jcp.2023.112520},
	abstract = {...},
	pages = {112520},
	journaltitle = {Journal of Computational Physics},
	shortjournal = {Journal of Computational Physics},
	author = {Actor, Jonas A. and Hu, Xiaozhe and Huang, Andy and Roberts, Scott A. and Trask, Nathaniel},
	date = {2024-01-01},
	note = {Read\_Status: In Progress
Read\_Status\_Date: 2024-06-24T07:27:24.312Z},
	keywords = {Whitney forms},
}

The problem is therefore the read status being exportet as 'note', which by default is displayed for \printbibliography. It can be circumvented using
\AtEveryBibitem{\clearfield{note}}
Originally posted by @skjelanger in #6 (comment)

It seems like the fix to #6 only works when using an "export" option from Zotero, but not when directly syncing.

Need to find which code path this takes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant