Skip to content

Commit 927b500

Browse files
committed
Added: Adds Zenodo DOI badge and identifier
Adds a Zenodo DOI badge to the README and a Zenodo concept DOI identifier to the CITATION.cff file to improve discoverability and citation of the la-stack project.
1 parent f0608a0 commit 927b500

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CITATION.cff

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ title: "la-stack: Fast, stack-allocated linear algebra for fixed dimensions in R
55
version: 0.1.2
66
url: "https://github.com/acgetchell/la-stack"
77
repository-code: "https://github.com/acgetchell/la-stack"
8+
identifiers:
9+
- description: "Zenodo concept DOI (all versions)"
10+
type: doi
11+
value: "10.5281/zenodo.18158926"
812
authors:
913
- family-names: "Getchell"
1014
given-names: "Adam"

README.md

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

3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18158926.svg)](https://doi.org/10.5281/zenodo.18158926)
34
[![Crates.io](https://img.shields.io/crates/v/la-stack.svg)](https://crates.io/crates/la-stack)
45
[![Downloads](https://img.shields.io/crates/d/la-stack.svg)](https://crates.io/crates/la-stack)
56
[![License](https://img.shields.io/crates/l/la-stack.svg)](./LICENSE)

0 commit comments

Comments
 (0)