Skip to content

Commit

Permalink
Update organisation-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GN-BOT-WORKFLOW authored Mar 6, 2024
1 parent 27cd4cb commit 221a6dc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions js/organisation-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var organisationConfig =
{
nl_organisationName: "Kennis- en exploitatiecentrum voor Officiële Overheidspublicaties",
nl_organisationPublishURL: "https://data.overheid.nl/",
nl_organisationName: "Geonovum",
nl_organisationPublishURL: "https://docs.geostandaarden.nl/",
postProcess: [
window.respecMermaid.createFigures
],
Expand Down Expand Up @@ -65,31 +65,31 @@ var organisationConfig =
name: "Creative Commons 0 Public Domain Dedication",
short: "CC0",
url: "https://creativecommons.org/publicdomain/zero/1.0/",
image: "https://tools.geostandaarden.nl/publication/organisation/dataoverheid/cc-zero.svg"
image: "https://tools.geostandaarden.nl/publication/organisation/geonovum/cc-zero.svg"
},
"cc-by": {
name: "Creative Commons Attribution 4.0 International Public License",
short: "CC-BY",
url: "https://creativecommons.org/licenses/by/4.0/legalcode",
image: "https://tools.geostandaarden.nl/publication/organisation/dataoverheid/cc-by.svg"
image: "https://tools.geostandaarden.nl/publication/organisation/geonovum/cc-by.svg"
},
"cc-by-nd": {
name: "Creative Commons Naamsvermelding-GeenAfgeleideWerken 4.0 Internationaal",
short: "CC-BY-ND",
url: "https://creativecommons.org/licenses/by-nd/4.0/legalcode.nl",
image: "https://tools.geostandaarden.nl/publication/organisation/dataoverheid/cc-by-nd.svg"
image: "https://tools.geostandaarden.nl/publication/organisation/geonovum/cc-by-nd.svg"
}
},
nl_organisationStylesURL: "https://tools.geostandaarden.nl/publication/domain/dcat/",
logos: [
{
src: "https://tools.geostandaarden.nl/publication/domain/dcat/dcat.svg",
alt: "Dataregister van de Nederlandse overheid",
id: "dataoverheid",
height: "29",
width: "192",
url: "https://data.overheid.nl/",
ico: "https://tools.geostandaarden.nl/publication/domain/dcat/dcat.ico"
src: "https://tools.geostandaarden.nl/publication/domain/dcat/Geonovum.svg",
alt: "Geonovum",
id: "geonovum",
height: "67",
width: "132",
url: "https://www.geonovum.nl/geo-standaarden",
ico: "https://tools.geostandaarden.nl/publication/domain/dcat/Geonovum.ico"
}
],
useLogo: true,
Expand Down

0 comments on commit 221a6dc

Please sign in to comment.