-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
144 lines (137 loc) · 6.44 KB
/
Copy pathinfo.html
File metadata and controls
144 lines (137 loc) · 6.44 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="maps, cartography"/>
<title>Alison Case</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Create the navbar -->
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link" href="index.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="info.html">Info</a>
</li>
</ul>
<ul class="nav justify-content-end">
<li class="rounded float-end">
<a href="https://github.com/alisoncase">
<img src="assets/github-mark.png" alt="Github Link"></a>
</li>
<li class="rounded float-end">
<a href="https://www.linkedin.com/in/alison-case/">
<img src="assets/LinkedIn-mark.png" alt="LinkedIn Link"></a>
</li>
</ul>
<div class="container">
<div class="row">
<div class="col-md-6">
<h1 class="display-2">ALISON CASE</h1>
</div>
<div class="col-md-6">
<figure class="text-end">
<p class="lead"><br><em>Cartographer and Visual Storyteller</em></br></p>
</figure>
</div>
<div class="text-left">
<p>
I am a cartographer and visual storyteller with a passion for leveraging geographic information systems (GIS) and modern web technologies to create engaging and informative visualizations. <br></br>My professional experience includes roles in international development, strategic alignment, and program management. I have over ten years of experience as a U.S. diplomat, leading high-performing, cross-functional teams and aligning programs with strategic objectives. I am adept at developing innovative solutions, managing complex budgets, and driving process improvements. <br></br>With a boundless curiosity for the world and a passion for visual storytelling, I am currently focused on cartography and GIS development, leveraging the newest technology in the field. My web portfolio showcases my GIS projects, which emphasize app development, data analysis, and visualization. <br></br>Learn more about me below and connect via the LinkedIn link at the top of the page.
</p>
<hr>
</div>
<div class="text-center">
<p>
See full CV
</p>
</div>
<div class="text-center">
<img src="assets/down-arrow.png" alt="down arrow"></a>
</div>
<!-- Create the CV container -->
<ul class="list-unstyled">
<h2>TECHNICAL SKILLS</h2>
<hr>
<li><strong>Cartography and Geospatial Analysis</strong></li>
<li>Esri ArcGIS Pro, Online, StoryMaps, FieldMaps, Survey123</li>
<li>QGIS</li>
<li>Adobe Illustrator</li>
<li>Mapbox Studio</li>
<br></br>
<li><strong>Scripting and Web Development</strong></li>
<li>Python</li>
<li>JavaScript</li>
<li>HTML/CSS</li>
<li>Leaflet</li>
<li>D3.js</li>
<li>React</li>
<li>Bootsrap</li>
<li>Copilot</li>
<li>GitHub</li>
<br></br>
<li><strong>Database Design and Management</strong></li>
<li>PostgreSQL</li>
<li>PostGIS</li>
<li>SQL</li>
<li>Supabase</li>
<br></br>
<h2>WORK EXPERIENCE</h2>
<hr>
<li><strong>International Agreements Specialist</strong></li>
<li>U.S. Fish and Wildlife Service</li>
<li>2022 - Present </li>
<br></br>
<li><strong>Director of Innovation, Strategic Alignment and Engagement</strong></li>
<li>Chicago Metropolitan Agency for Planning </li>
<li>2021</li>
<br></br>
<li><strong>Foreign Service Program Officer</strong></li>
<li>U.S. Agency for International Development</li>
<li>2011 - 2021</li>
<br></br>
<li><strong>Senior Consultant</strong></li>
<li>Booz Allen Hamilton</li>
<li>2010</li>
<br></br>
<li><strong>Peace Corps Volunteer</strong></li>
<li>Peace Corps</li>
<li>2005-2007</li>
<br></br>
<h2>EDUCATION</h2>
<hr>
<li><strong>Master of Science – Cartography and Geographic Information Systems </strong></li>
<li>University of Wisconsin-Madison</li>
<br></br>
<li><strong>Master of Science – Public Policy and Management</strong></li>
<li>Carnegie Mellon University</li>
<br></br>
<li><strong>Bachelor of Arts – Political Science - International and Comparative Politics; Japanese </strong></li>
<li>Western Michigan University</li>
<br></br>
</ul>
</div>
<div class="container-fluid">
<footer class="footer mt-auto py-3 bg-white">
<div class="container">
<div class="row">
<div class="col-md-6">
<p class="text-muted">© 2025 by Alison Case.<br>The content on this website is my personal portfolio and does not reflect the views of my employer.</br></p>
</div>
<div class="col-md-6 text-end">
<a href="#">Go to Top</a>
</div>
</div>
</div>
</footer>
</div>
</div>
<!--put your external script links here-->
<script type="text/javascript" src="lib/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="lib/bootstrap.min.js"></script>
</body>
</html>