diff --git a/src/components/about/Team/Raul.md b/src/components/about/Team/Raul.md new file mode 100644 index 000000000..30701a0fd --- /dev/null +++ b/src/components/about/Team/Raul.md @@ -0,0 +1,3 @@ +Raúl Cumplido is a Scientific Software Developer at QuantStack. He holds a Telecommunications Engineering Degree from the Universitat Politècnica de Catalunya (UPC) and a Master's Degree on Project Management and Design. + +Raúl is a maintainer of the Apache Arrow project, a member of the Project Management Committee (PMC), and the Release Manager for the project. He has contributed to several other Open Source projects and initiated the official Spanish translation for the Python documentation. He has also organized multiple conferences, such as EuroPython and PyCon ES, and served as the Python Barcelona meetup organizer. Before joining QuantStack, he worked as a Senior Software Engineer for Voltron Data, YouGov, Crunch.io and Telefonica. diff --git a/src/components/about/Team/team.ts b/src/components/about/Team/team.ts index 7825d2648..731eaff1e 100644 --- a/src/components/about/Team/team.ts +++ b/src/components/about/Team/team.ts @@ -44,6 +44,8 @@ import MeriemMD from "@site/src/components/about/Team/Meriem.md"; import MeriemAvatarUrl from "@site/static/img/avatars/Meriem.png"; import NicolasMD from "@site/src/components/about/Team/Nicolas.md"; import NicolasAvatarUrl from "@site/static/img/avatars/Nicolas.png"; +import RaulMD from "@site/src/components/about/Team/Raul.md"; +import RaulAvatarUrl from "@site/static/img/avatars/Raul.png"; import RomainMD from "@site/src/components/about/Team/Romain.md"; import RomainAvatarUrl from "@site/static/img/avatars/Romain.png"; import SandrineMD from "@site/src/components/about/Team/Sandrine.md"; @@ -402,6 +404,24 @@ export const coreTeam = [ subTeamName: "coreTeam", BioComponent: SandrineMD, }, + { + completeName: "Raúl Cumplido", + firstName: "Raúl", + position: " Scientific Software Developer", + onLinkedIn: "true", + onGithub: "true", + onX: "true", + githubLink: "https://github.com/raulcd", + LinkedInLink: + "https://www.linkedin.com/in/raulcumplido/", + XLink: "https://x.com/raulcumplido", + githubName: "@raulcd", + avatarUrl: RaulAvatarUrl, + distinctionTitle: [], + distinctionLink: [], + subTeamName: "coreTeam", + BioComponent: RaulMD, + }, ]; export const QSCollaboratorsTeam = [ diff --git a/static/img/avatars/Raul.png b/static/img/avatars/Raul.png new file mode 100644 index 000000000..c77a34da7 Binary files /dev/null and b/static/img/avatars/Raul.png differ diff --git a/static/img/avatars/avatars-jpg/Raul@2x.jpg b/static/img/avatars/avatars-jpg/Raul@2x.jpg new file mode 100644 index 000000000..bbb10e39a Binary files /dev/null and b/static/img/avatars/avatars-jpg/Raul@2x.jpg differ