Skip to content
Popup Example

Earn From News Kiosk

Bangladesh: With the help of brick pucca houses, trying to secure defense from storms

February 19, 2025
Bangladesh: With the help of brick pucca houses, trying to secure defense from storms

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

News kiosk Latest Posts

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!

Prova Mridha, who came in 2007, still remembers Sidar, which caused heavy destruction in Bangladesh. The mother of a child, Mridha, took refuge in a local school, leaving her cattle to avoid the storm, which was then converted into a temporary shelter. She says that when she returned home, she saw that her cattle had either died or were swept away in flood waters. Mardha is a resident of Joykha village. This area of ​​Mongla sub -district located near the port, cyclones and rising sea water levels are falling in the risk of rapid climate change. Such situations are normal in Bangladesh. Out of the 17 million 40 lakh population of the country, more than 80 percent of the people live in the flood Ganga-Brahmaputra Delta. Many of these people are settled on land with height less than 2 meters above sea level, due to which they are at risk of havoc of cyclones and storm waves. United Nations Environment Program (UNEP) and colleagues in view of these risks, aquatic in view of these risks To help communities to deal with disasters, a project to build houses has been launched across the country that can bear shocks of such climate disasters Are. So far, construction of 37 houses has been completed in collaboration with UNEP’s Copenhagen Climate Center and International Development Organization BRAC. One of these houses is also from Prova Mradha. This house costing about 12 thousand US dollars is built on a high platform to avoid floods and is able to bear the strong winds of the cyclone. It also has rainwater harvesting system for safe drinking water, solar panels on the roof for power supply and a cattle school inside. This house also works as an emergency shelter and has a facility to stay up to 40 people. Muhammad Liaqat Ali, the BRAC’s Climate Change Director, says that these shelters are built in the homes of the people. In such a situation, when the roads are drowned in floods or are blocked, there is no risk of going miles away with the elderly, young children or cattle. It is that in Bangladesh, it is very important to have such a house, where more than 7 thousand cyclone shelters are expected to be required by 2025, According to Muhammad Liaqat Ali, climate change is not a future threat to Bangladesh and many other developing countries – he is currently struggling with it. “If we have to save the progress of the decades earned by difficulty, then the world will have to increase its efforts to adapt climate change on a large scale.” According to UNEP’s adaptation interval report 2024, developing countries have only a small portion of financial aid required to deal with climate change. Climate is responsible for change, temperatures, rising sea levels, and more frequent and more intensity. In the recent United Nations Climate Change Summit held in Azerbaijan, countries agreed to provide financial assistance of US $ 300 billion every year to increase climate adaptability of developing countries. Many times discussions about climate finance were very complicated May be. But the real meaning of this financial help is that it can be built more climate-competent houses to ensure the safety of the local people. Currently about 190 people are living in these storm-resistant houses. These buildings are spread over six districts and during the cyclone Remal, which caused the fierce rain in Bangladesh in 2024, 1,000 people were sheltered. During this storm, during this storm, Mradha and many of his neighbors took refuge in their house. Was. She says that the devastation I saw at that time had never seen before. But this building, which kept the cattle and chickens of Mredha as well as their neighbors, stood firmly. He said that most The good thing was that I could give shelter to my neighbors. Now I feel safe with this house. The field -wise strategic nation environmental program (UNEP) for solution is playing a leading role in supporting the goal of the Paris Agreement, aimed at limiting global temperature growth below 2 ° C and ideally to 1.5 ° C. To achieve this, UNEP has developed field -wise solutions – a roadmap, which focuses on reducing emissions in accordance with the commitments of the Paris Agreement and maintaining climate stability. This scheme includes six major areas: Energy industry and food and food and food Land use and city

Credit-Read More

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();