-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcodemeta.json
72 lines (72 loc) · 2.67 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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "https://orcid.org/0000-0002-6620-807X",
"@type": "Person",
"email": "[email protected]",
"name": "Markus J. Ankenbrand",
"affiliation": "Department of Animal Ecology and Tropical Biology (Zoology III), University of Würzburg, Germany"
},
{
"@id": "https://orcid.org/0000-0001-8505-9439",
"@type": "Person",
"email": "[email protected]",
"name": "Simon Pfaff",
"affiliation": "Center for Computational and Theoretical Biology, University of Würzburg"
},
{
"@id": "",
"@type": "Person",
"email": "",
"name": "Niklas Terhoeven",
"affiliation": "Center for Computational and Theoretical Biology, University of Würzburg"
},
{
"@id": "https://orcid.org/0000-0001-9661-8494",
"@type": "Person",
"email": "[email protected]",
"name": "Musga Qureischi",
"affiliation": "Centre for Experimental Molecular Medicine, University Clinics Würzburg, Germany"
},
{
"@id": "https://orcid.org/0000-0002-0022-320X",
"@type": "Person",
"email": "",
"name": "Maik Gündel",
"affiliation": ""
},
{
"@id": "",
"@type": "Person",
"email": "",
"name": "Clemens L. Weiss",
"affiliation": "Research Group for Ancient Genomics and Evolution, Department of Molecular Biology, Max Planck Institute for Developmental Biology, Tübingen, Germany"
},
{
"@id": "https://orcid.org/0000-0002-0022-320X",
"@type": "Person",
"email": "[email protected]",
"name": "Thomas Hackl",
"affiliation": "Department of Civil and Environmental Engineering, Massachusetts Institute of Technology"
},
{
"@id": "https://orcid.org/0000-0003-4166-5423",
"@type": "Person",
"email": "[email protected]",
"name": "Frank Förster",
"affiliation": "Fraunhofer Institute for Molecular Biology and Applied Ecology IME, Applied Ecology and Bioresources, Gießen, Germany"
}
],
"identifier": "https://doi.org/10.5281/zenodo.883594",
"codeRepository": "https://github.com/chloroExtractorTeam/chloroExtractor",
"datePublished": "2017-09-28",
"dateModified": "2019-04-08",
"dateCreated": "2017-09-28",
"description": "The chloroExtractor is a perl based program which provides a pipeline for DNA extraction of chloroplast DNA from whole genome plant data.",
"keywords": "chloroplast, genome, assembly, k-mer",
"license": "MIT",
"title": "chloroExtractor",
"version": "v1.0.6"
}