From 2daeb5dad0e93a80ae0f1959e24e555fa4de528f Mon Sep 17 00:00:00 2001 From: Damien Amara <damien.amara@univ-lille.fr> Date: Tue, 20 Feb 2024 15:52:14 +0100 Subject: [PATCH] Fix the codemeta.json file Add full affiliation for each author. --- codemeta.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/codemeta.json b/codemeta.json index 632be23..a412c16 100644 --- a/codemeta.json +++ b/codemeta.json @@ -51,9 +51,17 @@ "givenName": "Gilles", "familyName": "Grimaud", "affiliation": [ + { + "@type": "Organization", + "name": "Université de Lille" + }, { "@type": "Organization", "name": "CRIStAL" + }, + { + "@type": "Organization", + "name": "2XS" } ] }, @@ -62,9 +70,17 @@ "givenName": "Samuel", "familyName": "Hym", "affiliation": [ + { + "@type": "Organization", + "name": "Université de Lille" + }, { "@type": "Organization", "name": "CRIStAL" + }, + { + "@type": "Organization", + "name": "2XS" } ] }, @@ -74,7 +90,16 @@ "familyName": "Oudjail", "affiliation": [ { - "@type": "Organization" + "@type": "Organization", + "name": "Université de Lille" + }, + { + "@type": "Organization", + "name": "CRIStAL" + }, + { + "@type": "Organization", + "name": "2XS" } ] } -- GitLab