University of Arizona opens satellite branch at PSUT

Mashhoor Al Refai, president of PSUT (centre right) and Brent White, dean of the University of Arizona’s International Branches, inaugurate the opening of a satellite branch of the American university at the PSUT campus  (Photo courtesy of PSUT)

Agreement should provide students with more opportunities at universities overseas — statement


AMMAN — Mashhoor Al Refai, president of Princess Sumaya University for Technology (PSUT), and Brent White, dean of the University of Arizona’s International Branches, opened a satellite branch of the American university at the PSUT campus recently, according to statement sent by PSUT.

The vice presidents of PSUT and a number of deans of the university, in addition to a delegation from the University of Arizona attended the event. The opening resulted from PSUT’s work, since its establishment in 1991, to implement academic curricula commensurate within the standards of modern educational methods aimed at generating graduates who are both academically and practically equipped to meet the requirements of the global labour market, said in the statement.

Refai said in the statement that the start of the 2018/19 academic year saw the introduction at the university of a joint master's programme in engineering management, taught at the PSUT campus. Its partner, the University of Arizona, ranks 24th in the world in this specialisation, the statement added.

Students taking the programme are accredited with two separate master's degrees from both the US and Jordan. The statement said that the two parties plan to develop and introduce further joint programmes at both the postgraduate and undergraduate levels in the future, and work will be carried out on strengthening academic and research relations between the two sides.

According to the statement, the agreement will help provide PSUT students with more opportunities for acceptance into universities overseas, for a wide range of disciplines in both undergraduate and graduate studies. Furthermore, it enhances the exchange of expertise between the two parties, allowing each party to benefit from the other’s educational, administrative and management resources.

White praised the importance of cooperation between the universities, and called PSUT a fine university that enjoys a good reputation for programmes.

The name of PSUT is also carried highly by its students who consistently achieve excellent results in international competitions, he added in the statement.

Beyond the opening ceremony, the visiting delegation from the University of Arizona met with members of the university’s various departments and the deans of the schools involved in the agreement. A meeting with the students enrolled in the master of engineering management programme was also held to familiarise them with the University of Arizona and the programmes they offer.

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