add officer data

This commit is contained in:
chark1es 2024-03-15 20:58:46 -07:00
parent b91ea8da21
commit b546a48905

232
src/data/officers.json Normal file
View file

@ -0,0 +1,232 @@
[
{
"name": "Tasnia Jamal",
"position": "President",
"picture": "/officers/tasnia.jpeg",
"email": "tjamal@ieee.org",
"type": ["Executives"]
},
{
"name": "Brigette Hacia",
"position": "Vice Chair Internal",
"picture": "/officers/brigette.jpg",
"email": "bhacia@ucsd.edu",
"type": ["Executives", "Internal"]
},
{
"name": "Jason Liang",
"position": "Vice Chair Events",
"picture": "/officers/jason.jpg",
"email": "jsliang@ucsd.edu",
"type": ["Executives", "Events"]
},
{
"name": "Yash Puneet",
"position": "Vice Chair Projects",
"picture": "/officers/yash.jpg",
"email": "ypuneet@ucsd.edu",
"type": ["Executives", "Projects"]
},
{
"name": "Matthew Yik",
"position": "Vice Chair Finance",
"picture": "/officers/matthewyik.jpg",
"email": "myik@ucsd.edu",
"type": ["Executives"]
},
{
"name": "Georolyn Ngo",
"position": "Events Coordinator",
"picture": "/officers/temp.png",
"email": "ngngo@ucsd.edu",
"type": ["Executives", "Events"]
},
{
"name": "Sukanya Krishna",
"position": "Events Coordinator",
"picture": "/officers/temp.png",
"email": "sskrishn@ucsd.edu",
"type": ["Executives", "Events"]
},
{
"name": "Daniel Chen",
"position": "Vice Chair External",
"picture": "/officers/daniel.jpg",
"email": "dychen@ucsd.edu"
},
{
"name": "Thanh Nguyen",
"position": "Project Space Chair",
"picture": "/officers/derek.jpg",
"email": "tdn003@ucsd.edu",
"type": ["Projects"]
},
{
"name": "Mustahsin Zarif",
"position": "Robocup Soccer Chair",
"picture": "/officers/mustahsin.jpg",
"email": "mmzarif@ucsd.edu",
"type": ["Projects"]
},
{
"name": "Rohil Kadekar",
"position": "Robocup Soccer Chair",
"picture": "/officers/temp.png",
"email": "rkadekar@ucsd.edu",
"type": ["Projects"]
},
{
"name": "Francisco Gutierrez",
"position": "Supercomputing Chair",
"picture": "/officers/temp.png",
"email": "ffgutierrez@ucsd.edu",
"type": ["Projects"]
},
{
"name": "Rana Singh",
"position": "Quarterly Projects Chair",
"picture": "/officers/temp.png",
"email": "ras010@ucsd.edu",
"type": ["Projects"]
},
{
"name": "Joshua Lapidario",
"position": "Quarterly Projects Chair",
"picture": "/officers/temp.png",
"email": "jlapidar@ucsd.edu",
"type": ["Projects", "Events"]
},
{
"name": "Sankalp Kaushik",
"position": "Professional Chair",
"picture": "/officers/sankalp.jpg",
"email": "sskaushi@ucsd.edu",
"type": ["Events"]
},
{
"name": "Rafaella Gomes",
"position": "Professional Chair",
"picture": "/officers/rafaella.jpg",
"email": "ragomes@ucsd.edu",
"type": ["Events"]
},
{
"name": "Girish Krishnan",
"position": "Technical Chair",
"picture": "/officers/temp.png",
"email": "gikrishnan@ucsd.edu",
"type": ["Events"]
},
{
"name": "Shaun Garcia",
"position": "Technical Chair",
"picture": "/officers/shaun.jpg",
"email": "scgarcia@ucsd.edu",
"type": ["Events"]
},
{
"name": "Devanshi Jain",
"position": "Technical Chair",
"picture": "/officers/devanshi.jpg",
"email": "djain@ucsd.edu",
"type": ["Events"]
},
{
"name": "Kaitlin Calimbahin",
"position": "Technical Chair",
"picture": "/officers/kaitlin.jpg",
"email": "kcalimbahin@ucsd.edu",
"type": ["Events"]
},
{
"name": "Joshua Choi",
"position": "Outreach Chair",
"picture": "/officers/joshua.jpg",
"email": "jmc008@ucsd.edu",
"type": ["Outreach"]
},
{
"name": "Ashlee Young",
"position": "Outreach Chair",
"picture": "/officers/temp.png",
"email": "asy001@ucsd.edu",
"type": ["Outreach", "Events"]
},
{
"name": "Marc Reta",
"position": "Social Chair",
"picture": "/officers/temp.png",
"email": "mreta@ucsd.edu",
"type": ["Events"]
},
{
"name": "Shipra Gudekar",
"position": "Social Chair",
"picture": "/officers/shipra.jpg",
"email": "sgudekar@ucsd.edu",
"type": ["Events"]
},
{
"name": "Lisa Liu",
"position": "Social Chair",
"picture": "/officers/temp.png",
"email": "lil043@ucsd.edu",
"type": ["Events"]
},
{
"name": "Stephanie Xu",
"position": "Creative Director",
"picture": "/officers/stephanie.jpg",
"email": "sxxu@ucsd.edu",
"type": ["Internal", "Media"]
},
{
"name": "Jayendra Mangal",
"position": "Webmaster",
"picture": "/officers/jayendra.jpg",
"email": "jmangal@ucsd.edu",
"type": ["Internal"]
},
{
"name": "Charles Nguyen",
"position": "Webmaster",
"picture": "/officers/temp.png",
"email": "cmn010@ucsd.edu",
"type": ["Internal"]
},
{
"name": "Stella Ji",
"position": "Webmaster",
"picture": "/officers/stella.jpeg",
"email": "seji@ucsd.edu",
"type": ["Internal"]
},
{
"name": "Kevin Chang",
"position": "Marketing Chair",
"picture": "/officers/kevin.jpg",
"email": "kjchang@ucsd.edu",
"type": ["Internal", "Media"]
},
{
"name": "Vuong Bui",
"position": "Marketing Chair",
"picture": "/officers/vuong.jpg",
"email": "v2bui@ucsd.edu",
"type": ["Internal", "Media"]
},
{
"name": "Joyce Zhou",
"position": "Design Chair",
"picture": "/officers/joyce.jpg",
"email": "jiz152@ucsd.edu",
"type": ["Internal"]
},
{
"name": "Kate Zhou",
"position": "Design Chair",
"picture": "/officers/kate.jpg",
"email": "yuz235@ucsd.edu",
"type": ["Internal"]
}
]