Skip to content

Commit 6f2b257

Browse files
authored
docs: add citation section with DOI information for version 1.0.0 (#62)
* docs: add citation section with DOI information for version 1.0.0 * fix: update v1.0.0 citation commit hash * docs: remove duplicated citation section * fix: add version-agnostic Zenodo DOI
1 parent db104e0 commit 6f2b257

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CITATION.cff

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ type: software
66
version: "1.0.0"
77
date-released: "2026-09-04"
88
repository-code: "https://github.com/Imageomics/OpenCite"
9+
doi: "10.5281/zenodo.22310628" # Persist the version-agnostic Zenodo DOI
910
license: "MIT"
1011
keywords:
1112
- "imageomics"
@@ -28,4 +29,4 @@ identifiers:
2829
value: "https://github.com/Imageomics/OpenCite/releases/tag/v1.0.0"
2930
- type: url
3031
description: "The GitHub URL of the commit tagged with v1.0.0."
31-
value: "https://github.com/Imageomics/OpenCite/tree/<commit-hash>" # Update on release
32+
value: "https://github.com/Imageomics/OpenCite/tree/db104e047f57284a26fb81cb5012fdd368750346"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OpenCite
22

3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.22310629.svg)](https://doi.org/10.5281/zenodo.22310629)
4+
35
OpenCite is a Vite + React single-page app that generates both `CITATION.cff` and `.zenodo.json` from a single metadata form.
46
It is browser-first (no Node-only runtime assumptions in app code) and part of
57
the Imageomics ecosystem.

0 commit comments

Comments
 (0)