From 4859e91ba8e1ea5e3ed2d2d48bb4b4416205c4da Mon Sep 17 00:00:00 2001 From: axect Date: Sun, 2 Aug 2026 20:35:55 +0900 Subject: [PATCH] FIX: Match CITATION.cff title and author list to the JOSS manuscript JOSS requires the archived release to carry the same title and author list as the paper, and Zenodo builds that metadata from CITATION.cff. Two fields did not match: - The title was the bare crate name. The manuscript title is "Peroxide: A Batteries-Included Numerical Computing Library for Rust". - The author list carried a trailing "Peroxide contributors" entity entry, giving the archive nine creators against the manuscript's eight. The paper's Acknowledgements section already credits past and present contributors, so dropping the entity entry loses no attribution. Reported by the handling editor on openjournals/joss-reviews#10366. The already-published v0.43.1 archive record was corrected by hand; this keeps future releases aligned. --- CITATION.cff | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a0143ab..f5d513f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,7 +2,7 @@ # Visit https://bit.ly/cffinit to generate yours today! cff-version: 1.2.0 -title: Peroxide +title: "Peroxide: A Batteries-Included Numerical Computing Library for Rust" message: >- If you use this software, please cite it using the metadata from this file. @@ -41,7 +41,6 @@ authors: family-names: Sörngård affiliation: Independent Researcher orcid: 'https://orcid.org/0000-0002-8660-9989' - - name: Peroxide contributors identifiers: - type: doi value: 10.5281/zenodo.10815823