-
Notifications
You must be signed in to change notification settings - Fork 1
/
nbuumu_0075.xml
9513 lines (9512 loc) · 353 KB
/
nbuumu_0075.xml
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
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<ead xmlns="urn:isbn:1-931666-22-9" xsi="xsi=&quot;http://www.w3.org/2001/XMLSchema-instance" xlink="http://www.w3.org/1999/xlink" schemaLocation="urn:isbn:1-931666-22-9 http://www.loc.gov/ead/ead.xsd">
<eadheader audience="external" langencoding="iso639-2b" scriptencoding="iso15924" relatedencoding="dc" repositoryencoding="iso15511" countryencoding="iso3166-1" dateencoding="iso8601">
<eadid countrycode="US" mainagencycode="nbuumu" encodinganalog="identifier" publicid="-//State University of New York at Buffalo::Music Library//TEXT (US::NBuU-Mu::Mus. Arc. 75::Renee Levine Packer Papers)//EN">nbuumu_0075</eadid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="title">Finding Aid for the Ren&#xE9;e Levine Packer Papers,
<date encodinganalog="date" era="ce" calendar="gregorian" type="inclusive" normal="1963/2015">1963-circa 2015</date>
</titleproper>
<titleproper type="filing" altrender="nodisplay">Levine Packer (Ren&#xE9;e)
Papers</titleproper>
<author encodinganalog="contributor">Finding aid prepared by John Bewley.</author>
</titlestmt>
<publicationstmt>
<publisher encodinganalog="publisher">State University of New York at Buffalo. Music Library</publisher>
<address>
<addressline>112 Baird Hall</addressline>
<addressline>Buffalo, New York 14260-4750</addressline>
<addressline>United States</addressline>
<addressline>Phone: 716 645-2924</addressline>
<addressline>Fax: 716 645-3906</addressline>
<addressline/>
<addressline/>
</address>
<p>&#xA9;
<date type="publication" encodinganalog="date">2018</date>. State
University of New York at Buffalo. All rights reserved.</p>
</publicationstmt>
</filedesc>
<profiledesc>
<creation>Finding aid encoded in EAD by John Bewley, November 2018.
</creation>
<langusage>Finding aid written in
<language encodinganalog="language" langcode="eng">English.</language>
</langusage>
<descrules>Finding aid prepared using DACS (
<title render="italic">Describing Archives: A Content Standard
</title>).</descrules>
</profiledesc>
</eadheader>
<archdesc level="collection" type="inventory" relatedencoding="marc21">
<did>
<head>Collection Overview</head>
<unittitle label="Title" encodinganalog="245$a">Ren&#xE9;e
Levine Packer Papers,
<unitdate encodinganalog="245$f" normal="1963/2015" type="inclusive" datechar="creation">1963-circa 2015
</unitdate>
</unittitle>
<unitid encodinganalog="099" countrycode="US" repositorycode="NBuU-Mu" label="Collection Number">Mus. Arc. 75</unitid>
<origination label="Creator">
<persname encodinganalog="100" role="creator" source="lcnaf">
Levine Packer, Ren&#xE9;e, 1940- </persname>
</origination>
<physdesc label="Extent">
<extent unit="box" encodinganalog="300$a">28 boxes</extent>
<extent unit="folder" encodinganalog="300$a"> (636 folders/items)</extent>
</physdesc>
<langmaterial label="Language of Material" encodinganalog="546">
Collection material chiefly in <language encodinganalog="041" langcode="eng">English.</language>
</langmaterial>
<repository label="Repository" encodinganalog="852">
<corpname>State University of New York at Buffalo. Music Library</corpname>
<address>
<addressline>112 Baird Hall</addressline>
<addressline>Buffalo, New York 14260-4750</addressline>
<addressline>United States</addressline>
<addressline>Phone: 716 645-2924</addressline>
<addressline>Fax: 716 645-3906</addressline>
<addressline/>
<addressline/>
</address>
</repository>
<abstract label="Abstract" encodinganalog="520$a">The collection consists of personal and research papers belonging to Ren&#xE9;e Levine Packer, including correspondence and files for her books: <title render="italic">This life of sounds</title> and <title render="italic">Gay Guerrilla</title>. It also includes recordings of interviews conducted by Levine-Packer for her book research as well as inscribed books and commercial recordings.</abstract>
<unitdate type="inclusive" normal="1963/2015">1963-circa 2015
</unitdate>
</did>
<descgrp type="admininfo">
<head>Administrative Information</head>
<prefercite encodinganalog="524">
<head>Preferred Citation</head>
<p>[Specified item], Ren&#xE9;e Levine Packer Papers, 1963-circa 2015,
Music Library, The State University of New York at Buffalo.</p>
</prefercite>
<accessrestrict encodinganalog="506">
<head>Terms of Access</head>
<p>Materials can be examined by qualified researchers in the Music
Library during hours of operation during which Music Librarians are present. In
order to insure access, researchers are advised to contact the Music Library in
advance of visits. </p>
</accessrestrict>
<userestrict encodinganalog="540">
<head>Copyright</head>
<p>Copyright for the materials in the collection does not reside with
the Music Library. Therefore, patrons wishing to publish any item, or part of
an item from this collection for any purpose, are responsible for securing
requisite permissions. </p>
</userestrict>
<acqinfo encodinganalog="541">
<head>Acquisition Information</head>
<p>Gift of Ren&#xE9;e Levine Packer, August 2015.</p>
</acqinfo>
<accruals encodinganalog="584">
<head>Accruals and Additions</head>
<p>Additional materials related to research on Julius Eastman for the book, <title render="italic">Gay Guerrilla</title> are expected to be sent.</p>
</accruals>
<processinfo encodinganalog="583">
<head>Processing Information</head>
<p>Processed by John Bewley, 2018.</p>
</processinfo>
</descgrp>
<bioghist encodinganalog="545">
<head>Biographical Note</head>
<p>Ren&#xE9;e Levine Packer (n&#xE9;e Wennerholm) was born in Nice, France and raised in New York and Mexico City. After working at the Dance Department at The Juilliard School and at the national headquarters of Young Audiences, Inc., Levine Packer moved to Buffalo, New York in 1964 after her husband, Jesse Levine, attained the position of principal viola with the Buffalo Philharmonic Orchestra for the 1964-1965 season. Lukas Foss and Allen Sapp created the Center of the Creative and Performing Arts at the State University of New York at Buffalo using funds from the Rockefeller Foundation. The first year of operation was 1964 and the Center was soon in need of a coordinator and manager to handle all the details concerning the fellows of the Center, known as Creative Associates, as well as all the logistics involved with producing concerts in Buffalo, New York City, and elsewhere. Levine Packer was hired in January 1965 as an assistant to Richard Wernick. When Wernick left in spring of 1965, Levine Packer was hired as Center Coordinator. She served in that title until 1974 when she also became the Center's Managing Director until her departure in 1978.</p>
<p>Levine Packer left the University at Buffalo in 1978 to go to the California Institute of the Arts (Cal Arts) to serve as Director of Admissions and Records until 1982. While at Cal Arts Ren&#xE9;e also served as Director of Contemporary Music Festival. Following her work at Cal Arts, Levine Packer moved to Washington, D.C. to work as the Director of the Inter-Arts Program at the National Endowment for the Arts 1982-1986. from 1986-1993, Levine Packer worked as an independent arts consultant and producer. In this role she was responsible for a production of Robert Longo's theater work, <title render="italic">Killing Angels</title> in 1987 at Buffalo State College and a production of Steve Reich and Beryl Korot's video-opera <title render="italic">The Cave</title> in 1993. She also conducted a national survey on alternative arts organizations in the United States for the Ford Foundation and conducted a survey and wrote a report for Georgetown University concerning the creation of a performing arts center and program of public performances. Levine Packer served as Dean of Continuing Studies at the Maryland Institute, College of Art 1992-2000.</p>
<p>Ren&#xE9;e Levine Packer's educational background includes earning a B.A. degree in arts administration from the State University of New York Empire State College and attendance at the Harvard Institute of Arts Administration in 1973. She earned a Master of Liberal Arts degree from Johns Hopkins University in 2001. She began her research on the Center of the Creative and Performing Arts as part of her studies at Johns Hopkins, writing her thesis, <title render="italic">In the Center: The Center of the Creative and Performing Arts in the State University of New York at Buffalo</title>, as her thesis. The thesis then served as the basis for her Oxford University Press book, <title render="italic">This Life of Sounds: Evenings for New Music in Buffalo</title> (2010). Levine Packer's next book project was <title render="italic">Gay Guerrilla: Julius Eastman and His Music</title> (University of Rochester Press, 2015), which she conceived and for which she served as co-editor with Mary Jane Leach and contributor of the major biographical chapter.
</p>
</bioghist>
<scopecontent encodinganalog="520">
<head>Scope and Content Note</head>
<p>The collection contains the papers of author and arts administrator Ren&#xE9;e Levine Packer. It includes a small number of personal documents, such as r&#xE9;sum&#xE9;s, and personal correspondence. The majority of the content was created in the process of writing <title render="italic">This Life of Sounds: Evenings for New Music in Buffalo</title>, and writing and editing <title render="italic">Gay Guerrilla: Julius Eastman and His Music</title>. Also included are working files for Levine-Packer's r&#xF4;le as producer of performances of Robert Longo's <title render="italic">Killing Angels</title> and Steve Reich and Beryl Korot's <title render="italic">The Cave</title>. Additional content includes clippings, programs, photographs, cassette recordings of interviews for both books, signed books and recordings.
</p>
<p>There is considerable overlap within the collection. For example, composer John Cage is represented as a subject, a correspondent, as an author and composer, and by a series of folders of contents collected by Levine Packer for other purposes. The collection was chiefly received within folders with titles by the creator. The contents of the folders were maintained and titles were kept wherever feasible. Dates for folder contents are supplied where easily discerned.</p>
</scopecontent>
<arrangement encodinganalog="351">
<head>Arrangement</head>
<p>The collection is arranged in twelve series: </p>
<list>
<item>
<ref actuate="onrequest" show="replace" target="series1">I. Personal documents and writings</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series2">II. Book, interview, and research files for
<title render="italic">This Life of Sounds</title> </ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series3">III. Production files for
Robert Longo's <title render="italic">Killing Angels</title> </ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series4">IV. Production files for
Steve Reich and Beryl Korot's <title render="italic">The Cave</title>
</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series5">V. John Cage files</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series6">VI. Correspondence</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series7">VII. Books with inscriptions</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series8">VIII. Programs and journal issues</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series9">IX. Photographs</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series10">X. Scores</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series11">XI. Sound recordings</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series12">XII. Book, interview, and research files for
<title render="italic">Gay Guerrilla: Julius Eastman and His Music</title> </ref>
</item>
</list>
</arrangement>
<dsc type="combined">
<head>Container List</head>
<c level="series" id="c_5ccc8a2502ff0">
<did>
<unitid id="series1">I.</unitid>
<unittitle>Personal documents and writings,
<unitdate type="inclusive" normal="1975/1999">1975-1999</unitdate>
</unittitle>
<physdesc>
<extent>Folder 1-17</extent>
</physdesc>
</did>
<arrangement>
<p>Arranged in two subseries:
<list>
<item>
<ref actuate="onrequest" show="replace" target="series1a">A.
Personal documents</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series1b">B.
Writings</ref>
</item>
</list>
</p>
</arrangement>
<c level="subseries" id="c_5ccc8a2503007">
<did>
<unitid id="series1a">I.A</unitid>
<unittitle>Personal documents,
<unitdate type="inclusive" normal="1963/2000">undated</unitdate>
</unittitle>
<physdesc>
<extent>Folder 1-3</extent>
</physdesc>
</did>
<scopecontent>
<p>Contains small number of self-written biographical sketches, r&#xE9;sum&#xE9;s, and clippings about Levine Packer.</p>
</scopecontent>
<c level="file" id="c_5ccc8a250300d">
<did>
<container type="box">1</container>
<container type="folder">001</container>
<unittitle>Biographies</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503013">
<did>
<container type="box">1</container>
<container type="folder">002</container>
<unittitle>Resumes</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503018">
<did>
<container type="box">1</container>
<container type="folder">003</container>
<unittitle>Personal clippings</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
</c>
<c level="subseries" id="c_5ccc8a250301d">
<did>
<unitid id="series1b">I.B</unitid>
<unittitle>Writings,
<unitdate type="inclusive" normal="1975/1999">1975-1999</unitdate>
</unittitle>
<physdesc>
<extent>Folder 4-17</extent>
</physdesc>
</did>
<scopecontent>
<p>Contains some of Ren&#xE9;e Levine Packer's writings, included unpublished texts. Dates are supplied when known.</p>
</scopecontent>
<arrangement>
<p>Alphabetically arranged by title.</p>
</arrangement>
<c level="file" id="c_5ccc8a2503022">
<did>
<container type="box">1</container>
<container type="folder">005</container>
<unittitle>Buffalo panel</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503028">
<did>
<container type="box">1</container>
<container type="folder">006</container>
<unittitle>City: past, present and future: Buffalo: Queen City of the lakes,
<unitdate type="inclusive">1999</unitdate>
</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503030">
<did>
<container type="box">1</container>
<container type="folder">007</container>
<unittitle>Dance: the arts in collaboration,
<unitdate type="inclusive">1986</unitdate>
</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503036">
<did>
<container type="box">1</container>
<container type="folder">008</container>
<unittitle>John Cage introduction</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a250303c">
<did>
<container type="box">1</container>
<container type="folder">009</container>
<unittitle>Maverick in American music,
<unitdate type="inclusive">1998</unitdate>
</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503042">
<did>
<container type="box">1</container>
<container type="folder">010</container>
<unittitle>National Endowment for the Arts: 20th anniversary talk</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
<scopecontent>
<p>On note cards.</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a2503049">
<did>
<container type="box">1</container>
<container type="folder">011</container>
<unittitle>National Endowment for the Arts: Interview with Renee Levine,
<unitdate type="inclusive">1982</unitdate>
</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
<scopecontent>
<p>In National Endowment for the Arts' The cultural Post</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a250304d">
<did>
<container type="box">1</container>
<container type="folder">012</container>
<unittitle>New Music America: program introduction,
<unitdate type="inclusive">1983</unitdate>
</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503054">
<did>
<container type="box">1</container>
<container type="folder">013</container>
<unittitle>Proposal for MLA graduate project,
<unitdate type="inclusive">1999</unitdate>
</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a250305a">
<did>
<container type="box">1</container>
<container type="folder">014</container>
<unittitle>Speech for Cal State Long Beach: Inter Arts,
<unitdate type="inclusive">1987</unitdate>
</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503062">
<did>
<container type="box">1</container>
<container type="folder">015</container>
<unittitle>Thoughts on the Center,
<unitdate type="inclusive">1975</unitdate>
</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a250306a">
<did>
<container type="box">1</container>
<container type="folder">016</container>
<unittitle>Three voices (1982) by Morton Feldman,
<unitdate type="inclusive">1988</unitdate>
</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503072">
<did>
<container type="box">1</container>
<container type="folder">017</container>
<unittitle>Untitled writings and Resignation letter, Maryland Institute, College of Art</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
</c>
</c>
<c level="series" id="c_5ccc8a2503079">
<did>
<unitid id="series2">II.</unitid>
<unittitle>Book, interview, and research files for <title render="italic">This Life of Sounds</title>
<unitdate type="inclusive" normal="1963/2011">
1963-2011</unitdate>
</unittitle>
<physdesc>
<extent>
Folder 18-380</extent>
</physdesc>
</did>
<scopecontent>
<p>Contains all the files and interview recordings associated with the book, <title render="italic">This Life of Sounds</title> and the master's thesis on which it was based, <title render="italic">In the Center: The Center of the Creative and Performing Arts in the State University of New York at Buffalo</title>. There is no attempt at separation of the documentation concerning the thesis versus the published book since many of the files were used for both. </p>
</scopecontent>
<arrangement>
<p>Arranged into seven subseries:
<list>
<item>
<ref actuate="onrequest" show="replace" target="series2a">A. Book content files
</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series2b">B. Book business files
</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series2c">C. Interview transcriptions and correspondence
</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series2d">D. Subject files
</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series2e">E. Supplementary University at Buffalo Music Library Catalogs and University at Buffalo publications about student unrest
</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series2f">F. Interview recordings
</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series2g">G. Electronic files for book and interview transcriptions
</ref>
</item>
</list> </p>
</arrangement>
<c level="subseries" id="c_5ccc8a2503082">
<did>
<unitid id="series2a">II.A</unitid>
<unittitle>Book content files,
<unitdate type="inclusive" normal="2000/2010">circa 2000-2010</unitdate>
</unittitle>
<physdesc>
<extent>Folder 18-32</extent>
</physdesc>
</did>
<scopecontent>
<p>This subseries contains folders related to the genesis of the text.</p>
</scopecontent>
<arrangement>
<p>Alphabetically arranged by folder title.</p>
</arrangement>
<c level="file" id="c_5ccc8a2503088">
<did>
<container type="box">1</container>
<container type="folder">018</container>
<unittitle>Addresses and contacts</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a250308d">
<did>
<container type="box">1</container>
<container type="folder">019</container>
<unittitle>Book content: Appendices</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503093">
<did>
<container type="box">1</container>
<container type="folder">020</container>
<unittitle>Book content: Bibliography</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503099">
<did>
<container type="box">1</container>
<container type="folder">021</container>
<unittitle>Book content: Contents, timeline, bibliography</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a250309f">
<did>
<container type="box">1</container>
<container type="folder">022</container>
<unittitle>Book content: Drafts</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25030a5">
<did>
<container type="box">1</container>
<container type="folder">023</container>
<unittitle>Book content: End notes</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25030aa">
<did>
<container type="box">1</container>
<container type="folder">024</container>
<unittitle>Book content: Final section notes</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25030b0">
<did>
<container type="box">1</container>
<container type="folder">025</container>
<unittitle>Book content: Outlines and beginnings</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25030b7">
<did>
<container type="box">1</container>
<container type="folder">026</container>
<unittitle>Book content: Postscript</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25030bd">
<did>
<container type="box">1</container>
<container type="folder">027</container>
<unittitle>Book content: Resources</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25030c3">
<did>
<container type="box">1</container>
<container type="folder">028</container>
<unittitle>Book content: Thesis notes</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25030ca">
<did>
<container type="box">1</container>
<container type="folder">029</container>
<unittitle>Book content: Timeline</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25030d0">
<did>
<container type="box">2</container>
<container type="folder">030-031</container>
<unittitle>Photographs (photocopies)</unittitle>
<physdesc>
<extent>2 folders</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25030d7">
<did>
<container type="box">2</container>
<container type="folder">032</container>
<unittitle>Photographs (photocopies): Albright-Knox Art Gallery</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
</c>
<c level="subseries" id="c_5ccc8a25030dd">
<did>
<unitid id="series2b">II.B</unitid>
<unittitle>Book business files,
<unitdate type="inclusive" normal="2000/2011">2000-2011</unitdate>
</unittitle>
<physdesc>
<extent>Folder 33-43</extent>
</physdesc>
</did>
<scopecontent>
<p>Content related to the publication and marketing of the book, as well as expenses, permissions, and comments from peer review readers.</p>
</scopecontent>
<arrangement>
<p>Alphabetically arranged by folder title.</p>
</arrangement>
<c level="file" id="c_5ccc8a25030e4">
<did>
<container type="box">2</container>
<container type="folder">033</container>
<unittitle>ASCAP Deems Taylor Award,
<unitdate type="inclusive">2011</unitdate>
</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25030eb">
<did>
<container type="box">2</container>
<container type="folder">034</container>
<unittitle>Correspondence: Childress, Lucy</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25030f2">
<did>
<container type="box">2</container>
<container type="folder">035</container>
<unittitle>Correspondence: Locke, Ralph</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
<scopecontent>
<p>For University of Rochester Press</p>
</scopecontent>
</c>
<c level="file" id="c_5ccc8a25030f9">
<did>
<container type="box">2</container>
<container type="folder">036</container>
<unittitle>Correspondence: Oxford University Press</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503101">
<did>
<container type="box">2</container>
<container type="folder">037</container>
<unittitle>Correspondence: State University of New York Press</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503108">
<did>
<container type="box">2</container>
<container type="folder">038</container>
<unittitle>Correspondence: University of Rochester Press</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a250310f">
<did>
<container type="box">2</container>
<container type="folder">039</container>
<unittitle>Expenses</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503117">
<did>
<container type="box">2</container>
<container type="folder">040</container>
<unittitle>Marketing</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a250311e">
<did>
<container type="box">2</container>
<container type="folder">041</container>
<unittitle>Permissions: Poons, Larry</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503126">
<did>
<container type="box">2</container>
<container type="folder">042</container>
<unittitle>Permissions: Texts</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a250312d">
<did>
<container type="box">2</container>
<container type="folder">043</container>
<unittitle>Readers' notes and reviews</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
</c>
<c level="subseries" id="c_5ccc8a2503135">
<did>
<unitid id="series2c">II.C</unitid>
<unittitle>Interview transcriptions and correspondence,
<unitdate type="inclusive" normal="1999/2001">circa 1999-2001</unitdate>
</unittitle>
<physdesc>
<extent>Folder 44-98</extent>
</physdesc>
</did>
<scopecontent>
<p>The interviews were originally conducted for the thesis version of the text where the transcriptions were included as an appendix. The folders in some cases include correspondence and printouts of email. Some interviewees were only contacted via email rather than recorded in person.</p>
</scopecontent>
<arrangement>
<p>Alphabetically arranged by interviewee surname, with lists at the beginning.</p>
</arrangement>
<c level="file" id="c_5ccc8a250313e">
<did>
<container type="box">3</container>
<container type="folder">044</container>
<unittitle>Interviewee lists</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503146">
<did>
<container type="box">3</container>
<container type="folder">045</container>
<unittitle>Interviews notebook</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a250314e">
<did>
<container type="box">3</container>
<container type="folder">046</container>
<unittitle>Amacher, Maryanne</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503156">
<did>
<container type="box">3</container>
<container type="folder">047</container>
<unittitle>Anthone, Alyssa Rabach</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a250315e">
<did>
<container type="box">3</container>
<container type="folder">048</container>
<unittitle>Baca, Carlotta</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503167">
<did>
<container type="box">3</container>
<container type="folder">049</container>
<unittitle>Bannon, Anthony</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a250316f">
<did>
<container type="box">3</container>
<container type="folder">050</container>
<unittitle>Bergamo, John</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503178">
<did>
<container type="box">3</container>
<container type="folder">051</container>
<unittitle>Berlow, Sheldon</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503181">
<did>
<container type="box">3</container>
<container type="folder">052</container>
<unittitle>Blum, Eberhard</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a250318a">
<did>
<container type="box">3</container>
<container type="folder">053</container>
<unittitle>Brigham-Dimiziani, Sylvia</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503193">
<did>
<container type="box">3</container>
<container type="folder">054</container>
<unittitle>Brown, Earle</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a250319c">
<did>
<container type="box">3</container>
<container type="folder">055</container>
<unittitle>Buck, Robert</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25031a5">
<did>
<container type="box">3</container>
<container type="folder">056</container>
<unittitle>Chadabe, Joel</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25031ae">
<did>
<container type="box">3</container>
<container type="folder">057</container>
<unittitle>Crumb, George</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25031b7">
<did>
<container type="box">3</container>
<container type="folder">058</container>
<unittitle>Di Pietro, Rocco</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25031c0">
<did>
<container type="box">3</container>
<container type="folder">059</container>
<unittitle>Felder, David</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25031ca">
<did>
<container type="box">3</container>
<container type="folder">060</container>
<unittitle>Feldman, Barbara Monk</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25031d4">
<did>
<container type="box">3</container>
<container type="folder">061</container>
<unittitle>Foss Lukas</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25031dd">
<did>
<container type="box">3</container>
<container type="folder">062</container>
<unittitle>Fox, Stuart</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25031e7">
<did>
<container type="box">3</container>
<container type="folder">063</container>
<unittitle>Fulkerson, James</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25031f1">
<did>
<container type="box">3</container>
<container type="folder">064</container>
<unittitle>Fuller, David</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a25031fb">
<did>
<container type="box">3</container>
<container type="folder">065</container>
<unittitle>Gena, Peter</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a2503205">
<did>
<container type="box">3</container>
<container type="folder">066</container>
<unittitle>Globokar, Vinko</unittitle>
<physdesc>
<extent>1 folder</extent>
</physdesc>
</did>
</c>
<c level="file" id="c_5ccc8a250320f">
<did>
<container type="box">3</container>
<container type="folder">067</container>
<unittitle>Harriott, Esther</unittitle>
<physdesc>