-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspaces-events.html
425 lines (375 loc) · 19.7 KB
/
spaces-events.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
415
416
417
418
419
420
421
422
423
424
425
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Library Event Calendar</title>
<meta name="generator" content="Bootply" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/lib-main.css" rel="stylesheet">
</head>
<body>
<div id="skip">
<a href="#content">Skip to Main Content</a>
</div>
<!-- Top Navigation -->
<nav class="navbar navbar-default"> <!-- Navwrapper -->
<!-- Mobile top right nav -->
<div class="mobile-topnav visible-xs visible-sm">
<a href="#"><i class="fa fa-clock-o fa-lg"></i></a> | <a href="#"><i class="fa fa-comment fa-lg"></i></a> | <a href="#"><i class="fa fa-gift fa-lg"></i></a> | <a href="#"><i class="fa fa-user fa-lg"></i></a>
</div>
<!-- // Mobile top right nav -->
<div class="container-fluid fluid-top"> <!-- Nav Wrapper / Fluid Top -->
<!-- Mobile + Menu Toggle -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#global-navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img itemprop="logo" src="images/color-logo.png" class="img-responsive" alt="library logo"></a>
</div> <!-- // end navbar-header -->
<!-- // Mobile + Menu Toggle -->
<!-- Top right nav --> <!-- Hidden XS + SM -->
<ul class="nav navbar-nav hidden-xs hidden-sm navbar-right" id="navbar-right">
<li><a href="asklib-updated.html"><i class="fa fa-comment fa-lg ask-online"></i> Ask a Librarian</a></li>
<li class="dropdown" itemscope itemtype="http://schema.org/Library"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-clock-o"></i> <span itemprop="name">Regenstein Library</span>: 8:00am-10:30pm <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Crerar Library: 8:00am-10:30pm</a></li>
<li><a href="#">D'Angelo Law Library: 8:00am-9:00pm</a></li>
<li><a href="#">Eckhart Library: 9:00am-5:30pm</a></li>
<li><a href="#">Mansueto Library: 9:00am-6:00pm</a></li>
<li><a href="#">Special Collections: 8:30am-4:30pm</a></li>
<li><a href="#">SSA Library: 9:00am-5:00pm</a></li>
<li><a href="#">View all Locations <span class="glyphicon glyphicon-chevron-right" style="font-size:0.8em;"></span></a></li>
</ul>
</li>
<li><a href="#"><i class="fa fa-gift"></i> Support the Library</a></li>
<li><a href="#"><i class="fa fa-user"></i> My Accounts</a></li>
</ul>
<!-- // Top right nav -->
<!-- Main Navigation (In Toggle) -->
<div class="collapse navbar-collapse" id="global-navbar"> <!-- Global Navbar -->
<ul class="nav navbar-nav"> <!-- Dropdown Nav -->
<!-- Search Dropdown -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Search<span class="caret"></span></a>
<ul class="dropdown-menu twocol-drop">
<li>
<ul class="list-unstyled col-sm-6 ul-left">
<li class="twocol-head">Catalogs</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Library Catalog</a></li>
<li><a href="#">UBorrow</a></li>
<li><a href="#">BorrowDirect</a></li>
<li><a href="#">WorldCat</a></li>
<li><a href="#">Other Catalogs</a></li>
</ul>
<ul class="list-unstyled col-sm-6">
<li class="twocol-head">Other Search Tools</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Articles Plus</a></li>
<li><a href="#">Database Finder</a></li>
<li><a href="#">EJournals</a></li>
<li><a href="#">Website Search</a></li>
</ul>
</li>
</ul>
</li>
<!-- // Search Dropdown -->
<!-- Borrow/Request Dropdown -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Borrow & Request <span class="caret"></span></a>
<ul class="dropdown-menu twocol-drop">
<li>
<ul class="list-unstyled col-sm-6 ul-left">
<li class="twocol-head">Borrowing</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Borrowing & Renewing</a></li>
<li><a href="#">Due Dates & Loan Periods</a></li>
<li><a href="#">Fines & Lost Items</a></li>
<li><a href="#">Course Reserves</a></li>
<li><a href="#">My Accounts</a></li>
</ul>
<ul class="list-unstyled col-sm-6">
<li class="twocol-head">Requesting</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Request Articles & Chapters</a></li>
<li><a href="#">Request Books & Other Media</a></li>
<li><a href="#">Suggest a Purchase</a></li>
</ul>
</li>
</ul>
</li>
<!-- // Borrow/Request Dropdown -->
<!-- Research Dropdown -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Research <span class="hidden-sm">& Teaching </span><span class="caret"></span></a>
<ul class="dropdown-menu twocol-drop">
<li>
<ul class="list-unstyled col-sm-5 ul-left">
<li class="twocol-head">Research Help & Tools</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Ask a Librarian</a></li>
<li><a href="#">Subject Specialists</a></li>
<li><a href="#">Library Instruction</a></li>
<li><a href="#">Citation Management</a></li>
<li><a href="#">Off-Campus Access</a></li>
<li><a href="#">Help Guides</a></li>
<li><a href="#">Subject Guides</a></li>
</ul>
<ul class="list-unstyled col-sm-7">
<li class="twocol-head">Teaching Support</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Course Reserves</a></li>
<li><a href="#">Research Instruction for Courses</a></li>
<hr style="border:0; border-top: 1px solid #767676;">
<li class="twocol-head">Scholarly Communication & Publishing</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Dissertation Office</a></li>
<li><a href="#">Digital Scholarship</a></li>
<li><a href="#">Copyright Info</a></li>
</ul>
</li>
</ul>
</li>
<!-- // Research Dropdown -->
<!-- Collection/Exhibits Dropdown -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Collections <span class="hidden-sm">& Exhibits <span class="caret"></span></a>
<ul class="dropdown-menu twocol-drop">
<li>
<ul class="list-unstyled col-sm-6 ul-left">
<li class="twocol-head">Collections</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Collecting Areas by Subject</a></li>
<li><a href="#">Unique Collections</a></li>
<li><a href="#">Collection by Format</a></li>
</ul>
<ul class="list-unstyled col-sm-6">
<li class="twocol-head">Exhibits</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">All Exhibits</a></li>
<li><a href="#">Current Exhibits</a></li>
<li><a href="#">Past Exhibits</a></li>
<li><a href="#">Web Exhibits</a></li>
</ul>
</li>
</ul>
</li>
<!-- // Collection/Exhibits Dropdown -->
<!-- Locations Dropdown -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Using<span class="hidden-xs hidden-sm"> the Library </span><span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-right twocol-drop">
<li>
<ul class="list-unstyled col-sm-6 ul-left">
<li class="twocol-head">Libraries</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="home-crerar-updated.html">Crerar</a></li>
<li><a href="a3-search-law.html">D'Angelo Law</a></li>
<li><a href="#">Eckhart</a></li>
<li><a href="#">Mansueto</a></li>
<li><a href="#">Regenstein</a></li>
<li><a href="#">Special Collections</a></li>
<li><a href="#">SSA</a></li>
<li><a href="spaces-fullhours.html">View all hours</a></li>
</ul>
<ul class="list-unstyled col-sm-6">
<li class="twocol-head">Using Spaces & Services</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Visiting the Library</a></li>
<li><a href="#">Call Number Guides</a></li>
<li><a href="#">Book a Room</a></li>
<li><a href="#">Places to Study</a></li>
<li><a href="#">Access & Privileges</a></li>
<li><a href="#">Off-Campus Access</a></li>
<li><a href="#">Copy, Print, Scan</a></li>
<li><a href="#">TECHB@R</a></li>
</ul>
</li>
</ul>
</li>
<!-- // Locations Dropdown -->
<!-- About Mega Dropdown -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About <span class="hidden-xs hidden-sm hidden-md">the Library </span><span class="caret"></span></a>
<ul class="dropdown-menu dropdown-menu-right twocol-drop">
<li>
<ul class="list-unstyled col-sm-6 ul-left">
<li class="twocol-head">About the Library</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">Mission & Strategic Plan</a></li>
<li><a href="#">Facts</a></li>
<li><a href="#">Departments & Staff</a></li>
<li><a href="#">Employment</a></li>
<li><a href="#">Visiting the Library</a></li>
<li><a href="#">Support the Library</a></li>
<li><a href="#">Library Sureys & Reports</a></li>
<li><a href="#">Library Policies</a></li>
<li><a href="#">Conferences</a></li>
<li><a href="#">External Boards & Committees</a></li>
</ul>
<ul class="list-unstyled col-sm-6">
<li class="twocol-head">News & Events</li>
<li role="separator" class="divider visible-xs"></li>
<li><a href="#">News</a></li>
<li><a href="#">Workshops & Events</a></li>
<li><a href="#">Social Media Directory</a></li>
<li><a href="#">Libra</a></li>
</ul>
</li>
</ul>
</li>
<!-- // About Dropdown -->
</ul> <!-- // Dropdown Nav -->
</div> <!-- // Global Navbar -->
</div> <!-- // Nav Wrapper / Fluid Top -->
</nav><!-- // Top Navigation -->
<!-- Awesome Page Content -->
<div class="container-fluid main-container"> <!-- Main Container Wrapper -->
<div class="row row-offcanvas row-offcanvas-left"> <!-- Off Canvas Wrapper Row -->
<div class="col-md-12 breadcrumbs hidden-xs hidden-sm"><a href="#">About</a> > <a href="#">News</a> > Workshops & Events</a></div>
<div class="container body-container col-xs-12 col-lg-11 col-lg-offset-1" id="content"> <!-- Content Container -->
<!-- *********** START VARIABLE CONTENT *********** -->
<div class="col-xs-12 page-head">
<h1>Library Events</h1>
</div>
<div class="col-xs-12 col-sm-6">
<div class="btn-group spaces-toggle col-xs-9 col-sm-9">
<a href="#" class="btn btn-list-toggle active">Day</a>
<a href="#" class="btn btn-list-toggle">Week</a>
<a href="#" class="btn btn-list-toggle">Month</a>
</div>
</div>
<div class="col-xs-12 col-sm-6 event-nav">
<a href="/cal/main/setViewPeriod.do?b=de&date=20160330"><span class="glyphicon glyphicon-chevron-left" style="font-size:0.8em;"></span> Previous</a>
<a href="/cal/main/setViewPeriod.do?b=de&date=20160401">Next <span class="glyphicon glyphicon-chevron-right" style="font-size:0.8em;"></span></a>
</div>
<!--EVENTLIST-->
<div class="col-xs-12">
<table class="table table-striped etable">
<thead>
<tr>
<th>Time</th>
<th>Event</th>
<th>Registration</th>
</tr>
</thead>
<tbody>
<tr class="etable-header">
<th colspan="3">
Thursday, March 31, 2016
</th>
</tr>
<tr>
<td class="time">1:00–2:00 p.m.</td>
<td>
<a href="/cal/event/eventView.do?b=de&calPath=%2Fpublic%2Fcals%2FMainCal&guid=CAL-ff808081-5326dd34-0153-29001302-00002ad7eventscalendar@uchicago.edu&recurrenceId=">Dissertation Procedures for Students</a><br/>
<em>Regenstein Library, A11</em><br/>
Are you a Ph.D. student planning to graduate in Spring 2016? June 2016 doctoral candidates will use a web-based interface for online submission, review, and publication of dissertations. In this session, we will review the procedures for submitting your dissertation electronically. Please feel free to bring your questions to the session.</td>
<td><a href="#">Register Online</a></td>
</tr>
<tr>
<td class="time">1:30–3:00 p.m.</td>
<td>
<a href="/cal/event/eventView.do?b=de&calPath=%2Fpublic%2Fcals%2FMainCal&guid=CAL-ff808081-5220387f-0152-22f14e98-00005329eventscalendar@uchicago.edu&recurrenceId=20160331T130000Z">EndNote Online or Zotero? Selecting the Best Citation Manager</a><br/>
<em>Crerar Library</em><br/>
Citation managers are powerful, time-saving tools that help you manage your research. They can also help you format your papers in MS Word by creating bibliographies, citations, and footnotes automatically in the style you choose, such as APA or Chicago. This workshop will compare how EndNote Online and Zotero – two popular citation managers – allow you to save, share, and cite information. In order to provide a side-by-side comparison of tools, the format of this workshop is demonstration.</td>
<td> </td>
</tr>
<tr class="etable-header">
<th colspan="3">Exhibits</th>
</tr>
<tr>
<td class="time">9/21/15–4/31</td>
<td>
<a href="/cal/event/eventView.do?b=de&calPath=%2Fpublic%2Fcals%2FMainCal&guid=CAL-ff808081-4ee2e274-014e-e662901a-00004737eventscalendar@uchicago.edu&recurrenceId=">Exhibit: A Bold Experiment</a><br/>
<em>Crerar Library</em></td>
<td>Cost: Free</td>
</tr>
<tr>
<td class="time">3/28–6/17</td>
<td>
<a href="/cal/event/eventView.do?b=de&calPath=%2Fpublic%2Fcals%2FMainCal&guid=CAL-ff808081-526852c8-0152-6a585cbf-000034bceventscalendar@uchicago.edu&recurrenceId=">Integrity of the Page: The Creative Process of Daniel Clowes</a><br/>
<em>Regenstein Library, The Special Collections Research Center</em></td>
<td>Cost: Free</td>
</tr>
</tbody>
</table>
</div>
<!-- *********** END VARIABLE CONTENT *********** -->
</div> <!-- // Content Container -->
</div> <!-- // Off Canvas Wrapper Row -->
</div> <!-- // Main Container Wrapper -->
<!-- // Awesome Page Content -->
<!-- Footer -->
<footer class="container-fluid footer">
<!-- Contact -->
<div class="col-sm-2 col-md-2">
<p>Contact<br/>
<a href="#">Contact Form</a><br/>
<a href="#">Library Departments</a><br/>
<a href="#"><a href="#">Staff Directory</a><br/></p>
</div>
<!-- // Contact -->
<hr class="visible-xs"> <!-- Mobile Divider -->
<!-- Information -->
<div class="col-sm-2 col-md-2 divider-vertical">
<p>Information for<br/>
<a href="#">Faculty</a><br/>
<a href="#">Students</a><br/>
<a href="#">University Staff</a><br/>
<a href="#"><a href="#">Visitors</a><br/>
<a href="#"><a href="#">Alumni & Library Friends</a><br/>
<a href="#">Patrons with Disabilities</a></p>
</div>
<!-- // Information -->
<hr class="visible-xs"> <!-- Mobile Divider -->
<!-- Libraries -->
<div class="col-sm-2 col-md-2 col-sm-push-4 col-md-push-4 divider-vertical">
<p>Libraries<br/>
<a href="#">Crerar</a><br/>
<a href="#">D’Angelo Law</a><br/>
<a href="#">Eckhart</a><br/>
<a href="#">Mansueto</a><br/>
<a href="#">Regenstein</a><br/>
<a href="#">SSA</a></p>
</div>
<!-- // Libraries -->
<hr class="visible-xs"> <!-- Mobile Divider -->
<!-- Social -->
<div class="col-sm-2 col-md-2 col-sm-push-4 col-md-push-4">
<p>Library Social Media<br/>
<a href="#"><i class="fa fa-facebook-official"></i> Facebook</a><br/>
<a href="#"><i class="fa fa-rss-square"></i> Library News</a><br/>
<a href="#"><i class="fa fa-clone"></i> More Library Accounts...</a></p>
</div>
<!-- // Social -->
<hr class="visible-xs"> <!-- Mobile Divider -->
<!-- Address / Logo Text for Desktop-->
<div class="col-md-4 col-sm-pull-4 col-md-pull-4">
<div class="centerdiv">
<img src="images/unvlogo-white.png" width="150px" height="auto">
<!-- Library Location: Address -->
<p>University of Chicago Library<br/>
1100 East 57th Street, Chicago, IL 60637</p>
<small><a href="#">Privacy Policy</a><br/>
© University of Chicago</small>
</div>
</div>
<!-- // Address / Logo Text -->
</footer>
<!-- // Footer -->
<!-- Scripts -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/lib-main.min.js"></script>
<!-- // Scripts -->
</body>
</html>