CINXE.COM
Cell & Gene Therapy
<!DOCTYPE html> <html lang="en"> <head> <!-- Google Tag Manager --> <script>(function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-W9C8F5F');</script> <!-- End Google Tag Manager --> <meta charset="UTF-8"> <title>Cell & Gene Therapy</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="theme-color" content="#FFF"> <meta name="author" content=""> <meta name="google-site-verification" content="bD4tV4Sl-EwlSwu4w1alwBUpBtTV_kAj0pkGjAarY-w"> <meta name="yandex-verification" content="52377bb9620367bb"> <meta itemprop="url" content="https://manufacturingchemist.com/"> <meta name="keywords" content=""> <meta name="description" content="Manufacturing Chemist serves the pharmaceutical and biopharmaceutical sectors. It offers comprehensive coverage of the industry, including drug discovery, development, manufacturing, packaging and regulatory issues. The magazine serves as a single source of information and reference for pharmaceutical researchers, scientists and decision-makers worldwide"> <link rel="icon" type="image/ico" href="/favicon.ico"> <link rel="canonical" href="https://manufacturingchemist.com/tag/cell-and-gene-therapy" /> <link href="https://cdn.jsdelivr.net/npm/remixicon@3.2.0/fonts/remixicon.css" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;1,400;1,900&display=swap" rel="stylesheet"> <link rel="stylesheet" href="/build/app_manufacturingchemist.com.f7c17d27.css"> <script src="/build/runtime.ced75ccf.js" defer></script><script src="/build/app_manufacturingchemist.com.47c00b06.js" defer></script> <script> document.addEventListener('DOMContentLoaded', function () { const cachedAdResponses = []; const lazyAdViewObserver = new IntersectionObserver(handleAdView, { threshold: [0.5] }); const lazyImageObserver = new IntersectionObserver(handleLazyImages, { threshold: 0.05 }); const lazyCSSBGImageObserver = new IntersectionObserver(handleLazyBGImages, { threshold: 0.05 }); // Initialize reloadAds(); observeImagesAndBG(); // Event listeners window.addEventListener('resize', reloadAds); document.querySelector('.nav-toggler').addEventListener('click', toggleNav); document.querySelector('.search-dropdown .close-btn').addEventListener('click', closeSearchDropdown); document.querySelectorAll('.has-sub a').forEach(element => { element.addEventListener('click', () => toggleSubMenu(element)); }); // Functions function reloadAds() { document.querySelectorAll('.ads > a').forEach(generateAdViewEvent); } function handleAdView(entries) { entries.forEach(entry => { if (entry.isIntersecting && entry.intersectionRatio > 0.5) { lazyAdViewObserver.unobserve(entry.target); confirmAdViewEvent(entry.target); } }); } function handleLazyImages(entries) { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.childNodes.forEach(replacePictureSourceAndImgSets); lazyImageObserver.unobserve(entry.target); } }); } function handleLazyBGImages(entries) { entries.forEach(entry => { if (entry.isIntersecting) { const realImageUrl = entry.target.getAttribute('data-bg'); entry.target.style.backgroundImage = `url(${realImageUrl})`; lazyCSSBGImageObserver.unobserve(entry.target); } }); } function toggleNav() { const mainNavWrapper = document.querySelector('.main-nav-wrapper'); mainNavWrapper.classList.toggle('open'); this.classList.toggle('toggle-active'); } function closeSearchDropdown() { document.querySelector('.search-dropdown').classList.remove('open'); } function toggleSubMenu(element) { const parent = element.parentElement; const isOpen = parent.classList.toggle('open'); if (isOpen) { document.querySelectorAll('.has-sub').forEach(subElement => { if (subElement !== parent) subElement.classList.remove('open'); }); } } function generateAdViewEvent(element) { if (element.hasAttribute('data-is-loaded') || !element.dataset.url || !element.hasAttribute('data-is-mobile')) { return; } const uniqueId = element.getAttribute('data-unique-id'); if (uniqueId && cachedAdResponses[uniqueId]) { return; } if (element.hasAttribute('data-is-mobile')) { if ('1' === element.getAttribute('data-is-mobile') && !window.matchMedia("(max-width: 768px)").matches || '0' === element.getAttribute('data-is-mobile') && window.matchMedia("(max-width: 768px)").matches) { return; } } const xhr = new XMLHttpRequest(); xhr.onreadystatechange = function () { if (this.readyState === 4 && this.status === 200) { const data = JSON.parse(this.responseText); element.href = data.redirect_url; element.dataset.confirmUrl = data.confirm_url; lazyAdViewObserver.observe(element); element.setAttribute('data-is-loaded', 'true'); cachedAdResponses[uniqueId] = element; } }; xhr.open('POST', element.dataset.url, true); // ASynchronous request xhr.send(); } function confirmAdViewEvent(element) { if (element.dataset.confirmUrl) { const xhr = new XMLHttpRequest(); xhr.open('POST', element.dataset.confirmUrl, true); xhr.send(); } } function replacePictureSourceAndImgSets(element) { if (element.tagName === 'SOURCE') { element.srcset = element.dataset.srcset; delete element.dataset.srcset; } else if (element.tagName === 'IMG' && element.dataset.src) { element.src = element.dataset.src; delete element.dataset.src; } } function observeImagesAndBG() { document.querySelectorAll('picture').forEach(element => lazyImageObserver.observe(element)); document.querySelectorAll('[data-bg]').forEach(img => lazyCSSBGImageObserver.observe(img)); } }); </script> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W9C8F5F" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <header class="header"> <div class="width-container wide"> <div class="padding"> <div class="header-top flex-mob-up align-items-center-mob-up justify-content-space-between-mob-up"> <a href="https://manufacturingchemist.com/" class="logo"> <img alt="Manufacturing Chemist" src="/images/logo.svg"/> </a> </div> <div class="header-bottom"> <nav class="main-nav-wrapper flex-sm-up align-items-center-sm-up justify-content-space-between-sm-up"> <button class="nav-toggler hide-show-sm-down" type="button" data-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"><span></span></span> </button> <ul class="main-nav"> <li><a href="/">Home</a></li> <li class="has-sub"><a href="#">Categories</a> <div class="dropdown wide"> <ul> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" title="Ingredients" href="/tag/ingredients"><span itemprop="name">Ingredients</span> <meta itemprop="position" content="1"> </a> </li> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" title="Analysis" href="/tag/analysis"><span itemprop="name">Analysis</span> <meta itemprop="position" content="1"> </a> </li> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" title="Manufacturing" href="/tag/manufacturing"><span itemprop="name">Manufacturing</span> <meta itemprop="position" content="1"> </a> </li> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" title="Finance" href="/tag/finance"><span itemprop="name">Finance</span> <meta itemprop="position" content="1"> </a> </li> </ul> <ul> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" title="Regulatory" href="/tag/regulatory"><span itemprop="name">Regulatory</span> <meta itemprop="position" content="1"> </a> </li> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" title="Drug Delivery" href="/tag/drug-delivery"><span itemprop="name">Drug Delivery</span> <meta itemprop="position" content="1"> </a> </li> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" title="Research & Development" href="/tag/research-and-development"><span itemprop="name">Research & Development</span> <meta itemprop="position" content="1"> </a> </li> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" title="Sustainability" href="/tag/sustainability"><span itemprop="name">Sustainability</span> <meta itemprop="position" content="1"> </a> </li> </ul> </div> </li> <li> <a title="Pharma 5.0" href="/tag/pharma">Pharma 5.0</a> </li> <li><a href="/jobs">Company News</a></li> <li><a href="/events">Events</a></li> <li><a title="Directory" href="/directory">Directory</a></li> <li class="has-sub search-dropdown"><a href="#"><i class="ri-search-line" aria-hidden="true" focusable="false"></i><span class="visually-hidden">Search</span></a> <div class="dropdown"> <ul> <li itemscope itemtype="https://schema.org/WebSite"> <meta itemprop="url" content="https://manufacturingchemist.com/"/> <form class="colourway02 transparent-background" method="get" action="/search" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"> <div class="input-group"> <input type="search" id="q" name="q" data-autocomplete-url="/ajax" data-autocomplete-field="title" itemprop="query-input" placeholder="Enter search term" class="js-autocomplete form-control ui-autocomplete-input" aria-describedby="search-addon" autocomplete="off"> <meta itemprop="target" content="https://manufacturingchemist.com/search?q={q}"> <button class="icon-btn" type="submit" id="search-addon"> <i aria-hidden="true" focusable="false" class="ri-search-line ri-xl"></i> </button> </div> <span class="close-btn"><i aria-hidden="true" focusable="false" class="ri-close-line ri-xl"></i>Close search</span> </form> </li> </ul> </div> </ul> <ul class="subscriber-nav logged-out"> <li class="subscribe-link"><a href="https://hpcimedia.com/service/signup-campaign/MCSub">Subscribe <div class="locked-story"> <div class="locked-story-inner"><i aria-hidden="true" focusable="false" class="ri-lock-line"></i></div> </div> </a></li> <li class="has-sub subscriber-dropdown"><a href="#">Login</a> <div class="dropdown"> <ul> <li> <form name="custom_user_authentication_form" method="post" action="/authentication" class="colourway02 transparent-background"> <div class="icon-input-wrapper"> <i class="ri-mail-line ri-xl" aria-hidden="true" focusable="false"><span class="visually-hidden">Password</span></i> <input type="email" id="custom_user_authentication_form_email" name="custom_user_authentication_form[email]" required="required" placeholder="Email" class="form-control" /> </div> <div class="icon-input-wrapper"> <i class="ri-key-line ri-xl" aria-hidden="true" focusable="false"><span class="visually-hidden">Password</span></i> <input type="password" id="custom_user_authentication_form_password" name="custom_user_authentication_form[password]" required="required" placeholder="Password" class="form-control" /> </div> <div class="checkbox-wrapper"> <div class="mb-3"><div class="form-check"><input type="checkbox" id="custom_user_authentication_form__remember_me" name="custom_user_authentication_form[_remember_me]" class="form-check-input form-check-input" value="1" /> <label class="form-check-label form-check-label" for="custom_user_authentication_form__remember_me">Remember me</label></div></div> </div> <input type="submit" class="btn btn-sm btn-dark m-2 hovered-shadow" value="Sign In"> <a class="forgot-password-link-wrapper" href="mailto:subscriptions@hpcimedia.com?subject=Forgot password&body=Hello, I forgot my password">Forgot password?</a> <span class="close-btn"> <i aria-hidden="true" focusable="false" class="ri-close-line ri-xl"></i>Close login form</span> </form> </li> </ul> </div> </li> </ul> <script> document.addEventListener("DOMContentLoaded", function () { document.querySelector('.subscriber-dropdown .close-btn').addEventListener('click', function () { document.querySelector('.subscriber-dropdown').classList.remove('open'); }); }); </script> </nav> </div> </div> </div> </header> <nav class="breadcrumb"> <div class="width-container wide"> <ul id="wo-breadcrumbs" class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList"> <li><a href="/"><i class="ri-home-5-line" aria-hidden="true" focusable="false"></i><span class="visually-hidden">Home</span></a> </li> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <span itemprop="name" class="current">Cell & Gene Therapy</span> <meta itemprop="item" content="/tag/cell-and-gene-therapy"/> <meta itemprop="position" content="1"/> </li> </ul> </div> </nav> <div class="main"> <header class="page-section"> <div class="width-container wide"> <div class="padding"> <div class="sidebar-grid-wrapper flex-md-up justify-content-space-between-md-up"> <div class="sidebar-grid"> <div class="sidebar-featured-block"> <div class="grid flex-mob-row"> <div class="column04 flex-sm-up align-items-center-sm-up mob-order02"> <div class="landing-intro"> <h3 class="has-icon block-header"><i class=" ri-arrow-right-up-line" aria-hidden="true" focusable="false"></i>Latest in Cell & Gene Therapy </h3> <h1>SGS launches commercial cell sorting service for the German biopharmaceutical market</h1> <p>The fluorescent-activated cell sorting (FACS) service is the first commercial service of its sort to reach the German biopharmaceutical market</p> <a href="/sgs-launches-german-commercial-cell-sorting-service-biopharma" class="read-more arrow-link inline-flex">Find out more</a> </div> </div> <div class="column08 mob-order01"> <div class="block-inner"> <a href="/sgs-launches-german-commercial-cell-sorting-service-biopharma"> <div class="featured-image article-featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/sgs-launches-commercial-cell-sorting-service.jpg"> </div> </div> </a> </div> </div> </div> </div> </div> <sidebar class="sidebar "> <div class="block block-companies stretched"> <h3 class="has-icon block-header block-large-header"> <span class="logo"><img src="/brand-logo/MC_Logo_Pharma_2024.png"></span> <span class="visually-hidden">Pharma 5.0</span> </h3> <div class="block-inner"> <div class="locked-story"> <div class="locked-story-inner"> <i aria-hidden="true" focusable="false" class="ri-lock-line"></i> <div class="tooltip below"> <span>You need to be a subscriber to read this article.<br> <a title="Subscribe" href="/get-ahead-in-the-pharmaceutical-industry-with-a">Click here</a> to find out more. </span> </div> </div> </div> <a href="/driving-efficiency-gains-the-value-of-iiot-and"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/driving-efficiency-gains-the-value-of-2.jpg"></div> </div> <h3>Driving efficiency gains: the value of IIOT and connected applications</h3> <p class="excerpt">Real-time data collection and analysis are at the heart of IIoT; by continuously monitoring equipment and production processes, manufacturers can detect anomalies, predict...</p> </a> </div> <a href="/tag/pharma"> <span class="read-more arrow-link">See more</span> </a> </div> </sidebar> </div> <div class="width-container wide intro-grid"> <div class="fixed-grid"> <div class=" block half-mob "> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/cytiva-cellular-origins-advance-cell-gene-therapy-manufacturing-automation"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/cytiva-and-cellular-origins-team-up.png"></div> </div> <h3>Cytiva and Cellular Origins team up to advance the cell and gene therapy manufacturing process</h3> <div class="tooltip above">By combining Cytiva's Sefia platform with Cellular Origins' automated Constellation platform, the two will help its customers to efficiently scale up CGT production to industrial levels </div> </a> </div> </div> </div> <div class=" block half-mob "> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/terumo-bct-jujifilm-irvine-scientific-accelerate-t-cell-expansion"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/terumo-bct-and-fujifilm-ivrine-scientific.png"></div> </div> <h3>Terumo BCT and FUJIFILM Ivrine Scientific team up to accelerate T-cell expansion</h3> <div class="tooltip above">Via Fujifilm's PRIME XV T-cell Expansion Media and Terumo BCT's Quantum Flex Cell Expansion System, the companies can reduce the cost, time and complexity of the T-cell expansion process </div> </a> </div> </div> </div> <div class=" block half-mob "> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/astraveus-achieves-first-end-to-end-car-t-production"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/astraveus-achieves-end-to-end-car-t-production-for.png"></div> </div> <h3>Astraveus achieves end-to-end CAR-T production for the first time in history</h3> <div class="tooltip above">The Lakhesys Benchtop Cell Factory utilises advanced microfluidic technology to produce CAR-T cells in a rapid and cost-effective manner </div> </a> </div> </div> </div> <div class=" block half-mob "> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/nist-standardised-protocols-in-cell-and-gene-therapy-measurement-study"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/pcr-elisa-proves-problematic-in-gene-therapy.png"></div> </div> <h3>PCR-ELISA proves problematic in gene therapy measurement, determines NIST study</h3> <div class="tooltip above">PCR-ELISA was considered the least accurate and precise assay when quantifying the concentration of genetic and viral particles in an AAV, suggesting it may not be suitable for gene therapy measurement in its current form </div> </a> </div> </div> </div> <div class=" block half-mob "> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/quantoom-biosciences-univercells-fiocruz-rna-vaccine-development-accessibility"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/quantoom-biosciences-univercells-and-fiocruz-collaborate.png"></div> </div> <h3>Quantoom Biosciences, Univercells and Fiocruz collaborate to advance global RNA vaccine development</h3> <div class="tooltip above">Together, the companies will develop RNA-based biopharmaceuticals, while also building a dedicated mRNA production facility in Brazil </div> </a> </div> </div> </div> <div class=" block half-mob "> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/servier-opens-new-86m-manufacturing-facility-loiret-france"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/servier-opens-new-86m-biologics-production.png"></div> </div> <h3>Servier opens new €86m biologics production facility in Loiret, France</h3> <div class="tooltip above">The company's Bio-S facility will be responsible for the production of biological medicines stemming from its R&D pipeline for preclinical and clinical studies </div> </a> </div> </div> </div> <div class=" block hide-md-down hide-lg-up "> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/cellular-origins-why-cell-gene-therapy-manufacturers-should-automate-the-production-process"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/why-cgt-manufacturers-should-automate-the-2.png"></div> </div> <h3>Why CGT manufacturers should automate the production process</h3> <div class="tooltip above">Cell and gene therapies can be highly complex and time-consuming to produce at scale; full robotic automation could help biologics manufacturers to make processes more space, personnel and cost efficient </div> </a> </div> </div> </div> <div class="block half-mob"> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/mythbusting-can-the-consigma-coater-handle-friable-tablets"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/mythbusting-can-the-consigma-coater-handle.jpg"></div> </div> <h3>Mythbusting: can the ConsiGma Coater handle friable tablets?</h3> <div class="tooltip above">GEA experts investigate the tablet coating process used by the company’s cascade-based ConsiGma® technology to assess its ability to handle less-robust cores </div> </a> </div> </div> </div> </div> </div> </div> </div> </header> <section class="page-section"> <div class="width-container wide"> <div class="padding"> <div class="flex-mob-row align-items-top-md-up"> <div class="sign-up subscriber-and-newsletter height01 flex-md-up align-items-center-md-up colourway02"> <div class="subscriber-block"> <div class="inner-padding"> <h2 class="headline">Become a <strong>Subscriber</strong></h2> <p>Get breaking news, product releases, technical papers, innovation features, trend reports and live content agendas covering the entire industry.</p> <div class="submit-button-wrapper"><a href="#" class="btn submit-btn">Subscribe now</a> <a title="Subscribe" href="/get-ahead-in-the-pharmaceutical-industry-with-a" class="read-more arrow-link inline-flex">Find out more</a></div> <small class="already-subscriber">Already a subscriber? <a href="/authentication">Sign in here.</a></small> </div> </div> <div class="newsletter"> <div class="inner-padding"> <h3>Free breaking news direct to your inbox!</h3> <div class="input-group"> <input type="email" placeholder="Enter your email" required> <button class="icon-btn" type="submit" id="search-addon" onclick="location.href='https://hpcimedia.com/service/signup-campaign/MCeNews?email=' + this.previousElementSibling.value"> <i class="ri-arrow-right-line ri-xl"></i> </button> </div> <div class="social-nav medium"> <ul> <li> <a href="https://twitter.com/manchempharma" target="blank" title="Follow Manufacturing Chemist on X"><i aria-hidden="true" focusable="false" class="x-icon ri-2x"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 2H1L9.26086 13.0145L1.44995 21.9999H4.09998L10.4883 14.651L16 22H23L14.3917 10.5223L21.8001 2H19.1501L13.1643 8.88578L8 2ZM17 20L5 4H7L19 20H17Z"></path> </svg> </i><span class="visually-hidden">X</span></a></li> <li> <a href="https://www.linkedin.com/showcase/manufacturing-chemist/" target="blank" title="Follow Manufacturing Chemist on LinkedIn"><i aria-hidden="true" focusable="false" class="ri-linkedin-fill ri-2x"></i><span class="visually-hidden">LinkedIn</span></a></li> </ul> </div> </div> </div> </div> </div> </div> </div> </section> <section class="page-section"> <div class="width-container wide"> <div class="padding"> <div class="block grid-wrapper"> <h3 class="has-icon block-header block-large-header"> <i class="ri-pencil-line" aria-hidden="true" focusable="false"></i>Latest posts in Cell & Gene Therapy </h3> <div class="block-inner"> <div class="grid flex-mob-wrap"> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/roche-acquires-poseida-therapeutics-clinical-stage-biopharmaceutical-company-car-t"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/roche-acquires-clinical-stage-biopharmaceutical-company-poseida.png"></div> </div> <h3>Roche acquires clinical-stage biopharmaceutical company Poseida Therapeutics</h3> <div class="tooltip above">Through the merger, Roche will acquire Poseida's allogeneic CAR-T cell therapy portfolio, including pre-clinical and clinical-stage iterations for a range of conditions </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/sartorius-opens-bioprocess-innovation-centre-cell-gene-therapy-marlborough-us"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/sartorius-supports-cell-and-gene-therapy.png"></div> </div> <h3>Sartorius Stedim Biotech supports bioprocess development with new Innovation Centre</h3> <div class="tooltip above">The Massachusetts, US-based Centre for Bioprocess Innovation is a collaborative space designed to develop and optimise biomanufacturing processes </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/trakcel-autologous-allogeneic-cell-gene-therapy-supply-chain-it-solution-OCELLOS"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/trakcel-to-support-cell-and-gene.png"></div> </div> <h3>TrakCel to support cell and gene therapy orchestration with OCELLOS IT solution</h3> <div class="tooltip above">The IT system allows cell and gene therapy (CGT) manufacturers to track the progress of personalised CGTs in real-time, while also managing their supply chain </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/ptc-therapeutics-kebilidi-gene-therapy-fda-approval-aadc-deficiency"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/ptc-therapeutics-gene-therapy-kebilidi-bags.jpg"></div> </div> <h3>PTC Therapeutics' gene therapy Kebilidi bags FDA approval for AADC deficiency</h3> <div class="tooltip above">The gene therapy is the first to be approved in the US for direct administration to the brain, and tackles aromatic L-amino acid decarboxylase deficiency (AADC) </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/merck-attains-global-license-pd-1-vegf-bispecific-antibody-lanova-medicines"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/merck-attains-588m-global-license-for.jpg"></div> </div> <h3>Merck attains $588m global license for PD-1/VEGF bispecific antibody from LaNova Medicines</h3> <div class="tooltip above">The bispecific antibody is designed for oncological indications and functions by inhibiting the PD-1/PD-L1 and the VEGF/VEGFR receptor signalling pathways </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/ascend-advanced-therapies-merges-with-cdmo-advanced-bioscience-laboratories"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/ascend-advanced-therapies-expands-us-footprint.jpg"></div> </div> <h3>Ascend Advanced Therapies expands US footprint through Advanced BioScience Laboratories merger</h3> <div class="tooltip above">Ascend's collaboration with EW Healthcare partners will expand its reach in the US pharmaceutical market through capital investment and an uptick in GMP AAV manufacturing capacity </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/rousselot-iamfluidics-launch-dissolvable-microcarrier-adherent-cell-cuturing"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/rousselot-and-iamfluidics-launch-dissolvable-microcarrier.jpg"></div> </div> <h3>Rousselot and IamFluidics launch dissolvable microcarrier for cell culturing</h3> <div class="tooltip above">The alginate and denatured collagen based product allows researchers to produce scalable cell cultures for biologic drugs and cell therapies </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/autolus-therapeutics-car-t-aucatzyl-fda-approval-acute-lymphoblastic-leukaemia"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/autolus-therapeutics-car-t-therapy-aucatzyl-bags.jpg"></div> </div> <h3>Autolus Therapeutics' CAR-T therapy, Aucatzyl, bags FDA approval for ALL</h3> <div class="tooltip above">Aucatzyl (obecabtagene autoleucel) is the first CAR-T therapy to receive FDA approval with no risk evaluation mitigation strategy requirement </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/neogap-therapeutics-northx-biologics-partnership-scaling-new-cancer-cell-therapy"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/neogap-therapeutics-and-northx-biologics-team.jpg"></div> </div> <h3>Neogap Therapeutics and NorthX Biologics team up to scale novel cancer cell therapy</h3> <div class="tooltip above">CDMO NorthX Biologics will work with Neogap to determine advanced manufacturing protocols for Neogap's personalised cancer cell therapy </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/sterling-pharma-adc-development-service-expansion-deeside-uk"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/sterling-pharma-broadens-its-adc-development.jpg"></div> </div> <h3>Sterling Pharma broadens its ADC development services with £10m investment into Deeside site</h3> <div class="tooltip above">The CDMO's ADC development and manufacturing facility in Deeside has more than doubled in capacity, with a new Grade C cleanroom dedicated to ADC manufacturing </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="locked-story"> <div class="locked-story-inner"> <i aria-hidden="true" focusable="false" class="ri-lock-line"></i> <div class="tooltip below"><span>You need to be a subscriber to read this article. <br><a title="Subscribe" href="/get-ahead-in-the-pharmaceutical-industry-with-a">Click here</a> to find out more.</span> </div> </div> </div> <div class="block-inner tip-trigger"> <a href="/charles-river-laboratories-picking-a-cdmo-as-a-cell-gene-therapy-developer"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/picking-a-cdmo-as-a-cgt-3.jpg"></div> </div> <h3>Picking a CDMO as a CGT developer: what to consider and why</h3> <div class="tooltip above">Cell and gene therapy development and manufacture can be risky and highly complex, so biopharma companies would benefit from investing in a reliable and experienced CDMO </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/merck-adc-manufacturing-cdmo-expansion-Missouri-us"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/merck-bolsters-its-adc-cdmo-offering.jpg"></div> </div> <h3>Merck bolsters its ADC CDMO offering with €71m Missouri manufacturing site expansion</h3> <div class="tooltip above">The facility's expansion has tripled its ADC manufacturing capacity, bolstering Merck's CDMO offering for current and new clients </div> </a> </div> </div> </div> </div> </div> </div> </div> </section> <section class="page-section"> <div class="width-container wide"> <div class="padding"> <div class="sidebar-grid-wrapper flex-md-up justify-content-space-between-md-up"> <div class="sidebar-grid"> <div class="block grid-wrapper"> <h3 class="has-icon block-header block-large-header"> <i class="ri-star-line" aria-hidden="true" focusable="false"></i>Sponsor content</h3> <div class="block-inner"> <div class="grid flex-mob-wrap"> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/merck-launches-single-use-reactor-designed-to-accelerate"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/merck-launches-single-use-reactor-designed-to.jpg ')"></div> </div> <h3>Merck launches single-use reactor designed to accelerate antibody drug conjugate manufacturing</h3> <div class="tooltip above">First scalable single-use mixer specifically designed for ADC manufacturing. It increases efficiency by 70% compared to stainless steel or glass manufacturing methods and... </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/cell-culture-bags-understanding-the-basics"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/cell-culture-bags-understanding-the.png ')"></div> </div> <h3>Cell culture bags - Understanding the basics</h3> <div class="tooltip above">Uncover the benefits of cell culture bags and why they could be the ideal solution for your cell processing application. </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/Symbiosis-Pharmaceutical-industry-event-attendance-2024"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/symbiosis-pharmaceutical-shares-the-industry-events.jpg ')"></div> </div> <h3>Symbiosis Pharmaceutical Services shares the industry events it will attend in 2024</h3> <div class="tooltip above">The aseptic manufacturing specialists will have an exhibiting presence at an additional 5 events globally this year </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/CordenPharma-LNP-gene-editing-kits"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/cordenpharma-launches-lipid-nanoparticle-starter-kits.jpeg ')"></div> </div> <h3>CordenPharma launches lipid nanoparticle starter kits</h3> <div class="tooltip above">The kits will aid in loss mitigation of high-value payloads during the gene editing journey to market </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/covid-19-a-tale-of-two-conditions-168659"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/covid-19-a-tale-of-two-conditions-2.jpg ')"></div> </div> <h3>COVID-19: a tale of two conditions</h3> <div class="tooltip above">The virus coronavirus SARS CoV-2 (severe acute respiratory syndrome coronavirus 2), which causes COVID-19, may have been named prematurely, reports Steve Walton, who works... </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/rna-therapeutics-to-become-a-dominant-treatment-within-a-decade-156686"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/rna-therapeutics-to-become-a-dominant.jpg ')"></div> </div> <h3>RNA therapeutics to become a dominant treatment within a decade</h3> <div class="tooltip above">New white paper from the Chinese pharma WuXi AppTec features industry experts pointing to the beginnings of a new era for RNA therapeutics </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/dna-sequencer-uses-naturally-occurring-light-for-ultra-precise-positioning-145197"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/dna-sequencer-uses-naturally-occurring-light.jpg ')"></div> </div> <h3>DNA sequencer uses naturally occurring light for ultra precise positioning</h3> <div class="tooltip above">Light generated by the natural process of DNA replication provides the user with exceptionally high resolution and low pass noise filtering when using the encoder </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/metrion-biosciences-and-peakdale-molecular-sign-integrated-drug-discovery-partnership--123398"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /images/thumbnail-default.jpg ')"></div> </div> <h3>Metrion Biosciences and Peakdale Molecular sign integrated drug discovery partnership </h3> <div class="tooltip above">Peakdale Molecular Limited, a UK-based provider of drug discovery services to the pharmaceutical and biotech industries and part of the Concept Life Sciences Group, has... </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/lion-biotechnologies-announces-new-manufacturing-services-agreement-with-wuxi-apptec--123411"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /images/thumbnail-default.jpg ')"></div> </div> <h3>Lion Biotechnologies announces new manufacturing services agreement with WuXi AppTec </h3> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/scientists-successfully-create-blood-from-skin-cells-123197"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/scientists-successfully-create-blood-from-skin.jpg ')"></div> </div> <h3>Scientists Successfully Create Blood from Skin Cells</h3> <div class="tooltip above">Researchers in Singapore have artificially generated new mouse blood and immune cells from skin cells. </div> </a> </div> </div> </div> <!--a href=""><span class="read-more arrow-link">See more</span></a--> </div> </div> </div> <sidebar class="sidebar"> </sidebar> </div> </div> </div> </section> </div> <footer class="footer colourway02"> <div class="footer-section"> <div class="width-container wide"> <div class="padding"> <div class="grid"> <div class="column08 column-border"> <div class="block large"> <h2 class="headline">Become a <strong>Subscriber</strong></h2> <p></p> <a href="https://hpcimedia.com/service/signup-campaign/MCSub" class="btn submit-btn">Subscribe now</a> <small class="already-subscriber">Already a subscriber? <a href="/authentication">Sign in here.</a> </small> <a title="Subscribe" href="/get-ahead-in-the-pharmaceutical-industry-with-a" class="read-more arrow-link">Find out more</a> </div> </div> <div class="column04 flex-sm-up align-items-center-sm-up"> <div class="block"> <h3 class="has-icon block-header"><i aria-hidden="true" focusable="false" class="ri-mail-line"></i>Get our newsletter</h3> <div class="input-group"> <input type="email" placeholder="Enter your email address" required> <button class="icon-btn" type="submit" id="search-addon" onclick="location.href='https://hpcimedia.com/service/signup-campaign/MCeNews?email=' + this.previousElementSibling.value"> <i class="ri-arrow-right-line ri-xl"></i> </button> </div> <h3 class="has-icon block-header"><i aria-hidden="true" focusable="false" class="ri-share-line"></i>Follow us</h3> <div class="social-nav large"> <ul> <li> <a href="https://twitter.com/manchempharma" target="blank" title="Follow Manufacturing Chemist on X"><i aria-hidden="true" focusable="false" class="x-icon ri-2x"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M8 2H1L9.26086 13.0145L1.44995 21.9999H4.09998L10.4883 14.651L16 22H23L14.3917 10.5223L21.8001 2H19.1501L13.1643 8.88578L8 2ZM17 20L5 4H7L19 20H17Z"></path> </svg> </i><span class="visually-hidden">X</span></a></li> <li> <a href="https://www.linkedin.com/showcase/manufacturing-chemist/" target="blank" title="Follow Manufacturing Chemist on LinkedIn"><i aria-hidden="true" focusable="false" class="ri-linkedin-fill ri-2x"></i><span class="visually-hidden">LinkedIn</span></a></li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="footer-section"> <div class="width-container wide"> <div class="padding"> <div class="grid"> <div class="column04"> <div class="logo"><img src="/images/logo.svg"/></div> </div> <div class="column08"> <div class="footer-links-wrapper grid"> <div class="column04"> <ul class="footer-links"> <li> <a href="https://hpcimedia.com/manufacturing-chemist/">About Manufacturing Chemist</a> </li> <li><a href="https://hpcimedia.com/">About HPCi Media</a></li> <li> <a href="https://hpcimedia.com/service/signup-campaign/MCeNews">Newsletter sign up</a></li> <li><a href="https://hpcimedia.com/">Contact Us</a></li> </ul> </div> <div class="column04"> <ul class="footer-links"> <li><a href="https://hpcimedia.com/manufacturing-chemist/">Advertise</a></li> <li><a href="https://hpcimedia.com/tsandcs/">Terms and Conditions</a></li> <li><a href="https://hpcimedia.com/privacy-policy/">Privacy</a></li> </ul> </div> <div class="column04"> <small>© HPCi Media Limited | Registered in England No. 06716035 | VAT GB 939828072 | a Claverley Group company</small> <small>Registered office address: <br>One Anchorage Avenue, <br> Shrewsbury Business Park, <br>Shrewsbury, <br>SY2 6FG, UK.</small> </div> </div> </div> </div> </div> </div> </div> </footer></body> </html>