-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (46 loc) · 1.9 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
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<title>Introduction</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<link rel="stylesheet" href="_shared/styles/shower-clear.css">
<link rel="stylesheet" href="_shared/styles/web-fundamentals.css">
</head>
<body class="shower list">
<header class="caption">
<h1>
<a class="series" href="#title">GeoVocamp DC 2017</a><br>
<a class="module" href="#title">Introduction</a>
</h1>
<p>
<a href="https://crc.nd.edu">Charles Vardeman</a>,
<a href="http://crc.nd.edu/">University of Note Dame</a> – <a href="http://www.imec.be/">imec</a>
</p>
<ul class="links">
<li class="next">Next topic: <a href="birds-eye-view/">A Bird’s-Eye View of the Web</a></li>
</ul>
</header>
<div class="slide" id="index">
<h2>
<em>Drone Data</em> effort to develop standards<br>
</h2>
<ol>
<li><a href="birds-eye-view/">A Bird’s-Eye View of the Web</a></li>
<li><a href="architecture/">Web Architecture & Technologies</a></li>
<li><a href="web-apis/">Web APIs</a></li>
<li><a href="semantic-web/">The Semantic Web & Linked Data</a></li>
<li><a href="linked-data-publishing/">Linked Data Publishing</a></li>
</ol>
</div>
<footer>
<p class="license">
<a rel="license" href="https://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" src="_shared/images/cc-by-small.svg" /></a>
Except where otherwise noted, the content of these slides is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</p>
</footer>
<script src="_shared/scripts/shower.min.js"></script>
<script src="_shared/scripts/enhancements.js"></script>
</body>
</html>