Skip to content

Commit cb0cca7

Browse files
Merge pull request #173 from raulcd/add-raul-cumplido
Add Raul to the team
2 parents 8ac8cb8 + 1bdba87 commit cb0cca7

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

src/components/about/Team/Raul.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
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.
2+
3+
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.

src/components/about/Team/team.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ import MeriemMD from "@site/src/components/about/Team/Meriem.md";
4444
import MeriemAvatarUrl from "@site/static/img/avatars/Meriem.png";
4545
import NicolasMD from "@site/src/components/about/Team/Nicolas.md";
4646
import NicolasAvatarUrl from "@site/static/img/avatars/Nicolas.png";
47+
import RaulMD from "@site/src/components/about/Team/Raul.md";
48+
import RaulAvatarUrl from "@site/static/img/avatars/Raul.png";
4749
import RomainMD from "@site/src/components/about/Team/Romain.md";
4850
import RomainAvatarUrl from "@site/static/img/avatars/Romain.png";
4951
import SandrineMD from "@site/src/components/about/Team/Sandrine.md";
@@ -402,6 +404,24 @@ export const coreTeam = [
402404
subTeamName: "coreTeam",
403405
BioComponent: SandrineMD,
404406
},
407+
{
408+
completeName: "Raúl Cumplido",
409+
firstName: "Raúl",
410+
position: " Scientific Software Developer",
411+
onLinkedIn: "true",
412+
onGithub: "true",
413+
onX: "true",
414+
githubLink: "https://github.com/raulcd",
415+
LinkedInLink:
416+
"https://www.linkedin.com/in/raulcumplido/",
417+
XLink: "https://x.com/raulcumplido",
418+
githubName: "@raulcd",
419+
avatarUrl: RaulAvatarUrl,
420+
distinctionTitle: [],
421+
distinctionLink: [],
422+
subTeamName: "coreTeam",
423+
BioComponent: RaulMD,
424+
},
405425
];
406426

407427
export const QSCollaboratorsTeam = [

static/img/avatars/Raul.png

149 KB
Loading
Loading

0 commit comments

Comments
 (0)