-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (41 loc) · 1.54 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
<!DOCTYPE html>
<html>
<head>
<title> Ruth K Buck </title>
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/cv">CV</a></li>
<li><a href="/research">Research</a></li>
</ul>
</nav>
<main>
<h1>Ruth Krebs Buck</h1>
<div class="bio">
<img src="/images/Buck_Ruth_Prof_Pic.jpeg" class="profile-pic">
<div class="bio__text">
<p>I am currently a PhD candidate in the Department of Geography at Penn State interested in geographies
of education, neighborhoods, and the politics of boundary delineation. My dissertation research
examines the redistricting school attendance zone boundaries (AZBs). In particular, I am interested
in how redistricting criteria are interpreted, negotiated, and operationalized by different actors
and the implications for power, agency, and educational justice. I earned my MS in Geography
from Penn State in 2022. Prior to grad school at Penn State, I received my BA in Geography from
Macalester College with a minor in Data Science. I then spent two years as a geographer at the
<a href="https://mggg.org/">MGGG Redistricting Lab</a>, studying computational approaches
to US redistricting.
</p>
</div>
</div>
</main>
<footer>
<ul>
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="https://github.com/RKBuck1">GitHub</a></li>
<li><a href="https://scholar.google.ca/citations?user=L9BXHtoAAAAJ&hl=en">Google Scholar</a></li>
</ul>
</footer>
</body>
</html>