-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmkdocs.yml
More file actions
419 lines (397 loc) · 15.7 KB
/
mkdocs.yml
File metadata and controls
419 lines (397 loc) · 15.7 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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
site_name: Surrogate Modeling for Urban Regeneration (SMUR)
site_url: https://vip-smur.github.io/
repo_url: https://github.com/VIP-SMUR/vip-smur.github.io
edit_uri: blob/dev/docs/
site_author: Patrick Kastner
site_description: >-
Project page of the SMUR Vertically Integrated Project at Georgia Tech.
# Copyright
copyright: >-
Copyright © 2023-2026 Sustainable Urban Systems Lab. <a href="https://siddharthdasari.com/" target="_blank" rel="noopener noreferrer" aria-label="Design credits by Siddharth Dasari (opens in a new tab)">Design credits</a>.<p><a href="https://github.com/VIP-SMUR/vip-smur.github.io/actions" target="_blank" rel="noopener noreferrer" aria-label="Last Built - View GitHub Actions build status (opens in a new tab)"><img alt="Last Built" src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2FVIP-SMUR%2Fvip-smur.github.io%2Factions%2Fworkflows%2F119410802%2Fruns%3Fstatus%3Dcompleted%26per_page%3D1&query=%24.workflow_runs%5B0%5D.run_started_at&style=flat-square&label=Last%20Built&cacheSeconds=720"></a>
theme:
name: material
custom_dir: overrides
favicon: images/favicon.svg
logo: images/favicon.svg
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.code.select
# - content.footnote.tooltips
# - content.tabs.link
- content.tooltips
# - header.autohide
- navigation.expand
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
# - navigation.prune
- navigation.sections
- navigation.tabs
#- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- navigation.path
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
palette:
# Do not change the semantics of these symbols (icons) for the theme toggle.
- media: "(prefers-color-scheme)"
toggle:
icon: material/theme-light-dark
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
accent: black
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
extra_css:
- stylesheets/extra.css
extra:
generator: false
analytics:
provider: custom
property: umami
tags:
Mobility: mobility
Microclimate: microclimate
Energy: energy
social:
- icon: fontawesome/brands/github
link: https://github.com/VIP-SMUR
name: VIP-SMUR on GitHub
- icon: fontawesome/brands/researchgate
link: https://www.researchgate.net/profile/Patrick-Kastner
name: Patrick Kastner on ResearchGate
- icon: fontawesome/brands/google-scholar
link: https://gscholar.patrickkastner.de/
name: Patrick Kastner on Google Scholar
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/106111406
name: VIP-SMUR on LinkedIn
- icon: fontawesome/brands/orcid
link: https://orcid.org/0000-0003-4940-341X
name: Patrick Kastner on ORCID
- icon: fontawesome/solid/square-rss
link: https://vip-smur.github.io/feed_rss_created.xml
name: VIP-SMUR RSS Feed
extra_javascript:
- javascripts/tablesort.js
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
# Display math
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
# Display math
- pymdownx.arithmatex:
generic: true
- admonition
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
pygments_lang_class: true
auto_title: true
line_spans: __span
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.smartsymbols
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- md_in_html
- def_list
- footnotes
- tables
- pymdownx.inlinehilite
- pymdownx.snippets
- markdown_include.include:
base_path: docs
# Plugins
plugins:
- include-markdown
- search
- social
#- title-casing:
# capitalization_type: title #first_letter
# default_page_name: Index
- glightbox
- git-revision-date-localized:
type: timeago
custom_format: "%d. %B %Y"
timezone: US/Eastern
locale: en
fallback_to_build_date: true
enable_creation_date: false
enable_parallel_processing: false
#exclude:
# - index.md
enabled: true
strict: false
- tags
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
cache_safe: true
- git-authors:
show_contribution: true
show_line_count: true
show_email_address: false
count_empty_lines: false
fallback_to_empty: false
sort_authors_by: name
authorship_threshold_percent: 1
ignore_authors:
- john@doe.com
#ignore_commits: .git-blame-ignore-revs
exclude:
- projects/**.md
- team/**.md
- getting_started.md
- get-involved.md
- index.md
- "!**/InfluenceCurve.ai"
enabled: true
enabled_on_serve: false
strict: false # logs and warnings will be shown if set to true
- git-committers:
repository: VIP-SMUR/wiki
exclude_committers:
- "web-flow" # GitHub web UI edits
- web-flow # GitHub web UI edits
- "actions-user" # GitHub Actions
- "github-actions[bot]" # GitHub Actions bot
branch: main
docs_path: docs/
token: !ENV ["GithubAccessToken"]
- rss:
abstract_chars_count: -1 # 160 # -1 for full content
abstract_delimiter: <!-- more -->
categories:
- tags
comments_path: "#__comments"
date_from_meta:
as_creation: "date" # means from page.meta.date
as_update: "git" # means from git log
datetime_format: "%Y-%m-%d %H:%M"
default_time: "09:30"
default_timezone: America/New_York
enabled: !ENV [MKDOCS_ENABLE_RSS_PLUGIN, True]
feed_description: # MkDocs site_description: will be used if this key is not present
feeds_filenames:
json_created: feed_json_created.json
json_updated: feed_json_updated.json
rss_created: feed_rss_created.xml
rss_updated: feed_rss_updated.xml
feed_title: # "My custom feed title" # MkDocs site_name: will be used if this key is not present
feed_ttl: 1440
image: https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Feed-icon.svg/128px-Feed-icon.svg.png
json_feed_enabled: true
length: 20
match_path: ".*"
pretty_print: false
rss_feed_enabled: true
url_parameters:
utm_source: "documentation"
utm_medium: "RSS"
utm_campaign: "feed-syndication"
use_git: true
use_material_social_cards: true
- multirepo:
# (optional) tells multirepo to cleanup the temporary directory after site is built.
cleanup: false
# if set the docs directory will not be removed when importing docs. When using this with a nav section in an imported repo
# you must keep the docs directory in the path (e.g., docs/path/to/file.md).
keep_docs_dir: true
nav_repos:
# Spring 2026
- name: 26Sp-MPONC
import_url: https://github.com/VIP-SMUR/26Sp-MPONC?branch=main
imports: [/README.md, /Figures/*, /figures/*]
- name: 26Sp-Hardware-IoT
import_url: https://github.com/VIP-SMUR/26Sp-Hardware-IoT?branch=main
imports: [/README.md, /Figures/*, /figures/*, /images/*]
- name: 26Sp-Mobility
import_url: https://github.com/VIP-SMUR/26Sp-Mobility?branch=main
imports: [/README.md, /Figures/*, /figures/*, /images/*]
- name: 26Sp-WindComfort-ML
import_url: https://github.com/VIP-SMUR/26Sp-WindComfort-ML?branch=main
imports: [/README.md, /Figures/*, /figures/*, /images/*]
- name: 26Sp-MedialAxis
import_url: https://github.com/VIP-SMUR/26Sp-MedialAxis?branch=main
imports: [/README.md, /Figures/*, /figures/*]
- name: 26Sp-Microclimate-OutdoorPlus
import_url: https://github.com/VIP-SMUR/26Sp-Microclimate-OutdoorPlus?branch=main
imports: [/README.md, /Figures/*, /figures/*]
# Fall 2025
- name: 25Fa-MedialAxis
import_url: https://github.com/VIP-SMUR/25Fa-MedialAxis?branch=main
imports: [/README.md, /Figures/*, /figures/*]
- name: 25Fa-MPONC
import_url: https://github.com/VIP-SMUR/25Fa-MPONC?branch=main
imports: [/README.md, /Figures/*, /figures/*]
- name: 25Fa-EnergyInBuildings
import_url: https://github.com/VIP-SMUR/25Fa-EnergyInBuildings?branch=main
imports: [/README.md, /Figures/*, /figures/*, /images/*]
- name: 25Fa-Microclimate-ML
import_url: https://github.com/VIP-SMUR/25Fa-Microclimate-ML?branch=main
imports: [/README.md, /Figures/*, /figures/*, /4_Inference_and_Visualization/figures/*]
- name: 25Fa-Microclimate-OutdoorPlus
import_url: https://github.com/VIP-SMUR/25Fa-Microclimate-OutdoorPlus?branch=main
imports: [/README.md, /Figures/*, /figures/*]
- name: 25Fa-Mobility
import_url: https://github.com/VIP-SMUR/25Fa-Mobility?branch=main
imports: [
/README.md,
/Figures/*, /figures/*,
/BikeInfrastructureIndex/*.png,
/RoadSafetyIndex/*.png,
/SocialGreenspaceIndex/*.png,
/NeighborhoodMatcher/*.png
]
# Spring 2025
- name: 25Sp-MPONC
import_url: https://github.com/VIP-SMUR/25Sp-MPONC?branch=main
imports: [/README.md, /Figures/*, /figures/*]
- name: 25Sp-Neuroarchitecture
import_url: https://github.com/VIP-SMUR/25Sp-Neuroarchitecture?branch=main
imports: [/README.md, /*]
- name: 25Sp-EnergyInBuildings
import_url: https://github.com/VIP-SMUR/25Sp-EnergyInBuildings?branch=main
imports: [/README.md, /Figures/*, /figures/*]
- name: 25Sp-Microclimate-LSTM-Kriging
import_url: https://github.com/VIP-SMUR/25Sp-Microclimate-LSTM-Kriging?branch=main
imports: [/README.md, /Figures/*, /figures/*]
- name: 25Sp-Microclimate-UMCF
import_url: https://github.com/VIP-SMUR/25Sp-Microclimate-UMCF?branch=main
imports: [/README.md, /Figures/*, /figures/*]
- name: 25Sp-Mobility-PEI
import_url: https://github.com/VIP-SMUR/25Sp-Mobility-PEI?branch=main
imports: [/README.md, /Figures/*, /figures/*, /NationwideImages/*]
# Fall 2024
- name: 24Fa-MPONC
import_url: https://github.com/VIP-SMUR/24Fa-MPONC?branch=main
imports: [/README.md, /Figures/*, /figures/*]
- name: 24Fa-Neuroarchitecture
import_url: https://github.com/VIP-SMUR/24Fa-Neuroarchitecture?branch=main
imports: [/README.md, /*]
- name: 24Fa-EnergyInBuildings-Res
import_url: https://github.com/VIP-SMUR/24Fa-EnergyInBuildings-Res?branch=main
imports: [/README.md, /Figures/*, /figures/*]
- name: 24Fa-EnergyInBuildings-Com
import_url: https://github.com/VIP-SMUR/24Fa-EnergyInBuildings-Com?branch=main
imports: [/README.md, /Figures/*, /figures/*]
- name: 24Fa-Microclimate-LSTM-Kriging
import_url: https://github.com/VIP-SMUR/24Fa-Microclimate-LSTM-Kriging?branch=main
imports: [/README.md, /Figures/*, /figures/*]
- name: 24Fa-Microclimate-UMCF
import_url: https://github.com/VIP-SMUR/24Fa-Microclimate-UMCF?branch=main
imports: [/README.md, /Figures/*, /figures/*]
- name: 24Fa-Mobility-PEI
import_url: https://github.com/VIP-SMUR/24Fa-Mobility-PEI?branch=main
imports: [/README.md, /Figures/*, /figures/*]
# - name: TEST
# import_url: https://github.com/VIP-SMUR/Test?branch=main
# imports: [/README.md]
# Spring 2024
- name: 24Sp-EnergyInBuildings
import_url: https://github.com/VIP-SMUR/24Sp-EnergyInBuildings?branch=main
imports: [/README.md]
- name: 24Sp-Microclimate
import_url: https://github.com/VIP-SMUR/24Sp-Microclimate?branch=main
imports: [/README.md]
- name: 24Sp-Mobility-PEI
import_url: https://github.com/VIP-SMUR/24Sp-Mobility-PEI?branch=main
imports: [/README.md]
- name: 24Sp-Mobility-Seg
import_url: https://github.com/VIP-SMUR/24Sp-Mobility-Seg?branch=main
imports: [/README.md]
nav:
- Home:
- VIP-SMUR: index.md
- Projects:
- Overview: projects/index.md
- Spring 2026:
- Projects: projects/26sp/README.md
- 26-Sp-MPONC: 26sp-mponc/README.md
- 26-Sp-Hardware-IoT: 26sp-hardware-iot/README.md
- 26-Sp-Mobility: 26sp-mobility/README.md
- 26-Sp-WindComfort-ML: 26sp-windcomfort-ml/README.md
- 26-Sp-MedialAxis: 26sp-medialaxis/README.md
- 26-Sp-Microclimate-Outdoor+: 26sp-microclimate-outdoorplus/README.md
- Fall 2025:
- Projects: projects/25fa/README.md
- 25-Fa-MedialAxis: 25fa-medialaxis/README.md
- 25-Fa-MPONC: 25fa-mponc/README.md
- 25-Fa-Energy: 25fa-energyinbuildings/README.md
- 25-Fa-Microclimate-ML: 25fa-microclimate-ml/README.md
- 25-Fa-Microclimate-Outdoor+: 25fa-microclimate-outdoorplus/README.md
- 25-Fa-Mobility: 25fa-mobility/README.md
- Spring 2025:
- Projects: projects/25sp/README.md
- 25-Sp-Neuroarchitecture: 25sp-neuroarchitecture/README.md
- 25-Sp-MPONC: 25sp-mponc/README.md
- 25-Sp-Energy: 25sp-energyinbuildings/README.md
- 25-Sp-Microclimate-LSTM-Kriging: 25sp-microclimate-lstm-kriging/README.md
- 25-Sp-Microclimate-UMCF: 25sp-microclimate-umcf/README.md
- 25-Sp-Mobility-PEI: 25sp-mobility-pei/README.md
# - Test: test/README.md
- Fall 2024:
- Projects: projects/24fa/README.md
- 24-Fa-Neuroarchitecture: 24fa-neuroarchitecture/README.md
- 24-Fa-MPONC: 24fa-mponc/README.md
- 24-Fa-Energy-Com: 24fa-energyinbuildings-com/README.md
- 24-Fa-Energy-Res: 24fa-energyinbuildings-res/README.md
- 24-Fa-Microclimate-LSTM-Kriging: 24fa-microclimate-lstm-kriging/README.md
- 24-Fa-Microclimate-UMCF: 24fa-microclimate-umcf/README.md
- 24-Fa-Mobility-PEI: 24fa-mobility-pei/README.md
# - Test: test/README.md
- Spring 2024:
- Projects: projects/24sp/README.md
- 24-Sp-Energy: 24sp-energyinbuildings/README.md
- 24-Sp-Microclimate: 24sp-microclimate/README.md
- 24-Sp-Mobility-PEI: 24sp-mobility-pei/README.md
- 24-Sp-Mobility-Seg: 24sp-mobility-seg/README.md
- Team:
- Team overview: team/index.md
- 26-Spring: team/26-Sp.md
- 25-Fall: team/25-Fa.md
- 25-Spring: team/25-Sp.md
- 24-Fall: team/24-Fa.md
- 24-Spring: team/24-Sp.md
- Activities:
- Overview: activities/index.md
- VIP Rush: activities/rush.md
- Outreach: activities/outreach.md
- Class Dinners: activities/dinners.md