diff --git a/src/components/about/Team/Guy.md b/src/components/about/Team/Guy.md new file mode 100644 index 000000000..163ea65a0 --- /dev/null +++ b/src/components/about/Team/Guy.md @@ -0,0 +1,3 @@ +Guy is a Scientific Software Development Intern at Quantstack. + +He is studying computer science and mathematics at École Polytechnique and is currently working on [jupyterGIS](https://github.com/geojupyter/jupytergis), a jupyterlab extension for collaborative GIS. diff --git a/src/components/about/Team/team.ts b/src/components/about/Team/team.ts index ef006434f..2c34e46ed 100644 --- a/src/components/about/Team/team.ts +++ b/src/components/about/Team/team.ts @@ -66,7 +66,8 @@ import YahiaMD from "@site/src/components/about/Team/Yahia.md"; import YahiaAvatarUrl from "@site/static/img/avatars/Yahia.png"; import OusemaMD from "@site/src/components/about/Team/Ousema.md"; import OusemaAvatarUrl from "@site/static/img/avatars/Ousema.png"; - +import GuyMD from "@site/src/components/about/Team/Guy.md"; +import GuyAvatarUrl from "@site/static/img/avatars/Guy.png"; export const coreTeam = [ { @@ -416,6 +417,20 @@ export const coreTeam = [ subTeamName: "coreTeam", BioComponent: OusemaMD, }, + { + completeName: "Guy Mushiata Kibulu", + firstName: "Guy", + position: "Scientific Software Development Intern", + GitHubLink: "https://github.com/Gauss-Taylor-Euler", + LinkedInLink: + "https://www.linkedin.com/in/guy-mushiata-kibulu-189646336/", + GitHubName: "@Gauss-Taylor-Euler", + avatarUrl: GuyAvatarUrl, + distinctionTitle: [], + distinctionLink: [], + subTeamName: "coreTeam", + BioComponent: GuyMD, + } ]; export const QSCollaboratorsTeam = [ diff --git a/static/img/avatars/Guy.png b/static/img/avatars/Guy.png new file mode 100755 index 000000000..1cdbe312d Binary files /dev/null and b/static/img/avatars/Guy.png differ diff --git a/static/img/avatars/avatars-jpg/Guy@2x.jpg b/static/img/avatars/avatars-jpg/Guy@2x.jpg new file mode 100755 index 000000000..697ab227f Binary files /dev/null and b/static/img/avatars/avatars-jpg/Guy@2x.jpg differ