EU conference addresses education obstacles facing Syrians

AMMAN — The EU and German Agency for International Cooperation (GIZ) on Sunday held a conference to discuss higher education issues faced by Syrian refugees in Jordan, according to a joint statement.

The conference, titled, “Syrian Students in Jordan: Time to Start Over”, was held with the patronage of the Minister of Higher Education and Scientific Research Walid Maani and 120 participants from ministries, international and non-governmental organisations, universities and Syrian students in Jordan.

The conference resulted from workshops for Syrian students held by the European Union’s EDU-SYRIA programme, which took place at the German-Jordanian University, Zarqa University, Luminus Technical University College and Zaatari camp. The recommendations from the workshops were presented at the conference in the form of dialogue sessions, the statement said.

EU Ambassador to Jordan Andrea Fontana also attended the event expressing the EU’s “gratitude to Jordan, which has made huge efforts to address the Syrian refugees’ needs. We believe students have the right to fulfil their life aspiration and self-realisation, therefore the scholarship programmes supported by the EU and implemented by its partners, offer an important variety of opportunities and choices”.

According to the statement, the conference was funded in part by the EU’s “Madad” Fund and the German Federal Ministry for Economic Cooperation and Development.

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