-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
78 lines (71 loc) · 1.84 KB
/
_quarto.yml
File metadata and controls
78 lines (71 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
project:
type: website
execute:
freeze: auto
website:
title: "Modelling of Tranport Systems"
description: "Transport Simulation and Network Modelling Tools"
navbar:
left:
- href: index.qmd
text: Home
- about.qmd
right:
- href: https://fenix.tecnico.ulisboa.pt/disciplinas/MST112/2025-2026/1-semestre
text: Course IST
tools:
- icon: github
menu:
- text: Code
href: https://github.com/U-Shift/Traffic-Simulation-Models
- text: Issues
href: https://github.com/U-Shift/Traffic-Simulation-Models/issues
sidebar:
style: docked
search: true
contents:
- section: "Software"
href: software.qmd
contents:
# - href: matsim.qmd
# text: MATSIM
- href: visum.qmd
text: "VISUM"
- href: vissim.qmd
text: "VISSIM"
- href: rr5r.qmd
text: "R & r5r"
- href: sumo.qmd
text: "SUMO"
- href: https://a-b-street.github.io/docs/software/abstreet.html
text: "A/B Street"
- section: "Vissim and Visum"
contents:
- casestudy.qmd
- micro.qmd
# - macro.qmd
- section: "r5r"
contents:
- network.qmd
- pois.qmd
- jittering.qmd
- routing.qmd
- accessibility.qmd
- pareto.qmd
- scenarios.qmd
page-footer:
left: "Instituto Superior Técnico - University of Lisbon"
center: "Modelling of Tranport Systems"
right: "2025-2026"
repo-url: https://github.com/U-Shift/Traffic-Simulation-Models
repo-actions: [edit, issue]
bibliography: references.bib
format:
html:
theme:
light: flatly
dark: darkly
fontsize: 1.2em
css: styles.css
toc: true
editor: visual