@@ -60,6 +60,8 @@ import ThorstenMD from "@site/src/components/about/Team/Thorsten.md";
6060import ThorstenAvatarUrl from "@site/static/img/avatars/Thorsten.png" ;
6161import TrungMD from "@site/src/components/about/Team/Trung.md" ;
6262import TrungAvatarUrl from "@site/static/img/avatars/Trung.png" ;
63+ import YahiaMD from "@site/src/components/about/Team/Yahia.md" ;
64+ import YahiaAvatarUrl from "@site/static/img/avatars/Yahia.png" ;
6365
6466
6567export const coreTeam = [
@@ -253,8 +255,8 @@ export const coreTeam = [
253255 MastodonLink :"" ,
254256 GitHubName : "@ianthomas23" ,
255257 avatarUrl : IanAvatarUrl ,
256- distinctionTitle : [ "OpenUK Honours List 2025" ] ,
257- distinctionLink : [ "https://openuk.uk/honours /" ] ,
258+ distinctionTitle : [ "OpenUK Honors List 2025" ] ,
259+ distinctionLink : [ "https://openuk.uk/honors /" ] ,
258260 subTeamName : "coreTeam" ,
259261 BioComponent : IanMD ,
260262 } ,
@@ -382,6 +384,20 @@ export const coreTeam = [
382384 subTeamName : "coreTeam" ,
383385 BioComponent : AntoinePrvMD ,
384386 } ,
387+ {
388+ completeName : "Yahia Heni" ,
389+ firstName : "Yahia" ,
390+ position : " Scientific Software Development Intern" ,
391+ GitHubLink : "https://github.com/Yahiewi" ,
392+ LinkedInLink :
393+ "https://www.linkedin.com/in/yahia-heni/" ,
394+ GitHubName : "@Yahiewi" ,
395+ avatarUrl : YahiaAvatarUrl ,
396+ distinctionTitle : [ ] ,
397+ distinctionLink : [ ] ,
398+ subTeamName : "coreTeam" ,
399+ BioComponent : YahiaMD ,
400+ } ,
385401] ;
386402
387403export const QSCollaboratorsTeam = [
0 commit comments