Skip to content

Commit 69e62a7

Browse files
committed
Added Yahia to about page
1 parent 4c95449 commit 69e62a7

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

src/components/about/Team/Yahia.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Yahia is a Scientific Software Development Intern at Quantstack.
2+
3+
He will soon graduate with an engineering degree from IMT Atlantique where he already made some contributions to a few open-source projects.
4+
5+
He is currently contributing to the development of JupyterLite extensions for robotics applications.

src/components/about/Team/team.ts

+18-2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ import ThorstenMD from "@site/src/components/about/Team/Thorsten.md";
6060
import ThorstenAvatarUrl from "@site/static/img/avatars/Thorsten.png";
6161
import TrungMD from "@site/src/components/about/Team/Trung.md";
6262
import 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

6567
export 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

387403
export const QSCollaboratorsTeam = [

static/img/avatars/Yahia.png

473 KB
Loading

0 commit comments

Comments
 (0)