From f642edd8a1cb716706860a0c52e36184ef677d05 Mon Sep 17 00:00:00 2001 From: beanbean9339 Date: Fri, 4 Sep 2026 16:45:50 -0400 Subject: [PATCH 1/4] docs: add citation section with DOI information for version 1.0.0 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d908902..89a689f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # OpenCite +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.22310629.svg)](https://doi.org/10.5281/zenodo.22310629) + OpenCite is a Vite + React single-page app that generates both `CITATION.cff` and `.zenodo.json` from a single metadata form. It is browser-first (no Node-only runtime assumptions in app code) and part of the Imageomics ecosystem. @@ -198,6 +200,16 @@ This checklist is based on the Imageomics Collaborative Distributed Science Guid Before initial public release, make sure the unchecked items are completed. +## Citation + +If you use OpenCite in your research, please cite version 1.0.0: + +> Lo, I., & Campolongo, E. (2026). *OpenCite* (Version 1.0.0) [Computer software]. Zenodo. [https://doi.org/10.5281/zenodo.22310629](https://doi.org/10.5281/zenodo.22310629) + +The DOI for OpenCite version 1.0.0 is: + +**[https://doi.org/10.5281/zenodo.22310629](https://doi.org/10.5281/zenodo.22310629)** + ## Contributing Contributions are welcome for this repository. From c80cbf89bea0f6767d15ccae723f2135c7127d99 Mon Sep 17 00:00:00 2001 From: beanbean9339 Date: Fri, 4 Sep 2026 16:06:16 -0400 Subject: [PATCH 2/4] fix: update v1.0.0 citation commit hash --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 42f2c02..abe06ca 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -28,4 +28,4 @@ identifiers: value: "https://github.com/Imageomics/OpenCite/releases/tag/v1.0.0" - type: url description: "The GitHub URL of the commit tagged with v1.0.0." - value: "https://github.com/Imageomics/OpenCite/tree/" # Update on release + value: "https://github.com/Imageomics/OpenCite/tree/db104e047f57284a26fb81cb5012fdd368750346" From 0cf433c8997b4c2a7d3fb8c53840fafdb19a4f7a Mon Sep 17 00:00:00 2001 From: beanbean9339 Date: Fri, 4 Sep 2026 17:46:16 -0400 Subject: [PATCH 3/4] docs: remove duplicated citation section --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 89a689f..8412f16 100644 --- a/README.md +++ b/README.md @@ -200,16 +200,6 @@ This checklist is based on the Imageomics Collaborative Distributed Science Guid Before initial public release, make sure the unchecked items are completed. -## Citation - -If you use OpenCite in your research, please cite version 1.0.0: - -> Lo, I., & Campolongo, E. (2026). *OpenCite* (Version 1.0.0) [Computer software]. Zenodo. [https://doi.org/10.5281/zenodo.22310629](https://doi.org/10.5281/zenodo.22310629) - -The DOI for OpenCite version 1.0.0 is: - -**[https://doi.org/10.5281/zenodo.22310629](https://doi.org/10.5281/zenodo.22310629)** - ## Contributing Contributions are welcome for this repository. From 7f86ff6eed2ee4391e21f3842ca50912b23da317 Mon Sep 17 00:00:00 2001 From: beanbean9339 Date: Fri, 4 Sep 2026 18:00:47 -0400 Subject: [PATCH 4/4] fix: add version-agnostic Zenodo DOI --- CITATION.cff | 1 + 1 file changed, 1 insertion(+) diff --git a/CITATION.cff b/CITATION.cff index abe06ca..d0e0ee5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,6 +6,7 @@ type: software version: "1.0.0" date-released: "2026-09-04" repository-code: "https://github.com/Imageomics/OpenCite" +doi: "10.5281/zenodo.22310628" # Persist the version-agnostic Zenodo DOI license: "MIT" keywords: - "imageomics"