-
Notifications
You must be signed in to change notification settings - Fork 6
/
codemeta.json
30 lines (30 loc) · 1004 Bytes
/
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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0002-2055-8381",
"@type": "Person",
"email": "russell@vort.org",
"name": "Russell Neches",
"affiliation": "U.C. Davis Genome Center"
},
{
"@id": "http://orcid.org/0000-0001-8822-8779",
"@type": "Person",
"email": "cswel@ucdavis.edu",
"name": "Camille Scott",
"affiliation": "U.C. Davis Graduate Group in Computer Science"
}
],
"identifier": "https://doi.org/10.5281/zenodo.1212627",
"codeRepository": "https://github.com/ryneches/SuchTree/",
"datePublished": "2018-04-04",
"dateModified": "2018-04-04",
"dateCreated": "2018-04-04",
"description": "A Python library for fast, thread-safe computations on phylogenetic trees",
"keywords": "phylogenetics, python, coevolution, graph theory",
"license": "BSD-3",
"title": "SuchTree",
"version": "0.6"
}