-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
56 lines (56 loc) · 2.19 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/AFL-3.0",
"codeRepository": "https://github.com/borkowsk/Coevo1_model",
"dateCreated": "1997-07-01",
"datePublished": "2008-09-17",
"dateModified": "2018-12-27",
"downloadUrl": "https://github.com/borkowsk/Coevo2_model/archive/refs/heads/master.zip",
"name": "coevo",
"version": "2.0",
"description": "CO-EVO-lution / macroevolution model developed from 1997-2012 (paper published)\n\nPlease contact me if you want use this for your purpose!\n\[email protected]\n\nThe whole history of this research is available in a project at Research Gate.\n\n\"Macroevolution & coevolution in CA & network like models\"",
"applicationCategory": "Paleontology",
"releaseNotes": "Windows binaries available:\nhttps://github.com/borkowsk/Coevo2_model/tree/master/bin",
"developmentStatus": "inactive",
"isPartOf": "https://www.researchgate.net/project/Macroevolution-coevolution-in-CA-network-like-models",
"referencePublication": "DOI: 10.1016/j.pss.2008.10.001",
"funder": {
"@type": "Organization",
"name": "University of Warsaw"
},
"keywords": [
"macroevolution"
],
"programmingLanguage": [
"C++"
],
"runtimePlatform": [
"native"
],
"operatingSystem": [
"Windows",
"Linux"
],
"softwareRequirements": [
"C++ compiler, cmake, make",
"SymShell library from GitHub"
],
"relatedLink": [
"https://www.researchgate.net/project/Macroevolution-coevolution-in-CA-network-like-models",
"https://www.researchgate.net/publication/295955459https://www.researchgate.net/publication/24014499_Cellular_Automata_Model_of_Macroevolution"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-5793-688",
"givenName": "Wojciech",
"familyName": "Borkowski",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "University of Warsaw"
}
}
]
}