Skip to content

Commit f295e46

Browse files
authored
Merge pull request #151 from NGO-Algorithm-Audit/feature/structural_edits
Added pdf on AIA Implementation Tool
2 parents b7d14eb + 574ef1a commit f295e46

File tree

8 files changed

+17
-27
lines changed

8 files changed

+17
-27
lines changed

content/.DS_Store

0 Bytes
Binary file not shown.

content/english/technical-tools/implementation-tool.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ image: /images/svg-illustrations/case_repository.svg
1919

2020
{{< webapp id="webapp" appId="AIActImplementationTool" src="https://ai-documentation.s3.eu-central-1.amazonaws.com/AI-Act-Questionnaire-v1.0.0.js" title="" >}}
2121

22+
{{< embed_pdf url="/pdf-files/technical-tools/AIA-Implementation-Tool/20241118_AI_definition_carrousel.pdf" width_mobile_pdf="12" width_desktop_pdf="6" >}}
23+
2224
<style>
2325
/* Targeting the first direct div inside #AIActImplementationTool */
2426
#AIActImplementationTool > div:first-child {
@@ -69,4 +71,4 @@ image: /images/svg-illustrations/case_repository.svg
6971
white-space: pre-wrap;
7072
word-wrap: break-word;
7173
}
72-
</style>
74+
</style>

content/nederlands/technical-tools/implementation-tool.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
type: regular
3-
title: Documentation for AI-systems
3+
title: Documentation for AI systems
44
subtitle: >
5-
Open-source templates voor modeldocumentatie. Afgestemd op de eisen uit de AI Verordening en Nederlandse soft law kaders, zoals het [Onderzoekskader
5+
Open-source templates voor modeldocumentatie. Afgestemd op de eisen uit de AI
6+
Verordening en Nederlandse soft law kaders, zoals het [Onderzoekskader
67
algoritmes](https://www.rijksoverheid.nl/documenten/rapporten/2023/07/11/onderzoekskader-algoritmes-adr-2023#:~:text=De%20Auditdienst%20Rijk%20heeft%20een,risico's%20beheerst%20\(kunnen\)%20worden.)
78
van de Audit Dienst Rijk, het [Algoritmekader
8-
](https://minbzk.github.io/Algoritmekader/) van het Ministerie van Binnenlandse Zaken en de Impact Assessment Mensenrechten en Algoritmes
9+
](https://minbzk.github.io/Algoritmekader/) van het Ministerie van
10+
Binnenlandse Zaken en de Impact Assessment Mensenrechten en Algoritmes
911
([IAMA](https://www.rijksoverheid.nl/documenten/rapporten/2021/02/25/impact-assessment-mensenrechten-en-algoritmes)).
1012
1113
@@ -17,6 +19,8 @@ image: /images/svg-illustrations/case_repository.svg
1719

1820
{{< webapp id="webapp" appId="AIActImplementationTool" src="https://ai-documentation.s3.eu-central-1.amazonaws.com/AI-Act-Questionnaire-v1.0.0.js" title="" >}}
1921

22+
{{< embed_pdf url="/pdf-files/technical-tools/AIA-Implementation-Tool/20241118_AI_definition_carrousel.pdf" width_desktop_pdf="6" width_mobile_pdf="12" >}}
23+
2024
<style>
2125
/* Targeting the first direct div inside #AIActImplementationTool */
2226
#AIActImplementationTool > div:first-child {
@@ -67,4 +71,4 @@ image: /images/svg-illustrations/case_repository.svg
6771
white-space: pre-wrap;
6872
word-wrap: break-word;
6973
}
70-
</style>
74+
</style>
Binary file not shown.

tina/collections/pages/technical_tools_documentation.ts renamed to tina/collections/pages/technical_tools_AIA_implementation_tool.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
import building_blocks from "../shared/page/building_blocks";
55

66
export default {
7-
name: "technical_tools_documentation",
8-
label: "Technical tools (docs)",
7+
name: "technical_tools_AIA_implementation_tool",
8+
label: "Technical tools (AI Act Implementaion Tool)",
99
path: "content/",
1010
match: {
11-
include: '**/technical-tools/documentation',
11+
include: '**/technical-tools/implementation-tool',
1212
},
1313
fields: building_blocks,
1414
};

tina/collections/pages/technical_tools_documentation_item.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

tina/config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ import knowledge_platform_standards from "./collections/pages/knowledge_platform
2020
import privacy_policy from "./collections/pages/privacy_policy";
2121
import technical_tools_BDT from "./collections/pages/technical_tools_BDT";
2222
import technical_tools_SDG from "./collections/pages/technical_tools_SDG";
23-
import technical_tools_documentation from "./collections/pages/technical_tools_documentation";
24-
import technical_tools_documentation_item from "./collections/pages/technical_tools_documentation_item";
23+
import technical_tools_AIA_implementation_tool from "./collections/pages/technical_tools_AIA_implementation_tool";
2524
// Your hosting provider likely exposes this as an environment variable
2625
const branch =
2726
process.env.HEAD || process.env.VERCEL_GIT_COMMIT_REF || "master";
@@ -51,8 +50,7 @@ export default defineConfig({
5150
algoprudence_how_we_work,
5251
technical_tools_BDT,
5352
technical_tools_SDG,
54-
technical_tools_documentation,
55-
technical_tools_documentation_item,
53+
technical_tools_AIA_implementation_tool,
5654
knowledge_platform_standards,
5755
knowledge_platform_policy_observatory,
5856
knowledge_platform_overview,

tina/tina-lock.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)