Skip to content

Commit 3b5aa7a

Browse files
fix: use @type and @id in codemeta.json
1 parent ed1813b commit 3b5aa7a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

codemeta.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3-
"type": "SoftwareSourceCode",
3+
"@type": "SoftwareSourceCode",
44
"applicationCategory": "Computer Vision",
55
"author": [
66
{
7-
"id": "https://orcid.org/0000-0003-4284-8432",
8-
"type": "Person",
7+
"@id": "https://orcid.org/0000-0003-4284-8432",
8+
"@type": "Person",
99
"affiliation": {
1010
"type": "Organization",
1111
"name": "King's Digital Lab, King's College London"
@@ -18,8 +18,8 @@
1818
"codeRepository": "https://github.com/kingsdigitallab/kdl-vqa.git",
1919
"contributor": [
2020
{
21-
"id": "https://orcid.org/0000-0002-9877-7496",
22-
"type": "Person",
21+
"@id": "https://orcid.org/0000-0002-9877-7496",
22+
"@type": "Person",
2323
"affiliation": {
2424
"type": "Organization",
2525
"name": "Department of Digital Humanities, King's College London"
@@ -29,8 +29,8 @@
2929
"givenName": "Daniel"
3030
},
3131
{
32-
"id": "https://orcid.org/0000-0002-8255-9937",
33-
"type": "Person",
32+
"@id": "https://orcid.org/0000-0002-8255-9937",
33+
"@type": "Person",
3434
"affiliation": {
3535
"type": "Organization",
3636
"name": "King's Digital Lab, King's College London"

0 commit comments

Comments
 (0)