Skip to content

Add Guy to about page #234

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
Jun 26, 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
3 changes: 3 additions & 0 deletions src/components/about/Team/Guy.md
Original file line number Diff line number Diff line change
@@ -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.
17 changes: 16 additions & 1 deletion src/components/about/Team/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
{
Expand Down Expand Up @@ -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 = [
Expand Down
Binary file added static/img/avatars/Guy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.