-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
70 lines (70 loc) · 2.37 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Agronomy",
"author": [
{
"id": "https://orcid.org/0000-0002-2078-3570",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "INRAE, UMR Eco&Sols"
},
"email": "[email protected]",
"familyName": "Ferchaud",
"givenName": "Fabien"
},
{
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "INRAE Transfert"
},
"email": "[email protected]",
"familyName": "Ramananjatovo",
"givenName": "Toky"
}
],
"contributor": [
{
"id": "https://orcid.org/0000-0002-2164-3334",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "INRAE, UMR ECOSYS"
},
"email": "[email protected]",
"familyName": "Levavasseur",
"givenName": "Florent"
},
{
"id": "https://orcid.org/0000-0002-5723-6925",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "URCA, UMR FARE"
},
"email": "[email protected]",
"familyName": "Clivot",
"givenName": "Hugues"
}
],
"codeRepository": "https://github.com/inrae/AMG_base.git",
"dateCreated": "2023-06-02",
"dateModified": "2024-04-20",
"datePublished": "2024-04-20",
"description": "AMB_base simulates topsoil soil organic carbon stock evolution in arable cropping systems. It is a basic R version of the AMGv2 model (without calculation of C3 and C4 stocks).",
"downloadUrl": "https://github.com/inrae/AMG_base/archive/refs/heads/release.zip",
"keywords": [
"soil organic carbon",
"soil carbon storage",
"carbon inputs",
"mineralization"
],
"license": "https://spdx.org/licenses/CECILL-C",
"name": "AMG_base",
"programmingLanguage": "R",
"softwareRequirements": "R versions ≥ 4.0.0",
"version": "1.0.0",
"referencePublication": "https://doi.org/10.1016/j.envsoft.2019.04.004"
}