Bibtex export - Date and Year
I have recently found that .bib exports by zotero use the field "date" instead of "year", see example below, resulting in all my cites showing the message "(n. d.)" which stands for "no date".
This seems really odd to me as I thought the "year" and "month" fields were pretty standard.
Can this behaviour be changed so that the output shows the "year"?
Will zotero fix this, in my opinion, issue in future versions?
Example:
@article{martinez_introducing_2014,
title = {Introducing the Levinthal’s Protein Folding Paradox and Its Solution},
volume = {91},
issn = {0021-9584, 1938-1328},
url = {http://pubs.acs.org/doi/abs/10.1021/ed300302h},
doi = {10.1021/ed300302h},
pages = {1918--1923},
number = {11},
journaltitle = {Journal of Chemical Education},
author = {MartÃnez, Leandro},
urldate = {2015-04-14},
date = {2014-11-11},
langid = {english}
}
This seems really odd to me as I thought the "year" and "month" fields were pretty standard.
Can this behaviour be changed so that the output shows the "year"?
Will zotero fix this, in my opinion, issue in future versions?
Example:
@article{martinez_introducing_2014,
title = {Introducing the Levinthal’s Protein Folding Paradox and Its Solution},
volume = {91},
issn = {0021-9584, 1938-1328},
url = {http://pubs.acs.org/doi/abs/10.1021/ed300302h},
doi = {10.1021/ed300302h},
pages = {1918--1923},
number = {11},
journaltitle = {Journal of Chemical Education},
author = {MartÃnez, Leandro},
urldate = {2015-04-14},
date = {2014-11-11},
langid = {english}
}
Thanks a lot!
My question is, will Latex, using BibLatex in Author-Year style, pick up the year information from both Year-Month-Dates and Year-only dates? Or, will it complain that no Year entry was found?
Thanks.
Because of that, the answer to your second question is that it will work correctly for author-year styles regardless of whether the field is year only or has complete dates.
A quick follow-up, if you don't mind: Within Latex, using BibLatex, does it matter whether the bbl file was exported under Better BibLatex or Better Bibtex?
Thanks again.
The Default Format for a manual export is set to BibTeX. This format includes the Year and Journal entries. However, the automatic BibTex export does not, and instead provided the entries 'Date' and Journaltitle' instead - which when compiling my LaTeX file emits the actual years and publication title.
Does anyone have any suggestions?
For others facing this problem, my bibliography was missing the year, even though I could see my .tex file included dates YYYY-MM-DD, and therefore my citations were also missing the year. I thought it was an issue within my Overleaf document (e.g. bibliographystyle, setcitestyle commands), but in fact, I just had to import BibTeX instead of BibLaTeX! Silly me!
I face a new problem now.
The BibTeX export will kill the hyperurl-ability. Both exports (BibLaTeX or BibTeX) contain the exact same attribute 'url', only BibLaTeX export will work. In fact I have a complete mess right now, need to go 10 steps back.
Update on my own behalf, 15 Mins later.
BibLaTeX does not work (is incompatible) with RevTeX, or vice versa.
What revtex expects I don't know - if it is its own processor, I might have to look at that at some point, but in the interim you can almost certainly get what you want with a postscript.
To achieve that go to Edit > Settings > Advanced > Config Editor. Then click Accept the Risk and Continue the search for this setting `extensions.zotero.translators.better-bibtex.biblatexExtendedDateFormat` and set it to false.