-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
71 lines (71 loc) · 2.81 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Hydrology",
"author": [
{
"id": "https://orcid.org/0009-0006-4372-0923",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "RiverLy, INRAE, France"
},
"email": "louis.heraut@inrae.fr",
"familyName": "Heraut",
"givenName": "Louis"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0009-0006-4372-0923",
"roleName": "Maintainer"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0009-0006-4372-0923",
"roleName": "Developper"
},
{
"id": "https://orcid.org/0000-0002-3748-6150",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "RiverLy, INRAE, France"
},
"email": "jean-philippe.vidal@inrae.fr",
"familyName": "Vidal",
"givenName": "Jean-Philippe"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0002-3748-6150",
"roleName": "Management"
}
],
"codeRepository": "https://github.com/super-lou/MEANDRE/",
"dateCreated": "2024-05-30",
"datePublished": "2024-06-27",
"description": "MEANDRE https://meandre.explore2.inrae.fr/ présente de manière guidée un regard d'expert sur les résultats des projections hydrologiques réalisées sur la France. La mise à jour de ces projections a été réalisé entre 2022 et 2024 dans le cadre du projet national Explore2. \nCes résultats sont un aperçu de quelques futurs possibles pour la ressource en eau.\n\nMEANDRE https://meandre.explore2.inrae.fr/ provides a guided expert perspective on the results of hydrological projections conducted for France. These projections were updated between 2022 and 2024 as part of the national Explore2 project. \nThe results offer a glimpse into some possible futures for water resources.",
"downloadUrl": "https://meandre.explore2.inrae.fr/",
"funder": {
"type": "Organization",
"name": "LIFE Eau&Climat (LIFE19 GIC/FR 001259),French Ministry of Ecological Transition,OFB "
},
"keywords": [
"hydrological projection",
"hydrological simulation",
"climat projection",
"climate change",
"climate change adaptation",
"climate change mitigation"
],
"license": "https://spdx.org/licenses/AGPL-3.0-or-later",
"name": "MEANDRE",
"programmingLanguage": [
"Python 3",
"JavaScript",
"HTML",
"CSS",
"PostgreSQL"
],
"developmentStatus": "inactive"
}