-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (70 loc) · 3.36 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
<!DOCTYPE html>
<html>
<head>
<title>B.Skopyk</title>
<meta charset="UTF-8">
<meta name="viewport" content='width=device-width, initial-scale=1'>
<link rel="stylesheet" href='stylesheet.css'>
</head>
<body style="max-width: 800px; margin: auto; background-image: url(images/paper2.jpg);">
<div style="margin-left: 15px; margin-right: 15px;">
<!-- Navbar (sit on top) -->
<div class="top" style="max-width: 850px;font-size: large; background-color: rgb(228, 223, 219);">
<div class="bar">
<a href="index.html" class="bar-item">B. Skopyk</a>
<div class="float-right">
<a href="projects.html" class="bar-item">My Projects</a>
</div>
</div>
</div>
<div style="font-size:medium;">
<div>
<h1 style="padding-top: 50px;">Brad Skopyk</h1>
<img src="assets/images/Skopyk_Brad_small.jpg" style="max-width:150px; min-width:100px; float: left; padding-right: 10px;"
alt="Brad Skopyk's profile image">
<div>
<p>Assoc. Prof. of History</p>
<p>Binghamton University</p>
<p>bskopyk@​binghamton.edu</p>
<p>Author of <a href="https://uapress.arizona.edu/book/colonial-cataclysms">Colonial Cataclysms</a> (2020)</p>
</div>
<p>I study the history of colonial Mexico, especially the intersection of climate-environment-food-health, while
combining traditional historical methods with digital tools/platforms.</p>
<div style="clear: both; padding-top: 10px;">
<h2>Research Interests</h2>
<ul>
<li>Colonial Mexico</li>
<li>Environmental History</li>
<li>History of Food & Health</li>
<li>Spatial History</li>
<li>Digital History</li>
</ul>
</div>
<h2>Research Projects</h2>
<p>Please see <a href="projects.html">Projects</a> for more detailed info about my research projects.</p>
<h2>Digital History Interests</h2>
<p>Highlights:</p>
<ul>
<li>Working on a geolocated historical database of health & ecology in colonial Mexico —<a
href="http://ecocrisis.net">ecocrisis.net</a>. The database has about 10k geolocated historical events. We are looking for historians and coders to help with the project.</li>
<li>Working on a geolocated database of historical demography in Mexico</li>
<li>Working on integrating data and cartographic visualizations using R and Python into a web interface</li>
<li>Working on understanding the impact of sixteenth- and seventeenth-century climate fluctuations on human food systems and health</li>
<li>Working on history of water, especially at the intersection of climate, religion, and hydraulic projects in colonial Mexico</li>
</ul>
<h2>Digital History Experience</h2>
<ul>
<li>Advanced GIS and geo-spatial skills, including some javascript webmapping and geospatial analysis with R
</li>
<li>Intermediate skills in SQL and database management</li>
<li>Experience with php, server management, spring-boot, and Angular</li>
<li>Actively learning R & Python</li>
<li>Graduate teaching in HGIS and Digital History</li>
<li>Founder and director of <a
href="https://www.binghamton.edu/libraries/services/digital-scholarship/spatial-humanities/index.html">Spatial
Humanities Working Group</a></li>
</ul>
</div>
</div>
</div>
</body>