-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (33 loc) · 1.85 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
<html>
<head>
<title>Dr. David Parr</title>
<style>
p { font: 10px; text-align: left; }
</style>
</head>
<body align="center">
<div style="width:50%;display:inline-block;align:left;">
<p>My website: <a href="https://daveparr.com">daveparr.com</a></p>
<img src="https://daveparr.com/wp-content/uploads/2023/12/1629988354360.jpg" height=100 />
<p></p>
<p>I am currently a Senior Lecturer of Geography and Geospatial Sciences in the
Department of Earth and Atmospheric Sciences at Metropolitan State University of Denver.
I teach classes in GIS, programming, web mapping, spatial databases, cartography,
spatial modeling and analysis, data acquisition and integration.</p>
<p>I see my disciplines, Geographic Information Science (GIS) and Spatial Data
Science as the intersections of Geography and Computer Science from which I
have earned my degrees. Therefore, I want students to be able to think geographically
that is, to critically consider the dynamic spatial and temporal issues of a problem
and to consider how scale and distance impact our human and physical environments.
I also want them to think computationally that is, to break problems into smaller
components in a logical sequence and consider how a representation in a computer
is related to the object in the real world. These skills understanding spatial
relations and logical problem solving are critical skills in our discipline and
in the wider world.</p>
<p>My teaching and research interests include Volunteered Geographic Information,
Space-Time Spatial Analysis and Modeling, GIS and Geography Education, and GIS
and Society including Digital Places and Web GIS.</p>
<embed type="text/html" src="msu.html" width="600" height="600">
</div>
</body>
</html>