Skip to content

Commit b59c2f1

Browse files
committed
Updating Citations with DOI
1 parent ddaffb2 commit b59c2f1

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ type: software
55
license: BSD-3-Clause
66
repository-code: "https://github.com/SSDALab/respondent-driven-sampling"
77
url: "https://ssdalab.github.io/respondent-driven-sampling/"
8+
doi: "10.5281/zenodo.19393410"
89
abstract: >
910
An open-source web application for conducting Respondent-Driven Sampling (RDS)
1011
surveys of unsheltered populations. Built for the King County Regional Homelessness

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Zenodo DOI badge — replace TODO_ZENODO_DOI with actual DOI after Zenodo registration -->
1+
<!-- Zenodo badge links to the concept DOI (stable across releases). -->
22
[![ssec](https://img.shields.io/badge/SSEC-Project-purple?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAQAAABedl5ZAAAACXBIWXMAAAHKAAABygHMtnUxAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAMNJREFUGBltwcEqwwEcAOAfc1F2sNsOTqSlNUopSv5jW1YzHHYY/6YtLa1Jy4mbl3Bz8QIeyKM4fMaUxr4vZnEpjWnmLMSYCysxTcddhF25+EvJia5hhCudULAePyRalvUteXIfBgYxJufRuaKuprKsbDjVUrUj40FNQ11PTzEmrCmrevPhRcVQai8m1PRVvOPZgX2JttWYsGhD3atbHWcyUqX4oqDtJkJiJHUYv+R1JbaNHJmP/+Q1HLu2GbNoSm3Ft0+Y1YMdPSTSwQAAAABJRU5ErkJggg==&style=plastic)](https://escience.washington.edu/software-engineering/ssec/)
33
[![DOI](https://zenodo.org/badge/1016172754.svg)](https://doi.org/10.5281/zenodo.19393410)
44
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
@@ -102,7 +102,7 @@ This project is supported by:
102102

103103
## Citation
104104

105-
If you use this software, please cite it via the **"Cite this repository"** button on GitHub or see [`CITATION.cff`](CITATION.cff).
105+
If you use this software, please cite it via the **"Cite this repository"** button on GitHub or see [`CITATION.cff`](CITATION.cff). Zenodo concept DOI: [https://doi.org/10.5281/zenodo.19393410](https://doi.org/10.5281/zenodo.19393410).
106106

107107
## Funding Support
108108
- This project is supported by

docs/about/operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Zenodo registration cannot be automated — it requires a repository maintainer
4747
4. Publish a GitHub Release (tag: `v1.0.0` or appropriate).
4848
5. Zenodo archives the release and issues a DOI within 1–2 minutes.
4949
6. Copy the concept DOI (stable across all versions) from the Zenodo record page.
50-
7. Update `CITATION.cff` with `doi: 10.5281/zenodo.XXXXXXX`, `version`, and `date-released`.
50+
7. Update `CITATION.cff` with `doi: 10.5281/zenodo.19393410`, `version`, and `date-released`.
5151
8. Update `README.md` with the real DOI.
52-
10. Commit and push these updates to `main`.
52+
9. Commit and push these updates to `main`.
5353

5454
After first-time setup, future GitHub Releases are archived automatically.
5555

0 commit comments

Comments
 (0)