Skip to content

Commit 75ce1fc

Browse files
authored
Add ROR for affiliation in codemeta.json
1 parent 833415a commit 75ce1fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

codemeta.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"givenName": "Michael",
1313
"familyName": "Hucka",
1414
"affiliation": {
15+
"@id": "https://ror.org/05dxps055",
1516
"@type": "Organization",
1617
"name": "California Institute of Technology Library"
1718
},
@@ -22,6 +23,7 @@
2223
"givenName": "Thomas E",
2324
"familyName": "Morrell",
2425
"affiliation": {
26+
"@id": "https://ror.org/05dxps055",
2527
"@type": "Organization",
2628
"name": "California Institute of Technology Library"
2729
},
@@ -35,6 +37,7 @@
3537
"givenName": "Thomas E",
3638
"familyName": "Morrell",
3739
"affiliation": {
40+
"@id": "https://ror.org/05dxps055",
3841
"@type": "Organization",
3942
"name": "California Institute of Technology Library"
4043
},
@@ -91,4 +94,4 @@
9194
"GitHub Automation"
9295
],
9396
"developmentStatus": "active"
94-
}
97+
}

0 commit comments

Comments
 (0)