-
Notifications
You must be signed in to change notification settings - Fork 0
/
crhr.html
184 lines (159 loc) · 6.79 KB
/
crhr.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title></title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/ubc.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<style>
.lightblue {
color: #5E869F;
}
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h4>Framing an understanding of Geographic Information Systems (GIS)</h4>
<aside class="notes">
</aside>
</section>
<section>
<h4 style="border-bottom: 2px #002145 solid;">John Snow</h4>
<p style="font-size:13px; line-height:15px;"><a href="https://commons.wikimedia.org/wiki/File:John_Snow.jpg#/media/File:John_Snow.jpg"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/cc/John_Snow.jpg/1200px-John_Snow.jpg" alt="John Snow.jpg" width="300"></a><br>By <a rel="nofollow" class="external autonumber" href="https://wellcomeimages.org/indexplus/image/M0009238.html">[1]</a> Originally from <a class="external text" href="https://en.wikipedia.org">en.wikipedia</a>; description page is/was <a class="external text" href="https://en.wikipedia.org/w/index.php?title=Image%3AJohn_Snow.jpg">here</a>., Public Domain, <a href="https://commons.wikimedia.org/w/index.php?curid=403227">Link</a></p> <aside class="notes">
</aside>
</section>
<section>
<p style="font-size:13px; line-height:15px;"><a href="https://commons.wikimedia.org/wiki/File:Snow-cholera-map-1.jpg#/media/File:Snow-cholera-map-1.jpg" ><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Snow-cholera-map-1.jpg/1200px-Snow-cholera-map-1.jpg" alt="Snow-cholera-map-1.jpg" width="500"></a><span><br>By <a href="https://en.wikipedia.org/wiki/en:John_Snow" class="extiw" title="w:en:John Snow">John Snow</a> - Map of the book <a rel="nofollow" class="external text" href="https://archive.org/details/b28985266/page/n57/mode/2up">"On the Mode of Communication of Cholera"</a> by John Snow, originally published in 1854 by C.F. Cheffins, Lith, Southhampton Buildings, London, England.
The uploaded images is a digitally enhanced version found on the <a rel="nofollow" class="external text" href="https://www.ph.ucla.edu/epi/snow/highressnowmap.html">UCLA Department of Epidemiology website</a>., Public Domain, <a href="https://commons.wikimedia.org/w/index.php?curid=2278605">Link</a></span></p> <aside class="notes">
</aside>
</section>
<section data-background-image="img/johnSnowMap.png">
</section>
<section data-background-image="img/johnSnowMap.png">
<div class="image-slide">
<p>Collected location data</p>
<p>Analyzed and identified spatial patterns</p>
<p>Vislualized findings</p>
</div>
</section>
<section>
<p>Over time, technology has evolved to allow work with geographic information to become both more advanced and more accessible</p>
</section>
<section>
<h3 style="border-bottom: 2px #002145 solid;">Geographic Information Today</h3>
<p>
<ul>
<li>
Satellite imagery for environmental monitoring
</li>
<li>
Social media data for market research
</li>
<li>
Census and demographic data for urban modelling and simulation
</li>
</ul>
</p>
<aside class="notes">
</aside>
</section>
<section>
<h3>Geographic Information System</h3>
<q>Just as we use a word processor to write documents and deal with words on a computer, we can use a GIS application to deal with spatial information on a computer.</q>
<br/>
<p><small>From <a href="https://docs.qgis.org/3.10/en/docs/gentle_gis_introduction/index.html" target="_blank">QGIS: A Gentle Introduction to GIS</a></small></p>
</section>
<section>
<h3>Spatial Data</h3>
<p><small>(machine readable)</small></p>
<br />
<table style="width:100%;">
<tr>
<th style="text-align:center;">Raster</th>
<th style="text-align:center;">Vector</th>
</tr>
<tr>
<td style="text-align:center;">Pixels</td>
<td style="text-align:center;">Geometry</td>
</tr>
</table>
</section>
<section>
<h3 style="border-bottom: 2px #002145 solid;">Raster Data</h3>
<img src="https://mapschool.io/img/raster.png" />
<p><small>Imagery courtesy of <a href-"https://mapschool.io/" target="_blank">mapschool.io</a></small></p>
<aside class="notes">
</aside>
</section>
<section>
<h3 style="border-bottom: 2px #002145 solid;">Vector Data</h3>
<img src="https://mapschool.io/img/vector_types.png" />
<p><small>Imagery courtesy of <a href-"https://mapschool.io/" target="_blank">mapschool.io</a></small></p>
<aside class="notes">
</aside>
</section>
<section>
<h4 style="border-bottom: 2px #002145 solid;">A range of GIS applications</h4>
<br />
<ul>
<li>
Utilities (tasks)
</li>
<li>
Desktop (analyses, composition)
</li>
<li>
Infrastructure (management, access)
</li>
</ul>
<aside class="notes">
</aside>
</section>
<section data-background-image="img/maps1.gif">
<div class="image-slide"><h3>Communicating Geographic Data</h3></div>
<aside class="notes">
</aside>
</section>
<section data-background-image="img/maps1.gif">
<aside class="notes">
</aside>
</section>
<section>
<h3 style="border-bottom: 2px #002145 solid;">Library GIS contacts:</h3>
<p>Maya Daurio – GIS GAA</p>
<p>Evan Thornberry – GIS Librarian</p>
<p>Paul Lesack – Data and GIS Analyst</p>
<p><a href="https://researchcommons.library.ubc.ca/consultation-requests/" target="_blank">Contact/consultation info</a></p>
</section>
</div>
</div>
<script src="js/reveal.js"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true }
]
});
</script>
</body>
</html>