-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.jsonld
38 lines (38 loc) · 1.66 KB
/
references.jsonld
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
{
"@context": "http://schema.org",
"@id": "https://github.com/bioexcel/biobb_mem",
"@type": "ItemList",
"name": "biobb_mem",
"itemListElement":[
{
"@type": "SoftwareApplication",
"description": "AmberTools consists of several independently developed packages that work well by themselves. The suite can also be used to carry out complete molecular dynamics simulations, with either explicit water or generalized Born solvent models.",
"name": "AmberTools",
"url": "https://ambermd.org/AmberTools.php",
"applicationCategory": "Computational Biology tool",
"citation": "https://pubs.acs.org/doi/10.1021/acs.jcim.3c01153",
"license": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html",
"softwareVersion": "22"
},
{
"@type": "SoftwareApplication",
"description": "A Python toolkit for analysing MD simulations of lipid membranes",
"name": "lipyphilic",
"url": "https://lipyphilic.readthedocs.io/en/latest/",
"applicationCategory": "Computational Biology tool",
"citation": "https://pubs.acs.org/doi/10.1021/acs.jctc.1c00447",
"license": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html",
"softwareVersion": "0.10.0"
},
{
"@type": "SoftwareApplication",
"description": "CHAP is a tool for the functional annotation of ion channel structures",
"name": "CHAP",
"url": "https://github.com/channotation/chap",
"applicationCategory": "Computational Biology tool",
"citation": "https://www.sciencedirect.com/science/article/pii/S0022283619303651?via%3Dihub",
"license": "other",
"softwareVersion": "0.9.1"
}
]
}