Skip to content

Commit 8cd897f

Browse files
Merge branch 'master' into use_a_dialog_for_the_large_portrait_card
2 parents 9e02a80 + d93fcd7 commit 8cd897f

File tree

7 files changed

+62
-12
lines changed

7 files changed

+62
-12
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: 21 additions & 1 deletion
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 = [
@@ -535,7 +555,7 @@ export const leadershipTeam = [
535555
onGithub: "true",
536556
onLinkedIn: "true",
537557
onX: "true",
538-
githubLink: "https://github.com/jtpio",
558+
githubLink: "https://github.com/davidbrochart",
539559
LinkedInLink: "https://www.linkedin.com/in/david-brochart-4208721/",
540560
XLink: "https://twitter.com/davidbrochart",
541561
githubName: "@davidbrochart",

src/components/blog/blogpostsDetails.json

Lines changed: 38 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,43 @@
1-
[ {
2-
"url": "https://medium.com/@QuantStack/quantstack-steps-up-to-support-apache-arrow-with-new-dedicated-team-9ddc952f20e2",
3-
"title": "QuantStack Steps Up to Support Apache Arrow with New Dedicated Team",
4-
"image": "/img/blogposts/QuantStack-Steps-Up-to-Support-Apache-Arrow-with-New-Dedicated-Team.png",
5-
"summary": " We are thrilled to announce that QuantStack is starting a new team dedicated to the maintenance and development of Apache Arrow.",
6-
"date": "October 22, 2024",
7-
"authors": "Sylvain Corlay",
8-
"imageID": "blogpost-image-123",
9-
"imageNaturalWidth": 1700,
10-
"imageNaturalHeight": 900,
1+
[
2+
{
3+
"url": "https://blog.jupyter.org/jupyterlite-terminal-edb3f80dc1c0",
4+
"title": "JupyterLite Terminal",
5+
"image": "/img/blogposts/Jupyterlite-Terminal.gif",
6+
"summary": "QuantStack are delighted to announce that we have been working on a new Terminal for JupyterLite.",
7+
"date": "November 13, 2024",
8+
"authors": "Ian Thomas",
9+
"imageID": "blogpost-image-124",
10+
"imageNaturalWidth": 2000,
11+
"imageNaturalHeight": 1200,
1112
"imageRenderedWidth": 273,
12-
"imageRenderedHeight": 144.529411765
13+
"imageRenderedHeight": 163.8
1314
},
15+
{
16+
"url": "https://blog.jupyter.org/automate-your-releases-with-the-jupyter-releaser-701e7b9841e6",
17+
"title": "Automate your releases with the Jupyter Releaser 🚀",
18+
"image": "/img/blogposts/Automate-releases-jupyter-releaser.png",
19+
"summary": "Jupyter Releaser is an automation tool developed by the Jupyter team to streamline and standardize the release process across Jupyter projects.",
20+
"date": "October 28, 2024",
21+
"authors": "Jeremy Tuloup",
22+
"imageID": "blogpost-image-123",
23+
"imageNaturalWidth": 1700,
24+
"imageNaturalHeight": 900,
25+
"imageRenderedWidth": 273,
26+
"imageRenderedHeight": 144.529411765
27+
},
28+
{
29+
"url": "https://medium.com/@QuantStack/quantstack-steps-up-to-support-apache-arrow-with-new-dedicated-team-9ddc952f20e2",
30+
"title": "QuantStack Steps Up to Support Apache Arrow with New Dedicated Team",
31+
"image": "/img/blogposts/QuantStack-Steps-Up-to-Support-Apache-Arrow-with-New-Dedicated-Team.png",
32+
"summary": " We are thrilled to announce that QuantStack is starting a new team dedicated to the maintenance and development of Apache Arrow.",
33+
"date": "October 22, 2024",
34+
"authors": "Sylvain Corlay",
35+
"imageID": "blogpost-image-123",
36+
"imageNaturalWidth": 1700,
37+
"imageNaturalHeight": 900,
38+
"imageRenderedWidth": 273,
39+
"imageRenderedHeight": 144.529411765
40+
},
1441
{
1542
"url": "https://blog.jupyter.org/interactive-mapping-with-ipyopenlayers-2b8bc93bb6c4",
1643
"title": "Interactive Mapping with ipyopenlayers",

static/img/avatars/Raul.png

149 KB
Loading
Loading
Loading
2.18 MB
Loading

0 commit comments

Comments
 (0)