Clone this Git repositoy:
git clone https://github.com/kadaster/labs.kadaster.nl
Build the container in the directory of the repository
docker-compose build
Run the container in the directory of the repository
docker-compose up
The site now run on http://localhost:4000.
Labs uses templates to generate the site and their elements. Below is a list of which templates are available
The default template contains the navigation bar and a banner.
It defines the following variables:
Variable name | Use | Default value |
---|---|---|
banner |
A image to use as banner | /assets/images/banner-placeholder.jpg |
banner-alt |
The alt text for the banner | The page title |
A completely blank template, allowing a FacetCheck browser to take up the entire browser pane.
Imports from the default template.
Imports presentation dependencies.
Extends the default template and imports the Data Stories dependency.
It defines the following variables:
Variable name | Use | Default value |
---|---|---|
basemap |
The default background map for the 2D geospatial visualization plugin. | nlmaps |
endpoint |
The default endpoint for queries. | https://data.labs.pdok.nl/sparql/ |
output |
The default result set visualization for queries. | table |
The description field of tiles (HTML class name card-description
)
must not contain more than 130 characters (including whitespace).
Longer texts may be used as introductory text on the page that the
tile links to.
Within text you can refer to [Figure 1](#figure-1).
<figure id="figure-1">
<img src="https://github.com/kadaster/labs.kadaster.nl/raw/master/{{URL}}">
<figcaption>{{TEXT}}</figcaption>
</figure>
<div markdown="1">
You can **use** Markdown here.
</div>
Enterprise Knowledge Graphs
: Wat is de toegevoegde waarde van de Knowledge Graphs voor Kadaster?
Gamification and Linked Data
: Hoe kunnen we met gamification principes volledigheid en/of kwaliteit van Kadaster data verbeteren?
The above Markdown is translated into the following HTML:
<dl>
<dt>Enterprise Knowledge Graphs</dd>
<dt>Wat is de toegevoegde waarde van de Knowledge Graphs voor Kadaster?</dt>
<dd>Gamification and Linked Data</dd>
<dt>Hoe kunnen we met gamification principes volledigheid en/of kwaliteit van Kadaster data verbeteren?</dt>
</dl>