Skip to content

Commit

Permalink
Add two additional notebooks
Browse files Browse the repository at this point in the history
* single file movement
* lane-formation
  • Loading branch information
Ozaq committed Oct 13, 2023
1 parent a3deadd commit 9bca0fc
Show file tree
Hide file tree
Showing 12 changed files with 879 additions and 32 deletions.
2 changes: 2 additions & 0 deletions docs/source/notebooks/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ Notebooks
How to work with Journeys <journey>
Modelling Motivation <motivation>
How routing can influence evacuation times <routing>
Single file movement <single-file>
Lane Formation <lane-formation>
1 change: 1 addition & 0 deletions docs/source/notebooks/lane-formation.ipynb
1 change: 1 addition & 0 deletions docs/source/notebooks/single-file.ipynb
12 changes: 0 additions & 12 deletions notebooks/bottleneck.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"execution_count": null,
"id": "9dba16d9",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
},
Expand Down Expand Up @@ -92,7 +91,6 @@
"execution_count": null,
"id": "a45d0955-7092-4dda-bc44-707893e4449b",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -141,7 +139,6 @@
"execution_count": null,
"id": "ceef2b20-2aeb-44f0-a8e5-06902bb43dee",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
},
Expand Down Expand Up @@ -190,7 +187,6 @@
"execution_count": null,
"id": "36627194",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -227,7 +223,6 @@
"execution_count": null,
"id": "c1cfdadc",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -260,7 +255,6 @@
"execution_count": null,
"id": "bad06382",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -304,7 +298,6 @@
"execution_count": null,
"id": "2a413666",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -365,7 +358,6 @@
"execution_count": null,
"id": "27175d6a",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -418,7 +410,6 @@
"execution_count": null,
"id": "febd29a9",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down Expand Up @@ -447,7 +438,6 @@
"execution_count": null,
"id": "bbffba65",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand All @@ -467,7 +457,6 @@
"execution_count": null,
"id": "71a20de9",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand All @@ -484,7 +473,6 @@
"execution_count": null,
"id": "6adbab15",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
Expand Down
2 changes: 1 addition & 1 deletion notebooks/corner.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"source": [
"# Movement around Corners\n",
"# Simple Corner Simulation\n",
"\n",
"In the following we'll investigate the movement of pedestrians around corners. When pedestrians walk around corners they are expected to slow down and take a path that is close to the corner. According to RiMEA Test 6 **[TODO REF]** a scenario is configured where **20 agents** move towards a **corner** at which they should turn to the left.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/double-bottleneck.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "ae798e28-45c8-401a-891d-fdfa71c6516a",
"metadata": {},
"source": [
"# Double bottleneck simulation \n",
"# Double Bottleneck Simulation \n",
"\n",
"In this demonstration, we'll construct a **double bottleneck** situation and simulate the evacuation of **10 agents** positioned on a grid.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/journey.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "ae798e28-45c8-401a-891d-fdfa71c6516a",
"metadata": {},
"source": [
"# Journey demonstration\n",
"# How to work with Journeys\n",
"\n",
"With JuPedSim, directing agents towards exits and ensuring a smooth evacuation from the simulation area is straightforward and versatile. \n",
"There might be scenarios where it's vital to navigate agents along various paths, thus creating diverse evacuation situations. \n",
Expand Down
Loading

0 comments on commit 9bca0fc

Please sign in to comment.