-
Notifications
You must be signed in to change notification settings - Fork 1
/
nbuumu_0076.xml
4066 lines (4060 loc) · 164 KB
/
nbuumu_0076.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. 76::Carol June Bradley Music Librarianship Oral History Recordings)//EN">nbuumu_0076</eadid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="title">Finding Aid for Carol June Bradley
Music Librarianship Oral History Recordings,
<date encodinganalog="date" era="ce" calendar="gregorian" type="inclusive" normal="1973/1988" certainty="definite">1973-1988</date>
</titleproper>
<titleproper type="filing" altrender="nodisplay">Bradley (Carol June)
Music Librarianship Oral History Recordings</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, September 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">Carol June Bradley Music
Librarianship Oral History Recordings,
<unitdate encodinganalog="245$f" normal="1973/1988" type="inclusive" datechar="creation" certainty="definite">1973-1988</unitdate>
</unittitle>
<unitid encodinganalog="099" countrycode="US" repositorycode="NBuU-Mu" label="Collection Number">Mus. Arc. 76</unitid>
<origination label="Creator">
<persname encodinganalog="100" role="creator" source="lcnaf">Bradley,
Carol June</persname>
</origination>
<physdesc label="Extent">
<extent unit="box" encodinganalog="300$a">3
boxes</extent> (<extent unit="audiocassette" encodinganalog="300$a">135
audiocassettes</extent>) </physdesc>
<langmaterial label="Language of Material" encodinganalog="546">Spoken
word content 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">Music librarian Carol
June Bradley conducted interviews with 37 music Librarians from various
institutions in the United States to research the history and practices of
music librarianship.</abstract>
<unitdate type="inclusive" normal="1973/1988">1973-1988</unitdate>
</did>
<descgrp type="admininfo">
<head>Administrative Information</head>
<prefercite encodinganalog="524">
<head>Preferred Citation</head>
<p>[Specified item], Carol June Bradley Music Librarianship Oral
History Recordings, 1973-1988, 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>
</descgrp>
<descgrp type="admininfo">
<head>Administrative Information</head>
<acqinfo encodinganalog="541">
<head>Acquisition Information</head>
<p>Gift of Carol June Bradley.</p>
</acqinfo>
<accruals encodinganalog="584">
<head>Accruals and Additions</head>
<p>No further accruals are expected to this collection.</p>
</accruals>
<processinfo encodinganalog="583">
<head>Processing Information</head>
<p>Processed by John Bewley.</p>
</processinfo>
<altformavail encodinganalog="530">
<head>Alternate Forms</head>
<p>The collection was digitally reformatted in 2016 resulting in
preservation master and service copy files that match cassette sides. The files were received on a Hard drive.</p>
</altformavail>
</descgrp>
<bioghist encodinganalog="545">
<head>Biographical Note</head>
<p>Carol June Bradley was born 12 August 1934 to George and Alice (Bolinger) Bradley in the central Pennsylvania town of Huntingdon. Her family later relocated to Carlisle, Pennsylvania. Bradley demonstrated her writing ability while still a high school student when she won first prize in the Lamberton Essay contest with her essay about the Irving Female College. She attended Lebanon Valley College in Annville, Pennsylvania to major in music education, graduating in 1956. However, she did not have a positive reaction to her student teaching experience, and with advice from a school librarian in Carlisle, decided to attend library school at Western Reserve University. She earned her M.S. degree there in 1957. During her college years Bradley also studied violin, attending summer sessions at Chautauqua Institute where she studied with Hortense and Mischa Mischakoff. She continued her education with a Ph.D. program in Library Science, earning the degree in 1978.</p>
<p>
Bradley began her career as a music librarian in 1957 at the Free Library in Philadelphia where she was responsible for the Drinker Library of Choral Music. She wrote a history of the Edwin A. Fleisher Music Collection at the Free Library that served as her M.S. thesis in library science at Western Reserve University. Bradley left Philadelphia in 1959 to accept a new position at West Point Military Academy. Her tour of duty at the academy was brief but distinguished. She established a music library and also conducted a regular series of recorded concerts and pre-opera seminars. She left in 1960 to join the staff of the music library at nearby Vassar College. This began her long association with James B. Coover and provided her with the years of experience in technical services that shaped much of her later scholarly work.</p>
<p>The George Sherman Dickinson Music Library at Vassar College used Dickinson&#x2019;s own classification scheme for its music collection. Bradley became the leading authority on this classification system and later adopted it for use at the University at Buffalo. She wrote and published the chief guide to the system in 1968: <title render="italic">The Dickinson Classification: A Cataloguing and Classification Manual for Music</title>. </p>
<p>Bradley moved to Buffalo in 1968 to begin work as the associate director of the newly established University at Buffalo Music Library, reporting once again to James B. Coover who was hired as director. Both Coover and Bradley remained in their
positions until retirement in 1999. As adjunct professor at the University at Buffalo, Bradley, with James B. Coover, co-founded and co-directed a double master's program in music librarianship. She was instrumental in designing and administering the rigorous program that successfully trained a new generation of skilled music librarians. </p>
<p>Carol June Bradley conducted groundbreaking and extensive research into the history of music libraries and music librarinship in the United States. Her first work based on this was her doctoral dissertation,
<title render="italic">The genesis of American music librarianship,
1902-1942</title> (1978). Other works about music librarianship included
<title render="italic">American music librarianship : a biographical and
historical survey</title> (1990) and
<title render="italic">American music librarianship : a research and
information guide</title> (2005).</p>
<p>The excellence of Carol June Bradley's work as researcher and teacher was recognized by the State University of New York when she was awarded the Chancellor's Award for Excellence in Librarianship in 1977. The Music Library Association presented its highest award, the MLA Citation, in recognition of Bradley's many contributions to music librarianship in 2001. At its 2003 annual meeting, MLA announced the establishment of the Carol June Bradley Award for Historical Research in Music Librarianship, an annual award to support studies that involve the history of music libraries or special collections; biographies of music librarians; studies of specific aspects of music librarianship; and studies of music library patrons' activities. The first award was granted in 2004. </p>
<p>In retirement, Bradley completed two life-long projects, an annotated bibliography of the field of American music librarianship (American Music Librarianship: A Research and Information Guide [New York: Routledge, 2005]) and her 1,008-page index to song collections (Index to Poetry in Music: A Guide to the Poetry Set as Solo Songs by 125 Composers [New York: Routledge, 2003]). Carol June Bradley died in Buffalo, New York, 27 July 2009. </p>
</bioghist>
<scopecontent encodinganalog="520">
<head>Scope and Content Note</head>
<p>Interviews with 37 music librarians, many of whom were among the first
generation of specialized music librarians in the United States. The
institutions represented include both academic and public libraries. </p>
</scopecontent>
<arrangement encodinganalog="351">
<head>Arrangement</head>
<p>Arranged in one series in alphabetical order by interviewee.</p>
</arrangement>
<dsc type="combined">
<head>Container List</head>
<c level="series" id="c_5ccc8a2542a50">
<did>
<unitid id="series1">I.</unitid>
<unittitle>Cassettes,
<unitdate type="inclusive" normal="1973/1988" era="ce" calendar="gregorian">1973-1988</unitdate> </unittitle>
<physdesc>
<extent>Cassette 1-135</extent>
</physdesc>
</did>
<arrangement>
<p> Arranged alphabetically by surname of interviewee.</p>
</arrangement>
<c level="item" id="c_5ccc8a2542a62">
<did>
<container type="box">1</container>
<container type="audiocassette">1</container>
<unittitle>
<persname>Albrecht, Otto E. (Otto Edwin), 1899-1984</persname>:
Part 1,
<unitdate type="inclusive">1978-05-12</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 01:03:10</p>
<p>Location of recording: Philadelphia (Pa.)</p>
<p>Type of tape: Maxell UDXLII C60</p>
<p>stereo.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_001_01_am.wav, ubmu0076_001_02_am.wav</item>
<item>Service copy files: ubmu0076_001_01_sc.mp3,
ubmu0076_001_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542a69">
<did>
<container type="box">1</container>
<container type="audiocassette">2</container>
<unittitle>
<persname>Albrecht, Otto E. (Otto Edwin), 1899-1984</persname>:
Part 2,
<unitdate type="inclusive">1978-05-12</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 01:03:22</p>
<p>Location of recording: Philadelphia (Pa.)</p>
<p>Type of tape: Maxell UDXLII C60</p>
<p>stereo.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_002_01_am.wav, ubmu0076_002_02_am.wav</item>
<item>Service copy files: ubmu0076_002_01_sc.mp3,
ubmu0076_002_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542a70">
<did>
<container type="box">1</container>
<container type="audiocassette">3</container>
<unittitle>
<persname>Albrecht, Otto E. (Otto Edwin), 1899-1984</persname>:
Part 3,
<unitdate type="inclusive">1978-05-12--1978-05-13</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 01:03:20</p>
<p>Location of recording: Philadelphia (Pa.)</p>
<p>Type of tape: Maxell UDXLII C60</p>
<p>stereo.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_003_01_am.wav, ubmu0076_003_02_am.wav</item>
<item>Service copy files: ubmu0076_003_01_sc.mp3,
ubmu0076_003_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542a76">
<did>
<container type="box">1</container>
<container type="audiocassette">4</container>
<unittitle>
<persname>Albrecht, Otto E. (Otto Edwin), 1899-1984</persname>:
Part 4,
<unitdate type="inclusive">1978-05-13</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 01:03:17</p>
<p>Location of recording: Philadelphia (Pa.)</p>
<p>Type of tape: Maxell UDXLII C60</p>
<p>stereo.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_004_01_am.wav, ubmu0076_004_02_am.wav</item>
<item>Service copy files: ubmu0076_004_01_sc.mp3,
ubmu0076_004_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542a7c">
<did>
<container type="box">1</container>
<container type="audiocassette">5</container>
<unittitle>
<persname>Albrecht, Otto E. (Otto Edwin), 1899-1984</persname>:
Part 5, and
<persname>Beveridge, Lowell P. (Lowell Pierson),
1930-</persname>: Part 1,
<unitdate type="inclusive">1978-05-13</unitdate>,
<unitdate type="inclusive">1979-01-04</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:34:46</p>
<p>Location of recording: Philadelphia (Pa.) ; Washington
(D.C.)</p>
<p>Type of tape: Maxell UDXLII C60</p>
<p>stereo.</p>
<p>Side B is Lowell Pierson Beveridge</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_005_01_am.wav, ubmu0076_005_02_am.wav</item>
<item>Service copy files: ubmu0076_005_01_sc.mp3,
ubmu0076_005_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542a84">
<did>
<container type="box">1</container>
<container type="audiocassette">6</container>
<unittitle>
<persname>Andrews, Margaret</persname>,
<unitdate type="inclusive">1985-08-09</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:34:13</p>
<p>Location of recording: Rochester (N.Y.)</p>
<p>Type of tape: Maxell UDXLII 60</p>
<p>mono.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_006_01_am.wav, ubmu0076_006_02_am.wav</item>
<item>Service copy files: ubmu0076_006_01_sc.mp3,
ubmu0076_006_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542a8b">
<did>
<container type="box">1</container>
<container type="audiocassette">7</container>
<unittitle>
<persname>Angell, Richard S. (Richard Sloane)</persname>: Part 1,
<unitdate type="inclusive">1973-05-07</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:56:47</p>
<p>Location of recording: Washington (D.C.)</p>
<p>Type of tape: BASF C60</p>
<p>stereo.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_007_01_am.wav, ubmu0076_007_02_am.wav</item>
<item>Service copy files: ubmu0076_007_01_sc.mp3,
ubmu0076_007_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542a94">
<did>
<container type="box">1</container>
<container type="audiocassette">8</container>
<unittitle>
<persname>Angell, Richard S. (Richard Sloane)</persname>: Part 2,
<unitdate type="inclusive">1973-05-08</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:39:07</p>
<p>Location of recording: Washington (D.C.)</p>
<p>Type of tape: BASF C60</p>
<p>stereo.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_008_01_am.wav, ubmu0076_008_02_am.wav</item>
<item>Service copy files: ubmu0076_008_01_sc.mp3,
ubmu0076_008_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542a9c">
<did>
<container type="box">1</container>
<container type="audiocassette">9</container>
<unittitle>
<persname>Angell, Richard S. (Richard Sloane)</persname>: Part 3,
<unitdate type="inclusive">1973-05-09</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:38:44</p>
<p>Location of recording: Washington (D.C.)</p>
<p>Type of tape: BASF C60</p>
<p>mono.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_009_01_am.wav, ubmu0076_009_02_am.wav</item>
<item>Service copy files: ubmu0076_009_01_sc.mp3,
ubmu0076_009_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542aa4">
<did>
<container type="box">1</container>
<container type="audiocassette">10</container>
<unittitle>
<persname>Angell, Richard S. (Richard Sloane)</persname>: Part 4,
<unitdate type="inclusive">1981-02-13</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:45:44</p>
<p>Location of recording: New Haven (Conn.)</p>
<p>Type of tape: Maxell UDXLII C60</p>
<p>mono.</p>
<p>Recorded at Music Library Association 50th anniversary
meeting</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_010_01_am.wav, ubmu0076_010_02_am.wav</item>
<item>Service copy files: ubmu0076_010_01_sc.mp3,
ubmu0076_010_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542aad">
<did>
<container type="box">1</container>
<container type="audiocassette">11</container>
<unittitle>
<persname>Ankudowich, Mary</persname>: Part 1,
<unitdate type="inclusive">1983-10-11</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:49:17</p>
<p>Location of recording: Northampton (Mass.)</p>
<p>Type of tape: Maxell UDXLII 60</p>
<p>stereo.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_011_01_am.wav, ubmu0076_011_02_am.wav</item>
<item>Service copy files: ubmu0076_011_01_sc.mp3,
ubmu0076_011_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542ab6">
<did>
<container type="box">1</container>
<container type="audiocassette">12</container>
<unittitle>
<persname>Ankudowich, Mary</persname>: Part 2,
<unitdate type="inclusive">1983-10-11</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:59:31</p>
<p>Location of recording: Northampton (Mass.)</p>
<p>Type of tape: Maxell UDXLII 60</p>
<p>stereo.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_012_01_am.wav, ubmu0076_012_02_am.wav</item>
<item>Service copy files: ubmu0076_012_01_sc.mp3,
ubmu0076_012_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542ac0">
<did>
<container type="box">1</container>
<container type="audiocassette">13</container>
<unittitle>
<persname>Ankudowich, Mary</persname>: Part 3,
<unitdate type="inclusive">1983-10-11</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:19:13</p>
<p>Location of recording: Northampton (Mass.)</p>
<p>Type of tape: Maxell UDXLII 60</p>
<p>stereo.</p>
<p> Side 2 is blank.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_013_01_am.wav</item>
<item>Service copy files: ubmu0076_013_01_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542aca">
<did>
<container type="box">1</container>
<container type="audiocassette">14</container>
<unittitle>
<persname>Appel, Richard G. (Richard Gilmore)</persname>: Part 1,
<unitdate type="inclusive">1973-10-04</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:57:04</p>
<p>Location of recording: Cambridge (Mass.)</p>
<p>Type of tape: TDK C-60SD</p>
<p>mono.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_014_01_am.wav, ubmu0076_014_02_am.wav</item>
<item>Service copy files: ubmu0076_014_01_sc.mp3,
ubmu0076_014_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542ad5">
<did>
<container type="box">1</container>
<container type="audiocassette">15</container>
<unittitle>
<persname>Appel, Richard G. (Richard Gilmore)</persname>: Part 2,
<unitdate type="inclusive">1974-10-04</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:35:41</p>
<p>Location of recording: Cambridge (Mass.)</p>
<p>Type of tape: TDK C-60LN</p>
<p>mono.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_015_01_am.wav, ubmu0076_015_02_am.wav</item>
<item>Service copy files: ubmu0076_015_01_sc.mp3,
ubmu0076_015_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542ae1">
<did>
<container type="box">1</container>
<container type="audiocassette">16</container>
<unittitle>
<persname>Beveridge, Lowell P. (Lowell Pierson),
1930-</persname>: Part 2,
<unitdate type="inclusive">1979-01-04</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:40:12</p>
<p>Location of recording: Washington (D.C.)</p>
<p>Type of tape: Maxell UDXLII C60</p>
<p>stereo.</p>
<p>Continuation of Tape 5 Side B</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_016_01_am.wav, ubmu0076_016_02_am.wav</item>
<item>Service copy files: ubmu0076_016_01_sc.mp3,
ubmu0076_016_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542aec">
<did>
<container type="box">1</container>
<container type="audiocassette">17</container>
<unittitle>
<persname>Campbell, Frank, 1916-1993</persname>: Part 1,
<unitdate type="inclusive">1986-12-02</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:56:05</p>
<p>Location of recording: New York (N.Y.)</p>
<p>Type of tape: Maxell UDXLII 60</p>
<p>stereo.</p>
<p>Copyright and literary rights belong to the Music Library
Association</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_017_01_am.wav, ubmu0076_017_02_am.wav</item>
<item>Service copy files: ubmu0076_017_01_sc.mp3,
ubmu0076_017_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542af8">
<did>
<container type="box">1</container>
<container type="audiocassette">18</container>
<unittitle>
<persname>Campbell, Frank, 1916-1993</persname>: Part 2,
<unitdate type="inclusive">1986-12-02</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:36:40</p>
<p>Location of recording: New York (N.Y.)</p>
<p>Type of tape: Maxell XLII-S 60</p>
<p>stereo.</p>
<p>Copyright and literary rights belong to the Music Library
Association</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_018_01_am.wav, ubmu0076_018_02_am.wav</item>
<item>Service copy files: ubmu0076_018_01_sc.mp3,
ubmu0076_018_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542b05">
<did>
<container type="box">1</container>
<container type="audiocassette">19</container>
<unittitle>
<persname>Campbell, Frank, 1916-1993</persname>: Part 3,
<unitdate type="inclusive">1986-12-03</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:59:40</p>
<p>Location of recording: New York (N.Y.)</p>
<p>Type of tape: Maxell XLII-S 60</p>
<p>stereo.</p>
<p>Copyright and literary rights belong to the Music Library
Association</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_019_01_am.wav, ubmu0076_019_02_am.wav</item>
<item>Service copy files: ubmu0076_019_01_sc.mp3,
ubmu0076_019_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542b12">
<did>
<container type="box">1</container>
<container type="audiocassette">20</container>
<unittitle>
<persname>Campbell, Frank, 1916-1993</persname>: Part 4,
<unitdate type="inclusive">1986-12-03</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:39:24</p>
<p>Location of recording: New York (N.Y.)</p>
<p>Type of tape: Maxell XLII-S 60</p>
<p>stereo.</p>
<p>Copyright and literary rights belong to the Music Library
Association</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_020_01_am.wav, ubmu0076_020_02_am.wav</item>
<item>Service copy files: ubmu0076_020_01_sc.mp3,
ubmu0076_020_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542b1f">
<did>
<container type="box">1</container>
<container type="audiocassette">21</container>
<unittitle>
<persname>Chamberlain, Gladys E.</persname>: Part 1,
<unitdate type="inclusive">1974-07-13</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:57:30</p>
<p>Location of recording: New York (N.Y.)</p>
<p>Type of tape: TDK D C60</p>
<p>mono.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_021_01_am.wav, ubmu0076_021_02_am.wav</item>
<item>Service copy files: ubmu0076_021_01_sc.mp3,
ubmu0076_021_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542b2d">
<did>
<container type="box">1</container>
<container type="audiocassette">22</container>
<unittitle>
<persname>Chamberlain, Gladys E.</persname>: Part 2,
<unitdate type="inclusive">1974-07-13</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:51:57</p>
<p>Location of recording: New York (N.Y.)</p>
<p>Type of tape: TDK D C60</p>
<p>mono.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_022_01_am.wav, ubmu0076_022_02_am.wav</item>
<item>Service copy files: ubmu0076_022_01_sc.mp3,
ubmu0076_022_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542b3c">
<did>
<container type="box">1</container>
<container type="audiocassette">23</container>
<unittitle>
<persname>Colby, Edward E. (Edward Eugene)</persname>: Part 1,
<unitdate type="inclusive">1981-02-14</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 01:00:56</p>
<p>Location of recording: New Haven (Conn.)</p>
<p>Type of tape: Maxell UDXLII C60</p>
<p>mono.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_023_01_am.wav, ubmu0076_023_02_am.wav</item>
<item>Service copy files: ubmu0076_023_01_sc.mp3,
ubmu0076_023_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542b4b">
<did>
<container type="box">1</container>
<container type="audiocassette">24</container>
<unittitle>
<persname>Colby, Edward E. (Edward Eugene)</persname>: Part 2,
<unitdate type="inclusive">1981-02-14</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:52:33</p>
<p>Location of recording: New Haven (Conn.)</p>
<p>Type of tape: Maxell UDXLII C60</p>
<p>mono.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_024_01_am.wav, ubmu0076_024_02_am.wav</item>
<item>Service copy files: ubmu0076_024_01_sc.mp3,
ubmu0076_024_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542b5b">
<did>
<container type="box">1</container>
<container type="audiocassette">25</container>
<unittitle>
<persname>Colby, Edward E. (Edward Eugene)</persname>: Part 3,
<unitdate type="inclusive">1981-02-14</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:32:24</p>
<p>Location of recording: New Haven (Conn.)</p>
<p>Type of tape: Maxell UDXLII C60</p>
<p>mono.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_025_01_am.wav, ubmu0076_025_02_am.wav</item>
<item>Service copy files: ubmu0076_025_01_sc.mp3,
ubmu0076_025_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542b6b">
<did>
<container type="box">1</container>
<container type="audiocassette">26</container>
<unittitle>
<persname>Coulton, M. Louise</persname>: Part 1,
<unitdate type="inclusive">1985-08-10</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:57:28</p>
<p>Location of recording: Rochester (N.Y.)</p>
<p>Type of tape: Maxell UDXLII 60</p>
<p>mono.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_026_01_am.wav, ubmu0076_026_02_am.wav</item>
<item>Service copy files: ubmu0076_026_01_sc.mp3,
ubmu0076_026_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542b7c">
<did>
<container type="box">1</container>
<container type="audiocassette">27</container>
<unittitle>
<persname>Coulton, M. Louise</persname>: Part 2,
<unitdate type="inclusive">1985-08-09</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:06:19</p>
<p>Location of recording: Rochester (N.Y.)</p>
<p>Type of tape: Maxell UDXLII 60</p>
<p>mono.</p>
<p>Side 2 is blank.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_027_01_am.wav</item>
<item>Service copy files: ubmu0076_027_01_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542b8d">
<did>
<container type="box">1</container>
<container type="audiocassette">28</container>
<unittitle>
<persname>Cunningham, Virginia, 1910-1996</persname>: Part 1,
<unitdate type="inclusive">1979-01-14</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 01:00:38</p>
<p>Location of recording: Chapel Hill (N.C.)</p>
<p>Type of tape: Maxell UDXLII C60</p>
<p>stereo.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_028_01_am.wav, ubmu0076_028_02_am.wav</item>
<item>Service copy files: ubmu0076_028_01_sc.mp3,
ubmu0076_028_02_sc.mp3</item>
</list> </p>
</altformavail>
</c>
<c level="item" id="c_5ccc8a2542b9e">
<did>
<container type="box">1</container>
<container type="audiocassette">29</container>
<unittitle>
<persname>Cunningham, Virginia, 1910-1996</persname>: Part 2,
<unitdate type="inclusive">1979-01-14</unitdate>
</unittitle>
<physdesc>
<extent>1 audiocassette</extent>
</physdesc>
<note>
<p>Duration: 00:59:56</p>
<p>Location of recording: Chapel Hill (N.C.)</p>
<p>Type of tape: Maxell UDXLII C60</p>
<p>stereo.</p>
</note>
</did>
<altformavail>
<p>Digitized copies:
<list type="simple">
<item>Preservation archival master files:
ubmu0076_029_01_am.wav, ubmu0076_029_02_am.wav</item>
<item>Service copy files: ubmu0076_029_01_sc.mp3,
ubmu0076_029_02_sc.mp3</item>
</list> </p>