diff --git a/CITATION.cff b/CITATION.cff index 42f2c02..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" @@ -28,4 +29,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" diff --git a/README.md b/README.md index d908902..8412f16 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.