File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
src/components/about/Team Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -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 = [
@@ -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 = [
You can’t perform that action at this time.
0 commit comments