-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreferences.jsonld
More file actions
35 lines (33 loc) · 1 KB
/
references.jsonld
File metadata and controls
35 lines (33 loc) · 1 KB
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
{
"@context": "http://schema.org",
"@id": "https://github.com/bioexcel/biobb_wf_godmd",
"@type": "ItemList",
"name": "Protein conformational transitions calculations 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_godmd/master/references.jsonld",
"name": "biobb_godmd"
},
{
"@type": "SoftwareApplication",
"@id": "https://raw.githubusercontent.com/bioexcel/biobb_structure_utils/master/references.jsonld",
"name": "biobb_structure_utils"
},
{
"@type": "SoftwareApplication",
"@id": "https://raw.githubusercontent.com/bioexcel/biobb_analysis/master/references.jsonld",
"name": "biobb_analysis"
}
]
}