-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (57 loc) · 4.84 KB
/
index.html
File metadata and controls
74 lines (57 loc) · 4.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,500;1,700;1,900&display=swap" rel="stylesheet"> -->
<!-- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
</head>
<body><header class="site-header">
<div class="wrapper"><a class="site-title" rel="author" href="index.html">Center for Spatial Research Workshop</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>
<div class="trigger">
<a class="page-link" href="./bios.html">Speakers</a>
<a class="page-link" href="./location.html">Location </a>
<a class="page-link" href="./schedule.html">Schedule </a>
</div>
</nav></div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<div class="home">
<div class="post-content">
<h3>
<p><span class="post-meta">February 16-17, 2024</span></p>
<p>Over the past seven years, the <a href="https://c4sr.columbia.edu/">Center for Spatial Research</a> (CSR) has collaborated with colleagues using computational tools and methods linking the humanities and the data sciences. Our projects have centered on conflict urbanism and spatial inequality, and our interest has been in the environments and mediums through which they are propagated. We have looked at a variety of topics (climate, language, migration, networks, racism, urban warfare, vulnerability) not just by using spatial data but by attending to the ways in which that data shapes the fields it represents and vice versa.</p>
<p>In this two day workshop, we are bringing together a multidisciplinary group of activists, artists, academics, journalists, computer scientists, data scientists, social scientists, and designers to share their approaches to research-through-practice. We will have conversations around public interest technologies, algorithmic auditing, contextualizing and validating data, protection against algorithmic censorship, the creation of more inclusive models for marginalized communities, and more. Through these conversations, our aim is to collectively examine and create and/or collect a variety of tools, tutorials, and approaches to counter- and critical- AI, cartography, and data visualization.</p>
<p>The outcome of the workshop will be determined by the workshop and the results will be published in a format we all agree upon. The small size of the workshop including its audience will ensure an intimate conversation. For longevity, the presentations will be recorded (with your permission) and our team will be taking notes on recurring themes, methods, and tools discussed throughout the day. In the following weeks, we will formulate questions to assist speakers in reflecting on the workshop and providing a framework or set of approaches or techniques or methods used in the range of projects.</p>
<p>CSR has been supported by a grant from the Mellon Foundation. Now, in the culminating year of that grant, the workshop will be a space to reflect on CSR’s work as well as the methodologies developed through our many collaborations, and to chart new paths for future projects.
</p>
</h3>
</div>
</div>
</div>
</main><footer class="site-footer h-card">
<data class="u-url" href="/"></data>
<div class="wrapper">
<div class="footer-col-wrapper">
<div class="footer-col">
<p>The Center for Spatial Research and work produced in this workshop is supported by Andrew W. Mellon Foundation and Columbia Graduate School of Architecture, Planning and Preservation.</p>
</div>
</div>
<!-- <div class="social-links"><ul class="social-media-list"></ul> -->
</div>
</div>
</footer>
</body>
</html>