Skip to content

Commit 9b89c8a

Browse files
committed
update research; fix css
1 parent 939428f commit 9b89c8a

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

_data/alumni.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
website: https://tomsilver.github.io/
55
- name: Ben Dodson
66
department: BS/MEng, MechE 2025
7-
job: PhD student, Duke
7+
job: PhD student, Yale
88
website: https://benzen-3.github.io/
99
- name: Giorgi Berndt
1010
department: MEng, CS 2025

_data/research.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- title: "Multimodal Haptic Data Collection"
2+
link: "https://emprise.cs.cornell.edu/clamp/"
3+
ytid: "NS9actomKLQ"
4+
5+
- title: "Robot-assisted Bite Acquisition: SAVOR"
6+
link: "https://emprise.cs.cornell.edu/savor/"
7+
ytid: "ZwYUPf4x_Mw"
8+
9+
- title: "Whole-arm Manipulation: PrioriTouch"
10+
link: "https://emprise.cs.cornell.edu/prioritouch/"
11+
ytid: "TScm-_TItQQ"
12+
113
- title: "Caregiving Dataset: OpenRoboCare"
214
link: "https://emprise.cs.cornell.edu/robo-care/"
315
ytid: "THM9a8eaVnA"

assets/css/people.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
grid-template-columns: repeat(3, 1fr);
4141
/* Faculty: label + 1 row */
4242
/* PhD: label + 3 rows */
43-
/* MS/MEng: label + 2 rows */
43+
/* MS/MEng: label + 1 rows */
4444
/* Undergrad: label + 4 rows */
4545
/* OT: label + 1 row */
4646
/* Robots: label + 3 rows */
4747
grid-template-rows:
4848
50px 1fr
4949
50px 1fr 1fr 1fr
50-
50px 1fr 1fr
50+
50px 1fr
5151
50px 1fr 1fr 1fr 1fr
5252
50px 1fr
5353
50px 1fr 1fr 1fr;

0 commit comments

Comments
 (0)