-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
44 lines (44 loc) · 1.62 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/LGPL-3.0-or-later",
"codeRepository": "git+https://github.com/wtraylor/modular_megafauna_model.git",
"contIntegration": "https://gitlab.com/wtraylor/modular_megafauna_model/pipelines",
"datePublished": "2021-04-26",
"dateModified": "2023-10-27",
"issueTracker": "https://github.com/wtraylor/modular_megafauna_model/issues/",
"name": "Modular Megafauna Model (MMM)",
"version": "1.1.6",
"identifier": "10.5281/zenodo.4710254. ",
"description": "Extendable, dynamic, process-based herbivore simulator that can be integrated into a dynamic vegetation model. Written as a C++ library.\n",
"applicationCategory": "Ecological Modeling",
"funder": {
"@type": "Organization",
"name": "Senckenberg Biodiversity and Climate Research Centre, Frankfurt am Main, Germany"
},
"keywords": [
"dgvm",
"lpj-guess",
"mammoth",
"megafauna"
],
"programmingLanguage": [
"C++"
],
"relatedLink": [
"https://modular-megafauna-model.readthedocs.io/"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-4813-1072",
"givenName": "Wolfgang",
"familyName": "Traylor",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Senckenberg Biodiversity and Climate Research Centre, Frankfurt am Main, Germany"
}
}
]
}