generated from Logius-standaarden/ReSpec-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.js
83 lines (78 loc) · 2.77 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
let respecConfig = {
// Config parameters
useLogo: true,
useLabel: true,
license: "cc0",
specStatus: "cv",
specType: "ST",
pubDomain: "ronl",
// shortName = Repository name
shortName: "Algoritmeregister-Publicatiestandaard",
publishDate: "2024-11-29",
publishVersion: "1.0.10",
previousPublishVersion: "1.0.7",
previousPublishDate: "2024-05-28",
previousMaturity: "cv",
title: "Algoritmeregister Publicatiestandaard ",
subtitle:
"Bevat de publicatiestandaard van het Algoritmeregister. Het is bedoeld om overheidsorganisaties te helpen bij het invullen.",
// Content
content: { ch01: "informative", ch02: "", ch03: "" },
editors: [
{
name: "Logius Standaarden",
company: "Logius",
companyURL: "https://github.com/Logius-standaarden",
},
],
authors: [
{
name: "Ministerie van Binnenlandse Zaken en Koninkrijksrelaties",
url: "https://www.minbzk.nl",
},
],
github: "https://github.com/MinBZK/Algoritmeregister-Publicatiestandaard/",
// References & footnotes
localBiblio: {
B1: {
title: "Wat houdt taalniveau B1 in?",
href: "https://www.communicatierijk.nl/vakkennis/rijkswebsites/aanbevolen-richtlijnen/taalniveau-b1",
publisher: "CommunicatieRijk, over overheidscommunicatie",
},
NLSBB: {
href: "https://docs.geostandaarden.nl/nl-sbb/nl-sbb/",
title: "NL-SBB - Standaard voor het beschrijven van begrippen",
authors: ["Geonovum Standaard - versie ter vaststelling."],
date: "16 april 2024",
},
TOOI_WL: {
title: "TOOI-waardelijsten",
href: "https://standaarden.overheid.nl/tooi/waardelijsten/",
publisher:
"Kennis- en exploitatiecentrum Officiële Overheidspublicaties (KOOP)",
},
TOP_Lijst: {
title: "Thema-indeling voor Officiële Publicaties",
href: "https://standaarden.overheid.nl/owms/4.0/doc/waardelijsten/thema-indeling-voor-officiele-publicaties",
publisher:
"Kennis- en exploitatiecentrum Officiële Overheidspublicaties (KOOP)",
},
IAMA: {
title: "Impact Assessment Mensenrechten en Algoritmes (IAMA)",
href: "https://www.rijksoverheid.nl/documenten/rapporten/2021/02/25/impact-assessment-mensenrechten-en-algoritmes",
publisher: "Ministerie van Binnenlandse Zaken en Koninkrijksrelaties",
},
DPIA: {
title: "Data protection impact assessment (DPIA)",
href: "https://www.autoriteitpersoonsgegevens.nl/themas/basis-avg/praktisch-avg/data-protection-impact-assessment-dpia",
publisher: "De Autoriteit Persoonsgegevens (AP) ",
},
},
// Create PDF and link to file in header (optional):
alternateFormats: [
{
label: "pdf",
uri: "https://regels.overheid.nl/standaarden/algoritmeregister-publicatiestandaard/pdf",
},
],
};