-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
48 lines (40 loc) · 2.39 KB
/
about.html
File metadata and controls
48 lines (40 loc) · 2.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<link rel="stylesheet" href="main.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J2SEN9LXNV"></script>
<script src="https://d3js.org/d3.v6.min.js"></script>
</head>
<body>
<div class="top-bar">
<div class="title">
<a href="./index.html">
Methods and Tutorials in Spatial Research
</a>
</div>
<div class="button-container" id="about">
<a href="./about.html">About</a>
</div>
</div>
<div class="column">
<div class="column-left"></div>
<!-- <h2>Center for Spatial Research Workshop</h2> -->
<div class="column-main">
<div class="tutorials-section">
<!-- <h2>About</h2> -->
<p>
This repository was initiated in a two day closed workshop on February 16-17, 2024 through the support of the Mellon Foundation. Please see full workshop description <a href="https://centerforspatialresearch.github.io/spring2024_workshop/index.html" target="_blank">here</a>.
</p>
<p>
Thank you to the core group of workshop speakers: Alison Killing, Ana Paulina Lee, Beth Coleman, Bobby Pietrusko, Catherine D'ignazio, Dan Miller, Ezekiel Dixon-Roman, Guangyu (Tim) Wu, Jamon Van Den Hoek, Jia Zhang, Lucia Rebclino, Maksym Rokmaniko, Mitch McEwen, Mona Fawaz, Nicholas Masterton, Sasha Engelmann, Sophie Dyer, Wendy Hui Kyong Chun, and Yanni Loukissas. Please see the link <a href="https://centerforspatialresearch.github.io/spring2024_workshop/bios.html" target="_blank">here</a> for workshop contributors' bios.</p>
<p> Workshop Organizers: Laura Kurgan and Adeline Chum </p>
<p>We are interested in continuously adding to this repository to showcase emerging researchers and methodologies. Please contact the <a href="https://c4sr.columbia.edu/people" target="_blank">Center for Spatial Research</a> for any interest in tutorial submissions or project collaborations.</p>
</div>
</div>
</div>
</body>
</html>