Skip to content

Commit c2c5314

Browse files
Merge pull request #229 from ousema-bouaneni/master
Add Ousema to about page
2 parents 0bc6456 + e5af698 commit c2c5314

File tree

5 files changed

+20
-1
lines changed

5 files changed

+20
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
name: Spell Check with Codespell
1212
args:
1313
- '--write-changes'
14-
- '--ignore-words-list=cppp,normale'
14+
- '--ignore-words-list=cppp,normale,honours,modelling'
1515
- '--builtin=en-GB_to_en-US'
1616
# Exclude package-lock.json and all .svg files
1717
exclude: 'package-lock\.json|\.svg$'

src/components/about/Team/Ousema.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Ousema 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 improving the computational economics library [dyno.py](https://github.com/EconForge/dyno.py) and integrating it into the Jupyter ecosystem.

src/components/about/Team/team.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ import TrungMD from "@site/src/components/about/Team/Trung.md";
6464
import TrungAvatarUrl from "@site/static/img/avatars/Trung.png";
6565
import YahiaMD from "@site/src/components/about/Team/Yahia.md";
6666
import YahiaAvatarUrl from "@site/static/img/avatars/Yahia.png";
67+
import OusemaMD from "@site/src/components/about/Team/Ousema.md";
68+
import OusemaAvatarUrl from "@site/static/img/avatars/Ousema.png";
6769

6870

6971
export const coreTeam = [
@@ -400,6 +402,20 @@ export const coreTeam = [
400402
subTeamName: "coreTeam",
401403
BioComponent: YahiaMD,
402404
},
405+
{
406+
completeName: "Ousema Bouaneni",
407+
firstName: "Ousema",
408+
position: " Scientific Software Development Intern",
409+
GitHubLink: "https://github.com/ousema-bouaneni",
410+
LinkedInLink:
411+
"https://www.linkedin.com/in/ousema-bouaneni/",
412+
GitHubName: "@ousema-bouaneni",
413+
avatarUrl: OusemaAvatarUrl,
414+
distinctionTitle: [],
415+
distinctionLink: [],
416+
subTeamName: "coreTeam",
417+
BioComponent: OusemaMD,
418+
},
403419
];
404420

405421
export const QSCollaboratorsTeam = [

static/img/avatars/Ousema.png

853 KB
Loading
Loading

0 commit comments

Comments
 (0)