diff --git a/src/components/about/Team/Sandrine.md b/src/components/about/Team/Sandrine.md new file mode 100644 index 000000000..a7a88ced3 --- /dev/null +++ b/src/components/about/Team/Sandrine.md @@ -0,0 +1,5 @@ +Sandrine is a Scientific Software Engineer at QuantStack. + +After studying Mathematics, she taught in France and in the UK. She then moved to Data Science and worked in insurance and finance companies. + +She also organises PyData Meetups and conferences. \ No newline at end of file diff --git a/src/components/about/Team/team.ts b/src/components/about/Team/team.ts index 6d233639f..7825d2648 100644 --- a/src/components/about/Team/team.ts +++ b/src/components/about/Team/team.ts @@ -46,6 +46,8 @@ import NicolasMD from "@site/src/components/about/Team/Nicolas.md"; import NicolasAvatarUrl from "@site/static/img/avatars/Nicolas.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"; +import SandrineAvatarUrl from "@site/static/img/avatars/Sandrine.png"; import SergeMD from "@site/src/components/about/Team/Serge.md"; import SergeAvatarUrl from "@site/static/img/avatars/Serge.png"; import SylvainMD from "@site/src/components/about/Team/Sylvain.md"; @@ -381,6 +383,24 @@ export const coreTeam = [ distinctionLink: ["https://www.python.org/psf/fellows-roster/"], subTeamName: "coreTeam", BioComponent: AntoineMD, + }, + { + completeName: "Sandrine Pataut", + firstName: "Sandrine", + position: " Scientific Software Developer", + onLinkedIn: "true", + onGithub: "true", + onX: "true", + githubLink: "https://github.com/SandrineP", + LinkedInLink: + "https://www.linkedin.com/in/sandrinepataut/", + XLink: "https://x.com/SPataut", + githubName: "@SandrineP", + avatarUrl: SandrineAvatarUrl, + distinctionTitle: [], + distinctionLink: [], + subTeamName: "coreTeam", + BioComponent: SandrineMD, }, ]; diff --git a/static/img/avatars/Sandrine.png b/static/img/avatars/Sandrine.png new file mode 100644 index 000000000..07abffcfe Binary files /dev/null and b/static/img/avatars/Sandrine.png differ diff --git a/static/img/avatars/avatars-jpg/Sandrine@2x.jpg b/static/img/avatars/avatars-jpg/Sandrine@2x.jpg new file mode 100644 index 000000000..0f6446372 Binary files /dev/null and b/static/img/avatars/avatars-jpg/Sandrine@2x.jpg differ