Follow the latest developments and our publications.
🌍 International📍 Local🎙️ Testimonies📊 Analysis
International
War between Iran, Israel, and the United States: where do things stand?
Starting in late February 2026 with joint US-Israeli strikes on Iran, the conflict resumed in early July after a ceasefire agreement collapsed, with regional repercussions across several Gulf countries.
July 2026
Local
Article title to come
Short article summary, covering the key information in a few lines.
July 2026
Testimony
Article title to come
Short article summary, covering the key information in a few lines.
July 2026
Analysis
Article title to come
Short article summary, covering the key information in a few lines.
July 2026
International
Article title to come
Short article summary, covering the key information in a few lines.
July 2026
(function(){
var track = document.getElementById(‘spTrackEn’);
var prev = document.getElementById(‘spPrevEn’);
var next = document.getElementById(‘spNextEn’);
if(!track) return;
var step = 320;
var pos = 0;
function maxScroll(){ return Math.max(0, track.scrollWidth – track.parentElement.clientWidth); }
next.addEventListener(‘click’, function(){
pos = Math.min(pos + step, maxScroll());
track.style.transform = ‘translateX(-‘ + pos + ‘px)’;
});
prev.addEventListener(‘click’, function(){
pos = Math.max(pos – step, 0);
track.style.transform = ‘translateX(-‘ + pos + ‘px)’;
});
})();