Skip to content

Commit

Permalink
add Dr. Stefan Wagner and Mr. Jesse Vincent-Herscovici under Program …
Browse files Browse the repository at this point in the history
…Committee
  • Loading branch information
Rawan-Abdellatif committed Jul 26, 2024
1 parent c54624c commit a004882
Showing 1 changed file with 78 additions and 41 deletions.
119 changes: 78 additions & 41 deletions src/pages/governance.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,21 @@ const TeamMemberList = [
id: "pierre-dumouchel",
has_page: false,
},
// {
// name: "Mr. Jesse Vincent-Herscovici",
// affiliation: "Mitacs",
// linkedin: "jesse-vincent-herscovici-8b15538",
// email: "[email protected]",
// id: "jesse-vincent-herscovici",
// has_page: true,
// },
{
name: "Mr. Jesse Vincent-Herscovici",
affiliation: "CEO Axelys",
linkedin: "jesse-vincent-herscovici-8b15538",
email: "[email protected]",
id: "jesse-vincent-herscovici",
has_page: true,
},
{
name: "Dr. Lata Narayanan",
affiliation: "Concordia University",
email: "[email protected]",
website: "http://explore.concordia.ca/lata-narayanan",
has_page: false,
},
],
},
{
title: "Steering Committee",
size: "large",
members: [
{
name: "Mr. Derek Truong",
affiliation: "IBM",
Expand All @@ -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: "[email protected]",
// 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: "[email protected]",
website: "https://www.iste.uni-stuttgart.de/institute/team/Wagner-00017/",
},
{
name: "Dr. Liming Zhu",
affiliation: "CSIRO Data61",
Expand All @@ -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: "[email protected]",
// 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: "[email protected]",
// website: "https://www.iste.uni-stuttgart.de/institute/team/Wagner-00017/",
// },
// {
// name: "Dr. Liming Zhu",
// affiliation: "CSIRO Data61",
// linkedin: "limingzhu",
// twitter: "limingz",
// email: "[email protected]",
// 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() {
Expand Down

0 comments on commit a004882

Please sign in to comment.