-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path11480.xml
935 lines (935 loc) · 50.7 KB
/
11480.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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://raw.githubusercontent.com/YaleArchivesSpace/EAD3-to-PDF-UA/master/ead3-yale.sch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<?xml-model href="https://raw.githubusercontent.com/SAA-SDT/EAD3/master/ead3.rng"
type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<ead xmlns="http://ead3.archivists.org/schema/">
<control countryencoding="iso3166-1"
dateencoding="iso8601"
langencoding="iso639-2b"
relatedencoding="marc"
repositoryencoding="iso15511"
scriptencoding="iso15924">
<recordid instanceurl="https://hdl.handle.net/10079/fa/beinecke.youngbuschman">beinecke.youngbuschman</recordid>
<otherrecordid localtype="BIB">14118690</otherrecordid>
<filedesc>
<titlestmt>
<titleproper>Guide to the Ernest E. Young and Janet Buschman Papers </titleproper>
<titleproper localtype="filing">Young (Ernest E.) and Janet Buschman Papers</titleproper>
<author>Sarah Lerner</author>
</titlestmt>
<publicationstmt>
<publisher>Beinecke Rare Book and Manuscript Library</publisher>
<address>
<addressline>P. O. Box 208330</addressline>
<addressline>New Haven, CT 06520-8330</addressline>
<addressline localtype="telephone">(203) 432-2977 </addressline>
<addressline localtype="email">[email protected]</addressline>
<addressline>
<ref href="http://beinecke.library.yale.edu/"
linktitle="http://beinecke.library.yale.edu/"
show="new">http://beinecke.library.yale.edu/</ref>
</addressline>
</address>
<date>July 2019</date>
<num>WA MSS S-3697</num>
</publicationstmt>
<notestmt>
<controlnote>
<p>This finding aid, which is compliant with the Yale EAD Best Practice Guidelines, Version 1.0, has a MARC record in Yale's ILS with the following bib number: <num localtype="Orbis-bib">14118690</num>.</p>
</controlnote>
<controlnote localtype="offsite">
<p>Boxes: 1-5</p>
</controlnote>
<controlnote localtype="onsite">
<p>Box: 6</p>
</controlnote>
</notestmt>
</filedesc>
<maintenancestatus value="derived"/>
<maintenanceagency countrycode="US">
<agencycode>US-CtY-BR</agencycode>
<agencyname>Beinecke Rare Book and Manuscript Library</agencyname>
</maintenanceagency>
<languagedeclaration>
<language langcode="eng">English</language>
<script scriptcode="Latn">Latin</script>
<descriptivenote>
<p>Finding aid written in English.</p>
</descriptivenote>
</languagedeclaration>
<conventiondeclaration>
<abbr>dacs</abbr>
<citation>Describing Archives: A Content Standard</citation>
</conventiondeclaration>
<rightsdeclaration>
<abbr>CC0</abbr>
<citation href="https://creativecommons.org/publicdomain/zero/1.0/"/>
<descriptivenote>
<p>Finding aid description and metadata in Archives at Yale are licensed under a CC0 1.0 Universal (CC0 1.0) Public Domain Dedication. This means that anyone may copy, modify, and distribute this descriptive metadata without restriction or permission. The CC0 license is explained in full on the Creative Commons website: <ref href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal (CC0 1.0) Public Domain Dedication</ref>. More information is available on our <ref href="https://archives.yale.edu/help">Help page</ref>.</p>
</descriptivenote>
</rightsdeclaration>
<localcontrol localtype="findaidstatus">
<term>completed</term>
</localcontrol>
<maintenancehistory>
<maintenanceevent>
<eventtype value="derived"/>
<eventdatetime>2025-01-09T00:32:13-05:00</eventdatetime>
<agenttype value="machine"/>
<agent>ArchivesSpace yale-rebased-v3.3.1</agent>
<eventdescription>This finding aid was produced using ArchivesSpace on Thursday January 9, 2025 at 00:32</eventdescription>
</maintenanceevent>
</maintenancehistory>
</control>
<archdesc altrender="/repositories/11/resources/11480" level="collection">
<did>
<unittitle>Ernest E. Young and Janet Buschman papers</unittitle>
<unitid>WA MSS S-3697</unitid>
<repository>
<corpname>
<part>Beinecke Rare Book and Manuscript Library</part>
</corpname>
</repository>
<langmaterial>
<language langcode="eng">English</language>
</langmaterial>
<physdescstructured coverage="whole" physdescstructuredtype="spaceoccupied">
<quantity>6.34</quantity>
<unittype>Linear Feet</unittype>
</physdescstructured>
<physdesc localtype="container_summary">6 boxes</physdesc>
<unitdatestructured altrender="1948-2005" label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1948">1948</fromdate>
<todate standarddate="2005">2005</todate>
</daterange>
</unitdatestructured>
<abstract id="aspace_a862fd46d79d46684e598814b45c8d4b">Approximately 100 autograph letters, signed, from Ernest E. Young to Janet Buschman, 1954 June 23-1955 July 18, undated; and 8 sketchbooks containing architectural drawings of San Francisco, California, buildings; interior designs; book illustrations; ships and trains; and human figures and animals, 1974-2005, undated. Accompanied by a scrapbook kept by Buschman during her time as treasurer of the San Mateo Junior College Flying Club, 1948-1949, and 8 letters from Buschman's sister, Iris Buschman, 1953 August 27-1954 December 2.</abstract>
<origination label="Source">
<corpname relator="bsl" rules="local" source="local">
<part localtype="agent_corporate_entity">Between the Covers</part>
</corpname>
</origination>
<origination label="Source">
<persname relator="aut" rules="local" source="local">
<part localtype="agent_person">Young, Ernest E.</part>
</persname>
</origination>
<origination label="Source">
<persname relator="com" source="local">
<part localtype="agent_person">Buschman, Janet</part>
</persname>
</origination>
</did>
<accessrestrict id="aspace_954171ea1c797765b2ed7fd34081922c">
<head>Conditions Governing Access</head>
<p>This collection is open for research.</p>
</accessrestrict>
<acqinfo id="aspace_ab5176c634360370abda1ac7d0d7b549">
<head>Immediate Source of Acquisition</head>
<p>Purchased from Between the Covers on the Frederick W. and Carrie S. Beinecke Fund for Western Americana, 2016.</p>
</acqinfo>
<arrangement id="aspace_f849cee724c7327f5e9ff7df8ac979d1">
<head>Arrangement</head>
<p>Arranged alphabetically by format.</p>
</arrangement>
<bioghist id="aspace_e669d647255599987ef8a3c296580126">
<head>Biographical / Historical</head>
<p>Ernest E. Young (1935-2005) of Berkeley, California, was an African American illustrator and architect. He studied at California College of Arts and Crafts, graduating in 1954. From 1950 to 1969, he headed his own design studio and later joined the professional firm Stone, Marraccini, and Patterson, Architects. He established Erni Young and Associates in Oakland in 1971. Young was also an associate professor at University of California, Berkley and UC Santa Barbara during the 1970s. Beginning in 1953, he dated Janet Buschman, a fellow student at California College of Arts and Crafts; the couple married in 1957 and separated circa 1990.</p>
</bioghist>
<prefercite id="aspace_7878020ae7cf78aa6582cae36cd331ee">
<head>Preferred Citation</head>
<p>Ernest E. Young and Janet Buschman Papers. Yale Collection of Western Americana, Beinecke Rare Book and Manuscript Library.</p>
</prefercite>
<processinfo id="aspace_e7d16f66c74d88c5f65f8bc2f1ac9ce2">
<head>Processing Information</head>
<p>Collections are processed to a variety of levels, depending on the work necessary to make them usable, their perceived research value, the availability of staff, competing priorities, and whether or not further accruals are expected. The library attempts to provide a basic level of preservation and access for all collections, and does more extensive processing of higher priority collections as time and resources permit.</p>
<p>These materials have been arranged and described according to national and local standards. For more information, please refer to the Beinecke Manuscript Unit Processing Manual.</p>
</processinfo>
<scopecontent id="aspace_c34f05bdf0ff1ca3bab5450dcda18f65">
<head>Content Description</head>
<p>Approximately 100 autograph letters, signed, from Ernest E. Young to Janet Buschman, 1954 June 23-1955 July 18, undated; and 8 sketchbooks containing architectural drawings of San Francisco, California, buildings; interior designs; book illustrations; ships and trains; and human figures and animals, 1974-2005, undated. Accompanied by a scrapbook kept by Buschman during her time as treasurer of the San Mateo Junior College Flying Club, 1948-1949, and 8 letters from Buschman's sister, Iris Buschman, 1953 August 27-1954 December 2.</p>
</scopecontent>
<userestrict id="aspace_20ea1850779f032cbe9eef88cbca68d9">
<head>Conditions Governing Use</head>
<p>The Ernest E. Young and Janet Buschman Papers is the physical property of the Beinecke Rare Book and Manuscript Library, Yale University. Literary rights, including copyright, belong to the authors or their legal heirs and assigns. For further information, consult the appropriate curator.</p>
</userestrict>
<controlaccess>
<occupation source="lcsh">
<part localtype="occupation">African American architects</part>
<part localtype="geographic">California</part>
</occupation>
<occupation source="lcsh">
<part localtype="occupation">African American illustrators</part>
<part localtype="geographic">California</part>
</occupation>
<occupation source="lcsh">
<part localtype="occupation">Architects</part>
<part localtype="genre_form">California</part>
<part localtype="temporal">20th Century</part>
</occupation>
<subject source="lcsh">
<part localtype="topical">Artists' preparatory studies</part>
<part localtype="geographic">California</part>
</subject>
<occupation source="lcsh">
<part localtype="occupation">College teachers</part>
<part localtype="geographic">California</part>
<part localtype="temporal">20th Century</part>
</occupation>
<occupation source="lcsh">
<part localtype="occupation">Illustrators</part>
<part localtype="geographic">California</part>
<part localtype="temporal">20th Century</part>
</occupation>
<genreform identifier="http://vocab.getty.edu/aat/300034787" source="aat">
<part localtype="genre_form">Architectural drawings (visual works)</part>
</genreform>
<genreform source="local">
<part localtype="genre_form">Scrapbooks</part>
</genreform>
<genreform identifier="http://vocab.getty.edu/aat/300027354" source="aat">
<part localtype="genre_form">Sketchbooks</part>
</genreform>
<genreform identifier="http://vocab.getty.edu/aat/300015617" source="aat">
<part localtype="genre_form">Sketches</part>
</genreform>
<subject source="lcsh">
<part localtype="topical">Recreational aviation</part>
<part localtype="geographic">California</part>
</subject>
<subject source="lcsh">
<part localtype="topical">Interracial dating</part>
<part localtype="geographic">California</part>
</subject>
<geogname identifier="http://id.loc.gov/authorities/subjects/sh2008116869"
source="lcsh">
<part localtype="geographic">San Francisco (Calif.)</part>
<part localtype="genre_form">Pictorial works</part>
</geogname>
<persname source="local">
<part localtype="agent_person">Buschman, Iris</part>
</persname>
<corpname source="local">
<part localtype="agent_corporate_entity">San Mateo Junior College Flying Club</part>
</corpname>
</controlaccess>
<dsc>
<c altrender="/repositories/11/archival_objects/3062138"
id="aspace_1c16867b07f70fcf541e89851e116c06"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1953 August 27-1954 December 2"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1953-08-27">1953 August 27</fromdate>
<todate standarddate="1954-12-02">1954 December 2</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_1c16867b07f70fcf541e89851e116c06_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_1c16867b07f70fcf541e89851e116c06_c2"
localtype="folder"
parent="aspace_1c16867b07f70fcf541e89851e116c06_c1">1</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062139"
id="aspace_c0e409d72f5105c3a66219f0dfd8f4a5"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1954 June 23-July 29"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1954-06-23">1954 June 23</fromdate>
<todate standarddate="1954-07-29">1954 July 29</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_c0e409d72f5105c3a66219f0dfd8f4a5_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_c0e409d72f5105c3a66219f0dfd8f4a5_c2"
localtype="folder"
parent="aspace_c0e409d72f5105c3a66219f0dfd8f4a5_c1">2</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062140"
id="aspace_ecab997216f7903987e3b84dd394ab9c"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1954 July 11-21"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1954-07-11">1954 July 11</fromdate>
<todate standarddate="1954-07-21">1954 July 21</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_ecab997216f7903987e3b84dd394ab9c_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_ecab997216f7903987e3b84dd394ab9c_c2"
localtype="folder"
parent="aspace_ecab997216f7903987e3b84dd394ab9c_c1">3</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062141"
id="aspace_9abeae7a39cd4f5e1c461d65196c3a05"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1954 July 23-August 2"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1954-07-23">1954 July 23</fromdate>
<todate standarddate="1954-08-02">1954 August 2</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_9abeae7a39cd4f5e1c461d65196c3a05_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_9abeae7a39cd4f5e1c461d65196c3a05_c2"
localtype="folder"
parent="aspace_9abeae7a39cd4f5e1c461d65196c3a05_c1">4</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062142"
id="aspace_d335b1ed1523740f4eef7370e3125493"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1954 August 3-17"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1954-08-03">1954 August 3</fromdate>
<todate standarddate="1954-08-17">1954 August 17</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_d335b1ed1523740f4eef7370e3125493_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_d335b1ed1523740f4eef7370e3125493_c2"
localtype="folder"
parent="aspace_d335b1ed1523740f4eef7370e3125493_c1">5</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062143"
id="aspace_fc198084ab1591e308ca8d6334a3b0a5"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1954 August 24-31"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1954-08-24">1954 August 24</fromdate>
<todate standarddate="1954-08-31">1954 August 31</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_fc198084ab1591e308ca8d6334a3b0a5_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_fc198084ab1591e308ca8d6334a3b0a5_c2"
localtype="folder"
parent="aspace_fc198084ab1591e308ca8d6334a3b0a5_c1">6</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062144"
id="aspace_decad3db3d60b92086aeed4122c9070f"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1954 September 1-October 10"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1954-09-01">1954 September 1</fromdate>
<todate standarddate="1954-10-10">1954 October 10</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_decad3db3d60b92086aeed4122c9070f_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_decad3db3d60b92086aeed4122c9070f_c2"
localtype="folder"
parent="aspace_decad3db3d60b92086aeed4122c9070f_c1">7</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062145"
id="aspace_c529348ce293b4d351d12638adc2454d"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1954 October 22-26"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1954-10-22">1954 October 22</fromdate>
<todate standarddate="1954-10-26">1954 October 26</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_c529348ce293b4d351d12638adc2454d_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_c529348ce293b4d351d12638adc2454d_c2"
localtype="folder"
parent="aspace_c529348ce293b4d351d12638adc2454d_c1">8</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062177"
id="aspace_c84a8dcd3041ee2040540581df49c2b7"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1954 October 23-1955 June 8"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1954-10-23">1954 October 23</fromdate>
<todate standarddate="1955-06-08">1955 June 8</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353662 /locations/4051"
containerid="39002102342202"
encodinganalog="flat box (20d 1h 24w)"
id="aspace_c84a8dcd3041ee2040540581df49c2b7_c1"
label="Mixed Materials"
localtype="box">6</container>
<container id="aspace_c84a8dcd3041ee2040540581df49c2b7_c2"
localtype="folder"
parent="aspace_c84a8dcd3041ee2040540581df49c2b7_c1">39</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062146"
id="aspace_9b669cbaa297ba958426409c144734d9"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1954 October 29-November 19"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1954-10-29">1954 October 29</fromdate>
<todate standarddate="1954-11-19">1954 November 19</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_9b669cbaa297ba958426409c144734d9_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_9b669cbaa297ba958426409c144734d9_c2"
localtype="folder"
parent="aspace_9b669cbaa297ba958426409c144734d9_c1">9</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062147"
id="aspace_8ce559ef630b6b88e9e6ab65c514542f"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1954 November 25-December 21"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1954-11-25">1954 November 25</fromdate>
<todate standarddate="1954-12-21">1954 December 21</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_8ce559ef630b6b88e9e6ab65c514542f_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_8ce559ef630b6b88e9e6ab65c514542f_c2"
localtype="folder"
parent="aspace_8ce559ef630b6b88e9e6ab65c514542f_c1">10</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062148"
id="aspace_9caadd124011dde9d8b8c23e33fe4599"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1955 January 3-26"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1955-01-03">1955 January 3</fromdate>
<todate standarddate="1955-01-26">1955 January 26</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_9caadd124011dde9d8b8c23e33fe4599_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_9caadd124011dde9d8b8c23e33fe4599_c2"
localtype="folder"
parent="aspace_9caadd124011dde9d8b8c23e33fe4599_c1">11</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062149"
id="aspace_bdd412c0da12e26156396116d9493ed0"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1955 January 27-February 2"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1955-01-27">1955 January 27</fromdate>
<todate standarddate="1955-02-02">1955 February 2</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_bdd412c0da12e26156396116d9493ed0_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_bdd412c0da12e26156396116d9493ed0_c2"
localtype="folder"
parent="aspace_bdd412c0da12e26156396116d9493ed0_c1">12</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062150"
id="aspace_b73463b8e95eb3f0e2467caa08af0c8c"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1955 February 6-17"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1955-02-06">1955 February 6</fromdate>
<todate standarddate="1955-02-17">1955 February 17</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_b73463b8e95eb3f0e2467caa08af0c8c_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_b73463b8e95eb3f0e2467caa08af0c8c_c2"
localtype="folder"
parent="aspace_b73463b8e95eb3f0e2467caa08af0c8c_c1">13</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062151"
id="aspace_d51d4cf34e31d4d4cfbbc144fc3b0fe1"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1955 February 27-March 23"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1955-02-27">1955 February 27</fromdate>
<todate standarddate="1955-03-23">1955 March 23</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_d51d4cf34e31d4d4cfbbc144fc3b0fe1_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_d51d4cf34e31d4d4cfbbc144fc3b0fe1_c2"
localtype="folder"
parent="aspace_d51d4cf34e31d4d4cfbbc144fc3b0fe1_c1">14</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062152"
id="aspace_35bb1b918596991787f1258651cb99e8"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1955 April 3-May 3"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1955-04-03">1955 April 3</fromdate>
<todate standarddate="1955-05-03">1955 May 3</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_35bb1b918596991787f1258651cb99e8_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_35bb1b918596991787f1258651cb99e8_c2"
localtype="folder"
parent="aspace_35bb1b918596991787f1258651cb99e8_c1">15</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062153"
id="aspace_a08e4e9b176e5bc84cab5dce5a4cf169"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1955 May 10-31"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1955-05-10">1955 May 10</fromdate>
<todate standarddate="1955-05-31">1955 May 31</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_a08e4e9b176e5bc84cab5dce5a4cf169_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_a08e4e9b176e5bc84cab5dce5a4cf169_c2"
localtype="folder"
parent="aspace_a08e4e9b176e5bc84cab5dce5a4cf169_c1">16</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062154"
id="aspace_38381514f03806ca24bafbdaf2069388"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1955 June 15-July 18"
label="creation"
unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1955-06-15">1955 June 15</fromdate>
<todate standarddate="1955-07-18">1955 July 18</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_38381514f03806ca24bafbdaf2069388_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_38381514f03806ca24bafbdaf2069388_c2"
localtype="folder"
parent="aspace_38381514f03806ca24bafbdaf2069388_c1">17</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062155"
id="aspace_2b839331b9cc87509fda9b6cf8f87c63"
level="file">
<did>
<unittitle>Correspondence</unittitle>
<unitdatestructured altrender="1978 July 6" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1978-07-06">1978 July 6</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353656 /locations/9"
containerid="39002092865501"
encodinganalog="archive legal"
id="aspace_2b839331b9cc87509fda9b6cf8f87c63_c1"
label="Mixed Materials"
localtype="box">1</container>
<container id="aspace_2b839331b9cc87509fda9b6cf8f87c63_c2"
localtype="folder"
parent="aspace_2b839331b9cc87509fda9b6cf8f87c63_c1">18</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062156"
id="aspace_f58ebb31bdf125823586057e26ce2d11"
level="file">
<did>
<unittitle>Correspondence (8 folders)</unittitle>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<container altrender="/repositories/11/top_containers/353657 /locations/9"
containerid="39002092865519"
encodinganalog="archive half legal"
id="aspace_f58ebb31bdf125823586057e26ce2d11_c1"
label="Mixed Materials"
localtype="box">2</container>
<container id="aspace_f58ebb31bdf125823586057e26ce2d11_c2"
localtype="folder"
parent="aspace_f58ebb31bdf125823586057e26ce2d11_c1">19-26</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062137"
id="aspace_47955cccf666e18a7d722815e0f12f58"
level="file">
<did>
<unittitle>Notebook</unittitle>
<unitdatestructured altrender="1955 February" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1955-02">1955 February</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353657 /locations/9"
containerid="39002092865519"
encodinganalog="archive half legal"
id="aspace_47955cccf666e18a7d722815e0f12f58_c1"
label="Mixed Materials"
localtype="box">2</container>
<container id="aspace_47955cccf666e18a7d722815e0f12f58_c2"
localtype="folder"
parent="aspace_47955cccf666e18a7d722815e0f12f58_c1">27</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062164"
id="aspace_97ea368e9df6d5dc753b1f70cff70911"
level="file">
<did>
<unittitle>Photograph of Ernest E. Young</unittitle>
<unitdatestructured altrender="circa 1960" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1960">circa 1960</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353657 /locations/9"
containerid="39002092865519"
encodinganalog="archive half legal"
id="aspace_97ea368e9df6d5dc753b1f70cff70911_c1"
label="Mixed Materials"
localtype="box">2</container>
<container id="aspace_97ea368e9df6d5dc753b1f70cff70911_c2"
localtype="folder"
parent="aspace_97ea368e9df6d5dc753b1f70cff70911_c1">28</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062165"
id="aspace_375c0f4080ea3934194d1bfec27292d0"
level="file">
<did>
<unittitle>Postcards (blank)</unittitle>
<unitdate label="creation" unitdatetype="inclusive">undated</unitdate>
<container altrender="/repositories/11/top_containers/353657 /locations/9"
containerid="39002092865519"
encodinganalog="archive half legal"
id="aspace_375c0f4080ea3934194d1bfec27292d0_c1"
label="Mixed Materials"
localtype="box">2</container>
<container id="aspace_375c0f4080ea3934194d1bfec27292d0_c2"
localtype="folder"
parent="aspace_375c0f4080ea3934194d1bfec27292d0_c1">29</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062166"
id="aspace_d8fc5d90f24cc9baa3b0094c44c06b7a"
level="file">
<did>
<unittitle>Scrapbook</unittitle>
<unitdatestructured altrender="1948-1949" label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1948">1948</fromdate>
<todate standarddate="1949">1949</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353658 /locations/9"
containerid="39002099200884"
encodinganalog="flat box (11d 3h 15w)"
id="aspace_d8fc5d90f24cc9baa3b0094c44c06b7a_c1"
label="Mixed Materials"
localtype="box">3</container>
<container id="aspace_d8fc5d90f24cc9baa3b0094c44c06b7a_c2"
localtype="folder"
parent="aspace_d8fc5d90f24cc9baa3b0094c44c06b7a_c1">30</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062167"
id="aspace_d613569f6c1fda40134ea64757bf0136"
level="file">
<did>
<unittitle>Sketchbook</unittitle>
<unitdatestructured altrender="1974" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1974">1974</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353658 /locations/9"
containerid="39002099200884"
encodinganalog="flat box (11d 3h 15w)"
id="aspace_d613569f6c1fda40134ea64757bf0136_c1"
label="Mixed Materials"
localtype="box">3</container>
<container id="aspace_d613569f6c1fda40134ea64757bf0136_c2"
localtype="folder"
parent="aspace_d613569f6c1fda40134ea64757bf0136_c1">31</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062168"
id="aspace_d7cf2ebd58a5c42102f708ae289718de"
level="file">
<did>
<unittitle>Sketchbook</unittitle>
<unitdatestructured altrender="1974-1986" label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1974">1974</fromdate>
<todate standarddate="1986">1986</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353658 /locations/9"
containerid="39002099200884"
encodinganalog="flat box (11d 3h 15w)"
id="aspace_d7cf2ebd58a5c42102f708ae289718de_c1"
label="Mixed Materials"
localtype="box">3</container>
<container id="aspace_d7cf2ebd58a5c42102f708ae289718de_c2"
localtype="folder"
parent="aspace_d7cf2ebd58a5c42102f708ae289718de_c1">32</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062169"
id="aspace_c6bc97fefd9b825e6828d3aa2354a2a7"
level="file">
<did>
<unittitle>Sketchbook</unittitle>
<unitdatestructured altrender="1978-1985" label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1978">1978</fromdate>
<todate standarddate="1985">1985</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353659 /locations/9"
containerid="39002099200892"
encodinganalog="flat box (11d 3h 15w)"
id="aspace_c6bc97fefd9b825e6828d3aa2354a2a7_c1"
label="Mixed Materials"
localtype="box">4</container>
<container id="aspace_c6bc97fefd9b825e6828d3aa2354a2a7_c2"
localtype="folder"
parent="aspace_c6bc97fefd9b825e6828d3aa2354a2a7_c1">33</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062170"
id="aspace_f903d6522eabb93484d6663a4b449e63"
level="file">
<did>
<unittitle>Sketchbook</unittitle>
<unitdatestructured altrender="1986-1991" label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1986">1986</fromdate>
<todate standarddate="1991">1991</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353659 /locations/9"
containerid="39002099200892"
encodinganalog="flat box (11d 3h 15w)"
id="aspace_f903d6522eabb93484d6663a4b449e63_c1"
label="Mixed Materials"
localtype="box">4</container>
<container id="aspace_f903d6522eabb93484d6663a4b449e63_c2"
localtype="folder"
parent="aspace_f903d6522eabb93484d6663a4b449e63_c1">34</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062171"
id="aspace_992c8dd3756e502178729093512e50a8"
level="file">
<did>
<unittitle>Sketchbook</unittitle>
<unitdatestructured altrender="1990-2003" label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1990">1990</fromdate>
<todate standarddate="2003">2003</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353659 /locations/9"
containerid="39002099200892"
encodinganalog="flat box (11d 3h 15w)"
id="aspace_992c8dd3756e502178729093512e50a8_c1"
label="Mixed Materials"
localtype="box">4</container>
<container id="aspace_992c8dd3756e502178729093512e50a8_c2"
localtype="folder"
parent="aspace_992c8dd3756e502178729093512e50a8_c1">35</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062172"
id="aspace_f958f6305aeddc5f7c737aa63f8a66fb"
level="file">
<did>
<unittitle>Sketchbook</unittitle>
<unitdatestructured altrender="2000-2005" label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="2000">2000</fromdate>
<todate standarddate="2005">2005</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353660 /locations/9"
containerid="39002099200900"
encodinganalog="flat box (11d 3h 15w)"
id="aspace_f958f6305aeddc5f7c737aa63f8a66fb_c1"
label="Mixed Materials"
localtype="box">5</container>
<container id="aspace_f958f6305aeddc5f7c737aa63f8a66fb_c2"
localtype="folder"
parent="aspace_f958f6305aeddc5f7c737aa63f8a66fb_c1">36</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062173"
id="aspace_4d3e4e1064e9078ffd3dc64d35864e16"
level="file">
<did>
<unittitle>Sketchbook</unittitle>
<unitdatestructured altrender="2003-2004" label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="2003">2003</fromdate>
<todate standarddate="2004">2004</todate>
</daterange>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353660 /locations/9"
containerid="39002099200900"
encodinganalog="flat box (11d 3h 15w)"
id="aspace_4d3e4e1064e9078ffd3dc64d35864e16_c1"
label="Mixed Materials"
localtype="box">5</container>
<container id="aspace_4d3e4e1064e9078ffd3dc64d35864e16_c2"
localtype="folder"
parent="aspace_4d3e4e1064e9078ffd3dc64d35864e16_c1">37</container>
</did>
</c>
<c altrender="/repositories/11/archival_objects/3062174"
id="aspace_1f9f0fe85e468d404ed443753708d759"
level="file">
<did>
<unittitle>Sketchbook</unittitle>
<unitdatestructured altrender="2004" label="creation" unitdatetype="inclusive">
<datesingle standarddate="2004">2004</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/353660 /locations/9"
containerid="39002099200900"
encodinganalog="flat box (11d 3h 15w)"
id="aspace_1f9f0fe85e468d404ed443753708d759_c1"
label="Mixed Materials"
localtype="box">5</container>
<container id="aspace_1f9f0fe85e468d404ed443753708d759_c2"
localtype="folder"
parent="aspace_1f9f0fe85e468d404ed443753708d759_c1">38</container>
</did>
</c>
</dsc>
</archdesc>
</ead>