-
Notifications
You must be signed in to change notification settings - Fork 13
/
.zenodo.json
47 lines (47 loc) · 1.28 KB
/
.zenodo.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
{
"title": "Phylo.jl",
"description": "Package for creating and manipulating phylogenies in Julia",
"upload_type": "software",
"creators": [
{
"name": "Reeve, Richard",
"orcid": "0000-0003-2589-8091",
"affiliation": "University of Glasgow",
"ror": "00vtgdb53"
},
{
"name": "Davison, Emily",
"orcid": "0009-0000-3656-8309",
"affiliation": "University of Glasgow",
"ror": "00vtgdb53"
},
{
"name": "Borregaard, Michael",
"orcid": "0000-0002-8146-8435",
"affiliation": "University of Copenhagen",
"ror": "035b05819"
},
{
"name": "Harris, Claire",
"orcid": "0000-0003-0852-2340",
"affiliation": "Biomathematics and Statistics Scotland",
"ror": "03jwrz939"
}
],
"access_right": "open",
"license": "BSD-2-Clause",
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/EcoJulia/Phylo.jl",
"relation": "isOriginalFormOf"
}
],
"keywords": [
"EcoJulia",
"ecology",
"julia",
"phylogenetics",
"traits"
]
}