Skip to content

Commit b1fb0fd

Browse files
committed
Replace textual explanation of workflow followed in quickstart tutorial with diagram
1 parent d3b9823 commit b1fb0fd

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

docs/_static/workflow_quickstart.svg

Lines changed: 4 additions & 0 deletions
Loading

docs/introduction/quickstart.ipynb

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,9 @@
3434
"- Use the installed ontologies to instantiate ontology individuals\n",
3535
"- Demonstrate the usage of wrappers to achieve interoperability\n",
3636
"\n",
37-
"In the tutorial, you will go through the following workflow:\n",
37+
"You will go through the workflow in the figure shown below.\n",
3838
"\n",
39-
"1. Make the SimLAMMPS ontology that will be used to describe the data available to SimPhoNy.\n",
40-
"2. Describe the positions and velocities of a set of atoms using said ontology.\n",
41-
"3. Save the ontology individuals that the description consists of in an SQLite database.\n",
42-
"4. Make them available to the [LAMMPS molecular dynamics simulation engine](https://www.lammps.org/).\n",
43-
"5. Add extra ontology individuals that describe LAMMPS input parameters, including the integration time.\n",
44-
"6. Let LAMMPS compute the new positions and velocities of the atoms and write the changes back to the ontology individuals.\n",
45-
"7. Overwrite the data in the SQLite database with the simulation results.\n",
39+
"![Workflow followed in the tutorial](../_static/workflow_quickstart.svg)\n",
4640
"\n",
4741
"Following the tutorial on your own machine requires the installation of [SimPhoNy](../installation.md#installation) and the [SimLAMMPS](https://github.com/simphony/simphony-osp-simlammps) wrapper. We recommend that you use the button above to follow the tutorial online using Binder."
4842
]
@@ -614,7 +608,7 @@
614608
"name": "python",
615609
"nbconvert_exporter": "python",
616610
"pygments_lexer": "ipython3",
617-
"version": "3.7.10"
611+
"version": "3.8.12"
618612
}
619613
},
620614
"nbformat": 4,

0 commit comments

Comments
 (0)