diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a2a3acc..431c9a5f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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$' diff --git a/src/components/about/Team/Ousema.md b/src/components/about/Team/Ousema.md new file mode 100644 index 00000000..dbaf1015 --- /dev/null +++ b/src/components/about/Team/Ousema.md @@ -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. \ No newline at end of file diff --git a/src/components/about/Team/team.ts b/src/components/about/Team/team.ts index 39fc7c9a..f6239b40 100644 --- a/src/components/about/Team/team.ts +++ b/src/components/about/Team/team.ts @@ -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 = [ @@ -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 = [ diff --git a/static/img/avatars/Ousema.png b/static/img/avatars/Ousema.png new file mode 100644 index 00000000..b3df8d5f Binary files /dev/null and b/static/img/avatars/Ousema.png differ diff --git a/static/img/avatars/avatars-jpg/Ousema@2x.jpg b/static/img/avatars/avatars-jpg/Ousema@2x.jpg new file mode 100644 index 00000000..b2b6281e Binary files /dev/null and b/static/img/avatars/avatars-jpg/Ousema@2x.jpg differ