-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnbuumu_0039.xml
3956 lines (3956 loc) · 159 KB
/
nbuumu_0039.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" publicid="-//State University of New York at Buffalo::Music Library//TEXT (US::NBuU-Mu::Mus. Arc. 39::Irene Haupt Photographs of June in Buffalo 2008)//EN" encodinganalog="identifier">nbuumu_0039</eadid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="title">Finding Aid for the Irene Haupt
Photographs of June in Buffalo,
<date encodinganalog="date" era="ce" calendar="gregorian" type="inclusive" normal="2008-06">2008</date> </titleproper>
<titleproper type="filing" altrender="nodisplay"> Haupt (Irene)
Photographs of June in Buffalo 2008 </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 encodinganalog="date" type="publication">2010</date>. State
University of New York at Buffalo. All rights reserved.</p>
</publicationstmt>
</filedesc>
<profiledesc>
<creation>Finding aid encoded in EAD by John Bewley, April
2010.</creation>
<langusage>Finding aid is 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"> Irene Haupt Photographs
of June in Buffalo,
<unitdate encodinganalog="245$f" normal="2008-06" type="inclusive" datechar="creation"> 2008</unitdate>
</unittitle>
<unitid encodinganalog="099" countrycode="US" repositorycode="NBuU-Mu" label="Collection Number">Mus. Arc. 39</unitid>
<origination label="Creator">
<persname encodinganalog="100" role="creator" source="lcnaf"> Haupt,
Irene </persname>
</origination>
<physdesc label="Extent">
<extent unit="CD-ROMS" encodinganalog="300$a">10 CD-ROMS</extent>
<extent unit="image-file" encodinganalog="300$a"> (234 digital images in tiff
format) </extent>
</physdesc>
<langmaterial label="Language of Material" encodinganalog="546">No
textual content in the collection.</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"> Contains 234 digital
images (tiff files) of musicians who participated in the June in Buffalo
Festival 2008 at the University at Buffalo. </abstract>
<unitdate type="inclusive" normal="2008-06"> 2008</unitdate>
</did>
<descgrp type="admininfo">
<head>Administrative Information</head>
<prefercite encodinganalog="524">
<head>Preferred Citation</head>
<p>[Specified item], Irene Haupt Photographs of June in Buffalo, 2008,
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>Purchased from Irene Haupt, 2008.</p>
</acqinfo>
<accruals encodinganalog="584">
<head>Accruals and Additions</head>
<p>No further accruals are expected to this collection. </p>
</accruals>
<altformavail encodinganalog="530">
<head>Alternate Forms</head>
<p>145 images from the June in Buffalo 2008 collection are included in the
<extref href="http://digital.lib.buffalo.edu/cdm/landingpage/collection/LIB-MUS009" show="new" actuate="onrequest">University at Buffalo Libraries Digital
Collections</extref>. </p>
</altformavail>
<processinfo encodinganalog="583">
<head>Processing Information</head>
<p>Processed by John Bewley.</p>
</processinfo>
</descgrp>
<bioghist encodinganalog="545">
<head>Biographical Note</head>
<p>Irene Haupt, a graduate of the State University of New York at
Buffalo, has been documenting the Buffalo arts scene through her photography
since 1976. During that time she has worked for, or with, some of the most
notable institutions in Buffalo, including the Irish Classical Theatre, Studio
Arena Theater, the Kavinoky Theatre, the Buffalo Philharmonic Orchestra, the
Theatre of Youth, the Albright-Knox Art Gallery, and the State University of
New York at Buffalo. In addition to her specialty of theater photography, Irene
Haupt has also devoted much of her career to the photography of musicians and
musical events. Most notable is her documentation of the contemporary music
scene in Buffalo, including coverage of the University at Buffalo's June in
Buffalo festival of new music, 1982-1987, and 2000 to the present. Over the
course of those years, she has created a visual record that contains images of
some of the most significant composers and performers of the last quarter
century. The list of names is impressive: Aaron Copland, Morton Feldman, Leo
Smit, Virgil Thomson, Steve Reich, Ralph Shapey, Henry Brant, Earle Brown,
Ursula Oppens, Jan Williams, Lukas Foss, Philip Glass, Otto Luening, Conlon
Nancarrow, Ernst Krenek, Larry Austin, Lejaren Hiller, Elliott Carter, Milton
Babbitt, John Cage, Charles Wuorinen, Jacob Druckman, and Yvar Mikhashoff,
among others. </p>
<p>The June in Buffalo festival of contemporary music was begun at the
University at Buffalo in 1975 by composer Morton Feldman. He directed the
festival 1975-1978 and in 1980. The festival was dormant from 1981 through
1985. David Felder revived the festival in 1986 and has been its director since
that time.</p>
</bioghist>
<scopecontent encodinganalog="520">
<head>Scope and Content Note</head>
<p>The collection of Irene Haupt Photographs of June in Buffalo 2008
contains 234 images of participants in the festival for 2008. The list of
musicians includes David Felder, Ben Thigpen, Charles Dodge, James Avery,
Stefan Haussler, Cort Lippe, Nicholas Isherwood, Gerald Pape, Miller Puckette,
Morton Subotnick, Roberto Morales, Daniel Hoffmann, Ensemble for Intuitive
Music, Rin Ozaki, Eun Ju Kim, Tom Kolor, Hans Tutschku, and Stephen
Gosling.</p>
</scopecontent>
<arrangement encodinganalog="351">
<head>Arrangement</head>
<p>Ten series, one for each CD-ROM. Series titles are either
transciptions of markings on the CD-ROMS or created based on principle
content.</p>
<list type="simple">
<item>
<ref target="series1" show="replace" actuate="onrequest">I. CD-ROM
1.</ref> David Felder '08 </item>
<item>
<ref target="series2" show="replace" actuate="onrequest">II. CD-ROM
2.</ref> Capricorn</item>
<item>
<ref target="series3" show="replace" actuate="onrequest">III. CD-ROM
3.</ref> June in Buffalo '08 </item>
<item>
<ref target="series4" show="replace" actuate="onrequest">IV. CD-ROM
4.</ref> Roberto Morales (supplied) </item>
<item>
<ref target="series5" show="replace" actuate="onrequest">V. CD-ROM
5.</ref> Morton Subotnick (supplied) </item>
<item>
<ref target="series6" show="replace" actuate="onrequest">VI. CD-ROM
6.</ref> Miller Puckette (supplied) </item>
<item>
<ref target="series7" show="replace" actuate="onrequest">VII. CD-ROM
7.</ref> Ben Thigpen (supplied) </item>
<item>
<ref target="series8" show="replace" actuate="onrequest">VIII. CD-ROM
8.</ref> Charles Dodge </item>
<item>
<ref target="series9" show="replace" actuate="onrequest">IX. CD-ROM
9.</ref> James Avery </item>
<item>
<ref target="series10" show="replace" actuate="onrequest">X. CD-ROM
10.</ref> Ensemble for Intuition [sic] Musik '08 </item>
</list>
</arrangement>
<dsc type="in-depth">
<head>Container List</head>
<c level="series" id="c_5ccc8a1de9d34">
<did>
<unitid id="series1">I.</unitid>
<unittitle>David Felder '08,
<unitdate type="inclusive" normal="2008-06">June 2008</unitdate>
</unittitle>
<physdesc>
<extent>1 CD-ROM </extent>
<extent>(24 image files in TIFF
format)</extent>
</physdesc>
</did>
<arrangement>
<p>Files are numerically arranged by intermediate, assigned file
names. Original file names are included for reference. </p>
</arrangement>
<c level="item" id="c_5ccc8a1de9d4a">
<did>
<container type="image-file">cd01-01</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: =David Felder Shemayin voice Nicholas
Isherwood=.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9d53">
<did>
<container type="image-file">cd01-02</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Chashmal composer David Felder.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9d5a">
<did>
<container type="image-file">cd01-03</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Chashmal voice Nicholas Isherwood.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9d60">
<did>
<container type="image-file">cd01-04</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: David Felder Chashmal voice Nicholas
Isherwood=.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9d67">
<did>
<container type="image-file">cd01-05</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: David Felder Shemayim voice Nicholas
Isherwood..tif</p>
<p>In UBdigit as file name: JIB200801-05</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9d6f">
<did>
<container type="image-file">cd01-06</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: David Felder Shemayin voice Nicholas
Isherwood=..tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9d76">
<did>
<container type="image-file">cd01-07</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: David Felder Shemayin voice
Nicholas--.tif</p>
<p>In UBdigit as file name: JIB200801-07</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9d7f">
<did>
<container type="image-file">cd01-08</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: JIB 08 019.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9d87">
<did>
<container type="image-file">cd01-09</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: JIB 08 022.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9d8f">
<did>
<container type="image-file">cd01-10</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: JIB 08 028.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9d97">
<did>
<container type="image-file">cd01-11</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: JIB 08 030.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9d9f">
<did>
<container type="image-file">cd01-12</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: JIB 08 031.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9da8">
<did>
<container type="image-file">cd01-13</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: JIB 08 035.tif</p>
<p>In UBdigit as file name: JIB200801-13</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9db1">
<did>
<container type="image-file">cd01-14</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: JIB 08 042.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9dbb">
<did>
<container type="image-file">cd01-15</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: JIB 08 044.tif</p>
<p>In UBdigit as file name: JIB200801-15</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9dc5">
<did>
<container type="image-file">cd01-16</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: JIB 08 050.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9dcf">
<did>
<container type="image-file">cd01-17</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: JIB 08 051.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9dd9">
<did>
<container type="image-file">cd01-18</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: JIB 08 066.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9de3">
<did>
<container type="image-file">cd01-19</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: JIB 08.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9ded">
<did>
<container type="image-file">cd01-20</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Nicholas Isherwood in Chasmal by David
Felder.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9df8">
<did>
<container type="image-file">cd01-21</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Nicolas Isherwood.tif</p>
<p>In UBdigit as file name: JIB200801-21</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9e04">
<did>
<container type="image-file">cd01-22</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Shemayin by David Felder voice Nicholas
Isherwood=-.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9e0f">
<did>
<container type="image-file">cd01-23</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Shemayin-.tif</p>
<p>In UBdigit as file name: JIB200801-23</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9e1b">
<did>
<container type="image-file">cd01-24</container>
<unittitle>Nicholas Isherwood performing David Felder's work,
Shemayin, in front of the projection of film by Elliot Caplan,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Voice Nicholas Isherwood Shemayin by David
Felder.tif</p>
<p>In UBdigit as file name: JIB200801-24</p>
</note>
</did>
</c>
</c>
<c level="series" id="c_5ccc8a1de9e27">
<did>
<unitid id="series2">II.</unitid>
<unittitle>Capricorn,
<unitdate type="inclusive" normal="2007-06">June 2008</unitdate>
</unittitle>
<physdesc>
<extent>1 CD-ROM </extent>
<extent>(10 image files in TIFF
format)</extent>
</physdesc>
</did>
<scopecontent>
<p>Images of singer Nicholas Isherwood during rehearsal of David
Felder's composition,
<title render="italic">Capricorn</title>.</p>
</scopecontent>
<arrangement>
<p>Files are numerically arranged by intermediate, assigned file
names. Original file names are included for reference. </p>
</arrangement>
<c level="item" id="c_5ccc8a1de9e34">
<did>
<container type="image-file">cd02-01</container>
<unittitle>Nicholas Isherwood performing Karlheinz
Stockhausen's, Capricorn,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: 132.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9e40">
<did>
<container type="image-file">cd02-02</container>
<unittitle>Nicholas Isherwood performing Karlheinz
Stockhausen's, Capricorn,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: 132==.tif</p>
<p>In UBdigit as file name: JIB200802-02</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9e4d">
<did>
<container type="image-file">cd02-03</container>
<unittitle>Nicholas Isherwood performing Karlheinz
Stockhausen's, Capricorn,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: 133.tif</p>
<p>In UBdigit as file name: JIB200802-03</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9e5a">
<did>
<container type="image-file">cd02-04</container>
<unittitle>Nicholas Isherwood performing Karlheinz
Stockhausen's, Capricorn,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Capricorn by STOCKHAUSEN.tif</p>
<p>In UBdigit as file name: JIB200802-04</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9e68">
<did>
<container type="image-file">cd02-05</container>
<unittitle>Nicholas Isherwood performing Karlheinz
Stockhausen's, Capricorn,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Capricorrn slee hall.tif</p>
<p>In UBdigit as file name: JIB200802-05</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9e76">
<did>
<container type="image-file">cd02-06</container>
<unittitle>Nicholas Isherwood performing Karlheinz
Stockhausen's, Capricorn,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Isherwood.tif</p>
<p>In UBdigit as file name: JIB200802-06</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9e85">
<did>
<container type="image-file">cd02-07</container>
<unittitle>Nicholas Isherwood performing Karlheinz
Stockhausen's, Capricorn,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Isherwood=.tif</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9e93">
<did>
<container type="image-file">cd02-08</container>
<unittitle>Nicholas Isherwood performing Karlheinz
Stockhausen's, Capricorn,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Nicholas Isherwood rehearsing.tif</p>
<p>In UBdigit as file name: JIB200802-08</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9ea2">
<did>
<container type="image-file">cd02-09</container>
<unittitle>Nicholas Isherwood performing Karlheinz
Stockhausen's, Capricorn,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Stockhausen Capricorn-=.tif</p>
<p>In UBdigit as file name: JIB200802-09</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9eb1">
<did>
<container type="image-file">cd02-10</container>
<unittitle>Nicholas Isherwood performing Karlheinz
Stockhausen's, Capricorn,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Stockhausen Capricorn-=======.tif</p>
<p>In UBdigit as file name: JIB200802-10</p>
</note>
</did>
</c>
</c>
<c level="series" id="c_5ccc8a1de9ec1">
<did>
<unitid id="series3">III.</unitid>
<unittitle>June in Buffalo '08,
<unitdate type="inclusive" normal="2008-06">June 2008</unitdate>
</unittitle>
<physdesc>
<extent>1 CD-ROM </extent>
<extent>(32 image files in TIFF
format)</extent>
</physdesc>
</did>
<arrangement>
<p>Files are numerically arranged by intermediate, assigned file
names. Original file names are included for reference. </p>
</arrangement>
<c level="item" id="c_5ccc8a1de9ed1">
<did>
<container type="image-file">cd03-01</container>
<unittitle>Percussionist Tom Kolor,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: -Tom Kolor, percussion.tif</p>
<p>In UBdigit as file name: JIB200803-01</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9ee1">
<did>
<container type="image-file">cd03-02</container>
<unittitle>Composer Cort Lippe,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Composer Cort Lippe.tif</p>
<p>In UBdigit as file name: JIB200803-02</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9ef2">
<did>
<container type="image-file">cd03-03</container>
<unittitle>Composers Cort Lippe and Roberto Morales with conductor
James Avery,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: composer Cort Lippe, Morales conductor
James Avery at rehear.tif</p>
<p>In UBdigit as file name: JIB200803-03</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9f04">
<did>
<container type="image-file">cd03-04</container>
<unittitle>Composer Gerard Pape, guitarist Magnus Andersson, and
bass Nicholas Isherwood,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: composer Gerard Pape Magnus Andersson,
guitar- Nicholas Ishe.tif</p>
<p>In UBdigit as file name: JIB200803-04</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9f15">
<did>
<container type="image-file">cd03-05</container>
<unittitle>Composer Cort Lippe at masterclass with June in Buffalo
students,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Cort Lippe masterclass.tif</p>
<p>In UBdigit as file name: JIB200803-05</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9f26">
<did>
<container type="image-file">cd03-06</container>
<unittitle>Composer David Felder with bass Nicholas Isherwood and
composer Miller Puckette,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: David Felder Isherwood Miller
Puckette.tif=.tif</p>
<p>In UBdigit as file name: JIB200803-06</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9f38">
<did>
<container type="image-file">cd03-07</container>
<unittitle>Pianist Stephen Gosling, performing percussion in
Karlheinz Stockhausen's work, Kontakte,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Gosling in Stockhausen Kontakte.tif</p>
<p>In UBdigit as file name: JIB200803-07</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9f4b">
<did>
<container type="image-file">cd03-08</container>
<unittitle>Pianist James Avery, with student composer G. Douglas
Barrett and percussionist Pascal Pons,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: James Avery G. Douglas Barrett Pascal Pons
percussion=.tif</p>
<p>In UBdigit as file name: JIB200803-08</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9f5d">
<did>
<container type="image-file">cd03-09</container>
<unittitle>Pianist James Avery with student Tsai-Yun Huang,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: James Avery with student composer Tsai-Yun
Huang send.tif</p>
<p>In UBdigit as file name: JIB200803-09</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9f70">
<did>
<container type="image-file">cd03-10</container>
<unittitle>Pianist James Avery with percussionist Pascal Pons
rehearsing G. Douglas Barrett's work, Derivation X,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: James Avery, piano Pascal Pons,
percusssion.tif</p>
<p>In UBdigit as file name: JIB200803-10</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9f84">
<did>
<container type="image-file">cd03-11</container>
<unittitle>Pianist Stephen Gosling with percussionist Tom Kolor in
background rehearsing Karlheinz Stockhasuen's work, Kontakte,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Kontakte by Stockhausen.tif</p>
<p>In UBdigit as file name: JIB200803-11</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9f98">
<did>
<container type="image-file">cd03-12</container>
<unittitle>Percussionist Tom Kolor,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: Percussion Tom Kolor.tif</p>
<p>In UBdigit as file name: JIB200803-12</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9fac">
<did>
<container type="image-file">cd03-13</container>
<unittitle>Percussionist Rin Ozaki performing Cort Lippe's
work, Music for marimba and computer,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: RIN OSAKI ......tif</p>
<p>In UBdigit as file name: JIB200803-13</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9fc0">
<did>
<container type="image-file">cd03-14</container>
<unittitle>Percussionist Rin Ozaki performing Cort Lippe's
work, Music for marimba and computer,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: RIN OSAKI JPG ==.tif</p>
<p>In UBdigit as file name: JIB200803-14</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9fd5">
<did>
<container type="image-file">cd03-15</container>
<unittitle>Percussionist Rin Ozaki performing Cort Lippe's
work, Music for marimba and computer,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: RIN OSAKI in Cort Lippe TIF=.tif</p>
<p>In UBdigit as file name: JIB200803-15</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1de9fea">
<did>
<container type="image-file">cd03-16</container>
<unittitle>Percussionist Rin Ozaki performing Cort Lippe's
work, Music for marimba and computer,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: RIN OSAKI send=-.tif</p>
<p>In UBdigit as file name: JIB200803-16</p>
</note>
</did>
</c>
<c level="item" id="c_5ccc8a1dea000">
<did>
<container type="image-file">cd03-17</container>
<unittitle>Percussionist Rin Ozaki performing Cort Lippe's
work, Music for marimba and computer,
<unitdate type="inclusive">June 2008</unitdate> </unittitle>
<physdesc>
<extent>1 digital image (tiff format)</extent>
</physdesc>
<note>
<p>Original file name: RIN OSAKI.tif</p>