Skip to content
Snippets Groups Projects
codemeta.json 2.33 KiB
Newer Older
Tamas Gal's avatar
Tamas Gal committed
{
    "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
    "@type": "SoftwareSourceCode",
    "license": "https://spdx.org/licenses/MIT",
    "codeRepository": "git+https://git.km3net.de/km3py/km3io.git",
    "contIntegration": "https://git.km3net.de/km3py/km3io/-/pipelines",
    "dateCreated": "2019-11-15",
    "datePublished": "2019-11-15",
Tamas Gal's avatar
Tamas Gal committed
    "dateModified": "2023-06-15",
Tamas Gal's avatar
Tamas Gal committed
    "downloadUrl": "https://git.km3net.de/km3py/km3io",
    "issueTracker": "https://git.km3net.de/km3py/km3io/-/issues",
    "name": "km3io",
Tamas Gal's avatar
Tamas Gal committed
    "softwareVersion": "1.0.0",
Tamas Gal's avatar
Tamas Gal committed
    "maintainer": "Tamas Gal <tamas.gal@fau.de>",
    "readme": "https://git.km3net.de/km3py/km3io/-/blob/master/README.rst",
    "description": "Pure Python I/O library for KM3NeT related files.",
    "applicationCategory": "Astroparticle physics",
    "developmentStatus": "active",
    "referencePublication": "https://doi.org/10.5281/zenodo.808829",
Tamas Gal's avatar
Tamas Gal committed
    "releaseNotes": "https://km3py.pages.km3net.de/km3io/changelog.html",
    "copyrightHolder": "KM3NeT Collaboration",
Tamas Gal's avatar
Tamas Gal committed
    "keywords": [
        "i/o",
        "astroparticle physics",
        "km3net"
    ],
    "programmingLanguage": [
        "Python 3"
    ],
    "operatingSystem": [
        "Linux",
        "macOS",
        "Windows"
    ],
    "relatedLink": [
        "https://km3py.pages.km3net.de/km3io/"
    ],
    "author": [
        {
            "@type": "Person",
            "@id": "https://orcid.org/0000-0001-7821-8673",
            "givenName": "Tamas",
            "familyName": "Gal",
            "email": "tamas.gal@fau.de",
            "affiliation": {
                "@type": "Organization",
                "name": "Friedrich-Alexander-University Erlangen-Nuremberg, Erlangen Centre for Astroparticle Physics"
            }
        }
    ],
    "contributor": [
        {
            "@type": "Person",
            "@id": "https://orcid.org/0000-0003-3722-086X",
            "givenName": "Johannes",
            "familyName": "Schumann",
            "affiliation": {
                "@type": "Organization",
                "name": "Friedrich-Alexander-University Erlangen-Nuremberg, Erlangen Centre for Astroparticle Physics"
            }
        },
        {
            "@type": "Person",
            "@id": "https://orcid.org/0000-0002-5593-2580",
            "givenName": "Zineb",
            "familyName": "Aly"
        }
    ]
}