An encyclopedia is by its nature a collaborative work, and this one is noexception—indeed, to a greater extent than we could have imagined whenembarking on the project. Initially the editors planned to write the lion’sshare of the entries for this volume, commissioning only the articles that wedid not feel competent to write ourselves. As the process unfolded, however,we ended up commissioning a substantial part of the work, ordering articlesfrom more than 90 colleagues. These submissions were all handled by GáborÁgoston, who wishes to express his gratitude to the contributors who sharedtheir expertise with us and braved many rounds of revision and clarification.Our editors at Facts On File, Claudia Schaab (executive editor), JuliaRodas (editor), and Kate O’Halloran (copy editor) rigorously vetted, queried, and edited the text; we wish to thank them for their meticulous workon the volume. Thanks also go to Alexandra Lo Re (editorial assistant);Dale Williams and Sholto Ainslie (map designers), as well as to JamesScotto-Lavino and Kerry Casey (desktop designers), who reproduced andsharpened our photos.Some entries were written originally in Turkish and translated intoEnglish. The substantial work involved in re-writing and editing these articleswas done with the help of a number of talented graduate and undergraduate students at Georgetown University. Elizabeth Shelton worked the moston these articles, but I also got help from Ben Ellis, and Emrah Safa Gürkan translated two articles from French. As part of Georgetown University’sUndergraduate Research Opportunity Program (GUROP), Anoush Varjabedian and Jon Gryskiewicz edited several entries, and Wafa Al-Sayed searchedthe Library of Congress and other public domain sites for illustrations.Finally, I wish to thank Kay Ebel and Scott Redford, directors of Georgetown University’s McGhee Center for Eastern Mediterranean Studies inAlanya (Turkey), for their collegiality during my stay in Alanya in the spring2008, when I finished the second round of editing. Most of the photos weretaken during our field trips to Bursa, Edirne, Istanbul, Syria and Cyprus. KayEbel helped me in selecting the photos and writing the captions, and to getthrough the last phases of the work.—Gábor Ágoston
# Search
curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "4lmLi8jGEaSRsATMj9kKHB1X_5OqgvXgL4WEvgYDXzY", "query": "What is alexanDRIA library?"}'
# Query
curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "4lmLi8jGEaSRsATMj9kKHB1X_5OqgvXgL4WEvgYDXzY", "level": 2}'