CINXE.COM

Logistics

<!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>Logistics</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=""> <link rel="icon" type="image/ico" href="/favicon.ico"> <link rel="canonical" href="https://manufacturingchemist.com/tag/logistics" /> <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.f649bd60.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="/" style="margin-left:1rem;">Home</a></li> <li class="has-sub" style="margin-left:1rem;"><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 &amp; Development" href="/tag/research-and-development"><span itemprop="name">Research &amp; 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 style="margin-left:1rem;"> <a title="Pharma 5.0" href="/tag/pharma">Pharma 5.0</a> </li> <li style="margin-left:1rem;"><a href="/jobs">Company News</a></li> <li style="margin-left:1rem;"><a href="/events">Events</a></li> <li style="margin-left:1rem;"><a title="Directory" href="/directory">Directory</a></li> <li class="has-sub search-dropdown" style="margin-left:1rem;"><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> </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">Logistics</span> <meta itemprop="item" content="/tag/logistics"/> <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 Logistics </h3> <h1>Cambrex expands stability storage capabilities with novel US facility</h1> <p>The facility allows for pharmaceutical and medical device storage at a wide range of temperatures and humidity levels, serving the US market with next day delivery</p> <a href="/Cambrex-stability-storage-US-facility-expansion" class="read-more arrow-link inline-flex">Find out more</a> </div> </div> <div class="column08 mob-order01"> <div class="block-inner"> <a href="/Cambrex-stability-storage-US-facility-expansion"> <div class="featured-image article-featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/cambrex-expands-stability-storage-capabilities-with.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"> <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> <p class="excerpt">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,...</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="/TLX-Cargo-solaraptm-solar-barrier-fabric-distribution"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/tlx-cargo-invents-solaraptm-a-novel.jpg"></div> </div> <h3>TLX Cargo invents SOLARAPTM: a novel solar barrier fabric</h3> <div class="tooltip above">The nano pores in TLX8 pallet covers dramatically increase its surface area, creating a barrier to UV light and maintaining the temperature of pharmaceuticals in distribution </div> </a> </div> </div> </div> <div class=" block half-mob "> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/UPS-Healthcare-Dublin-pharma-distribution-facility"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/ups-healthcare-supports-irish-pharma-with-2.jpg"></div> </div> <h3>UPS Healthcare supports Irish pharma with novel Dublin facility</h3> <div class="tooltip above">The opening of the facility will expand the global connectivity of the Irish pharmaceutical market, which accounts for 50% of all national exports </div> </a> </div> </div> </div> <div class=" block half-mob "> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/a-year-of-challenges-and-innovation-in-pharma-logistics-lies-head--181165"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/a-year-of-challenges-and-innovation.jpg"></div> </div> <h3>A year of challenges and innovation in pharma logistics lies head </h3> <div class="tooltip above">Envirotainer CEO, Peter Gisel-Ekdahl, looks to the future and what 2022 holds for pharmaceutical logistics </div> </a> </div> </div> </div> <div class=" block half-mob "> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/dachser-renews-pharma-certification-in-frankfurt--180549"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/dachser-renews-pharma-certification-in-frankfurt.jpg"></div> </div> <h3>Dachser renews pharma certification in Frankfurt </h3> <div class="tooltip above">Drugs and other pharmaceutical products are often temperature-sensitive, urgent shipments that must be handled in compliance with a complex regulatory environment </div> </a> </div> </div> </div> <div class=" block half-mob "> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/lessons-learned-astrazeneca-s-supply-chain-resilience-during-the-pandemic--180290"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/lessons-learned-astrazeneca-s-supply-chain-resilience.jpg"></div> </div> <h3>Lessons learned: AstraZeneca’s supply chain resilience during the pandemic </h3> <div class="tooltip above">With 26 manufacturing facilities and a global network of more than 250 suppliers, AstraZeneca’s Global Operations Manufacturing footprint is not only large in scale, it&#039;s also highly complex and positioned to deliver medicines to patients worldwide </div> </a> </div> </div> </div> <div class=" block half-mob "> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/the-human-digital-twin-a-virtual-counterpart-to-the-human-worker--180170"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/the-human-digital-twin-a-virtual.jpg"></div> </div> <h3>The human digital twin: a virtual counterpart to the human worker </h3> <div class="tooltip above">Several organisations are familiar with making use of digital twin modelling to improve operations. This digitised model typically enables firms to map the physical characteristics of a production environment as well as its processes. But, this mapping process has limitations because it only includes data from machines and not from humans, which are crucial too </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="/addressing-wastage-and-distribution-challenges-for-a-more-equitable-post-pandemic-pharmaceutical-industry--178429"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/addressing-wastage-and-distribution-challenges-for.jpg"></div> </div> <h3>Addressing wastage and distribution challenges for a more equitable post-pandemic pharmaceutical industry </h3> <div class="tooltip above">When functioning properly, globalised supply chains broaden access to critical medicines for billions of individuals all over the world. Yet, any number of issues, from macro events such as the recent COVID-19 pandemic or the 2010 volcanic eruption in Iceland, through to more simple patient misunderstandings, can lead to expensive and often unnecessary wastage </div> </a> </div> </div> </div> <div class="block half-mob"> <div class="block-inner"> <div class="block-inner tip-trigger"> <a href="/novel-innovation-enhances-productivity-and-output-for-polish"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/novel-innovation-enhances-productivity-and-output.jpg"></div> </div> <h3>Novel innovation enhances productivity and output for Polish pharma company</h3> <div class="tooltip above">A consultative approach to service, delivery and problem solving ensured that a Polish pharmaceutical company received the equipment and technology it needed to ramp up production and expand into new geographies </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 newsletter-follow flex-sm-up colourway02"> <div class="newsletter"> <div class="inner-padding"> <h3 class="has-icon"><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" 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> </div> <div class="follow"> <div class="inner-padding"> <h3 class="has-icon"><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> </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 Logistics </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="/supply-chain-management-sustainability-initiatives-177829"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/supply-chain-management-sustainability-initiatives.jpg"></div> </div> <h3>Supply Chain Management: Sustainability initiatives</h3> <div class="tooltip above">Here Sandeep Oke, Sr Vice President – Supply Chain at Piramal Pharma Solutions discusses why adopting Supply Chain Sustainability can be very rewarding for the business, organisation and wider society </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/the-pandemic-s-impact-on-pharma-and-medical-packaging-solutions-177553"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/the-pandemic-s-impact-on-pharma-and.jpg"></div> </div> <h3>The pandemic’s impact on pharma and medical packaging solutions</h3> <div class="tooltip above">Roy Butcher, Procurement Manager at Southgate Packaging, discusses the critical role of pharmaceutical packaging during the pandemic, the rise of e-commerce and the need to supply secure and safe solutions </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/iqvia-discusses-supply-chain-resilience-for-cphi-discover-176790"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/iqvia-discusses-supply-chain-resilience-for.jpg"></div> </div> <h3>IQVIA discusses supply chain resilience for CPhI Discover</h3> <div class="tooltip above">Informa’s CPhI Discover virtual event is taking place from 17-28th May, and the company recently spoke with Aurelio Arias, Engagement Manager, Thought Leadership at IQVIA ahead of a session he is moderating on the ‘API Landscape, Reshoring and sourcing dynamics’. (Thursday 20th at 3pm CET) </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/advances-in-technology-and-support-for-direct-to-patient-dtp-services-176654"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/advances-in-technology-and-support-for.jpg"></div> </div> <h3>Advances in technology and support for Direct-To-Patient (DTP) services</h3> <div class="tooltip above">Although the emergence of COVID-19 has led to an industry wide uptake of decentralised clinical trial models — including DTP and direct-from-patient (DFP) supply and healthcare services — the pandemic has also introduced novel challenges and complications in terms of DTP/DFP logistics,1 reports Leandro Moreira, SVP of Corporate Development, Yourway </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/holograms-just-the-medicine-for-pharma-protection-176130"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/holograms-just-the-medicine-for-pharma.jpg"></div> </div> <h3>Holograms: just the medicine for pharma protection</h3> <div class="tooltip above">Innovation continues to aid pharmaceutical manufacturers to secure supply chains and protect against counterfeit medicines in the post-Brexit landscape, says Dr Paul Dunn, Chair of the global trade body International Hologram Manufacturers Association (IHMA) </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/pharmaceutical-reshoring-a-healthy-requirement-a-strategic-necessity-175976"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/pharmaceutical-reshoring-a-healthy-requirement-a.jpg"></div> </div> <h3>Pharmaceutical reshoring: a healthy requirement, a strategic necessity</h3> <div class="tooltip above">More than a year into the COVID-19 crisis, the novel coronavirus continues to disrupt our societies, including how the pharmaceutical industry operates; Andrew Badrot, CEO of C2 PHARMA, discusses the ongoing ramifications of the pandemic </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/how-pharmaceutical-manufacturers-can-respond-to-change-in-the-new-world-175950"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/how-pharmaceutical-manufacturers-can-respond-to.jpg"></div> </div> <h3>How pharmaceutical manufacturers can respond to change in the new world</h3> <div class="tooltip above">COVID-19 has severely impacted the pharmaceutical industry and the supply challenges it has caused look set to persist for the foreseeable future, says Young Baik, Director, Industry and Solutions, Kinaxis </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/shoring-up-the-pharma-supply-chain-in-2021-and-beyond-174806"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/shoring-up-the-pharma-supply-chain.jpg"></div> </div> <h3>Shoring up the pharma supply chain in 2021 and beyond</h3> <div class="tooltip above">As a result of the ongoing pandemic, the pharmaceutical supply chain has faced undeniable pressure. Amid a deluge of expectation, recent events have revealed weak links that must be overcome to meet the planet’s increasingly complex healthcare demands, reports Melaye Ras-Work, founder and Vice President, Efficio Consulting </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/air-cargo-trends-in-a-pandemic-world--174693"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/air-cargo-trends-in-a-pandemic.jpg"></div> </div> <h3>Air cargo trends in a pandemic world </h3> <div class="tooltip above">Previous predictions in pharmaceutical transportation trends, highlighting declining air passenger numbers and air freight demand increasing, have been pandemic propelled. Coronavirus continues to cause worldwide disruption … and it is anticipated that its industry impact will continue throughout 2021 and beyond </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/plastic-pallets-and-the-covid-response-174385"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/plastic-pallets-and-the-covid-response.jpg"></div> </div> <h3>Plastic pallets and the COVID response</h3> <div class="tooltip above">Jim Hardisty explores the logistical challenges of distributing the COVID vaccine, how Goplasticpallets.com has been supporting the COVID response and why selecting the right pallet for your application is crucial </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/traceability-the-backbone-of-the-pharmaceutical-supply-chain-173915"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/traceability-the-backbone-of-the-pharmaceutical.jpg"></div> </div> <h3>Traceability: the backbone of the pharmaceutical supply chain</h3> <div class="tooltip above">The pharmaceutical industry is one in which speed and quality are essential ingredients to a successful business. The proper software ensures suppliers become a force to help, not hinder, these factors, explains Andrew Bray, Managing Director, K3 </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/could-novel-silica-nanoparticles-answer-the-covid-19-vaccine-delivery-dilemma--173797"> <div class="featured-image"> <div class="featured-image-inner" data-bg="/article-image-alias/could-novel-silica-nanoparticles-answer-the.jpg"></div> </div> <h3>Could novel silica nanoparticles answer the COVID-19 vaccine delivery dilemma?</h3> <div class="tooltip above">With vast parts of the world still battling SARS-CoV-2 and Europe trying to contend with a second wave and a new strain of the virus, many hopes are pinned on the rollout of approved vaccines to facilitate a return to “normal” life </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="/pci-pharma-services-supply-chain-excellence-award-usa"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/cdmo-pci-pharma-services-wins-a.jpg ')"></div> </div> <h3>CDMO PCI Pharma Services wins a US Supply Chain Excellence Award</h3> <div class="tooltip above">The company was acknowledged for its digital clinical trial and commercial lifespan management solution, pci I bridge </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/how-to-comply-with-regulatory-expectations-to-access-compliance-data-for-the-entire-pharmaceutical-supply-chain-179323"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/how-to-comply-with-regulatory-expectations.jpg ')"></div> </div> <h3>How to comply with regulatory expectations to access compliance data for the entire pharmaceutical supply chain</h3> <div class="tooltip above">The pharmaceutical supply chain must work and must be known, is not a novel idea. Anyone involved in this industry’s quality processes knows that mastering 100% of its... </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/supporting-the-nhs-with-covid-19-vaccine-roll-out-173455"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/supporting-the-nhs-with-covid-19-vaccine.png ')"></div> </div> <h3>Supporting the NHS with COVID-19 vaccine roll out</h3> <div class="tooltip above">Versapak carriers for vaccinations feature VersaShield Antimicrobial Protection to stop the spread of COVID-19 </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/plastic-pallet-experts-power-into-2021-173022"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/plastic-pallet-experts-power-into-2021.png ')"></div> </div> <h3>Plastic pallet experts power into 2021</h3> <div class="tooltip above">December is a time when we reflect on the year gone by; and this year will certainly be remembered for more reasons than one! </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/top-5-tips-for-better-stability-monitoring-168483"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/top-5-tips-for-better-stability.jpg ')"></div> </div> <h3>Top 5 tips for better stability monitoring</h3> <div class="tooltip above">Based on our experience providing stability storage this article provides our top 5 tips for better stability monitoring </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/almac-group-increases-volume-of-clinical-essential-supplies-to-patients-at-home-164533"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/almac-group-increases-volume-of-clinical.jpg ')"></div> </div> <h3>Almac Group increases volume of clinical essential supplies to patients at home</h3> <div class="tooltip above">Direct to Patient via Site and “Almac to Patient” Services are part of Almac Clinical Services’ ongoing response to COVID-19 </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/yourway-opens-new-depot-in-mumbai-160397"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/yourway-opens-new-depot-in-mumbai.jpg ')"></div> </div> <h3>Yourway opens new depot in Mumbai</h3> <div class="tooltip above">The new location of the clinical packager is GMP certified, guaranteeing that products are handled to the highest standards of quality and regulatory compliance </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/reed-lane-enters-cold-chain-market-with-controlled-cold-storage-150816"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/reed-lane-enters-cold-chain-market-with.jpg ')"></div> </div> <h3>Reed-Lane enters cold chain market with controlled cold storage</h3> <div class="tooltip above">New infrastructure broadens the scope of pharmaceutical companies that the contract packager is capable of servicing </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/yusen-logistics-invests-in-state-of-the-art-technology-to-offer-best-in-class-live-tracking-system--148969"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/yusen-logistics-invests-in-state-of-the-art-technology.jpg ')"></div> </div> <h3>Yusen Logistics invests in state-of-the-art technology to offer best-in-class live tracking system </h3> <div class="tooltip above">Yusen Logistics has launched a pioneering live track and trace system, VISIONi, to provide full 4PL visibility </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/softbox-announces-launch-of-max-range-146919"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/softbox-announces-launch-of-max-range.jpg ')"></div> </div> <h3>Softbox announces launch of MAX range</h3> <div class="tooltip above">The provider of temperature control packaging for the life science and logistics industries will launch the range at the next IQPC Annual Cold Chain Global Forum </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/biofortuna-unveils-ampdry-air-dried-master-mix-145597"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/biofortuna-unveils-ampdry-air-dried-master-mix.jpg ')"></div> </div> <h3>Biofortuna unveils ampDRY air-dried master mix</h3> <div class="tooltip above">Cold chain shipping and storage could be a thing of the past for PCR assays with Biofortuna&#039;s new master mix </div> </a> </div> </div> <div class="column03 block half-mob"> <div class="block-inner tip-trigger"> <a href="/gsk-aseptic-manufacturing-facility-wins-award-144578"> <div class="featured-image"> <div class="featured-image-inner" style="background-image: url(' /article-image-alias/gsk-aseptic-manufacturing-facility-wins-award.jpg ')"></div> </div> <h3>GSK aseptic manufacturing facility wins award</h3> <div class="tooltip above">BakerHicks celebrates the success of pharmaceutical project GSK Aseptic Manufacturing Facility at the 2018 Constructing Excellence North East (CENE) Awards </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 noSubscribe"> <div class="column04"> <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> </div> </div> <div class="column04"> <div class="block"> <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> </div> </div> </div> </div> </div> </div> </div> </footer></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10