-
Notifications
You must be signed in to change notification settings - Fork 0
/
datacode.html
executable file
·53 lines (36 loc) · 2.33 KB
/
datacode.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
<html>
<head>
<meta charset="utf-8">
<title>Cara Wong</title>
<meta name="Author" content="Cara Wong">
<meta name="Keywords" content="cara wong, homepage, website, home, political science, political behavior">
<meta name="description" content="Cara Wong, Illinois, University of Illinois, Associate Professor, Department of Political Science">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--css-->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="navbar">
<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 class="active" href="datacode.html"> Data/Code </a>
</div>
<h1> Data and Code </h1>
<h2> Maps in Their Heads </h2>
<p> <a href="https://github.com/cwong-lab/QualtricsMapping"> Code </a> for a project to enable the collection of hand-drawn maps and other map interactions within Qualtrics surveys. </p>
<h3> The Mapping Local Communities Canada Project </h3>
<p> <a href="https://doi.org/10.7910/DVN/9XWGHN"> Replication materials </a> for <a href="https://www.cambridge.org/core/journals/political-science-research-and-methods/article/maps-in-peoples-heads-assessing-a-new-measure-of-context/BD3853C4371549337D86EE421FDD722A"> "Maps in People’s Heads: Assessing A New Measure of Context"</a> </p>
<h3> The Mapping Local Communities UK and USA Projects </h3>
<p> <a href="https://github.com/bowers-illinois-edu/community-maps"> Code that we used to collect hand-drawn maps</a> for the Mapping Local Communities Canada Survey (code from <a href="https://github.com/markmfredrickson"> Mark Fredrickson</a>; project with Jake Bowers and Daniel Rubenson) </p>
<p> <a href="https://github.com/cwong-lab/bes-mapping"> Code used by YouGov to enable hand-drawn map
collection </a> in the British Election Study (2015) and
Comparative Congressional Election Studies (2014,
2016) (code from <a href="https://github.com/markmfredrickson"> Mark Fredrickson</a>) </p>
<h2> Boundaries of Obligation in American Politics </h2>
<p> <a href="http://github.com/cwong-lab/boundaries-of-obligation"> Supplementary tables for the book </a>
</div>
<script src='js/navbar.js' type="text/javascript"> </script>
</body>
</html>