Skip to content

Commit a2dcf88

Browse files
committed
docs: add Zenodo DOI to CITATION.cff and README badge
1 parent 9ae433f commit a2dcf88

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

CITATION.cff

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ keywords:
2929
- bioinformatics
3030
- Rust
3131
- Python
32-
# Zenodo DOI - filled in after first GitHub-triggered Zenodo release.
33-
# After Zenodo mints the concept DOI, uncomment and replace the value below:
34-
# identifiers:
35-
# - type: doi
36-
# value: "10.5281/zenodo.XXXXXXXX"
37-
# description: "Concept DOI (all versions) - Zenodo"
32+
identifiers:
33+
- type: doi
34+
value: "10.5281/zenodo.20470601"
35+
description: "Zenodo DOI"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# OpenTFRaw
22

33
[![CI](https://github.com/Sigilweaver/OpenTFRaw/actions/workflows/ci.yml/badge.svg)](https://github.com/Sigilweaver/OpenTFRaw/actions/workflows/ci.yml)
4+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.20470601.svg)](https://doi.org/10.5281/zenodo.20470601)
45
[![crates.io](https://img.shields.io/crates/v/opentfraw.svg)](https://crates.io/crates/opentfraw)
56
[![PyPI](https://img.shields.io/pypi/v/opentfraw.svg)](https://pypi.org/project/opentfraw/)
67
[![docs.rs](https://img.shields.io/docsrs/opentfraw)](https://docs.rs/opentfraw)

0 commit comments

Comments
 (0)