-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresearch.html
114 lines (91 loc) · 3.9 KB
/
research.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href='//fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Raleway:100,300'
rel='stylesheet' type='text/css' />
<link href='//fonts.googleapis.com/css?family=Exo:400,100'
rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Alegreya+Sans+SC:400,100' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Maven+Pro' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Anaheim' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="blueprint/screen.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="blueprint/print.css" type="text/css" media="print" />
<link rel="stylesheet" href="syntax-default.css" type="text/css" />
<link rel="stylesheet" href="mystyle.css">
<!-- <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -->
<!-- <meta name="generator" content="Adobe GoLive"> -->
<title>Velasco Homepage</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-35981132-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
<div class="span-16 prepend-4 append-4">
<div id="title">
Carlos Velasco Rivera
</div>
<div id="navbar">
<ul>
<li><a href="index.html">About</a></li>
<!-- <li><a href="cv.html">CV</a></li> -->
<li id="active"> <a href="research.html" id="current">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<!-- <li><a href="data.html">Data</a></li> -->
</ul>
</div>
</div>
</div>
<!-- <div class="container"> -->
<!-- <div class="span-16 first prepend-4 append-2"> -->
<!-- <div id="content"> -->
<!-- <div class="span-16"> -->
<!-- <img src="../images/lobby.jpg" height = 538px width = 800px alt=""> -->
<!-- </div> -->
<h3>Working Papers</h3>
<hr>
<p>Velasco Rivera, Carlos. <a href="../papers/dynasties.pdf">"Political Dynasties and Party Strength: Evidence from Victorian Britain."</a>
</p>
<h3>Publications</h3>
<hr>
<p>Velasco Rivera, Carlos. <a href="../papers/bureaucrats.pdf">"Loyalty or Incentives? How party alignment affects
bureaucratic performance."</a>
(Forthcoming, <em>Journal of Politics</em>)</p>
<p>Imai, Kosuke, Gary King, and Carlos Velasco Rivera. <a
href="http://j.mp/1Sh9PXL">"Do Nonpartisan Programmatic Policies Generate Partisan
Electoral Effects? Evidence from Two Large Scale Randomized
Evaluations."</a> (Forthcoming, <em>Journal of Politics</em>)</p>
<p>Abramson, Scott and Carlos Velasco Rivera. (2016). <a href="http://www.journals.uchicago.edu/doi/pdfplus/10.1086/686156">"Time is Power: The Non-Institutional Sources
of Stability in Autocracies."</a> <em>Journal of Politics</em>,
Vol. 78, No. 4, pp. 1279-1295.
</p>
<p>Hansen, Stephen, Michael McMahon, and Carlos Velasco
Rivera. (2014). <a href="http://www.sciencedirect.com/science/article/pii/S0304393214000841">"Preferences
or Private Assessments on a Monetary Policy Committee?"</a>
<em>Journal of Monetary Economics</em>, Vol. 67, pp. 16-32.
</p>
</div>
</div>
</div>
<!-- </div> -->
</body>
</html>
<script language="JavaScript">
function ShowHide(divId)
{
if(document.getElementById(divId).style.display == 'none')
{
document.getElementById(divId).style.display='block';
}
else
{
document.getElementById(divId).style.display = 'none';
}
}
</script>