He met with the head of the caretaker administration, Ahmed al-Shara, on Monday after his arrival in Damascus. The Special Envoy said that all countries, including Israel, must take into account Syria’s sovereignty, unity, independence and territorial integrity. Along with this, an inclusive and credible political process led by Syrian citizens must be carried forward and the sanctions imposed on the country must be lifted. International support is necessary in this matter. According to Geyer Pedersen, the UN remains committed to supporting the transitional process in Syria and the shared priorities of the country’s civilians, in line with the terms of Security Council Resolution 2254. The Special Envoy will meet with various stakeholders in Syria in the coming days to discuss: Will continue the discussion. In December 2024, the Assad regime in Syria, which had been suffering the brunt of war for the last 14 years, fell, after which ordinary citizens had no hope for a stable and There is an opportunity to move towards a peaceful future. However, at this time the country is also facing a huge humanitarian and economic crisis and a large part of the population is dependent on humanitarian assistance. Concerned by violent incidents. Meanwhile, the UN Humanitarian Office (OCHA) Expressed concern over the escalation of violent conflict in the north-eastern part of Syria. According to UN partner organizations, from 16 to 18 January, Menbij, Ain al-Arab, near eastern Aleppo, At least three people have lost their lives and 14 others have been injured in shelling and attacks in other areas. Some shops are also reported to have been damaged in a car explosion in a market in Mainbiz. Due to these incidents, people have been forced to flee their homes and are facing difficulties in providing humanitarian aid. Under these circumstances, the repair of the Tishreen Dam has been affected, and more than four lakh people have now been displaced for the last six weeks. Suffering from shortage of water and electricity for a long time. There are also reports of damage to basic facilities due to conflict in Al-Raqqa and Al-Hasakeh. More than 24 thousand displaced people are living in extremely difficult conditions in more than 200 emergency centers in north-eastern Syria. Protection of civilians The United Nations has reiterated that all parties must ensure the protection of civilians while complying with international humanitarian law. A UN spokesperson said on Monday that whether civilians stay in their homes or are displaced, they must be protected at all costs and provided with essential goods. “All parties must support humanitarian operations in a safe and unhindered manner.” Meanwhile, the UN, together with its partner organisations, is providing humanitarian aid, including food, cash, winter clothing and health supplies, to populations in need. Is engaged in delivering other essential items. Since November 27, bread has been provided to 32 lakh people across the country while food aid has been provided to four lakh people.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!