The Saló de Cent welcomed on Wednesday the first part of the delivery of the Ciutat Awards of Barcelona 2024. This year, in its 75th edition, the gala first incorporated two new categories, a Digital Culture Award, awarded to the Estampa Workshop Collective for its cartography of generative artificial intelligence, and another design and fashion, awarded to Teresa Helbig by its Wet Ballet collection. On May 27, the awards will be awarded in the scientific categories. Among the award -winning, Xavier Pla received the Agustí Duran and Sanpere of essay, Humanities and History Award for his biography a Cor Furtiu about the writer Josep Pla. In the category of popular cultures, the recognition was for the Coordinator of Colles Geganres in Barcelona, while the Duo Tarta Renena, formed by Marta Torrella and Helena Ros, won the Music Award for her album this question. Carlos and Lucía Ferrater, together with Jesús Coll, collected the award in architecture and urbanism. Cristina Masanés was distinguished in Catalan literature, while the Peruvian writer Gabriela Wiener received the prize in Castilian Language literature for Atusparia. Professor Marta Galán went up to collect the distinction in culture and education, and in translation Xavier Pàmies was rewarded. In performing arts, Victoria Szpunberg collected the award for his work L’Itiu Category. Jordi Colomer collected the Award in Plastic Arts, and actress Maria Rodríguez Soto the Visual Arts, for the Mamífera and House films in Flames. Lee also Collboni highlights the importance of culture in the current political and social context of Barcelona, Jaume Collboni, stressed the importance of culture in the current political and social context. The speeches in favor of culture before “these reactionary and convulsive times” were a constant throughout the ceremony, which also included two performances by the Mallorcan singer -songwriter Maria Hein, who performed the lady of Mallorca and Alenar, by Maria del Mar Bonet, in a beautiful version of voice and piano. The ceremony ended with the dance of L’àliga, with which historically honor of the great personalities of the city.
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!