What is the right item type for a conference proceedings volume
I'm using Zotero, but my background is using Bibtex, which has an item type that is `@proceedings`. What's the corresponding type for Zotero? I don't see anything obvious in the pull-down menu ("book" is probably the closest).
Bibtex will typically optimize a bibliography by citing the conference proceedings volume separately, and cross-referencing from the citations for individual conference papers, so you don't have to repeat the book title, editors, address, etc.
Bibtex will typically optimize a bibliography by citing the conference proceedings volume separately, and cross-referencing from the citations for individual conference papers, so you don't have to repeat the book title, editors, address, etc.
I would recommend storing these volumes as Book. If you are using Zotero to manage a BibTeX database, I recommend you install and use the BetterBibTeX plugin. You can tell BetterBibTeX to export an item as @proceedings by adding
tex.referencetype: proceedings
to the Extra field.I was pretty sure that this was possible with Better Bibtex, but my Search fu was just too weak to find the solution.
Really appreciate the response.
I wouldn't blame your Search-fu. Given how many knobs and dials BBT has accrued over the years, I realize that BBTs discoverability of features, both in terms of its UI and the documentation site, is rather poor. I have a blind spot for these things as I by and large know how BBT works and I find it hard to find the things I understand non-obvious, and even then it happens occasionally that I set out to fix a problem for a user only to find out after delving through the code in search for the right place to make it possible that I have, in fact, made it possible long ago.
biblatex[...]
syntax and the also-deprecated (even if it does still work for now) JSON format.Type:
or the deprecated{:type: :}
will both be detected and will translate to a fixed mapping in BBT.