Giter VIP home page Giter VIP logo

labs.kadaster.nl's Introduction

Local installation

Prerequisites

  1. Clone this Git repositoy:

    git clone https://github.com/kadaster/labs.kadaster.nl
  2. Build the container in the directory of the repository

    docker-compose build
  3. Run the container in the directory of the repository

    docker-compose up
  4. The site now run on http://localhost:4000.

Templates

Labs uses templates to generate the site and their elements. Below is a list of which templates are available

Default

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

Facetcheck

A completely blank template, allowing a FacetCheck browser to take up the entire browser pane.

Page

Imports from the default template.

Presentation

Imports presentation dependencies.

Story

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

Content requirements

Tiles

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.

Tips & tricks

Refer to Figures

Within text you can refer to [Figure 1](#figure-1).

<figure id="figure-1">
  <img src="{{URL}}">
  <figcaption>{{TEXT}}</figcaption>
</figure>

Use of Markdown within an HTML tag

<div markdown="1">
  You can **use** Markdown here.
</div>

Definition list in Markdown

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>

labs.kadaster.nl's People

Contributors

wouterbeek avatar kad-scheerb avatar kad-kolka avatar kad-wenner avatar akolk avatar kad-haanam avatar kad-rowla avatar roprop avatar gerwinbosch avatar overeemj avatar kad-vriesf avatar ozcanseker avatar erwinfolmer avatar kad-weeldj avatar tanjaronzh avatar chantalachterberg avatar marcvanandel avatar flokkiej avatar nielsmunning avatar kad-jiarong avatar kad-beekw avatar laurensrietveld avatar schevh avatar kad-michij avatar brittbekkenutte avatar stanronzhin avatar rob-kiers avatar kad-overj avatar diede90 avatar djangohenk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.