Skip to content

Add Ousema to about page #229

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 3 commits into from
Jun 20, 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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
name: Spell Check with Codespell
args:
- '--write-changes'
- '--ignore-words-list=cppp,normale'
- '--ignore-words-list=cppp,normale,honours,modelling'
- '--builtin=en-GB_to_en-US'
# Exclude package-lock.json and all .svg files
exclude: 'package-lock\.json|\.svg$'
3 changes: 3 additions & 0 deletions src/components/about/Team/Ousema.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Ousema is a Scientific Software Development Intern at Quantstack.

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.
16 changes: 16 additions & 0 deletions src/components/about/Team/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ import TrungMD from "@site/src/components/about/Team/Trung.md";
import TrungAvatarUrl from "@site/static/img/avatars/Trung.png";
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";


export const coreTeam = [
Expand Down Expand Up @@ -398,6 +400,20 @@ export const coreTeam = [
subTeamName: "coreTeam",
BioComponent: YahiaMD,
},
{
completeName: "Ousema Bouaneni",
firstName: "Ousema",
position: " Scientific Software Development Intern",
GitHubLink: "https://github.com/ousema-bouaneni",
LinkedInLink:
"https://www.linkedin.com/in/ousema-bouaneni/",
GitHubName: "@ousema-bouaneni",
avatarUrl: OusemaAvatarUrl,
distinctionTitle: [],
distinctionLink: [],
subTeamName: "coreTeam",
BioComponent: OusemaMD,
},
];

export const QSCollaboratorsTeam = [
Expand Down
Binary file added static/img/avatars/Ousema.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.