forked from SigiDoc/authority
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliography.xml
4137 lines (3862 loc) · 235 KB
/
bibliography.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" encoding="UTF-8"?>
<!-- LAST MODIFIED: 2022-10-25 -->
<!-- This bibliography is structured as follows:-->
<!-- COLLECTIONS -->
<!-- BOOKS AND ARTICLES by author's name -->
<!-- SOURCES (not sigillographic) -->
<!-- THESAURI, DICTIONARIES, ENCYCLOPEDIAS, ETC. -->
<!-- ONLINE RESOURCES -->
<!-- AUCTIONS' CATALOGUES AND ONLINE CATALOGUES -->
<!-- REVIEWS -->
<!-- <name> instead of <forename><surname> for ancient authors known by a single name -->
<!-- ref. organised under the name of the first author only -->
<TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
<title>SigiDoc's Bibliography</title>
</titleStmt>
<publicationStmt>
<p>unpublished</p>
</publicationStmt>
<sourceDesc>
<p>Partially generated from Zotero database</p>
</sourceDesc>
</fileDesc>
</teiHeader>
<text>
<body>
<listBibl>
<!-- COLLECTIONS -->
<!-- Athens, Numismatic Museum -->
<bibl type="book" xml:id="Athens1917"
corresp="http://zotero.org/users/3169239/items/Z26AHJ9V">
<bibl type="abbrev">Konstantopoulos, coll. Athens, 1917</bibl>
<author><forename>Κ. Μ.</forename>
<surname>Κωνσταντόπουλος</surname></author><!-- traslitterare!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<title level="m">Βυζαντιακά μολυβδόβουλα του εν Αθήναις Εθνικού Νομισματικού
μουσείου</title>
<pubPlace xml:lang="en">Athens</pubPlace>
<pubPlace xml:lang="fr">Athènes</pubPlace>
<publisher>[s.n.]</publisher>
<date>1917</date>
</bibl>
<bibl type="book" xml:id="Athens1996"
corresp="http://zotero.org/users/3169239/items/QU4F8DUA">
<bibl type="abbrev">Koltsida-Makri, coll. Athens, 1996</bibl>
<author><forename>I.</forename>
<surname>Koltsida-Makri</surname></author>
<title level="m">Βυζαντινά μολυβδόβουλλα συλλογής Ορφανίδη-Νικολαϊδη,
Νομισματικού Μουσείου Αθηνών</title>
<!--<idno type="ISBN">960-85882-0-0</idno>-->
<pubPlace xml:lang="en">Athens</pubPlace>
<pubPlace xml:lang="fr">Athènes</pubPlace>
<publisher>Χ.Α.Ε.</publisher>
<date>1996</date>
<series><title level="s">Τετράδια χριστιανικής αρχαιολογίας και τέχνης
4</title></series>
</bibl>
<bibl type="book" xml:id="Athens2000"
corresp="http://zotero.org/users/3169239/items/RGL842XT">
<bibl type="abbrev">Stavrakos, coll. Athens, 2000</bibl>
<author><forename>Chr.</forename>
<surname>Stavrakos</surname></author>
<title level="m">Die byzantinischen Bleisiegel mit Familiennamen aus der
Sammlung des Numismatischen Museums Athen</title>
<pubPlace>Wiesbaden</pubPlace>
<publisher>Harrassowitz</publisher>
<date>2000</date>
<series><title level="s">Mainzer Veröffentlichungen zur Byzantinistik
4</title></series>
</bibl>
<!-- Dumbarton Oaks seals collection -->
<bibl type="book" xml:id="DOseals1"
corresp="http://zotero.org/users/3169239/items/E23FULRT">
<bibl type="abbrev">DO Seals, 1</bibl>
<author><forename>J.</forename>
<surname>Nesbitt</surname></author>
<author><forename>N.</forename>
<surname>Oikonomides</surname></author>
<title level="m">Catalogue of Byzantine seals at Dumbarton Oaks and in the Fogg
Museum of Art</title>
<biblScope unit="part">1, Italy, North of the Balkans, North of the Black
Sea</biblScope>
<pubPlace>Washington D.C.</pubPlace>
<date>1991</date>
</bibl>
<bibl type="book" xml:id="DOseals2"
corresp="http://zotero.org/users/3169239/items/6QFU4TRF">
<bibl type="abbrev">DO Seals, 2</bibl>
<author><forename>J.</forename>
<surname>Nesbitt</surname></author>
<author><forename>N.</forename>
<surname>Oikonomides</surname></author>
<title level="m">Catalogue of Byzantine seals at Dumbarton Oaks and in the Fogg
Museum of Art</title>
<biblScope unit="part">2, South of the Balkans, the Islands, South of Asia
Minor</biblScope>
<pubPlace>Washington D.C.</pubPlace>
<date>1994</date>
</bibl>
<bibl type="book" xml:id="DOseals3"
corresp="http://zotero.org/users/3169239/items/ZB8T2RNN">
<bibl type="abbrev">DO Seals, 3</bibl>
<author><forename>J.</forename>
<surname>Nesbitt</surname></author>
<author><forename>N.</forename>
<surname>Oikonomides</surname></author>
<title level="m">Catalogue of Byzantine seals at Dumbarton Oaks and in the Fogg
Museum of Art</title>
<biblScope unit="part">3, West, Northwest and Central Asia Minor and the
Orient</biblScope>
<pubPlace>Washington D.C.</pubPlace>
<date>1996</date>
</bibl>
<bibl type="book" xml:id="DOseals4"
corresp="http://zotero.org/users/3169239/items/DIPML9C7">
<bibl type="abbrev">DO Seals, 4</bibl>
<author><forename>E.</forename>
<surname>McGeer</surname></author>
<author><forename>J.</forename>
<surname>Nesbitt</surname></author>
<author><forename>N.</forename>
<surname>Oikonomides</surname></author>
<title level="m">Catalogue of Byzantine seals at Dumbarton Oaks and in the Fogg
Museum of Art</title>
<biblScope unit="part">4, The East</biblScope>
<pubPlace>Washington DC</pubPlace>
<date>2001</date>
</bibl>
<bibl type="book" xml:id="DOseals5"
corresp="http://zotero.org/users/3169239/items/768KPTYZ">
<bibl type="abbrev">DO Seals, 5</bibl>
<author><forename>E.</forename>
<surname>McGeer</surname></author>
<author><forename>J.</forename>
<surname>Nesbitt</surname></author>
<author><forename>N.</forename>
<surname>Oikonomides</surname></author>
<title level="m">Catalogue of Byzantine seals at Dumbarton Oaks and in the Fogg
Museum of Art</title>
<biblScope unit="part">5, The East (continued), Constantinople and environs,
unknown locations, addenda, uncertain readings</biblScope>
<pubPlace>Washington D.C.</pubPlace>
<date>2005</date>
</bibl>
<bibl type="book" xml:id="DOseals6"
corresp="http://zotero.org/users/3169239/items/MFIU2MAL">
<bibl type="abbrev">DO Seals, 6</bibl>
<author><forename>J.</forename>
<surname>Nesbitt</surname></author>
<title level="m">Catalogue of Byzantine seals at Dumbarton Oaks and in the Fogg
Museum of Art</title>
<biblScope unit="part">6, Emperors, patriarchs of Constantinople,
addenda</biblScope>
<pubPlace>Washington D.C.</pubPlace>
<date>2009</date>
</bibl>
<!-- Dumbarton Oaks coin collection -->
<bibl type="book" xml:id="Grierson1993a"
corresp="http://zotero.org/users/3169239/items/WANCHGA8">
<title level="m">Catalogue of the Byzantine coins in the Dumbarton Oaks
collection and in the Whittemore collection Volume two Part I Phocas to
Theodosius III 602-717 Phocas and Heraclius (602-641)</title>
<idno type="ISBN">0-88402-024-X</idno>
<author><forename>Philip</forename><surname>Grierson</surname></author>
<edition>2d impr</edition>
<pubPlace>Washington (D.C.)</pubPlace>
<publisher>Dumbarton Oaks research library and collection</publisher>
<date>1993</date>
<series><title level="s">Dumbarton oaks catalogues</title></series>
<note type="tags"><note type="tag">DOC2.1</note></note>
</bibl>
<bibl type="book" xml:id="Grierson1993b"
corresp="http://zotero.org/users/3169239/items/JAWX7AD2">
<title level="m">Catalogue of the Byzantine coins in the Dumbarton Oaks
Collection and in the Whittemore Collection Volume three Part I Leo III to
Nicephorus III 717-1081 Leo III to Michael III (717-867)</title>
<idno type="ISBN">0-88402-045-2</idno>
<author><forename>Philip</forename><surname>Grierson</surname></author>
<edition>Second impr.</edition>
<pubPlace>Washington D.C.</pubPlace>
<publisher>Dumbarton Oaks research library and collection</publisher>
<date>1993</date>
<series><title level="s">Dumbarton Oaks catalogues</title></series>
<note type="tags"><note type="tag">DOC3.1</note></note>
</bibl>
<bibl type="book" xml:id="Grierson1999"
corresp="http://zotero.org/users/3169239/items/8BL46AUR">
<title level="m">Catalogue of the Byzantine coins in the Dumbarton Oaks
Collection and in the Whittemore Collection Volume five Michael VIII to
Constantine XI 1258-1453</title>
<idno type="ISBN">0-88402-261-7</idno>
<author><forename>Philip</forename><surname>Grierson</surname></author>
<pubPlace>Washington D.C.</pubPlace>
<publisher>Dumbarton Oaks Research Library and Collection</publisher>
<date>1999</date>
<series><title level="s">Dumbarton Oaks catalogues</title></series>
<note type="tags"><note type="tag">DOCV</note></note>
</bibl>
<bibl type="book" xml:id="Hendy1999a"
corresp="http://zotero.org/users/3169239/items/TFZUQSXD">
<title level="m">Catalogue of the Byzantine coins in the Dumbarton Oaks
Collection and in the Whittemore Collection Volume 4 Alexius I to Michael
VIII, 1081-1261 Part 2 The Emperors of Nicaea and their contemporaries,
1204-1261</title>
<idno type="ISBN">0-88402-233-1</idno>
<author><forename>Michael F.</forename><surname>Hendy</surname></author>
<pubPlace>Washington D. C</pubPlace>
<publisher>Dumbarton Oaks Research Library and Collection</publisher>
<date>1999</date>
<series><title level="s">Dumbarton Oaks catalogues</title></series>
<note type="tags"><note type="tag">DOC4.2</note></note>
</bibl>
<bibl type="book" xml:id="Hendy1999b"
corresp="http://zotero.org/users/3169239/items/CN5CTX29">
<title level="m">Catalogue of the Byzantine coins in the Dumbarton Oaks
Collection and in the Whittemore Collection Volume 4 Alexius I to Michael
VIII, 1081-1261 Part 1 Alexius I to Alexius V,1081-1204</title>
<idno type="ISBN">0-88402-233-1</idno>
<author><forename>Michael F.</forename><surname>Hendy</surname></author>
<pubPlace>Washington D. C.</pubPlace>
<publisher>Dumbarton Oaks Research Library and Collection</publisher>
<date>1999</date>
<series><title level="s">Dumbarton Oaks catalogues</title></series>
<note type="tags"><note type="tag">DOC4.1</note></note>
</bibl>
<bibl type="book" xml:id="DOC2.2"
corresp="http://zotero.org/users/3169239/items/J732NPG5">
<bibl type="abbrev">DOC2.2</bibl>
<author><forename>Ph.</forename>
<surname>Grierson</surname></author>
<title level="m">Catalogue of the Byzantine coins in the Dumbarton Oaks
collection and in the Whittemore collection</title>
<!--<idno type="ISBN">0-88402-024-X</idno>-->
<!--<edition>2d impr</edition>-->
<biblScope unit="part">2, Phocas to Theodosius III (602-717), Part 2, Heraclius
Constantine to Theodosius III (641-717)</biblScope>
<pubPlace>Washington D.C.</pubPlace>
<publisher>Dumbarton Oaks research library and collection</publisher>
<date>1993</date>
<series><title level="s">Dumbarton Oaks catalogues</title></series>
</bibl>
<!-- BBÖ -->
<bibl type="book" xml:id="BBÖ1"
corresp="http://zotero.org/users/3169239/items/TB59AXZC">
<bibl type="abbrev">BBÖ, 1</bibl>
<author><forename>W.</forename>
<surname>Seibt</surname></author>
<title level="m">Die byzantinischen Bleisiegel in Österreich</title>
<biblScope unit="part">1, Kaiserhof</biblScope>
<pubPlace xml:lang="en">Vienna</pubPlace>
<pubPlace xml:lang="fr">Vienne</pubPlace>
<date>1978</date>
</bibl>
<bibl type="book" xml:id="BBÖ2"
corresp="http://zotero.org/users/3169239/items/8CFY5BWU">
<bibl type="abbrev">BBÖ, 2</bibl>
<author><forename>W.</forename>
<surname>Seibt</surname></author>
<author><forename>Al.-K.</forename>
<surname>Wassiliou</surname></author>
<title level="m">Die byzantinischen Bleisiegel in Österreich</title>
<biblScope unit="part">2, Zentral- und Provinzialverwaltung</biblScope>
<pubPlace xml:lang="en">Vienna</pubPlace>
<pubPlace xml:lang="fr">Vienne</pubPlace>
<publisher>Verlag der Österreichischen Akademie der Wissenschaften</publisher>
<date>2004</date>
</bibl>
<!-- Bibliothèque Nationale de France -->
<bibl type="book" xml:id="Rostowtsew1900"
corresp="http://zotero.org/users/3169239/items/39XENEX4">
<bibl type="abbrev">Rostowtsew, Prou, 1900</bibl>
<author><forename>M.</forename>
<surname>Rostowtsew</surname></author>
<author><forename>M.</forename>
<surname>Prou</surname></author>
<title level="m">Catalogue des plombs de l’antiquité, du moyen age et des temps
modernes, conservés au departement des médailles de la Bibliothèque
Nationale</title>
<pubPlace>Paris</pubPlace>
<date>1900</date> Available at <ref
target="http://gallica.bnf.fr/ark:/12148/bpt6k3990656">Gallica</ref>
</bibl>
<!-- British Museum, British Library -->
<bibl type="book" xml:id="Birch1898"
corresp="http://zotero.org/users/3169239/items/NBSNTNPN">
<bibl type="abbrev">Birch, coll. British Museum, 1898</bibl>
<author><forename>W.</forename>
<surname>de Gray Birch</surname></author>
<title level="m">Catalogue of the seals in the Department of manuscripts in the
British Museum</title>
<pubPlace xml:lang="en">London</pubPlace>
<pubPlace xml:lang="fr">Londres</pubPlace>
<date>1898</date>
</bibl>
<!-- Corinth -->
<bibl type="book" xml:id="Corinth12"
corresp="http://zotero.org/users/3169239/items/JA5S9DPU">
<bibl type="abbrev">Davidson, 1952</bibl>
<author><forename>Gl. R.</forename>
<surname>Davidson</surname></author>
<title level="m">The minor objects</title>
<pubPlace>Princeton</pubPlace>
<publisher>The American School of Classical Studies at Athens</publisher>
<date>1952</date>
<series><title level="s">Corinth. Results of excavations 12</title></series>
Available at <ref
target="https://www.ascsa.edu.gr/uploads/media/oa_ebooks/oa_corinth/Corinth_XII.pdf"
>American School of Classical Studies at Athens</ref>
</bibl>
<!-- Istanbul -->
<bibl type="book" xml:id="Istanbul"
corresp="http://zotero.org/users/3169239/items/4NNLLGBY">
<bibl type="abbrev">Cheynet, Gökyıldırım, Bulgurlu, coll. Istanbul</bibl>
<!--<idno type="ISBN">978-605-4642-08-3</idno>-->
<author><forename>J.-Cl.</forename>
<surname>Cheynet</surname></author>
<author><forename>T.</forename>
<surname>Gökyıldırım</surname></author>
<author><forename>V.</forename>
<surname>Bulgurlu</surname></author>
<title level="m">Les sceaux byzantins du Musée archéologique d'Istanbul</title>
<date>2012</date>
<series><title level="s">Istanbul arastirmalari enstitüsü yayinlari
4</title></series>
</bibl>
<!-- Jordanov Bulgaria -->
<bibl type="book" xml:id="JordanovCorpus1"
corresp="http://zotero.org/users/3169239/items/W4B6INQG">
<bibl type="abbrev">Jordanov, Corpus, 1</bibl>
<author><forename>Iv.</forename>
<surname>Jordanov</surname></author>
<title level="m">Corpus of Byzantine Seals from Bulgaria</title>
<biblScope unit="part">1, Byzantine Seals with Geographical Names</biblScope>
<pubPlace>Sofia</pubPlace>
<date>2003</date>
</bibl>
<bibl type="book" xml:id="JordanovCorpus2"
corresp="http://zotero.org/users/3169239/items/8HPBZXMA">
<bibl type="abbrev">Jordanov, Corpus, 2</bibl>
<author><forename>Iv.</forename>
<surname>Jordanov</surname></author>
<title level="m">Corpus of Byzantine Seals from Bulgaria</title>
<biblScope unit="part">2, Byzantine seals with family names</biblScope>
<pubPlace>Sofia</pubPlace>
<date>2006</date>
</bibl>
<bibl type="book" xml:id="JordanovCorpus3"
corresp="http://zotero.org/users/3169239/items/HUB28MS4">
<bibl type="abbrev">Jordanov, Corpus, 3</bibl>
<author><forename>Iv.</forename>
<surname>Jordanov</surname></author>
<title level="m">Corpus of Byzantine Seals from Bulgaria</title>
<biblScope unit="part">3</biblScope>
<pubPlace>Sofia</pubPlace>
<date>2009</date>
</bibl>
<bibl type="book" xml:id="JordanovNAIM">
<bibl type="abbrev">Jordanov, Sofia</bibl>
<author><forename>I.</forename>
<surname>Jordanov</surname></author>
<title level="m">The Collection of Medieval Seals from the National Archaological Museum Sofia</title>
<pubPlace>Sofia</pubPlace>
<date>2011</date>
</bibl>
<!-- Khoury -->
<bibl type="journalArticle" xml:id="Khoury"
corresp="http://zotero.org/users/3169239/items/4MHLLZ8K">
<bibl type="abbrev">Cheynet, coll. Khoury, 2003</bibl>
<author><forename>J.-Cl.</forename>
<surname>Cheynet</surname></author>
<title level="a">Sceaux de la collection Khoury</title>
<title level="j">Revue numismatique</title>
<biblScope unit="volume">159</biblScope>
<date>2003</date>
<biblScope unit="page">p. 419-456</biblScope>
</bibl>
<!-- Kofopoulos -->
<bibl type="journalArticle" xml:id="Nikolau2012"
corresp="http://zotero.org/users/3169239/items/WTHCIMSS">
<bibl type="abbrev">Nikolau, coll. Kofopoulos, 2012</bibl>
<author><forename>Y.</forename>
<surname>Nikolau</surname></author>
<title level="a">Lead seals from the S. Kofopoulos collection</title>
<title level="j">Studies in Byzantine Sigillography</title>
<biblScope unit="volume">11</biblScope>
<date>2012</date>
<biblScope unit="page">p. 119-123</biblScope>
</bibl>
<!-- Laurent Corpus -->
<bibl type="book" xml:id="LaurentCorpus2"
corresp="http://zotero.org/users/3169239/items/8KM8C3V8">
<bibl type="abbrev">Laurent, Corpus, 2</bibl>
<author><forename>V.</forename>
<surname>Laurent</surname></author>
<title level="m">Le Corpus des sceaux de l'Empire byzantin</title>
<!--<idno type="ISBN">2-222-02505-2</idno>-->
<biblScope unit="part">II, L'administration centrale</biblScope>
<pubPlace>Paris</pubPlace>
<publisher>Éd. du Centre national de la recherche scientifique</publisher>
<date>1981</date>
<series><title level="s">Publications de l'Institut français d'études
byzantines</title></series>
</bibl>
<bibl type="book" xml:id="LaurentCorpus5.1"
corresp="http://zotero.org/users/3169239/items/R6N778WB">
<bibl type="abbrev">Laurent, Corpus, 5.1</bibl>
<author><forename>V.</forename>
<surname>Laurent</surname></author>
<title level="m">Le corpus des sceaux de l'Empire byzantin</title>
<biblScope unit="part">V,[1]</biblScope>
<pubPlace>Paris</pubPlace>
<publisher>Éd. du Centre national de la recherche scientifique</publisher>
<date>1963</date>
<series><title level="s">Publications de l'Institut français d'études
byzantines</title></series>
</bibl>
<bibl type="book" xml:id="LaurentCorpus5.2"
corresp="http://zotero.org/users/3169239/items/XXQHM4ZG">
<bibl type="abbrev">Laurent, Corpus, 5.2</bibl>
<author><forename>V.</forename>
<surname>Laurent</surname></author>
<title level="m">Le corpus des sceaux de l'Empire byzantin</title>
<biblScope unit="part">V,2</biblScope>
<pubPlace>Paris</pubPlace>
<publisher>Centre national de la recherche scientifique</publisher>
<date>1965</date>
<series><title level="s">Publications de l'Institut français d'études
byzantines</title></series>
</bibl>
<bibl type="book" xml:id="LaurentCorpus5.3"
corresp="http://zotero.org/users/3169239/items/I4NIXS6R">
<bibl type="abbrev">Laurent, Corpus, 5.3</bibl>
<author><forename>V.</forename>
<surname>Laurent</surname></author>
<title level="m">Le Corpus des sceaux de l'empire byzantin</title>
<biblScope unit="part">V,3</biblScope>
<pubPlace>Paris</pubPlace>
<publisher>Centre national de la recherche scientifique</publisher>
<date>1972</date>
<series><title level="s">Publications de l'Institut français d'études
byzantines</title></series>
</bibl>
<!-- Metcalf Cyprus -->
<bibl type="book" xml:id="Metcalf2004"
corresp="http://zotero.org/users/3169239/items/4JQF5BW2">
<bibl type="abbrev">Metcalf, Cyprus, 2004</bibl>
<author><forename>D. M.</forename>
<surname>Metcalf</surname></author>
<title level="m">Byzantine lead seals from Cyprus</title>
<!--<idno type="ISBN">9963-0-8082-0</idno>-->
<!--<editor><forename>Jean-Claude</forename><surname>Cheynet</surname></editor>
<editor><forename>Andreas
G.</forename><surname>Pitsillides</surname></editor>-->
<pubPlace xml:lang="en">Nicosia</pubPlace>
<pubPlace xml:lang="fr">Nicosie</pubPlace>
<publisher>Cyprus Research Centre</publisher>
<date>2004</date>
<series><title level="s">Texts and studies of the history of Cyprus
47</title></series>
</bibl>
<!-- Orghidan -->
<bibl type="book" xml:id="Orghidan"
corresp="http://zotero.org/users/3169239/items/S3TCJJE9">
<bibl type="abbrev">Laurent, coll. Orghidan, 1952</bibl>
<author><forename>V.</forename>
<surname>Laurent</surname></author>
<title level="m">La collection C. Orghidan: documents de sigillographie
byzantine</title>
<date>1952</date>
<series><title level="s">Bibliothèque byzantine 1</title></series>
</bibl>
<!-- Selçuk -->
<bibl type="journalArticle" xml:id="Selçuk"
corresp="http://zotero.org/users/3169239/items/36VI2BT7">
<bibl type="abbrev">Cheynet, coll. Selçuk, 1999</bibl>
<author><forename>J.-Cl.</forename>
<surname>Cheynet</surname></author>
<title level="a">Sceaux byzantins du musée de Selçuk</title>
<title level="j">Revue numismatique</title>
<biblScope unit="volume">154</biblScope>
<date>1999</date>
<biblScope unit="page">p. 317-352</biblScope>
</bibl>
<!-- Seyrig -->
<bibl type="book" xml:id="Seyrig">
<bibl type="abbrev">Cheynet, Morrisson, Seibt, coll. Seyrig, 1991</bibl>
<author><forename>J.-Cl.</forename>
<surname>Cheynet</surname></author>
<author><forename>C.</forename>
<surname>Morrisson</surname></author>
<author><forename>W.</forename>
<surname>Seibt</surname></author>
<title level="m">Les sceaux byzantins de la Collection Henri Seyrig</title>
<pubPlace>Paris</pubPlace>
<publisher>Bibliothèque nationale</publisher>
<date>1991</date>
</bibl>
<!-- Shumen -->
<bibl type="book" xml:id="Shumen"
corresp="http://zotero.org/users/3169239/items/VQMJYEUR">
<bibl type="abbrev">Jordanov, Zhekova, coll. Shumen 2007</bibl>
<author><forename>Iv.</forename>
<surname>Jordanov</surname></author>
<author><forename>Zh.</forename>
<surname>Zhekova</surname></author>
<title level="m"> Catalogue of medieval seals at the Regional historical museum
of Shumen</title>
<pubPlace>Shumen</pubPlace>
<publisher>Historical museum</publisher>
<date>2007</date>
</bibl>
<!-- Sopracasa -->
<bibl type="journalArticle" xml:id="Sopracasa2017"
corresp="http://zotero.org/users/3169239/items/XZ6ENKJR">
<bibl type="abbrev">Sopracasa, Prigent, coll. Sopracasa, 2017</bibl>
<author><forename>Al.</forename>
<surname>Sopracasa</surname></author>
<author><forename>V.</forename>
<surname>Prigent</surname></author>
<title level="a">Sceaux byzantins de la collection Sopracasa</title>
<editor><forename>B.</forename>
<surname>Caseau</surname></editor>
<editor><forename>V.</forename>
<surname>Prigent</surname></editor>
<editor><forename>Al.</forename>
<surname>Sopracasa</surname></editor>
<title level="j">Travaux et Mémoires (=Οὗ δῶρόν εἰμι τὰς γραφὰς βλέπων νόει.
Mélanges Jean-Claude Cheynet)</title>
<biblScope unit="volume">21/1</biblScope>
<date>2017</date>
<biblScope unit="page">p. 691-758</biblScope>
</bibl>
<!-- Speck Berlin -->
<bibl type="book" xml:id="Speck1986"
corresp="http://zotero.org/users/3169239/items/VKTSCIEJ">
<bibl type="abbrev">Speck, coll. Berlin, 1986</bibl>
<author><forename>P.</forename>
<surname>Speck</surname></author>
<title level="m">Byzantinische Bleisiegel in Berlin, West</title>
<!--<idno type="ISBN">3-7749-2197-0</idno>-->
<pubPlace>Bonn</pubPlace>
<publisher>R. Habelt</publisher>
<date>1986</date>
<series><title level="s">Poikila byzantina 5</title></series>
</bibl>
<!-- -->
<bibl type="book" xml:id="CheynetTatış">
<bibl type="abbrev">Cheynet, coll. Tatış</bibl>
<author><forename>J.-Cl.</forename>
<surname>Cheynet</surname></author>
<title level="m">Les sceaux byzantins de la collection Yavuz Tatış</title>
<pubPlace>İzmir</pubPlace>
<publisher>Imprimerie Metro Matbaacılıl</publisher>
<date>2019</date>
</bibl>
<!-- Theodoridis -->
<bibl type="book" xml:id="CheynetTheodoridis"
corresp="http://zotero.org/users/3169239/items/DQWSQ982">
<bibl type="abbrev">Cheynet, Theodoridis, coll. Theodoridis, 2010</bibl>
<author><forename>J.-Cl.</forename>
<surname>Cheynet</surname></author>
<author><forename>D.</forename>
<surname>Theodoridis</surname></author>
<title level="m">Sceaux byzantins de la collection D. Theodoridis</title>
<biblScope unit="part">[1], Les sceaux patronymiques</biblScope>
<pubPlace>Paris</pubPlace>
<publisher>Association des amis du centre d'histoire et civilisation de
Byzance</publisher>
<date>2010</date>
<series><title level="s">Monographies 33</title></series>
</bibl>
<!-- Zacos -->
<bibl type="book" xml:id="Zacos1">
<bibl type="abbrev">Zacos, 1</bibl>
<author><forename>G.</forename>
<surname>Zacos</surname></author>
<author><forename>Al.</forename>
<surname>Veglery</surname></author>
<title level="m">Byzantine lead seals</title>
<biblScope unit="part">1</biblScope>
<pubPlace xml:lang="en">Basel</pubPlace>
<pubPlace xml:lang="fr">Bâle</pubPlace>
<date>1972</date>
</bibl>
<bibl type="book" xml:id="Zacos2">
<bibl type="abbrev">Zacos, 2</bibl>
<author><forename>G.</forename>
<surname>Zacos</surname></author>
<title level="m">Byzantine lead seals</title>
<biblScope unit="part">2</biblScope>
<editor><forename>J.</forename>
<surname>Nesbitt</surname></editor>
<pubPlace xml:lang="en">Bern</pubPlace>
<pubPlace xml:lang="fr">Berne</pubPlace>
<date>1984</date>
</bibl>
<bibl type="book" xml:id="ZacosOrient">
<bibl type="abbrev">Zacos Orient</bibl>
<author><forename>J.-Cl.</forename>
<surname>Cheynet</surname></author>
<title level="m">Sceaux de la collection Zacos (Bibliothèque nationale de
France) se rapportant aux provinces orientales de l'Empire byzantin :
exposition organisée par le Département des monnaies, médailles et antiques,
Bibliothèque nationale de France (16 juillet - 14 octobre 2001)</title>
<!--<editor><name>Bibliothèque nationale de France</name></editor>
<editor><name>Congrès international des études byzantines 20 2001
Paris</name></editor>-->
<pubPlace>Paris</pubPlace>
<publisher>Comité d'organisation du XXe Congrès international des Etudes
byzantines</publisher>
<date>2001</date>
</bibl>
<bibl type="book" xml:id="ZacosGenève">
<bibl type="abbrev">Zacos Genève</bibl>
<author><forename>M.</forename>
<surname>Campagnolo-Pothitou</surname></author>
<author><forename>J.-Cl.</forename>
<surname>Cheynet</surname></author>
<title level="m">Sceaux de la collection George Zacos au Musée d'art et
d'histoire de Genève</title>
<pubPlace xml:lang="en">Milan – Geneva – Paris</pubPlace>
<pubPlace xml:lang="fr">Milan – Genève – Paris</pubPlace>
<publisher>5 Continents Editions-Musées d'art et d'histoire-Le Seuil</publisher>
<date>2016</date>
<series><title level="s">Collections byzantines du MAH - Genève
5</title></series>
</bibl>
<!-- Zarnitz -->
<!-- TO BE DONE!!!!!!!!!!!!!!!!!!!!!!!!!!!!! not as published collection though -->
<bibl xml:id="Zarnitz">
<bibl type="abbrev">Zarnitz</bibl>
<title level="u">Coll. Zarnitz</title>
<biblScope/>
</bibl>
<!-- BOOKS AND ARTICLES by author's name -->
<!-- in case of multiple authors, the reference is under the first one -->
<!-- Alekseenko -->
<bibl type="journalArticle" xml:id="Alexeenko2003">
<bibl type="abbrev">Alekseenko, 2003</bibl>
<author><forename>N. A.</forename>
<surname>Alekseenko</surname></author>
<title level="a">Печати главныч логофетов из Черсонского арчива</title>
<title level="j">ADSV</title>
<biblScope unit="volume">34</biblScope>
<date>2003</date>
<biblScope unit="page">p. 174-205</biblScope>
</bibl>
<bibl type="bookSection" xml:id="Alekseenko2010">
<bibl type="abbrev">Alekseenko, 2010</bibl>
<author><forename>N. A.</forename>
<surname>Alekseenko</surname></author>
<title level="a">Печати рода Комнинов</title>
<title level="m">Byzantium within the context of world culture : proceedings of
the conference dedicated to the memory of Alisa Vladimirovna Bank,
1906-1984</title>
<pubPlace xml:lang="en">St Petersburg</pubPlace>
<pubPlace xml:lang="fr">Saint-Pétersbourg</pubPlace>
<date>2010</date>
<biblScope unit="page">p. 327-333</biblScope>
<series><title level="s">Transactions of the State Hermitage Museum
51</title></series>
</bibl>
<!-- Andriollo -->
<bibl type="journalArticle" xml:id="Andriollo2012"
corresp="http://zotero.org/users/3169239/items/H5HCDVQK">
<bibl type="abbrev">Andriollo, 2012</bibl>
<author><forename>L.</forename>
<surname>Andriollo</surname></author>
<title level="a">Les Kourkouas (IXe-XIe siècle)</title>
<title level="j">Studies in Byzantine Sigillography</title>
<biblScope unit="volume">11</biblScope>
<date>2012</date>
<biblScope unit="page">p. 57-87</biblScope>
</bibl>
<!-- Banaji -->
<bibl type="book" xml:id="Banaji2001"
corresp="http://zotero.org/users/3169239/items/LYXDILXL">
<bibl type="abbrev">Banaji, 2001</bibl>
<author><forename>J.</forename>
<surname>Banaji</surname></author>
<title level="m">Agrarian change in late Antiquity: gold, labour, and
aristocratic dominance</title>
<!--<idno type="ISBN">0-19-924440-5</idno>-->
<pubPlace>Oxford – New York (N.Y.)</pubPlace>
<publisher>Oxford University Press</publisher>
<date>2001</date>
<series><title level="s">The Oxford classical monograph series</title></series>
</bibl>
<!-- Barnea -->
<bibl type="journalArticle" xml:id="Barnea1981"
corresp="http://zotero.org/users/3169239/items/MLZFECEH">
<bibl type="abbrev">Barnea, 1981</bibl>
<author><forename>I.</forename>
<surname>Barnea</surname></author>
<title level="a">Sceau de Constantin IV empereur de Byzance, trouvé à
Durostorum</title>
<title level="j">Revue roumaine d’histoire</title>
<biblScope unit="volume">20</biblScope>
<biblScope unit="issue">4</biblScope>
<date>1981</date>
<biblScope unit="page">p. 625-628</biblScope>
</bibl>
<bibl type="journalArticle" xml:id="Barnea1982"
corresp="http://zotero.org/users/3169239/items/PIVQ3BRG">
<bibl type="abbrev">Barnea, 1982</bibl>
<author><forename>I.</forename>
<surname>Barnea</surname></author>
<title level="a">Sigilii bizantine de la Durostorum-Dorostolon</title>
<title level="j">Pontica</title>
<biblScope unit="volume">15</biblScope>
<date>1982</date>
<biblScope unit="page">p. 201-212</biblScope>
</bibl>
<!-- Barzos -->
<bibl type="book" xml:id="Barzós1984a"
corresp="http://zotero.org/users/3169239/items/S2SDD2W5">
<bibl type="abbrev">Barzós, 1984a</bibl>
<author><forename>Κ.</forename>
<surname>Barzós</surname></author>
<title level="m">Η Γενεαλογία των Κομνηνών</title>
<biblScope unit="part">1</biblScope>
<pubPlace xml:lang="en">Thessaloniki</pubPlace>
<pubPlace xml:lang="fr">Thessalonique</pubPlace>
<publisher>Κέντρο Βυζαντινών Ερευνών - ΑΠΘ</publisher>
<date>1984</date>
<series><title level="s">Βυζαντινά Κείμενα και Μελέται = Byzantine Texts and
Studies = Textus Bizantini et Dissertationes 20α</title></series>
</bibl>
<bibl type="book" xml:id="Barzós1984b"
corresp="http://zotero.org/users/3169239/items/6RPXDRBI">
<bibl type="abbrev">Barzós, 1984b</bibl>
<author><forename>K.</forename>
<surname>Barzós</surname></author>
<title level="m">Η γενεαλογία των Κομνηνών</title>
<pubPlace xml:lang="en">Thessaloniki</pubPlace>
<pubPlace xml:lang="fr">Thessalonique</pubPlace>
<biblScope unit="part">2</biblScope>
<publisher>Κέντρο Βυζαντινών Ερευνών</publisher>
<date>1984</date>
<series><title level="s">Βυζαντινά Κείμενα και Μελέται = Byzantine Texts and
Studies = Textus Bizantini et Dissertationes 20β</title></series>
</bibl>
<!-- Bibicou -->
<bibl type="journalArticle" xml:id="Bibicou1959"
corresp="http://zotero.org/users/3169239/items/I4CLXPJS">
<bibl type="abbrev">Bibicou, 1959</bibl>
<author><forename>H.</forename>
<surname>Bibicou</surname></author>
<title level="a">Une page d’histoire diplomatique de Byzance au XIe siècle :
Michel VII Doucas, Robert Guiscard et la pension des dignitaires</title>
<title level="j">Byzantion</title>
<biblScope unit="volume">29-30</biblScope>
<date>1959</date>
<biblScope unit="page">p. 43-75</biblScope>
</bibl>
<!-- Bilik -->
<bibl type="journalArticle" xml:id="Bilik1998">
<bibl type="abbrev">Bilik, 1998</bibl>
<author><forename>S.</forename>
<surname>Bilik</surname></author>
<title level="a">Непубликувани византийски моливдовули с отпечатани фамилии имена</title>
<title level="j">Нумизматика и сфрагистика</title>
<biblScope unit="volume">5</biblScope>
<biblScope unit="issue">2</biblScope>
<date>1998</date>
<biblScope unit="page">p. 50-66</biblScope>
</bibl>
<!-- Bourdara -->
<bibl type="book" xml:id="Bourdara1981"
corresp="http://zotero.org/users/3169239/items/PDWUKJEJ">
<bibl type="abbrev">Bourdara, 1981</bibl>
<author><forename>K. A.</forename>
<surname>Bourdara</surname></author>
<title level="m">Καθοσίωσις και τυραννίς κατά τους μέσους Βυζαντινούς χρόνους.
Μακεδονική δυναστεία (867-1056)</title>
<pubPlace xml:lang="en">Athens</pubPlace>
<pubPlace xml:lang="fr">Athènes</pubPlace>
<date>1981</date>
</bibl>
<!-- Brubaker -->
<bibl type="book" xml:id="Brubaker2011"
corresp="http://zotero.org/users/3169239/items/XA4NKSNG">
<bibl type="abbrev">Brubaker, Haldon, 2011</bibl>
<!--<idno type="ISBN">978-0-521-43093-7</idno>-->
<author><forename>L.</forename>
<surname>Brubaker</surname></author>
<author><forename>J. F.</forename>
<surname>Haldon</surname></author>
<title level="m">Byzantium in the iconoclast era, c. 680-850: a history</title>
<pubPlace>Cambridge</pubPlace>
<publisher>Cambridge University Press</publisher>
<date>2011</date>
</bibl>
<!-- Buckler -->
<bibl type="journalArticle" xml:id="Buckler1929"
corresp="http://zotero.org/users/3169239/items/9CS7Z8QY">
<bibl type="abbrev">Buckler, 1929</bibl>
<author><forename>W. H.</forename>
<surname>Buckler</surname></author>
<title level="a">Two gateway inscriptions</title>
<title level="j">Byzantinische Zeitschrift</title>
<biblScope unit="volume">30</biblScope>
<biblScope unit="issue">1</biblScope>
<date>1929</date>
<biblScope unit="page">p. 646-648</biblScope>
</bibl>
<!-- Campagnolo-Pothitou -->
<bibl type="journalArticle" xml:id="Campagnolo2019">
<bibl type="abbrev">Campagnolo-Pothitou, Charalampakis, 2019</bibl>
<author><forename>M.</forename>
<surname>Campagnolo-Pothitou</surname></author>
<author><forename>P.</forename>
<surname>Charalampakis</surname></author>
<title level="a">The Radenos family: a prosopographic study through literary and
sigillographic evidence</title>
<title level="j">Revue des études byzantines</title>
<biblScope unit="volume">77</biblScope>
<date>2019</date>
<biblScope unit="page">p. 5-106</biblScope>
</bibl>
<!-- Cantacuzène G. -->
<bibl type="journalArticle" xml:id="Cantacuzène1927"
corresp="http://zotero.org/users/3169239/items/8YC6HU2Y">
<bibl type="abbrev">Cantacuzène, 1927</bibl>
<author><forename>G.</forename>
<surname>Cantacuzène</surname></author>
<title level="a">Poids inédits trouvés dans la Petite Scythie</title>
<title level="j">Dacia</title>
<biblScope unit="volume">3-4</biblScope>
<date>1927</date>
<biblScope unit="page">p. 602-611</biblScope> Available at <ref
target="http://cimec.ro/Arheologie/dacia.digital/1933-3-4/imagepages/image318.html"
>Cimec</ref>
</bibl>
<!-- Catalano -->
<bibl type="journalArticle" xml:id="CatalanoFilosaSode2021">
<bibl type="abbrev">Catalano-Filosa-Sode, 2021</bibl>
<author><forename>M. T.</forename>
<surname>Catalano</surname></author>
<author><forename>M.</forename>
<surname>Filosa</surname></author>
<author><forename>C.</forename>
<surname>Sode</surname></author>
<title level="a">Byzantine seals from the Robert Feind Collection in Cologne: Research and Publication in the Context of the Digital Humanities</title>
<title level="j">Revue des études byzantines</title>
<biblScope unit="volume">79</biblScope>
<date>2021</date>
<biblScope unit="page">p. 297-322</biblScope>
</bibl>
<!-- Cheynet -->
<bibl type="journalArticle" xml:id="Cheynet2006">
<bibl type="abbrev">Cheynet, 2006</bibl>
<author><forename>J.-Cl.</forename>
<surname>Cheynet</surname></author>
<title level="a">De Tziliapert à Sébastè</title>
<title level="j">Studies in Byzantine Sigillography</title>
<biblScope unit="volume">9</biblScope>
<date>2006</date>
<biblScope unit="page">p. 213-226</biblScope>
</bibl>
<bibl type="journalArticle" xml:id="Cheynet1983">
<bibl type="abbrev">Cheynet, 1983</bibl>
<author><forename>J.-Cl.</forename>
<surname>Cheynet</surname></author>
<title level="a">Dévaluation des dignités et dévaluation monétaire dans la
seconde moitié du XIe siècle</title>
<title level="j">Byzantion</title>
<biblScope unit="volume">53</biblScope>
<date>1983</date>
<biblScope unit="page">p. 453-477</biblScope>
</bibl>
<bibl type="journalArticle" xml:id="Cheynet1985"
corresp="http://zotero.org/users/3169239/items/TZMPSQ65">
<bibl type="abbrev">Cheynet, 1985</bibl>
<author><forename>J.-Cl.</forename>
<surname>Cheynet</surname></author>
<title level="a">Du stratège de thème au duc : chronologie de l’évolution au
cours du XIe siècle</title>
<title level="j">Travaux et Mémoires</title>
<biblScope unit="volume">9</biblScope>
<date>1985</date>
<biblScope unit="page">p. 181-194</biblScope>
</bibl>
<bibl type="bookSection" xml:id="Cheynet1986"
corresp="http://zotero.org/users/3169239/items/ZYFXEK6G">
<bibl type="abbrev">Cheynet, 1986</bibl>
<author><forename>J.-Cl.</forename>
<surname>Cheynet</surname></author>
<title level="a">Les Phocas</title>
<author><forename>G.</forename>
<surname>Dagron</surname></author>
<author><forename>H.</forename>
<surname>Mihăescu</surname></author>
<title level="m">Le Traité sur la guérilla (De velitatione) de l’empereur
Nicéphore Phocas (963-969)</title>
<pubPlace>Paris</pubPlace>
<date>1986</date>
<biblScope unit="page">p. 289-315</biblScope>
<series><title level="s">Le monde byzantin</title></series>
</bibl>
<bibl type="book" xml:id="Cheynet1990"
corresp="http://zotero.org/users/3169239/items/EIZSXRBU">
<bibl type="abbrev">Cheynet, 1990</bibl>
<author><forename>J.-Cl.</forename>
<surname>Cheynet</surname></author>
<title level="m">Pouvoir et contestations à Byzance 963-1210</title>
<!--<idno type="ISBN">2-85944-168-9</idno>-->
<pubPlace>Paris</pubPlace>
<publisher>Publications de la Sorbonne</publisher>
<date>1990</date>
<series><title level="s">Byzantina Sorbonensia 9</title></series>
</bibl>
<bibl type="journalArticle" xml:id="Cheynet1995"
corresp="http://zotero.org/users/3169239/items/MXP5CJPS">
<bibl type="abbrev">Cheynet, 1995</bibl>
<author><forename>J.-Cl.</forename>
<surname>Cheynet</surname></author>
<title level="a">L’apport arabe à l’aristocratie byzantine des Xe-XIe
siècles</title>
<title level="j">Byzantinoslavica (= Mélanges V. Vavrinek)</title>