{
    "@context": [
        "https:\/\/doi.org\/doi:10.5063\/schema\/codemeta-2.0",
        "http:\/\/schema.org"
    ],
    "@type": "SoftwareSourceCode",
    "name": "ForColormap",
    "description": "This Fortran library is independent of any graphical toolkit: its main functionality is to convert a real value to RGB values that you can use with any drawing toolkit. It offers various methods and options to manage colormaps.",
    "dateCreated": "2023-10-23",
    "datePublished": "2024-02-15",
    "license": [
        "MIT License"
    ],
    "url": "https:\/\/hal.science\/hal-04441179",
    "identifier": [
        {
            "@type": "hal",
            "propertyID": "https:\/\/hal.science\/hal-04441179",
            "value": "hal-04441179"
        },
        {
            "@type": "swhid",
            "propertyID": "https:\/\/archive.softwareheritage.org\/swh:1:dir:6b63552cd1dcd33b53e84ee15ae992b7d3866ab5;origin=https:\/\/hal.archives-ouvertes.fr\/hal-04441179;visit=swh:1:snp:ddece0b5b83e6f94229f1b94bc3f5a57e13214e1;anchor=swh:1:rel:73e06936b7c3a95ef328caa974b2b212c26486d3;path=\/",
            "value": "swh:1:dir:6b63552cd1dcd33b53e84ee15ae992b7d3866ab5;origin=https:\/\/hal.archives-ouvertes.fr\/hal-04441179;visit=swh:1:snp:ddece0b5b83e6f94229f1b94bc3f5a57e13214e1;anchor=swh:1:rel:73e06936b7c3a95ef328caa974b2b212c26486d3;path=\/"
        }
    ],
    "applicationCategory": [
        "info.info-mo"
    ],
    "keywords": [
        "Fortran",
        "Colormap"
    ],
    "codeRepository": "https:\/\/github.com\/vmagnin\/forcolormap",
    "programmingLanguage": [
        "Fortran"
    ],
    "version": "1",
    "softwareVersion": "0.8",
    "dateModified": "2026-04-13",
    "developmentStatus": "Actif",
    "author": [
        {
            "@type": "Role",
            "roleName": "aut",
            "author": {
                "@type": "Person",
                "@id": [
                    "0000-0002-9016-9955"
                ],
                "givenName": "Vincent",
                "familyName": "Magnin",
                "affiliation": [
                    {
                        "@type": "Organization",
                        "name": "OPTO - IEMN"
                    },
                    {
                        "@type": "Organization",
                        "name": "IEMN"
                    }
                ]
            }
        },
        {
            "@type": "Role",
            "roleName": "aut",
            "author": {
                "@type": "Person",
                "@id": null,
                "givenName": "Seyed Alireza",
                "familyName": "Ghasemi",
                "affiliation": [
                    {
                        "@type": "Organization",
                        "name": "TU"
                    }
                ]
            }
        }
    ],
    "contributor": [
        {
            "@type": "Person",
            "givenName": "Vincent",
            "familyName": "MAGNIN"
        }
    ]
}