Skip to content

Commit 617be7b

Browse files
authored
Merge pull request #41 from NLESC-JCER/40-citable
added citation metadata
2 parents 94011bc + 4b478a0 commit 617be7b

File tree

2 files changed

+60
-2
lines changed

2 files changed

+60
-2
lines changed

.zenodo.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
{
2+
"creators": [
3+
{
4+
"affiliation": "Netherlands eScience Center",
5+
"name": "Verhoeven, Stefan",
6+
"orcid": "0000-0002-5821-2060"
7+
},
8+
{
9+
"affiliation": "Netherlands eScience Center",
10+
"name": "Spaaks, Jurriaan H.",
11+
"orcid": "0000-0002-7064-4069"
12+
},
13+
{
14+
"affiliation": "Netherlands eScience Center",
15+
"name": "Diblen, Faruk",
16+
"orcid": "0000-0002-0989-929X"
17+
}
18+
],
19+
"description": "Guide to make C++ available as a web application",
20+
"keywords": [
21+
"C++",
22+
"Web Assembly",
23+
"guide",
24+
"web application"
25+
],
226
"license": {
327
"id": "Apache-2.0"
4-
},
5-
"title": "Guide to make C++ available as a web application"
28+
},
29+
"title": "cpp2wasm"
630
}

CITATION.cff

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# YAML 1.2
2+
---
3+
abstract: "Guide to make C++ available as a web application"
4+
authors:
5+
-
6+
affiliation: "Netherlands eScience Center"
7+
family-names: Verhoeven
8+
given-names: Stefan
9+
orcid: "https://orcid.org/0000-0002-5821-2060"
10+
-
11+
affiliation: "Netherlands eScience Center"
12+
family-names: Spaaks
13+
given-names: "Jurriaan H."
14+
orcid: "https://orcid.org/0000-0002-7064-4069"
15+
-
16+
affiliation: "Netherlands eScience Center"
17+
family-names: Diblen
18+
given-names: Faruk
19+
orcid: "https://orcid.org/0000-0002-0989-929X"
20+
cff-version: "1.1.0"
21+
date-released: 2020-06-03
22+
doi: "10.0000/FIXME"
23+
keywords:
24+
- "C++"
25+
- "Web Assembly"
26+
- guide
27+
- "web application"
28+
license: "Apache-2.0"
29+
message: "If you use this software, please cite it using these metadata."
30+
repository-code: "https://github.com/NLESC-JCER/cpp2wasm"
31+
title: cpp2wasm
32+
version: "0.1.0"
33+
...
34+

0 commit comments

Comments
 (0)