-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkshop.json
More file actions
165 lines (165 loc) · 7.03 KB
/
workshop.json
File metadata and controls
165 lines (165 loc) · 7.03 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"containers": {
"jupyterhub-base": {
"latest": "2026-03-02",
"name": "CCPBioSim Base Image",
"category": "infrastructure",
"shortdesc": "CCPBioSim JupyterHub base container for use in other training workshops.",
"longdesc": ""
},
"structure-validation-uglymol": {
"latest": "2026-03-02",
"name": "Uglymol Image",
"category": "infrastructure",
"shortdesc": "Uglymol container for hosted deployment as part of the structure validation workshop.",
"longdesc": ""
},
"structure-validation-workshop": {
"latest": "2026-03-02",
"name": "An Introduction to Structure Validation",
"category": "setup",
"shortdesc": "This course will introduce methods to deduce that starting structures for preparing simulations represent high quality starting points.",
"longdesc": ""
},
"basic-statistics-workshop": {
"latest": "2026-03-02",
"name": "Introducing Basic Statistics",
"category": "analysis",
"shortdesc": "This course illustrates how basic statistical concepts can be applied to the analysis of biomolecular simlation data",
"longdesc": ""
},
"aiida-lysozyme-workshop": {
"latest": "2026-03-02",
"name": "aiida-gromacs - Lysozyme MD simulation tutorial",
"category": "setup",
"shortdesc": "Data provenance tools demonstrated with Justin Lemkul's lysozyme in water simulation tutorial.",
"longdesc": ""
},
"basic-analysis-workshop": {
"latest": "2026-03-02",
"name": "Introducing Basic Analysis",
"category": "analysis",
"shortdesc": "In this course we will explore some of the issues in simulation preparation and analysis that can trip up the unwary, and how to avoid them.",
"longdesc": ""
},
"equilibration-workshop": {
"latest": "2026-03-02",
"name": "An Introduction to Equilibration",
"category": "setup",
"shortdesc": "This course looks at one of the most common methods for assessing equilibration: the calculation of RMSDs. It may be a common approach, but is it a good one? Maybe not.",
"longdesc": ""
},
"ubiquitin-analysis-workshop": {
"latest": "2026-03-02",
"name": "Introduction to Analysis of Ubiquitin",
"category": "analysis",
"shortdesc": "This course illustrates the application of a number of Python-based tools to the analysis of the results from a short (1 nanosecond) simulation of ubiquitin, investigating the question, how similar is the MD trajectory to the crystal and NMR structures?",
"longdesc": ""
},
"clustering-workshop": {
"latest": "2026-03-02",
"name": "An Introduction to Clustering",
"category": "analysis",
"shortdesc": "This course illustrates the application of a variety of clustering methods to an MD trajectory, comparing their performance.",
"longdesc": ""
},
"aiida-gpcr-workshop": {
"latest": "2026-03-02",
"name": "aiida-gromacs - GPCR MD simulation tutorial",
"category": "advanced",
"shortdesc": "An advanced demonstration showing advanced GPCR workflow with full data provenance collection.",
"longdesc": ""
},
"pca-workshop": {
"latest": "2026-03-02",
"name": "An Introduction to Principle Component Analysis",
"category": "analysis",
"shortdesc": "The aim of this course is to illustrate methods we can use to assess convergence and sampling in MD trajectories.",
"longdesc": ""
},
"python-workshop": {
"latest": "2026-03-02",
"name": "An Introduction to Python Programming",
"category": "coding",
"shortdesc": "This course will introduce more intermediate features of Python that are useful for biomolecular modellers.",
"longdesc": ""
},
"pdb2pqr-workshop": {
"latest": "2026-03-02",
"name": "An Introduction to PDB2PQR",
"category": "setup",
"shortdesc": "This short course illustrates the application of pdb2pqr to the analysis of the tautomeric and ionization states of residues in the structure of the cysteine protease cruzein (PDB code 2oz2) - the results may not be what you would have expected!",
"longdesc": ""
},
"docking-workflow": {
"latest": "2026-03-02",
"name": "Introducing Docking Workflows",
"category": "advanced",
"shortdesc": "This course introduces docking tools and workflows.",
"longdesc": ""
},
"qmmm-workshop": {
"latest": "2026-03-02",
"name": "Introducing QM/MM",
"category": "advanced",
"shortdesc": "The course will introduce non-specialists to the use of combined quantum mechanics/molecular mechanics (QM/MM) methods for modelling enzyme-catalysed reaction mechanisms.",
"longdesc": ""
},
"mm-gbsa-workshop": {
"latest": "2026-03-02",
"name": "Analysing with MM-GBSA",
"category": "analysis",
"shortdesc": "This course walks through the process of perfprming a basic MM-GBSA analysis of a molecular dynamics simulation of a protein-ligand complex to estimate the ligand binding free energy.",
"longdesc": ""
},
"protein-ml-workshop": {
"latest": "2026-03-02",
"name": "Protein Analysis with Machine Learning",
"category": "analysis",
"shortdesc": "This course introduces the application of Machine Learning methods (specifically, PCA and clustering) to the analysis of protein simulation data.",
"longdesc": ""
},
"protein-analysis-workshop": {
"latest": "2026-03-02",
"name": "Introduction to the Analysis of Proteins",
"category": "analysis",
"shortdesc": "This course introduces the application of MDTraj to the analysis of protein simulation data.",
"longdesc": ""
},
"protein-preparation-workshop": {
"latest": "2026-03-02",
"name": "Preparing Proteins for Simulation",
"category": "setup",
"shortdesc": "This course walks through the process of preparing a simple protein system for molecular dynamics simulation using Ambertools.",
"longdesc": ""
},
"dna-workshop": {
"latest": "2026-03-02",
"name": "Running DNA Simulations",
"category": "simulation",
"shortdesc": "This course introduces tools for running simulations on DNA systems.",
"longdesc": ""
},
"protein-simulation-workshop": {
"latest": "2026-03-02",
"name": "Running MD Simulations",
"category": "simulation",
"shortdesc": "This workshop demonstrates two approaches to running MD simulations on a simple protein system.",
"longdesc": ""
},
"coarse-graining-workshop": {
"latest": "2026-03-02",
"name": "Introducing Coarse-Graining",
"category": "advanced",
"shortdesc": "This workshop introduces tools for setup and running coarse-grain simulations.",
"longdesc": ""
},
"openff-workshop": {
"latest": "2026-03-02",
"name": "Introducing OpenForceField Tools",
"category": "advanced",
"shortdesc": "This workshop introduces the openforcefield tooling.",
"longdesc": ""
}
}
}