-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
36 lines (36 loc) · 967 Bytes
/
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
var respecConfig = {
specStatus: "GN-WV",
specType: "IM",
//canonicalURI: "WV",
publishDate: "2017-09-11",
editors: [
{
name: "Arnoud de Boer",
company: "Geonovum",
companyURL: "http://www.geonovum.nl/",
mailto: "a.deboer@geonovum.nl",
note: ""
},
{
name: "Hans van Eekelen",
company: "Geonovum",
companyURL: "http://www.geonovum.nl/",
mailto: "h.vaneekelen@geonovum.nl",
note: ""
}
],
shortName: "bgt",
pubDomain: "bgt",
github: "https://github.com/adbgnm/spiegel",
//previousPublishDate: "2017-01-01",
//previousStatus: "GN-CV",
//localBiblio: {
// "ISO19136": {
// "href": "https://www.iso.org/standard/32554.html",
// "title": "ISO 19136:2007 Geographic information -- Geography Markup Language (GML)",
// "authors": [""],
// "date": "September 2007",
// "publisher": "International Organization for Standardization",
// },
//},
};