PNT to host launch of ‘Heritage for Yemen's Generations’ project Sunday

AMMAN — Yemeni Minister of Education Tariq Akbari is scheduled to visit Jordan on Sunday, at the invitation of HRH Princess Dana Firas, president of the Petra National Trust (PNT) and UNESCO Goodwill Ambassador for Cultural Heritage, to participate in the launching ceremony of the "Heritage for Yemen's Generations" project.

The event will be held at the PNT’s headquarters on Sunday, the Jordan News Agency, Petra, reported.

The project, one of its kind at the regional level, is funded by the International Alliance for the Protection of Heritage in Conflict Areas (ALIPH), and in cooperation with the Yemeni Ministry of Education, and comes as part of the trust’s regional efforts to protect cultural heritage and spread awareness about it.

The PNT is developing an extracurricular educational programme for children of the age group (7-12) in Yemen, where an intensive training programme will be held for Yemeni teachers and educational supervisors in Jordan to enable them to implement the programme in Yemen.

The programme aims to instill awareness among the participants of the importance of cultural heritage, and enhance their sense of ownership and preservation of their heritage sites through interactive learning methods.

.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'); }); }); });