-
Notifications
You must be signed in to change notification settings - Fork 9
/
codemeta.json
69 lines (69 loc) · 2.39 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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "ecology",
"author": [
{
"type": "Person",
"givenName": "Richard",
"familyName": "Reeve",
"email": "richard.reeve@glasgow.ac.uk",
"id": "https://orcid.org/0000-0003-2589-8091",
"affiliation": [
{
"type": "Organization",
"name": "University of Glasgow",
"identifier": "https://ror.org/00vtgdb53"
}
]
},
{
"type": "Person",
"givenName": "Claire",
"familyName": "Harris",
"id": "https://orcid.org/0000-0003-0852-2340",
"affiliation": [
{
"type": "Organization",
"name": "Biomathematics and Statistics Scotland",
"identifier": "https://ror.org/03jwrz939"
}
]
}
],
"codeRepository": "https://github.com/EcoJulia/Diversity.jl",
"dateCreated": "2014-08-31",
"dateModified": "2024-07-21",
"datePublished": "2018-08-16",
"description": "Julia package for measuring diversity",
"downloadUrl": "https://github.com/EcoJulia/Diversity.jl/archive/refs/tags/v0.5.15.tar.gz",
"identifier": "10.5281/zenodo.597610",
"keywords": [
"EcoJulia",
"biodiversity",
"diversity",
"diversity measurement",
"ecology",
"julia",
"partitioning diversity",
"phylogenetic diversity"
],
"license": "https://spdx.org/licenses/BSD-2-Clause",
"name": "Diversity.jl",
"operatingSystem": [
"Linux",
"Windows",
"macOS"
],
"programmingLanguage": "julia",
"version": "v0.5.15",
"codemeta:contIntegration": {
"id": "https://github.com/EcoJulia/Diversity.jl/actions/workflows/testing.yaml"
},
"continuousIntegration": "https://github.com/EcoJulia/Diversity.jl/actions/workflows/testing.yaml",
"developmentStatus": "active",
"issueTracker": "https://github.com/EcoJulia/Diversity.jl/issues",
"referencePublication": "https://arxiv.org/abs/1404.6520",
"readme": "https://github.com/EcoJulia/Diversity.jl/blob/dev/README.md",
"buildInstructions": "https://github.com/EcoJulia/Diversity.jl/blob/dev/README.md"
}