Skip to content

Commit 5ed05c0

Browse files
committed
update
1 parent a897e22 commit 5ed05c0

5 files changed

Lines changed: 48 additions & 20 deletions

File tree

_data/news.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1+
- date: January 2025
2+
headline: Congrats Rohan on getting his paper accepted to <b>ICRA 2025</b>! The paper presents a human-in-the-loop contextual bandit approach for robot-assisted feeding.
3+
4+
- date: January 2025
5+
headline: EmPRISE Lab welcomes a new PhD student to the lab! <a href=https://zhanxinwu.com//>Zhanxin Wu</a> is joining the CS PhD program. Zhanxin is joining us from NUS where she did her M.S. in CS.
6+
7+
- date: December 2024
8+
headline: Congrats Ziang, Ruolin, and their respective teams on getting two papers accepted to <b>HRI 2025</b>. One presents GRACE, a method for personalizing robot-assisted caregiving by predicting users' functional range of motion, and the other introduces CART-MPC, a method for coordinating assistive devices in robot-assisted transferring tasks.
9+
110
- date: November 2024
2-
headline: "Rajat is hosting the <a href=https://caregivingrobots.github.io/>Physical Caregiving Robots</a> workshop at HRI 2025!"
11+
headline: "Rajat is hosting the <a href=https://caregivingrobots.github.io/>Physical Caregiving Robots</a> workshop at <b>HRI 2025</b>!"
312

413
- date: November 2024
5-
headline: "Our lab is hosting the <a href=https://emprise.cs.cornell.edu/rcareworld/challenge/>PhyRC</a> competition at ICRA 2025!"
14+
headline: "Our lab is hosting the <a href=https://emprise.cs.cornell.edu/rcareworld/challenge/>PhyRC</a> competition at <b>ICRA 2025</b>!"
615

716
- date: September 2024
817
headline: "Tapo gave a keynote at <a href=https://www.umass.edu/robotics/nerc2024>Northeast Robotics Colloquium (NERC)</a>, 2024"

_data/team_members.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@
6262
website: https://pranavnnt.github.io/
6363
type: 2-2
6464

65+
- name: Zhanxin Wu
66+
photo: Zhanxin_Wu.jpg
67+
info: Ph.D. Student, Computer Science
68+
email: zw754 AT cornell dot edu
69+
bio: "Zhanxin is a first-year PhD student in the Computer Science department. She obtained an M.S. in CS from the National University of Singapore in 2024 and a B.S. in CSE from the Chinese University of Hong Kong, Shenzhen, in 2022. In her free time, she enjoys sketching and playing video games."
70+
website: https://zhanxinwu.com/
71+
type: 2-3
72+
6573
- name: Ben Dodson
6674
photo: Ben_Dodson.jpg
6775
info: MEng, Mechanical Engineering
@@ -98,6 +106,13 @@
98106
bio: "Ajay Sunkara graduated from Cornell University with a major in Mechanical Engineering and a minor in Computer Science. He is an MEng student in Mechanical Engineering and is interested in controls and reinforcement learning in robotics. Outside of school, he enjoys playing basketball and reading."
99107
type: 3-2
100108

109+
- name: Heisen Kong
110+
photo: Heisen_Kong.jpg
111+
info: MEng, Systems Engineering
112+
email: hk593 AT cornell dot edu
113+
bio: "Heisen Kong is an early MEng student in Systems Engineering and studied Mechanical Engineering at Cornell. He is interested in human-robot interactions and product design. In his free time, he loves playing squash, volleyball with his friends, and makes great latte art!"
114+
type: 3-2
115+
101116
- name: Xiaoyu (Sherry) Liang
102117
photo: sherry.jpg
103118
info: Undergraduate Student

assets/css/people.css

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
.grid-container {
3232
display: grid;
33-
grid-template-rows: 50px 1fr 50px 1fr 50px 1fr 1fr 50px 1fr 1fr 50px 1fr 1fr 1fr 1fr 1fr 50px 1fr 1fr 50px 1fr 50px 1fr;
33+
grid-template-rows: 50px 1fr 50px 1fr 50px 1fr 1fr 1fr 50px 1fr 1fr 50px 1fr 1fr 1fr 1fr 1fr 50px 1fr 1fr 50px 1fr 50px 1fr;
3434
grid-template-columns: repeat(3, 1fr);
3535
/* Each person gets his/her column */
3636
}
@@ -82,48 +82,52 @@
8282
grid-row: 7 / span 1;
8383
}
8484

85+
.type-2-3 {
86+
grid-row: 8 / span 1;
87+
}
88+
8589
/* Masters students */
8690
#row-label-3 {
87-
grid-row: 8 / span 1;
91+
grid-row: 9 / span 1;
8892
grid-column: 1 / span 3;
8993
font-weight: 700;
9094
padding-left: 50px;
9195
}
9296

9397
.type-3-1 {
94-
grid-row: 9 / span 1;
98+
grid-row: 10 / span 1;
9599
}
96100

97101
.type-3-2 {
98-
grid-row: 10 / span 1;
102+
grid-row: 11 / span 1;
99103
}
100104

101105
/* Undergraduate students */
102106
#row-label-4 {
103-
grid-row: 11 / span 1;
107+
grid-row: 12 / span 1;
104108
grid-column: 1 / span 3;
105109
font-weight: 700;
106110
padding-left: 50px;
107111
}
108112

109113
.type-4-1 {
110-
grid-row: 12 / span 1;
114+
grid-row: 13 / span 1;
111115
}
112116

113117
.type-4-2 {
114-
grid-row: 13 / span 1;
118+
grid-row: 14 / span 1;
115119
}
116120

117121
.type-4-3 {
118-
grid-row: 14 / span 1;
122+
grid-row: 15 / span 1;
119123
}
120124

121125
.type-4-4 {
122-
grid-row: 15 / span 1;
126+
grid-row: 16 / span 1;
123127
}
124128

125129
.type-4-5 {
126-
grid-row: 16 / span 1;
130+
grid-row: 17 / span 1;
127131
}
128132

129133
/* .type-4-6 {
@@ -136,46 +140,46 @@
136140

137141
/* Visiting interns */
138142
#row-label-5 {
139-
grid-row: 17 / span 1;
143+
grid-row: 18 / span 1;
140144
grid-column: 1 / span 3;
141145
font-weight: 700;
142146
padding-left: 50px;
143147
}
144148

145149
.type-5-1 {
146-
grid-row: 18 / span 1;
150+
grid-row: 19 / span 1;
147151
}
148152

149153
.type-5-2 {
150-
grid-row: 19 / span 1;
154+
grid-row: 20 / span 1;
151155
}
152156

153157
/* Honorary lab members */
154158
#row-label-6 {
155-
grid-row: 20 / span 1;
159+
grid-row: 21 / span 1;
156160
grid-column: 1 / span 3;
157161
font-weight: 700;
158162
padding-left: 50px;
159163
}
160164

161165
.type-6 {
162-
grid-row: 21 / span 1;
166+
grid-row: 22 / span 1;
163167
}
164168

165169
/* Robots */
166170
#row-label-7 {
167-
grid-row: 22 / span 1;
171+
grid-row: 23 / span 1;
168172
grid-column: 1 / span 3;
169173
font-weight: 700;
170174
padding-left: 50px;
171175
}
172176

173177
.type-7-1 {
174-
grid-row: 23 / span 1;
178+
grid-row: 24 / span 1;
175179
}
176180

177181
.type-7-2 {
178-
grid-row: 24 / span 1;
182+
grid-row: 25 / span 1;
179183
}
180184

181185
/* Lab alumni */

assets/img/team/Heisen_Kong.jpg

26.6 KB
Loading

assets/img/team/Zhanxin_Wu.jpg

113 KB
Loading

0 commit comments

Comments
 (0)