diff --git a/ch02.md b/ch02.md index e152c99..2f27834 100644 --- a/ch02.md +++ b/ch02.md @@ -11,7 +11,13 @@ Afbeeldingen krijgen een nummer en vermelding in de figurenlijst [[[#tof]]]. ## Referenties -Referentie uit locale lijst [[SemVer]]. Lijst staat in `organisation-config.js`. Alleen referenties die in de tekst voorkomen worden getoond. +Referenties kunnen op drie plaatsen staan: + +- In SpecRef [Specref](https://www.specref.org/) +- In de organisatie configuraties [[SemVer]]. Deze zijn te vinden op [tools.geostandaarden.nl](https://github.com/Geonovum/tools.geostandaarden.nl/blob/main/tools.geostandaarden.nl/respec/config/geonovum-config.js). +- In het document, zoals [[MIM12]]. Deze zijn te vinden in `js/config.js`. + +Referentie uit organisatie lijst [[SemVer]] of de locale lijst [[MIM12]]. Lijst staat in `organisation-config.js`. Alleen referenties die in de tekst voorkomen worden getoond. We gebruiken een definitie om een woord te omschrijven. diff --git a/index.html b/index.html index 87c979d..b78ca3c 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,10 @@ - + TODO: Vul hier de titel in diff --git a/js/config.js b/js/config.js index 5472e9d..cdb0141 100644 --- a/js/config.js +++ b/js/config.js @@ -72,4 +72,19 @@ let respecConfig = { uri: "template.pdf", }, ], + // Lokale lijst voor bibliografie + // - Kijk eerst naar de beschikbare www.specref.org . + // - Kijk daarna in de organisatieconfig. + // - Voeg dan pas hieronder toe. + localBiblio: + { + MIM12: { + id: "MIM12", + title: "MIM - Metamodel Informatie Modellering (Versie 1.2)", + href: "https://docs.geostandaarden.nl/mim/def-st-mim-20240613/", + status: "Definitief", + publisher: "Geonovum", + date: "2024-06-13" + } + } };