-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatacode.html
More file actions
executable file
·78 lines (71 loc) · 3.24 KB
/
datacode.html
File metadata and controls
executable file
·78 lines (71 loc) · 3.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Data & Code | Cara Wong</title>
<meta name="description" content="Research on political behavior, communities, race, immigration, and citizenship.">
<link rel="stylesheet" href="assets/site.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=Libre+Baskerville:wght@400;700&family=Source+Sans+3:wght@300;400;600&display=swap" rel="stylesheet">
<script defer src="assets/site.js"></script>
</head>
<body class="page">
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<div class="container nav-wrap">
<a class="brand" href="index.html">Cara Wong</a>
<button class="nav-toggle" type="button" aria-expanded="false" aria-controls="site-nav">
Menu
</button>
<nav id="site-nav" class="nav-links">
<a href="index.html">Home</a>
<a href="published.html">Publications</a>
<a href="papers.html">Current Projects</a>
<a href="teaching.html">Teaching</a>
<a href="datacode.html" class="active">Data & Code</a>
</nav>
</div>
</header>
<main id="main" class="site-main">
<section class="page-hero">
<div class="container">
<p class="eyebrow">Materials</p>
<h1>Data & Code</h1>
<p class="lead">Replication materials, project repositories, and data resources.</p>
</div>
</section>
<section class="section content-section">
<div class="container content-narrow">
<h2>Maps in Their Heads Projects</h2>
<ul>
<li><a href="https://github.com/cwong-lab/QualtricsMapping">Qualtrics mapping tools</a> for collecting hand-drawn maps and map interactions in surveys.</li>
</ul>
<h3>Mapping Local Communities Canada</h3>
<ul>
<li><a href="https://doi.org/10.7910/DVN/R6ABJ2">Replication Materials</a> for "A Two Path Theory of Context Effects: Pseudoenvironments and Social Cohesion."</li>
<li><a href="https://doi.org/10.7910/DVN/9XWGHN">Replication materials</a> for "Maps in People's Heads: Assessing A New Measure of Context."</li>
</ul>
<h3>Mapping Local Communities UK and USA</h3>
<ul>
<li><a href="https://github.com/bowers-illinois-edu/community-maps">Survey mapping code</a> used to collect hand-drawn maps in the Mapping Local Communities Canada Survey.</li>
<li><a href="https://github.com/cwong-lab/bes-mapping">YouGov mapping code</a> used in the British Election Study (2015) and Comparative Congressional Election Studies (2014, 2016).</li>
</ul>
<h2>Boundaries of Obligation in American Politics</h2>
<ul>
<li><a href="http://github.com/cwong-lab/boundaries-of-obligation">Supplementary tables</a> for the book.</li>
</ul>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container footer-inner">
<div>
<strong>Cara Wong</strong> · University of Illinois at Urbana-Champaign
</div>
<div>Last updated 2026</div>
</div>
</footer>
</body>
</html>