Skip to content

Commit 2fe8c1f

Browse files
author
bgeurten
committed
docs(citation): back-fill Zenodo concept + v1.0.1 DOIs
Zenodo minted the clean v1.0.1 release after the history rewrite. - concept DOI 10.5281/zenodo.20389794 (all versions; always resolves to the latest release) is now the primary identifier: CITATION.cff top-level doi, README badge, citation prose, and BibTeX. - version DOI 10.5281/zenodo.20438189 (v1.0.1 specifically) is listed in CITATION.cff identifiers for precision. - BibTeX cite-key de-versioned to geurten_digimuh so it stays stable across future releases. The retired v1.0.0 DOI (10.5281/zenodo.20389795) is intentionally not referenced anywhere; that record archived the private herd data and is being removed on Zenodo.
1 parent 3a59d7a commit 2fe8c1f

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CITATION.cff

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ message: "If you use this software, please cite it as below."
44
type: software
55
version: "1.0.1"
66
date-released: "2026-05-29"
7+
doi: "10.5281/zenodo.20389794"
78
license: MIT
89
repository-code: "https://github.com/zerotonin/digimuh"
910
url: "https://zerotonin.github.io/digimuh/"
11+
identifiers:
12+
- type: doi
13+
value: "10.5281/zenodo.20389794"
14+
description: "Concept DOI — always resolves to the latest DigiMuh release"
15+
- type: doi
16+
value: "10.5281/zenodo.20438189"
17+
description: "Zenodo archive of DigiMuh v1.0.1"
1018
keywords:
1119
- dairy
1220
- cattle

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Python](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue.svg)](https://www.python.org/)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
88
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
9+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.20389794.svg)](https://doi.org/10.5281/zenodo.20389794)
910
[![Uses reRandomStats](https://img.shields.io/badge/uses-reRandomStats%20v0.2.0-009E73.svg)](https://doi.org/10.5281/zenodo.20387255)
1011

1112
**DigiMuh** consolidates ~8.9 GB of heterogeneous dairy-cow CSV sensor data into
@@ -209,15 +210,16 @@ and on the GitHub repo's *Cite this repository* button.
209210

210211
> Geurten, B. R. H. (2026). *DigiMuh: Dairy-cow sensor data ingestion
211212
> and heat-stress analysis pipeline* (Version 1.0.1) [Software].
212-
> Zenodo. https://github.com/zerotonin/digimuh
213+
> Zenodo. https://doi.org/10.5281/zenodo.20389794
213214
214215
```bibtex
215-
@software{geurten_digimuh_v101,
216+
@software{geurten_digimuh,
216217
author = {Geurten, Bart R. H.},
217218
title = {{DigiMuh}: Dairy-cow sensor data ingestion and heat-stress
218219
analysis pipeline},
219220
year = {2026},
220221
version = {1.0.1},
222+
doi = {10.5281/zenodo.20389794},
221223
url = {https://github.com/zerotonin/digimuh},
222224
license = {MIT},
223225
}

0 commit comments

Comments
 (0)