-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEvents.html
More file actions
119 lines (103 loc) · 5.13 KB
/
Events.html
File metadata and controls
119 lines (103 loc) · 5.13 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Economics Department Site Reboot</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/DepartmentSite.css" media="screen">
</head>
<body>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1><a href="http://johnrobards.github.io/DepartmentSite/">Department of Economics</a></h1>
<p><a href="http://artsci.wustl.edu/">Arts & Sciences </a>|<a href="https://wustl.edu/"> Washington University in St. Louis</a>
<form action= "http://johnrobards.github.io/DepartmentSite/Search.html" method="GET">
<label>Site Search: <input type="text" name="q" /></label>
<input type="submit" value="Search" />
</form>
</p>
</div>
</div>
<nav class="navbar navbar-inverse">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="http://johnrobards.github.io/DepartmentSite/People.html">People</a></li>
<li><a href="http://johnrobards.github.io/DepartmentSite/Research_Centers.html">Research Centers</a></li>
<li><a href="http://johnrobards.github.io/DepartmentSite/Graduate.html">Graduate</a></li>
<li><a href="http://johnrobards.github.io/DepartmentSite/Undergraduate.html">Undergraduate</a></li>
<li><a href="http://johnrobards.github.io/DepartmentSite/Events.html">Events</a></li>
<li><a href="https://acadinfo.wustl.edu/CourseListings/CourseInfo.aspx?sem=SP2016&sch=L&dept=L11&crs=">Courses</a></li>
</ul>
</div>
</div>
</nav>
<br />
<br />
<div class="container">
<div class="row">
<div class="col-md-3 centered">
</div> <!-- col -->
<div class="col-sm-6 col-md-9">
<h2>Upcoming Events</h2>
<div class="panel panel-default">
<!-- Default panel contents -->
<div class="panel"></div>
<!-- Table -->
<table class="table">
<tr>
<td>April 13, 2016
<p>4:00 pm</p></td>
<td><a href="http://www.fernandoleibovici.com/">Financial Frictions and Export Dynamics in Large Devaluations (w/ D. Kohn and M. Szkup)</a>
<p>Fernando Leibovici (York University)</p>
<i>Seigle 348</i></td>
</tr>
<tr>
<td>April 15, 2016
<p>12:00 pm</p></td>
<td>Informal Seminar in Economic Theory (ISET): TBA
<p>Mushegh Harutyunyan (WUSTL)</p>
<i>Seigle 348</i></td>
</tr>
<tr>
<td>April 18, 2016
<p>12:00 pm</p></td>
<td>Building Strategic Self-Control
<p>Angela Lee Duckworth (University of Pennsylvania)</p>
<i>Seigle 348</i></td>
</tr>
<tr>
<td>April 19, 2016
<p>4:00 pm</p></td>
<td><a href="http://www.tse-fr.eu/">TBA</a>
<p>Takuro Yamashita (Toulouse School of Economics)</p>
<i>Seigle 304</i></td>
</tr>
</table>
</div>
</div> <!-- row -->
</div>
<hr />
<footer>
<p><a href="http://johnrobards.github.io/DepartmentSite/News.html">News</a> | <a href="http://email.wustl.edu/">Webmail login</a> | <a href="http://johnrobards.github.io/DepartmentSite/Contact.html">Contact Us</a> | <a href="http://johnrobards.github.io/DepartmentSite/SiteMap.html">Site Map</a></p>
<p>Department of Economics | Washington University in St. Louis | Campus Box 1208 | One Brookings Drive, St. Louis, MO 63130-4899 | (314) 935-5670 | <a href="mailto:woolley@wustl.edu">woolley@wustl.edu</a></p>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>