-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
336 lines (319 loc) · 21.6 KB
/
Copy pathpublications.html
File metadata and controls
336 lines (319 loc) · 21.6 KB
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
–<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Publications — Adam Mestyan</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Source+Sans+3:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/style.css?v=7">
<style>
.pub-header{margin-bottom:40px;}
.pub-header .rule{width:40px; height:3px; background:var(--maroon); margin-bottom:18px;}
.pub-header p{color:var(--ink-soft); font-size:15px; margin-top:8px;}
.pub-section{margin-bottom:48px;}
.pub-section h3{font-size:19px; margin-bottom:18px; color:var(--ink); border-bottom:1px solid var(--border); padding-bottom:8px;}
.pub-card{background:var(--paper); border:1px solid var(--border); border-radius:6px; padding:18px 22px; margin-bottom:12px; box-shadow:0 1px 3px rgba(30,20,10,0.04);}
.pub-title{font-family:'Playfair Display', serif; font-size:16.5px; font-weight:700; color:var(--ink); margin-bottom:6px; line-height:1.4;}
.pub-title a{color:var(--ink);}
.pub-title a:hover{color:var(--maroon);}
.pub-meta{font-size:18px; color:var(--ink-soft); line-height:1.6;}
.pub-meta a{color:var(--maroon);}
.pub-meta em{font-style:italic; color:var(--maroon);}
.pub-badges{margin-top:10px; display:flex; gap:8px; flex-wrap:wrap;}
.pub-badge{background:var(--cream); color:var(--maroon); font-size:11.5px; padding:4px 10px; border-radius:999px; border:1px solid var(--border);}
</style>
</head>
<body>
<script src="assets/nav.js"></script>
<header class="site-nav">
<div class="wrap nav-row">
<div class="home-group"><a class="home-link" href="index.html">Home</a><a href="publications-ar.html" class="lang-toggle" aria-label="Arabic">ع</a></div>
<nav>
<ul>
<li><a href="about.html">About</a></li>
<li class="nav-dropdown" tabindex="0">
<a href="javascript:void(0)">CV</a>
<ul class="dropdown-menu">
<li><a href="assets/mestyan_CV.pdf" target="_blank" rel="noopener">Full CV</a></li>
<li><a href="assets/mestyan_OnePageCV.pdf" target="_blank" rel="noopener">One-Page CV</a></li>
</ul>
</li>
<li><a href="books.html">Books</a></li>
<li><a href="publications.html" class="active">Publications</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a class="nav-social" href="https://www.facebook.com/adam.mestyan" target="_blank" rel="noopener" aria-label="Facebook"><svg viewBox="0 0 24 24"><path d="M22 12.06C22 6.5 17.52 2 12 2S2 6.5 2 12.06c0 5 3.66 9.15 8.44 9.94v-7.03H7.9v-2.91h2.54V9.85c0-2.5 1.49-3.89 3.77-3.89 1.09 0 2.24.2 2.24.2v2.46h-1.26c-1.24 0-1.63.77-1.63 1.56v1.88h2.78l-.44 2.91h-2.34V22c4.78-.79 8.44-4.94 8.44-9.94z"/></svg></a></li>
</ul>
</nav>
</div>
</header>
<section class="hero" style="padding:64px 0;">
<div class="wrap">
<div class="hero-name" style="font-size:44px; letter-spacing:6px;">Publications</div>
</div>
</section>
<section class="section">
<div class="wrap">
<div style="margin-bottom:32px; display:flex; gap:16px; justify-content:center;">
<a class="btn btn-solid" style="color:#fff;" href="https://orcid.org/0000-0002-5945-6147" target="_blank" rel="noopener">ORCID site</a>
<a class="btn btn-solid" style="color:#fff;" href="https://harvard.academia.edu/AdamMestyan" target="_blank" rel="noopener">Academia.edu site</a>
</div>
<div class="pub-section">
<h3>Monographs</h3>
<div class="pub-card">
<div class="pub-title"><a href="https://press.princeton.edu/books/hardcover/9780691190976/modern-arab-kingship" target="_blank" rel="noopener">Modern Arab Kingship — The Remaking of the Ottoman Political Order in the Interwar Middle East</a></div>
<div class="pub-meta">Princeton, NJ: Princeton University Press, 2023.</div>
</div>
<div class="pub-card">
<div class="pub-title"><a href="https://www.amazon.com/Arab-Patriotism-Ideology-Culture-Ottoman-ebook/dp/B01MQDLE96/ref=sr_1_1?ie=UTF8&qid=1531572286&sr=8-1&keywords=arab+patriotism" target="_blank" rel="noopener">Arab Patriotism — The Ideology and Culture of Power in Late Ottoman Egypt</a></div>
<div class="pub-meta">Princeton, NJ: Princeton University Press, 2017.</div>
</div>
</div>
<div class="pub-section">
<h3>Edited Volumes</h3>
<div class="pub-card">
<div class="pub-title"><a href="https://www.ifao.egnet.net/publications/catalogue/9782724707496/" target="_blank" rel="noopener">Primordial History, Print Capitalism, and Egyptology in Nineteenth-Century Cairo: Muṣṭafā Salāma al-Naǧǧārī's The Garden of Ismail's Praise</a></div>
<div class="pub-meta">Cairo: Ifao, 2021.</div>
</div>
<div class="pub-card">
<div class="pub-title">Látvány/színház (Spectacle/Theatre — Genre, body, performativity)</div>
<div class="pub-meta">Ed. by Ádám Mestyán and Eszter Horváth. Budapest: L'Harmattan, 2006 (in Hungarian).</div>
</div>
</div>
<div class="pub-section">
<h3>Peer-reviewed articles</h3>
<div class="pub-card">
<div class="pub-title">"<a href="https://doi.org/10.1163/15685209-12341676" target="_blank" rel="noopener">Micro-Numerals: Unit Fractions, Carats, and the Arabic Culture of Accountancy, 900s–1900s</a>"</div>
<div class="pub-meta"><em>Journal of the Economic and Social History of the Orient</em> 69, 3–4 (2026): 548–628.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://doi.org/10.1093/pastj/gtae015" target="_blank" rel="noopener">Microhistory As Industrial History — Environment, Sugar Capitalism, and Labour in Egypt, 1863–1879</a>"</div>
<div class="pub-meta"><em>Past & Present</em> 268 (2025): 143–180.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://www.academia.edu/126319534/_ACQUISITION_BY_USE_IN_ISLAMIC_LAW_I%E1%B8%A4Y%C4%80%CA%BE_AL_MAW%C4%80T_IN_THREE_LEGAL_OPINIONS_FROM_LATE_OTTOMAN_EGYPT_The_Arabist_47_2024_79_93" target="_blank" rel="noopener">Acquisition By Use in Islamic Law: Ihya' al-Mawat in Three Legal Opinions from Late Ottoman Egypt</a>"</div>
<div class="pub-meta"><em>The Arabist</em> 47 (2024): 79–93.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://www.cambridge.org/core/journals/law-and-history-review/article/probate-regime-enchanted-bureaucracy-islamic-law-and-the-capital-of-orphans-in-nineteenthcentury-egypt/65F3D4F30C7A6D89FC570F4308A7B4D9" target="_blank" rel="noopener">The Probate Regime — Enchanted Bureaucracy, Islamic Law, and The Capital of Orphans in Nineteenth-Century Egypt</a>"</div>
<div class="pub-meta">With Rezk Nuri. <em>Law and History Review</em> 40, 4 (2022): 597–624.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://www.cambridge.org/core/journals/journal-of-global-history/article/from-administrative-to-political-order-global-legal-history-the-organic-law-and-the-constitution-of-mandate-syria-19251930/2179433F41F6295E4E75623E19AAA339" target="_blank" rel="noopener">From Administrative to Political Order? Global Legal History, the Organic Law, and the Constitution of Mandate Syria, 1925–1930</a>"</div>
<div class="pub-meta"><em>Journal of Global History</em> 17, 2 (2022): 292–311.</div>
</div>
<div class="pub-card">
<div class="pub-title">"An Egyptian Shaykh's Literary World: Digitally Reconstructing Islamic Print Culture Through Mustafa Salama al-Najjari's Books, Cairo 1870"</div>
<div class="pub-meta">With †Kathryn Schwartz. <em>Journal of the Ottoman and Turkish Studies Association</em> 9, no. 2 (2022): 85–90.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://arabist.hu/volumes/volume-44/land-privatization-in-islamic-law-the-case-of-ir%e1%b9%a3ad-in-egypt-1850-1950/" target="_blank" rel="noopener">Land Privatization in Islamic Law? The Case of Irsad in Egypt, 1850–1950</a>"</div>
<div class="pub-meta"><em>The Arabist</em> 44 (2022): 87–104.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://doi.org/10.1017/S0960777321000291" target="_blank" rel="noopener">Muslim Dualism? — Inter-Imperial History and Austria-Hungary in Ottoman Political Thought, 1867–1921</a>"</div>
<div class="pub-meta"><em>Contemporary European History</em> 30, 4 (2021): 478–496.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://brill.com/view/journals/jesh/63/5-6/article-p743_3.xml?language=en&ebody=abstract%2Fexcerpt" target="_blank" rel="noopener">Seeing Like a Khedivate: Taxing Endowed Agricultural Land, Proofs of Ownership, and the Land Administration in Egypt, 1869</a>"</div>
<div class="pub-meta"><em>Journal of the Economic and Social History of the Orient</em> 63, no. 5–6 (2020): 743–787.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://arabist.hu/volumes/volume-41/pious-endowments-land-and-women-in-late-ottoman-egypt-reading-the-grand-muftis-opinions-from-1848-1849/" target="_blank" rel="noopener">Pious Endowments: Land and Women in Late Ottoman Egypt — Reading the Grand Mufti's Opinions, 1848–49</a>"</div>
<div class="pub-meta"><em>The Arabist</em> 41 (2020): 85–100.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://www.cambridge.org/core/journals/comparative-studies-in-society-and-history/article/domestic-sovereignty-ayan-developmentalism-and-global-microhistory-in-modern-egypt/476D900944CD602E0AA955646A0C57FE" target="_blank" rel="noopener">Domestic Sovereignty, A'yan Developmentalism, and Global Microhistory in Modern Egypt</a>"</div>
<div class="pub-meta"><em>Comparative Studies in Society and History</em> 60, 2 (2018): 415–445.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://read.dukeupress.edu/cssaame/article-abstract/37/2/262/129398/Upgrade-Power-and-Sound-during-Ramadan-and-Id-al?redirectedFrom=fulltext" target="_blank" rel="noopener">Upgrade? Power and Sound during Ramadan and 'Id al-Fitr in the Nineteenth-Century Ottoman Arab Provinces</a>"</div>
<div class="pub-meta"><em>Comparative Studies of South Asia, Africa, and the Middle East</em> 37, no. 2 (2017): 262–279.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://journals.openedition.org/anisl/2139" target="_blank" rel="noopener">Affairisme dynastique et dandysme au Caire vers 1900: Le Club des Princes et la formation d'un quartier du divertissement rue 'Imad al-Din</a>"</div>
<div class="pub-meta">With Mercedes Volait. <em>Annales Islamologiques</em> 50 (2016): 55–106 (in French).</div>
</div>
<div class="pub-card">
<div class="pub-title">"Preface — Ignac Goldziher's Report on the Books Brought from the Orient for the Hungarian Academy of Sciences"</div>
<div class="pub-meta"><em>Journal of Semitic Studies</em> 60, 2 (2015): 443–480.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Arabic Theatre in Early Khedivial Culture, 1868–1872: James Sanua Revisited"</div>
<div class="pub-meta"><em>International Journal of Middle East Studies</em> 46, 1 (2014): 117–137.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Materials for a History of Hungarian Academic Orientalism: The Case of Gyula Germanus, 1884–1979"</div>
<div class="pub-meta"><em>Die Welt des Islams</em> 54 (2014): 4–33.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Power and Music in Cairo: Azbakiyya"</div>
<div class="pub-meta"><em>Urban History</em> 44, 4 (2013): 681–704.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Arabic Lexicography and European Aesthetics: the Origin of Fann"</div>
<div class="pub-meta"><em>Muqarnas — An Annual on the Visual Cultures of the Islamic World</em> 28 (2011): 69–100.</div>
</div>
</div>
<div class="pub-section">
<h3>Encyclopaedia entries</h3>
<div class="pub-card">
<div class="pub-title">"Fuad I"</div>
<div class="pub-meta"><em>Encyclopaedia of Islam, Three</em>. Leiden: Brill, 1: 22–24.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Khedive"</div>
<div class="pub-meta"><em>Encyclopaedia of Islam, Three</em>. Leiden: Brill, 2020, 2: 70–71.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Tawfiq Muhammad al-Bakri"</div>
<div class="pub-meta"><em>Encyclopaedia of Islam, Three</em>. Leiden: Brill, 2019, 6: 19–21.</div>
</div>
</div>
<div class="pub-section">
<h3>Articles and chapters in edited volumes</h3>
<div class="pub-card">
<div class="pub-title">"<a href="https://scholars.duke.edu/individual/pub1436300" target="_blank" rel="noopener">Hārūn Al-Rašīd, the Arabian Nights, and Politics on the Arabic Stage, 1850s–1920s</a>"</div>
<div class="pub-meta">In <em>The Thousand and One Nights: Sources and Transformations in Literature, Art, and Science</em>, edited by William Granara and Ibrahim Akel, 175–197. Leiden: Brill, 2020.</div>
</div>
<div class="pub-card">
<div class="pub-title">"The Muslim Bourgeoisie and Philanthropy in the Late Ottoman Empire"</div>
<div class="pub-meta">In <em>The Global Bourgeoisie</em>, ed. Christof Dejung et al., 207–228. Princeton: Princeton University Press, 2019.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Muḥammad Yūsuf Najm — A Maker of the Nahḍa"</div>
<div class="pub-meta"><em>al-Abḥāth</em> 64 (2016): 97–118.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://brill.com/view/book/edcoll/9789004323353/B9789004323353_010.xml" target="_blank" rel="noopener">'I Have To Disguise Myself' — Gyula Germanus and Pilgrimage as Cultural Capital, 1935–1965</a>"</div>
<div class="pub-meta">In <em>Hajj and Europe in the Age of Empires</em>, ed. Amr Ryad. Leiden: Brill, 2016.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Sound, Military Music, and Opera in Egypt during the Rule of Mehmet Ali Pasha (r. 1805–1848)"</div>
<div class="pub-meta">In <em>Ottoman Empire and European Theatre</em>, Vol. II, 539–564. Vienna: Hollitzer, 2014.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Cultural Policy in the Late Ottoman Empire? The Palace and the Public Theatres in Nineteenth-Century Istanbul"</div>
<div class="pub-meta">In <em>Kulturpolitik und Theatre</em>, ed. Philipp Ther, 127–149. Vienna: Böhlau Verlag, 2012.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Niqāṭ ḥawla al-siyāsa al-thaqāfiyya li-ḥukūmat ʿUrābī (Notes on the Cultural Policy of the ʿUrābī Government)"</div>
<div class="pub-meta"><em>Rūznāme — Yearbook of the Egyptian National Archives</em> (2010): 203–214 (in Arabic).</div>
</div>
<div class="pub-card">
<div class="pub-title">"From Private Entertainment to Public Education: Opera in the late Ottoman Empire"</div>
<div class="pub-meta">In <em>Oper und Geschichte</em>, 263–276. Wien: Oldenburg Verlag, 2010.</div>
</div>
<div class="pub-card">
<div class="pub-title">"The ethics of knowledge: Religio Academici reconsidered"</div>
<div class="pub-meta">In <em>Religio Academici</em>, 215–239. Budapest: Akadémiai Kiadó, 2009.</div>
</div>
<div class="pub-card">
<div class="pub-title">"The Nefertiti-paradigm"</div>
<div class="pub-meta"><em>Holmi</em> 8 (2006): 1075–1087 (in Hungarian).</div>
</div>
<div class="pub-card">
<div class="pub-title">"The orthographical canonisation of the Qur'an"</div>
<div class="pub-meta">In <em>A változatosság dicsérete</em>. Budapest: Collegium Erasmus, 2005.</div>
</div>
</div>
<div class="pub-section">
<h3>Digital publications & projects</h3>
<div class="pub-card">
<div class="pub-title">"<a href="https://newsofcairo.org/" target="_blank" rel="noopener">News of Cairo</a> ("Digital Cairo")"</div>
<div class="pub-meta">2022–2024. Lead PI, co-directors Hugh Cayless and Mercedes Volait, part of La fabrique du Caire moderne project, supported by NEH and Ifao. <a href="https://zenodo.org/records/15255721" target="_blank" rel="noopener">Zenodo</a>.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://cairemoderne.hypotheses.org/" target="_blank" rel="noopener">La fabrique du Caire moderne</a>"</div>
<div class="pub-meta">2018–present. Research blog (carnet Hypothèses); same project as News of Cairo, hosted by the Institut français d'archéologie orientale (Ifao).</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://projectnaggari.github.io/index.html" target="_blank" rel="noopener">Project Naggari</a>"</div>
<div class="pub-meta">2017–2022. Co-director with †Kathryn Schwartz. The Online Reconstruction and Visualization of a Nineteenth-Century Arabic Library. <a href="https://zenodo.org/record/7606371" target="_blank" rel="noopener">Zenodo</a>.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://projectjaraid.github.io/" target="_blank" rel="noopener">Jara'id: A Chronology of Arabic Periodicals (1800–1929)</a>"</div>
<div class="pub-meta">2009–2020. With Till Grallert et al. (Version v1.0) [Data set]. <a href="https://zenodo.org/record/4399240" target="_blank" rel="noopener">Zenodo</a>.</div>
</div>
</div>
<div class="pub-section">
<h3>Book reviews</h3>
<div class="pub-card">
<div class="pub-title">"Ahmed El Shamsy, <em>Rediscovering the Islamic Classics: How Editors and Print Culture Transformed An Intellectual Tradition</em> (Princeton: Princeton University Press, 2020)"</div>
<div class="pub-meta"><em>Middle Eastern Literatures</em> 26, 3 (2023): 378–381.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Daniel Stolz, <em>The Lighthouse and the Observatory: Islam, Science, and Empire in Late Ottoman Egypt</em> (Cambridge, 2018)"</div>
<div class="pub-meta"><em>Isis</em> 110, 3 (2019): 633–634.</div>
</div>
<div class="pub-card">
<div class="pub-title">"István Ormos, <em>Egy életút állomásai: Kmoskó Mihály, 1876–1931</em> (Budapest: Magyar Egyháztörténeti Enciklopédia Munkaközösség, 2017)"</div>
<div class="pub-meta"><em>Budapest Review of Books (Budapesti Könyvszemle)</em> 31, 1–2 (2019): 97–98.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Matthew Ellis, <em>Desert Borderland: The Making of Modern Egypt and Libya</em> (Stanford, 2018)"</div>
<div class="pub-meta"><em>International Journal of Middle East Studies</em> 51, 2 (2019): 325–327.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Ali Yaycioglu, <em>Partners of the Empire: The Crisis of the Ottoman Order in the Age of Revolutions</em> (Stanford, 2016)"</div>
<div class="pub-meta"><em>The Hungarian Historical Review</em> 6, no. 1 (2017): 243–246.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Liat Kozma, <em>Policing Egyptian Women — Sex, Law, and Medicine in Khedivial Egypt</em> (Syracuse, 2011)"</div>
<div class="pub-meta"><em>British Journal of Middle Eastern Studies</em> 40, no. 4 (2013): 469–470.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Julia Clancy-Smith, <em>Mediterraneans</em> (Berkeley, 2011)"</div>
<div class="pub-meta"><em>European Review of History</em> 19, no. 3 (2012): 461–463.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Imaging the Mediterranean — Reviews of Ian Chambers, <em>Mediterranean Crossings</em> and <em>Mediterranean Passages</em>"</div>
<div class="pub-meta"><em>European Review of History</em> 18, 2 (2011): 267–270.</div>
</div>
<div class="pub-card">
<div class="pub-title">"István Ormos, <em>Max Herz Pasha</em> (Cairo: IFAO, 2009)"</div>
<div class="pub-meta"><em>Élet és Irodalom</em>, October 2009 (in Hungarian).</div>
</div>
<div class="pub-card">
<div class="pub-title">"The Morality of Symbolic Geography"</div>
<div class="pub-meta">Review of <em>East-Central Europe</em>, nos. 1–2 (2005). <em>Budapest Review of Books</em>, 3 (2008) (in Hungarian).</div>
</div>
<div class="pub-card">
<div class="pub-title">"Elisabeth Clegg, <em>Art, Design, and Architecture in Central Europe 1890–1920</em> (Yale, 2006)"</div>
<div class="pub-meta"><em>East-Central Europe online</em>, <a href="http://www.ece.ceu.hu/?q=node/114" target="_blank" rel="noopener">2007–</a>, published in hardcopy 2009/1.</div>
</div>
</div>
<div class="pub-section">
<h3>Translations & popular writing</h3>
<div class="pub-card">
<div class="pub-title">"<a href="https://aeon.co/essays/sharif-hussein-and-the-campaign-for-a-modern-arab-empire" target="_blank" rel="noopener">The Arab Kingdom</a>"</div>
<div class="pub-meta"><em>Aeon</em>, 7 August 2023.</div>
</div>
<div class="pub-card">
<div class="pub-title">"Ignaz Goldziher, Report on the Books Brought from the Orient for the Library of the Hungarian Academy of Sciences"</div>
<div class="pub-meta">Translated from Hungarian. In <em>Journal of Semitic Studies</em> 60, 2 (2015).</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="http://www.aeon.co/ideas/was-cairos-grand-opera-house-a-tool-of-cultural-imperialism" target="_blank" rel="noopener">Was Cairo's grand opera house a tool of cultural imperialism?</a>"</div>
<div class="pub-meta"><em>Aeon</em>, 25 April 2018.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="https://globalurbanhistory.com/2017/02/13/global-ottoman-the-cairo-istanbul-axis/" target="_blank" rel="noopener">Global Ottoman: The Istanbul-Cairo Axis</a>"</div>
<div class="pub-meta"><em>Global Urban History</em>, 13 February 2017.</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="http://www.almoqtataf.tk/2015/07/blog-post_30.html" target="_blank" rel="noopener">Al-Masraḥ al-ʿArabī fī al-Thaqāfa al-Khidiwiyya: Iʿādat al-Naẓar ilā James Sanua</a>"</div>
<div class="pub-meta"><em>Majallat al-Muqtaṭaf al-Miṣriyya</em>, 30 July 2015 (in Arabic).</div>
</div>
<div class="pub-card">
<div class="pub-title">"<a href="http://hazine.info/2014/03/03/daralmahfuzat" target="_blank" rel="noopener">Dar al-Mahfuzat al-ʿUmumiyya</a>"</div>
<div class="pub-meta">Hazine website, March 2014.</div>
</div>
</div>
</div>
</section>
<footer class="site-footer">
<div class="wrap">© 2013–2026 Adam Mestyan · <a href="contact.html">Contact</a></div>
</footer>
</body>
</html>