Skip to content

Commit 3baf583

Browse files
authored
Merge pull request #92 from Becksteinlab/paper-typos
Fix typos
2 parents 31829ff + c5d39d3 commit 3baf583

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

joss_paper/paper.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ @INPROCEEDINGS{MDAKits:2023
8383
simulation analysis",
8484
booktitle = "Proceedings of the Python in Science Conference",
8585
author = "Alibay, Irfan and Wang, Lily and Naughton, Fiona and Kenney,
86-
Ian and Barnoud, Jonathan and Gowers, Richard and Beckstein,
86+
Ian and Barnoud, Jonathan and Gowers, Richard J. and Beckstein,
8787
Oliver",
8888
publisher = "SciPy",
8989
pages = "76--84",

joss_paper/paper.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ machine learning models without downloading and storing trajectory data.
6767
The computing power in HPC environments has increased to the point where
6868
running simulation algorithms is often no longer the constraint in
6969
obtaining scientific insights from molecular dynamics trajectory data.
70-
Instead, the ability to process, analyze and share large volumes of data provide
70+
Instead, the ability to process, analyze and share large volumes of data provides
7171
new constraints on research in this field [@SharingMD:2019].
7272

7373
Other groups in the field recognize this same need for adherence to
@@ -82,7 +82,7 @@ for publicly-available GROMACS simulation data [@MDverse:2024].
8282

8383
While these efforts currently offer solutions for indexing,
8484
searching, and visualizing MD trajectory data, the problem of distributing trajectories
85-
in way that enables *NumPy*-like slicing and parallel reading for use in arbitrary analysis
85+
in a way that enables *NumPy*-like slicing and parallel reading for use in arbitrary analysis
8686
tasks remains.
8787

8888
Although exposing download links on the open internet offers a simple solution to this problem,
@@ -191,13 +191,13 @@ frame `timestep` although in principle, any kind of analysis code can run here a
191191
process the coordinates available in `u.atoms.positions`.
192192

193193
The `Universe` object can be used as if the underlying trajectory file were a
194-
local file. For example, we can use `u` from the preceeding example with one of
194+
local file. For example, we can use `u` from the preceding example with one of
195195
the standard analysis tools in MDAnalysis, the calculation of the root mean
196196
square distance (RMSD) after optimal structural superposition [@Liu:2010] in
197197
the `MDAnalysis.analysis.rms.RMSD` class. In the example below we select only the
198-
C$_\alpha$ atoms of the protein with a MDAnalysis selection. We run the
198+
C$_\alpha$ atoms of the protein with an MDAnalysis selection. We run the
199199
analysis with the `.run()` method while stepping through the trajectory at
200-
increments of 100 frames. We then print the first and last data point from the
200+
increments of 100 frames. We then print the first and last data points from the
201201
results array:
202202

203203
```python

0 commit comments

Comments
 (0)