From 45a694d92745fc8c635e25fecfff70cfd899bf40 Mon Sep 17 00:00:00 2001 From: Chetouane <chetouane.elias@gmail.com> Date: Fri, 2 Feb 2024 14:52:11 +0100 Subject: [PATCH] Ajout du codemeta.json --- codemeta.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 codemeta.json diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..aaf1309 --- /dev/null +++ b/codemeta.json @@ -0,0 +1,54 @@ +{ + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", + "@type": "SoftwareSourceCode", + "license": "https://spdx.org/licenses/GPL-3.0+", + "codeRepository": "https://gricad-gitlab.univ-grenoble-alpes.fr/mlarrieu/open-research-data-monitor", + "contIntegration": "https://gricad-gitlab.univ-grenoble-alpes.fr/mlarrieu/open-research-data-monitor", + "dateCreated": "2023-11-28", + "datePublished": "2024-02-02", + "dateModified": "2024-02-02", + "name": "Open research data monitor", + "version": "1.0.0", + "description": "This software is a tool that harvests DataCite and some data repositories (Recherche Data Gouv, Nakala, Zenodo...) to get DOIs from all public data available affiliated with the UGA (Université Grenoble Alpes). The goal is to analyze the results in order to adapt our data policy and to accompany researchers from UGA with data management and publication.", + "applicationCategory": "Data analysis", + "funder": { + "@type": "Organization", + "name": "Université Grenoble Alpes" + }, + "keywords": [ + "open science", + "data", + "data harvesting" + ], + "programmingLanguage": [ + "Python3" + ], + "softwareRequirements": [ + "Python3 :", + "- pandas", + "- requests", + "- matplotlib" + ], + "author": [ + { + "@type": "Person", + "givenName": "Maxence", + "familyName": "Larrieu", + "email": "maxence.larrieu@univ-grenoble-alpes.fr", + "affiliation": { + "@type": "Organization", + "name": "GRICAD, Université Grenoble Alpes" + } + }, + { + "@type": "Person", + "givenName": "Elias", + "familyName": "Chetouane", + "email": "elias.chetouane@univ-grenoble-alpes.fr", + "affiliation": { + "@type": "Organization", + "name": "GRICAD, Université Grenoble Alpes" + } + } + ] +} -- GitLab