attach a specific .bib to a paper in zotero
Hi folks, mathscinet gives quality .bib files for mathematical papers. I have several papers in my database for which the exported .bib from zotero (based on the information I have in the database) doesn't match what I would get if I use the .bib file from mathscinet directly. Here is an example of such a .bib from mathcinet:
@incollection {MR3643545,
AUTHOR = {Bihlo, Alexander and Haynes, Ronald D.},
TITLE = {A stochastic domain decomposition method for time dependent
mesh generation},
BOOKTITLE = {Domain decomposition methods in science and engineering
{XXII}},
SERIES = {Lect. Notes Comput. Sci. Eng.},
VOLUME = {104},
PAGES = {107--115},
PUBLISHER = {Springer, Cham},
YEAR = {2016},
MRCLASS = {65M50},
MRNUMBER = {3643545},
}
Can I attach this .bib file to my zotero paper so that the automatic export of my library in .bib format will reproduce this?
Best,
RH
@incollection {MR3643545,
AUTHOR = {Bihlo, Alexander and Haynes, Ronald D.},
TITLE = {A stochastic domain decomposition method for time dependent
mesh generation},
BOOKTITLE = {Domain decomposition methods in science and engineering
{XXII}},
SERIES = {Lect. Notes Comput. Sci. Eng.},
VOLUME = {104},
PAGES = {107--115},
PUBLISHER = {Springer, Cham},
YEAR = {2016},
MRCLASS = {65M50},
MRNUMBER = {3643545},
}
Can I attach this .bib file to my zotero paper so that the automatic export of my library in .bib format will reproduce this?
Best,
RH
- BBT puts titles in TitleCase -- which is how bibtex/biblatex expects them to be. You can suppress this in BBT but you really shouldn't.
- BBT uses double braces ({{...}}) instead of single braces ({...}) -- the reasons for that are technical details of bibtex generation, but semantically, for this reference, they mean/do the same
- BBT applies brace protection to things like Notes Comput -- you want this; you may not have experienced problems with this yet, but that's a peculiarity of the bibtex style that you use, not because the above reference would work everywhere (I think IEEE recapitalizes unless you put stuff in this way).
- Single-dash for the pages field -- see discussion here. If you have arguments for or against, if you join that discussion, we can change the BBT behavior to what is deemed appropriate
- Publisher is not a name-type field but a literal-list field. This is one where your original reference might actually be better. Zotero doesn't have a way to do lists for publishers, so BBT exports a literal list with a single item
If your question is "can Zotero round-trip all bibtex without changes", the answer is "no".Springer, Cham
. If you meant that to be two itemsSpringer
andCham
, there's ways to do this but it won't round-trip in a simple way. If you actually meantSpringer, Cham
as a single entity, then BBT actually does it right and the above reference is technically wrong, but many styles will adjust for it and generate the same in the bibliography.