Skip to content

Added Yahia to the About page #224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/components/about/Team/Yahia.md
Original file line number Diff line number Diff line change
@@ -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.
16 changes: 16 additions & 0 deletions src/components/about/Team/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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 = [
Expand Down
Binary file added static/img/avatars/Yahia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.