Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring download links near to each other #1405

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions notebooks/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"\n",
"Now, you are ready to set up your first simulation with *JuPedSim*.\n",
"\n",
"If you want to follow this Jupyter Notebook on your own machine, you can download it \n",
"{download}`here <getting_started.ipynb>`."
"To access this Jupyter Notebook on your local machine, you can download it \n",
"{download}`here <getting_started.ipynb>` along with the accompanying data file {download}`here <demo-data/bottleneck/040_c_56_h-.txt>`."
]
},
{
Expand All @@ -47,9 +47,9 @@
" :align: center\n",
"```\n",
"\n",
"The data for this experiment is available {download}`here <demo-data/bottleneck/040_c_56_h-.txt>`, which belongs to this [experimental series](https://doi.org/10.34735/ped.2018.1) and is part of the publication [\"Crowds in front of bottlenecks at entrances from the perspective of physics and social psychology\"](https://doi.org/10.1098/rsif.2019.0871).\n",
"We aim to replicate the bottleneck scenario described in the experimental series linked to this [study](https://doi.org/10.34735/ped.2018.1) and detailed in the publication [\"Crowds in front of bottlenecks at entrances from the perspective of physics and social psychology\"](https://doi.org/10.1098/rsif.2019.0871). \n",
"\n",
"In this guide, we want to simulate the same bottleneck scenario with *JuPedSim*.\n",
"Our objective in this guide is to simulate this scenario using *JuPedSim*.\n",
"\n",
"If you use *JuPedSim* in your work, please cite it using the following information from Zenodo:\n",
"\n",
Expand Down Expand Up @@ -583,7 +583,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.2"
"version": "3.10.14"
}
},
"nbformat": 4,
Expand Down
Loading