-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (116 loc) · 5.32 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
<!DOCTYPE HTML>
<!--
Transitive by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Dr. Hannah C. Gunderman</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="images/globe.png" />
<link rel="stylesheet" href="assets/css/main.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130772210-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-130772210-1');
</script>
</head>
<body>
<!-- Header -->
<header id="header" class="alt">
<div class="logo"><a href="index.html">Hannah <span>Gunderman</span></a></div>
<a href="#menu" class="toggle"><span>Menu</span></a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="research.html">Research</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h1>Dr. Hannah C. Gunderman</h1>
<p>Geographer. Data Librarian. Writer. Pop Culture Researcher.</p>
<a href="#one" class="button special scrolly">Learn More</a>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper style2">
<div class="inner">
<div>
<div class="box">
<div class="image fit">
<img src="images/matthew-fassnacht-558037-unsplash.jpg" alt="" />
</div>
<div class="content">
<header class="align-center">
<h2>Researcher Dedicated to Human Enthusiasm</h2>
<p>Identifying the cultural metrics that guide human mobilities</p>
</header>
<hr />
<p> Doctor Who. Geography-themed tattoos. The Grateful Dead. Geospatial analysis of cultural phenomena. Graceland. Veganism. Population stability. Baseball. Comics. What do these things have in common? They are all topics that I have researched in my career as a human geographer. At a cursory glance, it’s fair to beg the question: well, what exactly do you do? The thread that connects these seemingly disparate topics is human enthusiasm. I dedicate my career to understanding how humans develop enthusiasm, and how this influences their movements across (and beyond) planet Earth. I use both qualitative and quantitative methods to determine how and why certain factors influence humans to act, think, move, and spend their money a certain way. I conduct ethnographic interviews. I collect and summarize statistical data. I tell stories. I frequently publish my results. Most important of all, I make my results accessible across all audiences, not just those in academia. I am a firm believer in open source software, open access publication platforms, and open science.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style3">
<div class="inner">
<div id="flexgrid">
<div>
<header>
<h3>Research</h3>
</header>
<p>I maintain an active research agenda which includes engagement and outreach at conferences, in journals/publications, and in workshops.</p>
<ul class="actions">
<li><a href="Gunderman_CV_Jan2019.pdf" target="_blank" class="button alt">View Curriculum Vitae</a></li>
</ul>
</div>
<div>
<header>
<h3>Teaching</h3>
</header>
<p>I have taught courses (lecture and laboratory) in both the natural and social sciences to students at multiple levels in higher education. I currently teach data literacy and data management fundamentals to students at Carnegie Mellon University. </p>
<ul class="actions">
<li><a href="https://drive.google.com/file/d/1OQRJM7LWdkXSDeI6SWVhF71i2AFte4ZV/view?usp=sharing" target="_blank" class="button alt">View Sample Syllabus</a></li>
</ul>
</div>
<div>
<header>
<h3>Career</h3>
</header>
<p>As a geographer and a data librarian, I am interested in helping others learn how to manage their data so they can tell effective stories about their research. </p>
<ul class="actions">
<li><a href="Gunderman_Resume.pdf" target="_blank" class="button alt">View Resume</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer" class="wrapper">
<div class="inner">
<div class="copyright">
© Design Adapted From: <a href="https://templated.co/">TEMPLATED</a>. Images <a href="https://unsplash.com/">Unsplash</a>. By Hannah C. Gunderman, 2020.
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>