diff --git a/src/pages/governance.js b/src/pages/governance.js index 4c59554c..feb9474c 100644 --- a/src/pages/governance.js +++ b/src/pages/governance.js @@ -34,14 +34,14 @@ const TeamMemberList = [ id: "pierre-dumouchel", has_page: false, }, - // { - // name: "Mr. Jesse Vincent-Herscovici", - // affiliation: "Mitacs", - // linkedin: "jesse-vincent-herscovici-8b15538", - // email: "jvh@mitacs.ca", - // id: "jesse-vincent-herscovici", - // has_page: true, - // }, + { + name: "Mr. Jesse Vincent-Herscovici", + affiliation: "CEO Axelys", + linkedin: "jesse-vincent-herscovici-8b15538", + email: "jvh@mitacs.ca", + id: "jesse-vincent-herscovici", + has_page: true, + }, { name: "Dr. Lata Narayanan", affiliation: "Concordia University", @@ -49,12 +49,6 @@ const TeamMemberList = [ website: "http://explore.concordia.ca/lata-narayanan", has_page: false, }, - ], - }, - { - title: "Steering Committee", - size: "large", - members: [ { name: "Mr. Derek Truong", affiliation: "IBM", @@ -74,15 +68,15 @@ const TeamMemberList = [ id: "serge-oligny", //website: "TBD", }, - // { - // name: "Dr. Stefan Wagner", - // //role: "TBD", - // affiliation: "University of Stuttgart", - // //linkedin: "TBD", - // //twitter: "TBD", - // email: "stefan.wagner@iste.uni-stuttgart.de", - // website: "https://www.iste.uni-stuttgart.de/institute/team/Wagner-00017/", - // }, + { + name: "Dr. Stefan Wagner", + role: "Professor", + affiliation: "Technical University of Munich", + //linkedin: "TBD", + //twitter: "TBD", + email: "stefan.wagner@iste.uni-stuttgart.de", + website: "https://www.iste.uni-stuttgart.de/institute/team/Wagner-00017/", + }, { name: "Dr. Liming Zhu", affiliation: "CSIRO Data61", @@ -92,26 +86,69 @@ const TeamMemberList = [ website: "https://cgi.cse.unsw.edu.au/~limingz/home/?About_Me:Bios", has_page: false, }, - // { - // name: "Dr. Jean-Samuel Chenard", - // role: "TBD", - // affiliation: "TBD", - // linkedin: "TBD", - // twitter: "TBD", - // email: "TBD", - // website: "TBD", - // }, - // { - // name: "Dr. Amanda Rossi", - // role: "TBD", - // affiliation: "TBD", - // linkedin: "TBD", - // twitter: "TBD", - // email: "TBD", - // website: "TBD", - // }, ], }, + // { + // title: "Steering Committee", + // size: "large", + // members: [ + // { + // name: "Mr. Derek Truong", + // affiliation: "IBM", + // linkedin: "derek-truong-7233b85", + // email: "trong@ca.ibm.com", + // has_page: true, + // id: "derek-truong" + // }, + // { + // name: "Mr. Serge Oligny", + // //role: "TBD", + // affiliation: "Desjardins", + // linkedin: "serge-oligny-0778031", + // //twitter: "TBD", + // //email: "TBD", + // has_page: true, + // id: "serge-oligny", + // //website: "TBD", + // }, + // { + // name: "Dr. Stefan Wagner", + // role: "Professor", + // affiliation: "Technical University of Munich", + // //linkedin: "TBD", + // //twitter: "TBD", + // email: "stefan.wagner@iste.uni-stuttgart.de", + // website: "https://www.iste.uni-stuttgart.de/institute/team/Wagner-00017/", + // }, + // { + // name: "Dr. Liming Zhu", + // affiliation: "CSIRO Data61", + // linkedin: "limingzhu", + // twitter: "limingz", + // email: "liming.Zhu@data61.csiro.au", + // website: "https://cgi.cse.unsw.edu.au/~limingz/home/?About_Me:Bios", + // has_page: false, + // }, + // // { + // // name: "Dr. Jean-Samuel Chenard", + // // role: "TBD", + // // affiliation: "TBD", + // // linkedin: "TBD", + // // twitter: "TBD", + // // email: "TBD", + // // website: "TBD", + // // }, + // // { + // // name: "Dr. Amanda Rossi", + // // role: "TBD", + // // affiliation: "TBD", + // // linkedin: "TBD", + // // twitter: "TBD", + // // email: "TBD", + // // website: "TBD", + // // }, + // ], + // }, ]; export default function Governance() {