-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnynycjh_elizabethstraussplaut.xml
9466 lines (9466 loc) · 678 KB
/
nynycjh_elizabethstraussplaut.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 audience="internal" countryencoding="iso3166-1" dateencoding="iso8601" findaidstatus="unverified-full-draft" id="a0" langencoding="iso639-2b" relatedencoding="MARC21" repositoryencoding="iso15511" scriptencoding="iso15924">
<eadid mainagencycode="US-nynycjh" url="file:/usr/local/projects/migration_scripts/nyead/ead/nynycjh/264121_ElizabethStraussPlaut.xml">nynycjh_elizabethstraussplaut</eadid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="245$a">Guide to the Papers of Elizabeth Strauss Plaut<date calendar="gregorian" era="ce" type="life">(1910-2003)</date>
<lb/>
<date calendar="gregorian" era="ce" normal="1738/2006" type="inclusive">1738-2006</date>
<lb/>
<lb/>AR 25309 / MF 932</titleproper>
<author encodinganalog="245$c">Processed by Dianne Ritchey Oummia</author>
</titlestmt>
<editionstmt>
<p>This version was derived from ElizabethStraussPlaut.xml</p>
</editionstmt>
<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/>
</addressline>
<addressline>Phone: (212) 744-6400</addressline>
<addressline>Fax: (212) 988-1305</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 calendar="gregorian" encodinganalog="260$c" era="ce" type="publication">© 2008</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 Dianne Ritchey Oummia in<date calendar="gregorian" era="ce">July 2008</date>.</creation>
<langusage>Description is in<language encodinganalog="546$a" langcode="eng" scriptcode="Latn">English</language>.</langusage>
</profiledesc>
<revisiondesc>
<change encodinganalog="583$a">
<date calendar="gregorian" era="ce">12/2008</date>
<item>Microfilm inventory added.</item>
</change>
<change>
<date calendar="gregorian" era="ce">3/23/2010 </date>
<item>encoding of linking to digital objects from finding aid was changed from <extref> to <dao> through dao_conv.xsl</item>
</change>
<change>
<date calendar="gregorian" era="ce">12/8/2011 </date>
<item>Added links to digital objects for oversized materials in Container List.</item>
</change>
</revisiondesc>
</eadheader>
<archdesc level="collection" relatedencoding="MARC21" type="inventory">
<did id="a1">
<head>Descriptive Summary</head>
<origination audience="external" encodinganalog="100$a" label="Creator">
<persname authfilenumber="n 96024676" encodinganalog="600$a" role="subject" source="lcnaf">Plaut, Elizabeth S., 1910-2003</persname>
</origination>
<unittitle audience="external" encodinganalog="245$a" label="Title">Elizabeth Strauss Plaut Collection</unittitle>
<unitdate audience="external" calendar="gregorian" encodinganalog="245$f" era="ce" label="Dates" normal="1738/2006" type="inclusive">1738-2006</unitdate>
<unitdate audience="external" calendar="gregorian" encodinganalog="245$g" era="ce" label="Dates" normal="1973/1999" type="bulk">bulk 1973-1999</unitdate>
<abstract audience="external" encodinganalog="520$a" label="Abstract">This collection contains the genealogical research of Elizabeth Strauss Plaut. Papers to be found here include extensive correspondence, family trees, and research notes on the genealogy of the Plaut and Strauss families.</abstract>
<langmaterial audience="external" encodinganalog="546$a" label="Languages">The collection is primarily in<language langcode="eng">English</language>with some<language langcode="ger">German</language>and<language langcode="heb">Hebrew</language>.</langmaterial>
<physdesc audience="external" encodinganalog="300$a" label="Quantity">
<extent unit="linear feet">14 linear feet + 1 oversized box</extent>
</physdesc>
<unitid audience="external" countrycode="US" encodinganalog="094$a" label="Identification" repositorycode="US-nynycjh">AR 25309</unitid>
<repository audience="external" encodinganalog="852$a" label="Repository">
<corpname authfilenumber="n 50078516" role="repository" source="lcnaf">Leo Baeck Institute</corpname>
</repository>
</did>
<bioghist encodinganalog="545$a" id="a2">
<head>Biographical Note</head>
<p>Elizabeth Strauss was born on October 12, 1910 in New York City, the second child of Harry Strauss and Therese Abraham Strauss. A few years after the birth of his daughter Harry Strauss died of typhoid fever, and Therese Strauss relocated with her children to her family home in Cincinnati, where the family resided with her parents, Victor and Emma Abraham.</p>
<p>Elizabeth Strauss attended the University of Cincinnati, where she majored in zoology. While continuing to study for her teacher's certificate, she met W. Gunther Plaut, a recent immigrant from Germany who was studying at the Hebrew Union College. They were married on November 10, 1938.</p>
<p>The following September the couple moved when Gunther Plaut became assistant rabbi of the Washington Boulevard Temple in Chicago. There Elizabeth Plaut started a Judaica shop in addition to her duties as rebbetzin. In 1942 the couple had a son. The family moved several times due to Gunther Plaut's various assignments as a chaplain in the U.S. Army during World War II. After a return to Chicago, where the family expanded to include a daughter, they moved to St. Paul, Minnesota, when Gunther Plaut became rabbi at the Mount Zion Hebrew Congregation. The family remained there for thirteen years. During this time Elizabeth Plaut was also very active as the rabbi's wife. In addition, in 1952 she created "Holiplay," a children's game about the Jewish holidays. Finally, the family made its last relocation when Gunther Plaut became rabbi for the Holy Blossom Temple in Toronto, Ontario, a much larger congregation than that in St. Paul.</p>
<p>It was during the early 1970s that Elizabeth Plaut became involved in documenting the genealogy of the Strauss, Plaut, and related families. Over the following three decades she accumulated numerous family trees and voluminous research on the family history, collecting information from family members as well as print sources and archival records. This work culminated in the publication of articles in genealogical periodicals such as<title xlink:type="simple" render="italic" xlink:href="">Search</title>and<title xlink:type="simple" render="italic" xlink:href="">Toledot</title>, as well as in three books.</p>
<p>Elizabeth Strauss Plaut died on September 13, 2003 (16 Ellul 5763).</p>
<chronlist>
<head>Published Books:</head>
<chronitem>
<date calendar="gregorian" era="ce">1996</date>
<event>Guggenheim/ Wormser Family: a Genealogical 300-Year Memoir</event>
</chronitem>
<chronitem>
<date calendar="gregorian" era="ce">2000</date>
<event>Gumprichs of Münster/ Westphalia: a Tale of Four Continents</event>
</chronitem>
<chronitem>
<date calendar="gregorian" era="ce">2007</date>
<event>Plaut Family: Tracing the Legacy (with Jonathan V. Plaut as editor and an introduction and additional research by Karen S. Franklin)</event>
</chronitem>
</chronlist>
</bioghist>
<scopecontent encodinganalog="520$b" id="a3">
<head>Scope and Content Note</head>
<p>The Elizabeth Strauss Plaut collection holds the genealogical research that culminated in the production of three books,<title xlink:type="simple" render="italic" xlink:href="">Gumprichs of Münster/ Westphalia: a Tale of Four Continents</title>,<title xlink:type="simple" render="italic" xlink:href="">Guggenheim/ Wormser Family: a Genealogical 300-Year Memoir</title>, and<title xlink:type="simple" render="italic" xlink:href="">Plaut Family: Tracing the Legacy</title>.</p>
<p>Nearly all of the series in this collection consist of extensive genealogical correspondence, family trees, and research notes, with most folders holding family trees or notes on family trees.<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serI" xlink:href="">Series I</ref>holds research on the Plaut family, with much of it divided by the location in Germany from which the family derived. In addition, this series also includes material on the Gumprich and Rosenthal families, related to the genealogy of Selma Gumprich Plaut. Genealogy on the Strauss family will be found in<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serII" xlink:href="">Series II</ref>, and consists of research into many branches of the family tree; the most prominent branches of the family loosely form the basis for subseries within Series II, including the<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-1" xlink:href="">Abraham, Strauss</ref>,<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-7" xlink:href="">Guggenheim/ Wormser</ref>,<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-5" xlink:href="">Wertheimer</ref>,<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-6" xlink:href="">Wisebart</ref>,<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-3" xlink:href="">Kline</ref>,<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-4" xlink:href="">Rauh, Mack</ref>, and<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-2" xlink:href="">Dreyfoos</ref>families. General genealogical research, or research whose branch was not clearly identified by Elizabeth Strauss comprises<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serIII" xlink:href="">Series III: General and Unsorted Genealogical Files</ref>. Oversized family trees of both Plaut and Strauss ancestors are included in<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serIV" xlink:href="">Series IV</ref>. Papers pertaining to the writing or publishing of Elizabeth Strauss' books make up<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serV" xlink:href="">Series V</ref>, and include drafts of her books on the Gumprich and Guggenheim/ Wormser families as well as some correspondence with publishers.</p>
<p>Photographs and copies of photographs of family members are often included with the correspondence or collected material on family branches. However, some of these types of material were not included among the genealogical files, and these primarily form<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serVI" xlink:href="">Series VI</ref>. In addition to photographs, this series holds a few other papers of visual material.</p>
<p>Files unrelated to genealogical research form<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serVII" xlink:href="">Series VII</ref>. Included here is one folder of personal correspondence, drafts of Elizabeth Strauss Plaut's creative writing and texts for lectures and other public addresses.</p>
</scopecontent>
<arrangement encodinganalog="351$a" id="a4">
<head>Arrangement</head>
<p>The collection is arranged in six series:</p>
<list>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serI" xlink:href="">Series I: W. Gunther Plaut Genealogy, 1738-2006</ref>
<list>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-1" xlink:href="">Subseries 1: Locations, 1738-2005</ref>
<list>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-A" xlink:href="">A) Falkenberg and Felsenberg (Dannenberg Family)</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" xlink:href="">B) Frankershausen</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-C" xlink:href="">C) Frielendorf</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-D" xlink:href="">D) Geisa</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-E" xlink:href="">E) Gudensberg and Obervorschuetz</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-F" xlink:href="">F) Ottrau</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-G" xlink:href="">G) Rauschenberg</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-H" xlink:href="">H) Reichensachsen</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-I" xlink:href="">I) Rotenburg an der Fulda</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-J" xlink:href="">J) Schenklengsfeld</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-K" xlink:href="">K) Schmalkalden</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-L" xlink:href="">L) Wehrda</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-M" xlink:href="">M) Willingshausen</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-N" xlink:href="">N) Other Locations</ref>
</item>
</list>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-2" xlink:href="">Subseries 2: Other Research Material, 1860-2006</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-3" xlink:href="">Subseries 3: Gumprich and Rosenthal Families, 1858-1999</ref>
<list>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-3-A" xlink:href="">A) Gumprich</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-3-B" xlink:href="">B) Rosenthal</ref>
</item>
</list>
</item>
</list>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serII" xlink:href="">Series II: Elizabeth Strauss Plaut Genealogy, 1847-1999</ref>
<list>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-1" xlink:href="">Subseries 1: Abraham/ Strauss, 1851-1999</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-2" xlink:href="">Subseries 2: Dreifus/ Dreyfus/ Dreyfoos, 1847-1997</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-3" xlink:href="">Subseries 3: Kline, 1978-1994</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-4" xlink:href="">Subseries 4: Rauh/ Mack, 1956-1993</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-5" xlink:href="">Subseries 5: Wertheimer, 1860-1865, 1975-1993</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-6" xlink:href="">Subseries 6: Wisebart, 1873-1995</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserII-7" xlink:href="">Subseries 7: Wormser/ Guggenheim, 1850-1996</ref>
</item>
</list>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serIII" xlink:href="">Series III: General and Unsorted Genealogical Files, 1950-1999</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serIV" xlink:href="">Series IV: Oversized Family Trees, undated</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serV" xlink:href="">Series V: Writing and Publishing, 1977-1998</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serVI" xlink:href="">Series VI: Visual Material, 1865-1999</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serVII" xlink:href="">Series VII: Non-Genealogical Material, 1940s-2001<list>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserVII-1" xlink:href="">Subseries 1: Writings, Correspondence, and Notes, 1940s-2001</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserVII-2" xlink:href="">Subseries 2: Collected Material, 1969-1998</ref>
</item>
</list>
</ref>
</item>
</list>
</arrangement>
<descgrp>
<relatedmaterial encodinganalog="5441$a" id="a6">
<head>Related Material</head>
<p>The LBI Archives also hold a related collection, the Elizabeth Plaut Collection<extref xlink:type="simple" xlink:href="http://aleph.cjh.org:81/F?func=item-global&doc_library=CJH01&doc_number=000198823">(AR 10087)</extref>.</p>
<p>The LBI Library has two of Elizabeth Strauss Plaut's books:<list>
<item>The Gumprichs of Muenster/Westphalia: a Tale of Four Continents<extref xlink:type="simple" xlink:href="http://aleph.cjh.org:81/F?func=item-global&doc_library=CJH01&doc_number=000188822">(st 427)</extref>
</item>
<item>The Guggenheim/Wormser family: a Genealogical 300-Year Memoir<extref xlink:type="simple" xlink:href="http://aleph.cjh.org:81/F?func=item-global&doc_library=CJH01&doc_number=000186317">(CS 629 G84 P53 1996)</extref>
</item>
</list>
</p>
</relatedmaterial>
<separatedmaterial encodinganalog="5440$a" id="a7">
<head>Separated Material</head>
<p>Some photographs have been removed to the LBI Photograph Collection.</p>
</separatedmaterial>
<accessrestrict encodinganalog="506$a" id="a14">
<head>Access Restrictions</head>
<p>Open to researchers.</p>
</accessrestrict>
<accessrestrict>
<head>Access Information</head>
<p>Readers may access the collection by visiting the<extref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" 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<extref xlink:type="simple" xlink:href="http://opac.cjh.org:8991/F?func=item-global&doc_library=CJH01&doc_number=000346339">LBI Online Catalog</extref>and click on the "Request" button.</p>
</accessrestrict>
<userestrict encodinganalog="540$a" id="a15">
<head>Use Restrictions</head>
<p>There may be some restrictions on the use of the collection. For more information, contact:<lb/>Leo Baeck Institute, Center for Jewish History, 15 West 16th Street, New York, NY 10011<lb/>email:<extref xlink:type="simple" xlink:title="email address of the Leo Baeck Institute" xlink:href="mailto:[email protected]">[email protected]</extref>
</p>
</userestrict>
<altformavail encodinganalog="530$a" id="a17">
<head>Microfilm</head>
<p>The collection is on thirty-four reels of microfilm (MF 932):<list>
<item/>
<item>Reel 1: 1/1 - 1/14</item>
<item>Reel 2: 1/15 - 1/39</item>
<item>Reel 3: 1/40 - 1/60</item>
<item>Reel 4: 2/1 - 2/33</item>
<item>Reel 5: 2/34 - 2/59</item>
<item>Reel 6: 2/60 - 3/9</item>
<item>Reel 7: 3/10 - 3/22</item>
<item>Reel 8: 3/23 - 3/46</item>
<item>Reel 9: 3/47 - 4/7</item>
<item>Reel 10: 4/8 - 4/36</item>
<item>Reel 11: 4/37 - 4/56</item>
<item>Reel 12: 4/57 - 5/24</item>
<item>Reel 13: 5/25 - 5/45</item>
<item>Reel 14: 5/46 - 6/14</item>
<item>Reel 15: 6/15 - 6/53</item>
<item>Reel 16: 6/54 - 7/9</item>
<item>Reel 17: 7/10 - 7/43</item>
<item>Reel 18: 7/44 - 7/83</item>
<item>Reel 19: 7/84 - 8/13</item>
<item>Reel 20: 8/14 - 8/43</item>
<item>Reel 21: 8/44 - 9/17</item>
<item>Reel 22: 9/18 - 9/52</item>
<item>Reel 23: 9/53 - 10/5</item>
<item>Reel 24: 10/6 - 10/29</item>
<item>Reel 25: 10/30 - 10/65</item>
<item>Reel 26: 10/66 - 11/20</item>
<item>Reel 27: 11/21 - 11/58</item>
<item>Reel 28: 11/59 - 12/6</item>
<item>Reel 29: 12/7 - 12/32</item>
<item>Reel 30: 12/33 - 12/59</item>
<item>Reel 31: 13/1 - 13/17</item>
<item>Reel 32: 13/18 - 13/25</item>
<item>Reel 33: 13/26 - 14/1</item>
<item>Reel 34: 14/2 - 14/15 and Oversized Material</item>
</list>
</p>
</altformavail>
<prefercite encodinganalog="524$a" id="a18">
<head>Preferred Citation</head>
<p>Published citations should take the following form:<lb/>
<lb/>Identification of item, date (if known); Elizabeth Strauss Plaut Collection; AR 25309; box number; folder number; Leo Baeck Institute.</p>
</prefercite>
<processinfo encodinganalog="583$a" id="a20">
<head>Processing Information</head>
<p>Much of the arrangement of this collection was based on the original order of the papers. See individual series descriptions for more detailed comments on the organization of series and subseries and naming of folders.</p>
</processinfo>
</descgrp>
<controlaccess id="a12">
<famname authfilenumber="sh 85000214" encodinganalog="600$a" role="subject" source="lcsh">Abraham family</famname>
<famname authfilenumber="sh 91000488" encodinganalog="600$a" role="subject" source="lcsh">Dreyfus family</famname>
<famname authfilenumber="sh 00001810" encodinganalog="600$a" role="subject" source="lcsh">Gumprich family</famname>
<persname authfilenumber="n 96024676" encodinganalog="600$a" role="subject" source="lcnaf">Plaut, Elizabeth S., 1910-2003</persname>
<persname authfilenumber="n 79069794" encodinganalog="600$a" role="subject" source="lcsh">Plaut, W. Gunther, 1912-</persname>
<famname authfilenumber="sh2007006468" encodinganalog="600$a" role="subject" source="lcsh">Plaut family</famname>
<famname authfilenumber="sh 96002167" encodinganalog="600$a" role="subject" source="lcsh">Rosenthal family</famname>
<famname authfilenumber="sh 85128534" encodinganalog="600$a" role="subject" source="lcsh">Strauss family</famname>
<famname authfilenumber="sh 85148557" encodinganalog="600$a" role="subject" source="lcsh">Wormser family</famname>
<subject authfilenumber="sh 85053741" encodinganalog="650$a" source="lcsh">Genealogists</subject>
<subject authfilenumber="sh 85070281" encodinganalog="650$a" source="lcsh">Jewish families</subject>
<subject authfilenumber="sh 85070392" encodinganalog="650$a" source="lcsh">Jews -- Genealogy</subject>
<geogname authfilenumber="n 79053745" encodinganalog="651$a" role="subject" source="lcsh">Cincinnati (Ohio)</geogname>
<geogname authfilenumber="n 83009487" encodinganalog="651$a" role="subject" source="lcsh">Hesse (Germany)</geogname>
<geogname authfilenumber="n 79079328" encodinganalog="651$a" role="subject" source="lcsh">Toronto (Ont.)</geogname>
<genreform authfilenumber="300026877" encodinganalog="655$a" source="aat">Correspondence</genreform>
<genreform authfilenumber="300027016" encodinganalog="655$a" source="aat">Genealogical tables</genreform>
<genreform authfilenumber="300028569" encodinganalog="655$a" source="aat">Manuscripts (document genre)</genreform>
<genreform authfilenumber="300027200" encodinganalog="655$a" source="aat">Notes</genreform>
</controlaccess>
<dsc id="a23" type="combined">
<head>Container List</head>
<c id="d3e532" level="series">
<did>
<unittitle id="serI">Series I: W. Gunther Plaut Genealogy</unittitle>
<unitdate calendar="gregorian" era="ce">1738-2005</unitdate>
<physdesc>7.875 linear feet.</physdesc>
<langmaterial>The series is primarily in<language langcode="eng">English</language>with some<language langcode="ger">German</language>and<language langcode="heb">Hebrew</language>
</langmaterial>
</did>
<arrangement>
<p>Divided into three subseries:<list>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-1" xlink:href="">Subseries 1: Locations</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-2" xlink:href="">Subseries 2: Other Research Material</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="subserI-3" xlink:href="">Subseries 3: Gumprich and Rosenthal Families</ref>
</item>
</list>
</p>
</arrangement>
<scopecontent>
<p>Series I consists of papers created during Elizabeth Strauss Plaut's genealogical research on the Plaut family. It primarily includes research on the Plaut (Blaut/ Blout/ Plauth) family and the related Gumprich and Rosenthal families. This is the largest area of the collection, constituting more than half of it. Much of the arrangement was derived from observation of Elizabeth Plaut's own original arrangement. This original order consisted of five linear feet of material organized by locations of towns in Germany, and one foot of material on the Gumprich and Rosenthal families, as well as approximately two additional feet of research material on the Plaut family with less organization.</p>
<p>Much of the papers that comprise this series are of a similar nature. Included is correspondence with numerous relatives and research institutions on the family genealogy. The correspondence with relatives very often also mentions family news and events and sometimes includes photographs of family members. Other papers found here include extensive family trees, copies of historical records or extracts from published sources concerning family members, as well a large number of notes on the family genealogy.</p>
</scopecontent>
<c id="d3e568" level="subseries">
<did>
<unittitle id="subserI-1">Subseries 1: Locations</unittitle>
<unitdate calendar="gregorian" era="ce" normal="1738/2005" type="inclusive">1738-2005</unitdate>
<physdesc>5.625 linear feet.</physdesc>
<langmaterial/>
</did>
<arrangement>
<p>Subseries 1 is separated by location, as follows:<list>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-A" xlink:href="">A) Falkenberg and Felsenberg (Dannenberg Family)</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-B" xlink:href="">B) Frankershausen</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-C" xlink:href="">C) Frielendorf</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-D" xlink:href="">D) Geisa</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-E" xlink:href="">E) Gudensberg and Obervorschuetz</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-F" xlink:href="">F) Ottrau</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-G" xlink:href="">G) Rauschenberg</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-H" xlink:href="">H) Reichensachsen</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-I" xlink:href="">I) Rotenburg an der Fulda</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-J" xlink:href="">J) Schenklengsfeld</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-K" xlink:href="">K) Schmalkalden</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-L" xlink:href="">L) Wehrda</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-M" xlink:href="">M) Willingshausen</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-N" xlink:href="">N) Other Locations</ref>
</item>
</list>
</p>
</arrangement>
<scopecontent>
<p>Subseries 1 is comprised of genealogical research files on the Plaut family arranged by location, following the observed original order. The locations appear to represent the areas in Germany (primarily towns in Hesse and Thuringia) from which the various branches of the family stemmed. Although the location sections have been arranged alphabetically by the name of the area for ease of use, all files originally placed together and marked as belonging to a specific location have not been separated from other files within that location. Some locations with fewer files were originally found in generally alphabetic order; these comprise the section<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="secI-1-N" xlink:href="">"Other Locations."</ref>Within each location, folders predominantly comprised of similar formats, such as correspondence, notes, or family trees, have been grouped together during processing for ease of use, although users should note that most folders within this subseries include family trees or notes on family trees. Folder titles follow the original title of folders provided by Elizabeth Strauss Plaut. Any information provided within a file by Elizabeth Strauss Plaut as to the content of the file has been retained in this finding aid; folders with extensive correspondence include lists of correspondents in the finding aid. Folders originally entitled with an individual's name that hold research about a specific family member's branch of the family tree include the phrase "branch" in the folder title in order to differentiate such papers from files on specific individuals.</p>
<p>Papers in this subseries primarily include extensive family trees and correspondence, although research notes and photocopies of historical or archival records or clippings pertaining to family members are also located here.</p>
<p>Elizabeth Strauss Plaut maintained correspondence spanning more than three decades with numerous individuals while pursuing research on the Plaut family. Family members were largely located in the United States and Israel, but also include family in Europe, Canada, South Africa, Japan, and South America. While the correspondence clearly focuses on genealogical research, it also mentions family news and events and other personal topics. A few photographs or photocopies of photographs may be found among the research material. In addition, several memoirs are also located within this subseries; those of<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="b4f2" xlink:href="">Clara Plaut</ref>and<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="b5f12" xlink:href="">Bertel Borowsky</ref>describe their experiences during World War II and the Holocaust years, while the memoir of<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="b4f63" xlink:href="">Marjorie Hess</ref>discusses the family history and significant family events. In addition to family correspondence, some letters within this subseries are with archives or historical societies and include Elizabeth Strauss Plaut's requests for information or photocopies of records from these institutions.</p>
</scopecontent>
<c id="d3e643" level="otherlevel" otherlevel="section">
<did>
<unittitle id="secI-1-A">A) Falkenberg and Felsenberg (Dannenberg Family)</unittitle>
</did>
<c id="d3e647" level="file">
<did>
<container type="box">1</container>
<container type="folder">1</container>
<unittitle>Dannenberg Family - Documentation</unittitle>
<unitdate calendar="gregorian" era="ce">1786-1937, 1992-1993</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437376"/>
</c>
<c id="d3e658" level="file">
<did>
<container type="box">1</container>
<container type="folder">2</container>
<unittitle>Dannenberg Family - Family Trees and Charts</unittitle>
<unitdate calendar="gregorian" era="ce">1993-1995</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437377"/>
</c>
<c id="d3e669" level="file">
<did>
<container type="box">1</container>
<container type="folder">3</container>
<unittitle>Dannenberg Family - Felsberg Birth Register</unittitle>
<unitdate calendar="gregorian" era="ce">1824-1852</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437378"/>
</c>
<c id="d3e680" level="file">
<did>
<container type="box">1</container>
<container type="folder">4</container>
<unittitle>Dannenberg Family - Research and Correspondence</unittitle>
<unitdate calendar="gregorian" era="ce">1983-1992</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437379"/>
</c>
<c id="d3e691" level="file">
<did>
<container type="box">1</container>
<container type="folder">5</container>
<unittitle>Dannenberg, James - Beit Theresienstadt Records</unittitle>
<unitdate calendar="gregorian" era="ce">1995</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437380"/>
</c>
<c id="d3e702" level="file">
<did>
<container type="box">1</container>
<container type="folder">6</container>
<unittitle>Dannenberg, James - Correspondence</unittitle>
<unitdate calendar="gregorian" era="ce">1993-1998</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437381"/>
</c>
<c id="d3e713" level="file">
<did>
<container type="box">1</container>
<container type="folder">7</container>
<unittitle>Dannenberg, James - Correspondence</unittitle>
<unitdate calendar="gregorian" era="ce">1994-1999</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437382"/>
</c>
</c>
<c id="d3e724" level="otherlevel" otherlevel="section">
<did>
<unittitle id="secI-1-B">B) Frankershausen</unittitle>
</did>
<c id="d3e728" level="file">
<did>
<container type="box">1</container>
<container type="folder">8</container>
<unittitle>Barten and Koenigswarter Families</unittitle>
<unitdate calendar="gregorian" era="ce">1990-1994</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437383"/>
</c>
<c id="d3e739" level="file">
<did>
<container type="box">1</container>
<container type="folder">9</container>
<unittitle>Correspondence</unittitle>
<unitdate calendar="gregorian" era="ce">1972-1993</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437384"/>
<scopecontent>
<list>
<item>Fink, Ester ("Estie") Plaut 1991-1993</item>
<item>Plaut, Hans and Chava 1972-1985</item>
</list>
</scopecontent>
</c>
<c id="d3e756" level="file">
<did>
<container type="box">1</container>
<container type="folder">10</container>
<unittitle>Correspondence</unittitle>
<unitdate calendar="gregorian" era="ce">1973-1987</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437385"/>
<scopecontent>
<list>
<item>Cerf, Edith 1973-1985</item>
<item>Gruen, Henry 1984-1985</item>
<item>Katz, Berthold 1973</item>
<item>Plat-Glik, [Mrs.] 1973-1974</item>
<item>Plaut, Amos and Ilana 1973-1984</item>
<item>Plaut, Jacob 1973</item>
<item>Rubenstein, Flora 1973-1987</item>
</list>
</scopecontent>
</c>
<c id="d3e783" level="file">
<did>
<container type="box">1</container>
<container type="folder">11</container>
<unittitle>Correspondence</unittitle>
<unitdate calendar="gregorian" era="ce">1974-1987</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437386"/>
<scopecontent>
<list>
<item>Bloch, Anne 1976-1980</item>
<item>Bloch, Julius and Gertie 1974</item>
<item>Plaut, Jeffrey and Mary 1982</item>
<item>Plaut, Marianne (Maja) 1985-1987</item>
<item>Plaut, Mary Onstad 1982-1987</item>
<item>Plaut, Warner P.B. 1982</item>
</list>
</scopecontent>
</c>
<c id="d3e808" level="file">
<did>
<container type="box">1</container>
<container type="folder">12</container>
<unittitle>Correspondence</unittitle>
<unitdate calendar="gregorian" era="ce">1975-1988</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437387"/>
<scopecontent>
<list>
<item>Goldsmith, Karl 1976-1985</item>
<item>Klein, Renate ("Renie") 1984-1987</item>
<item>Plaut, Andrew 1988</item>
<item>Plaut, Otto 1975-1978</item>
<item>Plaut, Rita and Marshall 1977-1986</item>
</list>
</scopecontent>
</c>
<c id="d3e831" level="file">
<did>
<container type="box">1</container>
<container type="folder">13</container>
<unittitle>Correspondence - Beckler and Moyse Families</unittitle>
<unitdate calendar="gregorian" era="ce">1982-1983</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437388"/>
<scopecontent>
<list>
<item>Beckler, Harriet</item>
<item>Moyse, Jack</item>
</list>
</scopecontent>
</c>
<c id="d3e848" level="file">
<did>
<container type="box">1</container>
<container type="folder">14</container>
<unittitle>Correspondence - Bender, Edgar J.</unittitle>
<unitdate calendar="gregorian" era="ce">1985-1992</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437389"/>
</c>
<c id="d3e859" level="file">
<did>
<container type="box">1</container>
<container type="folder">15</container>
<unittitle>Correspondence - de Plaut, Berta Joshua</unittitle>
<unitdate calendar="gregorian" era="ce">1988</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437390"/>
</c>
<c id="d3e870" level="file">
<did>
<container type="box">1</container>
<container type="folder">16</container>
<unittitle>Correspondence - Englander, Hilde</unittitle>
<unitdate calendar="gregorian" era="ce">1973-1974</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437391"/>
</c>
<c id="d3e881" level="file">
<did>
<container type="box">1</container>
<container type="folder">17</container>
<unittitle>Correspondence - Jaffee, Selma (England)</unittitle>
<unitdate calendar="gregorian" era="ce">1984</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437392"/>
</c>
<c id="d3e893" level="file">
<did>
<container type="box">1</container>
<container type="folder">18</container>
<unittitle>Correspondence - Katz, Gad</unittitle>
<unitdate calendar="gregorian" era="ce">1973-1989</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437393"/>
</c>
<c id="d3e904" level="file">
<did>
<container type="box">1</container>
<container type="folder">19</container>
<unittitle>Correspondence - Lanir, Yael</unittitle>
<unitdate calendar="gregorian" era="ce">1989</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437394"/>
</c>
<c id="d3e915" level="file">
<did>
<container type="box">1</container>
<container type="folder">20</container>
<unittitle>Correspondence - Plaut, Dvorah and Mordecai</unittitle>
<unitdate calendar="gregorian" era="ce">1978-1987</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437395"/>
</c>
<c id="d3e926" level="file">
<did>
<container type="box">1</container>
<container type="folder">21</container>
<unittitle>Correspondence - Plaut, Erich</unittitle>
<unitdate calendar="gregorian" era="ce">1995-1999</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437396"/>
</c>
<c id="d3e937" level="file">
<did>
<container type="box">1</container>
<container type="folder">22</container>
<unittitle>Correspondence - Plaut, Esther ("Estie")</unittitle>
<unitdate calendar="gregorian" era="ce">1977-1982</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437397"/>
</c>
<c id="d3e948" level="file">
<did>
<container type="box">1</container>
<container type="folder">23</container>
<unittitle>Correspondence - Plaut, Gertie</unittitle>
<unitdate calendar="gregorian" era="ce">1993</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437398"/>
</c>
<c id="d3e959" level="file">
<did>
<container type="box">1</container>
<container type="folder">24</container>
<unittitle>Correspondence - Plaut, Guy and Gilles (France)</unittitle>
<unitdate calendar="gregorian" era="ce">1982-1996</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437399"/>
</c>
<c id="d3e970" level="file">
<did>
<container type="box">1</container>
<container type="folder">25</container>
<unittitle>Correspondence - Plaut, Max</unittitle>
<unitdate calendar="gregorian" era="ce">1974-1992</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437400"/>
</c>
<c id="d3e981" level="file">
<did>
<container type="box">1</container>
<container type="folder">26</container>
<unittitle>Correspondence - Plaut, Richard - Lipmann Plaut Branch</unittitle>
<unitdate calendar="gregorian" era="ce">1988</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437401"/>
</c>
<c id="d3e992" level="file">
<did>
<container type="box">1</container>
<container type="folder">27</container>
<unittitle>Correspondence - Strauss, Ilse</unittitle>
<unitdate calendar="gregorian" era="ce">1983-1984</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437402"/>
</c>
<c id="d3e1003" level="file">
<did>
<container type="box">1</container>
<container type="folder">28</container>
<unittitle>Correspondence and Research Material</unittitle>
<unitdate calendar="gregorian" era="ce">1980-1991</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437403"/>
<scopecontent>
<list>
<item>Adelman, Susan 1991</item>
<item>Plaut, Zita 1980</item>
</list>
</scopecontent>
</c>
<c id="d3e1021" level="file">
<did>
<container type="box">1</container>
<container type="folder">29</container>
<unittitle>Correspondence and Research Material - Plaut, Menko - Branch</unittitle>
<unitdate calendar="gregorian" era="ce">1973</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437404"/>
<scopecontent>
<list>
<item>Plaut, Nelly 1973</item>
<item>Plaut, Leon undated</item>
</list>
</scopecontent>
</c>
<c id="d3e1038" level="file">
<did>
<container type="box">1</container>
<container type="folder">30</container>
<unittitle>Family Trees - Blauth/ Plaut</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437405"/>
</c>
<c id="d3e1049" level="file">
<did>
<container type="box">1</container>
<container type="folder">31</container>
<unittitle>Family Trees - Correspondence - Ettinger, Joel</unittitle>
<unitdate calendar="gregorian" era="ce">1993</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437406"/>
</c>
<c id="d3e1060" level="file">
<did>
<container type="box">1</container>
<container type="folder">32</container>
<unittitle>Family Trees - Correspondence - Weinreb, Daniel</unittitle>
<unitdate calendar="gregorian" era="ce">1998</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437407"/>
</c>
<c id="d3e1071" level="file">
<did>
<container type="box">1</container>
<container type="folder">33</container>
<unittitle>Family Trees - Correspondence and Research Material - Plaut, Michael and Jeanette Mendel</unittitle>
<unitdate calendar="gregorian" era="ce">1930, 1973-1987</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437408"/>
</c>
<c id="d3e1082" level="file">
<did>
<container type="box">1</container>
<container type="folder">34</container>
<unittitle>Family Trees - Drafts</unittitle>
<unitdate calendar="gregorian" era="ce">1974-1988, 2005</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437409"/>
</c>
<c id="d3e1093" level="file">
<did>
<container type="box">1</container>
<container type="folder">35</container>
<unittitle>Family Trees - Early Data</unittitle>
<unitdate calendar="gregorian" era="ce">1972-1973, 2005</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437410"/>
</c>
<c id="d3e1104" level="file">
<did>
<container type="box">1</container>
<container type="folder">36</container>
<unittitle>Family Trees - Eschwege - Levi/ Abraham</unittitle>
<unitdate calendar="gregorian" era="ce">1982, 2005</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437411"/>
</c>
<c id="d3e1115" level="file">
<did>
<container type="box">1</container>
<container type="folder">37</container>
<unittitle>Family Trees - [Blaut?], Itzig Abraham (b. 1705)</unittitle>
<unitdate calendar="gregorian" era="ce">1990s?- 2005</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437412"/>
</c>
<c id="d3e1126" level="file">
<did>
<container type="box">1</container>
<container type="folder">38</container>
<unittitle>Family Trees - Blaut, Itzik (b. 1600s) Branch</unittitle>
<unitdate calendar="gregorian" era="ce">1974-1980s?</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437413"/>
</c>
<c id="d3e1137" level="file">
<did>
<container type="box">1</container>
<container type="folder">39</container>
<unittitle>Family Trees - Plaut, Abraham Menke Levi - Descendants</unittitle>
<unitdate calendar="gregorian" era="ce">1978-2001, 2006</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437414"/>
</c>
<c id="d3e1149" level="file">
<did>
<container type="box">1</container>
<container type="folder">40</container>
<unittitle>Family Trees - Plaut, Abraham Menke Levi - Descendants - Correspondence</unittitle>
<unitdate calendar="gregorian" era="ce">1989-1940</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437415"/>
</c>
<c id="d3e1160" level="file">
<did>
<container type="box">OS 128</container>
<container type="folder"/>
<unittitle>Family Trees - Plaut, Jacob</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=1407110"/>
</c>
<c id="d3e1170" level="file">
<did>
<container type="box">1</container>
<container type="folder">41</container>
<unittitle>Family Trees - Plaut, Menke (Menko) Leib - Descendants</unittitle>
<unitdate calendar="gregorian" era="ce">1978-1979, 2005-2006</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437416"/>
</c>
<c id="d3e1181" level="file">
<did>
<container type="box">1</container>
<container type="folder">42</container>
<unittitle>Family Trees - Working Charts</unittitle>
<unitdate calendar="gregorian" era="ce">1973-1976, 2005</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437417"/>
</c>
<c id="d3e1192" level="file">
<did>
<container type="box">1</container>
<container type="folder">43</container>
<unittitle>Family Trees with Research Material</unittitle>
<unitdate calendar="gregorian" era="ce">1973-1989</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437418"/>
</c>
<c id="d3e1203" level="file">
<did>
<container type="box">1</container>
<container type="folder">44</container>
<unittitle>Family Trees with Research Material - Moritz Plaut</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437419"/>
</c>
<c id="d3e1214" level="file">
<did>
<container type="box">1</container>
<container type="folder">45</container>
<unittitle>Loose Material - Family Trees and Research</unittitle>
<unitdate calendar="gregorian" era="ce">undated, 1987-1988</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437420"/>
</c>
<c id="d3e1225" level="file">
<did>
<container type="box">1</container>
<container type="folder">46</container>
<unittitle>Jacob Leib Plaut Branch</unittitle>
<unitdate calendar="gregorian" era="ce">1974</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437421"/>
</c>
<c id="d3e1236" level="file">
<did>
<container type="box">1</container>
<container type="folder">47</container>
<unittitle>Records - Notes and Correspondence</unittitle>
<unitdate calendar="gregorian" era="ce">undated, 1959, 1978</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437422"/>
</c>
<c id="d3e1247" level="file">
<did>
<container type="box">1</container>
<container type="folder">48</container>
<unittitle>Records - Notes and Correspondence - Gad Katz</unittitle>
<unitdate calendar="gregorian" era="ce">1977-1987</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437423"/>
</c>
</c>
<c id="d3e1258" level="otherlevel" otherlevel="section">
<did>
<unittitle id="secI-1-C">C) Frielendorf</unittitle>
</did>
<c id="d3e1262" level="file">
<did>
<container type="box">1</container>
<container type="folder">49</container>
<unittitle>Correspondence</unittitle>
<unitdate calendar="gregorian" era="ce">1973-1987</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437424"/>
</c>
<c id="d3e1273" level="file">
<did>
<container type="box">1</container>
<container type="folder">50</container>
<unittitle>Correspondence</unittitle>
<unitdate calendar="gregorian" era="ce">1974-1993</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437425"/>
</c>
<c id="d3e1284" level="file">
<did>
<container type="box">1</container>
<container type="folder">51</container>
<unittitle>Correspondence</unittitle>
<unitdate calendar="gregorian" era="ce">1980</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437426"/>
</c>
<c id="d3e1295" level="file">
<did>
<container type="box">1</container>
<container type="folder">52</container>
<unittitle>Correspondence</unittitle>
<unitdate calendar="gregorian" era="ce">1991-1996</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437427"/>
</c>
<c id="d3e1306" level="file">
<did>
<container type="box">1</container>
<container type="folder">53</container>
<unittitle>Correspondence - Alexander, Sue</unittitle>
<unitdate calendar="gregorian" era="ce">1973-1987</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437428"/>
</c>
<c id="d3e1317" level="file">
<did>
<container type="box">1</container>
<container type="folder">54</container>
<unittitle>Correspondence - Donner/ Gozonsky Family</unittitle>
<unitdate calendar="gregorian" era="ce">1985-1992</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437429"/>
</c>
<c id="d3e1328" level="file">
<did>
<container type="box">1</container>
<container type="folder">55</container>
<unittitle>Correspondence - Goldschmidt Family</unittitle>
<unitdate calendar="gregorian" era="ce">1973-1988</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437430"/>
</c>
<c id="d3e1339" level="file">
<did>
<container type="box">1</container>
<container type="folder">56</container>
<unittitle>Correspondence - Plaut, Harry J.D. - Branch</unittitle>
<unitdate calendar="gregorian" era="ce">1977-1981</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://digital.cjh.org/webclient/DeliveryManager?pid=437431"/>
</c>
<c id="d3e1350" level="file">
<did>