CINXE.COM
Pharma 5.0
<!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>Pharma 5.0</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/pharma" /> <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 class="sub-brand-3 landing-page "> <!-- 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">Pharma 5.0</span> <meta itemprop="item" content="/tag/pharma"/> <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 Pharma 5.0 </h3> <h1>Phastar's Clinical Intelligence Platform voted 'Best of Show' at SCOPE US 2025</h1> <p>The technology utilises data visualisations and analytics to provide real-time access to clinical trial data, while also assisting in the development of risk assessments, KRI tracking and central monitoring</p> <a href="/phastar-clinical-intelligence-platform-best-of-show-scope-us-2025" class="read-more arrow-link inline-flex">Find out more</a> </div> </div> <div class="column08 mob-order01"> <div class="block-inner"> <a href="/phastar-clinical-intelligence-platform-best-of-show-scope-us-2025"> <div class="featured-image article-featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/phastar-s-clinical-intelligence-platform-voted-best.jpg"> </div> </div> </a> </div> </div> </div> </div> </div> <sidebar class="sidebar sub-brand-3"> <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="/driving-efficiency-gains-the-value-of-iiot-and"> <span class="read-more arrow-link">find out 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="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="/navigating-cybersecurity-challenges-in-medtech"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/navigating-cybersecurity-challenges-in-the-medical.jpg"></div> </div> <h3>Navigating cybersecurity challenges in the medical technology market</h3> <div class="tooltip above">Luisa Rusconi, Senior Security Evaluator at SGS, explores how the rising threat of cyberattacks has driven the implementation of stricter regulations and reviews the solutions available to MedTech suppliers as they navigate the complex landscape of evolving standards and compliance requirements </div> </a> </div> </div> </div> <div class=" block half-mob "> <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> <div class="block-inner tip-trigger"> <a href="/digital-twins-as-a-key-player-in-pharmaceutical"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/digital-twins-as-a-key-player.jpg"></div> </div> <h3>Digital twins as a key player in pharmaceutical production</h3> <div class="tooltip above">In the rapidly evolving pharmaceutical industry, the digital twin is emerging as a transformative technology </div> </a> </div> </div> </div> <div class=" block half-mob "> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/idc-marketscape-names-siemens-manufacturing-execution-systems-leader"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/siemens-named-a-manufacturing-execution-systems.jpg"></div> </div> <h3>Siemens named a manufacturing execution systems leader by IDC MarketScape</h3> <div class="tooltip above">The MES provider's Opcenter won Siemens this title, as it can assist small to medium manufacturers in effectively co-ordinating their shop floor processes and supply chain </div> </a> </div> </div> </div> <div class=" block half-mob "> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/servier-google-cloud-ai-partnership-expansion-pharma-r%26d"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/servier-expands-ai-partnership-with-google.png"></div> </div> <h3>Servier expands AI partnership with Google Cloud to bolster pharma R&D efforts</h3> <div class="tooltip above">The company will utilise AI and generative AI technology to optimise its therapeutic target/drug discovery and development processes </div> </a> </div> </div> </div> <div class=" block half-mob "> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/bioduro-opens-automated-solid-phase-peptide-synthesis-scale-up-facility"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/bioduro-opens-new-chinese-automated-solid-phase.png"></div> </div> <h3>BioDuro opens new Chinese automated solid-phase peptide synthesis scale-up facility</h3> <div class="tooltip above">The CRDMO's new scale-up laboratory in Shanghai will allow it to serve the increasing demand in the pharmaceutical industry for peptide manufacturing services </div> </a> </div> </div> </div> <div class=" block half-mob "> <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> <div class="block-inner tip-trigger"> <a href="/back-to-the-future-with-magnetic-levitation"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/back-to-the-future-with-magnetic.jpg"></div> </div> <h3>Back to the future with magnetic levitation</h3> <div class="tooltip above">Stephen Hayes, Managing Director at Beckhoff Automation UK, looks at the applications of magnetic levitation and its revolutionary potential for manufacturing in pharma and biotech </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="/dot-compliance-upgrades-dottie-ai-powered-life-science-eqms-system"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/dot-compliance-upgrades-ai-powered-life-science.png"></div> </div> <h3>Dot Compliance upgrades AI-powered life sciences eQMS system, Dottie AI</h3> <div class="tooltip above">The system utilises generative and predictive AI to streamline and optimise the quality management process for customers in the pharmaceutical, biotech and medical device industries </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 Pharma 5.0 </h3> <div class="block-inner"> <div class="grid flex-mob-wrap"> <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="/industrial-data-mastery-navigating-the-2025-landscape"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/industrial-data-mastery-navigating-the-2025.jpg"></div> </div> <h3>Industrial data mastery: navigating the 2025 landscape</h3> <div class="tooltip above">As industrial manufacturers contend with the ever-increasing volume and variety of operational data, the year ahead promises both complexity and opportunity </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/iff-pharma-solutions-launches-answercenter-customer-experience-platform"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/iff-pharma-solutions-launches-customer-experience.png"></div> </div> <h3>IFF Pharma Solutions launches customer experience platform, AnswerCenter</h3> <div class="tooltip above">AnswerCenter is part of IFF's ongoing digitalisation initiative, allowing customers to easily access tailored pharmaceutical excipient solutions </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/accumulus-synergy-cepi-partnership-expediting-vaccine-regulatory-approval"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/accumulus-synergy-teams-up-with-cepi.png"></div> </div> <h3>Accumulus Synergy teams up with CEPI to expedite the vaccine regulatory approval process</h3> <div class="tooltip above">Through Accumulus' cloud-based technology, the two organisations aim to accelerate the accessibility of data for the regulatory approval process of vaccines globally, enhancing the world's pandemic 'preparedness' </div> </a> </div> </div> <div class="column03 block half-mob"> <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 class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/four-agilent-webinars-on-transmission-raman-spectroscopy-watch"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/four-agilent-webinars-on-transmission-raman.jpg"></div> </div> <h3>Transmission Raman Spectroscopy - access the webinar series today</h3> <div class="tooltip above">Offering significant advantages for bulk, quantitative and non-destructive analysis, Transmission Raman Spectroscopy is a preferred choice for applications where surface analysis is insufficient or prone to errors. Speakers from Agilent, Novartis Pharma, AstraZeneca, Bristol-Myers Squibb and AbbVie go deeper in this FREE webinar series </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/ai-for-pharmaceutical-manufacturing-optimisation-predictive-maintenance"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/how-ai-can-optimise-your-pharmaceutical-2.jpg"></div> </div> <h3>How AI can optimise your pharmaceutical manufacturing processes and raise throughput</h3> <div class="tooltip above">Artificial intelligence (AI) allows pharmaceutical manufacturers to perform predictive maintenance, which can reduce downtime and enhance process efficiency </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/asymchem-star-ai-platform-optimises-protein-design-drug-development"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/asymchem-develops-ai-platform-to-optimise.jpg"></div> </div> <h3>Asymchem develops AI platform to optimise protein design in drug development</h3> <div class="tooltip above">Sequence Recommendation via Artificial Intelligence (STAR) addresses key challenges in protein design through intelligent algorithms and data-driven insights </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/lonza-synaffix-bighat-biosciences-collaboration-adc-development"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/lonza-s-synaffix-and-bighat-biosciences-team.jpg"></div> </div> <h3>Lonza's Synaffix and BigHat Biosciences team up to develop ADC pipeline programme</h3> <div class="tooltip above">Synaffix's clinical-stage ADC platform technology will allow BigHat to expand and progress its ADC pipeline for oncological indications </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/how-ai-and-genai-will-revolutionise-the-healthcare"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/how-ai-and-genai-will-revolutionise.jpg"></div> </div> <h3>How AI and GenAI will revolutionise the healthcare industry</h3> <div class="tooltip above">Artificial intelligence — and particularly its newest iteration, generative artificial intelligence (GenAI) — could bring significant changes to the way we live, work and interact with one another </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/alleo-and-ubiquigent-enter-ai-driven-strategic-partnership"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/alleo-and-ubiquigent-enter-ai-driven-strategic.jpg"></div> </div> <h3>Alleo and Ubiquigent enter AI-driven strategic partnership to accelerate DUB-focused drug discovery</h3> <div class="tooltip above">Collaboration will combine Alleo’s AI-based platform with Ubiquigent’s expertise in the DUB space to advance DUB-focused preclinical programmes </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/ai-in-pharma-trends-and-future"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/ai-in-pharma-the-trends-and.jpg"></div> </div> <h3>AI in pharma: the trends and future of the tech in the industry</h3> <div class="tooltip above">AI can enhance the efficiency and cost-effectiveness of a range of processes across the pharmaceutical industry, so S&P Global explores the current scope of the tech and its future potential </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/ai-driven-manufacturing-revolutionising-chemical-additive-optimisation-for"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/ai-driven-manufacturing-revolutionising-chemical-additive-optimisation-4.jpg"></div> </div> <h3>AI-driven manufacturing: revolutionising chemical additive optimisation for industrial processes</h3> <div class="tooltip above">The integration of artificial intelligence (AI) and machine learning (ML) into manufacturing processes represents a significant leap forward for the industry, reports Josh Galloway, AI Consultant at Schneider Electric </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="/psl-process-solutions-in-new-3d-virtual-environment"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/psl-process-solutions-in-new-3d.jpg ')"></div> </div> <h3>PSL Process Solutions in a new 3D virtual environment</h3> <div class="tooltip above">The latest innovation provides a dynamic new way for customers to interact with equipment through an immersive Virtual Environment comprising 3D and augmented reality (AR)... </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/how-flow-chemistry-is-transforming-drug-discovery"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/how-flow-chemistry-is-transforming-drug.png ')"></div> </div> <h3>How flow chemistry is transforming drug discovery</h3> <div class="tooltip above">New Syrris eBook explores techniques driving efficiency and innovation </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/bormioli-pharma-together-with-desall-com-to-digitise-package"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/bormioli-pharma-to-digitise-package-leaflets.jpg ')"></div> </div> <h3>Bormioli Pharma to digitise package leaflets using augmented reality</h3> <div class="tooltip above">The project is part of the Bormioli Pharma Invents innovation programme, which aims to provide concrete answers to some of the most important challenges in the... </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/next-step-augmented-reality-how-this-technology-could"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/how-augmented-reality-could-impact-healthcare.png ')"></div> </div> <h3>How augmented reality could impact healthcare and pharma packaging manufacturing</h3> <div class="tooltip above">Research and Markets predicts a consistent growth for the AR market in healthcare over the next few years. The expected value of the AR market is projected to reach 152... </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/eschbach-unveils-how-smart-factories-redefine-pharmaceutical-manufacturing"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/eschbach-unveils-how-smart-factories-redefine.jpg ')"></div> </div> <h3>eschbach unveils how smart factories redefine pharmaceutical manufacturing at the Pharma MES</h3> <div class="tooltip above">Global software developer eschbach, the provider of the Shiftconnector® enterprise manufacturing platform for the process industry, announces the participation at Pharma... </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/imed-launches-new-whitepaper-exploring-regulatory-challenges-for"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/imed-launches-new-whitepaper-exploring-regulatory.jpg ')"></div> </div> <h3>IMed launches new whitepaper exploring regulatory challenges for AI and ML in medical devices and digital health products</h3> <div class="tooltip above">IMed Consultancy shares free paper assessing the regulatory state of play for artificial intelligence (AI) and machine learning (ML)-powered medical devices in the UK, US... </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>