Skip to content

Commit 313592e

Browse files
committed
Merge branch 'dev'
2 parents 50a4bfb + 352612f commit 313592e

File tree

5 files changed

+116
-2
lines changed

5 files changed

+116
-2
lines changed

docs/projects/25fa/README.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
# Fall 2025
2+
3+
---
4+
5+
<div class="grid cards" markdown>
6+
7+
- :material-view-dashboard:{ .lg .middle } __Projects (Overview)__
8+
9+
---
10+
11+
Overview of all Fall 2025 project pages.
12+
13+
---
14+
15+
[:octicons-arrow-right-24: Learn more](../../projects/25fa/README.md)
16+
17+
- :material-call-split:{ .lg .middle } __Medial Axis Transformation__
18+
19+
---
20+
21+
Computational methods for medial axis transformation of urban geometries.
22+
23+
---
24+
25+
[:octicons-arrow-right-24: Learn more](../../25fa-medialaxistransformation/README.md)
26+
27+
- :material-view-grid-plus:{ .lg .middle } __MPONC__
28+
29+
---
30+
31+
Multi-agent game theoretical approaches to simulating neighborhood processes.
32+
33+
---
34+
35+
[:octicons-arrow-right-24: Learn more](../../25fa-mponc/README.md)
36+
37+
- :material-office-building:{ .lg .middle } __Energy in Buildings__
38+
39+
---
40+
41+
Modeling energy demand in buildings.
42+
43+
---
44+
45+
[:octicons-arrow-right-24: Learn more](../../25fa-energyinbuildings/README.md)
46+
47+
- :material-weather-sunny:{ .lg .middle } __Geo-LSTM-Kriging__
48+
49+
---
50+
51+
Continues work on surrogate models estimating urban heat island effects.
52+
53+
---
54+
55+
[:octicons-arrow-right-24: Learn more](../../25fa-microclimate-lstm-kriging/README.md)
56+
57+
- :material-city-variant:{ .lg .middle } __Urban Microclimate Modeling (UMCF)__
58+
59+
---
60+
61+
Rhino & Grasshopper workflows for urban microclimate modeling.
62+
63+
---
64+
65+
[:octicons-arrow-right-24: Learn more](../../25fa-microclimate-umcf/README.md)
66+
67+
- :fontawesome-solid-person-walking:{ .lg .middle } __Pedestrian Environment Index (PEI)__
68+
69+
---
70+
71+
Improvements on the PEI methodology, a composite metric of walkability using key subindices.
72+
73+
---
74+
75+
[:octicons-arrow-right-24: Learn more](../../25fa-mobility-pei/README.md)
76+
77+
</div>
78+
79+
---

docs/projects/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
<div class="grid cards" markdown>
66

7+
- :material-folder:{ .lg .middle } __Fall 2025__
8+
9+
---
10+
11+
[:octicons-arrow-right-24: Learn more](25fa/README.md)
12+
713
- :material-folder:{ .lg .middle } __Spring 2025__
814

915
---

docs/team/24-Fa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ hide:
4949
[gh-rolivo05]: https://github.com/Rolivo05
5050
[gh-myshx]: https://github.com/Myshx
5151
[gh-kkvlayam]: https://github.com/kkvlayam
52-
[gh-hshih38]: https://github.com/hshih38
52+
[gh-hshih38]: https://github.com/Benjaminhansyun
5353
[gh-sofia-mujica]: https://github.com/sofia-mujica
5454
[gh-qnguyen322]: https://github.com/qnguyen322
5555
[gh-aherbas3]: https://github.com/aherbas3

docs/team/25-Sp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ hide:
5353
[gh-changdama]: https://github.com/changdama
5454
[gh-amahajan68]: https://github.com/amahajan68
5555
[gh-jhernandez312]: https://github.com/jhernandez312
56-
[gh-benjaminhansyun]: https://github.com/hshih38
56+
[gh-benjaminhansyun]: https://github.com/Benjaminhansyun
5757
[gh-thanasarn-changnawa]: https://github.com/Thanasarn-Changnawa
5858
[gh-hangxxxu]: https://github.com/HangXXXu
5959
[gh-jxu037]: https://github.com/JXU037

mkdocs.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,26 @@ plugins:
246246
import_url: https://github.com/VIP-SMUR/.github?branch=main
247247
imports: [/*]
248248

249+
# Fall 2025
250+
- name: 25Fa-MedialAxisTransformation
251+
import_url: https://github.com/VIP-SMUR/25Fa-MedialAxisTransformation?branch=main
252+
imports: [/README.md, /Figures/*]
253+
- name: 25Fa-MPONC
254+
import_url: https://github.com/VIP-SMUR/25Fa-MPONC?branch=main
255+
imports: [/README.md, /Figures/*]
256+
- name: 25Fa-EnergyInBuildings
257+
import_url: https://github.com/VIP-SMUR/25Fa-EnergyInBuildings?branch=main
258+
imports: [/README.md, /Figures/*]
259+
- name: 25Fa-Microclimate-ML
260+
import_url: https://github.com/VIP-SMUR/25Fa-Microclimate-ML?branch=main
261+
imports: [/README.md, /Figures/*]
262+
- name: 25Fa-Microclimate-UMCF
263+
import_url: https://github.com/VIP-SMUR/25Fa-Microclimate-UMCF?branch=main
264+
imports: [/README.md, /Figures/*]
265+
- name: 25Fa-Mobility
266+
import_url: https://github.com/VIP-SMUR/25Fa-Mobility?branch=main
267+
imports: [/README.md, /Figures/*]
268+
249269
# Spring 2025
250270
- name: 25Sp-MPONC
251271
import_url: https://github.com/VIP-SMUR/25Sp-MPONC?branch=main
@@ -313,6 +333,15 @@ nav:
313333
- Projects:
314334
- Overview: projects/index.md
315335

336+
- Fall 2025:
337+
- Projects: projects/25fa/README.md
338+
- 25-Fa-MedialAxisTransformation: 25fa-medialaxistransformation/README.md
339+
- 25-Fa-MPONC: 25fa-mponc/README.md
340+
- 25-Fa-Energy: 25fa-energyinbuildings/README.md
341+
- 25-Fa-Microclimate-ML: 25fa-microclimate-ml/README.md
342+
- 25-Fa-Microclimate-UMCF: 25fa-microclimate-umcf/README.md
343+
- 25-Fa-Mobility: 25fa-mobility/README.md
344+
316345
- Spring 2025:
317346
- Projects: projects/25sp/README.md
318347
- 25-Sp-Neuroarchitecture: 25sp-neuroarchitecture/README.md

0 commit comments

Comments
 (0)