Skip to content
Popup Example

Earn From News Kiosk

30,000-year-old Vultures feathers discovered, uniquely preserved in Volcanic Ash

March 26, 2025
30,000-year-old Vultures feathers discovered, uniquely preserved in Volcanic Ash

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!
30,000-year-old Vultures feathers discovered, uniquely preserved in Volcanic Ash

Fossilized feathers of a 30,000-year-old Griffon Vulture have been found in a remarkable state of preservation, with details unlike any previous. The discovery, made in the colli Albani Volcanic Complex Near Rome, Italy, Has Intrigued Scientists for Decades. The remains, which include traces of the bird’s wing feathers and eyelids, was the first Unerthed in 1889. Until now, the preservation process remained unexplained. New Research Suggessts That The Feathers were encased in Volcanic Ash, Later Transforming Into Silicon-Rich Zeolite Crystals, which retained the structure of the vulture ‘ This marks the first institution of such preservation occurring in Volcanic Material.unprecedented preservation through zeolite crystalsaccording to the study published in geology Microscopes and chemical testing revealed that feathers were fossilized in three-dimensional form. This contrasts with the usual fossilization process, where feathers leave two-dimensional carbon imprints. Previous, three-dimensional feather fossils had only been identified in amber. The research team, LED by Valentina Rossi, A Paleobiological At University College Cork In Ireland, Found That Zeolite Minerals Had Played A Critical Role in Mainting The Feathers’ Microscopy Details. Speaking to live science, rossi described the discovery as unique, highlighting that feathers preserved in Volcanic ash Had Never Been Documentsed Before.Burial In Volcanic as Volcanic as Volcanic as Volcanic as Volcanic as Volcanic as Featuresthe fossil, initially discovered by a landowner in the Foothills of Mountain Tuscolo, Had Been Noted for Its Unusual Preservation in Volcanic Rock. Over time, much of the speech was lost, leaveing ​​only part of one wing, the head, and the neck. Recent reanalysis identified even Finer Details, Including The Structure of the Vulture’s Eyelids and Skin. According to Dawid Iurino, Associate Professor in Vertebrate Paleontology at the University of Milan, The Bird was likely buried in a low-profile pyroClastic Deposit. He explained to live Science that while Volcanic Environments Typically Destroy Organic Material, Certain Conditions Allowed Soft Tissues to Be Fossilized at a Cellular Level. Discoveries in Volcanic Rockthe Study Sugges That The Preservation Process Occurned Within Days, as the ash reacted with water and gradally formhed zeolite crystals. Maria McNamara, Professor of Paleontology at University College Cork, Told Live Science that the Findings Block Expand the Scope of Fossil Research. She noted that delicate tissues had not previously ben expected to survive in Volcanic Rock, Opening New Possibilites for similar discoveries in the future. For the latest tech news and reviews, follow gadgets 360 on x, Facebook, WhatsApp, Threads and Google News. For the latest videos on gadgets and tech, subscribe to our YouTube channel. If you want to know everything about top influencers, Follow our in-House Who’Shat360 on Instagram and YouTube. Anthropic upgrades claude ai chatbot with web search capability Airtel, Vodafone idea (vi) roll out prepaid plans with jiohotstar subscription ahead of IPL 2025 (Tagstotranslate) 30000-year-old Vultures uncovered preserved in Volcanic Ash Fossilized Feathers (T) Vulture Fossil (T) Volcanic Present (T) Volcanic Present (T) Volcanic Present (T) Ancient Birds (T) PaleonTOLOGY DISCOVERRI

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