Skip to content

Commit 485dab6

Browse files
committed
update students and pubs
1 parent aa95545 commit 485dab6

5 files changed

Lines changed: 51 additions & 15 deletions

File tree

_data/pubs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
- title: "Kiri-Spoon: A Kirigami Utensil for Robot-Assisted Feeding"
2+
authors: Maya Keely, Brandon Franco, Casey Grothoff, Rajat Kumar Jenamani, Tapomayukh Bhattacharjee, Dylan P. Losey, and Heramb Nemlekar
3+
link:
4+
url: https://arxiv.org/pdf/2501.01323
5+
year: 2025
6+
venue: International Journal of Robotics Research (IJRR)
7+
type: conf-journal
8+
thumbnail:
9+
alt: 89
10+
111
- title: "SAVOR: Skill Affordance Learning from Visuo-Haptic Perception for Robot-Assisted Bite Acquisition"
212
authors: Zhanxin Wu, Bo Ai, Tom Silver, Tapomayukh Bhattacharjee
313
link:

_data/team_members.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,24 @@
7474
photo: Jiaying_Fang.jpg
7575
info: Ph.D. Student, Robotics
7676
email: jf928 AT cornell dot edu
77-
bio: "Jiaying is a first-year robotics PhD student. She obtainted an M.S. in EE from Stanford University in 2025 and B.Eng. (Hons) in EIE from Hong Kong Polytechnic University in 2023. Outside of research, she likes hiking and musicals."
77+
bio: "Jiaying is a first-year Robotics PhD student. She obtainted an M.S. in EE from Stanford University in 2025 and B.Eng. (Hons) in EIE from Hong Kong Polytechnic University in 2023. Outside of research, she likes hiking and musicals."
7878
website: https://jiayingfang.github.io
7979
type: 2-3
8080

81+
- name: Yunting Yan
82+
photo: Yunting_Yan.jpg
83+
info: Ph.D. Student, Robotics
84+
email: yy2244 AT cornell dot edu
85+
bio: "Yunting is a first-year Robotics PhD student. His research interests include Human-Robot Interaction, control, and Artificial Intelligence. Outside of academics, he enjoys cooking and playing badminton."
86+
type: 2-4
87+
88+
- name: Chaewon Hwang
89+
photo: chaewon.jpg
90+
info: Ph.D. Student, Robotics
91+
email: ch2325 AT cornell dot edu
92+
bio: "Chaewon is a first-year Robotics PhD student. Her research interests lie in developing general and robust methods and frameworks for physical human–robot interaction tasks. She received her B.E. in Mechanical and Biomedical Engineering from Ewha Womans University. Outside of research, she enjoys reading, hiking, and swimming."
93+
type: 2-4
94+
8195
- name: Krishna Palempalli
8296
photo: Krishna_Palempalli.jpg
8397
info: MEng, Computer Science
@@ -167,6 +181,14 @@
167181
bio: "Christy is a sophomore studying computer science and mechanical engineering. Her academic interests lie in assistive robotics, computer vision, and robot manipulation. Outside of academics, she loves to play volleyball and search for good restaurants to share with her friends."
168182
type: 4-4
169183

184+
- name: Ruofei Tong
185+
photo: ruofei.jpg
186+
info: Undergraduate Student
187+
email: rt455 AT cornell dot edu
188+
bio: "Ruofei is a senior Mechanical Engineering student passionate about hardware integration for robotic systems. He focuses on integrating mechanical, electrical, and software domains to create designs for real-world applications."
189+
website: http://joetong.com
190+
type: 4-4
191+
170192
- name: Dr. Katherine Dimitropoulou
171193
photo: katherine.jpeg
172194
info: Occupational Therapist

assets/css/people.css

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
/* Robots: label + 3 rows */
4747
grid-template-rows:
4848
50px 1fr
49-
50px 1fr 1fr 1fr
49+
50px 1fr 1fr 1fr 1fr
5050
50px 1fr
5151
50px 1fr 1fr 1fr 1fr
5252
50px 1fr
@@ -107,16 +107,20 @@
107107
grid-row: 6 / span 1;
108108
}
109109

110+
.type-2-4 {
111+
grid-row: 7 / span 1;
112+
}
113+
110114
/* Masters students */
111115
#row-label-3 {
112-
grid-row: 7 / span 1;
116+
grid-row: 8 / span 1;
113117
grid-column: 1 / span 3;
114118
font-weight: 700;
115119
padding-left: 50px;
116120
}
117121

118122
.type-3-1 {
119-
grid-row: 8 / span 1;
123+
grid-row: 9 / span 1;
120124
}
121125
/*
122126
.type-3-2 {
@@ -125,26 +129,26 @@
125129

126130
/* Undergraduate students */
127131
#row-label-4 {
128-
grid-row: 9 / span 1;
132+
grid-row: 10 / span 1;
129133
grid-column: 1 / span 3;
130134
font-weight: 700;
131135
padding-left: 50px;
132136
}
133137

134138
.type-4-1 {
135-
grid-row: 10 / span 1;
139+
grid-row: 11 / span 1;
136140
}
137141

138142
.type-4-2 {
139-
grid-row: 11 / span 1;
143+
grid-row: 12 / span 1;
140144
}
141145

142146
.type-4-3 {
143-
grid-row: 12 / span 1;
147+
grid-row: 13 / span 1;
144148
}
145149

146150
.type-4-4 {
147-
grid-row: 13 / span 1;
151+
grid-row: 14 / span 1;
148152
}
149153

150154
/* .type-4-5 {
@@ -173,34 +177,34 @@
173177

174178
/* Honorary lab members */
175179
#row-label-6 {
176-
grid-row: 14 / span 1;
180+
grid-row: 15 / span 1;
177181
grid-column: 1 / span 3;
178182
font-weight: 700;
179183
padding-left: 50px;
180184
}
181185

182186
.type-6 {
183-
grid-row: 15 / span 1;
187+
grid-row: 16 / span 1;
184188
}
185189

186190
/* Robots */
187191
#row-label-7 {
188-
grid-row: 16 / span 1;
192+
grid-row: 17 / span 1;
189193
grid-column: 1 / span 3;
190194
font-weight: 700;
191195
padding-left: 50px;
192196
}
193197

194198
.type-7-1 {
195-
grid-row: 17 / span 1;
199+
grid-row: 18 / span 1;
196200
}
197201

198202
.type-7-2 {
199-
grid-row: 18 / span 1;
203+
grid-row: 19 / span 1;
200204
}
201205

202206
.type-7-3 {
203-
grid-row: 19 / span 1;
207+
grid-row: 20 / span 1;
204208
}
205209

206210
/* Lab alumni */

assets/img/team/chaewon.jpg

320 KB
Loading

assets/img/team/ruofei.jpg

21.7 KB
Loading

0 commit comments

Comments
 (0)