@@ -46,6 +46,8 @@ import NicolasMD from "@site/src/components/about/Team/Nicolas.md";
46
46
import NicolasAvatarUrl from "@site/static/img/avatars/Nicolas.png" ;
47
47
import RomainMD from "@site/src/components/about/Team/Romain.md" ;
48
48
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" ;
49
51
import SergeMD from "@site/src/components/about/Team/Serge.md" ;
50
52
import SergeAvatarUrl from "@site/static/img/avatars/Serge.png" ;
51
53
import SylvainMD from "@site/src/components/about/Team/Sylvain.md" ;
@@ -381,6 +383,24 @@ export const coreTeam = [
381
383
distinctionLink : [ "https://www.python.org/psf/fellows-roster/" ] ,
382
384
subTeamName : "coreTeam" ,
383
385
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 ,
384
404
} ,
385
405
] ;
386
406
0 commit comments