Skip to content

Add Antoine to the team. #165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/components/about/Team/Antoine.md
Original file line number Diff line number Diff line change
@@ -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.
20 changes: 20 additions & 0 deletions src/components/about/Team/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion src/components/home/WhatWeDo/topics/Computing.md
Original file line number Diff line number Diff line change
@@ -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.
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.
Binary file added static/img/avatars/Antoine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/avatars/Antoine2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/avatars/Antoine_full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.