diff --git a/src/components/about/Team/Olivier.md b/src/components/about/Team/Olivier.md new file mode 100644 index 00000000..4141d9ce --- /dev/null +++ b/src/components/about/Team/Olivier.md @@ -0,0 +1,5 @@ +Olivier Giorgis is a Scientific Software Developer at QuantStack. He obtained a Master degree in +Statistics, computer science and digital techniques at Claude Bernard Lyon 1 University. + +Before joining Quanstack, Oliver developed scientific code at several companies in scientific fields +such as molecular chemistry, image processing, and energy. diff --git a/src/components/about/Team/team.ts b/src/components/about/Team/team.ts index cc36e7b1..dae7b5f6 100644 --- a/src/components/about/Team/team.ts +++ b/src/components/about/Team/team.ts @@ -50,6 +50,8 @@ import MeriemMD from "@site/src/components/about/Team/Meriem.md"; import MeriemAvatarUrl from "@site/static/img/avatars/Meriem.png"; import NicolasMD from "@site/src/components/about/Team/Nicolas.md"; import NicolasAvatarUrl from "@site/static/img/avatars/Nicolas.png"; +import OlivierMD from "@site/src/components/about/Team/Olivier.md"; +import OlivierAvatarUrl from "@site/static/img/avatars/Olivier.png"; import OusemaMD from "@site/src/components/about/Team/Ousema.md"; import OusemaAvatarUrl from "@site/static/img/avatars/Ousema.png"; import RaulMD from "@site/src/components/about/Team/Raul.md"; @@ -415,6 +417,18 @@ export const teams = { distinctionLink: [], subTeamName: "coreTeam", BioComponent: GuyMD, + }, + { + completeName: "Olivier Giorgis", + pageName: "OlivierGiorgis", + position: " Scientific Software Development Intern", + GitHubLink: "https://github.com/djangoliv", + GitHubName: "@djangoliv", + avatarUrl: OlivierAvatarUrl, + distinctionTitle: [], + distinctionLink: [], + subTeamName: "coreTeam", + BioComponent: OlivierMD, } ], diff --git a/src/pages/about/OlivierGiorgis.tsx b/src/pages/about/OlivierGiorgis.tsx new file mode 100644 index 00000000..174c05f8 --- /dev/null +++ b/src/pages/about/OlivierGiorgis.tsx @@ -0,0 +1,5 @@ +import LargePortraitCardPage from "@site/src/components/about/LargePortraitCardPage"; + +export default function AboutPage() { + return ; +} diff --git a/static/img/avatars/Olivier.png b/static/img/avatars/Olivier.png new file mode 100644 index 00000000..c41c0cef Binary files /dev/null and b/static/img/avatars/Olivier.png differ