Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions codemeta_V3_IDDAS.json
Original file line number Diff line number Diff line change
@@ -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"
}