Skip to content

Commit 676142d

Browse files
link to images in colab rather than downloading them
1 parent 40c70a2 commit 676142d

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

source/workshops/2024/vignettes/colab-vignettes.ipynb

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
"!wget -qN -P inputs https://raw.githubusercontent.com/openforcefield/openff-docs/main/source/workshops/2024/vignettes/inputs/PT2385.sdf\n",
3030
"!wget -qN -P inputs https://raw.githubusercontent.com/openforcefield/openff-docs/main/source/workshops/2024/vignettes/inputs/solvated_complex.pdb\n",
3131
"!wget -qN -P inputs https://raw.githubusercontent.com/openforcefield/openff-docs/main/source/workshops/2024/vignettes/inputs/ribozymes.pdb\n",
32-
"!wget -qN -P images https://raw.githubusercontent.com/openforcefield/openff-docs/main/source/workshops/2024/vignettes/images/vsites_bondcharge.jpg\n",
33-
"!wget -qN -P images https://raw.githubusercontent.com/openforcefield/openff-docs/main/source/workshops/2024/vignettes/images/vsites_divalent.jpg\n",
34-
"!wget -qN -P images https://raw.githubusercontent.com/openforcefield/openff-docs/main/source/workshops/2024/vignettes/images/vsites_monovalent.jpg\n",
35-
"!wget -qN -P images https://raw.githubusercontent.com/openforcefield/openff-docs/main/source/workshops/2024/vignettes/images/vsites_trivalent.jpg\n",
3632
"!mamba env update -q --name=base --file=colab-env.yml"
3733
]
3834
},
@@ -300,7 +296,7 @@
300296
"\n",
301297
"This supports placement of a virtual site S along a vector between two specified atoms, e.g. to allow for a sigma hole for halogens or similar contexts. With positive values of the distance, the virtual site lies outside the first indexed atom (cyan in this image).\n",
302298
"\n",
303-
"![](images/vsite_bondcharge.jpg)"
299+
"![](https://raw.githubusercontent.com/openforcefield/openff-docs/main/source/workshops/2024/vignettes/images/vsite_bondcharge.jpg)"
304300
]
305301
},
306302
{
@@ -334,7 +330,7 @@
334330
"\n",
335331
"This is originally intended for situations like a carbonyl, and allows placement of a virtual site `S` at a specified distance `d` from the first indexed atom, with angles `inPlaneAngle` (θ₁ in the diagram) and `outOfPlaneAngle` (θ₂ in the diagram) relative to the plane defined by the three indexed atoms. The atom labeled `w` is not used to place the virtual site.\n",
336332
"\n",
337-
"![](images/vsite_monovalent.jpg)"
333+
"![](https://raw.githubusercontent.com/openforcefield/openff-docs/main/source/workshops/2024/vignettes/images/vsite_monovalent.jpg)"
338334
]
339335
},
340336
{
@@ -368,7 +364,7 @@
368364
"\n",
369365
"This is suitable for cases like four-point and five-point water models as well as pyrimidine; a virtual site `S` lies a specified distance `d` from the atom indexed 1 (blue) along the bisector of the angle between the three indexed atoms (if `outOfPlaneAngle` is zero) or out of the plane by the specified angle (if `outOfPlaneAngle` is nonzero) with its projection along the bisector. For positive values of the distance `d` the virtual site lies outside the 2-1-3 angle and for negative values it lies inside.\n",
370366
"\n",
371-
"![](images/vsite_divalent.jpg)"
367+
"![](https://raw.githubusercontent.com/openforcefield/openff-docs/main/source/workshops/2024/vignettes/images/vsite_divalent.jpg)"
372368
]
373369
},
374370
{
@@ -424,7 +420,7 @@
424420
"\n",
425421
"This is suitable for planar or tetrahedral nitrogen lone pairs; a charge site `S` lies above the central atom (blue) a distance `d` along the vector perpendicular to the plane of the other three indexed atoms (2,3,4). With positive values of `d` the site lies above the central atom and with negative values it lies below.\n",
426422
"\n",
427-
"![](images/vsite_trivalent.jpg)"
423+
"![](https://raw.githubusercontent.com/openforcefield/openff-docs/main/source/workshops/2024/vignettes/images/vsite_trivalent.jpg)"
428424
]
429425
},
430426
{

0 commit comments

Comments
 (0)