Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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.
Binary file added static/img/avatars/avatars-jpg/Ousema@2x.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.