forked from JuliaDataScience/JuliaDataScience
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCITATION.cff
37 lines (30 loc) · 938 Bytes
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Based on https://github.com/citation-file-format/citation-file-format/blob/main/examples/1.2.0/pass/key-complete/CITATION.cff.
cff-version: "1.2.0"
message: "If you use this software, please cite it as below."
authors:
- family-names: Storopoli
given-names: Jose
orcid: "https://orcid.org/0000-0002-0559-5176"
- family-names: Huijzer
given-names: Rik
orcid: "https://orcid.org/0000-0001-9445-8466"
- family-names: Alonso
given-names: Lazaro
orcid: "https://orcid.org/0000-0001-6979-859X"
date-released: 2021-10-01
identifiers:
- type: url
value: "https://juliadatascience.io/"
keywords:
- "Julia language"
- "programming"
- "software"
- "data manipulation"
- "data visualization"
license: "CC-BY-NC-SA-4.0"
isbn: "9798489859165"
title: "Julia Data Science"
repository-code: "https://github.com/JuliaDataScience/JuliaDataScience"
url: "https://juliadatascience.io"
version: 1.0.0
...