-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnynycjh_lbilondon.xml.xml
5225 lines (5225 loc) · 323 KB
/
nynycjh_lbilondon.xml.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
<?xml version="1.0"?>
<ead xmlns="urn:isbn:1-931666-22-9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="urn:isbn:1-931666-22-9 http://www.loc.gov/ead/ead.xsd">
<eadheader langencoding="iso639-2b" findaidstatus="unverified-full-draft" audience="internal" id="a0" countryencoding="iso3166-1" dateencoding="iso8601" scriptencoding="iso15924" repositoryencoding="iso15511" relatedencoding="MARC21">
<eadid mainagencycode="US-nynycjh" url="file:/usr/local/projects/migration_scripts/nyead/ead/nynycjh/481675_LBILondon.xml">nynycjh_lbilondon.xml</eadid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="245$a">Guide to the Records of the Leo Baeck Institute London<lb/>
<date normal="1907/2008" type="inclusive" era="ce" calendar="gregorian">undated, 1907-2008</date>
<date normal="1956/2000" type="bulk" era="ce" calendar="gregorian">(bulk 1956-2000)</date>
<lb/>
<lb/>AR 6682</titleproper>
<author encodinganalog="245$c">Processed by Kevin Schlottmann</author>
<sponsor>Made possible by the Cataloging Hidden Special Collections and Archives Grant from the Council on Library and Information Resources through The Andrew W. Mellon Foundation to support "Illuminating Hidden Collections at the Center for Jewish History"</sponsor>
</titlestmt>
<publicationstmt>
<address>
<addressline>Leo Baeck Institute</addressline>
<addressline>Center for Jewish History</addressline>
<addressline>15 West 16th Street</addressline>
<addressline>New York, NY 10011<lb/>
<lb/>
</addressline>
<addressline>Phone: (212) 744-6400</addressline>
<addressline>Fax: (212) 988-1305<lb/>
<lb/>
</addressline>
<addressline>Email:<emph>
<extref xlink:type="simple" xlink:href="mailto:[email protected]">[email protected]</extref>
</emph>
<lb/>
</addressline>
<addressline>URL:<emph>
<extref xlink:type="simple" xlink:href="http://www.lbi.org">http://www.lbi.org</extref>
</emph>
</addressline>
</address>
<p>
<date type="publication" encodinganalog="260$c" normal="2012" era="ce" calendar="gregorian">© 2012</date>Leo Baeck Institute. All rights reserved.</p>
<publisher encodinganalog="260$b">Center for Jewish History, Publisher.</publisher>
</publicationstmt>
</filedesc>
<profiledesc>
<creation encodinganalog="500$a">Electronic finding aid was encoded in EAD 2002 by Kevin Schlottmann in<date normal="2012" era="ce" calendar="gregorian">2012</date>.</creation>
<langusage>Description is in<language langcode="eng" encodinganalog="546$a" scriptcode="Latn">English</language>.</langusage>
</profiledesc>
</eadheader>
<archdesc level="collection" type="inventory" relatedencoding="MARC21">
<did id="a1">
<head>Descriptive Summary</head>
<origination encodinganalog="100$a" label="Creator" audience="external">
<corpname>Leo Baeck Institute London</corpname>
</origination>
<unittitle label="Title" encodinganalog="245$a" audience="external">Leo Baeck Institute London Records</unittitle>
<unitdate encodinganalog="245$f" label="Dates" audience="external" type="inclusive" normal="1907/2008" era="ce" calendar="gregorian">undated, 1907-2008</unitdate>
<unitdate encodinganalog="245$g" label="Dates" audience="external" type="bulk" normal="1956/2000" era="ce" calendar="gregorian">bulk 1956-2000</unitdate>
<abstract label="Abstract" encodinganalog="520$a" audience="external">This collection contains records documenting the operation of the Leo Baeck Institute London. The majority of the material relates to the publication of The Leo Baeck Institute Yearbook, journal of the Leo Baeck Institute. It is the pre-eminent journal on central European Jewish history and culture. Also included is a small amount of documentation about the ongoing series of monographs on German-Jewish history, the Schriftenreihe wissenschaftlicher Abhandlungen des Leo Baeck Instituts. The collection also contains administrative documents, such as general and LBI-internal correspondence, meeting minutes, and reports, as well as printed materials clipped and saved by LBI London. It also includes a small but wide-ranging set of archival materials collected by or donated to LBI London.</abstract>
<langmaterial label="Languages" encodinganalog="546$a" audience="external">The two primary languages of LBI London were and are<language langcode="eng">English</language>and<language langcode="ger">German</language>, and the collection reflects this. However,<language langcode="heb">Hebrew</language>,<language langcode="yid">Yiddish</language>, and many western European languages also appear, mainly in the printed material.</langmaterial>
<physdesc label="Quantity" encodinganalog="300$a" audience="external">
<extent unit="linear feet">24 linear feet</extent>+ one oversized item.</physdesc>
<unitid label="Identification" encodinganalog="094$a" repositorycode="US-nynycjh" audience="external" countrycode="US">AR 6682</unitid>
<repository label="Repository" encodinganalog="852$a" audience="external">
<corpname authfilenumber="n 50078516" source="lcnaf" role="repository">Leo Baeck Institute</corpname>
</repository>
<physloc audience="internal" encodinganalog="852$z" label="Location">Archives; OS140</physloc>
</did>
<bioghist>
<head>Historical Note</head>
<p>The Leo Baeck Institute was founded in 1955 and is named after Leo Baeck, who was the last public representative of the Jews in Nazi Germany. Its aim is to put on record the history and culture of German-speaking Jewry throughout central Europe, from Koenigsberg to Alsace, whose contribution to their countries of origin was immense. The LBI consists of independent centers in New York, Jerusalem, and London. The Wissenschaftliche Arbeitsgemeinschaft, the Verein der Freunde und Foerderer in Frankfurt/Main and the branch of the New York archive at the Jewish Museum in Berlin – all in Germany – contribute to the work of the three centers.</p>
<p>The London Institute is responsible for The Leo Baeck Institute Yearbook, which has appeared annually since 1956. Its articles cover cultural, economic, political, social and religious history, the impact of antisemitism and the Jewish response to it. Its classified bibliography is recognized as being of unique value for researchers and students. Over the years, the London Institute has also produced many symposium volumes and monographs, as well as more than 70 volumes in the<emph render="italic">Schriftenreihe wissenschaftlicher Abhandlungen des Leo Baeck Instituts</emph>. In addition to its publishing activities, the LBI London organizes a broad range of events such as lecture programs and international conferences, both in the UK and abroad, and also funds fellowships.</p>
<p>More information about the history of LBI can be found in<emph render="italic">Preserving the Legacy of German Jewry: A History of the Leo Baeck Institute 1955-2005</emph>(2005).</p>
</bioghist>
<scopecontent id="a3" encodinganalog="520$b">
<head>Scope and Content Note</head>
<p>This collection contains records documenting the operation of the Leo Baeck Institute London. The majority of the material relates to the publication of The Leo Baeck Institute Yearbook, journal of the Leo Baeck Institute. It is the pre-eminent journal on central European Jewish history and culture, featuring the world's most prominent experts in the social, cultural, intellectual and political history of Jews in central Europe after 1789, including the Holocaust. Records in this collection include the Yearbook Binders from 1956 to 2000. These comprise the primary internal record of the editorial work behind each volume, and include extensive correspondence with the authors of the yearbook articles. Other yearbook materials include reviews and administrative documents. The collection also includes a small amount of documentation about the ongoing series of monographs on German-Jewish history, the<emph render="italic">Schriftenreihe wissenschaftlicher Abhandlungen des Leo Baeck Instituts</emph>. Administrative documents reflecting the basic functioning of LBI London include general and LBI-internal correspondence, meeting minutes, and reports. The collection also includes printed materials clipped and saved by LBI London mostly from the 1950s through the 1970s, such as reviews of its publications, German-Jewish subject files, and articles about LBI London itself. The collection also contains a small but wide-ranging series of archival materials collected by or donated to LBI London.</p>
</scopecontent>
<arrangement id="a4" encodinganalog="351$a">
<head>Arrangement</head>
<list>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serI" xlink:href="">Series I: Leo Baeck Institute Yearbook,<unitdate normal="1930/2000" type="inclusive" era="ce" calendar="gregorian">undated, 1930s-2000</unitdate>
<unitdate normal="1956/2000" type="bulk" era="ce" calendar="gregorian">, bulk 1956-2000</unitdate>
</ref>
<list>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-1" xlink:href="">Subseries 1: Yearbook Binder,<unitdate normal="1956/2000" type="inclusive" era="ce" calendar="gregorian">1956-2000</unitdate>
</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-2" xlink:href="">Subseries 2: Additional yearbook correspondence,<unitdate normal="1955/1999" type="inclusive" era="ce" calendar="gregorian">1955-1999</unitdate>
</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-3" xlink:href="">Subseries 3: Layout work-product,<unitdate normal="1956/1993" type="inclusive" era="ce" calendar="gregorian">1956-1993</unitdate>
</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-4" xlink:href="">Subseries 4: Reviews,<unitdate normal="1957/1984" type="inclusive" era="ce" calendar="gregorian">undated, 1957-1984</unitdate>
</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-5" xlink:href="">Subseries 5: Unpublished materials,<unitdate normal="1930/1983" type="inclusive" era="ce" calendar="gregorian">undated, 1930s-1983</unitdate>
<unitdate normal="1960/1969" type="bulk" era="ce" calendar="gregorian">, bulk 1960s</unitdate>
</ref>
</item>
</list>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serII" xlink:href="">Series II: Schriftenreihe,<unitdate normal="1959/1994" type="inclusive" era="ce" calendar="gregorian">1959-1994</unitdate>
</ref>
<list>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-1" xlink:href="">Subseries 1: Publication files,<unitdate normal="1965/1969" type="inclusive" era="ce" calendar="gregorian">1965-1969</unitdate>
</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-2" xlink:href="">Subseries 2: Reviews,<unitdate normal="1959/1994" type="inclusive" era="ce" calendar="gregorian">1959-1994</unitdate>
</ref>
</item>
</list>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serIII" xlink:href="">Series III: Administrative,<unitdate normal="1951/1996" type="inclusive" era="ce" calendar="gregorian">undated, 1951-1996</unitdate>
</ref>
<list>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserIII-1" xlink:href="">Subseries 1: Correspondence,<unitdate normal="1951/1996" type="inclusive" era="ce" calendar="gregorian">undated, 1951-1996</unitdate>
</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserIII-2" xlink:href="">Subseries 2: LBI correspondence,<unitdate type="inclusive" normal="1955/1994" era="ce" calendar="gregorian">1955-1994</unitdate>
<unitdate type="bulk" normal="1977/1994" era="ce" calendar="gregorian">, bulk 1977-1994</unitdate>
</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserIII-3" xlink:href="">Subseries 3: Minutes, reports, and organizational documents,<unitdate normal="1955/1968" type="inclusive" era="ce" calendar="gregorian">undated, 1955-1968</unitdate>
</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserIII-4" xlink:href="">Subseries 4: Various,<unitdate normal="1957/1979" type="inclusive" era="ce" calendar="gregorian">undated, 1957-1970s</unitdate>
</ref>
</item>
</list>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serIV" xlink:href="">Series IV: Printed Materials,<unitdate normal="1923/2004" type="inclusive" era="ce" calendar="gregorian">undated, 1923-2004</unitdate>
<unitdate normal="1955/1975" type="bulk" era="ce" calendar="gregorian">, bulk 1955-1975</unitdate>
</ref>
<list>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserIV-1" xlink:href="">Subseries 1: Reviews of German-Jewish publications,<unitdate normal="1955/1999" type="inclusive" era="ce" calendar="gregorian">undated, 1955-1999</unitdate>
<unitdate normal="1957/1975" type="bulk" era="ce" calendar="gregorian">, bulk 1957-1975</unitdate>
</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserIV-2" xlink:href="">Subseries 2: LBI London clippings,<unitdate normal="1955/2004" type="inclusive" era="ce" calendar="gregorian">1955-2004</unitdate>
<unitdate normal="1955/1975" type="bulk" era="ce" calendar="gregorian">, bulk 1955-1975</unitdate>
</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserIV-3" xlink:href="">Subseries 3: Subject files,<unitdate normal="1923/1995" type="inclusive" era="ce" calendar="gregorian">undated, 1923-1995</unitdate>
<unitdate normal="1956/1972" type="bulk" era="ce" calendar="gregorian">, bulk 1956-1972</unitdate>
</ref>
</item>
</list>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serV" xlink:href="">Series V: Collected Materials,<unitdate normal="1907/2008" type="inclusive" era="ce" calendar="gregorian">undated, 1907-2008</unitdate>
</ref>
</item>
</list>
<p>Series were determined based on record function. The folder and binder titles used by LBI London where maintained, where they existed, and otherwise arranged by function. The primary function of the London center within the Leo Baeck Institute organization is scholarly publication. The first two series are records relating to the Leo Baeck Institute Yearbook and the<emph render="italic">Schriftenreihe wissenschaftlicher Abhandlungen des Leo Baeck Instituts</emph>. Series III contains administrative documentation, primarily correspondence. The fourth series contains printed material, chiefly collections of clippings, while the fifth series includes materials collected by and donated to LBI London.</p>
</arrangement>
<descgrp>
<relatedmaterial id="a6" encodinganalog="5441$a">
<head>Related Material</head>
<p>The Library holds many of LBI London's publications, including the<extref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest" xlink:href="http://opac.cjh.org:8991/F?func=item-global&doc_library=CJH01&doc_number=000186740">Yearbook</extref>, the<extref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest" xlink:href="http://opac.cjh.org:8991/F?func=item-global&doc_library=CJH01&doc_number=000190082">Annual Report</extref>, and many of the<emph render="italic">Schriftenreihe</emph>publications.</p>
<p>The Archives holds materials from the yearbook's first editor, Robert Weltsch<extref xlink:type="simple" xlink:actuate="onRequest" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=300413">(AR 7185)</extref>as well as a small collection relating to the second editor, Arnold Paucker<extref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest" xlink:href="http://opac.cjh.org:8991/F?func=item-global&doc_library=CJH01&doc_number=000196122">(AR 3985)</extref>.</p>
</relatedmaterial>
<accessrestrict id="a14" encodinganalog="506$a">
<head>Access Restrictions</head>
<p>Open to researchers. There may be some restrictions on the use of the collection.</p>
</accessrestrict>
<accessrestrict>
<head>Access Information</head>
<p>Readers may access the collection by visiting the<extref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest" xlink:href="http://www.lbi.org/visit.html">Lillian Goldman Reading Room</extref>at the Center for Jewish History. We recommend reserving the collection in advance; please visit the LBI Online Catalog and click on the<emph>
<extref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest" xlink:href="http://opac.cjh.org:8991/F?func=item-global&doc_library=CJH01&doc_number=000198202">"Request"</extref>
</emph>button.</p>
</accessrestrict>
<prefercite id="a18" encodinganalog="524$a">
<head>Preferred Citation</head>
<p>Published citations should take the following form:<lb/>
<lb/>Identification of item, date (if known); Leo Baeck Institute London Records; AR 6682; box number; folder number; Leo Baeck Institute.</p>
</prefercite>
<processinfo id="a20" encodinganalog="583$a" audience="external">
<head>Processing Information</head>
<p>Files received from LBI London between 1997 and 2010 were processed into the existing collection AR 6682, which was itself reprocessed. Four accretions and the existing collection AR 6682, totaling thirty-five linear feet, were surveyed. Some archival collections were identified and removed for separate processing. Preliminary series were identified by the survey. During a previous processing, some records had been re-foldered and had had paper clips and staples removed, but most were unprocessed.</p>
<p>Series were determined based on function and on folder and binder titles provided by LBI London, where existing. Files were physically arranged into series order and then placed in acid-free folders. Many complete issues of periodicals having only one relevant article were found. The articles were photocopied onto acid-free paper and the periodicals provided to the LBI library. Thermal fax paper and newsprint that was affecting nearby items was interleaved with acid-free paper.</p>
<p>The correspondence and yearbook files appear to have been stored in binders and often heavily used. Some documents are worn and dirty, especially at the front and back of the binders. Some of the onion skin and thin copy paper is folded or torn. Records and newsprint from the 1950s are fragile. Some thermal fax paper from the 1990s is fading.</p>
<p>Four additional boxes of material were located in May 2011. These materials were processed and rehoused, and are found in Boxes 22-24. Books and pamphlets were removed to the LBI library. Four individual folders in box 24 are listed within the finding aid in their proper intellectual location, rather than their physical location.</p>
</processinfo>
<separatedmaterial encodinganalog="5440" id="a7">
<head>Separated Material</head>
<p>Books, pamphlets, magazines, and complete newspapers were removed to the LBI library.</p>
<p>The following dissertation abstracts were removed to the LBI Manuscript Collection:<list>
<item>Doron Niederland, "Emigration Patterns of German Jews 1918-1938" (1988) –<extref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest" xlink:href="http://opac.cjh.org:8991/F?func=item-global&doc_library=CJH01&doc_number=000400177">MS 813</extref>
</item>
<item>Jacob Toury, "Jewish Political Orientations in 19th-Century Germany (1815-1870)" (1960) –<extref xlink:type="simple" xlink:show="new" xlink:actuate="onRequest" xlink:href="http://opac.cjh.org:8991/F?func=item-global&doc_library=CJH01&doc_number=000400178">MS 814</extref>
</item>
</list>
</p>
</separatedmaterial>
</descgrp>
<controlaccess id="a12">
<persname source="lcnaf" encodinganalog="600$a" role="subject" authfilenumber="n 81120168">Weltsch, Robert</persname>
<persname source="lcnaf" encodinganalog="600$a" role="subject" authfilenumber="n 81139465">Paucker, Arnold</persname>
<persname source="lcnaf" encodinganalog="600$a" role="subject" authfilenumber="n 50031481">Grenville, J. A. S. (John Ashley Soames), 1928-</persname>
<subject source="lcsh" encodinganalog="650$a" authfilenumber="nb2005014909">Leo Baeck Institute London</subject>
<subject source="lcsh" encodinganalog="650$a">Jews--Germany--Historiography</subject>
<geogname role="subject" source="lcsh" encodinganalog="651$a" authfilenumber="n 79005665">London (England)</geogname>
<genreform source="aat" encodinganalog="655$a" authfilenumber="300027440">Correspondence</genreform>
<genreform source="aat" encodinganalog="655$a" authfilenumber="300026867">Clippings (information artifacts)</genreform>
<genreform source="aat" encodinganalog="655$a" authfilenumber="300028569">Manuscripts</genreform>
</controlaccess>
<dsc id="a23" type="combined">
<head>Container List</head>
<c id="d2e363" level="series">
<did>
<unittitle id="serI">Series I: Leo Baeck Institute Yearbook</unittitle>
<unitdate normal="1930/2000" type="inclusive" era="ce" calendar="gregorian">undated, 1930s-2000</unitdate>
<unitdate normal="1956/2000" type="bulk" era="ce" calendar="gregorian">bulk 1956-2000</unitdate>
<physdesc>
<extent>11.5 linear feet</extent>and one oversize item.</physdesc>
<langmaterial>This series is in<language langcode="eng">English</language>and<language langcode="ger">German</language>, with a small amount of material in other European languages and in<language langcode="heb">Hebrew</language>.</langmaterial>
</did>
<scopecontent>
<p>This series contains materials relating to the publication of<emph render="italic">The Leo Baeck Institute Yearbook</emph>, journal of the Leo Baeck Institute. It is the pre-eminent journal on central European Jewish history and culture, featuring the world's most prominent experts in the social, cultural, intellectual and political history of Jews in central Europe after 1789, including the Holocaust.</p>
<p>The yearbook has been edited by Robert Weltsch (1956-1970), Arnold Paucker (1970-1992), John Grenville (1993-present), and Raphael Gross (2003-present). It has helped shape the study of German-Jewish history throughout its existence. For the first fifteen years, the yearbook primarily published essays by and often about people who had been prominent members of the German-Jewish community. Under Arnold Paucker's editorship, the yearbook moved toward publishing more material by professional historians, as it continues to today. Christhard Hoffmann's essay "An International Forum for German-Jewish Studies: The Year Book of the Leo Baeck Institute," in<emph render="italic">Preserving the Legacy of German Jewry: A History of the Leo Baeck Institute 1955-2005</emph>(2005), provides a brief overview of the yearbook's history.</p>
<p>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-1" xlink:href="">Subseries 1</ref>, the Yearbook Binders, contains the majority of the material. It comprises the primary internal record of the editorial work behind each volume, and includes extensive correspondence with the authors of the yearbook articles. The second subseries,<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-2" xlink:href="">Additional yearbook correspondence</ref>, documents the details of printing and distributing the yearbook, and also contains other administrative correspondence.<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-3" xlink:href="">Layout work-product</ref>contains the complete 1976, 1977, and 1993 volumes as annotated typescripts, as well as one folder of draft cover designs for the first volume in 1956. The<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-4" xlink:href="">Reviews</ref>subseries consists of clippings from a wide range of publications reviewing the yearbooks.<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-5" xlink:href="">Unpublished materials</ref>, primarily manuscripts, are found in the last subseries.</p>
<p>A key feature of each yearbook is a bibliography of scholarly materials about German Jewry published that year. This series contains very little material about the bibliography.</p>
</scopecontent>
<arrangement>
<p>This series is divided into five subseries, based on the function of the records. The Yearbook Binders were clearly labeled as such by LBI London, while the remaining four subseries were identified during processing.</p>
</arrangement>
<c id="d2e418" level="subseries">
<did>
<unittitle id="subserI-1">Subseries 1: Yearbook Binder</unittitle>
<unitdate normal="1956/2000" type="inclusive" era="ce" calendar="gregorian">1956-2000</unitdate>
<physdesc>
<extent>8 linear feet</extent>.</physdesc>
<langmaterial>This subseries is in<language langcode="eng">English</language>and<language langcode="ger">German</language>, with a small amount of material in other European languages and in<language langcode="heb">Hebrew</language>.</langmaterial>
</did>
<arrangement>
<p>This subseries is arranged by yearbook volume. The date refers to the year in which a given yearbook was published. However, correspondence with authors often began years before publication, and sometimes continued thereafter. Many of the binders have a small amount of front matter, such as a table of contents and letters of acknowledgment to the authors. Binders with more substantial front matter are noted. The individual binders were arranged in alphabetical order by correspondent. Binders were originally one large unit, but were broken up into folders during processing.</p>
</arrangement>
<scopecontent>
<p>Each volume of the yearbook has a dedicated binder, which is the primary internal record of the editorial work behind that volume. It contains correspondence with the authors and referees, information about the contributors, and internal notes. There are occasional manuscripts and clippings, and some correspondence with proofreaders, as well as criticism of articles and errors to be corrected. As noted above, the yearbook has been a premier outlet for scholarship on German Jews since its inception; much of the correspondence in this subseries is with leading scholars, and it is often substantive. This subseries contains the Yearbook Binders for volumes I-XLV (1956-2000).</p>
</scopecontent>
<c id="d2e445" level="file">
<did>
<container type="box">1</container>
<container type="folder">1</container>
<unittitle>YB Binder I</unittitle>
<unitdate type="inclusive" normal="1956" era="ce" calendar="gregorian">1956</unitdate>
</did>
</c>
<c id="d2e455" level="file">
<did>
<container type="box">1</container>
<container type="folder">2</container>
<unittitle>YB Binder II, A-K</unittitle>
<unitdate type="inclusive" normal="1957" era="ce" calendar="gregorian">1957</unitdate>
</did>
</c>
<c id="d2e465" level="file">
<did>
<container type="box">1</container>
<container type="folder">3</container>
<unittitle>YB Binder II, L-W</unittitle>
<unitdate type="inclusive" normal="1957" era="ce" calendar="gregorian">1957</unitdate>
</did>
</c>
<c id="d2e475" level="file">
<did>
<container type="box">1</container>
<container type="folder">4</container>
<unittitle>YB Binder II, Circulars and Notes</unittitle>
<unitdate type="inclusive" normal="1957" era="ce" calendar="gregorian">1957</unitdate>
</did>
</c>
<c id="d2e485" level="file">
<did>
<container type="box">1</container>
<container type="folder">5</container>
<unittitle>YB Binder III, A-P</unittitle>
<unitdate type="inclusive" normal="1958" era="ce" calendar="gregorian">1958</unitdate>
</did>
</c>
<c id="d2e495" level="file">
<did>
<container type="box">1</container>
<container type="folder">6</container>
<unittitle>YB Binder III, R-W</unittitle>
<unitdate type="inclusive" normal="1958" era="ce" calendar="gregorian">1958</unitdate>
</did>
</c>
<c id="d2e505" level="file">
<did>
<container type="box">1</container>
<container type="folder">7</container>
<unittitle>YB Binder III, Circulars and Notes</unittitle>
<unitdate type="inclusive" normal="1958" era="ce" calendar="gregorian">1958</unitdate>
</did>
</c>
<c id="d2e515" level="file">
<did>
<container type="box">1</container>
<container type="folder">8</container>
<unittitle>YB Binder IV, B-P</unittitle>
<unitdate type="inclusive" normal="1959" era="ce" calendar="gregorian">1959</unitdate>
</did>
</c>
<c id="d2e526" level="file">
<did>
<container type="box">1</container>
<container type="folder">9</container>
<unittitle>YB Binder IV, R-W</unittitle>
<unitdate type="inclusive" normal="1959" era="ce" calendar="gregorian">1959</unitdate>
</did>
</c>
<c id="d2e536" level="file">
<did>
<container type="box">1</container>
<container type="folder">10</container>
<unittitle>YB Binder IV, Circulars and Notes</unittitle>
<unitdate type="inclusive" normal="1959" era="ce" calendar="gregorian">1959</unitdate>
</did>
</c>
<c id="d2e546" level="file">
<did>
<container type="box">1</container>
<container type="folder">11</container>
<unittitle>YB Binder V, A-D</unittitle>
<unitdate type="inclusive" normal="1960" era="ce" calendar="gregorian">1960</unitdate>
</did>
</c>
<c id="d2e556" level="file">
<did>
<container type="box">1</container>
<container type="folder">12</container>
<unittitle>YB Binder V, E-L</unittitle>
<unitdate type="inclusive" normal="1960" era="ce" calendar="gregorian">1960</unitdate>
</did>
</c>
<c id="d2e566" level="file">
<did>
<container type="box">1</container>
<container type="folder">13</container>
<unittitle>YB Binder V, M-W</unittitle>
<unitdate type="inclusive" normal="1960" era="ce" calendar="gregorian">1960</unitdate>
</did>
</c>
<c id="d2e576" level="file">
<did>
<container type="box">1</container>
<container type="folder">14</container>
<unittitle>YB Binder V, Circulars and Notes</unittitle>
<unitdate type="inclusive" normal="1960" era="ce" calendar="gregorian">1960</unitdate>
</did>
</c>
<c id="d2e586" level="file">
<did>
<container type="box">1</container>
<container type="folder">15</container>
<unittitle>YB Binder VI, A-C</unittitle>
<unitdate type="inclusive" normal="1961" era="ce" calendar="gregorian">1961</unitdate>
</did>
</c>
<c id="d2e596" level="file">
<did>
<container type="box">1</container>
<container type="folder">16</container>
<unittitle>YB Binder VI, D-S</unittitle>
<unitdate type="inclusive" normal="1961" era="ce" calendar="gregorian">1961</unitdate>
</did>
</c>
<c id="d2e606" level="file">
<did>
<container type="box">1</container>
<container type="folder">17</container>
<unittitle>YB Binder VI, Circulars and notes</unittitle>
<unitdate type="inclusive" normal="1961" era="ce" calendar="gregorian">1961</unitdate>
</did>
</c>
<c id="d2e616" level="file">
<did>
<container type="box">1</container>
<container type="folder">18</container>
<unittitle>YB Binder VII, A-L</unittitle>
<unitdate type="inclusive" normal="1962" era="ce" calendar="gregorian">1962</unitdate>
</did>
</c>
<c id="d2e626" level="file">
<did>
<container type="box">1</container>
<container type="folder">19</container>
<unittitle>YB Binder VII, O-W</unittitle>
<unitdate type="inclusive" normal="1962" era="ce" calendar="gregorian">1962</unitdate>
</did>
</c>
<c id="d2e637" level="file">
<did>
<container type="box">1</container>
<container type="folder">20</container>
<unittitle>YB Binder VII, Circulars and notes</unittitle>
<unitdate type="inclusive" normal="1962" era="ce" calendar="gregorian">1962</unitdate>
</did>
</c>
<c id="d2e647" level="file">
<did>
<container type="box">1</container>
<container type="folder">21</container>
<unittitle>YB Binder VIII, A-J</unittitle>
<unitdate type="inclusive" normal="1963" era="ce" calendar="gregorian">1963</unitdate>
</did>
</c>
<c id="d2e657" level="file">
<did>
<container type="box">1</container>
<container type="folder">22</container>
<unittitle>YB Binder VIII, K-R</unittitle>
<unitdate type="inclusive" normal="1963" era="ce" calendar="gregorian">1963</unitdate>
</did>
</c>
<c id="d2e667" level="file">
<did>
<container type="box">1</container>
<container type="folder">23</container>
<unittitle>YB Binder VIII, S-Y</unittitle>
<unitdate type="inclusive" normal="1963" era="ce" calendar="gregorian">1963</unitdate>
</did>
</c>
<c id="d2e677" level="file">
<did>
<container type="box">1</container>
<container type="folder">24</container>
<unittitle>YB Binder VIII, Circulars and notes</unittitle>
<unitdate type="inclusive" normal="1963" era="ce" calendar="gregorian">1963</unitdate>
</did>
</c>
<c id="d2e687" level="file">
<did>
<container type="box">2</container>
<container type="folder">1</container>
<unittitle>YB Binder IX, A-G</unittitle>
<unitdate type="inclusive" normal="1964" era="ce" calendar="gregorian">1964</unitdate>
</did>
</c>
<c id="d2e697" level="file">
<did>
<container type="box">2</container>
<container type="folder">2</container>
<unittitle>YB Binder IX, H</unittitle>
<unitdate type="inclusive" normal="1964" era="ce" calendar="gregorian">1964</unitdate>
</did>
</c>
<c id="d2e707" level="file">
<did>
<container type="box">2</container>
<container type="folder">3</container>
<unittitle>YB Binder IX, J-W</unittitle>
<unitdate type="inclusive" normal="1964" era="ce" calendar="gregorian">1964</unitdate>
</did>
</c>
<c id="d2e717" level="file">
<did>
<container type="box">2</container>
<container type="folder">4</container>
<unittitle>YB Binder IX, Circulars and notes</unittitle>
<unitdate type="inclusive" normal="1964" era="ce" calendar="gregorian">1964</unitdate>
</did>
</c>
<c id="d2e727" level="file">
<did>
<container type="box">2</container>
<container type="folder">5</container>
<unittitle>YB Binder X, A-D</unittitle>
<unitdate type="inclusive" normal="1965" era="ce" calendar="gregorian">1965</unitdate>
</did>
</c>
<c id="d2e737" level="file">
<did>
<container type="box">2</container>
<container type="folder">6</container>
<unittitle>YB Binder X, F-J</unittitle>
<unitdate type="inclusive" normal="1965" era="ce" calendar="gregorian">1965</unitdate>
</did>
</c>
<c id="d2e748" level="file">
<did>
<container type="box">2</container>
<container type="folder">7</container>
<unittitle>YB Binder X, K-R</unittitle>
<unitdate type="inclusive" normal="1965" era="ce" calendar="gregorian">1965</unitdate>
</did>
</c>
<c id="d2e758" level="file">
<did>
<container type="box">2</container>
<container type="folder">8</container>
<unittitle>YB Binder X, S-T</unittitle>
<unitdate type="inclusive" normal="1965" era="ce" calendar="gregorian">1965</unitdate>
</did>
</c>
<c id="d2e768" level="file">
<did>
<container type="box">2</container>
<container type="folder">9</container>
<unittitle>YB Binder X, U-Z</unittitle>
<unitdate type="inclusive" normal="1965" era="ce" calendar="gregorian">1965</unitdate>
</did>
</c>
<c id="d2e778" level="file">
<did>
<container type="box">2</container>
<container type="folder">10</container>
<unittitle>YB Binder XI, A-K</unittitle>
<unitdate type="inclusive" normal="1966" era="ce" calendar="gregorian">1966</unitdate>
</did>
</c>
<c id="d2e788" level="file">
<did>
<container type="box">2</container>
<container type="folder">11</container>
<unittitle>YB Binder XI, L-Z</unittitle>
<unitdate type="inclusive" normal="1966" era="ce" calendar="gregorian">1966</unitdate>
</did>
</c>
<c id="d2e798" level="file">
<did>
<container type="box">2</container>
<container type="folder">12</container>
<unittitle>YB Binder XI, Circulars and notes</unittitle>
<unitdate type="inclusive" normal="1966" era="ce" calendar="gregorian">1966</unitdate>
</did>
</c>
<c id="d2e808" level="file">
<did>
<container type="box">2</container>
<container type="folder">13</container>
<unittitle>YB Binder XII, A-G</unittitle>
<unitdate type="inclusive" normal="1967" era="ce" calendar="gregorian">1967</unitdate>
</did>
</c>
<c id="d2e818" level="file">
<did>
<container type="box">2</container>
<container type="folder">14</container>
<unittitle>YB Binder XII, H-Z</unittitle>
<unitdate type="inclusive" normal="1967" era="ce" calendar="gregorian">1967</unitdate>
</did>
</c>
<c id="d2e828" level="file">
<did>
<container type="box">2</container>
<container type="folder">15</container>
<unittitle>YB Binder XIII</unittitle>
<unitdate type="inclusive" normal="1968" era="ce" calendar="gregorian">1968</unitdate>
</did>
</c>
<c id="d2e838" level="file">
<did>
<container type="box">2</container>
<container type="folder">16</container>
<unittitle>YB Binder XIV, A-G</unittitle>
<unitdate type="inclusive" normal="1969" era="ce" calendar="gregorian">1969</unitdate>
</did>
</c>
<c id="d2e848" level="file">
<did>
<container type="box">2</container>
<container type="folder">17</container>
<unittitle>YB Binder XIV, H-L</unittitle>
<unitdate type="inclusive" normal="1969" era="ce" calendar="gregorian">1969</unitdate>
</did>
</c>
<c id="d2e859" level="file">
<did>
<container type="box">2</container>
<container type="folder">18</container>
<unittitle>YB Binder XIV, M-W</unittitle>
<unitdate type="inclusive" normal="1969" era="ce" calendar="gregorian">1969</unitdate>
</did>
</c>
<c id="d2e869" level="file">
<did>
<container type="box">2</container>
<container type="folder">19</container>
<unittitle>YB Binder XV</unittitle>
<unitdate type="inclusive" normal="1970" era="ce" calendar="gregorian">1970</unitdate>
</did>
</c>
<c id="d2e879" level="file">
<did>
<container type="box">3</container>
<container type="folder">1</container>
<unittitle>YB Binder XVI, A-L</unittitle>
<unitdate type="inclusive" normal="1971" era="ce" calendar="gregorian">1971</unitdate>
</did>
</c>
<c id="d2e889" level="file">
<did>
<container type="box">3</container>
<container type="folder">2</container>
<unittitle>YB Binder XVI, M-N</unittitle>
<unitdate type="inclusive" normal="1971" era="ce" calendar="gregorian">1971</unitdate>
</did>
</c>
<c id="d2e899" level="file">
<did>
<container type="box">3</container>
<container type="folder">3</container>
<unittitle>YB Binder XVI, S-W</unittitle>
<unitdate type="inclusive" normal="1971" era="ce" calendar="gregorian">1971</unitdate>
</did>
</c>
<c id="d2e909" level="file">
<did>
<container type="box">3</container>
<container type="folder">4</container>
<unittitle>YB Binder XVII, A-C</unittitle>
<unitdate type="inclusive" normal="1972" era="ce" calendar="gregorian">1972</unitdate>
</did>
</c>
<c id="d2e919" level="file">
<did>
<container type="box">3</container>
<container type="folder">5</container>
<unittitle>YB Binder XVII, D-P</unittitle>
<unitdate type="inclusive" normal="1972" era="ce" calendar="gregorian">1972</unitdate>
</did>
</c>
<c id="d2e929" level="file">
<did>
<container type="box">3</container>
<container type="folder">6</container>
<unittitle>YB Binder XVII, R-Z</unittitle>
<unitdate type="inclusive" normal="1972" era="ce" calendar="gregorian">1972</unitdate>
</did>
</c>
<c id="d2e939" level="file">
<did>
<container type="box">3</container>
<container type="folder">7</container>
<unittitle>YB Binder XVIII, A-L</unittitle>
<unitdate type="inclusive" normal="1973" era="ce" calendar="gregorian">1973</unitdate>
</did>
</c>
<c id="d2e949" level="file">
<did>
<container type="box">3</container>
<container type="folder">8</container>
<unittitle>YB Binder XVIII, P-S</unittitle>
<unitdate type="inclusive" normal="1973" era="ce" calendar="gregorian">1973</unitdate>
</did>
</c>
<c id="d2e959" level="file">
<did>
<container type="box">3</container>
<container type="folder">9</container>
<unittitle>YB Binder XIX, A-D</unittitle>
<unitdate type="inclusive" normal="1974" era="ce" calendar="gregorian">1974</unitdate>
</did>
</c>
<c id="d2e970" level="file">
<did>
<container type="box">3</container>
<container type="folder">10</container>
<unittitle>YB Binder XIX, F-P</unittitle>
<unitdate type="inclusive" normal="1974" era="ce" calendar="gregorian">1974</unitdate>
</did>
</c>
<c id="d2e980" level="file">
<did>
<container type="box">3</container>
<container type="folder">11</container>
<unittitle>YB Binder XIX, R-W</unittitle>
<unitdate type="inclusive" normal="1974" era="ce" calendar="gregorian">1974</unitdate>
</did>
</c>
<c id="d2e990" level="file">
<did>
<container type="box">3</container>
<container type="folder">12</container>
<unittitle>YB Binder XX, C-H</unittitle>
<unitdate type="inclusive" normal="1975" era="ce" calendar="gregorian">1975</unitdate>
</did>
</c>
<c id="d2e1000" level="file">
<did>
<container type="box">3</container>
<container type="folder">13</container>
<unittitle>YB Binder XX, J-P</unittitle>
<unitdate type="inclusive" normal="1975" era="ce" calendar="gregorian">1975</unitdate>
</did>
</c>
<c id="d2e1010" level="file">
<did>
<container type="box">3</container>
<container type="folder">14</container>
<unittitle>YB Binder XX, R-W</unittitle>
<unitdate type="inclusive" normal="1975" era="ce" calendar="gregorian">1975</unitdate>
</did>
</c>
<c id="d2e1020" level="file">
<did>
<container type="box">3</container>
<container type="folder">15</container>
<unittitle>YB Binder XXI, C-M</unittitle>
<unitdate type="inclusive" normal="1976" era="ce" calendar="gregorian">1976</unitdate>
</did>
</c>
<c id="d2e1030" level="file">
<did>
<container type="box">3</container>
<container type="folder">16</container>
<unittitle>YB Binder XXI,R-S</unittitle>
<unitdate type="inclusive" normal="1976" era="ce" calendar="gregorian">1976</unitdate>
</did>
</c>
<c id="d2e1040" level="file">
<did>
<container type="box">3</container>
<container type="folder">17</container>
<unittitle>YB Binder XXII, A-G</unittitle>
<unitdate type="inclusive" normal="1977" era="ce" calendar="gregorian">1977</unitdate>
</did>
</c>
<c id="d2e1050" level="file">
<did>
<container type="box">3</container>
<container type="folder">18</container>
<unittitle>YB Binder XXII, H-S</unittitle>
<unitdate type="inclusive" normal="1977" era="ce" calendar="gregorian">1977</unitdate>
</did>
</c>
<c id="d2e1060" level="file">
<did>
<container type="box">4</container>
<container type="folder">1</container>
<unittitle>YB Binder XXIII, A-K</unittitle>
<unitdate type="inclusive" normal="1978" era="ce" calendar="gregorian">1978</unitdate>
</did>
</c>
<c id="d2e1070" level="file">
<did>
<container type="box">4</container>
<container type="folder">2</container>
<unittitle>YB Binder XXIII, L-M</unittitle>
<unitdate type="inclusive" normal="1978" era="ce" calendar="gregorian">1978</unitdate>
</did>
</c>
<c id="d2e1081" level="file">
<did>
<container type="box">4</container>
<container type="folder">3</container>
<unittitle>YB Binder XXIII, P-Z</unittitle>
<unitdate type="inclusive" normal="1978" era="ce" calendar="gregorian">1978</unitdate>
</did>
</c>
<c id="d2e1091" level="file">
<did>
<container type="box">4</container>
<container type="folder">4</container>
<unittitle>YB Binder XXIV, A-G</unittitle>
<unitdate type="inclusive" normal="1979" era="ce" calendar="gregorian">1979</unitdate>
</did>
</c>
<c id="d2e1101" level="file">
<did>
<container type="box">4</container>
<container type="folder">5</container>
<unittitle>YB Binder XXIV, K-M</unittitle>
<unitdate type="inclusive" normal="1979" era="ce" calendar="gregorian">1979</unitdate>
</did>
</c>
<c id="d2e1111" level="file">
<did>
<container type="box">4</container>
<container type="folder">6</container>
<unittitle>YB Binder XXIV, N-W</unittitle>
<unitdate type="inclusive" normal="1979" era="ce" calendar="gregorian">1979</unitdate>
</did>
</c>
<c id="d2e1121" level="file">
<did>
<container type="box">4</container>
<container type="folder">7</container>
<unittitle>YB Binder XXV, B-C</unittitle>
<unitdate type="inclusive" normal="1980" era="ce" calendar="gregorian">1980</unitdate>
</did>
</c>
<c id="d2e1131" level="file">
<did>
<container type="box">4</container>
<container type="folder">8</container>
<unittitle>YB Binder XXV, F-P</unittitle>
<unitdate type="inclusive" normal="1980" era="ce" calendar="gregorian">1980</unitdate>
</did>
</c>
<c id="d2e1141" level="file">
<did>
<container type="box">4</container>
<container type="folder">9</container>
<unittitle>YB Binder XXV, R-Z</unittitle>
<unitdate type="inclusive" normal="1980" era="ce" calendar="gregorian">1980</unitdate>
</did>
</c>
<c id="d2e1151" level="file">
<did>
<container type="box">4</container>
<container type="folder">10</container>
<unittitle>YB Binder XXVI, A-F</unittitle>
<unitdate type="inclusive" normal="1981" era="ce" calendar="gregorian">1981</unitdate>
</did>
</c>
<c id="d2e1161" level="file">
<did>
<container type="box">4</container>
<container type="folder">11</container>
<unittitle>YB Binder XXVI, H-R</unittitle>
<unitdate type="inclusive" normal="1981" era="ce" calendar="gregorian">1981</unitdate>
</did>
</c>
<c id="d2e1171" level="file">
<did>
<container type="box">4</container>
<container type="folder">12</container>
<unittitle>YB Binder XXVI, S-W</unittitle>
<unitdate type="inclusive" normal="1981" era="ce" calendar="gregorian">1981</unitdate>
</did>
</c>
<c id="d2e1181" level="file">
<did>
<container type="box">4</container>
<container type="folder">13</container>
<unittitle>YB Binder XXVII, B-J</unittitle>
<unitdate type="inclusive" normal="1982" era="ce" calendar="gregorian">1982</unitdate>
</did>
</c>
<c id="d2e1192" level="file">
<did>
<container type="box">4</container>
<container type="folder">14</container>
<unittitle>YB Binder XXVII, K-W</unittitle>
<unitdate type="inclusive" normal="1982" era="ce" calendar="gregorian">1982</unitdate>
</did>
</c>
<c id="d2e1202" level="file">
<did>
<container type="box">4</container>
<container type="folder">15</container>
<unittitle>YB Binder XXVII, Z, General</unittitle>
<unitdate type="inclusive" normal="1982" era="ce" calendar="gregorian">1982</unitdate>
</did>
</c>
<c id="d2e1212" level="file">
<did>
<container type="box">4</container>
<container type="folder">16</container>
<unittitle>YB Binder XXVIII, General, A-B</unittitle>
<unitdate type="inclusive" normal="1983" era="ce" calendar="gregorian">1983</unitdate>
</did>
</c>
<c id="d2e1222" level="file">
<did>
<container type="box">4</container>
<container type="folder">17</container>
<unittitle>YB Binder XXVIII, C-M</unittitle>
<unitdate type="inclusive" normal="1983" era="ce" calendar="gregorian">1983</unitdate>
</did>
</c>
<c id="d2e1232" level="file">
<did>
<container type="box">4</container>
<container type="folder">18</container>
<unittitle>YB Binder XXVIII, N-S</unittitle>
<unitdate type="inclusive" normal="1983" era="ce" calendar="gregorian">1983</unitdate>
</did>
</c>
<c id="d2e1242" level="file">
<did>
<container type="box">4</container>
<container type="folder">19</container>
<unittitle>YB Binder XXVIII, W</unittitle>
<unitdate type="inclusive" normal="1983" era="ce" calendar="gregorian">1983</unitdate>
</did>
</c>
<c id="d2e1252" level="file">
<did>
<container type="box">5</container>
<container type="folder">1</container>
<unittitle>YB Binder XXIX, A-K</unittitle>
<unitdate type="inclusive" normal="1984" era="ce" calendar="gregorian">1984</unitdate>
</did>
</c>
<c id="d2e1262" level="file">
<did>
<container type="box">5</container>
<container type="folder">2</container>
<unittitle>YB Binder XXIX, L-M</unittitle>
<unitdate type="inclusive" normal="1984" era="ce" calendar="gregorian">1984</unitdate>
</did>
</c>
<c id="d2e1272" level="file">
<did>
<container type="box">5</container>
<container type="folder">3</container>
<unittitle>YB Binder XXIX, P-W, General</unittitle>
<unitdate type="inclusive" normal="1984" era="ce" calendar="gregorian">1984</unitdate>
</did>
</c>
<c id="d2e1282" level="file">
<did>
<container type="box">5</container>
<container type="folder">4</container>
<unittitle>YB Binder XXX, A-H</unittitle>
<unitdate type="inclusive" normal="1985" era="ce" calendar="gregorian">1985</unitdate>
</did>
</c>
<c id="d2e1292" level="file">
<did>
<container type="box">5</container>
<container type="folder">5</container>
<unittitle>YB Binder XXX, J-L</unittitle>
<unitdate type="inclusive" normal="1985" era="ce" calendar="gregorian">1985</unitdate>
</did>
</c>
<c id="d2e1303" level="file">
<did>
<container type="box">5</container>
<container type="folder">6</container>
<unittitle>YB Binder XXX, M-R</unittitle>
<unitdate type="inclusive" normal="1985" era="ce" calendar="gregorian">1985</unitdate>
</did>
</c>
<c id="d2e1313" level="file">
<did>
<container type="box">5</container>
<container type="folder">7</container>
<unittitle>YB Binder XXX, S-W</unittitle>
<unitdate type="inclusive" normal="1985" era="ce" calendar="gregorian">1985</unitdate>
</did>
</c>
<c id="d2e1323" level="file">
<did>
<container type="box">5</container>
<container type="folder">8</container>
<unittitle>YB Binder XXXI, B-G</unittitle>
<unitdate type="inclusive" normal="1986" era="ce" calendar="gregorian">1986</unitdate>
</did>
</c>
<c id="d2e1333" level="file">
<did>
<container type="box">5</container>
<container type="folder">9</container>
<unittitle>YB Binder XXXI, H-M</unittitle>
<unitdate type="inclusive" normal="1986" era="ce" calendar="gregorian">1986</unitdate>
</did>
</c>
<c id="d2e1343" level="file">
<did>
<container type="box">5</container>
<container type="folder">10</container>
<unittitle>YB Binder XXXI, N-R</unittitle>
<unitdate type="inclusive" normal="1986" era="ce" calendar="gregorian">1986</unitdate>
</did>
</c>
<c id="d2e1353" level="file">
<did>
<container type="box">5</container>
<container type="folder">11</container>
<unittitle>YB Binder XXXI, S-W</unittitle>
<unitdate type="inclusive" normal="1986" era="ce" calendar="gregorian">1986</unitdate>
</did>
</c>
<c id="d2e1363" level="file">
<did>
<container type="box">5</container>
<container type="folder">12</container>
<unittitle>YB Binder XXXII, B-G</unittitle>
<unitdate type="inclusive" normal="1987" era="ce" calendar="gregorian">1987</unitdate>
</did>
</c>
<c id="d2e1373" level="file">
<did>
<container type="box">5</container>
<container type="folder">13</container>
<unittitle>YB Binder XXXII, H-R</unittitle>
<unitdate type="inclusive" normal="1987" era="ce" calendar="gregorian">1987</unitdate>