-
Notifications
You must be signed in to change notification settings - Fork 5
/
il06-biblio-graziosi.json
5428 lines (5424 loc) · 177 KB
/
il06-biblio-graziosi.json
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
{
"entries": [
{
"author": "Adkins, A. W. H.",
"title": "Merit and responsibility: a study in Greek values.",
"publisher": "Oxford",
"publication_date": "1960",
"language": "en"
},
{
"author": "Albrecht, M.",
"title": "‘Ein Pferdegleichnis bei Ennius’.",
"publisher": "Hermes 97: 333-45",
"publication_date": "1969",
"language": "de"
},
{
"author": "Alden, M. J.",
"title": "‘The Homeric house as poetic creation’, in M. Païzi-Apostolopoulou, ed. Ο Ομηρικός οἶκος. Ἀπὸ τὰ πρακτικὰ τοῦ Ε’ συνεδρίου γιὰ τὴν Ὀδύσσεια (11–14/09/1987).",
"publisher": "Ithaka",
"publication_date": "1990",
"language": "el"
},
{
"author": "Alden, M. J.",
"title": "‘Genealogy as paradigm: the example of Bellerophon’.",
"publisher": "Hermes 124: 257–63",
"publication_date": "1996",
"language": "de"
},
{
"author": "Alden, M. J.",
"title": "Homer beside himself: para-narratives in the Iliad.",
"publisher": "Oxford",
"publication_date": "2000",
"language": "en"
},
{
"author": "Alexiou, M.",
"title": "The ritual lament in Greek tradition.",
"publisher": "2nd edn rev. by D. Yatromanolakis and P. Roilos, Lanham, MD",
"publication_date": "2002",
"language": "en"
},
{
"author": "Allen, T. W.",
"title": "Homeri Ilias.",
"publisher": "Oxford",
"publication_date": "1931",
"language": "la"
},
{
"author": "Allen, W. S.",
"title": "Accent and rhythm. Prosodic features of Latin and Greek: a study in theory and reconstruction.",
"publisher": "Cambridge",
"publication_date": "1973",
"language": "en"
},
{
"author": "Aloni, A.",
"title": "Tradizioni arcaiche della Troade e composizione dell’Iliade.",
"publisher": "Milan",
"publication_date": "1986",
"language": "it"
},
{
"author": "Alpers, K.",
"title": "‘Eine Beobachtung zum Nestorbexher von Pithekoussai’.",
"publisher": "Glotta 47: 170–4",
"publication_date": "1969",
"language": "de"
},
{
"author": "Andersen, Ø.",
"title": "Die Diomedesgestalt in der Ilias.",
"publisher": "Oslo",
"publication_date": "1978",
"language": "de"
},
{
"author": "Andronikos, M.",
"title": "‘Der TotenkuIt in den Epen’, in F. Matz and H.-G. Buchholz, eds. Archaeologia Homerica, vol. III, ch. w: Totenkult.",
"publisher": "Göttingen",
"publication_date": "1968",
"language": "de"
},
{
"author": "Antonaccio, C. M.",
"title": "An archaeology of ancestors: tomb cult and hero cult in ancient Greece.",
"publisher": "Lanham, MD",
"publication_date": "1995",
"language": "en"
},
{
"author": "Arend, W.",
"title": "Die typischen Scenen bei Homer.",
"publisher": "Berlin",
"publication_date": "1933",
"language": "de"
},
{
"author": "Arnould, D.",
"title": "Le rire et les larmes dans la littérature grecque d’Homère à Platon.",
"publisher": "Paris",
"publication_date": "1990",
"language": "fr"
},
{
"author": "Arnould, D.",
"title": "‘Du bon usage du vin chez Homère et dans la poésie archaique’, in J. Jouanna and L. Villard, eds. Vin et santé en Grèce ancienne: actes du colloque organizé & Université de Rouen et & Paris (Université de Paris IV Sorbonne et ENS) par !UPRESA 8062 du CNRS et P'URLLCA de l'Université de Rowen, 28-30 septembre 1998.",
"publisher": "Athens",
"publication_date": "2002",
"language": "fr"
},
{
"author": "Arthur Katz, M.",
"title": "‘The divided world of Iliad VI’, in H. Foley, ed. Reflections of women in antiquity.",
"publisher": "New York",
"publication_date": "1981",
"language": "en"
},
{
"author": "Assunção, T. R.",
"title": "‘Le mythe iliadique de Bellérophon’.",
"publisher": "GAIA: Revue interdisciplinaire sur la Grèce archaique 1: 41-66",
"publication_date": "1997",
"language": "fr"
},
{
"author": "Astour, M. C.",
"title": "Hellenosemitica: an ethnic and cultural study in West Semitic impact on Mycenaean Greece.",
"publisher": "2nd edn, Leiden",
"publication_date": "1967",
"language": "en"
},
{
"author": "Aura Jorro, F.",
"title": "Diccionario Micénico, vol. 1.",
"publisher": "Madrid",
"publication_date": "1985",
"language": "es"
},
{
"author": "Austin, N.",
"title": "Helen of Troy and her shameless phantom.",
"publisher": "Ithaca, NY and London",
"publication_date": "1994",
"language": "en"
},
{
"author": "Avery, H.C.",
"title": "‘Glaucus, a god? Iliad Z 128-143’.",
"publisher": "Hermes 122: 498-502",
"publication_date": "1994",
"language": "de"
},
{
"author": "Bakker, E. J.",
"title": "Linguistics and formulas in Homer: scalarity and the description of the article ‘per’.",
"publisher": "Amsterdam",
"publication_date": "1988",
"language": "en"
},
{
"author": "Bakker, E.",
"title": "‘Discourse and performance: involvement, visualization and “presence” in Homeric poetry’.",
"publisher": "Classical Antiquity 12: 1-29",
"publication_date": "1993",
"language": "en"
},
{
"author": "Bakker, E.",
"title": "Poetry in speech: orality and Homeric discourse.",
"publisher": "Ithaca, NY and London",
"publication_date": "1997a",
"language": "en"
},
{
"author": "Bakker, E.",
"title": "‘The study of Homeric discourse’, in Morris and Powell.",
"publisher": "1997: 284-304",
"publication_date": "1997",
"language": "en"
},
{
"author": "Bakker, E.",
"title": "Pointing at the past: from formula to performance in Homeric poetics.",
"publisher": "Washington, DC",
"publication_date": "2005",
"language": "en"
},
{
"author": "Bakker, E. and Kahane, A., eds.",
"title": "Written voices, spoken signs: tradition, performance, and the epic text.",
"publisher": "Cambridge, MA",
"publication_date": "1997",
"language": "en"
},
{
"author": "Baldacci, P. and Roos, G., eds.",
"title": "De Chirico.",
"publisher": "Padova",
"publication_date": "2007",
"language": "it"
},
{
"author": "Ballof, R.",
"title": "‘Zu Schillers Gedicht “Hektor's Abschied”.",
"publisher": "Euphorion 21: 298-9",
"publication_date": "1914",
"language": "de"
},
{
"author": "Barchiesi, A.",
"title": "‘The statue of Athena at Troy and Carthage’, in P. Knox and C. Foss, eds. Style and tradition: studies in honor of Wendell Clausen.",
"publisher": "Stuttgart and Leipzig",
"publication_date": "1998",
"language": "en"
},
{
"author": "Bartoloni, P.",
"title": "‘Techniques et sciences’, in Krings.",
"publisher": "354-61",
"publication_date": "1995",
"language": "fr"
},
{
"author": "Basset, L.",
"title": "La syntaxe de l'imaginaire, Etude des modes et des negations dans l'Iliade et l'Odyssée.",
"publisher": "Lyon and Paris",
"publication_date": "1989",
"language": "fr"
},
{
"author": "Bassett, S. E.",
"title": "‘The omission of the vocative in Homeric speeches’.",
"publisher": "American Journal of Philology 55: 140-52",
"publication_date": "1934",
"language": "en"
},
{
"author": "Bassi, K.",
"title": "‘Orality, masculinity, and the Greek epic’.",
"publisher": "Arethusa 30: 315-40",
"publication_date": "1997",
"language": "en"
},
{
"author": "Beazley, J. D.",
"title": "“ENuns éwaimnass.",
"publisher": "Proceedings of the British Academy 43: 233-44",
"publication_date": "1958",
"language": "en"
},
{
"author": "Beck, D.",
"title": "Homeric conversation.",
"publisher": "Washington, DC",
"publication_date": "2005",
"language": "en"
},
{
"author": "Beck, D.",
"title": "‘Character-quoted direct speech in the Iliad’.",
"publisher": "Phoenix 62: 162-83",
"publication_date": "2008",
"language": "en"
},
{
"author": "Bergren, A. L. T.",
"title": "The etymology and usage of ripap in early Greek poetry: a study in the interrelationship of metrics, linguistics and poetics.",
"publisher": "New York",
"publication_date": "1975",
"language": "en"
},
{
"author": "Bergren, A. L. T.",
"title": "‘Helen's web: time and tableau in the Iliad’.",
"publisher": "Helios 7: 19-34 (Reprinted with revisions in Bergren 2008: 43-57)",
"publication_date": "1979-80",
"language": "en"
},
{
"author": "Bergren, A. L. T.",
"title": "‘Language and the female in early Greek thought’.",
"publisher": "Arethusa 16: 69-95 (Reprinted with revisions in Bergren 2008: 13-40)",
"publication_date": "1983",
"language": "en"
},
{
"author": "Bergren, A. L. T.",
"title": "Weaving truth: essays on language and the female in Greek thought.",
"publisher": "Washington, DC",
"publication_date": "2008",
"language": "en"
},
{
"author": "Bermingham, A. and Brewer, J., eds.",
"title": "The consumption of culture, 1600-1800: image, object, text.",
"publisher": "London",
"publication_date": "1995",
"language": "en"
},
{
"author": "Bernsdorff, H.",
"title": "Zur Rolle des Aussehens im homerischen Menschenbild.",
"publisher": "Göttingen",
"publication_date": "1992",
"language": "de"
},
{
"author": "Bethe, E.",
"title": "Homer. Dichtung und Sage, vol. II.",
"publisher": "2nd edn, Leipzig and Berlin",
"publication_date": "1929",
"language": "de"
},
{
"author": "Bettini, M.",
"title": "‘HOEIOZ,",
"publisher": "Rivista di filologia e di istruzione classica 116: 154-66",
"publication_date": "1988",
"language": "it"
},
{
"author": "Beye, C. R.",
"title": "‘Repeated similes in the Homeric poems’.",
"publisher": "in Rigsby 1984: 713",
"publication_date": "1984",
"language": "en"
},
{
"author": "Bichler, R.",
"title": "‘Uber die Bedeutung der Zimelien in der Welt der Odyssee’, in E. Alram-Stern and G. Nightingale, eds. Keimelion. Elitenbildung und elitärer Konsum von der mykenischen Palastzeit bis zur homerischen Epoche (Akten des internationalen Kongresses vom 3.–5.2.2005 in Salzburg).",
"publisher": "Vienna",
"publication_date": "2007",
"language": "de"
},
{
"author": "Blanc, A.",
"title": "‘Rhythme et syntaxe dans l’hexamétre. Les datifs pluriels des themes sigmatiques’, in A. Blanc and E. Dupraz, eds. Procédés synchroniques de la langue poétique en grec et en latin.",
"publisher": "Brussels",
"publication_date": "2007",
"language": "fr"
},
{
"author": "Block, E.",
"title": "‘The narrator speaks: apostrophe in Homer and Virgil’.",
"publisher": "Transactions of the American Philological Association 112: 7-22",
"publication_date": "1982",
"language": "en"
},
{
"author": "Bloedow, E. F.",
"title": "‘Homer and the depas amphikypelion’, in S. P. Morris and R. Laffineur, eds. Epos. Reconsidering Greek epic and Aegean bronze age archaeology. Proceedings of the 11th International Aegean Conference, Los Angeles 20-23/04/2006.",
"publisher": "Liége",
"publication_date": "2007",
"language": "en"
},
{
"author": "Blok, J. H.",
"title": "The early Amazons: modern and ancient perspectives on a persistent myth.",
"publisher": "Leiden",
"publication_date": "1995",
"language": "en"
},
{
"author": "Blum, H.",
"title": "Purpur als Statussymbol in der griechischen Welt.",
"publisher": "Bonn",
"publication_date": "1998",
"language": "de"
},
{
"author": "Boedeker, D., ed.",
"title": "The world of Troy: Homer, Schliemann, and the treasures of Priam.",
"publisher": "Washington, DC",
"publication_date": "1997",
"language": "en"
},
{
"author": "Bohn, W.",
"title": "‘Apollinaire and de Chirico: the making of the mannequins’.",
"publisher": "Comparative Literature 27: 153-65",
"publication_date": "1975",
"language": "en"
},
{
"author": "Boime, A.",
"title": "Art in an age of revolution. 1750-1800.",
"publisher": "Chicago, IL and London",
"publication_date": "1987",
"language": "en"
},
{
"author": "Bolling, G. M.",
"title": "‘A peculiarity of Homeric orthography’.",
"publisher": "Classical Philology 18: 170-7",
"publication_date": "1923",
"language": "en"
},
{
"author": "Bolling, G. M.",
"title": "The athetized lines of the Iliad.",
"publisher": "Baltimore",
"publication_date": "1944",
"language": "en"
},
{
"author": "Borchhardt, J.",
"title": "Homerische Helme. Helmformen der Agdis in ihren Beziehungen zu orientalischen und europdischen Helmen in der Bronze- und friihen Eisenzeit.",
"publisher": "Mainz",
"publication_date": "1972",
"language": "de"
},
{
"author": "Borchhardt, J.",
"title": "‘Helme’, in H.-G. Buchholz and J. Wiesner, eds. Archaeologia Homerica, vol. I, ch. E: Kriegswesen, Teil 1: Schutzwaffen und Wehrbauten.",
"publisher": "Göttingen",
"publication_date": "1977",
"language": "de"
},
{
"author": "Borchmeyer, D.",
"title": "‘Hektors Abschied. Schillers Aneignung einer homerischen Szene’.",
"publisher": "Jahrbuch der Deutschen Schillergesellschaft 16: 277-98",
"publication_date": "1972",
"language": "de"
},
{
"author": "Bouvier, D.",
"title": "Le sceptre et la lyre. L'Iliade ou les héros de la mémoire.",
"publisher": "Grenoble",
"publication_date": "2002a",
"language": "fr"
},
{
"author": "Bouvier, D.",
"title": "‘Présence ou absence d’armes dans les tombes héroiques’, in Montanari 2002: 535-45.",
"publisher": "Grenoble",
"publication_date": "2002b",
"language": "fr"
},
{
"author": "Bowden, H.",
"title": "‘Hoplites and Homer: warfare, hero cult and the ideology of the polis’, in J. Rich and G. Shipley, eds. War and society in the Greek world.",
"publisher": "London",
"publication_date": "1993",
"language": "en"
},
{
"author": "Brandenburg, H.",
"title": "‘Mitpa, (oorip und (uo’, in H.-G. Buchholz and J. Wiesner, eds. Archaeologia Homerica, vol. I, ch. E: Kriegswesen, Teil 1: Schutzwaffen und Wehrbauten.",
"publisher": "Göttingen",
"publication_date": "1977",
"language": "de"
},
{
"author": "Braswell, B. K.",
"title": "A commentary on the fourth Pythian ode of Pindar.",
"publisher": "Berlin and New York",
"publication_date": "1988",
"language": "en"
},
{
"author": "Bremer, D.",
"title": "Licht und Dunkel in der friihgriechischen Dichtung. Interpretationen zur Vorgeschichte der Lichtmetaphysik.",
"publisher": "Bonn",
"publication_date": "1976",
"language": "de"
},
{
"author": "Brillante, C.",
"title": "‘La scrittura in Omero’.",
"publisher": "Quaderni Urbinati di cultura classica 52: 31-45",
"publication_date": "1996",
"language": "it"
},
{
"author": "Broccia, G.",
"title": "‘Il posto della “Exropos xai Av8poudyns dutia nell' iade e nel corso della vita eroica di Ettore. Nota sul pensiero della morte nell' Niade’.",
"publisher": "Atti della Accademia delle Scienze di Torino, Classe di Scienze morali, storiche e filologiche 91: 165-203",
"publication_date": "1956/7",
"language": "it"
},
{
"author": "Broccia, G.",
"title": "Struttura e spirito del libro VI dell'Iliade. Contributo allo studio del problema omerico. Parte prima: dalle androctasie del preludio alla homilia.",
"publisher": "Sapri",
"publication_date": "1963",
"language": "it"
},
{
"author": "Broccia, G.",
"title": "La forma poetica dell’Iliade e la genesi dell’epos omerico.",
"publisher": "Messina",
"publication_date": "1967",
"language": "it"
},
{
"author": "Brunius-Nilsson, E.",
"title": "Aaiisvie: an inquiry into a mode of apostrophe in old Greek literature.",
"publisher": "Uppsala",
"publication_date": "1955",
"language": "sv"
},
{
"author": "Bryce, T. R.",
"title": "The Lycians: a study of Lycian history and civilisation to the conquest of Alexander the Great, vol. 1: The Lycians in literary and epigraphic sources.",
"publisher": "Copenhagen",
"publication_date": "1986",
"language": "en"
},
{
"author": "Bryce, T. R.",
"title": "‘Lukka revisited’.",
"publisher": "Journal of Near Eastern Studies 51: 121-30",
"publication_date": "1992",
"language": "en"
},
{
"author": "Burgess, J. S.",
"title": "The tradition of the Trojan War in Homer and the epic cycle.",
"publisher": "Baltimore, MD",
"publication_date": "2001",
"language": "en"
},
{
"author": "Burkert, W.",
"title": "Zum altgriechischen Mitleidsbegriff.",
"publisher": "Diss. Erlangen",
"publication_date": "1955",
"language": "de"
},
{
"author": "Burkert, W.",
"title": "‘Das hunderttorige Theben und die Datierung der Ilias’.",
"publisher": "Wiener Studien n.s. 10: 5-21",
"publication_date": "1976",
"language": "de"
},
{
"author": "Burkert, W.",
"title": "Greek religion, trans. J. Raffan.",
"publisher": "Cambridge, MA",
"publication_date": "1985",
"language": "en"
},
{
"author": "Burkert, W.",
"title": "La cité d’Argos entre la tradition mycénienne, dorienne et homérique’, in V. Pirenne-Delforge, ed. Les Panthéons des cités des origines a la Périégése de Pausanias. Actes du Colloque organisé a VUniversité de Liége du 15 au 17 mai 1997 (2e partie), Kernos Supplément 8.",
"publisher": "Liége",
"publication_date": "1998 (Reprinted in C. Riedweg, ed. Walter Burkert. Kleine Schriften I, Göttingen 2001) 166-77",
"language": "fr"
},
{
"author": "Buxton, R.",
"title": "‘Similes and other likenesses’, in R. Fowler, ed. The Cambridge companion to Homer.",
"publisher": "Cambridge",
"publication_date": "2004",
"language": "en"
},
{
"author": "Cairns, D. L.",
"title": "Aidos: the psychology and ethics of honour and shame in ancient Greek literature.",
"publisher": "Oxford",
"publication_date": "1993",
"language": "en"
},
{
"author": "Cairns, D., ed.",
"title": "Oxford readings in Homer's Iliad.",
"publisher": "Oxford",
"publication_date": "2001",
"language": "en"
},
{
"author": "Calder III, W. M.",
"title": "‘Gold for bronze: Iliad 6.232-36', in Rigsby 1984: 315.",
"publisher": "",
"publication_date": "1984",
"language": "en"
},
{
"author": "Calder III, W. M. and Cobet, J., eds.",
"title": "Heinrich Schliemann nach hundert Jahren.",
"publisher": "Frankfurt",
"publication_date": "1990",
"language": "de"
},
{
"author": "Calder III, W. M. and Traill, D. A., eds.",
"title": "Myth, scandal and history: the Heinrich Schliemann controversy and a first edition of the Mycenaean diary.",
"publisher": "Detroit, MI",
"publication_date": "1986",
"language": "en"
},
{
"author": "Cantarella, E.",
"title": "‘Friendship, love, and marriage’, in G. Boys-Stones, B. Graziosi and P. Vasunia, eds. The Oxford handbook of Hellenic studies.",
"publisher": "Oxford",
"publication_date": "2009",
"language": "en"
},
{
"author": "Capettini, E.",
"title": "‘La “vera” Andromaca (Eur. Tro. 731-732), Materiali e discussioni per Vanalisi dei testi classici 58: 217-23.",
"publisher": "",
"publication_date": "2007",
"language": "it"
},
{
"author": "Carlier, P.",
"title": "La royauté en Gréce avant Alexandre.",
"publisher": "Strasbourg and Paris",
"publication_date": "1984",
"language": "fr"
},
{
"author": "Carlier, P.",
"title": "‘Avog and faoiteis in the Homeric poems’, in S. Deger-Jalkotzy and I. S. Lemos, eds. Ancient Greece: from the Mycenaean palaces to the age of Homer.",
"publisher": "Edinburgh",
"publication_date": "2006",
"language": "en"
},
{
"author": "Carrara, P.",
"title": "‘Laddio ad Andromaca e ad Astianatte nell'Ettore di Astidamante’, Prometheus 23: 215-21.",
"publisher": "",
"publication_date": "1997",
"language": "it"
},
{
"author": "Casabona, J.",
"title": "Recherches sur le vocabulaire des sacrifices en grec. Des origines à la fin de l'époque classique.",
"publisher": "Aix-en-Provence",
"publication_date": "1966",
"language": "fr"
},
{
"author": "Cassio, A. C.",
"title": "‘Epica greca e scrittura tra VIII e VII secolo a.C. madrepatria e colonie d’Occidente’, in G. Bagnasco Gianni and F. Cordano, eds. Scritture mediterranee tra il IX e il VII sec. a.C. Atti del seminario. Universita degli Studi di Milano, Istituto di Storia Antica, 23-24 febbraio 1998.",
"publisher": "Milan",
"publication_date": "1999",
"language": "it"
},
{
"author": "Cassio, A. C.",
"title": "‘Early editions of the Greek epics and Homeric textual criticism’, in Montanari 2002: 105-36.",
"publisher": "",
"publication_date": "2002",
"language": "en"
},
{
"author": "Cassio, A. C.",
"title": "‘La Tessaglia, l'isola di Lesbo e i dativi plurali del tipo “epeessi”, in M. Vetta and C. Catenacci, eds. I luoghi e la poesia nella Grecia antica. Atti del convegno Universita ‘G. D’Annunzio’ di Chieti-Pescara (20-22 aprile 2004).",
"publisher": "Alessandria",
"publication_date": "2006",
"language": "it"
},
{
"author": "Cassola, E.",
"title": "Inni omerici.",
"publisher": "Milan",
"publication_date": "1975",
"language": "it"
},
{
"author": "Caswell, C. P.",
"title": "A study of thumos in early Greek epic.",
"publisher": "Leiden",
"publication_date": "1990",
"language": "en"
},
{
"author": "Cavafy, C. P.",
"title": "Collected poems, ed. G. Savidis, trans. E. Keeley and P. Sherrard, rev. edn.",
"publisher": "Princeton, NJ",
"publication_date": "1992",
"language": "en"
},
{
"author": "Caylus, A. C. P., de Tubiares, Comte de",
"title": "Tableaux tirés de l'Iliade, de l'Odyssée, et de l'Enéide.",
"publisher": "Paris",
"publication_date": "1757",
"language": "fr"
},
{
"author": "Ceccarelli, P.",
"title": "‘Message épistolaire et message oral au Proche Orient ancien et en Gréce archaique et classique’, in E. Gavoille and L. Nadjo, eds. Epistulae antiquae III, Actes du Ie colloque international ‘Le genre épistolaire antique et ses prolongements européens’, Tours, 28-30 septembre 2000.",
"publisher": "Louvain and Paris",
"publication_date": "2002",
"language": "fr"
},
{
"author": "Chadwick, J.",
"title": "‘The descent of the Greek epic’.",
"publisher": "Journal of Hellenic Studies 110: 174-7",
"publication_date": "1990",
"language": "en"
},
{
"author": "Chadwick, J.",
"title": "Lexicographica Graeca: contributions to the lexicography of ancient Greek.",
"publisher": "Oxford",
"publication_date": "1996",
"language": "en"
},
{
"author": "Chantraine, P.",
"title": "‘Grec aiyios.",
"publisher": "Annuaire de l'Institut de Philologie et Histoire Orientales et Slaves de l'Université Libre de Bruxelles 5: 169-74",
"publication_date": "1937",
"language": "fr"
},
{
"author": "Chantraine, P.",
"title": "‘Les noms du mari et de la femme, du pare et de la mare en grec’.",
"publisher": "Revue des études grecques 59-60: 219-50",
"publication_date": "1946-7",
"language": "fr"
},
{
"author": "Chantraine, P.",
"title": "Grammaire Homérique, 2 vols.",
"publisher": "Paris",
"publication_date": "1948-53",
"language": "fr"
},
{
"author": "Chantraine, P.",
"title": "Dictionnaire étymologique de la langue grecque: histoire des mots, 2nd edn with supplement by A. Blanc, C. de Lamberterie and J-L. Perpillow.",
"publisher": "Paris",
"publication_date": "1999",
"language": "fr"
},
{
"author": "Cheyns, A.",
"title": "‘Recherche sur lemploi des synonymes jrop, wip et xoadin dans l'Iliade et l'Odyssée’.",
"publisher": "Revue belge de philologie et d'histoire 63: 15-75",
"publication_date": "1985",
"language": "fr"
},
{
"author": "Ciani, M. G.",
"title": "pose termini affini nella poesia greca. Introduzione a una fenomenologia della luce.",
"publisher": "Florence",
"publication_date": "1974",
"language": "it"
},
{
"author": "Cingano, E.",
"title": "‘I nomi dei Sette a Tebe e degli Epigoni nella tradizione epica, tragica, e iconografica’, in A. Aloni, E. Berardi, G. Besso and S. Cecchin, eds. I Sette a Tebe. Dal mito alla letteratura, Atti del seminario internazionale (Torino 21-22.2.2001).",
"publisher": "Bologna",
"publication_date": "2002",
"language": "it"
},
{
"author": "Cingano, E.",
"title": "‘Riflessi dell’epos tebano in Omero e in Esiodo’.",
"publisher": "Incontri triestini di filologia classica 2: 55-76",
"publication_date": "2002-3",
"language": "it"
},
{
"author": "Cingano, E.",
"title": "‘Tradizioni epiche intorno ad Argo da Omero al VI sec. aC’, in P. Angeli Bernardini, ed. La citta di Argo. Mito, storia, tradizioni poetiche. Atti del convegno internazionale, Urbino, 13-15 giugno 2002.",
"publisher": "Rome",
"publication_date": "2004",
"language": "it"
},
{
"author": "Clader, L. L.",
"title": "Helen: the evolution from divine to heroic in Greek epic tradition.",
"publisher": "Leiden",
"publication_date": "1976",
"language": "en"
},
{
"author": "Clampitt, A.",
"title": "Collected poems.",
"publisher": "New York",
"publication_date": "1997",
"language": "en"
},
{
"author": "Clark, M.",
"title": "‘Formulas, metre and type-scenes’, in R. Fowler, ed. The Cambridge companion to Homer.",
"publisher": "Cambridge",
"publication_date": "2004",
"language": "en"
},
{
"author": "Clarke, M.",
"title": "‘Between lions and men: images of the hero in the Iliad’.",
"publisher": "Greek, Roman and Byzantine Studies 36: 137-59",
"publication_date": "1995",
"language": "en"
},
{
"author": "Clarke, M.",
"title": "Flesh and spirit in the songs of Homer: a study of words and myths.",
"publisher": "Oxford",
"publication_date": "1999",
"language": "en"
},
{
"author": "Clarke, M.",
"title": "‘Manhood and heroism’, in R. Fowler, ed. The Cambridge companion to Homer.",
"publisher": "Cambridge",
"publication_date": "2004",
"language": "en"
},
{
"author": "Clay, J. S.",
"title": "The wrath of Athena: gods and men in the Odyssey.",
"publisher": "Princeton, NJ",
"publication_date": "1983",
"language": "en"
},
{
"author": "Clay, J. S.",
"title": "The politics of Olympus: form and meaning in the major Homeric hymns.",
"publisher": "Princeton, NJ",
"publication_date": "1989",
"language": "en"
},
{
"author": "Clay, J. S.",
"title": "Hesiod’s cosmos.",
"publisher": "Cambridge",
"publication_date": "2003",
"language": "en"
},
{
"author": "Clay, J. S.",
"title": "‘Homer's Trojan theater’.",
"publisher": "Transactions of the American Philological Association 137: 233-52",
"publication_date": "2007",
"language": "en"
},
{
"author": "Clingham, G.",
"title": "‘Translating difference: the example of Dryden's “Last parting of Hector and Andromache”’.",
"publisher": "Studies in the Literary Imagination 33.2: 45-70",
"publication_date": "2000",
"language": "en"
},
{
"author": "Cobet, J.",
"title": "Schliemann: Archdologe und Abenteurer.",
"publisher": "Munich",
"publication_date": "1997",
"language": "de"
},
{
"author": "Cobet, J. and Gehrke, H. J.",
"title": "‘Warum um Troia immer wieder streiten?’.",
"publisher": "Geschichte in Wissenschaft und Unterricht 53: 290-325",
"publication_date": "2002",
"language": "de"
},
{
"author": "Cobet, J. and Patzek, B., eds.",
"title": "Archdologie und historische Erinnerung: Nach 100 Jahren Heinrich Schliemann.",
"publisher": "Essen",
"publication_date": "1992",
"language": "de"
},
{
"author": "Cohen, D.",
"title": "Law, sexuality, and society: the enforcement of morals in classical Athens.",
"publisher": "Cambridge",
"publication_date": "1991",
"language": "en"
},
{
"author": "Coin-Longeray, S.",
"title": "‘Agrvos et a@veds chez Homére: la richesse prestigieuse’, in Lalies: actes des sessions de linguistique et de littérature 19 (Aussois, 24-29 août 1998).",
"publisher": "Paris",
"publication_date": "1999",
"language": "fr"
},
{
"author": "Collins, D. B.",
"title": "Immortal armor: the concept of alke in archaic Greek poetry.",
"publisher": "Lanham, MD",
"publication_date": "1998",
"language": "en"
},
{
"author": "Collins, D. B.",
"title": "Master of the game: competition and performance in Greek poetry.",
"publisher": "Washington, DC",
"publication_date": "2004",
"language": "en"
},
{
"author": "Collins, L.",
"title": "‘The wrath of Paris: ethical vocabulary and ethical type in the Iliad’.",
"publisher": "American Journal of Philology 108: 220-32",
"publication_date": "1987",
"language": "en"
},
{
"author": "Collins, L.",
"title": "Studies in characterization in the Iliad",
"publisher": "Frankfurt",
"publication_date": "1988",
"language": "en"
},
{
"author": "Crielaard, J.P.",
"title": "‘The cultural biography of material goods in Homer's epics’",
"publisher": "GAIA: Revue interdisciplinaire sur la Gréce archaique 7: 49-62",
"publication_date": "2003",
"language": "fr"
},
{
"author": "Crotty, K.",
"title": "The poetics of supplication: Homer's Iliad and Odyssey",
"publisher": "Ithaca, NY and London",
"publication_date": "1994",
"language": "en"
},
{
"author": "Currie, B.",
"title": "Pindar and the cult of heroes",
"publisher": "Oxford",
"publication_date": "2005",
"language": "en"
},
{
"author": "Dalby, A.",
"title": "‘The Iliad, the Odyssey and their audiences’",
"publisher": "Classical Quarterly 45: 269-79",
"publication_date": "1995",
"language": "en"
},
{
"author": "Danek, G., trans.",
"title": "Bosnische Heldenepen",
"publisher": "Klagenfurt",
"publication_date": "2003",
"language": "de"
},
{
"author": "Danek, G.",
"title": "‘Antenor und die Bittgesandtschaft. Ilias, Bakchylides 15 und der Astarita-Krater’",
"publisher": "Wiener Studien 118: 5-20",
"publication_date": "2005",
"language": "de"
},
{
"author": "Danek, G.",
"title": "‘Antenor und seine Familie in der Ilias’",
"publisher": "Wiener Studien 119: 5-22",
"publication_date": "2006a",
"language": "de"
},
{
"author": "Danek, G.",
"title": "‘Die Gleichnisse der Ilias und der Dichter Homer’, in F. Montanari and A. Rengakos, eds. La poésie épique grecque: métamorphoses d'un genre littéraire (Entretiens sur L'Antiquité Classique 52)",
"publisher": "Vandoevres-Geneva",
"publication_date": "2006b",
"language": "fr"
},
{
"author": "Davidson J.",
"title": "‘Homer and Euripides’ Troades’",
"publisher": "Bulletin of the Institute of Classical Studies 45: 65-79",
"publication_date": "2001",
"language": "en"
},
{
"author": "Davies, M.",
"title": "‘Homer and Dionysus’",
"publisher": "Eikasmos 11: 15-27",
"publication_date": "2000",
"language": "it"
},
{
"author": "Davies, M. I.",
"title": "‘The reclamation of Helen’",
"publisher": "Antike Kunst 20: 73-85",
"publication_date": "1977",
"language": "de"
},
{
"author": "Denniston, J.D.",
"title": "The Greek particles, 2nd edn",
"publisher": "Oxford",
"publication_date": "1954",
"language": "en"
},
{
"author": "Deoudi, M.",
"title": "Heroenkulte in homerischer Zeit",