diff --git a/src/components/about/Team/AntoinePrv.md b/src/components/about/Team/AntoinePrv.md new file mode 100644 index 000000000..d73ef441b --- /dev/null +++ b/src/components/about/Team/AntoinePrv.md @@ -0,0 +1,8 @@ +Antoine is a Scientific Software Engineer at Quantstack where he led devlopment efforts on the +[Mamba](https://mamba.readthedocs.io/) package manager, as well as on the +[Xeus-Octave](https://xeus-octave.readthedocs.io) Jupyter kernel and +[Xtensor](https://xtensor.readthedocs.io/). +He obtained a Ph.D. in combinatorial optimization and machine learning from École Polytechnique +de Montréal in 2021 where he worked at the interplay of deep learning and operations research. +During that time, he developed [Ecole](https://www.ecole.ai) a mixed Python/C++ library to ease the +research on the use of machine learning methods for decision making inside mathematical solvers. diff --git a/src/components/about/Team/team.ts b/src/components/about/Team/team.ts index 3828fa67e..bb9aa6679 100644 --- a/src/components/about/Team/team.ts +++ b/src/components/about/Team/team.ts @@ -6,6 +6,8 @@ import AndreasMD from "@site/src/components/about/Team/Andreas.md"; import AndreasAvatarUrl from "@site/static/img/avatars/Andreas.png"; import AntoineMD from "@site/src/components/about/Team/Antoine.md"; import AntoineAvatarUrl from "@site/static/img/avatars/Antoine2.png"; +import AntoinePrvMD from "@site/src/components/about/Team/AntoinePrv.md"; +import AntoinePrvAvatarUrl from "@site/static/img/avatars/AntoinePrv.png"; import AnutoshMD from "@site/src/components/about/Team/Anutosh.md"; import AnutoshAvatarUrl from "@site/static/img/avatars/Anutosh.png"; import ArjunMD from "@site/src/components/about/Team/Arjun.md" @@ -365,6 +367,21 @@ export const coreTeam = [ subTeamName: "coreTeam", BioComponent: RaulMD, }, + { + completeName: "Antoine Prouvost", + firstName: "Antoine", + position: " Scientific Software Developer", + GitHubLink: "https://github.com/AntoinePrv", + LinkedInLink: "https://www.linkedin.com/in/antoine-prouvost-0667b6a4/", + BlueskyLink:"https://bsky.app/profile/antoineprv.bsky.social", + MastodonLink:"", + GitHubName: "@AntoinePrv", + avatarUrl: AntoinePrvAvatarUrl, + distinctionTitle: [], + distinctionLink: [], + subTeamName: "coreTeam", + BioComponent: AntoinePrvMD, + }, ]; export const QSCollaboratorsTeam = [ diff --git a/static/img/avatars/AntoinePrv.png b/static/img/avatars/AntoinePrv.png new file mode 100644 index 000000000..451b50ee7 Binary files /dev/null and b/static/img/avatars/AntoinePrv.png differ diff --git a/static/img/avatars/avatars-jpg/AntoinePrv@2x.jpg b/static/img/avatars/avatars-jpg/AntoinePrv@2x.jpg new file mode 100644 index 000000000..51469a332 Binary files /dev/null and b/static/img/avatars/avatars-jpg/AntoinePrv@2x.jpg differ