File tree Expand file tree Collapse file tree 3 files changed +63
-0
lines changed
Expand file tree Collapse file tree 3 files changed +63
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "creators" : [
3+ {
4+ "affiliation" : " Netherlands eScience Center" ,
5+ "name" : " Spaaks, Jurriaan H."
6+ }
7+ ],
8+ "keywords" : [
9+ " credit" ,
10+ " research software engineering" ,
11+ " citation"
12+ ],
13+ "license" : {
14+ "id" : " Apache-2.0"
15+ },
16+ "title" : " cffinit"
17+ }
Original file line number Diff line number Diff line change 1+ # YAML 1.2
2+ ---
3+ authors :
4+ -
5+ affiliation : Netherlands eScience Center
6+ family-names : Spaaks
7+ given-names : Jurriaan H.
8+ cff-version : 1.0.3
9+ date-released : 2018-08-28
10+ keywords :
11+ - credit
12+ - research software engineering
13+ - citation
14+ license : Apache-2.0
15+ message : If you use this software, please cite it using these metadata.
16+ repository-code : https://github.com/citation-file-format/cff-initializer-javascript
17+ title : cffinit
18+ version : 1.0.0
Original file line number Diff line number Diff line change 1+ {
2+ "@context" : [
3+ " https://doi.org/10.5063/schema/codemeta-2.0" ,
4+ " http://schema.org"
5+ ],
6+ "@type" : " SoftwareSourceCode" ,
7+ "author" : [
8+ {
9+ "@type" : " Person" ,
10+ "affiliation" : {
11+ "@type" : " Organization" ,
12+ "legalName" : " Netherlands eScience Center"
13+ },
14+ "familyName" : " Spaaks" ,
15+ "givenName" : " Jurriaan H."
16+ }
17+ ],
18+ "codeRepository" : " https://github.com/citation-file-format/cff-initializer-javascript" ,
19+ "datePublished" : " 2018-08-28" ,
20+ "keywords" : [
21+ " credit" ,
22+ " research software engineering" ,
23+ " citation"
24+ ],
25+ "license" : " http://www.apache.org/licenses/LICENSE-2.0" ,
26+ "name" : " cffinit" ,
27+ "version" : " 1.0.0"
28+ }
You can’t perform that action at this time.
0 commit comments