-
Notifications
You must be signed in to change notification settings - Fork 0
/
Service.html
180 lines (137 loc) · 4.15 KB
/
Service.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
<!DOCTYPE HTML>
<!--
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Service - Madeline Kelley</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<h1><strong><a href="index.html">Madeline Kelley</a></strong></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="Projects.html">Projects</a></li>
<li><a href="datasets.html">Datasets</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="Service.html">Service</a></li>
<li><a href="Photos.html">Photos</a></li>
<li><a href="KelleyCV_2024.pdf" target="_blank">CV</a></li>
</ul>
</nav>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<Main id="main" class="wrapper">
<div class="container">
<header class="major special">
<h2>Service</h2>
</header>
<hr />
<section>
<h3>Mentorship</h3>
<li>Micheala Roberts, ASU, School of Geographical Sciences Urban Planning, BS Geographic Information
Science. Expected Graduation Spring 2023 ([email protected])
</li>
<li>Colin Marvin, ASU, School of Geographical Sciences Urban Planning, BS Geography. Graduated Spring
2020 ([email protected])
</li>
<br>
<h3>AGU EPSP Canvasing Committee</h3>
<p>2022 February - current</p>
<li>
Volunteer
<a href="https://connect.agu.org/epsp/about/committees">link</a>
</li>
<br>
<h3>AGU EPSP Graduate Student Committee</h3>
<p>2022 February - 2022 December</p>
<li>
Volunteer
<a href="https://connect.agu.org/epsp/about/students">link</a>
</li>
<br>
<h3>AGU EPSP Connects</h3>
<p>2022 February - 2022 December</p>
<li>
Volunteer
<a href="https://connect.agu.org/">link</a>
</li>
<br>
<h3>ASU Women in Science Program</h3>
<p>2021 September - 2022 May</p>
<li>
Chair
</li>
<br>
<h3>ASU Youth Mappers</h3>
<p>2022 January - 2022 May</p>
<li>
Volunteer
</li>
<br>
<h3>Association for Women Geoscientists</h3>
<p>2019 September - 2020 April</p>
<li>
ASU Student Chapter leader
</li>
<br>
<h3>ASU Graduate Women’s Association</h3>
<p>2019 September - 2020 April</p>
<li>
School of Geography and Urban Planning Representative
</li>
<br>
<h3>ASU School of Geography and Urban Planning Graduate Student Committee</h3>
<li>2020 Peer-to-Peer Coordinator
</li>
<li>2019 President
</li>
<li>2018 Social Coordinator
</li>
<br>
<h3>Graduate and Professional Student Association</h3>
<p>2019 January - 2020 December</p>
<li>
Volunteer Reviewer
</li>
<br>
<h3>University of Denver Graduate Student of the Four Faculties</h3>
<p>2017 - 2018</p>
<li>
Vice President
</li>
<br>
<h3>University of Denver Geography and the Environment Department</h3>
<p>2017 - 2018</p>
<li>
Graduate Student Representative
</li>
<br>
</section>
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://scholar.google.com/citations?user=Pg5WG44AAAAJ&hl=en" class="icon fa-google"></a></li>
<li><a href="https://github.com/maddykelley" class="icon fa-github"></a></li>
</ul>
<ul class="copyright">
<li>© Madeline Kelley, 2023</li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.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>