Skip to content

Commit ea97164

Browse files
committed
update
1 parent d8e7852 commit ea97164

File tree

4 files changed

+23
-11
lines changed

4 files changed

+23
-11
lines changed

_data/news.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
- date: November 2024
2+
headline: "Rajat is hosting the <a href=https://emprise.cs.cornell.edu/physicalcaregivingrobots-hri-2025-workshop/>Physical Caregiving Robots</a> workshop at HRI 2025!"
3+
4+
- 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!"
6+
17
- date: September 2024
28
headline: "Tapo gave a keynote at <a href=https://www.umass.edu/robotics/nerc2024>Northeast Robotics Colloquium (NERC)</a>, 2024"
39

_data/team_members.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,12 @@
188188
bio: "Moustafa Kassem is an undergraduate sophomore double majoring in Applied Engineering Physics and Computer Science at Cornell. His academic interests lie in the intersection of machine learning, signal processing, and optics, particularly in their applications to biomedical devices and sensing. In his free time, he enjoys reading, playing basketball, and watching movies."
189189
type: 4-4
190190

191+
- name: Shao Stassen
192+
photo: Shao_Stassen.jpg
193+
info: Undergraduate Student
194+
email: ses439 AT cornell dot edu
195+
bio: "Shao Stassen is an undergraduate junior majoring in CS at Cornell University. His academic passions lie at the intersection of robotic control, machine learning, and computer vision, with a particular interest in leveraging these technologies to develop innovative robotic solutions that positively impact communities and improve quality of life. Outside of school, Shao enjoys outdoor running and reading books."
196+
type: 4-5
191197

192198
- name: Shuaixing Chen
193199
photo: Shuaixing_Chen.jpg

assets/css/people.css

Lines changed: 11 additions & 11 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 50px 1fr 1fr 50px 1fr 50px 1fr;
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;
3434
grid-template-columns: repeat(3, 1fr);
3535
/* Each person gets his/her column */
3636
}
@@ -122,9 +122,9 @@
122122
grid-row: 15 / span 1;
123123
}
124124

125-
/* .type-4-5 {
125+
.type-4-5 {
126126
grid-row: 16 / span 1;
127-
} */
127+
}
128128

129129
/* .type-4-6 {
130130
grid-row: 17 / span 1;
@@ -136,46 +136,46 @@
136136

137137
/* Visiting interns */
138138
#row-label-5 {
139-
grid-row: 16 / span 1;
139+
grid-row: 17 / span 1;
140140
grid-column: 1 / span 3;
141141
font-weight: 700;
142142
padding-left: 50px;
143143
}
144144

145145
.type-5-1 {
146-
grid-row: 17 / span 1;
146+
grid-row: 18 / span 1;
147147
}
148148

149149
.type-5-2 {
150-
grid-row: 18 / span 1;
150+
grid-row: 19 / span 1;
151151
}
152152

153153
/* Honorary lab members */
154154
#row-label-6 {
155-
grid-row: 19 / span 1;
155+
grid-row: 20 / span 1;
156156
grid-column: 1 / span 3;
157157
font-weight: 700;
158158
padding-left: 50px;
159159
}
160160

161161
.type-6 {
162-
grid-row: 20 / span 1;
162+
grid-row: 21 / span 1;
163163
}
164164

165165
/* Robots */
166166
#row-label-7 {
167-
grid-row: 21 / span 1;
167+
grid-row: 22 / span 1;
168168
grid-column: 1 / span 3;
169169
font-weight: 700;
170170
padding-left: 50px;
171171
}
172172

173173
.type-7-1 {
174-
grid-row: 22 / span 1;
174+
grid-row: 23 / span 1;
175175
}
176176

177177
.type-7-2 {
178-
grid-row: 23 / span 1;
178+
grid-row: 24 / span 1;
179179
}
180180

181181
/* Lab alumni */

assets/img/team/Shao_Stassen.jpg

20.1 KB
Loading

0 commit comments

Comments
 (0)