-
Notifications
You must be signed in to change notification settings - Fork 2
/
codemeta.json
78 lines (78 loc) · 2.56 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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "ecology",
"programmingLanguage": "julia",
"developmentStatus": "active",
"codeRepository": "https://github.com/EcoJulia/EcoBase.jl",
"name": "EcoBase.jl",
"issueTracker": "https://github.com/EcoJulia/EcoBase.jl/issues",
"readme": "https://github.com/EcoJulia/EcoBase.jl/blob/main/README.md",
"buildInstructions": "https://github.com/EcoJulia/EcoBase.jl/blob/main/README.md",
"dateCreated": "2018-01-30",
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"version": "v0.1.7",
"dateModified": "2024-07-22",
"datePublished": "2018-09-20",
"downloadUrl": "https://github.com/EcoJulia/EcoBase.jl/archive/refs/tags/v0.1.7.tar.gz",
"license": "https://spdx.org/licenses/MIT",
"author": [
{
"type": "Person",
"givenName": "Michael",
"familyName": "Borregaard",
"id": "https://orcid.org/0000-0002-8146-8435",
"affiliation": [
{
"type": "Organization",
"name": "University of Copenhagen",
"identifier": "https://ror.org/035b05819"
}
]
},
{
"type": "Person",
"givenName": "Richard",
"familyName": "Reeve",
"email": "[email protected]",
"id": "https://orcid.org/0000-0003-2589-8091",
"affiliation": [
{
"type": "Organization",
"name": "University of Glasgow",
"identifier": "https://ror.org/00vtgdb53"
}
]
},
{
"type": "Person",
"givenName": "Kevin",
"familyName": "Bonham",
"email": "[email protected]",
"id": "https://orcid.org/0000-0003-3200-7533",
"affiliation": [
{
"type": "Organization",
"name": "Wellesley College",
"identifier": "https://ror.org/01srpnj69"
}
]
}
],
"continuousIntegration": "https://github.com/EcoJulia/EcoBase.jl/actions/workflows/testing.yaml",
"codemeta:contIntegration": {
"id": "https://github.com/EcoJulia/EcoBase.jl/actions/workflows/testing.yaml"
},
"keywords": [
"EcoJulia",
"biology",
"ecology",
"geography",
"julia",
"macroecology"
]
}