-
Notifications
You must be signed in to change notification settings - Fork 1
/
nbuumu_0010_3.xml
9097 lines (9093 loc) · 436 KB
/
nbuumu_0010_3.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. 10.3::Jan Williams Collection of Images)//EN">nbuumu_0010_3</eadid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="title">Finding Aid for the Jan Williams
Collection of Images,
<date encodinganalog="date" era="ce" calendar="gregorian" type="inclusive" normal="1962/2007">1962-2007</date>
</titleproper>
<titleproper type="filing" altrender="nodisplay"> Williams (Jan),
Collection of Images </titleproper>
<author encodinganalog="contributor">Finding aid prepared by Molly
O'Brien</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" era="ce" calendar="gregorian">2009</date>. State
University of New York at Buffalo. All rights reserved.</p>
</publicationstmt>
</filedesc>
<profiledesc>
<creation>Finding aid encoded in EAD by Molly O'Brien. </creation>
<langusage>Finding aid written in
<language encodinganalog="language" langcode="eng">English.</language>
</langusage>
<descrules>Finding aid prepared using DACS (<title render="italic" linktype="simple">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"> Jan Williams Collection
of Images,
<unitdate encodinganalog="245$f" normal="1962/2007" type="inclusive" datechar="creation" era="ce" calendar="gregorian"> 1962-2007 </unitdate>
</unittitle>
<unitid encodinganalog="099" countrycode="US" repositorycode="NBuU-Mu" label="Collection Number">Mus. Arc. 10.3</unitid>
<origination label="Creator">
<persname encodinganalog="100" role="creator" normal="Williams, Jan, 1939- " source="lcnaf">Williams, Jan, 1939- </persname>
</origination>
<physdesc label="Extent">
<extent unit="box" encodinganalog="300$a">4
boxes</extent>
<extent unit="item" encodinganalog="300$a">(548 items)</extent>
</physdesc>
<langmaterial label="Language of Material" encodinganalog="546">No
textual materials are included 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"> The Jan Williams
Collection of Images contains images of various performances and trips made by
Jan Williams with accompanying performers and composers. An original gift was
received of 321 prints and contact sheets and 54 35mm slides in 2007. An
additional gift was received of 173 photographs in 2008.</abstract>
<unitdate type="inclusive" normal="1962/2007"> 1962-2007 </unitdate>
</did>
<descgrp type="admininfo">
<head>Administrative Information</head>
<prefercite encodinganalog="524">
<head>Preferred Citation</head>
<p>[Specified item], Jan Williams Collection of Images, 1962-2007,
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 Jan Willams, 2007-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>Entire collection digitized and available in
<extref href="http://digital.lib.buffalo.edu/collection/LIB-MUS018/" show="replace" actuate="onrequest" role="text/html" linktype="simple">UB Libraries Digital Collections</extref>.</p>
</altformavail>
<processinfo encodinganalog="583">
<head>Processing Information</head>
<p>Processed by Molly O'Brien in 2009.</p>
</processinfo>
</descgrp>
<bioghist encodinganalog="545">
<head>Biographical Note</head>
<p>Jan Williams was born in Utica, New York in 1939. He earned his B.M.
and M.M. degrees as a percussionist at the Manhattan School of Music where he
studied with Paul Price. Williams came to Buffalo as a Creative Associate at
the Center of the Creative and Performing Arts in 1964. He became a member of
the University at Buffalo Music Faculty in 1967 and Co-Director of the Center
in 1974. Williams has been a mainstay of the international contemporary music
scene, as percussionist, conductor, administrator, and educator. </p>
</bioghist>
<scopecontent encodinganalog="520">
<head>Scope and Content Note</head>
<p>The Jan Williams Collection of Images consists of 548 photos, slides,
and contact sheets, taken by Jan Williams, his friends, and professional
photographers. The collection documents the career of Jan Williams and his
travels to several countries, including Argentina, Brazil, Denmark, England,
France, Germany, Italy, Poland, Spain, Uruguay, and many cities in the United
States. More than one hundred images are of various venues in Buffalo, New York
where Jan spent the bulk of his career. The collection contains images of many
notable composers such as John Cage, Cornelius Cardew, Elliott Carter, David
Del Tredici, Lukas Foss, Lejaren Hiller, Morton Feldman, Conlon Nancarrow,
Pauline Oliveros, and Virgil Thomson. Performers represented in the images
include the other members of the New Percussion Quartet, Creative Associates,
Nils Vigeland, and Eberhard Blum. </p>
</scopecontent>
<arrangement encodinganalog="351">
<head>Arrangement</head>
<p> The collection is divided into four series. Series I, II, and IV are
prints of various sizes and Series III consists of 35mm slides. </p>
<list>
<item>
<ref target="series1" actuate="onrequest" show="replace" linktype="simple">I. Jan
Williams alone. </ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series2" linktype="simple">II. Jan
Williams and others. </ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series3" linktype="simple">III. Slides.
</ref>
</item>
<item>
<ref actuate="onrequest" show="replace" target="series4" linktype="simple">IV.
Additional prints. </ref>
</item>
</list>
</arrangement>
<dsc type="combined">
<head>Container List</head>
<c level="series" id="c_5ccc8a12cbf52">
<did>
<unitid id="series1">I</unitid>
<unittitle>Jan Williams alone,
<unitdate type="inclusive" normal="1962/1987" era="ce" calendar="gregorian">1962-1987 </unitdate>
</unittitle>
<physdesc>
<extent> Item 1-33</extent>
</physdesc>
</did>
<arrangement>
<p>Arranged in chronological order.</p>
</arrangement>
<c level="item" id="c_5ccc8a12cbf5f">
<did>
<container type="box">1</container>
<container type="item">JW-001</container>
<unittitle>Jan Williams on television performing Lou Harrison's Canticle no. 3,
<unitdate type="inclusive" era="ce" calendar="gregorian">1962</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2492"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf62">
<did>
<container type="box">1</container>
<container type="item">JW-002</container>
<unittitle>Diane Williams on television performing Lou Harrison's Canticle no. 3,
<unitdate type="inclusive" era="ce" calendar="gregorian">1962</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2493"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf65">
<did>
<container type="box">1</container>
<container type="item">JW-003</container>
<unittitle>Jan Williams portrait sitting in the Creative Associates rehearsal room, old Baird Hall, percussion instruments in background,
<unitdate type="inclusive" era="ce" calendar="gregorian">1966</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2494"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf68">
<did>
<container type="box">1</container>
<container type="item">JW-004</container>
<unittitle>Jan Williams portrait in the Creative Associates rehearsal room, old Baird Hall,
<unitdate type="inclusive" era="ce" calendar="gregorian">1966</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2495"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf6b">
<did>
<container type="box">1</container>
<container type="item">JW-005</container>
<unittitle>Jan Williams performing Luciano Berio's Circles at Evenings for New Music,
<unitdate type="inclusive" era="ce" calendar="gregorian">1967-02</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2496"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf6e">
<did>
<container type="box">1</container>
<container type="item">JW-006</container>
<unittitle>Jan Williams performing Elliott Carter's 8 Pieces for Four Timpani at the Albright-Knox Art Gallery,
<unitdate type="inclusive" era="ce" calendar="gregorian">1967-04</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2497"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf71">
<did>
<container type="box">1</container>
<container type="item">JW-007</container>
<unittitle>Jan Williams at rehearsal for Kinder Koncert with the Buffalo Philharmonic Orchestra,
<unitdate type="inclusive" era="ce" calendar="gregorian">1970-03</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2498"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf75">
<did>
<container type="box">1</container>
<container type="item">JW-008</container>
<unittitle>Jan Williams at S.E.M. rehearsal,
<unitdate type="inclusive" era="ce" calendar="gregorian">1970-03</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2499"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf78">
<did>
<container type="box">1</container>
<container type="item">JW-009</container>
<unittitle>Jan Williams performing Lejaren Hiller's 3 Rituals for 2 Percussionists at Albright-Knox Art Gallery,
<unitdate type="inclusive" era="ce" calendar="gregorian">1971-05</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2500"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Parman, Frank</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf7c">
<did>
<container type="box">1</container>
<container type="item">JW-010</container>
<unittitle>Jan Williams performing Lejaren Hiller's 3 Rituals for 2 Percussionists at Albright-Knox Art Gallery,
<unitdate type="inclusive" era="ce" calendar="gregorian">1971-05</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2501"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Parman, Frank</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf7f">
<did>
<container type="box">1</container>
<container type="item">JW-011</container>
<unittitle>Jan Williams at the performance of Julius Eastman's Macle at the Albright-Knox Art Gallery,
<unitdate type="inclusive" era="ce" calendar="gregorian">1972-02</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2502"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf83">
<did>
<container type="box">1</container>
<container type="item">JW-012</container>
<unittitle>Jan Williams playing percussion at old Baird Hall,
<unitdate type="inclusive" era="ce" calendar="gregorian">undated</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2503"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf87">
<did>
<container type="box">1</container>
<container type="item">JW-013</container>
<unittitle>Jan Williams conducting at Brock University,
<unitdate type="inclusive" era="ce" calendar="gregorian">undated</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2504"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf8b">
<did>
<container type="box">1</container>
<container type="item">JW-014</container>
<unittitle>Jan Williams conducting, as printed on an advertisement for Evenings for New Music, with flutist Petr Kot&#xED;k in foreground,
<unitdate type="inclusive" era="ce" calendar="gregorian">undated</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2505"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf8f">
<did>
<container type="box">1</container>
<container type="item">JW-015</container>
<unittitle>Jan Williams at a rehearsal for Luciano Berio's Circles at the Albright-Knox Art Gallery,
<unitdate type="inclusive" era="ce" calendar="gregorian">1976-12</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2506"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf94">
<did>
<container type="box">1</container>
<container type="item">JW-016</container>
<unittitle>Jan Williams portrait in hat and scarf,
<unitdate type="inclusive" era="ce" calendar="gregorian">1977</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2507"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Smit, Leo, 1921-1999</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf98">
<did>
<container type="box">1</container>
<container type="item">JW-017</container>
<unittitle>Jan Williams at a bar with beers,
<unitdate type="inclusive" era="ce" calendar="gregorian">1977</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2508"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Elm&#xF8;e, Torben</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbf9c">
<did>
<container type="box">1</container>
<container type="item">JW-018</container>
<unittitle>Jan Williams posing with marimba,
<unitdate type="inclusive" era="ce" calendar="gregorian">undated</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2509"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Haupt, Irene</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbfa1">
<did>
<container type="box">1</container>
<container type="item">JW-019</container>
<unittitle>Jan Williams playing with UB Percussion Ensemble (photo by Dave Gordon's father),
<unitdate type="inclusive" era="ce" calendar="gregorian">1982-02</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2510"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbfa5">
<did>
<container type="box">1</container>
<container type="item">JW-020</container>
<unittitle>Jan Williams sitting,
<unitdate type="inclusive" era="ce" calendar="gregorian">undated</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2511"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbfaa">
<did>
<container type="box">1</container>
<container type="item">JW-021</container>
<unittitle>Jan Williams in Middelburg, Holland,
<unitdate type="inclusive" era="ce" calendar="gregorian">1985-07</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2512"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbfaf">
<did>
<container type="box">1</container>
<container type="item">JW-022</container>
<unittitle>Black and white contact-sheet of 35 mm images of Jan Williams playing marimba,
<unitdate type="inclusive" era="ce" calendar="gregorian">undated</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2513"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Harry, Don</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbfb4">
<did>
<container type="box">1</container>
<container type="item">JW-023</container>
<unittitle>Jan Williams playing marimba and vibraphone in Slee Hall,
<unitdate type="inclusive" era="ce" calendar="gregorian">undated</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2514"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Harry, Don</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbfba">
<did>
<container type="box">1</container>
<container type="item">JW-024</container>
<unittitle>Jan Williams playing marimba and vibraphone in Slee Hall,
<unitdate type="inclusive" era="ce" calendar="gregorian">undated</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2515"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Harry, Don</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbfbf">
<did>
<container type="box">1</container>
<container type="item">JW-025</container>
<unittitle>Jan Williams playing percussion in Miami,
<unitdate type="inclusive" era="ce" calendar="gregorian">1987-01</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2516"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbfc4">
<did>
<container type="box">1</container>
<container type="item">JW-026</container>
<unittitle>Jan Williams playing percussion in Miami,
<unitdate type="inclusive" era="ce" calendar="gregorian">1987-01</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2517"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbfca">
<did>
<container type="box">1</container>
<container type="item">JW-027</container>
<unittitle>Jan Williams performing in Miami,
<unitdate type="inclusive" era="ce" calendar="gregorian">1987-01</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2518"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbfcf">
<did>
<container type="box">1</container>
<container type="item">JW-028</container>
<unittitle>Jan Williams at home posing with gramophone that belonged to Diane Williams' grandparents,
<unitdate type="inclusive" era="ce" calendar="gregorian">undated</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2519"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbfd5">
<did>
<container type="box">1</container>
<container type="item">JW-029</container>
<unittitle>Jan Williams at home posing with gramophone that belonged to Diane Williams' grandparents,
<unitdate type="inclusive" era="ce" calendar="gregorian">undated</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2520"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbfdb">
<did>
<container type="box">1</container>
<container type="item">JW-030</container>
<unittitle>Jan Williams Solo Recital at Percussion Festival in &#xC5;rhus, Denmark,
<unitdate type="inclusive" era="ce" calendar="gregorian">undated</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2521"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbfe1">
<did>
<container type="box">1</container>
<container type="item">JW-031</container>
<unittitle>Jan Williams Solo Recital at Percussion Festival in &#xC5;rhus, Denmark,
<unitdate type="inclusive" era="ce" calendar="gregorian">undated</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2522"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbfe8">
<did>
<container type="box">1</container>
<container type="item">JW-032</container>
<unittitle>Jan Williams Solo Recital at Percussion Festival in &#xC5;rhus, Denmark,
<unitdate type="inclusive" era="ce" calendar="gregorian">undated</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2535"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cbfee">
<did>
<container type="box">1</container>
<container type="item">JW-033</container>
<unittitle>Jan Williams Solo Recital at Percussion Festival in &#xC5;rhus, Denmark,
<unitdate type="inclusive" era="ce" calendar="gregorian">undated</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2526"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Unidentified</persname>
</origination>
</did>
</c>
</c>
<c level="series" id="c_5ccc8a12cbff4">
<did>
<unitid id="series2">II</unitid>
<unittitle>Jan Williams and others,
<unitdate type="inclusive" normal="1966/1994" era="ce" calendar="gregorian">1966-2007 </unitdate>
</unittitle>
<physdesc>
<extent>Item 34-321 </extent>
</physdesc>
</did>
<arrangement>
<p>Arranged in chronological order.</p>
</arrangement>
<c level="item" id="c_5ccc8a12cbffb">
<did>
<container type="box">1</container>
<container type="item">JW-034</container>
<unittitle>New Percussion Quartet posing with large frame,
<unitdate type="inclusive" era="ce" calendar="gregorian">1966</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2556"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc001">
<did>
<container type="box">1</container>
<container type="item">JW-035</container>
<unittitle>New Percussion Quartet posing with statue,
<unitdate type="inclusive" era="ce" calendar="gregorian">1966</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2523"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc008">
<did>
<container type="box">1</container>
<container type="item">JW-036</container>
<unittitle>New Percussion Quartet posing with large frame,
<unitdate type="inclusive" era="ce" calendar="gregorian">1966</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2524"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc00f">
<did>
<container type="box">1</container>
<container type="item">JW-037</container>
<unittitle>New Percussion Quartet posing with snare drum,
<unitdate type="inclusive" era="ce" calendar="gregorian">1966</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2525"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc016">
<did>
<container type="box">1</container>
<container type="item">JW-038</container>
<unittitle>New Percussion Quartet posing with snare drum,
<unitdate type="inclusive" era="ce" calendar="gregorian">1966</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2527"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc01e">
<did>
<container type="box">1</container>
<container type="item">JW-039</container>
<unittitle>New Percussion Quartet posing with snare drum,
<unitdate type="inclusive" era="ce" calendar="gregorian">1966</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2528"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc025">
<did>
<container type="box">1</container>
<container type="item">JW-040</container>
<unittitle>New Percussion Quartet playing snare drum,
<unitdate type="inclusive" era="ce" calendar="gregorian">1966</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2529"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc02d">
<did>
<container type="box">1</container>
<container type="item">JW-041</container>
<unittitle>New Percussion Quartet posing with hats,
<unitdate type="inclusive" era="ce" calendar="gregorian">1966</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2530"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc034">
<did>
<container type="box">1</container>
<container type="item">JW-042</container>
<unittitle>New Percussion Quartet posing with sculpture, outdoors,
<unitdate type="inclusive" era="ce" calendar="gregorian">1966</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2531"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc03c">
<did>
<container type="box">1</container>
<container type="item">JW-043</container>
<unittitle>New Percussion Quartet posing with sculpture by Henry Moore, outdoors,
<unitdate type="inclusive" era="ce" calendar="gregorian">1966</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2532"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc044">
<did>
<container type="box">1</container>
<container type="item">JW-044</container>
<unittitle>Margaret Krimsky-Hassell playing piano for a rehearsal of Be Prepared by the New Percussion Quartet,
<unitdate type="inclusive" era="ce" calendar="gregorian">1967</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2533"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc04d">
<did>
<container type="box">1</container>
<container type="item">JW-045</container>
<unittitle>Margaret Krimsky-Hassell playing piano for a rehearsal of Be Prepared by the New Percussion Quartet,
<unitdate type="inclusive" era="ce" calendar="gregorian">1967</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2534"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc055">
<did>
<container type="box">1</container>
<container type="item">JW-046</container>
<unittitle>New Percussion Quartet with Margaret Krimsky-Hassel rehearsing Be Prepared,
<unitdate type="inclusive" era="ce" calendar="gregorian">1967</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2536"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc05e">
<did>
<container type="box">1</container>
<container type="item">JW-047</container>
<unittitle>New Percussion Quartet with Margaret Krimsky-Hassel rehearsing Be Prepared,
<unitdate type="inclusive" era="ce" calendar="gregorian">1967</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2537"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc067">
<did>
<container type="box">1</container>
<container type="item">JW-048</container>
<unittitle>New Percussion Quartet with Margaret Krimsky-Hassel rehearsing Be Prepared,
<unitdate type="inclusive" era="ce" calendar="gregorian">1967</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2538"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc06f">
<did>
<container type="box">1</container>
<container type="item">JW-049</container>
<unittitle>New Percussion Quartet with Margaret Krimsky-Hassel rehearsing Be Prepared,
<unitdate type="inclusive" era="ce" calendar="gregorian">1967</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2539"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc078">
<did>
<container type="box">1</container>
<container type="item">JW-050</container>
<unittitle>New Percussion Quartet with Margaret Krimsky-Hassel rehearsing Be Prepared,
<unitdate type="inclusive" era="ce" calendar="gregorian">1967</unitdate>
</unittitle>
<!-- <dao linktype="simple"href="http://ubdigit.buffalo.edu/u?/LIB-MUS018,2540"actuate="onrequest"show="new"> -->
<physdesc>
<extent>1 photograph</extent>
</physdesc>
<origination label="Photographer">
<persname role="creator">Tuttle, Jim</persname>
</origination>
</did>
</c>
<c level="item" id="c_5ccc8a12cc081">
<did>
<container type="box">1</container>
<container type="item">JW-051</container>
<unittitle>New Percussion Quartet rehearsing in old Baird Hall,
<unitdate type="inclusive" era="ce" calendar="gregorian">1967-08</unitdate>