New Cartilage Type Found: Lipocartilage Resembling Fat, Boosts Elasticity
A newly identified form of cartilage, distinct from the three commonly recognized types, has been described by scientists. This tissue, termed “lipocartilage,” stands out due to its unique composition. Unlike typical cartilage, which features thick fibrous matrices, lipocartilage contains balloon-like cells filled with oils. These cells are uniform and closely packed, forming a springy yet durable structure. Found in areas such as the ear and nose, this tissue combines elasticity with resistance to deformation, according to reports. Study Highlights the Characteristics of LipocartilageAs per findings published in Science, lipocartilage was first observed during an analysis of mouse ear tissue. This tissue, resembling fat but with a distinct fibrous matrix, was shown to maintain its size regardless of calorie intake. Unlike adipose cells, lipocartilage lacks enzymes for fat breakdown and transporters for dietary fats, ensuring its structural stability. Maksim Plikus, Professor at the University of California, Irvine, compared it to “Bubble Wrap” in an email to Live Science, noting its role in enhancing the acoustic properties of the outer ear by maintaining consistent sound wave transmission.Historical Observations RediscoveredThe tissue was first documented in the 1850s by Franz von Leydig, who described it as cartilage resembling adipose tissue. Subsequent mentions in the 1960s and 1970s faded into obscurity until its recent rediscovery. The study highlights lipocartilage’s distinct genetic and molecular characteristics, supporting its classification as a potential fourth type of cartilage. Some experts, including Shouan Zhu from Ohio University, have expressed reservations, suggesting it might represent a subtype of elastic cartilage. Wider Implications and Future ResearchLipocartilage was identified in human fetal tissues and several mammals but not in nonmammals. Researchers aim to explore its evolutionary origins, regenerative capabilities, and how it manages high fat content without toxicity. As reported by Live Science, according to Viviana Hermosilla Aguayo and Dr. Licia Selleri from the University of California, San Francisco, this discovery may necessitate updates to anatomy and histology texts. Catch the latest from the Consumer Electronics Show on Gadgets 360, at our CES 2025 hub.
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!