Crown Prince visits Singapore’s Institute of Technical Education

HRH Crown Prince Hussein visits the Institute of Technical Education in Singapore, and tours its facilities which include innovation incubators and science labs to train students and provide practical applications that qualify them to meet labour market needs (Photo courtesy of Royal Court)

AMMAN — HRH Crown Prince Hussein on Thursday visited the Institute of Technical Education in Singapore.

Crown Prince Hussein toured the institute’s facilities, including innovation incubators and science laboratories where students receive practical training that prepares them to meet labour market needs, according to a Royal Court statement.

The Crown Prince highlighted the need to build sustainable partnerships between the institute and technical and vocational training institutions in Jordan, commending Singapore’s experience in this field.

His Royal Highness said Jordan launched its national strategy for education and vocational training for 2023-2027 as part of the Economic Modernisation Vision, stressing Jordan’s commitment to achieving reforms in this field.

A memorandum of understanding was signed between the Institute of Technical Education and Jordan’s Vocational Training Corporation, in order to offer consultancy services, training programmes for students, and training of trainers, in addition to exchanging expertise based on best practices.

The institute’s strategy aims to graduate dynamic generations that can adapt to future labour market needs and to build the capacities of students, according to a briefing by the institute’s executive director.

Minister of Digital Economy and Entrepreneurship Ahmad Hanandeh, Planning Minister Zeina Toukan, Jordan’s Ambassador to Singapore Samer Naber, and Director of the Office of the Crown Prince Zaid Baqain accompanied His Royal Highness on the visit.

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