From 8c152ecaa25473b4490fad7bbcd2a0111c9817e6 Mon Sep 17 00:00:00 2001 From: Maxence Larrieu <maxence.larrieu@univ-grenoble-alpes.fr> Date: Fri, 2 Feb 2024 20:44:20 +0100 Subject: [PATCH] ORCID & ROR added --- codemeta.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/codemeta.json b/codemeta.json index aaf1309..4f6cc8d 100644 --- a/codemeta.json +++ b/codemeta.json @@ -31,13 +31,14 @@ ], "author": [ { + "@id": "https://orcid.org/0000-0002-1834-3007", "@type": "Person", "givenName": "Maxence", "familyName": "Larrieu", - "email": "maxence.larrieu@univ-grenoble-alpes.fr", "affiliation": { "@type": "Organization", - "name": "GRICAD, Université Grenoble Alpes" + "name": "GRICAD, Université Grenoble Alpes", + "@id": "https://ror.org/044cfnj78" } }, { @@ -47,7 +48,8 @@ "email": "elias.chetouane@univ-grenoble-alpes.fr", "affiliation": { "@type": "Organization", - "name": "GRICAD, Université Grenoble Alpes" + "name": "GRICAD, Université Grenoble Alpes", + "@id": "https://ror.org/044cfnj78" } } ] -- GitLab