-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
204 lines (194 loc) · 6.2 KB
/
_quarto.yml
File metadata and controls
204 lines (194 loc) · 6.2 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
project:
type: website
resources:
- tutorials/data
post-render:
- helpers/convert_pypercent.py
- helpers/convert_qmd_to_md.py
render:
- index.qmd
- 404.qmd
- general/*.qmd
- lectures/*.qmd
- tutorials/*.qmd
website:
title: "Applied Optimization with Julia"
repo-url: https://github.com/beyondsimulations/Applied-Optimization
repo-actions: [source, issue]
site-url: https://beyondsimulations.github.io/Applied-Optimization
bread-crumbs: true
sidebar:
style: floating
logo: https://images.beyondsimulations.com/lectures/mj-romeo-juliet.png
collapse-level: 1
search: true
contents:
- text: "Welcome"
href: index.qmd
- text: "Syllabus"
href: general/syllabus.qmd
- text: "***"
- text: "01 Introduction"
href: lectures/lecture-01-introduction.qmd
- section: "02 First Steps"
contents:
- text: "Lecture"
href: lectures/lecture-02-firststeps.qmd
- text: "01 - Variables"
href: tutorials/tutorial-02-01-variables.qmd
- text: "02 - Vectors"
href: tutorials/tutorial-02-02-vectors.qmd
- text: "03 - Comparisons"
href: tutorials/tutorial-02-03-comparisons.qmd
- text: "04 - Loops"
href: tutorials/tutorial-02-04-loops.qmd
- text: "05 - Dictionaries"
href: tutorials/tutorial-02-05-dicts.qmd
- section: "03 Data"
contents:
- text: "Lecture"
href: lectures/lecture-03-packages.qmd
- text: "01 - Functions"
href: tutorials/tutorial-03-01-functions.qmd
- text: "02 - Packages"
href: tutorials/tutorial-03-02-handling.qmd
- text: "03 - DataFrames"
href: tutorials/tutorial-03-03-DataFrames.qmd
- text: "04 - Input and Output"
href: tutorials/tutorial-03-04-IO.qmd
- text: "05 - Plotting"
href: tutorials/tutorial-03-05-Plotting.qmd
- section: "04 Optimization"
contents:
- text: "Lecture"
href: lectures/lecture-04-jump.qmd
- text: "01 - JuMP"
href: tutorials/tutorial-04-01-jump.qmd
- text: "02 - Bounds"
href: tutorials/tutorial-04-02-bounds.qmd
- text: "03 - Constraints"
href: tutorials/tutorial-04-03-constraints.qmd
- text: "04 - Advanced"
href: tutorials/tutorial-04-04-advanced.qmd
- text: "05 - Transport"
href: tutorials/tutorial-04-05-transport.qmd
- section: "05 Production"
contents:
- text: "Lecture"
href: lectures/lecture-05-production.qmd
- text: "Tutorial"
href: tutorials/tutorial-05-production.qmd
- section: "06 Warehouse"
contents:
- text: "Lecture"
href: lectures/lecture-06-ordersplit.qmd
- text: "Tutorial"
href: tutorials/tutorial-06-ordersplit.qmd
- section: "07 Routing"
contents:
- text: "Lecture"
href: lectures/lecture-07-routing.qmd
- text: "Tutorial"
href: tutorials/tutorial-07-routing.qmd
- section: "08 Districting"
contents:
- text: "Lecture"
href: lectures/lecture-08-districting.qmd
- text: "Tutorial"
href: tutorials/tutorial-08-districting.qmd
- section: "09 Safety"
contents:
- text: "Lecture"
href: lectures/lecture-09-safety.qmd
- text: "Tutorial"
href: tutorials/tutorial-09-safety.qmd
- section: "10 Intermission"
contents:
- text: "Lecture"
href: lectures/lecture-10-intermission.qmd
- text: "Tutorial"
href: tutorials/tutorial-10-intermission.qmd
- section: "11 Distancing"
contents:
- text: "Lecture"
href: lectures/lecture-11-distancing.qmd
- text: "Tutorial"
href: tutorials/tutorial-11-distancing.qmd
- section: "12 Metro"
contents:
- text: "Lecture"
href: lectures/lecture-12-rail.qmd
- text: "Tutorial"
href: tutorials/tutorial-12-rail.qmd
- section: "13 Recap"
contents:
- text: "Lecture"
href: lectures/lecture-13-recap.qmd
- text: "Tutorial"
href: tutorials/tutorial-13-recap.qmd
- text: "***"
- section: "Cheatsheets"
contents:
- text: "Julia"
href: general/cheatsheet-julia.qmd
- text: "JuMP"
href: general/cheatsheet-jump.qmd
- text: "FAQs"
href: general/faq.qmd
- text: "Literature"
href: general/literature.qmd
page-footer:
center: "Applied Optimization with Julia, Tobias Vlćek</br>CC BY-SA 4.0"
left:
- icon: github
href: https://github.com/beyondsimulations/Applied-Optimization
- icon: linkedin
href: https://linkedin.com/in/tobiasvlcek
- icon: envelope
href: mailto:vlcek@beyondsimulations.com
- icon: skip-backward
href: https://tobiasvlcek.com/lectures/
- icon: shield-check
href: general/privacy.qmd
format:
html:
theme:
- default
- styles.scss
- brand
toc: true
highlight-style: github
callout-appearance: simple
code-copy: true
code-link: true
toc-location: right
code-overflow: wrap
html-math-method:
method: mathjax
url: "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
include-in-header:
- general/header.html
include-after-body:
text: |
<script src="https://agents.byndsim.com/static/floating-chat.js"></script>
<script>
new UniversalChatWidget({
"apiEndpoint": "https://chat.byndsim.com/chat",
"model": "applied-optimization",
"configUrl": "https://agents.byndsim.com/api/widget-config/applied-optimization"
});
</script>
hugo-md: default
typst:
papersize: a4
format-links:
- html
- format: typst
text: PDF
icon: file-pdf
bibliography: AppliedBib.bib
engine: julia
jupyter: julia-ao-1.12
execute:
freeze: auto
brand: _brand.yml