A short link on March 14, 2025, 00:01 Anastasia Rumyantseva Representatives of the Student Expeditionary Corps “Arctic team” (RTU MIREA) proposed to declare 2026 the year of the Arctic in Russia, as well as hold a federal information campaign to attract the attention of society to Arctic projects. A copy of the appeal addressed to the Chairman of the Government of Russia Mikhail Mishustin is at the disposal of RT.
“We know firsthand both about the unique natural variety of the region and its problems and difficulties that represent a serious challenge for all polar explorers. It is impossible to visit the Arctic and remain indifferent. Russia, according to the President of the Russian Federation, Vladimir Putin, is an unconditional leader in the region, which means that the Arctic is responsible for the preservation and increase of the wealth of the Arctic, ”the initiative is in the text of the appeal, it is proposed to consider the possibility of announcing 2026 by the year of the Arctic in Russia and organizing and holding the federal information campaign to attract the attention of society to the Arctic projects. Science, culture, civil society and youth will be able to propose and begin to implement their own projects related to the development and preservation of the Arctic. This will increase the prestige of work in these unique places and strengthen the status of Russia as a country-a leader in the Arctic region,-it emphasizes in a letter. It was reported that the international scientific and practical conference “Far East and Arctic: Sustainable Development” will be held on March 13-14 in Moscow in the Arctic A Arctic-Dialogue Territory. text? Highlight it and click “Ctrl + Enter” Subscribe to our channel in Zen
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);
News kiosk Latest Posts
// 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!