-
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.
- Loading branch information
1 parent
6ea8d1f
commit 1f6c194
Showing
1 changed file
with
57 additions
and
32 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 |
---|---|---|
|
@@ -11,79 +11,104 @@ const TeamMemberList = [ | |
members: [ | ||
{ | ||
name: "Dr. Julien Crowe", | ||
affiliation: "National Bank of Canada", | ||
position:"Senior Director, Artificial Intelligence Factory ", | ||
place:"National Bank of Canada.", | ||
// affiliation: "National Bank of Canada.", | ||
link:"https://www.linkedin.com/company/banquenationaleducanada/", | ||
linkedin: "juliencrowe", | ||
email: "[email protected]", | ||
has_page: true, | ||
// email: "[email protected]", | ||
// has_page: true, | ||
id: "julien-crowe" | ||
}, | ||
{ | ||
name: "Dr. Marie-Pierre Habas Gerard", | ||
affiliation: "CGI", | ||
position:" Directrice Générale / Chief Executive ", | ||
place:"Confiance IA", | ||
link:"https://www.linkedin.com/company/confianceia/", | ||
// affiliation: "CGI", | ||
linkedin: "marie-pierre-habas-gerard-ph-d-92316111", | ||
email: "[email protected]", | ||
has_page: true, | ||
// email: "[email protected]", | ||
// has_page: true, | ||
id: "marie-pierre-habas-gerard" | ||
}, | ||
{ | ||
name: "Mr. Pierre Dumouchel", | ||
affiliation: "Ivado", | ||
position:" Professeur titulaire (ÉTS) et Directeur transfert technologique ", | ||
place:"Ivado", | ||
link:"https://ivado.ca/en/", | ||
// affiliation: "Ivado", | ||
linkedin: "pierre-dumouchel-472110", | ||
email: "[email protected]", | ||
website: "https://ivado.ca/en/persons/pierre-dumouchel/", | ||
// email: "[email protected]", | ||
// website: "https://ivado.ca/en/persons/pierre-dumouchel/", | ||
id: "pierre-dumouchel", | ||
has_page: false, | ||
// has_page: false, | ||
}, | ||
{ | ||
name: "Mr. Jesse Vincent-Herscovici", | ||
affiliation: "CEO Axelys", | ||
position:" Chief Executive Officer", | ||
place:"CEO Axelys", | ||
link:"https://www.linkedin.com/company/axelysqc/", | ||
// affiliation: "CEO Axelys", | ||
linkedin: "jesse-vincent-herscovici-8b15538", | ||
email: "[email protected]", | ||
// email: "[email protected]", | ||
id: "jesse-vincent-herscovici", | ||
has_page: true, | ||
// has_page: true, | ||
}, | ||
{ | ||
name: "Dr. Lata Narayanan", | ||
affiliation: "Concordia University", | ||
email: "[email protected]", | ||
website: "http://explore.concordia.ca/lata-narayanan", | ||
has_page: false, | ||
// affiliation: "Concordia University", | ||
position:" Professor, Computer Science and Software Engineering ", | ||
place:"Concordia University", | ||
link:"https://www.concordia.ca/", | ||
// email: "[email protected]", | ||
// website: "http://explore.concordia.ca/lata-narayanan", | ||
// has_page: false, | ||
}, | ||
{ | ||
name: "Mr. Derek Truong", | ||
affiliation: "IBM", | ||
position:" Program Director", | ||
place:"IBM.", | ||
link:"https://www.linkedin.com/company/ibm/posts/?feedView=all", | ||
// affiliation: "IBM", | ||
linkedin: "derek-truong-7233b85", | ||
email: "[email protected]", | ||
has_page: true, | ||
// email: "[email protected]", | ||
// has_page: true, | ||
id: "derek-truong" | ||
}, | ||
{ | ||
name: "Mr. Serge Oligny", | ||
//role: "TBD", | ||
affiliation: "Desjardins", | ||
position:" Strategist, Data Valuation", | ||
place:"Desjardins", | ||
link:"https://www.linkedin.com/company/desjardins/", | ||
// affiliation: "Desjardins", | ||
linkedin: "serge-oligny-0778031", | ||
//twitter: "TBD", | ||
// twitter: "TBD", | ||
//email: "TBD", | ||
has_page: true, | ||
// has_page: true, | ||
id: "serge-oligny", | ||
//website: "TBD", | ||
}, | ||
{ | ||
name: "Dr. Stefan Wagner", | ||
role: "Professor", | ||
affiliation: "Technical University of Munich", | ||
//linkedin: "TBD", | ||
position:" Professor", | ||
place:"Technical University of Munich.", | ||
link:"https://www.tum.de/en/", | ||
// affiliation: "Technical University of Munich", | ||
// linkedin: "TBD", | ||
//twitter: "TBD", | ||
email: "[email protected]", | ||
website: "https://www.iste.uni-stuttgart.de/institute/team/Wagner-00017/", | ||
// email: "[email protected]", | ||
// website: "https://www.iste.uni-stuttgart.de/institute/team/Wagner-00017/", | ||
}, | ||
{ | ||
name: "Dr. Liming Zhu", | ||
affiliation: "CSIRO Data61", | ||
position:" Research Director", | ||
place:"CSIRO's Data61", | ||
link:"https://www.linkedin.com/company/csiro'sdata61/", | ||
// affiliation: "", | ||
linkedin: "limingzhu", | ||
twitter: "limingz", | ||
email: "[email protected]", | ||
website: "https://cgi.cse.unsw.edu.au/~limingz/home/?About_Me:Bios", | ||
// email: "[email protected]", | ||
// website: "https://cgi.cse.unsw.edu.au/~limingz/home/?About_Me:Bios", | ||
has_page: false, | ||
}, | ||
], | ||
|