Skip to content

Commit b1cb763

Browse files
committed
docs: insert real Zenodo DOIs (concept 10.5281/zenodo.20172508, version 10.5281/zenodo.20172509)
Replace XXXXXXX/YYYYYYY placeholders in README badge, citation, BibTeX, and DOI table. Add concept and version DOI entries to CITATION.cff identifiers block. Zenodo record: https://zenodo.org/records/20172509
1 parent 7abc33a commit b1cb763

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

CITATION.cff

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ license: MIT
2929
version: "1.1.1"
3030
date-released: "2026-05-13"
3131
identifiers:
32+
- type: doi
33+
value: "10.5281/zenodo.20172508"
34+
description: "Concept DOI (always resolves to latest version)"
35+
- type: doi
36+
value: "10.5281/zenodo.20172509"
37+
description: "Version DOI (pinned to v1.1.1)"
3238
- type: url
3339
value: "https://github.com/felipearocha/integrity-code-series-week9-cui/releases/tag/v1.1.1"
3440
description: "GitHub release tag v1.1.1"
35-
# After first Zenodo release, replace the doi block below with the real value:
36-
# - type: doi
37-
# value: "10.5281/zenodo.XXXXXXX"
38-
# description: "Concept DOI (always resolves to latest version)"

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ICS2 Week 9 — CUI Coupled Thermohygro-Electrochemical Simulation
22

3-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.XXXXXXX.svg)](https://doi.org/10.5281/zenodo.XXXXXXX)
3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.20172508.svg)](https://doi.org/10.5281/zenodo.20172508)
44

55
[![CI](https://github.com/felipearocha/integrity-code-series-week9-cui/actions/workflows/ci.yml/badge.svg)](https://github.com/felipearocha/integrity-code-series-week9-cui/actions/workflows/ci.yml)
66
[![Python](https://img.shields.io/badge/python-3.11%2B-blue.svg)](https://www.python.org/)
@@ -248,7 +248,7 @@ If this software contributes to your work, please cite both the software (this r
248248

249249
**Software (archived release):**
250250

251-
> Rocha, F. (2026). *Integrity Code Series - Week 9 - CUI Coupled Thermohygro-Electrochemical Simulation* (Version 1.1.1) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.XXXXXXX
251+
> Rocha, F. (2026). *Integrity Code Series - Week 9 - CUI Coupled Thermohygro-Electrochemical Simulation* (Version 1.1.1) [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.20172508
252252
253253
**BibTeX:**
254254

@@ -259,17 +259,17 @@ If this software contributes to your work, please cite both the software (this r
259259
year = 2026,
260260
publisher = {Zenodo},
261261
version = {v1.1.1},
262-
doi = {10.5281/zenodo.XXXXXXX},
263-
url = {https://doi.org/10.5281/zenodo.XXXXXXX}
262+
doi = {10.5281/zenodo.20172508},
263+
url = {https://doi.org/10.5281/zenodo.20172508}
264264
}
265265
```
266266

267267
The two DOIs Zenodo provides are:
268268

269269
| DOI | What it points to |
270270
|--------------------------------------|--------------------------------------------------------------------|
271-
| `10.5281/zenodo.XXXXXXX` (concept) | Always resolves to the latest version - use this for citation. |
272-
| `10.5281/zenodo.YYYYYYY` (version) | Pinned to v1.1.1 specifically - use when reproducibility matters. |
271+
| `10.5281/zenodo.20172508` (concept) | Always resolves to the latest version - use this for citation. |
272+
| `10.5281/zenodo.20172509` (version) | Pinned to v1.1.1 specifically - use when reproducibility matters. |
273273

274274
A machine-readable citation file is also available in [`CITATION.cff`](CITATION.cff) - GitHub will display a "Cite this repository" widget at the top right of the repo page that exports BibTeX / APA / RIS automatically.
275275

0 commit comments

Comments
 (0)