-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcodemeta.json
89 lines (89 loc) · 3.12 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/BSD-3-Clause",
"codeRepository": "https://github.com/patrickfuchs/buildH",
"contIntegration": "https://github.com/patrickfuchs/buildH/actions",
"dateCreated": "2019-03-06",
"datePublished": "2019-06-21",
"dateModified": "2021-05-21",
"downloadUrl": "https://github.com/patrickfuchs/buildH/archive/refs/tags/v1.3.1.zip",
"issueTracker": "https://github.com/patrickfuchs/buildH/issues",
"name": "buildH",
"version": "1.3.1",
"description": "Build hydrogen atoms from united-atom molecular dynamics of lipids and calculate the order parameters",
"applicationCategory": "Structural bioinformatics",
"developmentStatus": "active",
"keywords": [
"molecular dynamics simulation",
"order parameters",
"lipids",
"united-atom"
],
"programmingLanguage": [
"Python"
],
"operatingSystem": [
"Linux",
"Windows",
"MacOSX"
],
"softwareRequirements": [
"Python>=3.6",
"numpy",
"pandas",
"MDAnalysis",
"numba"
],
"relatedLink": [
"https://buildh.readthedocs.io/en/latest/",
"https://pypi.org/project/buildh/",
"https://anaconda.org/bioconda/buildh"
],
"author": [
{
"@type": "Person",
"@id": "http://orcid.org/0000-0001-6149-9480",
"givenName": "Hubert",
"familyName": "Santuz",
"email": "hubert.santuz@gmail.com",
"affiliation": {
"@type": "Organization",
"name": "Laboratoire de Biochimie Théorique (LBT), CNRS, F-75005 Paris, France"
}
},
{
"@type": "Person",
"@id": "http://orcid.org/0000-0002-3317-9110",
"givenName": "Amélie",
"familyName": "Bâcle",
"email": "amelie.bacle@gmail.com",
"affiliation": {
"@type": "Organization",
"name": "Laboratoire Coopératif \"Lipotoxicity and Channelopathies - ConicMeds\", Université de Poitiers, F-86000 Poitiers, France"
}
},
{
"@type": "Person",
"@id": "http://orcid.org/0000-0003-4177-3619",
"givenName": "Pierre",
"familyName": "Poulain",
"email": "pierre.poulain@cupnet.net",
"affiliation": {
"@type": "Organization",
"name": "Université de Paris, CNRS, Institut Jacques Monod, F-75006, Paris, France"
}
},
{
"@type": "Person",
"@id": "http://orcid.org/0000-0001-7117-994X",
"givenName": "Patrick",
"familyName": "Fuchs",
"email": "patrick.fuchs@univ-paris-diderot.fr",
"affiliation": {
"@type": "Organization",
"name": "Sorbonne Université, Ecole Normale Supérieure, PSL Research University, CNRS, Laboratoire des Biomolécules (LBM), F-75005 Paris, France"
}
}
]
}