Skip to content

Commit d03f636

Browse files
committed
up
1 parent dcd2d88 commit d03f636

3 files changed

Lines changed: 14 additions & 37 deletions

File tree

_data/alumni.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- name: Rohan Banerjee
2+
department: PhD, CS 2026
3+
job: Honda Research Institute
4+
website: https://rohanb2018.github.io/
15
- name: Tom Silver
26
department: Postdoc, 2024-25
37
job: Assistant Professor, Princeton

_data/team_members.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@
3030
website: https://sites.google.com/view/ruolin-ye/home
3131
type: 2-1
3232

33-
- name: Rohan Banerjee
34-
photo: rohan.jpeg
35-
info: Ph.D. Student, Computer Science
36-
email: rbb242 AT cornell dot edu
37-
bio: "Rohan is a 4th-year PhD student in the Computer Science department. His research interests lie generally in the area of robust, learning-based sequential decision-making for robotics, with the goal of building learning-based systems that respect human preferences. Outside of research, he likes reading, writing, playing musical instruments, and exploring Ithaca."
38-
website: https://rohanb2018.github.io/
39-
type: 2-2
40-
4133
- name: Zhanxin Wu
4234
photo: Zhanxin_Wu.jpg
4335
info: Ph.D. Student, Computer Science
@@ -153,13 +145,6 @@
153145
type: 3-1
154146

155147

156-
- name: Damita Sara George
157-
photo: damita.JPG
158-
info: Undergraduate Student
159-
email: dg662 AT cornell dot edu
160-
bio: "Damita is a junior majoring in Computer Science with minors in AI and Philosophy. She is passionate about machine learning, robotics, and software engineering in a broader AI context. Outside of academics, she likes reading, watching good shows with friends, and exploring cafes."
161-
type: 4-4
162-
163148
- name: Dohyeok Lee
164149
photo: dohyeok.png
165150
info: Visiting Ph.D. Student

assets/css/people.css

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
50px 1fr
4949
50px 1fr 1fr 1fr
5050
50px 1fr
51-
50px 1fr 1fr 1fr 1fr
51+
50px 1fr 1fr 1fr
5252
50px 1fr
5353
50px 1fr
5454
50px 1fr 1fr 1fr;
@@ -144,64 +144,52 @@
144144
grid-row: 12 / span 1;
145145
}
146146

147-
.type-4-4 {
147+
/* .type-4-4 {
148148
grid-row: 13 / span 1;
149-
}
150-
151-
/* .type-4-5 {
152-
grid-row: 17 / span 1;
153-
} */
154-
155-
/* .type-4-6 {
156-
grid-row: 17 / span 1;
157-
} */
158-
159-
/* .type-4-7 {
160-
grid-row: 18 / span 1;
161149
} */
162150

163151
/* Visiting Ph.D. Students */
164152
#row-label-5 {
165-
grid-row: 14 / span 1;
153+
grid-row: 13 / span 1;
166154
grid-column: 1 / span 3;
167155
font-weight: 700;
168156
padding-left: 50px;
169157
}
170158

171159
.type-5-1 {
172-
grid-row: 15 / span 1;
160+
grid-row: 14 / span 1;
173161
}
174162

175163
/* Honorary lab members */
176164
#row-label-6 {
177-
grid-row: 16 / span 1;
165+
grid-row: 15 / span 1;
178166
grid-column: 1 / span 3;
179167
font-weight: 700;
180168
padding-left: 50px;
181169
}
182170

183171
.type-6 {
184-
grid-row: 17 / span 1;
172+
grid-row: 16 / span 1;
185173
}
186174

187175
/* Robots */
188176
#row-label-7 {
189-
grid-row: 18 / span 1;
177+
grid-row: 17 / span 1;
190178
grid-column: 1 / span 3;
191179
font-weight: 700;
192180
padding-left: 50px;
193181
}
194182

195183
.type-7-1 {
196-
grid-row: 19 / span 1;
184+
grid-row: 18 / span 1;
197185
}
198186

199187
.type-7-2 {
200-
grid-row: 20 / span 1;
188+
grid-row: 19 / span 1;
201189
}
202190

203191
.type-7-3 {
204-
grid-row: 21 / span 1;
192+
grid-row: 20 / span 1;
205193
}
206194

207195
/* Lab alumni */

0 commit comments

Comments
 (0)