File tree Expand file tree Collapse file tree 2 files changed +60
-2
lines changed
Expand file tree Collapse file tree 2 files changed +60
-2
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments