-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·414 lines (406 loc) · 17.5 KB
/
index.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
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Professor Dean Karlan</title>
<link rel="shortcut icon" type="image/icon" href="images/favicon.ico" />
<link href="css/font-awesome.min.css" rel="stylesheet" />
<link href="css/bootstrap.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
/>
<!-- Google Fonts -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<!-- Material Design Bootstrap -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.14.0/css/mdb.min.css"
rel="stylesheet"
/>
<link href="css/style.css" rel="stylesheet" />
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="js/jquery.min.js" type="text/javascript"></script>
</head>
<body id="body" data-spy="scroll" data-target=".header" data-offset="0">
<header class="header fixed-top">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand logo-wrap" href="#body">
<span style="font-weight: 600; font-size: 25px; color: #e9e9e9"
>Professor Dean Karlan</span
>
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#menu"
aria-controls="menu"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="menu">
<ul class="navbar-nav ml-auto mt-lg-0">
<li class="js_nav-item nav-item">
<a class="nav-link nav-item-child nav-item-hover" href="#body"
>Home</a
>
</li>
<li class="js_nav-item nav-item">
<a
class="nav-link nav-item-child nav-item-hover"
href="https://drive.google.com/file/d/1klr4amsGQiRd1-GQgl9wvYz988Md7pvq/view?usp=sharing"
download="Dean Karlan"
>CV</a
>
</li>
<li class="js_nav-item nav-item dropdown">
<a
class="nav-link nav-item-child nav-item-hover dropdown-toggle"
href="#"
id="navbarDropdown"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Publications
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a
class="dropdown-item nav-link nav-item-child nav-item-hover"
href="Academic-Papers.html"
>Academic Papers</a
>
<a
class="dropdown-item nav-link nav-item-child nav-item-hover"
href="Academic-Reviews.html"
>Academic Reviews</a
>
<a
class="dropdown-item nav-link nav-item-child nav-item-hover"
href="Policy-Papers.html"
>Policy Papers</a
>
<a
class="dropdown-item nav-link nav-item-child nav-item-hover"
href="Op-Eds.html"
>Op-Eds</a
>
</div>
</li>
<li class="js_nav-item nav-item">
<a
class="nav-link nav-item-child nav-item-hover"
href="books.html"
>Books</a
>
</li>
<li class="js_nav-item nav-item">
<a
class="nav-link nav-item-child nav-item-hover"
href="pictures.html"
>Photos</a
>
</li>
</ul>
</div>
</nav>
</header>
<div id="home" role="banner">
<div class="home-overlay">
<div class="container">
<div>
<div class="details">
<div class="faculty-intro">
<span class="faculty-title">Dean Karlan</span><br /><br />
<h5>
<p>
Professor of Economics and Finance, Kellogg School of
Management, Northwestern University
</p>
<p>Chief Economist, USAID</p>
<p>Founder, Innovations for Poverty Action</p>
<p>Co-Founder, ImpactMatters</p>
</h5>
<br /><br />
<ul class="list-inline">
<li class="list-inline-item">
<a
href="mailto:[email protected]"
class="social-icons"
title="[email protected]"
><i class="fab fa-envelope fa"></i
></a>
</li>
<li class="list-inline-item">
<a
href="tel:+18474918706 "
class="social-icons"
title="+1-847-491-8706"
><i class="fa fa-phone fa"></i
></a>
</li>
<li class="list-inline-item">
<a
href="#"
target="_blank"
class="social-icons"
onclick="window.open('https://scholar.google.com/citations?user=bMOqYycAAAAJ&hl=en', '_blank','width=600,height=600,toolbar=1,location=1,locationbar=1,menubar=1,status=1'); return false;"
><i
class="ai ai-google-scholar ai"
title="Google Scholar"
></i
></a>
</li>
<li class="list-inline-item">
<a
href="#"
target="_blank"
class="social-icons"
onclick="window.open('https://twitter.com/deankarlan?lang=en', '_blank','width=600,height=600,toolbar=1,location=1,locationbar=1,menubar=1,status=1'); return false;"
><i class="fab fa-twitter" title="Twitter"></i
></a>
</li>
<li class="list-inline-item">
<a href="#footer" class="social-icons" title="Address"
><i class="fas fa-map-marker-alt"></i
></a>
</li>
</ul>
</div>
<div class="faculty-img">
<!-- <div class="faculty-img-overlay" >-->
<img
src="images/about/Karlen-Dean.jpg"
alt="Dean Karlan"
width="100%"
/>
<!-- </div>-->
</div>
</div>
</div>
</div>
</div>
</div>
<main role="main">
<section id="about">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="about-container">
<div class="title-container">
<div class="about-details">
<h2 class="section-title">Biography</h2>
<p style="text-align: center">
<br />
</p>
<p>
Dean Karlan is the Frederic Esser Nemmers Distinguished
Professor of Economics and Finance at Northwestern
University, co-Director with Christopher Udry of the
Global Poverty Research Lab at Northwestern University,
and the Founder and President of
<a href="https://www.poverty-action.org" target="_blank"
>Innovations for Poverty Action</a
>, a non-profit organization dedicated to discovering and
promoting solutions to global poverty problems. Karlan is
also on the Executive Committee of the Board of Directors
of the
<a
href="https://www.povertyactionlab.org"
target="_blank"
>
M.I.T. Jameel Poverty Action Lab</a
>. In 2015, he also co-founded
<a href="https://www.impactmatters.org" target="_blank"
>ImpactMatters</a
>, a nonprofit dedicated to estimating and rating impact
of nonprofit organizations in order to help donors choose
good charities and to promote more transparency in the
nonprofit sector.
</p>
<p>
His research focuses on microeconomic issues of poverty,
typically employing experimental methodologies and
behavioral economics insights to examine what works, what
does not, and why to address social problems. His work
spans many geographies and topics, including sustainable
income generation for those in abject poverty, credit and
savings markets for low income households, agriculture for
smallholder farmers, small and medium entrepreneurship and
smoking cessation, and charitable giving. He has worked in
over twenty countries around the world, including both low
income countries and also the United States.
</p>
<p>
As a social entrepreneur, he co-founded
<a href="https://www.stickk.com" target="_blank"
>stickK.com</a
>, a website that uses lessons from behavioral economics
to help people reach personal goals, such as weight loss
and smoking cessation, through commitment contracts.
</p>
<p>
In 2011, Karlan co-authored
<a
href="https://www.amazon.com/More-Than-Good-Intentions-Economics/dp/052595189X/ref=tmm_hrd_swatch_0?_encoding=UTF8&qid=&sr="
target="_blank"
>More Than Good Intentions: How a New Economics is
Helping to Solve Global Poverty</a
>; in 2016 he co-authored
<a
href="https://www.amazon.com/Failing-Field-Learn-Research-Wrong/dp/0691161895"
target="_blank"
>Failing in the Field</a
>; in 2018 he co-authored
<a
href="https://www.amazon.com/Goldilocks-Challenge-Right-Fit-Evidence-Social/dp/019936608X/ref=sr_1_1?ie=UTF8&qid=1519275363&sr=8-1&keywords=karlan+goldilocks&dpID=415j8ifbAXL&preST=_SY291_BO1,204,203,200_QL40_&dpSrc=srch"
target="_blank"
>The Goldilocks Challenge: Right-Fit Evidence for the
Social Sector</a
>; and in 2020 he co-authored the third edition of a
economics principles textbook,
<a
href="https://www.amazon.com/Economics-Dean-Karlan/dp/1260566064/ref=dp_ob_title_bk"
target="_blank"
>Economics</a
>.
</p>
<p>
Karlan received a Presidential Early Career Award for
Scientists and Engineers, an Alfred P. Sloan Foundation
Fellowship, and a Guggenheim Fellowship. He was awarded
distinguished alumni awards from the University of Chicago
Booth Graduate School of Business and the Duke University
Talent Identification Program.
</p>
<p>
Previously, Karlan was the Samuel C Park, Jr Professor of
Economics at Yale University, and Assistant Professor of
Economics at Princeton University. Karlan received a Ph.D.
in Economics from M.I.T., an M.B.A. and an M.P.P. from the
University of Chicago, and a B.A. in International Affairs
from the University of Virginia.
</p>
<br />
<h2 class="section-title">Research Initiatives</h2>
<p style="text-align: center">
<br />
</p>
<p>
Professor Dean Karlan is leading or involved with the
following research initiatives that operate both in
low-income countries and the United States:
<a
href="https://www.kellogg.northwestern.edu/research/global-poverty-research-lab.aspx"
target="_blank"
>Global Poverty Research Lab</a
>
(Northwestern University);
<a
href="https://www.poverty-action.org/program-area/financial-inclusion"
target="_blank"
>Financial Inclusion Program</a
>
(Innovations for Poverty Action),
<a
href="https://www.povertyactionlab.org/sector/finance"
target="_blank"
>Finance Program</a
>
(M.I.T. Jameel Poverty Action Lab),
<a
href="https://www.poverty-action.org/program-area/small-and-medium-enterprises"
target="_blank"
>
Small and Medium Enterprises Program</a
>
(Innovations for Poverty Action),
<a
href="https://www.poverty-action.org/program-area/social-protection"
target="_blank"
>Social Protection Program</a
>
(Innovations for Poverty Action).
</p>
</div>
<div class="about-img">
<div class="about-img-overlay">
<img
id="about-img1"
src="images/about/dk_about.jpg"
alt="Dean Karlan"
/>
</div>
<br />
<div class="about-img-overlay">
<img
id="about-img2"
src="images/about/dk_about1.jpg"
alt="Dean Karlan"
/>
</div>
<div class="about-img-overlay">
<img
id="about-img3"
src="images/about/dk_about3.JPG"
alt="Dean Karlan"
/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer id="footer" role="contentinfo">
<div class="container">
<div class="footer-area">
<div class="footer-content">
<div class="col-xs-12">
<h4 class="text-uppercase" style="color: #2c7cf6">Dean Karlan</h4>
<h5>Kellogg School of Management | Northwestern University</h5>
<h6>Kellogg Global Hub</h6>
<h6>2211 Campus Drive, Room 4441</h6>
<h6>Evanston, IL 60208</h6>
<h6>dean.karlan AT gmail.com</h6>
</div>
</div>
</div>
</div>
</footer>
<script src="js/jquery-migrate.min.js" type="text/javascript"></script>
<script src="js/bootstrap.js"></script>
<script src="js/jquery.smooth-scroll.js" type="text/javascript"></script>
<script src="js/jquery.parallax.min.js" type="text/javascript"></script>
<script src="js/jquery.appear.js" type="text/javascript"></script>
<script src="js/wow.js" type="text/javascript"></script>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.14.0/js/mdb.min.js"
></script>
<script>
$(".navbar-nav>li>a").on("click", function () {
$(".navbar-collapse").collapse("hide");
});
</script>
</body>
</html>