diff --git a/src/components/about/Team/Antoine.md b/src/components/about/Team/Antoine.md new file mode 100644 index 000000000..c2cc0ec54 --- /dev/null +++ b/src/components/about/Team/Antoine.md @@ -0,0 +1,3 @@ +Antoine Pitrou is a senior software developer and the technical lead for the Apache Arrow project at QuantStack. + +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. \ No newline at end of file diff --git a/src/components/about/Team/team.ts b/src/components/about/Team/team.ts index 7a8207c97..33434331f 100644 --- a/src/components/about/Team/team.ts +++ b/src/components/about/Team/team.ts @@ -4,6 +4,8 @@ import AnastasiiaMD from "@site/src/components/about/Team/Anastasiia.md"; import AnastasiiaAvatarUrl from "@site/static/img/avatars/Anastasiia.png"; 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 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" @@ -362,6 +364,24 @@ export const coreTeam = [ subTeamName: "coreTeam", BioComponent: ArjunMD, }, + { + completeName: "Antoine Pitrou", + firstName: "Antoine", + position: " Senior Software Developer", + onLinkednIn: "true", + onGithub: "true", + onX: "false", + githubLink: "https://github.com/pitrou", + LinkedInLink: + "https://www.linkedin.com/in/pitrou/?originalSubdomain=fr", + XLink: "", + githubName: "@pitrou", + avatarUrl: AntoineAvatarUrl, + distinctionTitle: ["Python Software Foundation Fellow"], + distinctionLink: ["https://www.python.org/psf/fellows-roster/"], + subTeamName: "coreTeam", + BioComponent: AntoineMD, + }, ]; export const QSCollaboratorsTeam = [ diff --git a/src/components/home/WhatWeDo/topics/Computing.md b/src/components/home/WhatWeDo/topics/Computing.md index 265bd725e..79297a227 100644 --- a/src/components/home/WhatWeDo/topics/Computing.md +++ b/src/components/home/WhatWeDo/topics/Computing.md @@ -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. \ No newline at end of file +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. \ No newline at end of file diff --git a/static/img/avatars/Antoine.png b/static/img/avatars/Antoine.png new file mode 100644 index 000000000..8d1a2859b Binary files /dev/null and b/static/img/avatars/Antoine.png differ diff --git a/static/img/avatars/Antoine2.png b/static/img/avatars/Antoine2.png new file mode 100644 index 000000000..e736e2901 Binary files /dev/null and b/static/img/avatars/Antoine2.png differ diff --git a/static/img/avatars/Antoine_full.png b/static/img/avatars/Antoine_full.png new file mode 100644 index 000000000..81182521a Binary files /dev/null and b/static/img/avatars/Antoine_full.png differ