Skip to content

Commit 143dd47

Browse files
committed
Added CITATION.cff + Doi badge
1 parent 38f365d commit 143dd47

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

CITATION.cff

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# YAML 1.2
2+
---
3+
authors:
4+
-
5+
affiliation: "Netherlands eScience Center"
6+
family-names: Verhoeven
7+
given-names: Stefan
8+
orcid: "https://orcid.org/0000-0002-5821-2060"
9+
-
10+
affiliation: "Netherlands eScience Center"
11+
family-names: Drost
12+
given-names: Niels
13+
orcid: "https://orcid.org/0000-0001-9795-7981"
14+
-
15+
affiliation: "Netherlands eScience Center"
16+
family-names: Weel
17+
given-names: Berend
18+
orcid: "https://orcid.org/0000-0002-9693-9332"
19+
-
20+
affiliation: "Netherlands eScience Center"
21+
family-names: Kalverla
22+
given-names: Peter
23+
orcid: "https://orcid.org/0000-0002-5025-7862"
24+
-
25+
affiliation: "Netherlands eScience Center"
26+
family-names: Alidoost
27+
given-names: Fakhereh
28+
orcid: "https://orcid.org/0000-0001-8407-6472"
29+
-
30+
affiliation: "Netherlands eScience Center"
31+
family-names: Andela
32+
given-names: Bouwe
33+
orcid: "https://orcid.org/0000-0001-9005-8940"
34+
35+
cff-version: "1.2.0"
36+
identifiers:
37+
- type: doi
38+
value: 10.5281/zenodo.1462548
39+
description: This the identifier used to uniquely identify the software as a concept (i.e., version-agnostic).
40+
license: Apache-2.0
41+
message: "If you use this software, please cite it using these metadata."
42+
repository-code: "https://github.com/eWaterCycle/infra"
43+
title: "eWaterCycle infra"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Setup of eWaterCycle system on Research cloud
22

33
![Ansible Lint](https://github.com/eWaterCycle/infra/workflows/Ansible%20Lint/badge.svg)
4+
[![Concept DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1462548.svg)](https://doi.org/10.5281/zenodo.1462548)
45

56
On the [SURF ResearchCloud](https://researchclouddocs.readthedocs.io/en/latest/about.html) an eWatercycle application will be available that when started will give
67

0 commit comments

Comments
 (0)