Skip to content

Commit 58eeaff

Browse files
committed
Images in dashboard.
1 parent 59dc249 commit 58eeaff

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

130 KB
Loading
140 KB
Loading

docs/dashboard/strategic_dashboard.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,27 @@ for example `processed_CS10.pp00.nd00.so00.00`. Being:
3030
- ND: Network definition (e.g. defining if alliances can be used to generate itineraries)
3131
- SO: Schedule optimiser (i.e., if the Scheduler Optimiser has been executed)
3232

33+
<table>
34+
<tr>
35+
<th>
36+
<figure id="fig-multimodal-connections-types" style="text-align: center;">
37+
<img src="../assets/images/strategic_dashboard_main.png" width="40%">
38+
<figcaption>
39+
<strong>Figure A.</strong> Strategic dashboard.
40+
</figcaption>
41+
</figure>
42+
</th>
43+
<th>
44+
<figure id="fig-multimodal-connections-types" style="text-align: center;">
45+
<img src="../assets/images/strategic_dashboard_map_example.png" width="40%">
46+
<figcaption>
47+
<strong>Figure B.</strong> Example average travelling time from region.
48+
</figcaption>
49+
</figure>
50+
</th>
51+
</tr>
52+
</table>
53+
3354
---
3455

3556
## 2. High-Level Architecture
@@ -202,8 +223,10 @@ Edit config.py to ensure:
202223

203224
### 3. Run the dashboard
204225

226+
Scrip inside [dashboard](https://github.com/UoW-ATM/MultiModX/tree/main/dashboard) folder:
227+
205228
```
206-
python app.py
229+
python strategic_dashboard.py
207230
```
208231

209232
Then open your browser at:

0 commit comments

Comments
 (0)