EMRC, USAID sign deal on new energy sector information management system

EMRC Chairman Zeyad Saaida, Marie Warzala, programme director of the USAID-funded Energy Sector Support Activity, and officials during a signing ceremony (Petra photo)

AMMAN — The Energy and Minerals Regulatory Commission (EMRC) and the United States Agency for International Development (USAID) on Tuesday signed an agreement to implement a data and information management system in the energy sector.

The agreement aims to increase transparency in data collection and enable the EMRC to better respond to the evolving needs of the energy sector by establishing a national information system, according to the Jordan News Agency, Petra.

EMRC Chairman Zeyad Saaida, who signed the agreement with Marie Warzala, programme director of the USAID-funded Energy Sector Support Activity, said that the forthcoming National Energy Sector Information System will serve as a centralised database using modern information technologies.

The system will play an important role in the government's strategic planning process and will provide the public insight into the sector's status. The system is designed to be accessible to all individuals and institutions, with the exception of confidential information as defined by EMRC guidelines, Saaida said.

Warzala said that the USAID-funded Energy Sector Support Activity programme aims to support Jordan in implementing economic reforms within public sector institutions, promoting self-reliance and realising sustainability drivers.

Richard Chen, director of USAID's Office of Economic Development and Energy, said that technical assistance will be provided to the EMRC to build their capacity, strengthen the regulatory and oversight framework for the sector, promote sustainability and ease access to energy self-reliance.

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