diff --git a/src/components/about/Team/Yahia.md b/src/components/about/Team/Yahia.md new file mode 100644 index 000000000..ee89e9fd9 --- /dev/null +++ b/src/components/about/Team/Yahia.md @@ -0,0 +1,5 @@ +Yahia is a Scientific Software Development Intern at Quantstack. + +He will soon graduate with an engineering degree from IMT Atlantique where he already made some contributions to a few open-source projects. + +He is currently contributing to the development of JupyterLite extensions for robotics applications. \ No newline at end of file diff --git a/src/components/about/Team/team.ts b/src/components/about/Team/team.ts index bb9aa6679..94cde468c 100644 --- a/src/components/about/Team/team.ts +++ b/src/components/about/Team/team.ts @@ -60,6 +60,8 @@ import ThorstenMD from "@site/src/components/about/Team/Thorsten.md"; import ThorstenAvatarUrl from "@site/static/img/avatars/Thorsten.png"; import TrungMD from "@site/src/components/about/Team/Trung.md"; import TrungAvatarUrl from "@site/static/img/avatars/Trung.png"; +import YahiaMD from "@site/src/components/about/Team/Yahia.md"; +import YahiaAvatarUrl from "@site/static/img/avatars/Yahia.png"; export const coreTeam = [ @@ -382,6 +384,20 @@ export const coreTeam = [ subTeamName: "coreTeam", BioComponent: AntoinePrvMD, }, + { + completeName: "Yahia Heni", + firstName: "Yahia", + position: " Scientific Software Development Intern", + GitHubLink: "https://github.com/Yahiewi", + LinkedInLink: + "https://www.linkedin.com/in/yahia-heni/", + GitHubName: "@Yahiewi", + avatarUrl: YahiaAvatarUrl, + distinctionTitle: [], + distinctionLink: [], + subTeamName: "coreTeam", + BioComponent: YahiaMD, + }, ]; export const QSCollaboratorsTeam = [ diff --git a/static/img/avatars/Yahia.png b/static/img/avatars/Yahia.png new file mode 100644 index 000000000..c3290d444 Binary files /dev/null and b/static/img/avatars/Yahia.png differ