Skip to content

Commit 87fa201

Browse files
Merge pull request #55 from openforcefield/2024-workshop-updates
Update workshops for posterity
2 parents 1768bbb + 75936ec commit 87fa201

File tree

10 files changed

+15
-25
lines changed

10 files changed

+15
-25
lines changed

source/workshops/2024/protein_prep.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ Today, Jupyter notebooks are everything you need to prepare a molecular dynamics
55
This workshop covers the preparation of a protein system from a structure downloaded from the PDB, entirely in the Jupyter notebook, complete with 3D visualizations at every step of the way. We hope to make it accessible even to new MD practitioners, assuming they have some familiarity with Python.
66

77
First session
8-
: [Feb 27 23:00 UTC](https://time.is/1000_28_Feb_2024_in_Canberra/Tokyo/Auckland,_New_Zealand/Los_Angeles/Chicago/Phoenix/New_York/UTC?Protein_Prep_OpenFF_Workshop)
8+
: [Feb 27 2024 23:00 UTC](https://time.is/1000_28_Feb_2024_in_Canberra/Tokyo/Auckland,_New_Zealand/Los_Angeles/Chicago/Phoenix/New_York/UTC?Protein_Prep_OpenFF_Workshop)
99

1010
Second Session
11-
: [Apr 17 12:00 UTC](https://time.is/2200_17_Apr_2024_in_Canberra/Beijing/Berlin/Los_Angeles/Chicago/Phoenix/New_York/London/UTC?Protein_Prep_OpenFF_Workshop)
12-
13-
: [💨 Join on Zoom](https://us06web.zoom.us/j/85120722786?pwd=Hb4mp4gOkNnjyarG4RLsoR9ClEPDDC.1)
14-
15-
Zoom links will be published here 24 hours before the sessions begin.
11+
: [Apr 17 2024 12:00 UTC](https://time.is/2200_17_Apr_2024_in_Canberra/Beijing/Berlin/Los_Angeles/Chicago/Phoenix/New_York/London/UTC?Protein_Prep_OpenFF_Workshop)
1612

1713
Materials and Google Colab links can be found below.
1814

Binary file not shown.

source/workshops/2024/protein_prep/colab-env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies:
1010
- requests
1111
- packaging
1212
# Examples
13-
- openff-toolkit-examples>=0.15.2
14-
- openff-interchange>=0.3.25
13+
- openff-toolkit-examples>=0.16.0
14+
- openff-interchange>=0.3.27
1515
- openff-nagl >=0.3.7
1616
# - openff-bespokefit
1717
# - openff-fragmenter

source/workshops/2024/smirnoff.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ SMIRNOFF is an open format for specifying molecular mechanics force fields direc
55
This workshop introduces the SMIRNOFF format to familiar MD practitioners and describes how a system can be parametrized from a SMIRNOFF force field for a number of different MD engines. We hope to get both users and developers of molecular mechanics force fields excited about this game changing format.
66

77
First Session
8-
: [Feb 20 23:00 UTC](https://time.is/1000_21_Feb_2024_in_Canberra/Tokyo/Auckland,_New_Zealand/Los_Angeles/Chicago/Phoenix/New_York/UTC?SMIRNOFF_OpenFF_Workshop)
8+
: [Feb 20 2024 23:00 UTC](https://time.is/1000_21_Feb_2024_in_Canberra/Tokyo/Auckland,_New_Zealand/Los_Angeles/Chicago/Phoenix/New_York/UTC?SMIRNOFF_OpenFF_Workshop)
99

1010
Second Session
11-
: [Apr 10 12:00 UTC](https://time.is/2200_10_Apr_2024_in_Canberra/Beijing/Berlin/Los_Angeles/Chicago/Phoenix/New_York/London/UTC?SMIRNOFF_OpenFF_Workshop)
12-
13-
: [💨 Join on Zoom](https://us06web.zoom.us/j/87669037455?pwd=CK8ETt2HwXJe7h9rM42JbFzaU9RJFJ.1)
14-
15-
Zoom links will be published here 24 hours before the sessions begin.
11+
: [Apr 10 2024 12:00 UTC](https://time.is/2200_10_Apr_2024_in_Canberra/Beijing/Berlin/Los_Angeles/Chicago/Phoenix/New_York/London/UTC?SMIRNOFF_OpenFF_Workshop)
1612

1713
Materials and Google Colab links can be found below.
1814

Binary file not shown.

source/workshops/2024/smirnoff/colab-env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ dependencies:
66
- ipywidgets=7.6.0
77
- nglview=3.0.3
88
# Examples
9-
- openff-toolkit-examples ~=0.15.2
10-
- openff-interchange ~=0.3.25
9+
- openff-toolkit-examples ~=0.16.0
10+
- openff-interchange ~=0.3.27
1111
- openff-nagl ~=0.3.7
1212
- openff-bespokefit
1313
- gromacs >=2021=nompi*

source/workshops/2024/smirnoff/env.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dependencies:
1313
- black
1414
- isort
1515
# Examples
16-
- openff-toolkit-examples ~=0.15.2
17-
- openff-interchange ~=0.3.25
16+
- openff-toolkit-examples ~=0.16
17+
- openff-interchange ~=0.3.27
1818
- openff-nagl ~=0.3.7
1919
- openff-bespokefit
2020
- openff-qcsubmit
@@ -23,7 +23,7 @@ dependencies:
2323
- rich
2424
- jax
2525
- dgl
26-
- nglview>=3.0.6
26+
- nglview>=3.0.6,<3.1.0
2727
- xtb-python
2828
- pdbfixer
2929
- mdtraj

source/workshops/2024/vignettes.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ The OpenFF software ecosystem is a flexible and highly programmable collection o
55
This workshop will display this flexibility by demonstrating a variety of unusual uses of the OpenFF ecosystem and its software neighbors. These "vignettes" will run the gamut from useful to cute, robust to experimental, and simple to complex. Rather than focus on the details of how each is accomplished, vignettes will each be demonstrated quickly alongside a brief highlight of the relevant part of the ecosystem. In the hands-on session after the prepared material, participants will be encouraged to investigate a thorny problem of their own with developer support.
66

77
First session
8-
: [Mar 12 22:00 UTC](https://time.is/0900_13_Mar_2024_in_Canberra/Tokyo/Auckland,_New_Zealand/Los_Angeles/Chicago/Phoenix/New_York/UTC?OpenFF_Vignettes_Workshop)
8+
: [Mar 12 2024 22:00 UTC](https://time.is/0900_13_Mar_2024_in_Canberra/Tokyo/Auckland,_New_Zealand/Los_Angeles/Chicago/Phoenix/New_York/UTC?OpenFF_Vignettes_Workshop)
99

1010
Second session
11-
: [Apr 24 12:00 UTC](https://time.is/2200_24_Apr_2024_in_Canberra/Beijing/Berlin/Los_Angeles/Chicago/Phoenix/New_York/London/UTC?Vignettes_OpenFF_Workshop)
11+
: [Apr 24 2024 12:00 UTC](https://time.is/2200_24_Apr_2024_in_Canberra/Beijing/Berlin/Los_Angeles/Chicago/Phoenix/New_York/London/UTC?Vignettes_OpenFF_Workshop)
1212

13-
: [💨 Join on Zoom](https://us06web.zoom.us/j/87885784973?pwd=gnIHcbboXbxdopbG3OBb9kyoUKUYLr.1)
14-
15-
Zoom links will be published here 24 hours before the sessions begin.
13+
Materials and Google Colab links can be found below.
1614

1715
## Workshop Materials
1816

Binary file not shown.

source/workshops/2024/vignettes/colab-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- ipywidgets=7.6.0
77
# Examples
88
- openff-toolkit-examples >=0.16.0
9-
- openff-interchange >=0.3.25
9+
- openff-interchange >=0.3.27
1010
- openff-nagl >=0.3.7
1111
- openff-bespokefit
1212
- openff-forcefields >= 2024.04.0

0 commit comments

Comments
 (0)