-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
234 lines (188 loc) · 8.65 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
---
layout: default
title: Personal Webpage
---
<!-- ========== BIO ========== -->
<div class="docs-section" id="bio">
<h4>Bio</h4>
<p>
I recently earned my PhD from the <a href="http://bdml.stanford.edu/">Biomimetic & Dexterous Manipulation Laboratory</a> at Stanford University, advised by Mark Cutkosky, for research on optical sensing for visual and tactile perception. During my PhD I was supported by a <a href="https://www.nasa.gov/directorates/stmd/space-tech-research-grants/nstrf-2018/">NASA Space Technology Research Fellowship</a> (for first try at the PhD), <a href="https://www.peointernational.org/educational-support/scholar-awards/">P.E.O. Scholarship</a>, <a href="https://www.zonta.org/Web/Web/Programs/Education/Amelia_Earhart_Fellowship.aspx">Zonta Amelia Earhart Fellowship</a>, and the <a href="https://futurespaceleaders.org/">Future Space Leaders Foundation</a>. I care about a great many things in life, including: <b>robotic sensing</b>, <b>space exploration</b>, </b><b>art</b>, <b>climate change and conservation</b>, and <b>social impact</b>.
</p>
<p>In the past I have worked on NASA robots, an X-plane, and domestic robots; I've also done a few thru-hike sections (so far El Camino de Santiago and John Muir Trail), jumped out of a plane, and earned an open water dive license. I have been grateful for the recognition and support provided by the 2020 Interact Fellowship, 2019 Threshold Ventures Fellowship, 2018 Brooke Owens Fellowship, and 2017 AIAA 20 Twenties. I received my B.S. in Electrical Engineering from Columbia University in 2018, where I started the <a href="http://www.columbiaspace.org">Columbia Space Initiative</a> and was very active on campus as a student organization leader.
</p>
</div>
<!-- ========== NEWS ======== -->
<div class="docs-section" id="news">
<h4>News</h4>
<ul>
{% assign selected_news = site.data.news.news | where: "selected", "y" %}
{% for news in selected_news %}
<li><strong>{{ news.date }}</strong> | <a href="{{ news.link }}">Link</a> | {{ news.description }}</li>
{% endfor %}
</ul>
<details>
<summary><h5> More </h5></summary>
<ul>
{% assign past_news = site.data.news.news | where: "selected", "n" %}
{% for news in past_news %}
<li><strong>{{ news.date }}</strong> | <a href="{{ news.link }}">Link here</a>: {{ news.description }}</li>
{% endfor %}
</ul>
</details>
</div>
<!-- ========== PUBLICATIONS ========== -->
<div class="docs-section" id="publications">
<h4>Publications</h4>
<p>Full list of 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>
</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><p style="color: red;"><i>{{ paper.award }}</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 %}
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<!-- ========== PERSONAL========== -->
<div class="docs-section" id="resume">
<h4>Resume</h4>
<!-- The Timeline -->
<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>
<!-- ========== PROJECTS ========== -->
<div class="docs-section" id="projects">
<h4>Projects</h4>
<p> Some projects for fun. </p>
<ul class="tab-nav">
<li><div class="button active" data-ref="#projects-selected">Selected</div></li>
<li><div class="button" data-ref="#projects-social">Outreach</div></li>
<li><div class="button" data-ref="#projects-art">Art</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>
<div class="tab-pane" id="projects-social">
{% assign social_projects = site.data.projects.projects | where: "social", "y" %}
{% for project in social_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-art">
{% assign art_projects = site.data.projects.projects | where: "art", "y" %}
{% for project in art_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 class="docs-section" id="template">
<h4>Site Acknowledgements</h4>
<p>
Adapted with permission using Martin Saveski's website template, available at
this <a href="https://github.com/msaveski/www_personal" target="_blank">GitHub repo</a>, and with help from <a href="http://svmiller.com/blog/2015/08/create-your-website-in-jekyll/" target="_blank">Steven V. Miller's blog</a>. The light mode toggler was inspired by <a href="https://cassidoo.co">Cassidy Williams</a>' website, with core implementation from <a href="https://www.developerdrive.com/css-dark-mode/">developerdrive.com</a>.
</p>
<p> Things are a bit buggy because I'm not a web developer by trade, so apologies for any browsing issues! All opinions on this site are my own and do not reflect my employer. </p>
</div>