Skip to content

Commit

Permalink
added Kyucheol, switched Hannah/Ameya on meeting schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
songk42 committed Jan 27, 2025
1 parent 2be6e74 commit 695232f
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 13 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions _data/meetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
month: 01
day: 22
time: 4:00 ET
presenter: Song Kim; Ameya Daigavane
presenter: Song Kim; Hannah Lawrence
location: 36-462

- year: 2025
month: 01
day: 29
time: 4:00 ET
presenter: Max Aalto; Hannah Lawrence
presenter: Max Aalto; Ameya Daigavane
location: 36-462

- year: 2025
Expand Down
44 changes: 34 additions & 10 deletions _data/people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,88 +2,112 @@
email: tsmidt WHERE mit DOT edu
website: https://blondegeek.github.io/
position: Principal Investigator
img_type: jpg
bio: Tess is a physicist obsessed with the geometry of atomic systems. She will use any and all tools to understand it -- from first-principle calculations and neural networks to D&D dice and parameteric computer models. Tess is an Assistant Professor in EECS at MIT and heads the Atomic Architects.
- name: Tricia O'Donnell
email: tricia WHERE mit DOT edu
website: https://www.rle.mit.edu/people/directory/tricia-odonnell/
position: Administrative Assistant
img_type: jpg
bio:
- name: Jigyasa Nigam
email: jnigam WHERE mit DOT edu
website: http://curiosity54.github.io
position: Postdoc, SoE Engineering Excellence Fellow
img_type: jpg
bio:
- name: Ryley McConkey
email: rmcconke WHERE mit DOT edu
website: https://rmcconke.github.io/
position: Postdoc
img_type: jpg
bio:
- name: Yi-Lun Liao
email: ylliao WHERE mit DOT edu
website:
position: PhD Student
img_type: jpg
bio:
- name: Ameya Daigavane
email: ameyad WHERE mit DOT edu
website: https://ameya98.github.io/
position: PhD Student
img_type: jpg
bio:
- name: Adriana Ladera
email: aladera WHERE mit DOT edu
website: https://adrianaladera.github.io/
position: SM Student
img_type: jpg
bio: Helping to yassify the world of materials science one day at a time.
- name: YuQing Xie
email: xyuqing WHERE mit DOT edu
website:
position: PhD Student
img_type: jpg
bio: I have written a truly marvelous bio which this space is too small to contain.
- name: Elyssa Hofgard
email: ehofgard WHERE mit DOT edu
website: https://ehofgard.github.io/
position: PhD Student
img_type: jpg
bio: I'm currently a first year EECS PhD student. I'm from Louisville, Colorado and I did my master's degree and undergrad at Stanford University. I'm excited to use machine learning to help us understand and design physical systems! In my free time, I like to ski, hike, read, and explore Boston!
- name: Allan Costa
email: allanc WHERE mit DOT edu
website:
position: PhD Student
img_type: jpg
bio:
- name: Mit Kotak
email: mkotak WHERE mit DOT edu
website: https://mitkotak.github.io
position: SM Student
img_type: jpg
bio:
- name: Julia Balla
email: jballa WHERE mit DOT edu
website: https://julballa.github.io/
position: PhD Student
img_type: jpg
bio:
- name: Giulianna Hashemi-Asasi
email: ghasasi WHERE mit DOT edu
website: https://www.linkedin.com/in/giulianna-hashemi-asasi-365796216/
position: PhD Student
img_type: jpg
bio:
- name: Max Aalto
email: maxaalto WHERE mit DOT edu
website:
position: PhD Student
img_type: jpg
bio:
- name: Teddy Koker
email: tekoker WHERE mit DOT edu
website: https://teddykoker.com
position: PhD Student
img_type: jpg
- name: Song Kim
email: songk WHERE mit DOT edu
website:
position: MEng Student
img_type: jpg
bio:
- name: Tuong Phung
email: tphung WHERE mit DOT edu
website:
position: MEng Student
img_type: jpg
bio:
- name: Christopher Kolloff
email: kolloff WHERE mit DOT edu
website: https://www.linkedin.com/in/christopher-kolloff-b8990a115/
position: Visiting Student Researcher
img_type: jpg
bio: Christopher is a Molecular Biologist turned Biophysicist turned Computational Scientist interested in studying protein dynamics from all angles imaginable. He is a Fulbright fellow doing a research stint in Tess' lab as part of his PhD program in Sweden, where he works with Simon Olsson.
- name: Jigyasa Nigam
email: jnigam WHERE mit DOT edu
website: http://curiosity54.github.io
position: Postdoc, SoE Engineering Excellence Fellow
bio:
- name: Ryley McConkey
email: rmcconke WHERE mit DOT edu
website: https://rmcconke.github.io/
position: Postdoc
bio:
- name: Kyucheol Min
email: mink202 WHERE mit DOT edu
website:
position: Undergraduate Researcher
img_type: jpg
bio:
Binary file modified assets/.DS_Store
Binary file not shown.
Binary file added assets/img/Kyucheol_Min.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion people.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: People
{% for person in site.data.people %}
{% assign splitname = person.name | split: " " -%}
<div style="width: 170px; height: 270px; display: grid; grid-template-rows: 170px 3em auto 1em; padding: 10px 15px;">
<img src="assets/img/{{splitname | join: '_'}}.jpg" height="170px" style="width: auto;"/>
<img src="assets/img/{{splitname | join: '_'}}.{{person.img_type}}" height="170px" style="width: auto;"/>
<h3 style="margin-bottom: 0;">
<a href="{{person.website}}" title="{{person.bio}}">{{person.name}}</a>
</h3>
Expand Down

0 comments on commit 695232f

Please sign in to comment.