Jordan employing ‘institutionalised’ anti-terror approach — Hammad

AMMAN — National anti-radicalisation and counterterrorism efforts have gone beyond a phase-based approach to become more sustainable and institutionalised, Interior Minister Salameh Hammad said Monday.

In remarks to the Jordan News Agency, Petra, Hammad added that programmes and short- and long-term strategies have been put in place to completely eradicate radical ideology in Jordan under Royal directives.

In line with this comprehensive anti-terrorism approach, he explained that the Interior Ministry has opened an anti-radicalism directorate tasked with following up on ministries’ and public agencies’ implementation of the 2014 policy document on combating extremism and violence, Petra said.

Retired Maj. Gen. Sharif Omari was appointed to head the Interior Ministry’s directorate on combating radicalism and violence, starting from November 1.

Hammad also said the directorate will conduct a periodic review of the policy document to achieve more efficiency in realising its objectives and benefit from the expertise of other countries in the field, according to Petra.

The minister added that the newly established directorate works on enhancing values of social justice, human rights, public freedoms and transparency, stressing that nurturing creativity and promoting dialogue through the educational system are a basic ingredient of the anti-radicalisation approach.

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