-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
3,210 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,6 @@ dictionaryDefinitions: | |
addWords: true | ||
dictionaries: | ||
- AIValidation | ||
|
||
ignorePaths: | ||
- '**/*.svg' |
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.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,5 @@ | ||
--- | ||
hide: | ||
- navigation | ||
template: home.html | ||
--- | ||
|
||
# Home | ||
|
||
Here we are documenting the processes and work of the [AI Validation Team](about/team.md) at the [Ministry of the | ||
Interior and Kingdom Relations](https://www.government.nl/ministries/ministry-of-the-interior-and-kingdom-relations) in | ||
The Netherlands. | ||
|
||
We are a team of engineers, UX designers & researchers, and product experts at a policy department. | ||
|
||
We work on the following projects within the _Transparency of Algorithmic Decision making_ scope: | ||
|
||
``` mermaid | ||
graph TB | ||
ak[<a href='https://minbzk.github.io/Algoritmekader/'>Algoritmekader</a>] <--> amt | ||
subgraph amt[<a href='https://amt.prd.apps.digilab.network'>Algorithm Management Toolkit</a>] | ||
tr[<a href='https://minbzk.github.io/task-registry'>Task Registry</a>] --> amp[<a href='https://github.com/MinBZK/amt/'>Algorithm Management Platform</a>] | ||
st[<a href='/ai-validation/projects/amt/reporting-standard/'>Reporting Standard</a>] --> amp | ||
amp <--> ai_act_decision_tree[<a href='https://ai-act-decisiontree.apps.digilab.network'>AI Act Decision Tree</a>] | ||
amp <--> llm[<a href='/ai-validation/projects/llm-benchmarks/'>LLM Benchmark Tooling</a>] | ||
end | ||
amt --> ar[<a href='https://algoritmes.overheid.nl/en/'>The Algorithm Register of the Dutch government</a>] | ||
amt --> or[Other registries] | ||
``` | ||
|
||
## Contribute | ||
|
||
Read our guide on [how to contribute](way-of-working/contributing.md). | ||
|
||
## Contact | ||
|
||
Our [contact details are here](about/contact.md). | ||
# AI Validation Team |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,36 @@ | ||
img.round { | ||
border-radius: 50%; | ||
} | ||
|
||
.rvo-logo { | ||
align-items:center; | ||
display:flex; | ||
flex-direction:row; | ||
gap:10px; | ||
max-width:206px | ||
} | ||
|
||
.rvo-logo__emblem{ | ||
align-self: flex-start; | ||
height:80px; | ||
min-width:40px; | ||
width:40px | ||
} | ||
|
||
.rvo-header__logo-wrapper{ | ||
margin-inline-start:calc(50% - 20px) | ||
} | ||
|
||
.md-header__inner{ | ||
display:flex; | ||
justify-content: space-between; | ||
align-items: flex-start; | ||
} | ||
|
||
.md-header__extra{ | ||
display:flex; | ||
align-items: flex-end; | ||
position: absolute; | ||
position: top: 10px; /* Adjust as needed */ | ||
right: 20%; /* Adjust as needed */; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.