updated with new officiers

this is based off the GBM slides
no photos have been added
This commit is contained in:
chark1es 2023-10-23 22:40:38 -07:00
parent fa33fb11e7
commit 24c12b7268

View file

@ -81,10 +81,10 @@ export const SOCIALS_WHITE = [
export const OFFICERS = [ export const OFFICERS = [
{ {
name: "Darin Tsui", name: "Tasnia Jamal",
position: "Chair", position: "President",
photo: "/assets/img/officers/darin.jpg", photo: "/assets/img/officers/tasnia.jpg",
email: "dtsui@ieee.org", email: "",
}, },
{ {
name: "Brigette Hacia", name: "Brigette Hacia",
@ -93,33 +93,69 @@ export const OFFICERS = [
email: "", email: "",
}, },
{ {
name: "Tasnia Jamal", name: "Jason Liang",
position: "Vice Chair Events", position: "Vice Chair Events",
photo: "/assets/img/officers/jason.jpg",
email: "",
},
{
name: "Marc Reta",
position: "Social Chair",
photo: "/assets/img/officers/marc.jpg",
email: "",
},
{
name: "Shipra Gudekar",
position: "Social Chair",
photo: "/assets/img/officers/shipra.jpg",
email: "",
},
{
name: "Lisa Liu",
position: "President",
photo: "/assets/img/officers/tasnia.jpg", photo: "/assets/img/officers/tasnia.jpg",
email: "", email: "",
}, },
{ {
name: "Kevin Chang", name: "Shuan Garcia",
position: "Technical Chairs",
photo: "/assets/img/officers/shaun.jpg",
email: "",
},
{
name: "Girish Krishnan",
position: "Technical Chair",
photo: "/assets/img/officers/girish.jpg",
email: "",
},
{
name: "Rafaella Gomes",
position: "Professional Chair",
photo: "/assets/img/officers/rafaella.jpg",
email: "",
},
{
name: "Sankalp Kaushik",
position: "Professional Chair",
photo: "/assets/img/officers/sankalp.jpg",
email: "",
},
{
name: "Ashlee Young",
position: "Outreach Chair",
photo: "/assets/img/officers/ashlee.jpg",
email: "",
},
{
name: "Joshua Choi",
position: "Outreach Chair",
photo: "/assets/img/officers/joshua.jpg",
email: "",
},
{
name: "Yash Puneet",
position: "Vice Chair Projects", position: "Vice Chair Projects",
photo: "/assets/img/officers/kevin.jpg", photo: "/assets/img/officers/yash.jpg",
email: "",
},
{
name: "Arjun Sampath",
position: "Vice Chair Finance",
photo: "/assets/img/officers/arjun.jpg",
email: "",
},
{
name: "Niklas Chang",
position: "Events Coordinator",
photo: "/assets/img/officers/niklas.jpg",
email: "",
},
{
name: "Tien Vu",
position: "Vice Chair External",
photo: "/assets/img/officers/tien.jpg",
email: "", email: "",
}, },
{ {
@ -129,111 +165,192 @@ export const OFFICERS = [
email: "", email: "",
}, },
{ {
name: "Rafaella Gomes", name: "Joshua Lapidario",
position: "Robocup Chair", position: "Quarterly Projects Chair",
photo: "/assets/img/officers/rafaella.jpg", photo: "/assets/img/officers/joshua.jpg",
email: "", email: "",
}, },
{ {
name: "Yash Puneet", name: "Rana Singh",
position: "Robocup Chair", position: "Quarterly Projects Chair",
photo: "/assets/img/officers/yash.jpg", photo: "/assets/img/officers/rana.jpg",
email: "", email: "",
}, },
{ {
name: "Matthew Mikhailov", name: "Mustahsin Zarif",
position: "Robocup Soccer Chair",
photo: "/assets/img/officers/mustahsin.jpg",
email: "",
},
{
name: "Rohil Kadekar",
position: "Robocup Soccer Chair",
photo: "/assets/img/officers/rohil.jpg",
email: "",
},
{
name: "Francisco Gutierrez",
position: "Supercomputing Chair", position: "Supercomputing Chair",
photo: "/assets/img/officers/matthew.jpg", photo: "/assets/img/officers/francisco.jpg",
email: "",
},
{
name: "Josh Lapidario",
position: "Quarterly Projects Chair",
photo: "/assets/img/officers/josh.jpg",
email: "",
},
{
name: "Sanh Nguyen",
position: "Quarterly Projects Chair",
photo: "/assets/img/officers/sanh.jpg",
email: "",
},
{
name: "Vuong Bui",
position: "Professional Chair",
photo: "/assets/img/officers/vuong.jpg",
email: "",
},
{
name: "Jason Liang",
position: "Professional Chair",
photo: "/assets/img/officers/jason.jpg",
email: "",
},
{
name: "Mohak Vaswani",
position: "Technical Chair",
photo: "/assets/img/officers/mohak.jpg",
email: "",
},
{
name: "Yusuf Morsi",
position: "Technical Chair",
photo: "/assets/img/officers/yusuf.jpg",
email: "",
},
{
name: "Shaun Garcia",
position: "Technical Chair",
photo: "/assets/img/officers/shaun.jpg",
email: "",
},
{
name: "Dennis Liang",
position: "Outreach Chair",
photo: "/assets/img/officers/dennis.jpg",
email: "",
},
{
name: "Daniel Chen",
position: "Outreach Chair",
photo: "/assets/img/officers/daniel.jpg",
email: "",
},
{
name: "Parisa Shahabi",
position: "Social Chair",
photo: "/assets/img/officers/parisa.webp",
email: "",
},
{
name: "Matthew Yik",
position: "Social Chair",
photo: "/assets/img/officers/matthewyik.webp",
email: "",
},
{
name: "Jiliana Tiu",
position: "Webmaster",
photo: "/assets/img/officers/jiliana.jpg",
email: "",
},
{
name: "Raymond Wang",
position: "Webmaster",
photo: "/assets/img/officers/raymond.jpg",
email: "raymond@ucsd.edu",
},
{
name: "Sankalp Kaushik",
position: "PR Chair - Media",
photo: "/assets/img/officers/sankalp.jpg",
email: "",
},
{
name: "Stephanie Xu",
position: "PR Chair - Graphics",
photo: "/assets/img/officers/stephanie.jpg",
email: "", email: "",
}, },
]; ];
// export const OFFICERS_OLD = [
// {
// name: "Darin Tsui",
// position: "Chair",
// photo: "/assets/img/officers/darin.jpg",
// email: "dtsui@ieee.org",
// },
// {
// name: "Brigette Hacia",
// position: "Vice Chair Internal",
// photo: "/assets/img/officers/brigette.jpg",
// email: "",
// },
// {
// name: "Tasnia Jamal",
// position: "Vice Chair Events",
// photo: "/assets/img/officers/tasnia.jpg",
// email: "",
// },
// {
// name: "Kevin Chang",
// position: "Vice Chair Projects",
// photo: "/assets/img/officers/kevin.jpg",
// email: "",
// },
// {
// name: "Arjun Sampath",
// position: "Vice Chair Finance",
// photo: "/assets/img/officers/arjun.jpg",
// email: "",
// },
// {
// name: "Niklas Chang",
// position: "Events Coordinator",
// photo: "/assets/img/officers/niklas.jpg",
// email: "",
// },
// {
// name: "Tien Vu",
// position: "Vice Chair External",
// photo: "/assets/img/officers/tien.jpg",
// email: "",
// },
// {
// name: "Derek Nguyen",
// position: "Project Space Chair",
// photo: "/assets/img/officers/derek.jpg",
// email: "",
// },
// {
// name: "Rafaella Gomes",
// position: "Robocup Chair",
// photo: "/assets/img/officers/rafaella.jpg",
// email: "",
// },
// {
// name: "Yash Puneet",
// position: "Robocup Chair",
// photo: "/assets/img/officers/yash.jpg",
// email: "",
// },
// {
// name: "Matthew Mikhailov",
// position: "Supercomputing Chair",
// photo: "/assets/img/officers/matthew.jpg",
// email: "",
// },
// {
// name: "Josh Lapidario",
// position: "Quarterly Projects Chair",
// photo: "/assets/img/officers/josh.jpg",
// email: "",
// },
// {
// name: "Sanh Nguyen",
// position: "Quarterly Projects Chair",
// photo: "/assets/img/officers/sanh.jpg",
// email: "",
// },
// {
// name: "Vuong Bui",
// position: "Professional Chair",
// photo: "/assets/img/officers/vuong.jpg",
// email: "",
// },
// {
// name: "Jason Liang",
// position: "Professional Chair",
// photo: "/assets/img/officers/jason.jpg",
// email: "",
// },
// {
// name: "Mohak Vaswani",
// position: "Technical Chair",
// photo: "/assets/img/officers/mohak.jpg",
// email: "",
// },
// {
// name: "Yusuf Morsi",
// position: "Technical Chair",
// photo: "/assets/img/officers/yusuf.jpg",
// email: "",
// },
// {
// name: "Shaun Garcia",
// position: "Technical Chair",
// photo: "/assets/img/officers/shaun.jpg",
// email: "",
// },
// {
// name: "Dennis Liang",
// position: "Outreach Chair",
// photo: "/assets/img/officers/dennis.jpg",
// email: "",
// },
// {
// name: "Daniel Chen",
// position: "Outreach Chair",
// photo: "/assets/img/officers/daniel.jpg",
// email: "",
// },
// {
// name: "Parisa Shahabi",
// position: "Social Chair",
// photo: "/assets/img/officers/parisa.webp",
// email: "",
// },
// {
// name: "Matthew Yik",
// position: "Social Chair",
// photo: "/assets/img/officers/matthewyik.webp",
// email: "",
// },
// {
// name: "Jiliana Tiu",
// position: "Webmaster",
// photo: "/assets/img/officers/jiliana.jpg",
// email: "",
// },
// {
// name: "Raymond Wang",
// position: "Webmaster",
// photo: "/assets/img/officers/raymond.jpg",
// email: "raymond@ucsd.edu",
// },
// {
// name: "Sankalp Kaushik",
// position: "PR Chair - Media",
// photo: "/assets/img/officers/sankalp.jpg",
// email: "",
// },
// {
// name: "Stephanie Xu",
// position: "PR Chair - Graphics",
// photo: "/assets/img/officers/stephanie.jpg",
// email: "",
// },
// ];