From 8511ac4030f5da495eb4b961640bef52f72936a2 Mon Sep 17 00:00:00 2001 From: axect Date: Mon, 3 Aug 2026 00:39:21 +0900 Subject: [PATCH] PAPER: Cite the v0.43.1 Zenodo deposit instead of the concept DOI The entry declared version 0.43.1 while pointing at 10.5281/zenodo.10815823, which always resolves to the newest deposit. The two would disagree the moment v0.44.0 is published, and the sentence carrying this citation appeals to reproducibility, which needs the exact archived version. Switch the DOI and the url to the v0.43.1 deposit so the reference, the JOSS archive field, and the version tag all name the same artifact. --- paper/paper.bib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper/paper.bib b/paper/paper.bib index 54e35e4..8b88e99 100644 --- a/paper/paper.bib +++ b/paper/paper.bib @@ -5,8 +5,8 @@ @software{peroxide version = {0.43.1}, year = {2026}, publisher = {Zenodo}, - doi = {10.5281/zenodo.10815823}, - url = {https://github.com/Axect/Peroxide} + doi = {10.5281/zenodo.21754256}, + url = {https://github.com/Axect/Peroxide/tree/v0.43.1} } % ===== Papers citing Peroxide =====