Skip to content

Add Raul to the team #173

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 1 commit into from
Nov 13, 2024
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/Raul.md
Original file line number Diff line number Diff line change
@@ -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.
20 changes: 20 additions & 0 deletions src/components/about/Team/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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 = [
Expand Down
Binary file added static/img/avatars/Raul.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.