Skip to content

Commit ddf3a90

Browse files
committed
update
1 parent fc57ba0 commit ddf3a90

3 files changed

Lines changed: 9 additions & 16 deletions

File tree

_data/team_members.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,6 @@
209209
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."
210210
type: 4-5
211211

212-
- name: Claire Ju
213-
photo: Claire_Ju.jpg
214-
info: Research Intern
215-
email: yj567 AT cornell dot edu
216-
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."
217-
type: 5-1
218-
219212
- name: Dr. Katherine Dimitropoulou
220213
photo: katherine.jpeg
221214
info: Occupational Therapist

_pages/people.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2 class="row-label" id="row-label-1">Postdoc</h2>
1414
<h2 class="row-label" id="row-label-2">Ph.D. Students</h2>
1515
<h2 class="row-label" id="row-label-3">M.S. & M.Eng. Students</h2>
1616
<h2 class="row-label" id="row-label-4">Undergraduate Students</h2>
17-
<h2 class="row-label" id="row-label-5">Visiting Interns</h2>
17+
<!-- <h2 class="row-label" id="row-label-5">Visiting Interns</h2> -->
1818
<h2 class="row-label" id="row-label-6">OT Collaborator</h2>
1919
<h2 class="row-label" id="row-label-7">Robots</h2>
2020

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 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 50px 1fr;
3434
grid-template-columns: repeat(3, 1fr);
3535
/* Each person gets his/her column */
3636
}
@@ -139,7 +139,7 @@
139139
} */
140140

141141
/* Visiting interns */
142-
#row-label-5 {
142+
/* #row-label-5 {
143143
grid-row: 18 / span 1;
144144
grid-column: 1 / span 3;
145145
font-weight: 700;
@@ -148,34 +148,34 @@
148148
149149
.type-5-1 {
150150
grid-row: 19 / span 1;
151-
}
151+
} */
152152

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

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

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

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

181181
/* Lab alumni */

0 commit comments

Comments
 (0)