Iraqi student hopes scholarship will help boost education for Yazidis

Iraqi student hopes scholarship will help boost education for Yazidis

BEIRUT — A Yazidi boy who fled persecution by the Daesh terror group in Iraq hopes his scholarship to study at an international school will help him to improve orphans' education in his war-ravaged homeland.

Aido Khiro Omar, an 18-year-old student from Mosul in northern Iraq has started his first week at United World College in Dilijan, Armenia — an international boarding school that hosts students from 82 countries.

"It was really a golden chance for me to get a good education in another country... because the education in Iraq is very poor," Omar said in an e-mail to the Thomson Reuters Foundation.

Omar wants to create education opportunities for orphans in Iraq, where learning has been severely disrupted by conflict and displacement.

"The children study in tents, and are also living in tents they have nowhere to go to do their homework... Many Yazidi girls do not complete their education and go to school as it is dangerous for a girl alone," he said.

Daesh insurgents overran the Yazidi religious community's heartland in Sinjar, northwest Iraq, in August 2014, systematically killing, capturing and enslaving thousands of Yazidi inhabitants.

UN investigators estimate more than 5,000 Yazidis have been rounded up and slaughtered and some 7,000 women and girls forced into sex slavery.

Iraqi forces recaptured the city of Mosul this year after months of fighting to wrest it from Daesh’s control.

Omar is the first recipient of an annual Lamiya Aji Bashar Scholarship. Bashar is a Yazidi rights advocate who was among thousands of women and girls abducted, tortured and sexually abused by Daesh militants after the militants rounded up Yazidis in the village of Kocho, near Sinjar in 2014.

The scholarship was established by Aurora Humanitarian Initiative in partnership with the activist.

"This scholarship is the opportunity of a lifetime for young people from my community," Bashar said in a statement.

Omar wants to study biology, chemistry and global politics in the two-year International Baccalaureate programme.

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