diff --git a/_data/team_members.yml b/_data/team_members.yml index 1faf9f9e37f5..a8513d15d276 100644 --- a/_data/team_members.yml +++ b/_data/team_members.yml @@ -214,6 +214,20 @@ bio: "Amber is a sophomore majoring in Electrical and Computer Engineering and minoring in Computer Science. She is interested in assistive robotics and brining about positive change. Outside of academics, she enjoys spending time with friends, eating good food, and playing video games. She also loves playing sports, but doesn't have much time to nowadays. She is open to playing tennis, ping pong, and other fun activities." type: 4-6 +- name: Qi Chen + photo: Qi_Chen.jpg + info: Undergraduate Student + email: qc74 AT cornell dot edu + bio: "Qi is a junior majoring in Computer Science and Electrical Engineering. He enjoys Robotics and wants to make robots that serve people better; he would like to contribute to Robotics with interdisciplinary knowledge and develop robots through both software and hardware fields. When he's not working on school work, you may find him taking photos of landscape around the campus." + type: 4-6 + +- name: Alexis Hao + photo: Alexis_Hao.jpg + info: Undergraduate Student + email: yh826 AT cornell dot edu + bio: "Alexis just graduated from Cornell in May 2024 with a Bachelor's degree in Computer Science and Psychology. Her research interests include learning for robot manipulation and human-robot interaction. Outside of research, you can find her reading about neuroscience and psychology or trying to ski without falling." + type: 4-7 + - name: Shuaixing Chen photo: Shuaixing_Chen.jpg info: Undergraduate Intern diff --git a/assets/css/people.css b/assets/css/people.css index e2a858d617cf..1e20fff76b66 100644 --- a/assets/css/people.css +++ b/assets/css/people.css @@ -30,7 +30,7 @@ .grid-container { display: grid; - grid-template-rows: 50px 1fr 50px 1fr 1fr 50px 1fr 1fr 50px 1fr 1fr 1fr 1fr 1fr 1fr 50px 1fr 50px 1fr 50px 1fr; + grid-template-rows: 50px 1fr 50px 1fr 1fr 50px 1fr 1fr 50px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 50px 1fr 50px 1fr 50px 1fr; grid-template-columns: repeat(3, 1fr); /* Each person gets his/her column */ } @@ -130,44 +130,48 @@ grid-row: 15 / span 1; } +.type-4-7 { + grid-row: 16 / span 1; +} + /* Visiting interns */ #row-label-5 { - grid-row: 16 / span 1; + grid-row: 17 / span 1; grid-column: 1 / span 3; font-weight: 700; padding-left: 50px; } .type-5-1 { - grid-row: 17 / span 1; + grid-row: 18 / span 1; } /* Honorary lab members */ #row-label-6 { - grid-row: 18 / span 1; + grid-row: 19 / span 1; grid-column: 1 / span 3; font-weight: 700; padding-left: 50px; } .type-6 { - grid-row: 19 / span 1; + grid-row: 20 / span 1; } /* Robots */ #row-label-7 { - grid-row: 20 / span 1; + grid-row: 21 / span 1; grid-column: 1 / span 3; font-weight: 700; padding-left: 50px; } .type-7-1 { - grid-row: 21 / span 1; + grid-row: 22 / span 1; } .type-7-2 { - grid-row: 22 / span 1; + grid-row: 23 / span 1; } /* Lab alumni */ diff --git a/assets/img/team/Alexis_Hao.jpg b/assets/img/team/Alexis_Hao.jpg new file mode 100644 index 000000000000..4bd63b21d39a Binary files /dev/null and b/assets/img/team/Alexis_Hao.jpg differ diff --git a/assets/img/team/Qi_Chen.jpg b/assets/img/team/Qi_Chen.jpg new file mode 100644 index 000000000000..100dee42e205 Binary files /dev/null and b/assets/img/team/Qi_Chen.jpg differ