Skip to content

Commit 22b11ce

Browse files
author
arm61
committed
typos
1 parent c492b22 commit 22b11ce

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

_build/intro.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,18 @@ The "Thebelab" button will make the code blocks in the webpage interactive, they
4040
The Thebelab integration is still in beta and therefore will not work perfectly every time (it is known not to work for the pylj examples towards the end).
4141
When the Thebelab integration fails, please use the Interact button.
4242

43+
## Code (in)efficiency
44+
45+
Please be aware that the Python code written in this tutorial has been written to prioritise understanding, above computational efficiency. Individual examples may therefore not be be the most efficient implementation of particular algorithms. That said, we have endeavoured to provide code examples that are “authentic”, and accurately represent the relevant aspects of “real” molecular dynamics methods.
46+
4347
## Sharing this resource
4448

4549
This is an open educational resource, shared under a [CC BY-SA 4.0 license](./LICENSE.md).
4650
This means that anyone is free to copy and redistribute the resource in any medium or format and welcome to remix, transform, and build upon the material for any purpose, even commercially.
4751
Basically you can do whatever you want with it, although we would appreciate if you would reference the original resource if you use it.
48-
Please use the reference below, or download it has a [BibTeX file](./sim_and_scat.bib)
52+
Please use the reference below, or download it has a [BibTeX file](./sim_and_scat.bib).
4953
> The reference information will go here
5054
51-
52-
## Code (in)efficiency
53-
54-
Please be aware that the Python code written in this tutorial has been written to prioritise understanding, above computational efficiency. Individual examples may therefore not be be the most efficient implementation of particular algorithms. That said, we have endeavoured to provide code examples that are “authentic”, and accurately represent the relevant aspects of “real” molecular dynamics methods.
55-
5655
## Authors
5756

5857
This open educational resource was originally developed by [Andrew R. McCluskey](https://orcid.org/0000-0003-3381-5911) during his PhD at the University of Bath and Diamond Light Source.

content/intro.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,18 @@ The "Thebelab" button will make the code blocks in the webpage interactive, they
2828
The Thebelab integration is still in beta and therefore will not work perfectly every time (it is known not to work for the pylj examples towards the end).
2929
When the Thebelab integration fails, please use the Interact button.
3030

31+
## Code (in)efficiency
32+
33+
Please be aware that the Python code written in this tutorial has been written to prioritise understanding, above computational efficiency. Individual examples may therefore not be be the most efficient implementation of particular algorithms. That said, we have endeavoured to provide code examples that are “authentic”, and accurately represent the relevant aspects of “real” molecular dynamics methods.
34+
3135
## Sharing this resource
3236

3337
This is an open educational resource, shared under a [CC BY-SA 4.0 license](./LICENSE.md).
3438
This means that anyone is free to copy and redistribute the resource in any medium or format and welcome to remix, transform, and build upon the material for any purpose, even commercially.
3539
Basically you can do whatever you want with it, although we would appreciate if you would reference the original resource if you use it.
36-
Please use the reference below, or download it has a [BibTeX file](./sim_and_scat.bib)
40+
Please use the reference below, or download it has a [BibTeX file](./sim_and_scat.bib).
3741
> The reference information will go here
3842
39-
40-
## Code (in)efficiency
41-
42-
Please be aware that the Python code written in this tutorial has been written to prioritise understanding, above computational efficiency. Individual examples may therefore not be be the most efficient implementation of particular algorithms. That said, we have endeavoured to provide code examples that are “authentic”, and accurately represent the relevant aspects of “real” molecular dynamics methods.
43-
4443
## Authors
4544

4645
This open educational resource was originally developed by [Andrew R. McCluskey](https://orcid.org/0000-0003-3381-5911) during his PhD at the University of Bath and Diamond Light Source.

0 commit comments

Comments
 (0)