Skip to content

Commit

Permalink
Add team page (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
anneschuth authored Mar 1, 2024
2 parents 1ad4810 + 1f571f9 commit 323ef19
Show file tree
Hide file tree
Showing 11 changed files with 139 additions and 1 deletion.
122 changes: 122 additions & 0 deletions docs/About/team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
# Our Team

<!-- markdownlint-disable MD030 MD033 -->

<div class="grid cards" markdown>

- ## Robbert Bos

Product Owner

----

![Robbert Bos](../img/robbert_bos.jpeg){: .round }

Robbert has been on a mission for over 15 years to enhance the transparency and collaboration within AI projects.
Before joining this team, he founded several data science and tech companies (partly) dedicated to this cause.
Robbert is passionate about solving complex problems where he connects business needs with technology and involves
others in how these solutions can improve their work.

[:fontawesome-brands-github: robbertbos](https://github.com/robbertbos)

[:fontawesome-brands-linkedin: Robbert Bos](https://www.linkedin.com/in/robbertbos/)

- ## Lucas Haitsma

Researcher in Residence

----

![Lucas Haitsma](../img/lucas.jpeg){: .round }

Lucas is PhD candidate conducting research into the regulation and governance of algorithmic discrimination by
supervision and enforcement organizations.

[:fontawesome-brands-linkedin: Lucas Haitsma](https://www.linkedin.com/in/lucas-h-779375139/)

[:octicons-link-24: rug.nl](https://www.rug.nl/staff/l.m.haitsma/?lang=en)

- ## Berry den Hartog

Engineer

----

![Berry den Hartog](../img/berry.jpeg){: .round }

Berry is a software engineer passionate about problem-solving and system optimization, with expertise in Go,
Python, and C++. Specialized in architecting high-volume data processing systems and implementing Lean-Agile and
DevOps practices. Experienced in managing end-to-end processes from hardware provisioning to software deployment
and release.

[:fontawesome-brands-github: berrydenhartog](https://github.com/berrydenhartog)

[:fontawesome-brands-linkedin: Berry den Hartog](https://www.linkedin.com/in/berry-denhartog)

- ## Anne Schuth

Engineering Manager

----

![Anne Schuth](../img/anne.png){: .round }

Anne used to be a Machine Learning Engineering Manager at Spotify and previously held roles at DPG Media, Blendle,
and Google AI. He holds a PhD from the University of Amsterdam.

[:fontawesome-brands-github: anneschuth](https://github.com/anneschuth)

[:fontawesome-brands-linkedin: Anne Schuth](https://linkedin.com/in/AnneSchuth)

[:octicons-link-24: anneschuth.nl](https://anneschuth.nl)

- ## Willy Tadema

AI Ethics Lead

----

![Willy Tadema](../img/willy.png){: .round }

Willy specializes in data science, ethics-by-design, XAI, fairness in machine learning, ML model risk management,
ML architecture, and MLOps. She's also skilled in R development, data integration, quality management, and geographic
information systems (GIS).

[:fontawesome-brands-github: FrieseWoudloper](https://github.com/FrieseWoudloper)

[:fontawesome-brands-linkedin: Willy Tadema](https://www.linkedin.com/in/willytadema/)

- ## Robbert Uittenbroek

Engineer

----

![Robbert Uittenbroek](../img/robbert_uittenbroek.jpeg){: .round }

Robbert is a highly enthusiastic full-stack engineer with a Bachelor's degree in Computer Science from the Hanze
University of Applied Sciences in Groningen. He is passionate about building secure, compliant, and ethical
solutions, and thrives in collaborative environments. Robbert is eager to leverage his skills and knowledge to
help shape and propel the future of IT within the government.

[:fontawesome-brands-github: uittenbroekrobbert](https://github.com/uittenbroekrobbert)

[:fontawesome-brands-linkedin: Robbert Uittenbroek](https://www.linkedin.com/in/robbert-uittenbroek-48a215/)

- ## Laurens Weijs

Engineer

----

![Laurens Weijs](../img/laurens.jpeg){: .round }

Laurens is a passionate guy with a love for innovation and doing things differently. With a background in
Econometrics and Computer Science he loves to tackle the IT challenges of the Government by helping other people
through extensive knowledge sharing on stage, building neural networks himself, or building a strong community.

[:fontawesome-brands-github: laurensWe](https://github.com/laurensWe)

[:fontawesome-brands-linkedin: Laurens Weijs](https://www.linkedin.com/in/laurensweijs)

</div>
11 changes: 11 additions & 0 deletions docs/Way-of-Working/Onboarding/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Onboarding

Start by setting up your machine:

- [Dev Machine](Dev-machine.md)

Then create your accounts:

- [Accounts](Accounts.md)

Finally, add yourself to our [team page](../../About/team.md).
Binary file added docs/img/anne.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 docs/img/berry.jpeg
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 docs/img/laurens.jpeg
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 docs/img/lucas.jpeg
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 docs/img/robbert_bos.jpeg
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 docs/img/robbert_uittenbroek.jpeg
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 docs/img/willy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
img.round {
border-radius: 50%;
}
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,15 @@ extra:
- icon: fontawesome/brands/github
link: https://github.com/MinBZK/ai-validation

extra_css:
- stylesheets/extra.css

plugins:
- mkdocs-material-adr/adr
- glightbox
- search
- git-revision-date-localized:
enable_creation_date: true
- search

repo_url: https://github.com/MinBZK/ai-validation
edit_uri: edit/main/docs/

0 comments on commit 323ef19

Please sign in to comment.