Skip to content

Commit 0a85cef

Browse files
authored
Merge pull request #412 from NGO-Algorithm-Audit/feature/20260303
2 parents da41a05 + 7fdf170 commit 0a85cef

8 files changed

Lines changed: 70 additions & 72 deletions

File tree

content/english/technical-tools/eval-gen-ai.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
type: regular
32
title: Evaluation of generative AI
4-
subtitle: >
3+
subtitle: |
54
Overview of Algorithm Audit's expertise pertaining to generative AI.
65
image: /images/technical tools/eval-gen-ai/Kader.png
76
quick_navigation:
87
title: Content overview
98
links:
109
- title: Introduction
11-
url: "#intro"
10+
url: '#intro'
1211
- title: Validation framework
13-
url: "#validation-framework"
12+
url: '#validation-framework'
1413
- title: Development and usage
15-
url: "#development-and-usage"
14+
url: '#development-and-usage'
1615
promo_bar:
17-
- content: "**\U0001F44B Do you want to learn more about Algorithm Audit's expertise on generative AI? Get in [contact](/en/about/contact).**"
16+
- content: "**\U0001F44B Do you want to learn more about Algorithm Audit's expertise on generative AI? Get in [contact](/en/about/contact).**\n"
17+
type: regular
1818
---
1919

2020
{{< promo_bar index="0" >}}
@@ -41,7 +41,7 @@ Soon available in English.
4141

4242
{{< container_open icon="fas fa-terminal" title="Development and usage of validation framework:" id="development-and-usage" >}}
4343

44-
The validation framework 'Responsible use of Large Language Models (LLMs) for public information provision' has been developed in collaboration with the Dutch judiciary, Technical University Eindhoven (TU/e), T&T Data Consultancy and Deloitte. The validation framework is for a large extent inspired on the LLM-pilot [voorrecht-Rechtspraak](https://www.voorrecht-rechtspraak.nl). The project is supported by the program <a href="https://www.sidnfonds.nl/projecten/validatiekader-betrouwbare-llms-voor-publieke-informatievoorziening" target="_blank">‘Responsible AI in de praktijk'</a> of the SIDN Fund and TopSectorICT.
44+
The validation framework 'Responsible use of Large Language Models (LLMs) for public information provision' has been developed in collaboration with the Dutch judiciary, Technical University Eindhoven (TU/e), T\&T Data Consultancy and Deloitte. The validation framework is for a large extent inspired on the LLM-pilot [voorrecht-Rechtspraak](https://www.voorrecht-rechtspraak.nl). The project is supported by the program <a href="https://www.sidnfonds.nl/projecten/validatiekader-betrouwbare-llms-voor-publieke-informatievoorziening" target="_blank">‘Responsible AI in de praktijk'</a> of the SIDN Fund and TopSectorICT.
4545

4646
The Validation framework is published under the CC BY-4.0 license.
4747

content/nederlands/technical-tools/eval-gen-ai.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
type: regular
32
title: Evaluatie van generatieve AI
4-
subtitle: >
3+
subtitle: |
54
Overzicht van Algorithm Audit's expertise met betrekking tot generatieve AI.
65
image: /images/technical tools/eval-gen-ai/Kader.png
76
quick_navigation:
@@ -14,7 +13,8 @@ quick_navigation:
1413
- title: Ontwikkeling en gebruik
1514
url: "#development-and-usage"
1615
promo_bar:
17-
- content: "**\U0001F44B Wil je meer weten over Algorithm Audit's expertise over generatieve AI? Stuur een [bericht](/nl/about/contact).**"
16+
- content: "**\U0001F44B Wil je meer weten over Algorithm Audit's expertise over generatieve AI? Stuur een [bericht](/nl/about/contact).**\n"
17+
type: regular
1818
---
1919

2020
{{< promo_bar index="0" >}}
@@ -38,7 +38,8 @@ Algorithm Audit heeft diverse expertise over het evalueren van generatieve AI. W
3838
<!-- Ontwikkeling en gebruik -->
3939

4040
{{< container_open icon="fas fa-terminal" title="Ontwikkeling en gebruik van validatiekader:" id="development-and-usage" >}}
41-
Het validatiekader 'Verantwoord gebruik van Large Language Models (LLM's) voor publieke informatievoorziening' is ontwikkeld in samenwerking met de Rechtspraak, de Technische Universiteit Eindhoven (TU/e), T&T Data Consultancy en Deloitte. Het validatiekader is voor een groot deel gebaseerd op de LLM-pilot <a href="https://www.voorrecht-rechtspraak.nl" target="_blank">voorrecht-Rechtspraak</a>. Het project wordt ondersteund door het programma <a href="https://www.sidnfonds.nl/projecten/validatiekader-betrouwbare-llms-voor-publieke-informatievoorziening" target="_blank">'Responsible AI in de praktijk'</a> van het SIDN Fonds en TopSectorICT.
41+
42+
Het validatiekader 'Verantwoord gebruik van Large Language Models (LLM's) voor publieke informatievoorziening' is ontwikkeld in samenwerking met de Rechtspraak, de Technische Universiteit Eindhoven (TU/e), T\&T Data Consultancy en Deloitte. Het validatiekader is voor een groot deel gebaseerd op de LLM-pilot <a href="https://www.voorrecht-rechtspraak.nl" target="_blank">voorrecht-Rechtspraak</a>. Het project wordt ondersteund door het programma <a href="https://www.sidnfonds.nl/projecten/validatiekader-betrouwbare-llms-voor-publieke-informatievoorziening" target="_blank">'Responsible AI in de praktijk'</a> van het SIDN Fonds en TopSectorICT.
4243

4344
Het validatiekader is gepubliceerd onder de CC BY-4.0 licentie.
4445

layouts/partials/landingpage/activityfeed.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!-- Activity Feed -->
22
{{ with .Params.Activity_Feed}}
33
<!-- Featured activities -->
4+
{{ if .featured_activities}}
45
<section class="activitifeed-section pb-5 mt-5" id="featured">
56
<div class="container border-bottom-gradient rounded-lg" style="background-color:#deecf7;">
67
<div class="row align-items-center">
@@ -70,9 +71,10 @@ <h3 class="mb-2" style="color: #005aa7;">{{$item.title}}</h3>
7071
</div>
7172
</div>
7273
</section>
74+
{{ end }}
7375
<!-- /Featured Activities -->
74-
7576
<!-- Items -->
77+
{{ if .activities }}
7678
<section class="activitifeed-section pt-5 mt-2" id="events">
7779
<div class="container border-bottom-gradient rounded-lg" style="background-color:#deecf7;">
7880
<div class="row align-items-center">
@@ -135,6 +137,7 @@ <h4 class="my-4 ml-4 color-blue">
135137
</div>
136138
</div>
137139
</section>
140+
{{ end}}
138141
<!-- /Items -->
139142
{{ end }}
140143
<!-- /Activity Feed -->

layouts/shortcodes/image.html

Lines changed: 18 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -10,63 +10,22 @@
1010
{{ $width_mobile = .Get "width_mobile" }}
1111
{{ end }}
1212

13-
{{ if .Get "image3" }}
1413
<div class="row mb-5 align-items-center" id={{ .Get "id" }}>
15-
<!-- image1 -->
16-
{{ $image1 := .Get "image1" | relURL }}
17-
{{ $alt1 := .Get "alt1" | relURL }}
18-
{{ $caption1 := .Get "caption1" | relURL }}
19-
<div class="col-lg-{{ $width_desktop }} col-{{ $width_mobile }} center-block ">
20-
{{ if .Get "link1" }}
21-
<a href={{ .Get "link1" }} target="_blank">
22-
{{ end }}
23-
<img src={{ .Get "image1" }} alt={{ .Get "alt1" }} title={{ .Get "caption1" }}> </img>
24-
{{ if .Get "link1" }}
25-
</a>
26-
{{ end }}
27-
</div>
28-
<!-- /image1 -->
29-
<!-- image2 -->
30-
{{ $image2 := .Get "image2" | relURL }}
31-
{{ $alt2 := .Get "alt2" | relURL }}
32-
{{ $caption2 := .Get "caption2" | relURL }}
33-
<div class="col-lg-{{ $width_desktop }} col-{{ $width_mobile }} center-block ">
34-
{{ if .Get "link2" }}
35-
<a href={{ .Get "link2" }} target="_blank">
36-
{{ end }}
37-
<img src={{ .Get "image2" }} alt={{ .Get "alt2" }} title={{ .Get "caption2" }}> </img>
38-
{{ if .Get "link2" }}
39-
</a>
40-
{{ end }}
41-
</div>
42-
<!-- /image2 -->
43-
<!-- image3 -->
44-
{{ $image3 := .Get "image3" | relURL }}
45-
{{ $alt3 := .Get "alt3" | relURL }}
46-
{{ $caption3 := .Get "caption3" | relURL }}
47-
<div class="col-lg-{{ $width_desktop }} col-{{ $width_mobile }} center-block ">
48-
{{ if .Get "link3" }}
49-
<a href={{ .Get "link3" }} target="_blank">
50-
{{ end }}
51-
<img src={{ .Get "image3" }} alt={{ .Get "alt3" }} title={{ .Get "caption3" }}> </img>
52-
{{ if .Get "link3" }}
53-
</a>
54-
{{ end }}
55-
</div>
56-
<!-- /image3 -->
57-
<!-- image4 -->
58-
{{ $image4 := .Get "image4" | relURL }}
59-
{{ $alt4 := .Get "alt4" | relURL }}
60-
{{ $caption4 := .Get "caption4" | relURL }}
61-
<div class="col-lg-{{ $width_desktop }} col-{{ $width_mobile }} center-block ">
62-
{{ if .Get "link4" }}
63-
<a href={{ .Get "link4" }} target="_blank">
64-
{{ end }}
65-
<img src={{ .Get "image4" }} alt={{ .Get "alt4" }} title={{ .Get "caption4" }}> </img>
66-
{{ if .Get "link4" }}
67-
</a>
68-
{{ end }}
69-
</div>
70-
<!-- /image4 -->
71-
</div>
72-
{{ end }}
14+
{{ range (seq 1 4)}}
15+
{{ if $.Get (print "image" .) }}
16+
{{ $image := $.Get (print "image" .) | relURL }}
17+
{{ $alt := $.Get (print "alt" .) | relURL }}
18+
{{ $caption := $.Get (print "caption" .) | relURL }}
19+
{{ $link := $.Get (print "link" .) | relURL }}
20+
<div class="col-lg-{{ $width_desktop }} col-{{ $width_mobile }} center-block ">
21+
{{ if $link }}
22+
<a href={{ $link }} target="_blank">
23+
{{ end }}
24+
<img src={{ $image }} alt={{ $alt }} title={{ $caption }}> </img>
25+
{{ if $link }}
26+
</a>
27+
{{ end }}
28+
</div>
29+
{{ end }}
30+
{{ end }}
31+
</div>

tina/collections/pages/home.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ export default {
198198
description: "tag",
199199
},
200200
],
201+
description: "Leave empty to hide the featured activities",
201202
},
202203
{
203204
label: "View more featured button text",
@@ -271,6 +272,7 @@ export default {
271272
],
272273
},
273274
],
275+
description: "Leave empty to hide the activities",
274276
},
275277
{
276278
label: "View more items button text",
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/**
2+
* @type {import('tinacms').Collection}
3+
*/
4+
import { TinaField } from "tinacms";
5+
import building_blocks from "../shared/page/building_blocks";
6+
7+
let specific_fields: TinaField[] = [
8+
{
9+
name: "type",
10+
type: "string",
11+
label: "Type",
12+
description: "Needed to load the specific css",
13+
required: true,
14+
options: [
15+
{
16+
value: "bias-detection-tool",
17+
label: "bias detection tool",
18+
},
19+
],
20+
},
21+
];
22+
export default {
23+
name: "technical_tools_EvalGenAi",
24+
label: "Technical tools (EvalGenAi)",
25+
path: "content/",
26+
match: {
27+
include: "**/technical-tools/eval-gen-ai",
28+
},
29+
fields: building_blocks.concat(specific_fields),
30+
};

tina/config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ import privacy_policy from "./collections/pages/privacy_policy";
2222
import sublandingpage from "./collections/pages/sublandingpage";
2323
import technical_tools_AIA_implementation_tool from "./collections/pages/technical_tools_AIA_implementation_tool";
2424
import technical_tools_BDT from "./collections/pages/technical_tools_BDT";
25+
import technical_tools_EvalGenAi from "./collections/pages/technical_tools_EvalGenAi";
2526
import technical_tools_SDG from "./collections/pages/technical_tools_SDG";
27+
2628
// Your hosting provider likely exposes this as an environment variable
2729
const branch =
2830
process.env.HEAD || process.env.VERCEL_GIT_COMMIT_REF || "master";
@@ -54,6 +56,7 @@ export default defineConfig({
5456
technical_tools_BDT,
5557
technical_tools_SDG,
5658
technical_tools_AIA_implementation_tool,
59+
technical_tools_EvalGenAi,
5760
knowledge_platform_standards,
5861
knowledge_platform_policy_observatory,
5962
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)