-
Notifications
You must be signed in to change notification settings - Fork 4
/
references.jsonld
34 lines (33 loc) · 1.03 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
{
"@context": "http://schema.org",
"@id": "https://github.com/bioexcel/biobb_wf_md_setup",
"@type": "ItemList",
"name": "Protein MD Setup workflow",
"itemListElement": [
{
"@type": "SoftwareApplication",
"@id": "https://raw.githubusercontent.com/bioexcel/biobb/master/references.jsonld",
"name": "biobb"
},
{
"@type": "SoftwareApplication",
"@id": "https://raw.githubusercontent.com/bioexcel/biobb_io/master/references.jsonld",
"name": "biobb_io"
},
{
"@type": "SoftwareApplication",
"@id": "https://raw.githubusercontent.com/bioexcel/biobb_model/master/references.jsonld",
"name": "biobb_model"
},
{
"@type": "SoftwareApplication",
"@id": "https://raw.githubusercontent.com/bioexcel/biobb_gromacs/master/references.jsonld",
"name": "biobb_gromacs"
},
{
"@type": "SoftwareApplication",
"@id": "https://raw.githubusercontent.com/bioexcel/biobb_analysis/master/references.jsonld",
"name": "biobb_analysis"
}
]
}