-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcodemeta.json
102 lines (102 loc) · 3.58 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Oceanography",
"author": [
{
"id": "https://orcid.org/0000-0002-1023-7082",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Simula Research Laboratory, Norway"
},
"email": "[email protected]",
"familyName": "Ragan-Kelley",
"givenName": "Benjamin"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0002-1023-7082",
"roleName": "Developer"
},
{
"id": "https://orcid.org/0000-0002-3190-4278",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Development Seed, Portugal"
},
"email": "[email protected]",
"familyName": "Wiesmann",
"givenName": "Daniel"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0002-3190-4278",
"roleName": "coordinator"
},
{
"id": "https://orcid.org/0000-0002-1500-0156",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "IFREMER, France"
},
"email": "[email protected]",
"familyName": "Odaka",
"givenName": "Tina"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0002-1500-0156",
"roleName": "Developer"
},
{
"id": "https://orcid.org/0000-0002-1784-2920",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Simula Research Laboratory, Norway"
},
"email": "[email protected]",
"familyName": "Fouilloux",
"givenName": "Anne"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0002-1784-2920",
"roleName": "Developer"
},
{
"id": "https://orcid.org/0000-0002-1032-2105",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "IFREMER, France"
},
"email": "[email protected]",
"familyName": "Woillez",
"givenName": "Mathieu"
}
],
"codeRepository": "git+https://github.com/destination-earth/DestinE_ESA_GFTS",
"dateCreated": "2023-11-16",
"description": "The Global Fish Tracking System (GFTS) is a Destination Earth Platform use case. The lack of accurate modelling of fish movement, migration strategies, and site fidelity is a major challenge for policy-makers when they need to formulate effective conservation policies. By relying on the Pangeo infrastructure on the DestinatE Platform, the Use Case aims to predict the sea bass behavior and develop a Decision Support Tool (DST) for “what-if” scenario planning. As a result, the Use Case will help to obtain accurate insights into fish populations by introducing the Global Fish Tracking System (GFTS) and a Decision Support Tool into the DestinE Platform.",
"funder": {
"type": "Organization",
"name": "ESA"
},
"keywords": ["Fish", "ESA", "DestinE", "Pangeo", "Climate"],
"license": "https://spdx.org/licenses/Apache-2.0",
"name": "GFTS",
"operatingSystem": "Linux",
"programmingLanguage": "Python 3",
"relatedLink": [
"https://destination-earth.eu/use-cases/global-fish-tracking-system-gfts/",
"https://w3id.org/ro-id/2edcfa66-0f59-42f4-aa29-1c5681466424"
],
"softwareRequirements": "https://github.com/destination-earth/DestinE_ESA_GFTS/blob/main/.binder/environment.yml",
"developmentStatus": "active",
"funding": "Destination Earth ESA use case",
"issueTracker": "https://github.com/destination-earth/DestinE_ESA_GFTS/issues"
}