@@ -6,6 +6,8 @@ import AndreasMD from "@site/src/components/about/Team/Andreas.md";
6
6
import AndreasAvatarUrl from "@site/static/img/avatars/Andreas.png" ;
7
7
import AntoineMD from "@site/src/components/about/Team/Antoine.md" ;
8
8
import AntoineAvatarUrl from "@site/static/img/avatars/Antoine2.png" ;
9
+ import AntoinePrvMD from "@site/src/components/about/Team/AntoinePrv.md" ;
10
+ import AntoinePrvAvatarUrl from "@site/static/img/avatars/AntoinePrv.png" ;
9
11
import AnutoshMD from "@site/src/components/about/Team/Anutosh.md" ;
10
12
import AnutoshAvatarUrl from "@site/static/img/avatars/Anutosh.png" ;
11
13
import ArjunMD from "@site/src/components/about/Team/Arjun.md"
@@ -365,6 +367,21 @@ export const coreTeam = [
365
367
subTeamName : "coreTeam" ,
366
368
BioComponent : RaulMD ,
367
369
} ,
370
+ {
371
+ completeName : "Antoine Prouvost" ,
372
+ firstName : "Antoine" ,
373
+ position : " Scientific Software Developer" ,
374
+ GitHubLink : "https://github.com/AntoinePrv" ,
375
+ LinkedInLink : "https://www.linkedin.com/in/antoine-prouvost-0667b6a4/" ,
376
+ BlueskyLink :"https://bsky.app/profile/antoineprv.bsky.social" ,
377
+ MastodonLink :"" ,
378
+ GitHubName : "@AntoinePrv" ,
379
+ avatarUrl : AntoinePrvAvatarUrl ,
380
+ distinctionTitle : [ ] ,
381
+ distinctionLink : [ ] ,
382
+ subTeamName : "coreTeam" ,
383
+ BioComponent : AntoinePrvMD ,
384
+ } ,
368
385
] ;
369
386
370
387
export const QSCollaboratorsTeam = [
0 commit comments