-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnynycjh_ernstkantorowicz.xml
1388 lines (1388 loc) · 103 KB
/
nynycjh_ernstkantorowicz.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" langencoding="iso639-2b" relatedencoding="MARC21" repositoryencoding="iso15511" scriptencoding="iso15924">
<eadid mainagencycode="US-nynycjh" url="file:/usr/local/projects/migration_scripts/nyead/ead/nynycjh/256596_ErnstKantorowicz.xml">nynycjh_ernstkantorowicz</eadid>
<filedesc>
<titlestmt>
<titleproper encodinganalog="245$a">Ernst Kantorowicz Collection,<date calendar="gregorian" era="ce" normal="1908/1982" type="inclusive">1908-1982</date>
<lb/> <lb/>AR 7216 / MF 561</titleproper>
<author encodinganalog="245$c">Processed by LBI Staff</author>
</titlestmt>
<publicationstmt>
<date calendar="gregorian" encodinganalog="260$c" era="ce" normal="2009" type="publication">© 2009</date>
<publisher encodinganalog="260$b">Leo Baeck Institute</publisher>
<address>
<addressline>Leo Baeck Institute</addressline>
<addressline>Center for Jewish History</addressline>
<addressline>15 West 16th Street</addressline>
<addressline>New York, NY 10011</addressline>
<addressline>
<lb/>Phone: (212) 744-6400</addressline>
<addressline>Fax: (212) 988-1305</addressline>
<addressline>
<lb/>Email:<emph>
<extref xlink:type="simple" xlink:href="mailto:[email protected]">[email protected]</extref>
</emph>
</addressline>
<addressline>URL:<emph>
<extref xlink:type="simple" xlink:href="http://www.lbi.org/">http://www.lbi.org</extref>
</emph>
</addressline>
</address>
</publicationstmt>
</filedesc>
<profiledesc>
<creation encodinganalog="500$a">Finding aid was encoded in EAD 2002 by Chris Bentley on<date calendar="gregorian" era="ce" normal="2009-07-23">July 23, 2009</date>.</creation>
<langusage>Description is in<language encodinganalog="546$a" langcode="eng" scriptcode="Latn">English</language>.</langusage>
</profiledesc>
<revisiondesc>
<change encodinganalog="583$a">
<date era="ce" calendar="gregorian">September 2010:</date>
<item>Links to digital objects added in Container List.</item>
</change>
<change>
<date calendar="gregorian" era="ce">2010-09-15 </date>
<item>encoding of linking to digital objects from finding aid was changed from <extref> to <dao> through dao_conv.xsl</item>
</change>
</revisiondesc>
</eadheader>
<archdesc level="collection" type="inventory">
<did id="a1">
<head>Descriptive Summary</head>
<origination audience="external" label="Creator">
<persname authfilenumber="n 83031777" encodinganalog="100$a" source="lcnaf">Kantorowicz, Ernst Hartwig, 1895-1963</persname>
</origination>
<unittitle audience="external" encodinganalog="245$a" label="Title">Ernst Kantorowicz Collection</unittitle>
<unitdate audience="external" calendar="gregorian" encodinganalog="245$f" era="ce" label="Dates" normal="1908/1982" type="inclusive">1908-1982</unitdate>
<abstract audience="external" encodinganalog="520$a" label="Abstract">Correspondence on various topics, including emigration to the United States and Cuba; relocation in academic jobs; denazification and conditions in Germany after the war; and Kantorowicz's scholarship. In addition to family members, correspondents include Ernst Curtius, Ludwig Edelstein, Bernhard Flexner, Felix Frankfurter, Sidney Hook, Robert Maynard Hutchins, Ernst Kitzinger, Theodor Ernst Mommsen, John Ulric Nef, Kurt Riezler, Hans Rothfels, Fritz Saxl, Percy Ernst Schramm, Edward Sproul, Gerd Tellenbach, Paul Tillich, Edward Tolman, Helen Waddell, Earl Warren, and Stanley Weigert.<lb/>
<lb/>Unpublished manuscripts, and offprints of articles and reviews by Kantorowicz, largely on medieval cultural history; a brief biography of him by Ralph Giesey.<lb/>
<lb/>Manuscripts, correspondence, legal briefs, clippings, and other material on the loyalty-oath controversy; material on Kantorowicz's tenure at the University of Frankfurt, and on his dismissal.<lb/>
<lb/>Manuscripts, correspondence, and other papers of family members; an art history essay by Gertrude Kantorowicz and a pamphlet of poetry from Theresienstadt; genealogies; and a manuscript on Simon Kaliphari of Posen; manuscript by Kaete Ledermann, A Memorial of Angi ("Esther") Kantorowicz, c. 1904-1944, 1954, including transcript compiled by Guenther Roth.<lb/>
<lb/>Photos of Kantorowicz and of family members.<lb/>
<lb/>Papers of Richard Kandt (1867-1918), an African explorer and, from 1908-1914, administrator of Ruanda: poems, letters, maps, and obituaries.<lb/>
<lb/>Addenda: Original lectures by Kantorowicz. Photocopies for reader service.<lb/>
<lb/>The following individuals and families are mentioned in this collection: Curtius, Ernst R.; Edelstein, Ludwig; Flexner, Bernhard; Frankfurter, Felix; Giesey, Ralph; Hook, Sidney; Hutchins, Robert Maynard; Kaliphari family; Kaliphari, Simon; Kandt, Richard; Kandt, Richard; Kantorowicz, Angela (Angi, Esther); Kantorowicz, Gertrude; Kitzinger, Ernst; Ledermann, Kaete; Lieeschuetz, Hans; Mommsen, Theodor; Nef, John Ulric; Riezler, Kurt; Rothfels, Hans; Saxl, Fritz; Schramm, Percy Ernst; Sproul, Edward; Tellenbach, Gerd; Tillich, Paul; Tolman, Edward; Waddell, Helen; Warren, Earl; Weigert, Stanley.</abstract>
<langmaterial audience="external" encodinganalog="546$a" label="Languages">The collection is in<language langcode="ger">German</language>and<language langcode="eng">English</language>.</langmaterial>
<physdesc audience="external" encodinganalog="300$a" label="Quantity">
<extent unit="linear feet">5.5</extent>linear feet;<extent unit="linear feet">3.25</extent>linear feet (photocopies of lectures)</physdesc>
<unitid audience="external" countrycode="US" encodinganalog="094a" label="Identification" repositorycode="US-nynycjh">AR 7216 / MF 561</unitid>
<repository audience="external" encodinganalog="852$a" label="Repository">
<corpname>Leo Baeck Institute</corpname>
</repository>
</did>
<bioghist altrender="biography" encodinganalog="545$a" id="a2">
<head>Biographical Note</head>
<p>Born in Posen (now Poznan, Poland) on May 5, 1895, Kantorowicz was a historian, who specialized in the Middle Ages. After serving in World War I, he fought with the Freikorps against the Poles in Posen, and against the Spartacist uprising in 1919. He received his doctorate at Heidelberg in 1921, and began teaching at Frankfurt am Main in 1930, receiving a chair in 1932. He was a member of the Stefan George Kreis, and is best known for his biography of Emperor Frederick II. He took a leave of absence to protest the antisemitic regulations instituted after the Nazis came to power, and was dismissed in 1934. He emigrated to Great Britain in 1938 and to the United States in 1939, where he taught at the University of California, Berkeley. He left as a result of the loyalty-oath controversy in 1951, and then served as professor at the Institute for Advanced Studies in Princeton until his death on September 9, 1963.</p>
</bioghist>
<scopecontent encodinganalog="520$a" id="a3">
<head>Scope and Contents</head>
<p>Correspondence on various topics, including emigration to the United States and Cuba; relocation in academic jobs; denazification and conditions in Germany after the war; and Kantorowicz's scholarship. In addition to family members, correspondents include Ernst Curtius, Ludwig Edelstein, Bernhard Flexner, Felix Frankfurter, Sidney Hook, Robert Maynard Hutchins, Ernst Kitzinger, Theodor Ernst Mommsen, John Ulric Nef, Kurt Riezler, Hans Rothfels, Fritz Saxl, Percy Ernst Schramm, Edward Sproul, Gerd Tellenbach, Paul Tillich, Edward Tolman, Helen Waddell, Earl Warren, and Stanley Weigert.<lb/>
<lb/>Unpublished manuscripts, and offprints of articles and reviews by Kantorowicz, largely on medieval cultural history; a brief biography of him by Ralph Giesey.<lb/>
<lb/>Manuscripts, correspondence, legal briefs, clippings, and other material on the loyalty-oath controversy; material on Kantorowicz's tenure at the University of Frankfurt, and on his dismissal.<lb/>
<lb/>Manuscripts, correspondence, and other papers of family members; an art history essay by Gertrude Kantorowicz and a pamphlet of poetry from Theresienstadt; genealogies; and a manuscript on Simon Kaliphari of Posen; manuscript by Kaete Ledermann, A Memorial of Angi ("Esther") Kantorowicz, c. 1904-1944, 1954, including transcript compiled by Guenther Roth.<lb/>
<lb/>Photos of Kantorowicz and of family members.<lb/>
<lb/>Papers of Richard Kandt (1867-1918), an African explorer and, from 1908-1914, administrator of Ruanda: poems, letters, maps, and obituaries.<lb/>
<lb/>Addenda: Original lectures by Kantorowicz. Photocopies for reader service.<lb/>
<lb/>The following individuals and families are mentioned in this collection: Curtius, Ernst R.; Edelstein, Ludwig; Flexner, Bernhard; Frankfurter, Felix; Giesey, Ralph; Hook, Sidney; Hutchins, Robert Maynard; Kaliphari family; Kaliphari, Simon; Kandt, Richard; Kandt, Richard; Kantorowicz, Angela (Angi, Esther); Kantorowicz, Gertrude; Kitzinger, Ernst; Ledermann, Kaete; Lieeschuetz, Hans; Mommsen, Theodor; Nef, John Ulric; Riezler, Kurt; Rothfels, Hans; Saxl, Fritz; Schramm, Percy Ernst; Sproul, Edward; Tellenbach, Gerd; Tillich, Paul; Tolman, Edward; Waddell, Helen; Warren, Earl; Weigert, Stanley.</p>
</scopecontent>
<arrangement encodinganalog="351$b" id="a5">
<head>Arrangement</head>
<p>This collection is arranged in 6 boxes.</p>
<list>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serI" xlink:href="">Box I, undated, 1921-1964</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serII" xlink:href="">Box II, undated, 1949-1964</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serIII" xlink:href="">Box III, undated, 1918-1991</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serIV" xlink:href="">Box IV, 1939-1949</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serV" xlink:href="">Box V, undated, 1942-1949</ref>
</item>
<item>
<ref xlink:type="simple" xlink:actuate="onRequest" xlink:show="new" target="serVI" xlink:href="">Box VI, 1940-1954</ref>
</item>
</list>
</arrangement>
<controlaccess id="a12">
<famname authfilenumber="n 83031777" encodinganalog="600$a" role="subject" rules="aacr2" source="lcnaf">Kantorowicz, Ernst Hartwig, 1895-1963</famname>
<corpname authfilenumber="no 96065698" encodinganalog="610$a" role="subject" rules="aacr2" source="lcnaf">Theresienstadt (Concentration camp)</corpname>
<subject authfilenumber="sh 85005764" encodinganalog="650$a" rules="aacr2" source="lcsh">Antisemitism</subject>
<subject authfilenumber="sh 85028388" encodinganalog="650$a" rules="aacr2" source="lcsh">College teachers -- United States</subject>
<subject encodinganalog="650$a" rules="aacr2" source="lcsh">Colonial administrators -- Rwanda</subject>
<subject authfilenumber="sh2008105653" encodinganalog="650$a" rules="aacr2" source="lcsh">Historians -- Germany</subject>
<subject encodinganalog="650$a" rules="aacr2" source="lcsh">Jews -- Persecutions -- Germany -- 1933-1945</subject>
<subject encodinganalog="650$a" rules="aacr2" source="lcsh">Loyalty oaths -- California</subject>
<subject authfilenumber="sh 85005616" encodinganalog="650$a" rules="aacr2" source="lcsh">Political refugees -- Education, Higher</subject>
<occupation encodinganalog="656$a" rules="aacr2" source="local">Teachers</occupation>
<geogname authfilenumber="sh 85054599" encodinganalog="651$a" role="subject" rules="aacr2" source="lcsh">Germany -- History - 1945-1955</geogname>
<geogname authfilenumber="sh 85054634" encodinganalog="651$a" role="subject" rules="aacr2" source="lcsh">Germany -- Politics and government -- 1871-1918</geogname>
<geogname encodinganalog="651$a" role="subject" rules="aacr2" source="local">United States -- Emigration and immigration -- 1933-1945</geogname>
<genreform encodinganalog="655$a" rules="aacr2" source="local">Photographs</genreform>
<genreform encodinganalog="655$a" rules="aacr2" source="local">Archival Materials</genreform>
<genreform encodinganalog="655$a" rules="aacr2" source="local">Manuscripts</genreform>
</controlaccess>
<descgrp>
<altformavail encodinganalog="530$a" id="a17">
<head>Microfilm</head>
<p>Collection is available on 9 reels of microfilm (MF 561).</p>
<list>
<item>Reel 1: I/1/1 - I/2/5</item>
<item>Reel 2: I/2/6 - I/3/32</item>
<item>Reel 3: II/4/1 - II/5/1</item>
<item>Reel 4: II/5/2 - II/6/4</item>
<item>Reel 5: III/6/5 - III/8/2</item>
<item>Reel 6: III/8/3 - IV/9/4</item>
<item>Reel 7: IV/9/5 - IV/9/8</item>
<item>Reel 8: IV/9/9 - V/9/12</item>
<item>Reel 9: V/9/13 - VI/9/17</item>
</list>
</altformavail>
<separatedmaterial encodinganalog="544$n" id="a7">
<head>Separated Material</head>
<p>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>
<p>Collection is microfilmed; use MF 561.</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=000202189">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>
<p>Copyright is with Ariane Phillips.</p>
<p>Lectures are not to be published, but can be quoted.</p>
</userestrict>
<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); Ernst Kantorowicz Collection; AR 7216 / MF 561; box number; folder number; Leo Baeck Institute.</p>
</prefercite>
</descgrp>
<dsc id="a23" type="combined">
<head>Container List</head>
<c id="d10e316" level="series">
<did>
<unittitle id="serI">Box I</unittitle>
<unitdate calendar="gregorian" era="ce" normal="1921/1964" type="inclusive">undated, 1921-1964</unitdate>
<physdesc>
<extent>66</extent>folders</physdesc>
</did>
<c id="d10e326" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/1</container>
<unittitle>Essay on Ernst Kantorowicz by R. Giesey</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n29/mode/1up"/>
</c>
<c id="d10e337" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/2</container>
<unittitle>Curriculum Vitae</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n64/mode/1up"/>
</c>
<c id="d10e348" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/3</container>
<unittitle>Italian Drivers License</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n76/mode/1up"/>
</c>
<c id="d10e359" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/4</container>
<unittitle>'Mein Lebensbild' by Salomon Kaliphari</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n79/mode/1up"/>
</c>
<c id="d10e370" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/5</container>
<unittitle>University of Frankfurt/ Main - 'Einschreibeliste'</unittitle>
<unitdate calendar="gregorian" era="ce">1933-1934</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n126/mode/1up"/>
</c>
<c id="d10e381" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/6</container>
<unittitle>Ernst Kantorowicz Library in Germany</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n134/mode/1up"/>
</c>
<c id="d10e392" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/7</container>
<unittitle>England - includes letters ref. to emigration from Germany</unittitle>
<unitdate calendar="gregorian" era="ce">1938</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n176/mode/1up"/>
</c>
<c id="d10e403" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/8</container>
<unittitle>Bibliography of publications</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n184/mode/1up"/>
</c>
<c id="d10e414" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/9</container>
<unittitle>Lecture Themes</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n199/mode/1up"/>
</c>
<c id="d10e425" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/10</container>
<unittitle>Lists of E.K. acquaintances and Address book</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n218/mode/1up"/>
</c>
<c id="d10e437" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/11</container>
<unittitle>Last will of E.K.</unittitle>
<unitdate calendar="gregorian" era="ce">1962</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n271/mode/1up"/>
</c>
<c id="d10e448" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/12</container>
<unittitle>Photos - removed to photofile</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n280/mode/1up"/>
</c>
<c id="d10e459" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/13</container>
<unittitle>Tapes on Kantorowicz</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n300/mode/1up"/>
</c>
<c id="d10e470" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/14</container>
<unittitle>Statements, Correspondence, News clippings ref. to Oath Controversy</unittitle>
<unitdate calendar="gregorian" era="ce">1949-1951</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n306/mode/1up"/>
</c>
<c id="d10e481" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/15</container>
<unittitle>University of CA (Berkeley) transcript for tenure, 18 pp.</unittitle>
<unitdate calendar="gregorian" era="ce">January 10, 1952</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n451/mode/1up"/>
</c>
<c id="d10e492" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/16</container>
<unittitle>Pamphlets describing oath and controversy</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n472/mode/1up"/>
</c>
<c id="d10e503" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/17</container>
<unittitle>Pamphlet 'The Fundamental Issue' by E.K.; documents and notes by E.K.</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n592/mode/1up"/>
</c>
<c id="d10e514" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/18</container>
<unittitle>Pamphlet on court case involving signing of loyalty oath</unittitle>
<unitdate calendar="gregorian" era="ce">1951-1952</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n626/mode/1up"/>
</c>
<c id="d10e525" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/19</container>
<unittitle>Pamphlet on security vs. freedom</unittitle>
<unitdate calendar="gregorian" era="ce">1950</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n763/mode/1up"/>
</c>
<c id="d10e536" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/20</container>
<unittitle>Miscellaneous Material - offprints</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n766/mode/1up"/>
</c>
<c id="d10e547" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/1/21</container>
<unittitle>A memorial of Angi Kantorowicz</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n775/mode/1up"/>
</c>
<c id="d10e559" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/2/1</container>
<unittitle>Manuscript "Synthronos" - English, 33 pp.</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n793/mode/1up"/>
</c>
<c id="d10e570" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/2/2</container>
<unittitle>Charles the Bald & the Natales Caesarum" - English, 34 pp.</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n860/mode/1up"/>
</c>
<c id="d10e581" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/2/3</container>
<unittitle>"Roma and the Coal" - 2 versions English</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n902/mode/1up"/>
</c>
<c id="d10e592" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/2/4</container>
<unittitle>"Coronation Scenarios - Eastern and Western - Epiphany & coronation" - English, 60 pp.</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n991/mode/1up"/>
</c>
<c id="d10e603" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/2/5</container>
<unittitle>Roman coins and Christian Rites" - 2 copies, English - 24 pp. and 34 pp.</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel01#page/n1057/mode/1up"/>
</c>
<c id="d10e614" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/2/6</container>
<unittitle>"Grenzen, Moeglichkeiten und Aufgaben der Darstellung mittelalterlicher Geschichte" - German, 33 pp. and related offprints</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n0/mode/1up"/>
</c>
<c id="d10e625" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/2/7</container>
<unittitle>"Das geheime Deutschland" - German, 22 pp.</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n49/mode/1up"/>
</c>
<c id="d10e636" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/2/8</container>
<unittitle>"Wandel des Zeitgefuehls" - 2 versions German, 35 pp.</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n73/mode/1up"/>
</c>
<c id="d10e647" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/2/9</container>
<unittitle>"Was ist Adel ?" - German, 29 pp.</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n146/mode/1up"/>
</c>
<c id="d10e658" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/2/10</container>
<unittitle>"Zum Ottonenbild im Aachener Evangeliar" - German, 21 pp. and 1 photo</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n180/mode/1up"/>
</c>
<c id="d10e669" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/2/11</container>
<unittitle>"The Idea of Permanency in the thirteenth Century" - English, 2 versions, 26 and 35 pp.</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n206/mode/1up"/>
</c>
<c id="d10e681" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/2/12</container>
<unittitle>"Humanities and History" - English, 5 pp.</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n270/mode/1up"/>
</c>
<c id="d10e692" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/2/13</container>
<unittitle>"The Dukes of Burgundy & the Italian Renaissance" - English, 27 pp.</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n285/mode/1up"/>
</c>
<c id="d10e703" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/1</container>
<unittitle>Review of Antonio de Stefano "L'idea imperiale di Federico II" (1927), in Historische Zeitschrift CXL (1929), 449-550</unittitle>
<unitdate calendar="gregorian" era="ce">1929</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n316/mode/1up"/>
</c>
<c id="d10e714" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/2</container>
<unittitle>Review of Eleanor Shipley Duckett "Anglo-Saxon Saints and Scholars" (1947), in Classical Philology, XLIII (1948), 265-266</unittitle>
<unitdate calendar="gregorian" era="ce">1948</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n322/mode/1up"/>
</c>
<c id="d10e725" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/3</container>
<unittitle>Review of Reto R. Bezzola "Les origines et la formation de la litterature courtoise en occident: 500-1200" (1944), in Comparative Literature (1949), 84-87</unittitle>
<unitdate calendar="gregorian" era="ce">1949</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n329/mode/1up"/>
</c>
<c id="d10e736" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/3a</container>
<unittitle>Review of Leonardo Olschki "The Myth of Felt" (1949), in Romance Philology (1951), 281-284</unittitle>
<unitdate calendar="gregorian" era="ce">1951</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n336/mode/1up"/>
</c>
<c id="d10e747" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/4</container>
<unittitle>Review of Eudes de Deuil "La Croisade de Louis VII." ed. Henry Waquet (1949), in Romance Philology (1952), 321-322</unittitle>
<unitdate calendar="gregorian" era="ce">1952</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n341/mode/1up"/>
</c>
<c id="d10e758" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/5</container>
<unittitle>Review of "Martini episcopi Bracarensis opera omnia" ed. Claude W. Barlow (Papers & Monographs of the American Academy in Rome, XII, 1950), in American Journal of Archeology (1952), 229-230</unittitle>
<unitdate calendar="gregorian" era="ce">1952</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n344/mode/1up"/>
</c>
<c id="d10e769" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/6</container>
<unittitle>Review of Johan Huizinga "Geschichte und Kultur - Gesammelte Aufsaetze" ed. Kurt Koester (1954), in American Historical Review (1955), 853-855</unittitle>
<unitdate calendar="gregorian" era="ce">1955</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n347/mode/1up"/>
</c>
<c id="d10e780" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/7</container>
<unittitle>Review of Charles Till Davis "Dante and the Idea of Rome" (1957), in Speculum (1959), 103-109</unittitle>
<unitdate calendar="gregorian" era="ce">1959</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n351/mode/1up"/>
</c>
<c id="d10e791" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/8</container>
<unittitle>Review of Walter Ullmann "Principles of Government an Politics in the Middle Ages" (1961), in Speculum (1964), 344-351</unittitle>
<unitdate calendar="gregorian" era="ce">1964</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n357/mode/1up"/>
</c>
<c id="d10e803" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/9</container>
<unittitle>Dissertation "Das Wesen der muslimischen Handwerkerverbaende", Heidelberg, 104 pp.</unittitle>
<unitdate calendar="gregorian" era="ce">1921</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n366/mode/1up"/>
</c>
<c id="d10e814" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/10</container>
<unittitle>Clippings and notes for "Kaiser Friedrich der Zweite"</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n472/mode/1up"/>
</c>
<c id="d10e825" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/11</container>
<unittitle>Offprints and clippings "Mythenschau", in Historische Zeitschrift CXLI 1930, 457-471</unittitle>
<unitdate calendar="gregorian" era="ce">1930</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n503/mode/1up"/>
</c>
<c id="d10e836" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/12</container>
<unittitle>"Deutsches Papsttum", in 'Vom Schicksal des deutsches Geistes'</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n542/mode/1up"/>
</c>
<c id="d10e847" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/13</container>
<unittitle>"Petrus de Vinea in England", in Mitteilungen des Oesterreichischen Instituts fuer Geschichtsforschung, LI (1937), 43-88</unittitle>
<unitdate calendar="gregorian" era="ce">1937</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n564/mode/1up"/>
</c>
<c id="d10e858" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/14</container>
<unittitle>Offprint and clippings "Die Wiederkehr gelehrter Anachorese im Mittelalter", 13 pp.</unittitle>
<unitdate calendar="gregorian" era="ce">1937</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n589/mode/1up"/>
</c>
<c id="d10e869" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/15</container>
<unittitle>"The Este Portrait by Roger van der Weyden", in Journal of the Warburg and Courtald Institutes III (1939-1940) 165-180</unittitle>
<unitdate calendar="gregorian" era="ce">1939-1940</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n676/mode/1up"/>
</c>
<c id="d10e880" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/16</container>
<unittitle>"A Norman Finale of the Exultet and the Rite of Sarum", in Harvard Theological Review, XXXIV (1941), 129-143</unittitle>
<unitdate calendar="gregorian" era="ce">1941</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n703/mode/1up"/>
</c>
<c id="d10e891" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/17</container>
<unittitle>"Plato in the Middle Ages", in The Philosophical Review LI (1942), 313-323 and reviews of other works on Plato</unittitle>
<unitdate calendar="gregorian" era="ce">1942</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n715/mode/1up"/>
</c>
<c id="d10e902" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/18</container>
<unittitle>"Ivories and Litanies", Journal of the Warburg and Courtland Institutes, V (1942), 56-81</unittitle>
<unitdate calendar="gregorian" era="ce">1942</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n724/mode/1up"/>
</c>
<c id="d10e913" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/19</container>
<unittitle>"Anonymi 'Aurea Gemma'", in Medievalia et Humanistica, I (1943), 41-57</unittitle>
<unitdate calendar="gregorian" era="ce">1943</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n743/mode/1up"/>
</c>
<c id="d10e925" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/20</container>
<unittitle>"An 'Autobiography' of Guido Faba" in Medieval and Renaissance Studies, I (1943), 253-280</unittitle>
<unitdate calendar="gregorian" era="ce">1943</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n756/mode/1up"/>
</c>
<c id="d10e936" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/21</container>
<unittitle>"A Diplomatic Mission of Francis Accursius and his oration before Pope Nicholas III", in English Historical Review</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n776/mode/1up"/>
</c>
<c id="d10e947" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/22</container>
<unittitle>"The problem of Medieval World Unity", in American Historical Association, Annual Report for 1942, III (1944), 31-37 - E.K.'s copy annotated</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n795/mode/1up"/>
</c>
<c id="d10e958" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/23</container>
<unittitle>"The King's Advent and the Enigmatic Panels in the Doors of Santa Sabina" in Art Bulletin XXVI (1944), 207-231</unittitle>
<unitdate calendar="gregorian" era="ce">1944</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n812/mode/1up"/>
</c>
<c id="d10e969" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/24</container>
<unittitle>"Laudes Regiae: A study in Liturgical Acclamations and Medieval Ruler Worship", in University of California Publications in History, XXXIII, Berkeley and L.A.: University of California Press, 1946, 292 pp. (1st of 3 Folders)</unittitle>
<unitdate calendar="gregorian" era="ce">1946</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n879/mode/1up"/>
</c>
<c id="d10e980" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/25</container>
<unittitle>"Laudes Regiae" (2nd of 3 Folders)</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n961/mode/1up"/>
</c>
<c id="d10e991" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/26</container>
<unittitle>"Laudes Regiae" (3rd of 3 Folders)</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n1047/mode/1up"/>
</c>
<c id="d10e1002" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/27</container>
<unittitle>"Notes on the Christus vincit Legend on Coins. Berkeley an L.A.: University of California Press, 1946. Reprint of Chapter 1 (pp.1-12) and Appendix (pp. 222-230)</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n1090/mode/1up"/>
</c>
<c id="d10e1013" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/28</container>
<unittitle>"How the pre-Hitler German Universities were run", in 'Adresses on the Problem of Administrative Overhead' (Western College Association)</unittitle>
<unitdate calendar="gregorian" era="ce">1945</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n1104/mode/1up"/>
</c>
<c id="d10e1024" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/29</container>
<unittitle>"The Quinity of Winchester" in Art Bulletin XXIV (1947), 73-85</unittitle>
<unitdate calendar="gregorian" era="ce">1947</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n1110/mode/1up"/>
</c>
<c id="d10e1035" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/30</container>
<unittitle>"Christus-Fiscus", in Synopsis: Festgabe fuer Alfred Weber (Heidelberg 1948), 223-235</unittitle>
<unitdate calendar="gregorian" era="ce">1948</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n1160/mode/1up"/>
</c>
<c id="d10e1047" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/31</container>
<unittitle>Introduction to Luis Weckmann - Las Bulas Alejandrinas de 1493 y la Teoria Politica del Papado Medieval (Mexico City 1949), 7-11</unittitle>
<unitdate calendar="gregorian" era="ce">1949</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n1176/mode/1up"/>
</c>
<c id="d10e1058" level="file">
<did>
<container type="box">I</container>
<container type="folder">I/3/32</container>
<unittitle>The Fundamental Issue - Documents and Marginal Notes on the University of California Loyalty Oath, 40 pp.</unittitle>
<unitdate calendar="gregorian" era="ce">1950</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel02#page/n1184/mode/1up"/>
</c>
</c>
<c id="d10e1069" level="series">
<did>
<unittitle id="serII">Box II</unittitle>
<unitdate calendar="gregorian" era="ce" normal="1949/1964" type="inclusive">undated, 1949-1964</unitdate>
<physdesc>
<extent>33</extent>folders</physdesc>
</did>
<c id="d10e1079" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/1</container>
<unittitle>"Pro patria mori in Medieval Thought", in American Historical Review, LVI (1951), 472-492</unittitle>
<unitdate calendar="gregorian" era="ce">1951</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n0/mode/1up"/>
</c>
<c id="d10e1090" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/2</container>
<unittitle>"Dante's 'Two Suns'", in Semitic and Oriental Studies (1951), 472-492</unittitle>
<unitdate calendar="gregorian" era="ce">1951</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n21/mode/1up"/>
</c>
<c id="d10e1101" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/3</container>
<unittitle>"Der Gastfreund", in Albrecht Bernstorff zum Gedaechtnis, photocopy</unittitle>
<unitdate calendar="gregorian" era="ce">undated</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n55/mode/1up"/>
</c>
<c id="d10e1112" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/4</container>
<unittitle>"Kaiser Friedrich II und das Koenigsbild des Hellenismus", in Varia Variorum: Festgabe fuer Karl Rheinhardt (Muenster-Koeln 1952), 163-193</unittitle>
<unitdate calendar="gregorian" era="ce">1952</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n61/mode/1up"/>
</c>
<c id="d10e1123" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/5</container>
<unittitle>"Deus per naturam, deus per gratiam: A Note on Medieval Political Theology", in Harvard Theological Review, XLV (1952), 253-277</unittitle>
<unitdate calendar="gregorian" era="ce">1952</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n90/mode/1up"/>
</c>
<c id="d10e1134" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/6</container>
<unittitle>Greek article in American Journal of Archeology, LVII (1953), 65-70</unittitle>
<unitdate calendar="gregorian" era="ce">1953</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n124/mode/1up"/>
</c>
<c id="d10e1145" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/7</container>
<unittitle>"Inalienability: A Note on Canonical Practice and the English Coronation Oath in the Thirteenth Century" in Speculum, XXIX (1954), 488-502</unittitle>
<unitdate calendar="gregorian" era="ce">1954</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n138/mode/1up"/>
</c>
<c id="d10e1156" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/8</container>
<unittitle>"Mysteries of State: An Absolutist Concept and its Late Medieval Origins", in Harvard Theological Review, XLVIII (1955), 65-91 and Spanish Translation</unittitle>
<unitdate calendar="gregorian" era="ce">1955</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n155/mode/1up"/>
</c>
<c id="d10e1167" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/9</container>
<unittitle>"Invocatio Nominis Imperatoris: On vv. 21-25 of Cielo d'Alcamo's Contrasto", in Bolletino del Centro di Studi filologici e linguistici Siciliani, III (1955), 35-50</unittitle>
<unitdate calendar="gregorian" era="ce">1955</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n268/mode/1up"/>
</c>
<c id="d10e1178" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/10</container>
<unittitle>"Late Classical and Medieval Studies in Honor of Albert Mathias Friend Jr.", ed. Kurt Weitzmann et al. Princeton: Princeton University Press, 1955 and "The Carolingian King in the Bible of San Paola fuori le mura", in Late Classical and Mediaeval Studies, 287-300</unittitle>
<unitdate calendar="gregorian" era="ce">undated, 1955</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n296/mode/1up"/>
</c>
<c id="d10e1190" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/11</container>
<unittitle>"The Babtism of the Apostles", in Dumbarton Oaks Papers, IX-X (1956), 204-251</unittitle>
<unitdate calendar="gregorian" era="ce">1956</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n319/mode/1up"/>
</c>
<c id="d10e1201" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/12</container>
<unittitle>"Feudalism in the Byzantine Empire", in Feudalism in History (1956), 151-166</unittitle>
<unitdate calendar="gregorian" era="ce">1956</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n385/mode/1up"/>
</c>
<c id="d10e1212" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/13</container>
<unittitle>"Zu den Rechtsgrundlagen der Kaisersage", in Deutsches Archiv, XIII (1957), 115-150</unittitle>
<unitdate calendar="gregorian" era="ce">1957</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n406/mode/1up"/>
</c>
<c id="d10e1223" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/14</container>
<unittitle>"The Prologue to Fleta and the School of Petrus de Vinea", in Speculum XXXII (1957), 231-249</unittitle>
<unitdate calendar="gregorian" era="ce">1957</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n503/mode/1up"/>
</c>
<c id="d10e1234" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/15</container>
<unittitle>"The Transformations of Apolline Ethics", in Charites: Studien zur Altertumswissenschaft (Festschrift Ernst Langlotz), Bonn 1957, 265-274</unittitle>
<unitdate calendar="gregorian" era="ce">1957</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n541/mode/1up"/>
</c>
<c id="d10e1245" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/16</container>
<unittitle>Reviews of "The King's Two Bodies: A Study in Medieval Political Theology". Princeton University Press, 1957. 568 pp.</unittitle>
<unitdate calendar="gregorian" era="ce">1957</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n566/mode/1up"/>
</c>
<c id="d10e1256" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/17</container>
<unittitle>"The Archer in the Ruthwell Cross", in Art Bulletin, XLII (1960), 57-59</unittitle>
<unitdate calendar="gregorian" era="ce">1960</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n744/mode/1up"/>
</c>
<c id="d10e1267" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/18</container>
<unittitle>"On the Golden Marriage Belt and the Marriage Rings of the Dumbarton Oaks Collection", in Dumbarton Oaks Papers, XIV (1960), 2-16</unittitle>
<unitdate calendar="gregorian" era="ce">1960</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n761/mode/1up"/>
</c>
<c id="d10e1278" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/19</container>
<unittitle>"Kingship under the Impact of Scientific Jurisprudence", in Twelfth-Century Europe and the Foundations of Modern Society (1961), 89-111</unittitle>
<unitdate calendar="gregorian" era="ce">1961</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n784/mode/1up"/>
</c>
<c id="d10e1289" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/20</container>
<unittitle>"The Sovereignty of the Artist: A Note on Legal Maxims and Renaissance Theories of Art", in De Artibus Opuscula XL: Essays in Honor of Erwin Panofsky (New York 1961), 267-279</unittitle>
<unitdate calendar="gregorian" era="ce">1961</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n811/mode/1up"/>
</c>
<c id="d10e1300" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/21</container>
<unittitle>"Gods in Uniform", in Proceedings of the American Philosophical Society CV (1961), 368-393</unittitle>
<unitdate calendar="gregorian" era="ce">1961</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n840/mode/1up"/>
</c>
<c id="d10e1312" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/22</container>
<unittitle>"Puer exoriens: On the Hypapante in the Mosaics of S. Maria Maggiore", in Perennitas (1963), 118-135</unittitle>
<unitdate calendar="gregorian" era="ce">1963</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n900/mode/1up"/>
</c>
<c id="d10e1323" level="file">
<did>
<container type="box">II</container>
<container type="folder">II/4/23</container>
<unittitle>"Oriens Augusti - Lever du Roi", in Dumbarton Oaks Papers, XVII (1963), 119-177</unittitle>
<unitdate calendar="gregorian" era="ce">1963</unitdate>
</did>
<dao xlink:type="simple" xlink:actuate="onRequest" altrender="lbi" xlink:show="new" xlink:href="http://www.archive.org/stream/ernstkantorowicz00reel03#page/n925/mode/1up"/>
</c>
<c id="d10e1334" level="file">
<did>