Exporting preprint as unpublished with biblatex
I have an article published as a preprint on arxiv which I want to cite and indicate that it is a preprint/published at arxiv. In Zotero I chose "preprint", however it is exporting is as "misc" when exporting it as biblatex. At the same time it exports entries with the item type "presentation" as unpublished.
@misc{lundeGraphSPME2022,
title = {{GraphSPME}: Markov Precision Matrix Estimation and Asymptotic Stein-Type Shrinkage},
url = {http://arxiv.org/abs/2205.07584},
doi = {10.48550/arXiv.2205.07584},
shorttitle = {{GraphSPME}},
number = {{arXiv}:2205.07584},
publisher = {{arXiv}},
author = {Lunde, Berent Ånund Strømnes and Curic, Feda and Sortland, Sondre},
urldate = {2025-01-06},
date = {2022-05-16},
langid = {english},
note = {published as preprint {arXiv}:2205.07584},
keywords = {Statistics - Computation},
annotation = {Comment: 17 pages, 6 figures},
file = {PDF:C\:\\Users\\pkappler\\Zotero\\storage\\WGJI3HGT\\Lunde et al. - 2022 - GraphSPME Markov Precision Matrix Estimation and Asymptotic Stein-Type Shrinkage.pdf:application/pdf},
}
I am citing using biblatex:
\usepackage[backend=biber,
style=chem-acs,
doi=true,
url=false,
hyperref=true,
giveninits=true,
pageranges=true,
articletitle=true,
autocite=superscript,
dateabbrev=false,
urldate=long,
autolang=langname
]{biblatex}
Atm my citation of the arxiv article looks like that:
Lunde, B. Å. S.; Curic, F.; Sortland, S. GraphSPME: Markov Precision Matrix Estima-
tion and Asymptotic Stein-Type Shrinkage, 2022, DOI: 10.48550/arXiv.2205.07584
It should have the following format (name of server and access date are missing):
Authors. Article Title. Name of Preprint Server (Section), Submission date, record number, version number. DOI/URL (accessed YYYY-MM-DD).
I am happy for every idea to get the correct citation!
@misc{lundeGraphSPME2022,
title = {{GraphSPME}: Markov Precision Matrix Estimation and Asymptotic Stein-Type Shrinkage},
url = {http://arxiv.org/abs/2205.07584},
doi = {10.48550/arXiv.2205.07584},
shorttitle = {{GraphSPME}},
number = {{arXiv}:2205.07584},
publisher = {{arXiv}},
author = {Lunde, Berent Ånund Strømnes and Curic, Feda and Sortland, Sondre},
urldate = {2025-01-06},
date = {2022-05-16},
langid = {english},
note = {published as preprint {arXiv}:2205.07584},
keywords = {Statistics - Computation},
annotation = {Comment: 17 pages, 6 figures},
file = {PDF:C\:\\Users\\pkappler\\Zotero\\storage\\WGJI3HGT\\Lunde et al. - 2022 - GraphSPME Markov Precision Matrix Estimation and Asymptotic Stein-Type Shrinkage.pdf:application/pdf},
}
I am citing using biblatex:
\usepackage[backend=biber,
style=chem-acs,
doi=true,
url=false,
hyperref=true,
giveninits=true,
pageranges=true,
articletitle=true,
autocite=superscript,
dateabbrev=false,
urldate=long,
autolang=langname
]{biblatex}
Atm my citation of the arxiv article looks like that:
Lunde, B. Å. S.; Curic, F.; Sortland, S. GraphSPME: Markov Precision Matrix Estima-
tion and Asymptotic Stein-Type Shrinkage, 2022, DOI: 10.48550/arXiv.2205.07584
It should have the following format (name of server and access date are missing):
Authors. Article Title. Name of Preprint Server (Section), Submission date, record number, version number. DOI/URL (accessed YYYY-MM-DD).
I am happy for every idea to get the correct citation!
-
adamsmithHave you tried BetterBibTex? I think that has more sophisticated support for preprint export (if not, you can customize it with a post export hook). We can look at this in the native BibLaTeX export, but it's probably not going to be fast.