File tree 3 files changed +21
-0
lines changed
src/components/about/Team
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";
60
60
import ThorstenAvatarUrl from "@site/static/img/avatars/Thorsten.png" ;
61
61
import TrungMD from "@site/src/components/about/Team/Trung.md" ;
62
62
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" ;
63
65
64
66
65
67
export const coreTeam = [
@@ -382,6 +384,20 @@ export const coreTeam = [
382
384
subTeamName : "coreTeam" ,
383
385
BioComponent : AntoinePrvMD ,
384
386
} ,
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
+ } ,
385
401
] ;
386
402
387
403
export const QSCollaboratorsTeam = [
You can’t perform that action at this time.
0 commit comments