Impact of electoral violence discussed at int’l symposium

AMMAN — President of the European Centre for Electoral Support (ECES) Monica Frassoni on Tuesday moderated a discussion panel on the prevention of electoral violence, as part of the 15th International Electoral Affairs Symposium held at the Dead Sea.

Organised by the Independent Election Commission (IEC) in collaboration with the ECES and the International Centre for Parliamentary Studies, the event included three panel discussions on Monday and two on Tuesday.

Titled “Preventing, Managing and Mediating Electoral Violence”, the discussion saw the participation of speakers from Kosovo, Burkina Faso, Colombia and Jordan.

“We are witnessing a big part of the population that is defending the peace process, and another part of the population that wants to actually destroy and end the peace process,” Hector Rojas, a magistrate at the National Electoral Council of Colombia said during the panel.

He added that, even though Colombia is not witnessing the kidnappings and killings like it used to in the past, they are living in a “hugely” polarised state, where the population does not really know how to address the issue following the recent peace accords signed only half a year ago.

“The abuse of the truth has become unmanageable, and this is a primary form of violence against individuals,” Rojas stressed.

Mohammad Qatawneh, director of legal affairs of the IEC Jordan, said that the topic of electoral violence is an issue of great interest for the country. “We are not only discussing the elections, but also the violence in the elections,” he said.

“We used to witness riots after the results in all elections, and this will be there for so many years even if the candidates accepted the results, but most of the times they still feel inside them that it was a forged win,” he said.

Qatawneh stressed that, since its establishment, the IEC has believed that citizens are the central part of the electoral process, taking all negative concerns seriously into account, bridging all gaps resulting from this process, and also developing integrity and security procedures.

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