Skip to content

Commit ad9372c

Browse files
committed
update
1 parent 8b57c36 commit ad9372c

2 files changed

Lines changed: 13 additions & 36 deletions

File tree

_data/team_members.yml

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@
7070
website: https://zhanxinwu.com/
7171
type: 2-3
7272

73-
- name: Ben Dodson
74-
photo: Ben_Dodson.jpg
75-
info: MEng, Mechanical Engineering
76-
email: bzd4 AT cornell dot edu
77-
bio: "Ben Dodson graduated from Cornell University majoring in Mechanical Engineering and minoring in Computer Science. He is an MEng student in Mechanical Engineering. He is interested in robotic design and construction as well as the integration between hardware and software. In his free time, he likes to rock climb and hang out with friends."
78-
website: ""
79-
type: 3-1
80-
8173
- name: Yunting Yan
8274
photo: Yunting_Yan.jpg
8375
info: MS, Mechanical Engineering
@@ -92,19 +84,12 @@
9284
bio: Shiqin is an MS student in health informatics at Cornell University (Weill Cornell Medicine). She received her first master's degree (Artificial Intelligence Systems) from the National University of Singapore. She received her B.S. in Software Engineering from Dalian University of Technology (China). Outside of academics, she has been passionate about figure skating and has previously served as a teaching assistant for skating classes in some commercial ice rinks in china.
9385
type: 3-1
9486

95-
- name: Karan Baijal
96-
photo: Karan_Baijal.jpg
97-
info: MS, Computer Science
98-
email: kb553 AT cornell dot edu
99-
bio: "Karan graduated from Cornell University majoring in Physics and minoring in CS and MechE. He is currently pursuing a masters in Computer Science, focusing on robotics and machine learning, at Cornell. His research interests lie in the intersection of Robotics, Machine Learning, and Physics. Outside of research and academics, he enjoys reading books, playing soccer, hanging out with friends, listening to music, and doing photography!"
100-
type: 3-2
101-
10287
- name: Xiaoman Yang
10388
photo: Xiaoman_Yang.png
10489
info: MS, Design Technology
10590
email: xy498 AT cornell dot edu
10691
bio: "Xiaoman is an M.S. student in the Design Technology program at Cornell University, with a keen interest in additive manufacturing, structural design, and Arduino. Beyond her academic pursuits, she is passionate about figure skating and is a member of the Cornell University Figure Skating Club."
107-
type: 3-2
92+
type: 3-1
10893

10994
- name: Giorgi Berndt
11095
photo: Giorgi_Berndt.jpg
@@ -113,14 +98,6 @@
11398
bio: "Giorgi is a CS major at Cornell University. He is particularly interested in working on robots having worked on autonomous vehicles and humanoid robotics. In addition, he has an interest in improving healthcare access to those with disabilities and other chronic / severe health issues in the US. Thus, EMPRISE is a natural fit as it allows him to help people with disabilities while pursuing his passion of robotics. Beyond academics, Giorgi is interested in fitness, jiu jitsu, meditation, and spirituality."
11499
type: 3-2
115100

116-
- name: Xiaoyu (Sherry) Liang
117-
photo: sherry.jpg
118-
info: Undergraduate Student
119-
email: xl434 AT cornell dot edu
120-
bio: "Sherry is a Junior studying Electrical and Computer Engineering and minoring in Robotics. She is panning to pursue a PhD in robotics or related fields. She is also a songwriter and the guitarist of Night Espresso band."
121-
website: ""
122-
type: 4-1
123-
124101
- name: Bohan Yang
125102
photo: Bohan_Yang.png
126103
info: Undergraduate Student
@@ -142,7 +119,7 @@
142119
info: Undergraduate Student
143120
email: sls552 AT cornell dot edu
144121
bio: "Sammy Saak is an undergraduate freshman majoring in Computer Science and minoring in Robotics at Cornell University. Her academic interests live in assistive robotics and the integration of robotics into daily life, and she plans to pursue a Ph.D. in a related discipline. Outside of research, she loves reading, photography, and is a member of Cornell University Unmanned Air Systems."
145-
type: 4-2
122+
type: 4-1
146123

147124
- name: Anthony Song
148125
photo: Anthony_Song.jpg
@@ -164,7 +141,7 @@
164141
info: Undergraduate Student
165142
email: jby33 AT cornell dot edu
166143
bio: "Joyce is a sophomore majoring in Computer Science and minoring in Economics. Her interests lie in human-robot interaction and using robots to assist humans with daily living activities in home environments. Outside the lab, Joyce is currently a member of Cornell Data Science, and her hobbies include playing volleyball, watching stand-up comedy, and coding to movie soundtracks."
167-
type: 4-3
144+
type: 4-2
168145

169146
- name: Qiandao Liu
170147
photo: Qiandao_Liu.jpg
@@ -186,7 +163,7 @@
186163
email: arb345 AT cornell dot edu
187164
bio: "Andres Blanco is an undergraduate senior in Mechanical Engineering at Cornell University interested in robotics planning and control. He worked at Amazon Robotics this Spring on serial link arm trajectory generation. Right now he is working on contact-rich planning for robotic arms via the lab."
188165
website: https://www.andres-blanco.com/
189-
type: 4-4
166+
type: 4-3
190167

191168
- name: Shao Stassen
192169
photo: Shao_Stassen.jpg
@@ -207,7 +184,7 @@
207184
info: Undergraduate Student
208185
email: sq225 AT cornell dot edu
209186
bio: "Eric Qiu is an undergraduate sophomore studying in Computer Science and Mathematics. His academic interests primarily lies in the intersection of machine learning and social impact as well as studying the mathematical underpinning of statistical learning. Outside of academics, he enjoys working out, going on random sidequests, and convincing people that he's a regular rock climber."
210-
type: 4-5
187+
type: 4-4
211188

212189
- name: Dr. Katherine Dimitropoulou
213190
photo: katherine.jpeg

assets/css/people.css

Lines changed: 8 additions & 8 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 1fr 50px 1fr 1fr 50px 1fr 1fr 1fr 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 50px 1fr 50px 1fr;
3434
grid-template-columns: repeat(3, 1fr);
3535
/* Each person gets his/her column */
3636
}
@@ -126,9 +126,9 @@
126126
grid-row: 16 / span 1;
127127
}
128128

129-
.type-4-5 {
129+
/* .type-4-5 {
130130
grid-row: 17 / span 1;
131-
}
131+
} */
132132

133133
/* .type-4-6 {
134134
grid-row: 17 / span 1;
@@ -152,30 +152,30 @@
152152

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

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

165165
/* Robots */
166166
#row-label-7 {
167-
grid-row: 20 / span 1;
167+
grid-row: 19 / 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: 21 / span 1;
174+
grid-row: 20 / span 1;
175175
}
176176

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

181181
/* Lab alumni */

0 commit comments

Comments
 (0)