Czech scholar’s photography brings Middle East history to life

Czech scholar’s photography brings  Middle East history to life

AMMAN — The Jordan Museum on Tuesday evening opened a nine-day exhibition of photographs of the Kingdom and other countries in the region taken by Alois Musil, a late 19th and early 20th century Czech explorer.

The exhibition, organised in cooperation with the Czech embassy in Amman, moves chronologically through photos from Musil’s first journey in what was then the West Bank of the Jordan River to his travels in Sinai, Gaza and the Negev, following him through Jordan, Syria, Iraq and, finally, Saudi Arabia.

The scholar was the first European to visit the desert castle of Qasayr Amra, 85km northeast of Amman, in 1898, “discovering” it and documenting it a few years later, convincing the scientific community of its importance.

Over the course of his travel through the Middle East, Musil also became very close with a number of bedouin tribes, becoming co-leader of two.

Musil’s photographs “constitute the highly original diary of a scholar who, first and foremost, was intent on documenting his explorations... [his] photographic archive is an authentic wellspring of images lacking neither ambience nor documentary value,” the exhibition material said.

In addition to his own photography, Musil contributed reproductions of illustrations, inscriptions and photographs, cartography of unmapped areas, and his historical and cultural understanding of life in the Middle East to his era’s scholarship on the region.

The explorer’s experiences and observations “are collected in more than 70 books and over 1,400 specialist and popular articles”, according to exhibition organisers.

He went on to play a pivotal role in establishing the Oriental Institute in Prague.

Musil’s photographs showcase numerous elements of Middle Eastern life at the time, from landscapes and oases to castles and local farmers, as well as a shot of the Treasury in Petra before the restoration of its columns.

The exhibition, which brings to life the history of the Kingdom and the region as a whole, runs until October 29 at the Jordan Museum.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });