@@ -6,6 +6,8 @@ import AndreasMD from "@site/src/components/about/Team/Andreas.md";
66import  AndreasAvatarUrl  from  "@site/static/img/avatars/Andreas.png" ; 
77import  AntoineMD  from  "@site/src/components/about/Team/Antoine.md" ; 
88import  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" ; 
911import  AnutoshMD  from  "@site/src/components/about/Team/Anutosh.md" ; 
1012import  AnutoshAvatarUrl  from  "@site/static/img/avatars/Anutosh.png" ; 
1113import  ArjunMD  from  "@site/src/components/about/Team/Arjun.md" 
@@ -365,6 +367,21 @@ export const coreTeam = [
365367    subTeamName : "coreTeam" , 
366368    BioComponent : RaulMD , 
367369  } , 
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+   } , 
368385] ; 
369386
370387export  const  QSCollaboratorsTeam  =  [ 
0 commit comments