Skip to content

Commit 23fc46d

Browse files
committed
added citation metadata
1 parent 7c3234f commit 23fc46d

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

.zenodo.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"creators": [
3+
{
4+
"affiliation": "Netherlands eScience Center",
5+
"name": "Spaaks, Jurriaan H.",
6+
"orcid": "0000-0002-7064-4069"
7+
},
8+
{
9+
"affiliation": "Netherlands eScience Center",
10+
"name": "Maassen, Jason",
11+
"orcid": "0000-0002-8172-4865"
12+
},
13+
{
14+
"affiliation": "Netherlands eScience Center",
15+
"name": "Verhoeven, Stefan",
16+
"orcid": "0000-0002-5821-2060"
17+
},
18+
{
19+
"affiliation": "Netherlands eScience Center",
20+
"name": "Hidding, Johan"
21+
}
22+
],
23+
"description": "Source files for a tutorial about xenon.",
24+
"license": {
25+
"id": "Apache-2.0"
26+
},
27+
"title": "xenon tutorial"
28+
}

CITATION.cff

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# YAML 1.2
2+
---
3+
abstract: "Source files for a tutorial about xenon."
4+
authors:
5+
-
6+
affiliation: "Netherlands eScience Center"
7+
family-names: Spaaks
8+
given-names: "Jurriaan H."
9+
orcid: "https://orcid.org/0000-0002-7064-4069"
10+
-
11+
affiliation: "Netherlands eScience Center"
12+
family-names: Maassen
13+
given-names: Jason
14+
orcid: "https://orcid.org/0000-0002-8172-4865"
15+
-
16+
affiliation: "Netherlands eScience Center"
17+
family-names: Verhoeven
18+
given-names: Stefan
19+
orcid: "https://orcid.org/0000-0002-5821-2060"
20+
-
21+
affiliation: "Netherlands eScience Center"
22+
family-names: Hidding
23+
given-names: Johan
24+
cff-version: "1.0.3"
25+
date-released: 2019-09-04
26+
doi: "10.5281/zenodo.1064653"
27+
license: "Apache-2.0"
28+
message: "If you use this software, please cite it using these metadata."
29+
repository-code: "https://github.com/xenon-middleware/xenon-tutorial"
30+
title: "xenon tutorial"
31+
version: "3.0.1"
32+
...

0 commit comments

Comments
 (0)