Skip to content

Commit 7c90753

Browse files
committed
Project update
1 parent 9161f3b commit 7c90753

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

_data/projects.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ projects:
4949
art: n
5050
hardware: y
5151
software: y
52+
53+
- title: "DivHacks 2018"
54+
subtitle: "Columbia's first and only student-run hackathon for under-represented students"
55+
thumbnail: "assets/projects/2018_divhacks/thumbnail.jpg"
56+
url: "projects/2018_divhacks.html"
57+
selected: y
58+
social: y
59+
art: n
60+
hardware: n
61+
software: n
5262

5363
- title: "3D-printing"
5464
subtitle: "A collection of 3D-printed art"

_data/publications.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ papers:
77
slides: "https://docs.google.com/presentation/d/1zCKsdKma8-rMu14LsW1iBPuy6zN4gxDy1fSk2fSTh0E/edit?usp=sharing"
88
video: "https://www.youtube.com/watch?v=J5W5c6HH71E"
99
code:
10-
selected: y
10+
selected: n
1111

1212
- title: "Rapid Mission Concept Development at the 2019 Caltech Space Challenge: A Small Lander Network Studying the Habitability of Enceladus"
1313
authors: "Katiyayni Balachandran, Paolo Cappuccio, <b>Julia Di</b>, Kelsey Doerksen, Jared Fuchs, Alessia Gloder, Rebecca Jolitz, Monica Li, Dan Limonchik, Lotfi Massarweh, Atila Meszaros, Daniel Naftalovich, Erica Nathan, Thomas Peev, Marc Rovira-Navarro, ShreyaSantra"

_projects/2018_divhacks.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: project
3+
title: 3D-printed art
4+
subtitle: "A collection of 3D-printed art over the years"
5+
---
6+
7+
Coming soon!
115 KB
Loading

index.html

+3-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ <h4>Bio</h4>
99

1010
<p>
1111
Hi! I am a Robotics Ph.D. student in the <a href="http://bdml.stanford.edu/">Biomimetic & Dexterous Manipulation Laboratory</a> at Stanford University, advised by Mark Cutkosky.
12-
I am interested in improving the interaction capabilities of robots at the hardware and software level.
13-
I am also passionate about the intersection of art with technology, and social issues with technology.
12+
For my Ph.D. I am improving the interaction capabilities of robots at the hardware and software level. But my goal in life is to explore the intersection of <b>art with technology</b>, and <b>social good with technology</b>. You know, making the world a better place and all that.
1413
</p>
1514

1615
<p>
@@ -20,7 +19,7 @@ <h4>Bio</h4>
2019
<p>
2120
Prior to coming to Stanford, I grew up in small-town Maryland about an hour away from D.C. Fun fact — I lived next to a horse farm and I'm allergic to horses. I mostly spent my K-12 years honing my art and writing skills. I also learned to play a traditional Chinese instrument, the guzheng.
2221
</p>
23-
<p>In my internships I have worked on NASA robots, an X-plane, and satellites; I've also hiked a sulphur volcano and jumped out of a plane. I have been lucky enough to receive the 2020 Interact Fellowship, 2019 Threshold Ventures Fellowship, NSF Graduate Fellowhsip <i>(declined)</i>, 2018 Brooke Owens Fellowship, and 2017 AIAA 20 Twenties Laureate. 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 leader.
22+
<p>In my internships I have worked on NASA robots, an X-plane, and satellites; I've also hiked a sulphur volcano and jumped out of a plane. I have been very grateful to receive the 2020 Interact Fellowship, 2019 Threshold Ventures Fellowship, NSF Graduate Fellowhsip <i>(declined)</i>, 2018 Brooke Owens Fellowship, and 2017 AIAA 20 Twenties Laureate. 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 leader.
2423
</p>
2524
</div>
2625

@@ -208,7 +207,7 @@ <h4>Projects</h4>
208207
{% endif %}
209208
{% endfor %}
210209
</div>
211-
210+
</div>
212211
<div class="tab-pane" id="projects-art">
213212
{% assign art_projects = site.data.projects.projects | where: "art", "y" %}
214213
{% for project in art_projects %}

0 commit comments

Comments
 (0)