Skip to content

Commit 6d297ea

Browse files
Merge pull request #165 from HaudinFlorence/add_Antoine_to_the_team
Add Antoine to the team.
2 parents 88c2942 + 8369866 commit 6d297ea

File tree

6 files changed

+24
-1
lines changed

6 files changed

+24
-1
lines changed

src/components/about/Team/Antoine.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Antoine Pitrou is a senior software developer and the technical lead for the Apache Arrow project at QuantStack.
2+
3+
Antoine is a dedicated contributor to the open source software ecosystem. He is a maintainer of the Apache Arrow project and a member of the Project Management Committee (PMC) for Arrow and Parquet at the Apache Software Foundation. He has also made significant contributions to the Python ecosystem as a core developer of CPython since 2008. Antoine has been a fellow of the Python Software Foundation (PSF) since 2010. Before joining QuantStack, he held various senior technical roles at Voltron Data, Ursa Labs, and Anaconda. Antoine has an Engineering degree from Télécom Paris.

src/components/about/Team/team.ts

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import AnastasiiaMD from "@site/src/components/about/Team/Anastasiia.md";
44
import AnastasiiaAvatarUrl from "@site/static/img/avatars/Anastasiia.png";
55
import AndreasMD from "@site/src/components/about/Team/Andreas.md";
66
import AndreasAvatarUrl from "@site/static/img/avatars/Andreas.png";
7+
import AntoineMD from "@site/src/components/about/Team/Antoine.md";
8+
import AntoineAvatarUrl from "@site/static/img/avatars/Antoine2.png";
79
import AnutoshMD from "@site/src/components/about/Team/Anutosh.md";
810
import AnutoshAvatarUrl from "@site/static/img/avatars/Anutosh.png";
911
import ArjunMD from "@site/src/components/about/Team/Arjun.md"
@@ -362,6 +364,24 @@ export const coreTeam = [
362364
subTeamName: "coreTeam",
363365
BioComponent: ArjunMD,
364366
},
367+
{
368+
completeName: "Antoine Pitrou",
369+
firstName: "Antoine",
370+
position: " Senior Software Developer",
371+
onLinkednIn: "true",
372+
onGithub: "true",
373+
onX: "false",
374+
githubLink: "https://github.com/pitrou",
375+
LinkedInLink:
376+
"https://www.linkedin.com/in/pitrou/?originalSubdomain=fr",
377+
XLink: "",
378+
githubName: "@pitrou",
379+
avatarUrl: AntoineAvatarUrl,
380+
distinctionTitle: ["Python Software Foundation Fellow"],
381+
distinctionLink: ["https://www.python.org/psf/fellows-roster/"],
382+
subTeamName: "coreTeam",
383+
BioComponent: AntoineMD,
384+
},
365385
];
366386

367387
export const QSCollaboratorsTeam = [
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
We created several popular scientific computing packages. XSimd, an unified API for SIMD operations, adopted by projects such as Apache Arrox, FireFox, Kytra, Pythran... Xtensor, a C++ n-dimensional array library with broadcasting and lazy evaluation.
1+
We created several popular scientific computing packages. XSimd, an unified API for SIMD operations, adopted by projects such as Apache Arrow, FireFox, Kytra, Pythran... Xtensor, a C++ n-dimensional array library with broadcasting and lazy evaluation.

static/img/avatars/Antoine.png

27.6 KB
Loading

static/img/avatars/Antoine2.png

23.8 KB
Loading

static/img/avatars/Antoine_full.png

25.8 KB
Loading

0 commit comments

Comments
 (0)