-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCITATION.cff
46 lines (46 loc) · 1.27 KB
/
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
38
39
40
41
42
43
44
45
46
# YAML 1.2
---
abstract: "Guide to make C++ available as a web application"
authors:
-
affiliation: "Netherlands eScience Center"
family-names: Verhoeven
given-names: Stefan
orcid: "https://orcid.org/0000-0002-5821-2060"
-
affiliation: "Netherlands eScience Center"
family-names: Spaaks
given-names: "Jurriaan H."
orcid: "https://orcid.org/0000-0002-7064-4069"
-
affiliation: "Netherlands eScience Center"
family-names: Hidding
given-names: Johan
orcid: "https://orcid.org/0000-0002-7550-1796"
-
affiliation: "Netherlands eScience Center"
family-names: Diblen
given-names: Faruk
orcid: "https://orcid.org/0000-0002-0989-929X"
-
affiliation: "Netherlands eScience Center"
family-names: Spreeuw
given-names: Hanno
orcid: "https://orcid.org/0000-0002-5057-0322"
-
affiliation: "Netherlands eScience Center"
family-names: Kuzniar
given-names: Arnold
orcid: "https://orcid.org/0000-0003-1711-7961"
cff-version: "1.1.0"
doi: "10.5281/zenodo.3876112"
keywords:
- "C++"
- "Web Assembly"
- guide
- "web application"
license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/NLESC-JCER/cpp2wasm"
title: cpp2wasm
...