Skip to content

Commit 8ac8cb8

Browse files
authoredNov 5, 2024··
Merge pull request #171 from SandrineP/master
adding Sandrine
2 parents 4a7b5b2 + 8d1b853 commit 8ac8cb8

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed
 

‎src/components/about/Team/Sandrine.md

+5
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

+20
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";
@@ -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

‎static/img/avatars/Sandrine.png

214 KB
Loading
34.8 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.