-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
267 lines (215 loc) · 10.9 KB
/
index.html
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
---
layout: default
title: Home
---
<!-- ========== BIO ========== -->
<div class="docs-section" id="bio">
<h3>Bio</h3>
<p>
I'm a third-year Ph.D. student in the
<a href="https://uil.be.uw.edu/">Urban Infrastructure Lab</a> at the
<a href="https://sites.uw.edu/urbdpphd/">Urban Design & Planning Interdisciplinary Ph.D. Program</a> at the
<a href="https://www.washington.edu/">University of Washington</a>.
I work on the intersection between artificial intelligence, climate action, and renewable energy.
I serve as the student representative on the steering committee of our Ph.D. program.
I am also a member of <a href="http://uwsolar.be.uw.edu">UW Solar</a>, an interdisciplinary solar project organization at the university.
I am fortunate to be advised by
<a href="https://urbdp.be.uw.edu/people/jan-whittington/">Dr. Jan Whittington</a> and
<a href="https://urbdp.be.uw.edu/people/qing-shen/">Dr. Qing Shen</a>.
I'm generously supported by the
<a href="https://www.microsoft.com/en-us/research/academic-program/ai-society-fellows/overview/">Microsoft Research AI & Society Fellowship</a>
and the Hall-Ammerer-WRF Ph.D. Fellowship in Interdisciplinary Studies.
Details are in my <a href="{{ site.baseurl }}/assets/cv/cv_web.pdf">CV</a>.
</p>
</div>
<span class="anchor" id="news"></span>
<div class="docs-section">
<h3>News</h3>
<!--<i> * Scroll for more </i>-->
<UL style="list-style-type: none; padding: 1px; margin-top: 0px; overflow-y: scroll; height:160px;">
<li><b>[12/08/24]</b> Excited to be <a href="https://grad.uw.edu/haoyu-yue/">highlighted</a> by the Graduate School of the University of Washington. </li>
<li><b>[11/12/24]</b> Presented on ACSP 2024 in Seattle about our work on climate action plans and investment.</li>
<li><b>[09/12/24]</b> We are organizing <a href="https://sites.uw.edu/urbdpphd/news-events/annual-symposium/2024-annual-phd-symposium/">Ph.D. Symposium on Planning for a Changing Climate</a>.</li>
<li><b>[06/20/24]</b> Advised MBA students to <a href="https://magazine.foster.uw.edu/programs/mba-renewable-energy-projects/">identify tribal's financing barriers for renewable energy projects</a>.</li>
<li><b>[01/30/24]</b> Excited to be selected as one of the <a href="https://www.microsoft.com/en-us/research/academic-program/ai-society-fellows/overview/">Microsoft Research AI & Society Fellows</a>.</li>
<li><b>[01/29/24]</b> Assisted the university receive 355K commerce grant for EV chargers development with <a href="https://hoseoksa.github.io">Hoseok Sa</a>.</li>
<li><b>[07/03/23]</b> Attended 2023 IACP Annual Conference at Tianjin University.</li>
<li><b>[05/18/23]</b> Attended <a href="https://sites.gatech.edu/snoman/2023-ssn-workshop/">Spatial Social Network Workshop</a> at Georgia Tech.</li>
<li><b>[11/03/22]</b> Presented on ACSP 2022 in Toronto about climate investment and green gentrification in San Francisco-Oakland-Berkeley Bay Area.</li>
<li><b>[09/28/22]</b> Started the Ph.D. in Urban Design and Planning at the University of Washington.</li>
<li><b>[06/18/22]</b> Graduated from Master of Urban Planning Program at the University of Washington.</li>
<li><b>[10/15/21]</b> Attended ACSP 2021 with Christine Bae on Effects of Zoning and Land Use Policies on Land Value and Densification in the City of Seattle.</li>
</UL>
</div>
<!-- ========== PUBLICATIONS ==========
<div class="docs-section" id="publications">
<h3>Publications</h3>
<p>Most recent publications on <a href="{{ site.data.main_info.google_scholar }}" target="_blank">Google Scholar</a>.<br/>
<sup>‡</sup> indicates equal contribution.
</p>
<ul class="tab-nav">
<li><div class="button active" data-ref="#papers-selected">Selected</div></li>
<li><div class="button" data-ref="#papers-all">All</div></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="papers-selected">
{% assign selected_papers = site.data.publications.papers | where: "selected", "y" %}
{% for paper in selected_papers %}
<div class="paper">
<p class="title"><b>{{ paper.title }}</b></p>
<p>{{ paper.authors }}</p>
<p><i>{{ paper.venue }}</i></p>
<div class="paper-buttons">
{% if paper.paper_pdf %}
<a class="button" href="{{ paper.paper_pdf | prepend: site.baseurl }}" target="_blank">Paper</a>
{% endif %}
{% if paper.slides %}
<a class="button" href="{{ paper.slides | prepend: site.baseurl }}" target="_blank">Slides</a>
{% endif %}
{% if paper.poster %}
<a class="button" href="{{ paper.poster | prepend: site.baseurl }}" target="_blank">Poster</a>
{% endif %}
{% if paper.video %}
<a class="button" href="{{ paper.video }}" target="_blank">Video</a>
{% endif %}
{% if paper.code %}
<a class="button" href="{{ paper.code }}" target="_blank">Code</a>
{% endif %}
{% if paper.data %}
<a class="button" href="{{ paper.data }}" target="_blank">Data</a>
{% endif %}
</div>
</div>
{% endfor %}
</div>
<div class="tab-pane" id="papers-all">
{% for paper in site.data.publications.papers %}
<div class="paper">
<p class="title"><b>{{ paper.title }}</b></p>
<p>{{ paper.authors }}</p>
<p><i>{{ paper.venue }}</i></p>
<div class="paper-buttons">
{% if paper.paper_pdf %}
<a class="button" href="{{ paper.paper_pdf | prepend: site.baseurl }}" target="_blank">Paper</a>
{% endif %}
{% if paper.slides %}
<a class="button" href="{{ paper.slides | prepend: site.baseurl }}" target="_blank">Slides</a>
{% endif %}
{% if paper.poster %}
<a class="button" href="{{ paper.poster | prepend: site.baseurl }}" target="_blank">Poster</a>
{% endif %}
{% if paper.video %}
<a class="button" href="{{ paper.video }}" target="_blank">Video</a>
{% endif %}
{% if paper.code %}
<a class="button" href="{{ paper.code }}" target="_blank">Code</a>
{% endif %}
{% if paper.data %}
<a class="button" href="{{ paper.data }}" target="_blank">Data</a>
{% endif %}
</div>
</div>
{% endfor %}
</div>
</div>
</div>
-->
<!-- ========== PROJECTS ========== -->
<div class="docs-section" id="projects">
<h3>Projects</h3>
<!-- <ul class="tab-nav">
<li><div class="button active" data-ref="#projects-selected">Selected</div></li>
<li><div class="button" data-ref="#projects-all">All</div></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="projects-selected">-->
{% assign selected_projects = site.data.projects.projects | where: "selected", "y" %}
{% for project in selected_projects %}
{% assign index_modulo = forloop.index0 | modulo:3 %}
{% if index_modulo == 0 %}
<div class="row">
{% endif %}
<div class="four columns">
<div class="project-container">
<div class="project-image-container">
<a href="{{ project.url }}">
<img src="{{ project.thumbnail }}" class="u-max-full-width" />
</a>
</div>
<div class="project-caption">
<b>{{ project.title }}</b> <br/>
{{ project.subtitle }}
</div>
</div>
</div>
{% if index_modulo == 2 %}
</div>
{% endif %}
{% endfor %}
</div>
<!-- <div class="tab-pane" id="projects-all">
{% for project in site.data.projects.projects %}
{% assign index_modulo = forloop.index0 | modulo:3 %}
{% if index_modulo == 0 %}
<div class="row">
{% endif %}
<div class="four columns">
<div class="project-container">
<div class="project-image-container">
<a href="{{ project.url }}">
<img src="{{ project.thumbnail }}" class="u-max-full-width" />
</a>
</div>
<div class="project-caption">
<b>{{ project.title }}</b> <br/>
{{ project.subtitle }}
</div>
</div>
</div>
{% if index_modulo == 2 %}
</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>-->
<!-- ========== TEACHING ==========
RE 519 - Real Estate Data Analytics and Visualization, University of Washington - <a href={{ "/real-estate-data-analytics-and-visualization/" | prepend: site.baseurl }} >Autumn 2024</a> <br/>
URBDP 598 - Ph.D. Colloquium, University of Washington - <a href={{ "/real-estate-data-analytics-and-visualization/" | prepend: site.baseurl }} >Autumn 2024</a>
-->
<div class="docs-section" id="teaching">
<h3>Teaching</h3>
<p>
I organize the colloquium, where we organized <a href="{{ site.baseurl }}/pages/resources">a list of resource</a> for students in the Ph.D. program.
I also advise <a href="http://uwsolar.be.uw.edu">UW Solar</a> and some student teams from the <a href="https://foster.uw.edu/">Foster School of Business</a> and <a href="https://gix.uw.edu/">Global Innovation Exchange (GIX)</a>.
My <a href="{{ site.baseurl }}/pages/courseworks">coursework plan</a> combine urban planning, public policy, climate and energy, data science, and AI + society at the University of Washington.
You can also refer to the <a href="https://uil.be.uw.edu/education/">programs and courses recommended by the Urban Infrastructure Lab</a>.
I will teach <a href="{{ site.baseurl }}/cep-473">CEP 473 Digital Design Practicum</a> in Spring 2025.
</p>
</div>
<!--========== RESUME ========== -->
<div class="docs-section" id="resume">
<h3>Vitæ</h3>
<p>Full Curriculum Vitae in <a href={{ "/assets/cv/cv_web.pdf" | prepend: site.baseurl }} target="_blank">PDF</a>.</p>
<ul class="timeline">
{% for exp in site.data.experience.experiences %}
<li>
{% if exp.category == "work" %}
<div class="direction-l">
{% else %}
<div class="direction-r">
{% endif %}
<div class="flag-wrapper">
<span class="flag">{{ exp.place }}</span>
<span class="time-wrapper"><span class="time">{{ exp.time }}</span></span>
</div>
<div class="desc"><b>{{ exp.title }}</b> <br/> {{ exp.subtitle }}</div>
</div>
</li>
{% endfor %}
</ul>
</div>
<div class="docs-section" id="template">
<h3>Acknowledgement</h3>
This website was built with <a href="https://jekyllrb.com">jekyll</a> and uses the website design and template by <a href="https://web.stanford.edu/~msaveski/">Prof. Martin Saveski</a> at UW.
</div>