BibTeX import / @unpublished note field
Longtime LaTeX / BibTeX user here, new to Zotero. I have a number of entries in my .bib file that take the following form:
@unpublished{frye2022putin,
author = {Frye, Timothy and Gehlbach, Scott and Marquardt, Kyle L and Reuter, Ora John},
note = {PONARS Eurasia Policy Memo No.\ 773},
title = {Is Putin's Popularity Still Real? A Cautionary Note on Using List Experiments to Measure Popularity in Authoritarian Regimes},
year = {2022},
}
After importing to Zotero (using Better BibTeX), the note field appears as a Zotero note. That's fine for exporting back to BibTeX, but it seems inconsistent with the intended (and my desired) use of notes in Zotero.
I see the Type field for Manuscripts in Zotero, but that's not a standard field for @unpublished in BibTeX.
A related issue is that the note field is stripped from the entry when linking Zotero to Overleaf. Thus, if I want to use Zotero with Overleaf, I need to export the library in (Better) BibTeX format, and then import the .bib file to Overleaf. It's not a deal breaker, but it is an extra step.
Perhaps obvious, but I have not made the transition to BibLaTeX. May or may not matter.
Grateful for any thoughts on what I could be doing better. I would like to be able to incorporate Zotero into my workflow.
@unpublished{frye2022putin,
author = {Frye, Timothy and Gehlbach, Scott and Marquardt, Kyle L and Reuter, Ora John},
note = {PONARS Eurasia Policy Memo No.\ 773},
title = {Is Putin's Popularity Still Real? A Cautionary Note on Using List Experiments to Measure Popularity in Authoritarian Regimes},
year = {2022},
}
After importing to Zotero (using Better BibTeX), the note field appears as a Zotero note. That's fine for exporting back to BibTeX, but it seems inconsistent with the intended (and my desired) use of notes in Zotero.
I see the Type field for Manuscripts in Zotero, but that's not a standard field for @unpublished in BibTeX.
A related issue is that the note field is stripped from the entry when linking Zotero to Overleaf. Thus, if I want to use Zotero with Overleaf, I need to export the library in (Better) BibTeX format, and then import the .bib file to Overleaf. It's not a deal breaker, but it is an extra step.
Perhaps obvious, but I have not made the transition to BibLaTeX. May or may not matter.
Grateful for any thoughts on what I could be doing better. I would like to be able to incorporate Zotero into my workflow.
FWIW, (lI think preprint, rather than report, with series is the correct metadata for a.working paper in Zotero, but I don't know how we currently export that to bib. Might be worth testing with Better BibTeX, which is what you'll want if you're using LaTeX (or MD) for writing anyway
I should say that I have looked at Zotero over the years but never felt like there was a good iPad option. The new(ish) iOS/iPad app is exactly what I was looking for, so thanks for that! (Like some others, I am hoping for a more standard blue pen ink. Or completely customizable colors.)
As to the question at hand, I think I figured out how to do this: Use the Manuscript item type and include
tex.note = TEXT
in the Extra field. Then export with Better BibTeX, leaving the option to export notes unchecked.
tex.note =
what follows must be valid LaTeX, as BBT will just pass it out unchanged. If you usetex.note:
BBT will escape as necessary.tex.date-added
andtex.date-modified
can be used to set the items' own added/modified dates, restoring the dates from the imported file: https://retorque.re/zotero-better-bibtex/installation/preferences/hidden-preferences/#patchdates