-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.js
51 lines (51 loc) · 1.63 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
var respecConfig = {
specStatus: "GN-WV",
specType: "IM",
//canonicalURI: "WV",
//publishDate: "2023-06-07",
maxTocLevel: 4,
logos: [
{
src: 'https://docs.geostandaarden.nl/bro/gen/logo_minbzk.png',
href: "https://www.geobasisregistraties.nl/basisregistraties/ondergrond",
alt: "Ministerie BZK",
width: 776,
height: 163,
id: 'logo_minbzk',
}
] ,
editors: [ {
name: "Geonovum",
companyURL: "https://www.geonovum.nl/geo-standaarden/bro-basisregistratie-ondergrond",
}],
authors: [
{
name: "Geonovum",
companyURL: "https://www.geonovum.nl/geo-standaarden/bro-basisregistratie-ondergrond",
}
],
shortName: "gld",
pubDomain: "bro",
github: "https://github.com/BROprogramma/GLD",
//previousPublishDate: "2023-05-04",
//previousStatus: "GN-VV",
previousPublishDate: "2023-06-07",
previousStatus: "GN-DEF",
localBiblio: {
"WaterML20": {
"href": "https://portal.opengeospatial.org/files/?artifact_id=57222",
"title": "OGC® WaterML 2.0: Part 1- Timeseries",
"authors": ["Peter Taylor"],
"date": "24 February 2014",
"publisher": "Open Geospatial Consortium",
"id": "10-126r4"
},
"GLDScope": {
"href": "https://basisregistratieondergrond.nl/publish/library/265/20190901scopedocument_grondwaterstandonderzoek_1_1.pdf",
"title": "Scopedocument Grondwaterstandonderzoek (GLD) V1.1",
"authors": ["E. Simmelink", "J. von Asmuth", "M. Jeurink", "L. van den Brink", "A. Vijverberg"],
"date": "01 september 2019",
"publisher": "Programmabureau Basisregistratie Ondergrond, Ministerie van BZK"
}
},
};