Skip to content
Snippets Groups Projects
Commit 45a694d9 authored by Chetouane's avatar Chetouane
Browse files

Ajout du codemeta.json

parent 847a14e8
No related branches found
No related tags found
No related merge requests found
{
"@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"
}
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment