-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
270 lines (255 loc) · 8.46 KB
/
mkdocs.yml
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
site_name: Surrogate Modeling for Urban Regeneration (SMUR)
site_url: https://vip-smur.github.io/wiki/
repo_url: https://github.com/VIP-SMUR/wiki
edit_uri: blob/main/docs/
site_author: Patrick Kastner
site_description: >-
Project page of the Surrogate Modeling for Urban Regeneration (VIP) at Georgia Tech.
# Copyright
copyright: Copyright © 2023--24 Sustainable Urban Systems Lab. <a href="https://siddharthdasari.com/">Design credits. </a><a href="https://github.com/VIP-SMUR/vip-smur.github.io/actions/workflows/deploy.yml">Rebuild site.</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:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
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:
analytics:
provider: custom
property: umami
tags:
Mobility: mobility
Microclimate: microclimate
Energy: energy
social:
- icon: fontawesome/brands/github
link: https://github.com/VIP-SMUR
- icon: fontawesome/brands/researchgate
link: https://www.researchgate.net/profile/Patrick-Kastner
- icon: fontawesome/brands/google-scholar
link: https://gscholar.patrickkastner.de/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/patrickkastner/
- icon: fontawesome/brands/orcid
link: https://orcid.org/0000-0003-4940-341X
extra_javascript:
- javascripts/tablesort.js
- https://unpkg.com/[email protected]/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
- 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
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets
- footnotes
- tables
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- markdown_include.include:
base_path: docs
# Plugins
plugins:
- include-markdown
- search
#- title-casing
- 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: true
#exclude:
# - index.md
enabled: true
strict: true
- tags
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: 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_commits: .git-blame-ignore-revs
exclude:
- projects/**.md
- teams/**.md
- getting_started.md
- get-involved.md
- index.md
- '!**/InfluenceCurve.ai'
enabled: true
enabled_on_serve: false
strict: true
- git-committers:
repository: VIP-SMUR/wiki
branch: main
docs_path: docs/
token: !ENV ["GithubAccessToken"]
- 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:
# Fall 2024
- name: get-involved
import_url: https://github.com/VIP-SMUR/.github?branch=main
imports: [/profile/README.md]
- name: 24Fa-MPONC
import_url: https://github.com/VIP-SMUR/24Fa-MPONC?branch=main
imports: [/README.md,/Figures/*]
- name: 24Fa-Neuroarchitecture
import_url: https://github.com/VIP-SMUR/24Fa-Neuroarchitecture?branch=main
imports: [/README.md, /selecting_process/*,/Figure/*]
- name: 24Fa-EnergyInBuildings-Res
import_url: https://github.com/VIP-SMUR/24Fa-EnergyInBuildings-Res?branch=main
imports: [/README.md,/Figures/*]
- name: 24Fa-EnergyInBuildings-Com
import_url: https://github.com/VIP-SMUR/24Fa-EnergyInBuildings-Com?branch=main
imports: [/README.md,/Figures/*]
- name: 24Fa-Microclimate-LSTM-Kriging
import_url: https://github.com/VIP-SMUR/24Fa-Microclimate-LSTM-Kriging?branch=main
imports: [/README.md,/Figures/*]
- name: 24Fa-Microclimate-UMCF
import_url: https://github.com/VIP-SMUR/24Fa-Microclimate-UMCF?branch=main
imports: [/README.md,/Figures/*]
- name: 24Fa-Mobility-PEI
import_url: https://github.com/VIP-SMUR/24Fa-Mobility-PEI?branch=main
imports: [/README.md,/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:
- Getting started: index.md
- Get involved: get-involved/profile/README.md
- Projects:
- Overview: projects/index.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.md
- Activities:
- Conferences: activities/conferences.md
- Class Dinners: activities/dinners.md