-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodemeta.json
More file actions
23 lines (23 loc) · 850 Bytes
/
codemeta.json
File metadata and controls
23 lines (23 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0001-7832-6156",
"@type": "Person",
"email": "simon@simon.net.nz",
"name": "Simon J. Greenhill",
"affiliation": "Max Planck Institute for the Science of Human History & ARC Centre of Excellence for the Dynamics of Language, Australian National University"
}
],
"identifier": "",
"codeRepository": "https://github.com/SimonGreenhill/treemaker",
"datePublished": "2018-09-05",
"dateModified": "2018-11-08",
"dateCreated": "2018-09-05",
"description": "A Python library for creating a Newick formatted tree from a set of classifications.",
"keywords": "phylogenetics,newick",
"license": "BSD",
"title": "treemaker",
"version": "1.2"
}