Skip to content

Commit fcc0193

Browse files
authored
Merge pull request #6 from eucp-project/add_citation_info
Add citation info
2 parents 6bf413f + 54241d0 commit fcc0193

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

.zenodo.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"creators": [
3+
{
4+
"affiliation": "Netherlands eScience Center",
5+
"name": "Rol, Evert",
6+
"orcid": "0000-0001-8357-4453"
7+
},
8+
{
9+
"affiliation": "Netherlands eScience Center",
10+
"name": "Kalverla, Peter",
11+
"orcid": "0000-0002-5025-7862"
12+
}
13+
],
14+
"description": "This software specifies the Jupyter Lab environment set up for the Horizon 2020 project \"European Climate Prediction\" (EUCP).",
15+
"license": {
16+
"id": "Apache-2.0"
17+
},
18+
"title": "Jupyter Lab environment for EUCP"
19+
}

CITATION.cff

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# YAML 1.2
2+
---
3+
abstract: "This software specifies the Jupyter Lab environment set up for the Horizon 2020 project \"European Climate Prediction\" (EUCP)."
4+
authors:
5+
-
6+
affiliation: "Netherlands eScience Center"
7+
family-names: Rol
8+
given-names: Evert
9+
orcid: "https://orcid.org/0000-0001-8357-4453"
10+
-
11+
affiliation: "Netherlands eScience Center"
12+
family-names: Kalverla
13+
given-names: Peter
14+
orcid: "https://orcid.org/0000-0002-5025-7862"
15+
cff-version: "1.1.0"
16+
date-released: 2020-05-20
17+
doi: "10.0000/FIXME"
18+
license: "Apache-2.0"
19+
message: "If you use this software, please cite it using these metadata."
20+
repository-code: "https://github.com/eucp-project/docker"
21+
title: "Jupyter Lab environment for EUCP"
22+
version: "1.1.0"
23+
...

0 commit comments

Comments
 (0)