Skip to content

Commit c39ac56

Browse files
Add Guy to about page
1 parent c2c5314 commit c39ac56

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

src/components/about/Team/Guy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Guy is a Scientific Software Development Intern at Quantstack.
2+
3+
He is studying computer science and mathematics at École Polytechnique and is currently working on [jupytergis](https://github.com/geojupyter/jupytergis) a jupyter lab extension for collaborative GIS.

src/components/about/Team/team.ts

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ import YahiaMD from "@site/src/components/about/Team/Yahia.md";
6666
import YahiaAvatarUrl from "@site/static/img/avatars/Yahia.png";
6767
import OusemaMD from "@site/src/components/about/Team/Ousema.md";
6868
import OusemaAvatarUrl from "@site/static/img/avatars/Ousema.png";
69-
69+
import GuyMD from "@site/src/components/about/Team/Guy.md";
70+
import GuyAvatarUrl from "@site/static/img/avatars/Guy.png";
7071

7172
export const coreTeam = [
7273
{
@@ -416,6 +417,20 @@ export const coreTeam = [
416417
subTeamName: "coreTeam",
417418
BioComponent: OusemaMD,
418419
},
420+
{
421+
completeName: "Guy Mushiata Kibulu",
422+
firstName: "Guy",
423+
position: "Scientific Software Development Intern",
424+
GitHubLink: "https://github.com/Gauss-Taylor-Euler",
425+
LinkedInLink:
426+
"https://www.linkedin.com/in/guy-mushiata-kibulu-189646336/",
427+
GitHubName: "@Gauss-Taylor-Euler",
428+
avatarUrl: GuyAvatarUrl,
429+
distinctionTitle: [],
430+
distinctionLink: [],
431+
subTeamName: "coreTeam",
432+
BioComponent: GuyMD,
433+
}
419434
];
420435

421436
export const QSCollaboratorsTeam = [

static/img/avatars/Guy.png

1.64 MB
Loading
864 KB
Loading

0 commit comments

Comments
 (0)