-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·150 lines (131 loc) · 5.77 KB
/
index.html
File metadata and controls
executable file
·150 lines (131 loc) · 5.77 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>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="home">
<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" class="active">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">Data & Code</a>
</nav>
</div>
</header>
<main id="main" class="site-main">
<section class="hero">
<div class="hero-text">
<p class="eyebrow">Professor of Political Science and Asian American Studies</p>
<h1>Cara J. Wong</h1>
<p class="lead">Political behavior, race and ethnicity, immigration, and citizenship</p>
<div class="hero-actions">
<a class="button" href="wong-vita.pdf">Download CV</a>
<a class="button ghost" href="mailto:carawong@illinois.edu">Email</a>
</div>
<dl class="hero-details">
<div>
<dt>Office</dt>
<dd>424 David Kinley Hall, 1407 W. Gregory Dr., Urbana, IL 61801</dd>
</div>
<div>
<dt>Institution</dt>
<dd>University of Illinois at Urbana-Champaign</dd>
</div>
</dl>
</div>
<div class="hero-photo">
<div class="photo-frame">
<img src="Images/imageWong.jpg" alt="Portrait of Cara J. Wong">
</div>
</div>
</section>
<section class="section focus-section">
<div class="container focus-grid">
<div>
<h2>Research focus</h2>
<ul class="focus-list">
<li>Political psychology and identity</li>
<li>Communities, place, and local context</li>
<li>Race, immigration, and public opinion</li>
<li>Citizenship, belonging, and civic obligation</li>
</ul>
</div>
<div>
<h2>Affiliations</h2>
<ul class="focus-list">
<li>Cline Center for Advanced Social Research</li>
<li>Center for Social and Behavioral Science</li>
<li>Center for Latin American and Caribbean Studies</li>
<li>Center for Global Studies</li>
</ul>
</div>
</div>
</section>
<section class="section content-section">
<div class="container content-narrow">
<h2>About</h2>
<p>Cara J. Wong studies how Americans define their communities and who they
believe deserves public support. Her book <em>Boundaries of Obligation in American
Politics</em> (Cambridge University Press) examines how geographic, racial, and
national identities shape these judgments. Recent work, including a 2025 article
in <em>BJPS</em>, investigates how people's perceptions of their local communities affect their political attitudes.</p>
<p>Wong is Professor of Political Science and Asian American Studies at the
University of Illinois, where she is Director of Graduate Studies and Associate Head for Graduate Programs in the Political
Science Department. She is past president of the Political Psychology section of the
American Political Science Association, co-founder of the Politics of Identity
Across Subfields (<a href="https://www.alivny.com/community/pias">PIAS</a>) at MPSA, and co-founder of the Intergroup Relations
Workshop Network. She has been a fellow at Stanford's <a href="https://casbs.stanford.edu/">Center for Advanced Study
in the Behavioral Sciences</a> and the <a href="https://www.russellsage.org/">Russell Sage Foundation</a>.</p>
<h2>On this site</h2>
<p>Find <a href="published.html">publications</a> with links to PDFs and journal sites, read
about <a href="papers.html">current projects</a>, browse recent <a href="teaching.html">teaching</a>,
and access <a href="datacode.html">data and code</a>.</p>
</div>
</section>
<section class="section card-section">
<div class="container card-grid">
<a class="card" href="published.html">
<span class="card-title">Publications</span>
<span class="card-text">Full citations with PDFs and journal links.</span>
</a>
<a class="card" href="papers.html">
<span class="card-title">Current Projects</span>
<span class="card-text">Book projects, works in progress, and related work.</span>
</a>
<a class="card" href="teaching.html">
<span class="card-title">Teaching</span>
<span class="card-text">Recent and past courses at Illinois.</span>
</a>
<a class="card" href="datacode.html">
<span class="card-title">Data & Code</span>
<span class="card-text">Replication materials and project repositories.</span>
</a>
</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>