Skip to content

Commit

Permalink
Update alumni + track next positions
Browse files Browse the repository at this point in the history
  • Loading branch information
arvind committed Jul 18, 2023
1 parent d9b6195 commit 28a4ecf
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 3 deletions.
44 changes: 42 additions & 2 deletions _data/people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ vineetpa:
name: Vineet Pandey
url: https://vineetp13.github.io/
title: Postdoctoral Researcher
alumni: true
next: Faculty at Utah CS

amyfox:
name: Amy Fox
Expand All @@ -29,24 +31,33 @@ lundgard:
url: https://alanlundgard.com/
title: PhD Researcher (On Leave)
alumni: true
next: Design Consultant

jzong:
name: Jonathan Zong
url: http://jonathanzong.com/
title: PhD Researcher

crystall:
name: Crystal Lee
url: http://web.mit.edu/crystall/www/
title: PhD Researcher
alumni: true
next: Faculty at MIT CMS/W

hsuresh:
name: Harini Suresh
url: http://harinisuresh.com
# title: PhD Researcher
title: Postdoctoral Researcher
title: PhD Researcher
# title: Postdoctoral Researcher
alumni: true
next: Faculty at Brown CS

aboggust:
name: Angie Boggust
url: http://angieboggust.com
title: PhD Researcher

dwootton:
name: Dylan Wootton
url: https://dylanwootton.com
Expand All @@ -60,104 +71,130 @@ jopo:
jonsh:
name: Shuli Jones
title: Master's (MEng) Researcher
alumni: true

benjtang:
name: Benny J. Tang
url: https://benjtang.dev
title: Master's (SM) Researcher
alumni: true

mzc219:
name: Katie Chen
url: https://www.k80chen.com/
title: Master's (SM) Researcher

hbang:
name: Hyemin Bang
title: Master's (MEng) Researcher

esefah:
name: Ebenezer "EJ" Sefah
title: Master's (MEng) Researcher
alumni: true

ktbacher:
name: Katie Bacher
title: Master's (MEng) Researcher
alumni: true

houssam:
name: Houssam Kherraz
title: Master's (MEng) Researcher
alumni: true

nava:
name: Nava Haghighi
url: http://navahaghighi.com
title: Master's (SM) Researcher
alumni: true
next: Stanford CS PhD student

rneogy:
name: Rupayan Neogy
url: http://rneogy.github.io
title: Master's (MEng) Researcher
alumni: true

wso:
name: Wonyoung So
url: https://wonyoung.so/
title: Master's (SM) Researcher
alumni: true
next: MIT DUSP PhD Student

# Undergrads
ipedraza:
name: Isabella Pedraza Pineros
title: Undergraduate Researcher
url: https://61040-fa22.github.io/portfolio-isabellapedraza/

mattblanco:
name: Matt Blanco
title: Undergraduate Researcher
url: https://mattblanco.me
alumni: true

meic1212:
name: Catherine Mei
title: Undergraduate Researcher

annieb22:
name: Annie Bryan
title: Undergraduate Researcher
url: https://anniebryan.github.io
alumni: true

tiffc:
name: Tiffany Chen
title: Undergraduate Researcher
url: http://tiffanychenn.me/
alumni: true

ksiyoung:
name: Siyoung Kim
title: Undergraduate Researcher
url: https://siyoung-kim.github.io/
alumni: true

tanyang:
name: Tanya Yang
title: Undergraduate Researcher
alumni: true

katmh:
name: Katherine Huang
title: Undergraduate Researcher
alumni: true
url: http://katmh.com

monterde:
name: Mateo Monterde
title: Undergraduate Researcher
alumni: true

soominc:
name: Soomin Chun
title: Undergraduate Researcher
alumni: true

annaad:
name: Anna Arpaci-Dusseau
title: Undergraduate Researcher
url: http://annaad.github.io
alumni: true

ajmeurer:
name: Anna Meurer
title: Undergraduate Researcher
alumni: true

allenlee:
name: Allen Lee
url: https://allenjlee.github.io
title: Undergraduate Researcher
alumni: true

gracefh:
name: Grace Huang
title: Undergraduate Researcher
Expand All @@ -168,17 +205,20 @@ jwjang:
title: Research Intern
affiliation: Carnegie Mellon University
alumni: true

sovesh:
name: Sovesh Mohapatra
url: https://www.linkedin.com/in/sovesh/
title: Research Intern
affiliation: University of Massachusetts, Amherst
alumni: true

nicbk:
name: Nicolás Kennedy
title: Research Intern
url: https://nicbk.com/
alumni: true

dhiraj:
name: Dhiraj Barnwal
url: https://djbarnwal.github.io/
Expand Down
8 changes: 7 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,13 @@ home: true
</span>
<span>
<span class="name">{{person[1].name}}</span><br>
<span class="title">{{person[1].title}}</span>
<span class="title">
{{person[1].title}}
{% if person[1].next %}
<br>
&rdca; {{person[1].next}}
{% endif %}
</span>
</span>
</a>
</li>
Expand Down

0 comments on commit 28a4ecf

Please sign in to comment.