Skip to content

Commit 4c95449

Browse files
Merge pull request #223 from AntoinePrv/antoine-prv
Add Antoine Prv
2 parents 7cf46f9 + 66f89b0 commit 4c95449

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

Diff for: src/components/about/Team/AntoinePrv.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Antoine is a Scientific Software Engineer at Quantstack where he led devlopment efforts on the
2+
[Mamba](https://mamba.readthedocs.io/) package manager, as well as on the
3+
[Xeus-Octave](https://xeus-octave.readthedocs.io) Jupyter kernel and
4+
[Xtensor](https://xtensor.readthedocs.io/).
5+
He obtained a Ph.D. in combinatorial optimization and machine learning from École Polytechnique
6+
de Montréal in 2021 where he worked at the interplay of deep learning and operations research.
7+
During that time, he developed [Ecole](https://www.ecole.ai) a mixed Python/C++ library to ease the
8+
research on the use of machine learning methods for decision making inside mathematical solvers.

Diff for: src/components/about/Team/team.ts

+17
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ import AndreasMD from "@site/src/components/about/Team/Andreas.md";
66
import AndreasAvatarUrl from "@site/static/img/avatars/Andreas.png";
77
import AntoineMD from "@site/src/components/about/Team/Antoine.md";
88
import AntoineAvatarUrl from "@site/static/img/avatars/Antoine2.png";
9+
import AntoinePrvMD from "@site/src/components/about/Team/AntoinePrv.md";
10+
import AntoinePrvAvatarUrl from "@site/static/img/avatars/AntoinePrv.png";
911
import AnutoshMD from "@site/src/components/about/Team/Anutosh.md";
1012
import AnutoshAvatarUrl from "@site/static/img/avatars/Anutosh.png";
1113
import ArjunMD from "@site/src/components/about/Team/Arjun.md"
@@ -365,6 +367,21 @@ export const coreTeam = [
365367
subTeamName: "coreTeam",
366368
BioComponent: RaulMD,
367369
},
370+
{
371+
completeName: "Antoine Prouvost",
372+
firstName: "Antoine",
373+
position: " Scientific Software Developer",
374+
GitHubLink: "https://github.com/AntoinePrv",
375+
LinkedInLink: "https://www.linkedin.com/in/antoine-prouvost-0667b6a4/",
376+
BlueskyLink:"https://bsky.app/profile/antoineprv.bsky.social",
377+
MastodonLink:"",
378+
GitHubName: "@AntoinePrv",
379+
avatarUrl: AntoinePrvAvatarUrl,
380+
distinctionTitle: [],
381+
distinctionLink: [],
382+
subTeamName: "coreTeam",
383+
BioComponent: AntoinePrvMD,
384+
},
368385
];
369386

370387
export const QSCollaboratorsTeam = [

Diff for: static/img/avatars/AntoinePrv.png

187 KB
Loading

Diff for: static/img/avatars/avatars-jpg/[email protected]

41.6 KB
Loading

0 commit comments

Comments
 (0)