forked from gcmillar/Tangible-Landscape-Activities-GAPS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
132 lines (115 loc) · 3.37 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>GAPS: Tangible Landscape Activities</title>
<link rel="shortcut icon" href="img/tl_icon.png" />
<link href="layout.css" rel="stylesheet" type="text/css" media="screen">
<link href="style.css" rel="stylesheet" type="text/css" media="screen">
</head>
<body>
<div id="outercontainer">
<div id="container">
<header>
<div id="header-image">
</div>
<nav>
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#schedule">Schedule</a></li>
</ul>
</nav>
</header>
<main>
<!-- This is a generated file. Do not edit. -->
<h1>GAPS: Tangible Landscape Activities</h1>
<p>Grade level/course: Grades 9-12</p>
<h2 id="description">Description</h2>
<p>These activities lead students through an introduction to geospatial computation simulation and modeling using a geospatial tangible interface-<a href="https://tangible-landscape.github.io/">Tangible Landscape</a>.</p> Specifically, these activities outline various topics of geohazards, geospatial concepts, modeling, and technologies.
<h2 >Geospatial Concepts Covered</h2>
<ul >
<li>Perspective </li>
<li>Contours</li>
<li>Buffer</li>
<li>Overlay</li>
<li>Routing</li>
<li>Direction/ bearing</li>
<li>Tobler’s Law</li>
<li>Distance/ decay</li>
<li>Coordinates</li>
<li>Symbology</li>
<li>Navigation</li>
<li>Scale</li>
<li>Cartographic principles</li>
<li>Spatial Knowledge</li>
<li>Spatial Distribution</li>
</ul>
<h2 id="nc-state-researchers">NC State Researchers</h2>
<p><a href="https://cnr.ncsu.edu/geospatial/directory/eric-money/">Eric Money</a></p>
<p>Email: <a href="mailto:esmoney@ncsu.edu ">esmoney@ncsu.edu</a></p>
<p><a href="https://gcmillar.github.io/">Garrett Millar</a></p>
<p>Email: <a href="mailto:gcmillar@ncsu.edu">gcmillar@ncsu.edu</a></p>
<h2 id="prerequisites">Prerequisites</h2>
<ol>
<li><dl>
<dt>Creativity!</dt>
</dl></li>
</ol>
<h2 id="schedule">Schedule</h2>
<table>
<tbody>
<tr class="odd">
<td>Day 1.</td>
<!-- <td>April 16</td> -->
<td><a href="topics/day-1.html">Water Flow</a></td>
</tr>
<tr class="even">
<td>Day 2.</td>
<!-- <td>April 17</td> -->
<td><a href="topics/day-2.html">Trails / Route Planning </a></td>
</tr>
<tr class="odd">
<td>Day 3.</td>
<!-- <td>April 18</td> -->
<td><a href="topics/day-3.html">Landforms</a></td>
</tr>
<tr class="even">
<td>Day 4.</td>
<!-- <td>April 19</td> -->
<td><a href="topics/day-4.html">Channeling </a></td>
</tr>
<tr class="odd">
<td>Day 5.</td>
<!-- <td>April 20</td> -->
<td><a href="topics/day-5.html">Cut & Fill </a></td>
</tr>
<tr class="even">
<td>Day 6.</td>
<!-- <td>April 19</td> -->
<td><a href="topics/day-6.html">Ponding</a></td>
</tr>
</tbody>
</table>
</main>
<footer>
<nav style="align:center">
<ul style="align:center">
<li>
<li><a href="http://geospatial.ncsu.edu/">Center for Geospatial Analytics</a></li>
</li>
<li title="Copyright and license (not applicable to linked materials)">
© 2019
<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a>
<a href="http://geospatial.ncsu.edu/osgeorel/">NCSU GeoForAll Lab</a></li>
</li>
<li> <a href="https://github.com/gcmillar/Tangible-Landscape-Activities-GAPS" title="Fork on GitHub" alt="octocat">
<img style="width:1.3em " src="img/github_logo.png">
</a>
</li>
</ul>
</nav>
</footer>
</div>
</div>
</body>
</html>