-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcodemeta.json
More file actions
53 lines (53 loc) · 1.34 KB
/
codemeta.json
File metadata and controls
53 lines (53 loc) · 1.34 KB
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"author": [
{
"@id": "https://orcid.org/0000-0002-2555-761X",
"@type": "Person",
"familyName": "Dr. Pradal",
"givenName": "Christophe"
},
{
"@id": "https://orcid.org/0000-0002-9545-9003",
"@type": "Person",
"familyName": "Dr. Boursiac",
"givenName": "Yann"
},
{
"@id": "https://orcid.org/0000-0001-6286-7759",
"@type": "Person",
"familyName": "Dr. Lucas",
"givenName": "Mikael"
},
{
"@id": "https://orcid.org/0000-0002-3293-4049",
"@type": "Person",
"familyName": "Dr. Bauget",
"givenName": "Fabrice"
},
{
"@id": "https://orcid.org/0000-0002-1202-8460",
"@type": "Person",
"familyName": "Dr. Godin",
"givenName": "Christophe"
},
{
"@id": "https://orcid.org/0000-0002-4255-6440",
"@type": "Person",
"familyName": "Dr. Maurel",
"givenName": "Christophe"
}
],
"description": "OpenAlea.HydroRoot is a hydraulic root architecture modelling and a root architecture system generator package.",
"keywords": [
"root",
"openalea",
"hydraulic",
"maize",
"arabidopsis",
"millet"
],
"license": "https://spdx.org/licenses/CECILL-C",
"name": "OpenAlea.HydroRoot"
}