Skip to content
Snippets Groups Projects
Commit 2daeb5da authored by Damien Amara's avatar Damien Amara
Browse files

Fix the codemeta.json file

Add full affiliation for each author.
parent 368cac6a
Branches
No related tags found
No related merge requests found
Pipeline #38689 failed
...@@ -51,9 +51,17 @@ ...@@ -51,9 +51,17 @@
"givenName": "Gilles", "givenName": "Gilles",
"familyName": "Grimaud", "familyName": "Grimaud",
"affiliation": [ "affiliation": [
{
"@type": "Organization",
"name": "Université de Lille"
},
{ {
"@type": "Organization", "@type": "Organization",
"name": "CRIStAL" "name": "CRIStAL"
},
{
"@type": "Organization",
"name": "2XS"
} }
] ]
}, },
...@@ -62,9 +70,17 @@ ...@@ -62,9 +70,17 @@
"givenName": "Samuel", "givenName": "Samuel",
"familyName": "Hym", "familyName": "Hym",
"affiliation": [ "affiliation": [
{
"@type": "Organization",
"name": "Université de Lille"
},
{ {
"@type": "Organization", "@type": "Organization",
"name": "CRIStAL" "name": "CRIStAL"
},
{
"@type": "Organization",
"name": "2XS"
} }
] ]
}, },
...@@ -74,7 +90,16 @@ ...@@ -74,7 +90,16 @@
"familyName": "Oudjail", "familyName": "Oudjail",
"affiliation": [ "affiliation": [
{ {
"@type": "Organization" "@type": "Organization",
"name": "Université de Lille"
},
{
"@type": "Organization",
"name": "CRIStAL"
},
{
"@type": "Organization",
"name": "2XS"
} }
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment