Skip to content

Commit 9e02a80

Browse files
Merge branch 'master' into use_a_dialog_for_the_large_portrait_card
2 parents 600a340 + 8ac8cb8 commit 9e02a80

File tree

6 files changed

+32
-3
lines changed

6 files changed

+32
-3
lines changed

src/components/about/Team/Anutosh.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

2-
Anutosh is a Scientific Software Development Intern at QuantStack.
2+
Anutosh is a Scientific Software Developer at QuantStack.
33

4-
He is currently a final-year undergraduate student pursuing an Integrated Dual Degree (Bachelors & Masters) at the Indian Institute of Technology, Madras, specializing in Data Science.
4+
He graduated from the Indian Institute of Technology, Madras in 2024 with an Integrated Dual Degree (Bachelors & Masters) specialized in Data Science.
5+
6+
At QuantStack he's been working on the xeus stack alongside various other projects like xsimd, emscripten-forge etc. He also maintains other projects like SymPy, LPython & LFortran.
57

68
His deep interest lies in Applied Mathematics, Compiler Design, and Numeric/Scientific Computing in general.

src/components/about/Team/Sandrine.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Sandrine is a Scientific Software Engineer at QuantStack.
2+
3+
After studying Mathematics, she taught in France and in the UK. She then moved to Data Science and worked in insurance and finance companies.
4+
5+
She also organises PyData Meetups and conferences.

src/components/about/Team/team.ts

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ import NicolasMD from "@site/src/components/about/Team/Nicolas.md";
4646
import NicolasAvatarUrl from "@site/static/img/avatars/Nicolas.png";
4747
import RomainMD from "@site/src/components/about/Team/Romain.md";
4848
import RomainAvatarUrl from "@site/static/img/avatars/Romain.png";
49+
import SandrineMD from "@site/src/components/about/Team/Sandrine.md";
50+
import SandrineAvatarUrl from "@site/static/img/avatars/Sandrine.png";
4951
import SergeMD from "@site/src/components/about/Team/Serge.md";
5052
import SergeAvatarUrl from "@site/static/img/avatars/Serge.png";
5153
import SylvainMD from "@site/src/components/about/Team/Sylvain.md";
@@ -247,7 +249,7 @@ export const coreTeam = [
247249
{
248250
completeName: "Anutosh Bhat",
249251
firstName: "Anutosh",
250-
position: "Scientific Software Development Intern",
252+
position: "Scientific Software Developer",
251253
onGithub: "true",
252254
onLinkedIn: "true",
253255
onX: "false",
@@ -381,6 +383,24 @@ export const coreTeam = [
381383
distinctionLink: ["https://www.python.org/psf/fellows-roster/"],
382384
subTeamName: "coreTeam",
383385
BioComponent: AntoineMD,
386+
},
387+
{
388+
completeName: "Sandrine Pataut",
389+
firstName: "Sandrine",
390+
position: " Scientific Software Developer",
391+
onLinkedIn: "true",
392+
onGithub: "true",
393+
onX: "true",
394+
githubLink: "https://github.com/SandrineP",
395+
LinkedInLink:
396+
"https://www.linkedin.com/in/sandrinepataut/",
397+
XLink: "https://x.com/SPataut",
398+
githubName: "@SandrineP",
399+
avatarUrl: SandrineAvatarUrl,
400+
distinctionTitle: [],
401+
distinctionLink: [],
402+
subTeamName: "coreTeam",
403+
BioComponent: SandrineMD,
384404
},
385405
];
386406

src/components/home/WhatWeDo/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export function WhatWeDo() {
1313
</div>
1414
<div className={"row flex-full-centered"}>
1515
<h1 className={styles.header}> What we do </h1>
16+
</div>
17+
<div className={"row flex-full-centered"}>
1618
<Topics />
1719
</div>
1820
<div className="row flex-full-centered">

static/img/avatars/Sandrine.png

214 KB
Loading
Loading

0 commit comments

Comments
 (0)