Skip to content

Commit 29fae66

Browse files
committed
update
1 parent 72d8f2b commit 29fae66

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

_data/team_members.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@
113113
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."
114114
type: 3-2
115115

116+
- name: Giorgi Berndt
117+
photo: Giorgi_Berndt.jpg
118+
info: MEng, Computer Science
119+
email: gb449 AT cornell dot edu
120+
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."
121+
type: 3-3
122+
116123
- name: Xiaoyu (Sherry) Liang
117124
photo: sherry.jpg
118125
info: Undergraduate Student
@@ -217,19 +224,12 @@
217224
bio: "Angchen is a junior undergraduate student majoring in Automation at Shanghai Jiao Tong University. His research interests include robot perception and decision-making processes, and he is eager to explore real robot hardware and human-robot interaction (HRI). In his free time, he enjoys playing basketball, singing, and playing chess."
218225
type: 5-1
219226

220-
- name: Yuting Yang
221-
photo: Yuting_Yang.jpg
222-
info: MS, Human-Computer Interaction
223-
email: yutingy AT umich dot edu
224-
bio: "Yuting is pursuing an MS in Human-Computer Interaction at the University of Michigan, building on her solid design foundation from the Savannah College of Art and Design (BFA). With expertise in user experience research, she focuses on creating user-centric designs that seamlessly connect technology and human experience. Her research spans human-computer interaction, human-centered privacy and security, and health technology. Yuting is passionate about how thoughtful design can empower users. With over 10 years of experience in Chinese calligraphy, she blends creativity and precision in her work. Outside of research, Yuting enjoys working out, practicing Pilates, and is aiming to complete a marathon soon."
225-
type: 5-1
226-
227227
- name: Claire Ju
228228
photo: Claire_Ju.jpg
229229
info: Research Intern
230230
email: yj567 AT cornell dot edu
231231
bio: "Claire(Yuanchen) is a research intern at Cornell University. Previously, she was a full-time Research Assistant at Tsinghua University, IIIS. Her research interests primarily lie in 3D Vision and Robot Manipulation."
232-
type: 5-2
232+
type: 5-1
233233

234234
- name: Dr. Katherine Dimitropoulou
235235
photo: katherine.jpeg

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 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 1fr 50px 1fr 1fr 1fr 50px 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
}
@@ -102,28 +102,32 @@
102102
grid-row: 11 / span 1;
103103
}
104104

105+
.type-3-3 {
106+
grid-row: 12 / span 1;
107+
}
108+
105109
/* Undergraduate students */
106110
#row-label-4 {
107-
grid-row: 12 / span 1;
111+
grid-row: 13 / span 1;
108112
grid-column: 1 / span 3;
109113
font-weight: 700;
110114
padding-left: 50px;
111115
}
112116

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

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

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

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

129133
/* .type-4-5 {
@@ -140,17 +144,13 @@
140144

141145
/* Visiting interns */
142146
#row-label-5 {
143-
grid-row: 17 / span 1;
147+
grid-row: 18 / span 1;
144148
grid-column: 1 / span 3;
145149
font-weight: 700;
146150
padding-left: 50px;
147151
}
148152

149153
.type-5-1 {
150-
grid-row: 18 / span 1;
151-
}
152-
153-
.type-5-2 {
154154
grid-row: 19 / span 1;
155155
}
156156

assets/img/team/Giorgi_Berndt.jpg

29.3 KB
Loading

0 commit comments

Comments
 (0)