generated from Logius-standaarden/ReSpec-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
94 lines (88 loc) · 2.83 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
84
85
86
87
88
89
90
91
92
93
94
let respecConfig = {
// Config parameters
useLogo: true,
useLabel: true,
license: "cc0",
specStatus: "WV",
specType: "IM",
pubDomain: "ronl",
// shortName = Repository name as is
shortName: "wetsuitvoering",
publishDate: "2024-11-29",
publishVersion: "1.0.2",
previousPublishVersion: "",
previousPublishDate: "",
previousMaturity: "WV",
title: "Specificatie van het juridisch referentiemodel (JRM)",
subtitle:
"Specificatie van het juridisch referentiemodel (JRM) dat met scenario's beschrijft hoe een burger of bedrijf een bepaald stuk wet- en regelgeving ervaart of doorloopt in de wetsuitvoering.",
// Content
content: {
"H1-classificaties": "",
"H2-scenarios": "",
"H3-rechtsgevolg": "",
"H4-relevantfeit": "",
"H5-classificatiewaarde": ""
},
editors: [
{
name: "Mariette Lokin",
mailto: "[email protected]",
company: "Hooghiemstra & Partners",
companyURL: "https://hooghiemstra-en-partners.nl",
},
{
name: "Steven Gort",
mailto: "[email protected]",
company: "ICTU",
companyURL: "http://www.ictu.nl",
}],
authors: [
{
name: "John Bulles",
url: "https://pna-group.com/",
},
{
name: "Dirkjan van der Hoven",
url: "https://hit.nl",
},
{
name: "Sjir Nijssen",
url: "https://pna-group.com/",
}
],
github: "https://github.com/MinBZK/wetsuitvoering/",
// References & footnotes
localBiblio: {
HOHFELD_1: {
title: "Some Fundamental Conceptions as Applied in Judicial Reasoning",
href: "https://openyls.law.yale.edu/bitstream/handle/20.500.13051/11079/05_23YaleLJ16_1913_1914_.pdf?sequence=2",
publisher: "Yale Law Journal (23) 1913, afl. 1, p. 16-59",
},
HOHFELD_2: {
title: "Fundamental Legal Conceptions as Applied in Judicial Reasoning",
href: "https://openyls.law.yale.edu/bitstream/handle/20.500.13051/3864/Fundamental_Legal_Conceptions_as_Applied_in_Judicial_Reasoning.pdf?sequence=2",
publisher: "Yale Law Journal (26) 1917, afl. 8, p. 710-770.",
},
BLKAMER: {
title: "Een kapstok voor herleidbare wet- en regelgeving voor dienstverlening",
href: "https://wendbarewetsuitvoering.pleio.nl/attachment/1dddbb91-8f6b-4bca-9b4f-5e3d4a19efef",
publisher: "Harrie van Houtum (Business KnowHow Services) et al",
},
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",
},
},
// Create PDF and link to file in header (optional):
alternateFormats: [
{
label: "pdf",
uri: "https://regels.overheid.nl/standaarden/wetsuitvoering/pdf",
},
],
};