-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from UBCMint/megan
neuro and ux subteams
- Loading branch information
Showing
9 changed files
with
88 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,76 @@ | ||
const memberHeadshots = { | ||
"co-captains": ["Priyanshu Mahey.jpg", "Sze Lok Ng.jpg"], | ||
software: [ | ||
"Albert Guo.png", | ||
"Ali Abbas.png", | ||
"Andrew Feng.png", | ||
"Daniel Yoo.png", | ||
"David Kim.jpg", | ||
"Durukan Bütün.png", | ||
"Hassan ElGhayaty.png", | ||
"Jayden Piao.png", | ||
"Jenny Sun.png", | ||
"Karry Jiang.png", | ||
"Megan Ong.png", | ||
"Mona Abusharkh.png", | ||
"Nima.png", | ||
"Parth Sanan.png", | ||
"Patrick Ly.png", | ||
"Peter Lu.png", | ||
"Peter Na.jpg", | ||
"Rachel Chiu.png", | ||
"Sohbat Sandhu.png", | ||
"Tammy Kim.png", | ||
"Trevor Liu.jpg", | ||
], | ||
"deep-learning": [ | ||
"Abhigyan Johori.png", | ||
"Akira Kudo.png", | ||
"Eva Wang.jpeg", | ||
"Gyo-Jin Kang.png", | ||
"Joshua Park.jpg", | ||
"Jun He Cui.png", | ||
"Ore Adeniyi.jpg", | ||
"Sanidhya Singh.png" | ||
], | ||
neuroscience: [ | ||
"Ashley Choo.png", | ||
"Lavanya Shah.png", | ||
"Samantha Chee.png", | ||
"Tarini Rajasekar.png" | ||
], | ||
"signal-processing": ["Athina Law.png", "Owen Gill.png"], | ||
electrical: [ | ||
"Abdel-Rahman AL Faouri.jpg", | ||
"Cameron Fletcher.jpg", | ||
"Emily Choi.jpg", | ||
"Holly MacGillivray.png", | ||
"Jaden Sequeira.png", | ||
"Karina Kumar.jpg", | ||
"Omar Asaker.png", | ||
"Tara Rouhbakhsh.png", | ||
"Udaykaran Madaan.png", | ||
"Reuben Jose.png" | ||
], | ||
mechanical: [ | ||
"Angela Li.png", | ||
"Jack Plant.jpg", | ||
"Jimmy Yang.jpg", | ||
"Karina Kumar.jpg", | ||
"Kriti Verma.jpeg", | ||
"Sofia Cecic.jpg", | ||
"Tiffany Huang.jpg", | ||
"Victor Li.jpg", | ||
"Wesley Lam.jpg", | ||
"William Zhang.jpg", | ||
], | ||
ux: [ | ||
"Angelina Makkar.png", | ||
"Ella Lowe-Ng.png", | ||
"Jessie Megan.png", | ||
"Mariane Olivan.png", | ||
"Sonja Deng.png" | ||
], | ||
}; | ||
|
||
export { memberHeadshots }; | ||
|
||
"co-captains": ["Priyanshu Mahey.jpg", "Sze Lok Ng.jpg"], | ||
software: [ | ||
"Albert Guo.png", | ||
"Ali Abbas.png", | ||
"Andrew Feng.jpg", | ||
"Daniel Yoo.png", | ||
"David Kim.jpg", | ||
"Durukan Bütün.png", | ||
"Hassan ElGhayaty.png", | ||
"Jayden Piao.png", | ||
"Jenny Sun.png", | ||
"Karry Jiang.png", | ||
"Megan Ong.jpeg", | ||
"Mona Abusharkh.png", | ||
"Nima.png", | ||
"Parth Sanan.png", | ||
"Patrick Ly.png", | ||
"Peter Lu.png", | ||
"Peter Na.jpg", | ||
"Rachel Chiu.png", | ||
"Sohbat Sandhu.png", | ||
"Tammy Kim.png", | ||
"Trevor Liu.jpg", | ||
], | ||
"deep-learning": [ | ||
"Abhigyan Johori.png", | ||
"Akira Kudo.jpg", | ||
"Eva Wang.jpeg", | ||
"Gyo-Jin Kang.png", | ||
"Joshua Park.jpg", | ||
"Jun He Cui.png", | ||
"Ore Adeniyi.jpg", | ||
"Sanidhya Singh.png", | ||
], | ||
neuroscience: [ | ||
"Ashley Choo.png", | ||
"Lavanya Shah.png", | ||
"Samantha Chee.png", | ||
"Tarini Rajasekar.png", | ||
], | ||
"signal-processing": ["Athina Law.png", "Owen Gill.png"], | ||
electrical: [ | ||
"Abdel-Rahman AL Faouri.jpg", | ||
"Cameron Fletcher.jpg", | ||
"Emily Choi.jpg", | ||
"Holly MacGillivray.png", | ||
"Jaden Sequeira.png", | ||
"Karina Kumar.jpg", | ||
"Omar Asaker.png", | ||
"Tara Rouhbakhsh.png", | ||
"Udaykaran Madaan.png", | ||
"Reuben Jose.png", | ||
], | ||
mechanical: [ | ||
"Angela Li.png", | ||
"Jack Plant.jpg", | ||
"Jimmy Yang.jpg", | ||
"Karina Kumar.jpg", | ||
"Kriti Verma.jpeg", | ||
"Sofia Cecic.jpg", | ||
"Tiffany Huang.jpg", | ||
"Victor Li.jpg", | ||
"Wesley Lam.jpg", | ||
"William Zhang.jpg", | ||
], | ||
ux: [ | ||
"Angelina Makkar.png", | ||
"Ella Lowe-Ng.png", | ||
"Jessie Megan.png", | ||
"Mariane Olivan.png", | ||
"Sonja Deng.png", | ||
], | ||
}; | ||
|
||
export { memberHeadshots }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters