-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexhibit.html
584 lines (524 loc) · 32.9 KB
/
exhibit.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
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Special Collections Research Center</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">
<style>
.ekko-lightbox-container{position:relative}.ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}.ekko-lightbox-nav-overlay a{z-index:100;display:block;width:49%;height:100%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox a:hover{text-decoration:none;opacity:1}.ekko-lightbox .glyphicon-chevron-left{left:0;float:left;padding-left:15px;text-align:left}.ekko-lightbox .glyphicon-chevron-right{right:0;float:right;padding-right:15px;text-align:right}.ekko-lightbox .modal-footer{text-align:left}
</style>
</head>
<body class="exhibitchildpage">
<div id="skip">
<a href="#content">Skip to Main Content</a>
<a href="#global-navbar">Skip to Main Navigation</a>
<a href="#sidebar">Skip to Side Bar</a>
<a href="#footer">Skip to Footer</a>
</ul>
</div>
<div id="body-wrap">
<!-- Top Navigation -->
<nav class="navbar navbar-default" role="navigation" > <!-- 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-icon"></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 -->
<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="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 -->
<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="#">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 -->
<!-- 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 -->
<!-- Fancy Splash Image -->
<div class="jumbotron collex-banner" style="background-image: url(images/outinthequads-banner.jpg);">
<div class="container">
<div class="img-wrapper">
<img src="images/collex/feature.jpg" />
</div>
<div class="overlaywrap">
<h2 class="banner-title">Closeted/OUT in the Quadrangles</h2>
<p class="banner-subtitle">A History of LGBTQ Life at the University of Chicago</p>
<p class="banner-date">Exhibition on view from March 30 – June 12, 2015</p>
<p class="banner-loc">Special Collections Research Center Gallery</p>
</div>
</div>
<!-- <div class="subnav">
<a href="#">Crerar Library Exhibits</a> <a href="#">Special Collections Research Center Exhibits</a>
</div> -->
</div>
<!-- // Fancy Splash Image -->
<!-- Awesome Page Content -->
<div class="container-fluid main-container"> <!-- Main Container Wrapper -->
<div class="row row-offcanvas row-offcanvas-left"> <!-- Off Canvas Wrapper Row -->
<!-- Sidebar -->
<nav role="navigation">
<div class="col-xs-6 col-md-2 sidebar-offcanvas navbar sidebar collex" id="sidebar">
<h3><a href="#">Special Collections Exibits</a></h3>
<ul>
<li><a href="exhibit-home.html">Introduction</a></li>
<li><a href="/e/webexhibits/outinthequads/closeted.html">Closeted/Out in the Quadrangles</a></li>
<li><a href="/e/webexhibits/outinthequads/women.html">Women's Relationships at the early University</a></li>
<li><a href="/e/webexhibits/outinthequads/smith.html">Cecil Smith and Paul Goodman</a></li>
<li class="active" aria-label="You are here:"><a href="exhibit.html">Gay Liberation</a>
<ul>
<li><a href="#">Grandchild page</a></li>
<li><a href="#">Second grandchild from this child page</a></li>
<li><a href="#">Third grandchild page</a></li>
</ul>
</li>
<li><a href="/e/webexhibits/outinthequads/cruising.html">Cruising the University</a></li>
<li><a href="/e/webexhibits/outinthequads/organizations.html">From GLF to Q&A: Gender and Student Organizing from the 1970s to the 1990s</a></li>
<li><a href="/e/webexhibits/outinthequads/aids.html">AIDS at the University</a></li>
<li><a href="/e/webexhibits/outinthequads/brotherhood.html">Harassment and Response on Campus, 1984-1991</a></li>
<li><a href="/e/webexhibits/outinthequads/gllsa.html">Gay and Lesbian Law Students</a>
<ul>
<li><a href="#">Another Grandchild page</a></li>
<li><a href="#">Second grandchild </a></li>
</ul>
</li>
<li><a href="/e/webexhibits/outinthequads/weddstock.html">Weddstock and Domestic Partnership Rights</a></li>
<li><a href="/e/webexhibits/outinthequads/natives.html">"The Natives are Studying Themselves": Studying Queers/Queer Studies at the University</a></li>
<li><a href="/e/webexhibits/outinthequads/5710.html">5710 and 21st Century Activism</a></li>
<li><a href="/e/webexhibits/outinthequads/about.html">About This Exhibit</a></li>
<li><a href="/e/webexhibits/outinthequads/rights.html">Rights and Reproductions</a></li>
</ul>
</div>
</nav>
<!-- // Sidebar -->
<div class="col-md-10 breadcrumbs hidden-xs hidden-sm">
<a hreaf="#">Collections & Exhibits</a> > <a href="#">Exhibits</a> > Closeted/Out in the Quadrangles: A History of LGBTQ Life at the University of Chicago
</div>
<div class="container body-container col-xs-12 col-md-10" id="content"> <!-- Content Container -->
<!-- Off-Canvas Toggle Button -->
<div class="row visible-xs visible-sm toggle-side">
<p><button type="button" class="btn btn-sidebar law btn-xs" data-toggle="offcanvas"><i class="fa fa-caret-square-o-right fa-lg"></i></button></p>
</div>
<!-- // End Off-Canvas Toggle Button -->
<div class="row">
<h1>Gay Liberation</h1>
<p>In the late 1960s, black liberation, women's liberation, and anti-war protest all swept through the campus. Another of these new social movements was gay liberation, and the Chicago Gay Liberation Front (GLF) was founded in Hyde Park in 1969.</p>
<p>Murray Edelman (PhD 1972) placed ads in The Maroon about forming a "Student Homophile League" in June 1969, while Henry Wiemhoff placed an ad looking for a gay roommate in October 1969. Michal Brody, living in Hyde Park and driving taxis at the time, responded, recalling later that Wiemhoff was surprised because he "never expected a woman might consider herself gay or to be in that category. Fortunately no one else responded to the ad, so he gave me the room."</p>
<p>The Gay Liberation Front met in Wiemhoff and Brody's apartment; some people walked around the block several times before getting up the courage to go in. GLF members went public with their own stories, including a February 1970 appearance on Studs Terkel's radio show and an eight-page Gay Liberation Supplement in the Chicago Seed. They also protested misinformation in David Reuben's book Everything You Ever Wanted to Know About Sex, adding stickers to the title page reading [and vicious homophobic lies]. Edelman even interrupted a taping of the Howard Miller TV show featuring Reuben.</p>
<p>The GLF also created spaces for gay men and women to connect, including dances where people of the same sex could dance together. Alumni fondly recalled the weekly coffeehouse in the Blue Gargoyle, located at 5638 S Woodlawn. John DelPeschio (AB 1972) was in a night of theater called "What are Ladies' Voices?" where they performed Tennessee Williams' play Talk to me like the Rain twice, reversing the genders the second time. The Blue Gargoyle also had a monthly women's coffeehouse that hosted lesbian musicians; lesbian newspaper Lavender Woman—edited by a collective including Wiemhoff's roommate Michal Brody—published a review of one of those concerts.</p>
<h2>Race and Gay Liberation</h2>
<p>Gay Liberation happened in the context of the civil rights movement, and many white oral history narrators consciously connected their experiences in the two movements. Kevin Burke (AB 1972, PhD 1999) remembers it as one of the first times he was able to "talk to black people as peers," and recalls doing coalition work with the Black Panthers. In a letter asking for office space, Burke and Edelman patterned their demands after those of the University's Black Student Organization, an analogy that Dean O'Connell rejected along with their demands.</p>
<h
<p>Hannah Frisch (AB 1964, PhD 1976) led the picket line at the PQ bar, which required African-Americans to show multiple forms of ID in order to enter. Historian Allan Bérubé (X'68) wrote an essay titled "How Gay Stays White and What Kind of White It Stays" where he described the practice of "triple-carding" as "a form of racial exclusion—policing the borders of white gay institutions to prevent people of color from entering." The picket line against triple-carding, the insistence on bringing community members to the dances, and coalition work with the Black Panthers were all protests against this kind of border policing.</p>
<p>After the burst of initial activism around the Gay Liberation Front moved to other parts of the city, gay activism at the University mostly failed to engage with questions of race and racism for nearly twenty years. Many alumni described a "siege mentality" distancing the University from its surrounding community. Minority enrollment was also low, hovering around 5% in the College for most of the 1970s. These factors combined to make University-based activism another example of "how gay stays white" until student-led efforts at change in the 1990s and 2000s.</p>
</div>
<div class="row collex-gallery">
<div class="col-xs-12 collex-solo">
<div class="row">
<div class="col-sm-12 col-md-7">
<a href="images/collex/Gay-Dance.jpg" height="530" width="950" data-toggle="lightbox"><img class="img-responsive" src="images/collex/Gay-Dance.jpg"></a>
</div>
<div class="col-sm-12 col-md-5">
<span class="img-title">Gay Liberation Dance</span><br>
<span class="img-citation">Chicago Seed, 1970</span><br>
<span class="img-caption"><p>Charles Deering McCormick Library of Special Collections, Northwestern University Library</p>
<p>The Gay Liberation Front used the University to organize gay dances in Chicago. At the time, dancing was prohibited in most gay bars. Alice Leiner (AB 1974) remembers more gawkers than dancers at their first dance in the Eleanor Club (now Breckinridge Hall). At the second dance, in Pierce Hall, students snuck hand stamps outside to get around the University-imposed limit of one guest per student. Over 600 people attended, so many that the bars on the North Side were empty that weekend—"and the next week, all of those bars allowed dancing!"</p>
<p>The University responded to the violation of the guest limit by demanding that the dances move off campus. An off-campus dance at the Coliseum at 16th and Wabash (which had previously hosted drag balls sponsored by African-American business owners in the 1930s) was made possible through alliance politics, with a lawyer for the Black Panthers agreeing to provide insurance to the GLF. The police called off a planned raid at the last moment, and a photograph of that dance was published in the underground newspaper <em>Second City</em>.</p><span>
</div>
</div>
</div>
<div class="col-xs-12 collex-solo">
<div class="row">
<div class="col-sm-12 col-md-7">
<a href="images/collex/childs_pic_thumb.jpg"data-toggle="lightbox"><img class="img-responsive" height="50em" width="auto" src="images/collex/childs_pic_thumb.jpg"></a>
</div>
<div class="col-sm-12 col-md-5">
<span class="img-title">Photograph, E. Kitch Childs, undated</span><br>
<span class="img-citation">Image courtesy of Psychology's Feminist Voices: http://www.feministvoices.com/</span><br>
<span class="img-caption"><p>E. Kitch Childs (PhD 1972) one of the first African-American women to receive a doctorate in Comparative Human Development, was a founding member of Chicago Gay Liberation and of the national Association for Women in Psychology. She spent a professional career helping black women as a therapist. She died in 1993.</p><span>
</div>
</div>
</div>
<div class="col-xs-12 duo-wrapper">
<div class="col-xs-12 col-sm-6 collex-duo">
<figure>
<a href="images/collex/mattachine_70-71.jpg" data-toggle="lightbox"><img class="img-responsive" src="images/collex/mattachine_70-71.jpg"></a>
<figcaption>
<span class="img-title">Mattachine Midwest May 1970</span><br>
<span class="img-citation">On loan from the Gerber/Hart Library and Archives</span><br>
<span class="img-caption"><span>
</figcaption>
</figure>
</div>
<div class="col-xs-12 col-sm-6 collex-duo">
<figure>
<a href="images/collex/bluegargoyle_web.jpg" data-toggle="lightbox"><img class="img-responsive" src="images/collex/bluegargoyle_web.jpg"></a>
<figcaption>
<span class="img-title">Chicago Seed Vol. 6, No.13 [June, 1971]</span><br>
<span class="img-citation">University of Chicago Library</span><br>
<span class="img-caption"><span>
</figcaption>
</figure>
</div>
</div>
<div class="col-xs-12 collex-trio">
<figure>
<a href="images/collex/gay_womens_dance_fricsh035.jpg" height="950" width="730" data-toggle="lightbox"><img class="img-responsive" src="images/collex/gay_womens_dance_fricsh035.jpg"></a>
<a href="images/collex/Gaywomansdance011.jpg" height="950" width="713" data-toggle="lightbox"><img class="img-responsive" src="images/collex/Gaywomansdance011.jpg"></a>
<a href="images/collex/gay_womens_dance_fricsh035.jpg" height="950" width="730" data-toggle="lightbox"><img src="images/collex/gay_womens_dance_fricsh035.jpg"></a>
<figcaption>
<span class="img-title">Broadsides, Undated</span><br>
<span class="img-citation">Office of Student Activities. Records | On loan from Hannah Frisch, a student activist in the early 70s</span><br>
<span class="img-caption">For Gay and Women's Lib Dance at International House and Gay Women's Dance<span>
</figcaption>
</figure>
</div>
<div class="col-xs-12 collex-verso">
<div class="row">
<div class="col-xs-12 col-md-8">
<a href="#lightbox" data-toggle="modal"><span id="page-turn"></span><img class="img-responsive" src="images/collex/lavendar.jpg" height="628" width="950"></a>
<div class="modal fade and carousel slide" id="lightbox">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<ol class="carousel-indicators">
<li data-target="#lightbox" data-slide-to="0" class="active"></li>
<li data-target="#lightbox" data-slide-to="1"></li>
<li data-target="#lightbox" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="http://placehold.it/900x500/777/" alt="First slide">
</div>
<div class="item">
<img src="http://placehold.it/900x500/666/" alt="Second slide">
</div>
<div class="item">
<img src="http://placehold.it/900x500/555/" alt="Third slide">
<div class="carousel-caption"><p>even with captions...</p></div>
</div>
</div><!-- /.carousel-inner -->
<a class="left carousel-control" href="#lightbox" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#lightbox" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div><!-- /.modal-body -->
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</div>
<div class="col-xs-12 col-md-4">
<span class="img-title">Lavender U, May-June 1975</span><br>
<span class="img-citation">Charles Deering McCormick Library of Special Collections, Northwestern University Library</span><br>
<span class="img-caption"><p>Students involved in gay liberation at the University brought the spirit of intellectual inquiry across the country. Kevin Burke (AB 1972, PhD 1999) and Murray Edelman (PhD 1972) moved to San Francisco after graduation to live in a gay commune. While in California they started Lavender U, a catalog of courses directed towards gay men and lesbians. Burke taught photography and took the photographs on the cover of the catalog. He told us that "The women would teach things like auto mechanics and the men would teach things like crocheting. We thought it was really cool for gender role breakdown... We had a course about how to write sex ads called Cruising 101." Lavender U was also the beginning of Front Runners, today the largest gay running group.</p><span>
</div>
</div>
</div>
</div><!-- Gallery Row -->
<a role="button" class="btn btn-morecoll webex-next" href="exhibit-home.html">Next</a>
<!-- Main Content -->
</div> <!-- // Content Container -->
</div> <!-- // Off Canvas Wrapper Row -->
</div> <!-- // Main Container Wrapper -->
<!-- // Awesome Page Content -->
<div class="col-xs-12 collex-loc">
<div class="col-xs-12 col-md-7 loc-child">
<div class="row">
<div class="hidden-xs nopadding col-xs-12 col-sm-4 col-md-3">
<img class="img-responsive" src="images/collex/special-collections-research-center-gallery.jpg">
</div>
<div class="col-xs-12 col-sm-8 col-md-9">
<span class="loc-title">Special Collections Research Center Gallery Hours</span>
<p><strong>Monday – Friday</strong><br/>9a.m.–4:45 p.m.</p>
<p><strong>Saturday</strong><br/>9a.m.–12:30 p.m.</p>
<p>When classes are in session.<br/>
For holiday hours, please consult our <a href="#">hours page</a>.</p>
</div>
</div>
</div>
<div class="col-xs-12 col-md-5 loc-child">
<p class="loc-title">Related Exhibits<!-- | <a class="viewall" href="#">View All SCRC Exhibits</a> --></p>
<ul>
<li><a href="#">A Bold Experiment</a></li>
</ul>
<p class="loc-title">Related Collections</p>
<ul>
<li><a href="#">Murdock, Fanny Bristol and Sarah Bristol Family. Papers, 1836-1866</a></li>
<li><a href="#">Wallin, Madeline. Papers, 1887-1955</a></li>
<li><a href="#">Wells, Ida B. Papers, 1884-1976</a></li>
</ul>
</div>
</div>
<div id="push"></div>
<!-- Footer -->
<footer class="container-fluid footer" id="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>D'Angelo Law Library<br/>
1121 E 60th St, 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>