ADVERTISEMENT

Artificial meat is now made in space; distribution to supermarkets possible

Published Oct 11, 2019 07:37 pm
By Agence France-Presse NEW YORK – Creating meat from cells is no longer the realm of science fiction: a Russian cosmonaut did it aboard the International Space Station, and it is just a matter of time before these products arrive in supermarkets. Mark Post, a professor at Maastricht University, holds the world's first lab-grown beef burger.  (AFP Photo / HO / MANILA BULLETIN) Mark Post, a professor at Maastricht University, holds the world's first lab-grown beef burger.
(AFP Photo / HO / MANILA BULLETIN) Tests carried out in space in September led to the production of beef, rabbit, and fish tissue using a 3D printer. This new technology “could make long-term travel possible and renew space exploration,” to Mars for example, said Didier Toubia, the head of the Israeli startup Aleph Farms, which provided cells for the tests. “But our goal is to sell meat on Earth,” he told AFP. The idea “is not to replace traditional agriculture,” he said. “It's about being a better alternative to factory farming.” What's in a name? The first burger designed with cow stem cells was made by Mark Post, a Dutch scientist from Maastricht University, and presented in 2013. Several startups have since taken to the niche market. The cost of production is still very high, and none of the products are available for sale. The name for the meat products is still up for debate: laboratory, artificial, cell-based, cultivated. But tastings have already taken place, and industry players are banking on small-scale commercialization taking place fairly quickly. “It is likely to be this year,” Josh Tetrick, the head of California's JUST company, which is growing meat from cells, said at a conference in San Francisco. “Not on the market in four thousand Walmarts or in all McDonald's, but in a handful of restaurants,” Tetrick said. “The question is what do you want to put out at what cost,” said Niya Gupta, founder and CEO of Fork & Goode, which is growing meat from cells in New York. “As an industry, we are finally making progress on the science. The next step is really making progress on the engineering challenges.” The arrival of laboratory-grown meat on supermarket shelves at reasonable prices could happen in five to 20 years, according to estimates. But it would need more investment, according to several observers. The sector attracted a total of only $73 million in 2018, according to The Good Food Institute, an organization promoting alternatives to meat and fish. Another obstacle is regulation, which remains imprecise. In the United States, for example, the government outlined a regulatory framework that shared oversight of cell-based foods between the Department of Agriculture and the Food and Drug Administration, but it is not yet finalized. Labeling For supporters, cell-based meat and fish products can transform the production system sustainably by avoiding the raising and killing of animals. However, questions remain about the real environmental impact, particularly in terms of energy consumption, as well as about safety. But “the market opportunity is enormous, especially for seafood,” said Lou Cooperhouse, the CEO of startup BlueNalu. “Global demand in the world is at an all-time high,” he said of seafood, but “we have a supply problem” with overfishing, climate change and a very variable supply, coupled with “an issue with the supply itself” with, for example, the presence of mercury in some fish. “What if we could add a third leg on the supply chain, wild caught, farm raised, cell-based?” Created in 2018, BlueNalu is developing a technological platform that can be used to design various seafood products, mainly fish filets without bones or skin. Scientific literature on stem cells, biological engineering or organic tissue printing already existed, said BlueNalu's chief technology officer Chris Dammann. “We need to put the technology back together and optimize it,” Dammann said. The rise of cell-based proteins is not a major source of concern for traditional agriculture. “It is something we need to monitor,” said Scott Bennett, the director of congressional relations for the Farm Bureau organization, which represents farmers and ranchers. Bennett said he feels “our energy would be much better spent in focusing (on) increasing the overall market shares for proteins, especially in developing countries.” “Some people for social reasons will want to buy this product. But there will always remain a market for conventional meat,” he said. “We feel as it should not be called meat, because we don't want to confuse the consumer as to what this really is. We want to make sure the labelling is very clear,” Bennett added.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.