diff --git a/codemeta_V3_IDDAS.json b/codemeta_V3_IDDAS.json new file mode 100644 index 0000000..3fc47bd --- /dev/null +++ b/codemeta_V3_IDDAS.json @@ -0,0 +1,41 @@ +{ + "@context": "https://w3id.org/codemeta/3.0", + "type": "SoftwareSourceCode", + "applicationCategory": "Data access", + "author": [ + { + "id": "_:author_1", + "type": "Person", + "affiliation": { + "type": "Organization", + "name": "MARIS" + }, + "email": "paul@maris.nl", + "familyName": "Weerheim", + "givenName": "Paul " + } + ], + "codeRepository": "https://github.com/fair-ease/IDDAS.git", + "dateCreated": "2024-06-01", + "dateModified": "2025-06-01", + "datePublished": "2024-07-01", + "description": "The FAIR-EASE Interdisciplinary Data Discovery and Access service (IDDAS) enable easy discovery and access to multidisciplinary and aggregated datasets (in situ datasets, satellite datasets, omics experiments and model outputs) from a range of environmental data infrastructures relevant to the FAIR-EASE scientific pilot use cases.", + "funder": { + "type": "Organization", + "name": "European Union" + }, + "license": "https://spdx.org/licenses/CC-BY-ND-4.0", + "name": "FAIR-EASE IDDAS", + "operatingSystem": "Windows", + "programmingLanguage": [ + "PHP", + "JavaScript" + ], + "version": "1.0.0-beta", + "codemeta:contIntegration": { + "id": "https://github.com/fair-ease/IDDAS" + }, + "continuousIntegration": "https://github.com/fair-ease/IDDAS", + "developmentStatus": "active", + "issueTracker": "https://github.com/fair-ease/IDDAS/issues" +}