Skip to content

Commit 7bc7a2d

Browse files
committed
add new members
1 parent a838dfa commit 7bc7a2d

File tree

4 files changed

+26
-8
lines changed

4 files changed

+26
-8
lines changed

_data/team_members.yml

+14
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,20 @@
214214
bio: "Amber is a sophomore majoring in Electrical and Computer Engineering and minoring in Computer Science. She is interested in assistive robotics and brining about positive change. Outside of academics, she enjoys spending time with friends, eating good food, and playing video games. She also loves playing sports, but doesn't have much time to nowadays. She is open to playing tennis, ping pong, and other fun activities."
215215
type: 4-6
216216

217+
- name: Qi Chen
218+
photo: Qi_Chen.jpg
219+
info: Undergraduate Student
220+
email: qc74 AT cornell dot edu
221+
bio: "Qi is a junior majoring in Computer Science and Electrical Engineering. He enjoys Robotics and wants to make robots that serve people better; he would like to contribute to Robotics with interdisciplinary knowledge and develop robots through both software and hardware fields. When he's not working on school work, you may find him taking photos of landscape around the campus."
222+
type: 4-6
223+
224+
- name: Alexis Hao
225+
photo: Alexis_Hao.jpg
226+
info: Undergraduate Student
227+
email: yh826 AT cornell dot edu
228+
bio: "Alexis just graduated from Cornell in May 2024 with a Bachelor's degree in Computer Science and Psychology. Her research interests include learning for robot manipulation and human-robot interaction. Outside of research, you can find her reading about neuroscience and psychology or trying to ski without falling."
229+
type: 4-7
230+
217231
- name: Shuaixing Chen
218232
photo: Shuaixing_Chen.jpg
219233
info: Undergraduate Intern

assets/css/people.css

+12-8
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 1fr 50px 1fr 1fr 50px 1fr 1fr 1fr 1fr 1fr 1fr 50px 1fr 50px 1fr 50px 1fr;
33+
grid-template-rows: 50px 1fr 50px 1fr 1fr 50px 1fr 1fr 50px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 50px 1fr 50px 1fr 50px 1fr;
3434
grid-template-columns: repeat(3, 1fr);
3535
/* Each person gets his/her column */
3636
}
@@ -130,44 +130,48 @@
130130
grid-row: 15 / span 1;
131131
}
132132

133+
.type-4-7 {
134+
grid-row: 16 / span 1;
135+
}
136+
133137
/* Visiting interns */
134138
#row-label-5 {
135-
grid-row: 16 / span 1;
139+
grid-row: 17 / span 1;
136140
grid-column: 1 / span 3;
137141
font-weight: 700;
138142
padding-left: 50px;
139143
}
140144

141145
.type-5-1 {
142-
grid-row: 17 / span 1;
146+
grid-row: 18 / span 1;
143147
}
144148

145149
/* Honorary lab members */
146150
#row-label-6 {
147-
grid-row: 18 / span 1;
151+
grid-row: 19 / span 1;
148152
grid-column: 1 / span 3;
149153
font-weight: 700;
150154
padding-left: 50px;
151155
}
152156

153157
.type-6 {
154-
grid-row: 19 / span 1;
158+
grid-row: 20 / span 1;
155159
}
156160

157161
/* Robots */
158162
#row-label-7 {
159-
grid-row: 20 / span 1;
163+
grid-row: 21 / span 1;
160164
grid-column: 1 / span 3;
161165
font-weight: 700;
162166
padding-left: 50px;
163167
}
164168

165169
.type-7-1 {
166-
grid-row: 21 / span 1;
170+
grid-row: 22 / span 1;
167171
}
168172

169173
.type-7-2 {
170-
grid-row: 22 / span 1;
174+
grid-row: 23 / span 1;
171175
}
172176

173177
/* Lab alumni */

assets/img/team/Alexis_Hao.jpg

136 KB
Loading

assets/img/team/Qi_Chen.jpg

768 KB
Loading

0 commit comments

Comments
 (0)