-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcodemeta.json
69 lines (69 loc) · 2.32 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://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/GPL-2.0+",
"codeRepository": "https://github.com/mychem/mychem-code.git",
"dateCreated": "2010-07-06",
"datePublished": "2010-07-06",
"dateModified": "2021-02-21",
"downloadUrl": "https://github.com/mychem/mychem-code/archive/refs/tags/1.0.1.tar.gz",
"issueTracker": "https://github.com/mychem/mychem-code/issues",
"name": "Mychem",
"version": "1.0.1",
"identifier": "https://doi.org/10.5281/zenodo.4557895",
"description": "Mychem is a chemoinformatics extension for MySQL and MariaDB. It provides a set of functions that permits to handle chemical data within the database. These functions permit to search, analyze and convert chemical data.",
"applicationCategory": "Chemistry",
"programmingLanguage": [
"C",
"C++"
],
"operatingSystem": [
"Linux",
"MacOS X",
"Windows"
],
"softwareRequirements": [
"OpenBabel"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-7067-5009",
"givenName": "Jérôme",
"familyName": "Pansanel",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "IPHC, University of Strasbourg, CNRS"
}
},
{
"@type": "Person",
"givenName": "Aurélie",
"familyName": "De Luca",
"email": "[email protected]"
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-2812-8255",
"givenName": "Fredrik",
"familyName": "Wallner",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Irlab Therapeutics"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-3079-6586",
"givenName": "Bjoern",
"familyName": "Gruening",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "University of Freiburg"
}
}
]
}