-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Dr. Stefan Wagner and Mr. Jesse Vincent-Herscovici under Program …
…Committee
- Loading branch information
1 parent
c54624c
commit a004882
Showing
1 changed file
with
78 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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", | ||
|
@@ -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() { | ||
|