Skip to content

Commit 16058d1

Browse files
committed
Fix wrong citation file, I thought I could use BibTeX format
Signed-off-by: Alexis Jeandet <[email protected]>
1 parent d891567 commit 16058d1

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

CITATION.cff

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
@software{alexis_jeandet_2021_5727877,
2-
author = {Alexis Jeandet and
3-
Alexandre Schulz},
4-
title = {{SciQLop/speasy: 0.9.1)}},
5-
month = nov,
6-
year = 2021,
7-
publisher = {Zenodo},
8-
version = {v0.9.1},
9-
doi = {10.5281/zenodo.5727877},
10-
url = {https://doi.org/10.5281/zenodo.5727877}
11-
}
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: "Jeandet"
5+
given-names: "Alexis"
6+
orcid: "https://orcid.org/0000-0003-2892-6924"
7+
- family-names: "Schulz"
8+
given-names: "Alexandre"
9+
orcid: "https://orcid.org/0000-0000-0000-0000"
10+
title: "Speasy"
11+
version: 0.10.0
12+
doi: 10.5281/zenodo.5727877
13+
date-released: 2022-02-03
14+
url: "https://github.com/SciQLop/speasy"

0 commit comments

Comments
 (0)