Skip to content
Snippets Groups Projects
codemeta.json 2.11 KiB
Newer Older
Chetouane's avatar
Chetouane committed
{
    "@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",
Maxence Larrieu's avatar
Maxence Larrieu committed
        "name": "Université Grenoble Alpes",
        "@id": "https://ror.org/02rx3b187"
Chetouane's avatar
Chetouane committed
    },
    "keywords": [
        "open science",
        "data",
        "data harvesting"
    ],
    "programmingLanguage": [
        "Python3"
    ],
    "softwareRequirements": [
        "Python3 :",
        "- pandas",
        "- requests",
        "- matplotlib"
    ],
    "author": [
        {
Maxence Larrieu's avatar
Maxence Larrieu committed
            "@id": "https://orcid.org/0000-0002-1834-3007",
Chetouane's avatar
Chetouane committed
            "@type": "Person",
            "givenName": "Maxence",
            "familyName": "Larrieu",
            "affiliation": {
                "@type": "Organization",
Maxence Larrieu's avatar
Maxence Larrieu committed
                "name": "GRICAD, Université Grenoble Alpes",
                "@id": "https://ror.org/044cfnj78"
Chetouane's avatar
Chetouane committed
            }
        },
        {
            "@type": "Person",
            "givenName": "Elias",
            "familyName": "Chetouane",
            "email": "elias.chetouane@univ-grenoble-alpes.fr",
            "affiliation": {
                "@type": "Organization",
Maxence Larrieu's avatar
Maxence Larrieu committed
                "name": "GRICAD, Université Grenoble Alpes",
                "@id": "https://ror.org/044cfnj78"