-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdirectory-staff2.html
471 lines (422 loc) · 22.6 KB
/
directory-staff2.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
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Library Directory</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.ss" 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="home-updated.html"><img 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"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-clock-o"></i> Regenstein Library: 8:00am-10:30pm <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="home-crerar-updated.html">Crerar Library: 8:00am-10:30pm</a></li>
<li><a href="a3-search-law.html">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="spaces-fullhours.html">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 / 2-Col -->
<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 / 2-Col -->
<!-- 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="borrowing.html">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 / 2-Col -->
<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 / 2-Col -->
<!-- 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 / 2-Col -->
<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="#">Maps & Floor Plans</a></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 / 2-Col -->
<!-- About Mega Dropdown / 2-Col -->
<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 / 2-Col -->
</ul> <!-- // Dropdown Nav -->
</div> <!-- // Global Navbar -->
</div> <!-- // Nav Wrapper / Fluid Top -->
</div> <!-- Navwrapper -->
</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="#">The Library </a> > Library Directory</div>
<div class="container body-container col-xs-12 col-lg-11 col-lg-offset-1" id="content"> <!-- Content Container -->
<h1>Library Directory</h1>
<!-- *********** START VARIABLE CONTENT *********** -->
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="btn-group spaces-toggle">
<a href="directory2.html" class="btn btn-list-toggle">Departments</a>
<a href="directory-staff2.html" class="btn btn-list-toggle active">Staff</a>
</div>
</div>
<div class="col-xs-12 col-sm-6">
<form class="searchbox">
<input type="search" placeholder="Search directory " name="search" class="searchbox-input" onkeyup="buttonUp();" required>
<input type="submit" class="searchbox-submit">
<span class="searchbox-icon"><i class="fa fa-search" aria-hidden="true"></i></span>
</form>
</div>
<div class="col-xs-12 coll-dropdown">
<span class="headline">Browse by</span>
<div class="btn-group">
<button type="button" class="btn btn-textonly dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Library <span class="caret"></span>
</button>
<ul class="dropdown-menu listings-dropdown">
<li><a href="#">Crerar Library</a></li>
<li><a href="#">D'Angelo Law Library</a></li>
<li><a href="#">Eckhart Library</a></li>
<li><a href="#">Mansueto Library</a></li>
<li><a href="#">Regenstein Library</a></li>
<li><a href="#">SSA Library</a></li>
</ul>
</div>
<div class="btn-group">
<button type="button" class="btn btn-textonly dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Subject Specialty <span class="caret"></span>
</button>
<ul class="dropdown-menu listings-dropdown">
<li><a href="#">View All Subject Specialists</a></li>
<li><a href="#">Browse All Subjects</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Area & Cultural Studies</a></li>
<li><a href="#">Arts</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Humanities</a></li>
<li><a href="#">Law</a></li>
<li><a href="#">Literature</a></li>
<li><a href="#">Medicine</a></li>
<li><a href="#">Sciences, Biological</a></li>
<li><a href="#">Sciences, Physical</a></li>
<li><a href="#">Social Sciences</a></li>
<li><a href="#">Social Services / Social Work</a></li>
<li><a href="#">Special Collections</a></li>
</ul>
</div>
</div>
</div>
<table class="table table-striped quicktable">
<tbody>
<tr>
<td>Quick Numbers</td>
<td><strong>Main Telephone</strong> 773-702-8740</td>
<td><strong>Privileges </strong> 773-702-8782</td>
<td><strong>General Reference</strong> 773-702-4685</td>
</tr>
</tbody>
</table>
<table class="table table-striped directory-list">
<thead>
<tr class="etable-header">
<th colspan="4">
All Staff
</th>
</tr>
<thead>
<tbody>
<tr>
<td><img src="images/staff/Andrea_Twiss-Brooks_01.jpg"></td>
<td><a href="#"><strong>Ricardo Andrade</strong></a><br/><em>Biomedical Librarian</em><br/>Science Libraries > Medicine</td>
<td><strong>Contact</strong><br/><a href="#">[email protected]</a><br/>773-702-8759<br/><a href="#">The John Crerar Library</a><br/>Room 128</td>
<td><strong>Expertise</strong><br/><a href="#">Agriculture</a><br/><a href="#">Bioinformatics</a><br/><a href="#">Health Statistics</a><br/><a href="#">Molecular & Cell Biology</a><br/><a href="#">Organismal Biology</a><br/><a href="http://guides.lib.uchicago.edu/prf.php?account_id=54857" class="guide-link">Subject Guides</a></td>
</tr>
<tr>
<td><img src="images/staff/Michelle_Bass.jpg"></td>
<td><a href="staff-profile.html"><strong>Michelle Bass</strong></a><br/><em>Science Research Services Librarian</em><br/>Science Libraries > Statistics</td>
<td><strong>Contact</strong><br/><a href="#">[email protected]</a><br/>773-702-8774<br/><a href="#">The John Crerar Library</a><br/>Room 131</td>
<td><strong>Expertise</strong><br/><a href="#">Institutional Repository</a><br/><a href="#">Data Services</a><br/><a href="http://guides.lib.uchicago.edu/prf.php?account_id=59410" class="guide-link">Subject Guides</a></td>
</tr>
<tr>
<td><img src="images/staff/Ben_Brown.jpg"></td>
<td><a href="#"><strong>Benjamin Brown</strong></a><br/><em>Circulation Services Assistant</em><br/>User Services > Mansueto</td>
<td><strong>Contact</strong><br/><a href="#">[email protected]</a><br/>773-702-0952<br/><a href="#">The Joe and Rika Mansueto Library</a></td>
<td></td>
</tr>
<tr>
<td><img src="images/staff/Sean_Dempsey.jpg"></td>
<td><a href="#"><strong>Sean Dempsey</strong></a><br/><em>Supervisor, Crerar Access Services</em><br/>Science Libraries > Crerar Library Access Services</td>
<td><strong>Contact</strong><br/><a href="#">[email protected]</a><br/>773-834-2092<br/><a href="#">The John Crerar Library</a><br/> Room 101</td>
<td><strong>Expertise</strong><br/><a href="#">Citation Management</a><br/><a href="#">Information Literacy</a><br/><a href="#">Data Services</a></td>
</tr>
<tr>
<td><img src="images/staff/Elizabeth_Edwards.jpg"></td>
<td><a href="#"><strong>Elizabeth Edwards</strong></a><br/><em>Assessment Librarian</em><br/>Access Services > Assessment</td>
<td><strong>Contact</strong><br/><a href="#">[email protected]</a><br/>773-834-8972<br/><a href="#">The Joseph Regenstein Library</a><br/>Room 220M</td>
<td></td>
</tr>
<tr>
<td><img src="images/staff/Todd_Ito.jpg"></td>
<td><a href="#"><strong>Todd Ito </strong></a><br/><em>Law Instruction and Outreach Librarian</em><br/>D'Angelo Law Library > Reference</td>
<td><strong>Contact</strong><br/><a href="#">[email protected]</a><br/>773-702-9617<br/><a href="#">D'Angelo Law Library</a><br/>Room 204</td>
<td><strong>Expertise</strong><br/><a href="#">Law</a><br/><a href="http://guides.lib.uchicago.edu/prf.php?account_id=59410" class="guide-link">Subject Guides</a></td>
</tr>
</tbody>
</table>
</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>