-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (44 loc) · 3.77 KB
/
index.html
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
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang='en'>
<!-- HTML-Header ============================================================================== -->
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Invullen: de titel van de standaard of het document ==================================== -->
<title>Report Geonovum testbed spatial data APIs</title>
<!-- Invullen: de naam van de lokale CSS file =============================================== -->
<link rel="stylesheet" type="text/css" href="./media/style.css">
<link rel='shortcut icon' type='image/x-icon' href='https://tools.geostandaarden.nl/respec/style/logos/Geonovum.ico' />
<script src="config.js" class="remove"></script>
<script src="https://tools.geostandaarden.nl/respec/builds/respec-geonovum.js" class="remove" async></script>
<!-- ============================================================================================ -->
<!-- File. . . : index.html -->
<!-- Bevat . . : Template voor de index.html die verplicht is voor respec -->
<!-- Gebaseerd op https://github.com/Geonovum/respec/wiki -->
<!-- Deze file moet worden neergezet in de root-directory van de -->
<!-- betreffende standaard. -->
<!-- Door. . . : Jan van Gelder -->
<!-- ============================================================================================ -->
<!-- ============================================================================================ -->
<!-- Log . . . : 20181015 - JvG - Initiele versie -->
<!--
====================================================================================================
0 1 2 3 4 5 6 7 8 9 0
1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
================================================================================================= -->
</head>
<!-- HTML-Body ================================================================================ -->
<body>
<section id='abstract' data-format="markdown" data-include="Summary.md"><h2>Summary</h2></section>
<section id='sotd'></section>
<!-- vanaf hier per hoofdstuk een sectie of een div in het document ======================== -->
<!-- Secties komen in de inhoudsopgave div's niet ========================================== -->
<!-- Secties hebben verplicht <h2> tags, div's niet ======================================== -->
<section data-format="markdown" class="informative" data-include="Introduction.md"></section>
<section data-format="markdown" class="informative" data-include="topic%20%231%20Spatial%20data%20APIs%20CRS%20Extension%2FREADME.md"></section>
<section data-format="markdown" class="informative" data-include="topic%20%232%20Spatial%20data%20APIs%20Discovery%2FREADME.md"></section>
<section data-format="markdown" class="informative" data-include="topic%20%233%20Spatial%20data%20API%20clients%2C%20ease%20of%20implementation%2FFinal-Report%2FREADME.md"></section>
<section data-format="markdown" class="informative" data-include="topic%20%234%20Generic%20vs%20Convenience%20approach%20for%20Spatial%20data%20APIs%2FREADME.md"></section>
<section data-format="markdown" class="informative" data-include="topic%20%235%20Simple%20linked%20data%20encodings%20for%20Spatial%20data%20APIs%2Freport.md"></section>
</body>
</html>