CINXE.COM
Company News
<!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>Company News</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 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">Company News</span> <meta itemprop="item" content="/jobs"/> <meta itemprop="position" content="1"/> </li> </ul> </div> </nav> <div class="main"> <div class="main"> <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"> Company News </h3> <div class="block-inner search-results-wrapper"> <div class="block-grid"> <a class="tip-trigger grid-item" href="/nuclera-appoints-william-j-kullback-non-executive-director"> <span class="logo"><img src="/article-image-alias/nuclera-appoints-william-j-kullback-as.jpg"><span class="visually-hidden">Nuclera appoints William J. Kullback as Non-Executive Director</span></span> <span class="h3">Nuclera appoints William J. Kullback as Non-Executive Director</span> <span class="excerpt">Bill will bring more than 30 years of experience to the role, assisting the board in implementing the company's global commercial expansion strategy</span> </a> <a class="tip-trigger grid-item" href="/sygnature-discovery-boosts-growth-of-its-in-vivo"> <span class="logo"><img src="/article-image-alias/sygnature-discovery-boosts-growth-of-its.png"><span class="visually-hidden">Sygnature Discovery boosts growth of its in vivo pharmacology business with appointment of new Vice President</span></span> <span class="h3">Sygnature Discovery boosts growth of its in vivo pharmacology business with appointment of new Vice President</span> <span class="excerpt"></span> </a> <a class="tip-trigger grid-item" href="/cytovation-appoints-martin-dewhurst-to-its-board-of"> <span class="logo"><img src="/article-image-alias/cytovation-appoints-martin-dewhurst-to-its.jpg"><span class="visually-hidden">Cytovation appoints Martin Dewhurst to its Board of Directors</span></span> <span class="h3">Cytovation appoints Martin Dewhurst to its Board of Directors</span> <span class="excerpt"></span> </a> <a class="tip-trigger grid-item" href="/maruho-hatsujyo-group-announces-key-personnel-hires-to"> <span class="logo"><img src="/article-image-alias/maruho-hatsujyo-group-announces-key-personnel.jpg"><span class="visually-hidden">Maruho Hatsujyo Group announces key personnel hires to drive business development and marketing</span></span> <span class="h3">Maruho Hatsujyo Group announces key personnel hires to drive business development and marketing</span> <span class="excerpt"></span> </a> <a class="tip-trigger grid-item" href="/optimal-welcomes-sam-henson-as-business-development-manager"> <span class="logo"><img src="/article-image-alias/optimal-welcomes-sam-henson-as-business.png"><span class="visually-hidden">Optimal welcomes Sam Henson as Business Development Manager for the Americas</span></span> <span class="h3">Optimal welcomes Sam Henson as Business Development Manager for the Americas</span> <span class="excerpt">Sam joins the company with a strong academic and technical background, reinforcing Optimal’s commitment to advancing data-driven process control solutions worldwide</span> </a> <a class="tip-trigger grid-item" href="/santhera-announces-chief-financial-officer-transition-with-appointment"> <span class="logo"><img src="/article-image-alias/santhera-announces-chief-financial-officer-transition.png"><span class="visually-hidden">Santhera announces Chief Financial Officer transition with appointment of Catherine Isted</span></span> <span class="h3">Santhera announces Chief Financial Officer transition with appointment of Catherine Isted</span> <span class="excerpt">Catherine Isted, an experienced healthcare CFO with over 25 years in life sciences, appointed as CFO effective February 24, 2025. Current CFO Andrew Smith to step down after...</span> </a> <a class="tip-trigger grid-item" href="/glox-therapeutics-name-new-chair-and-expand-scientific"> <span class="logo"><img src="/article-image-alias/glox-therapeutics-name-new-chair-and.png"><span class="visually-hidden">Glox Therapeutics appoints Dr Michael Murray as Chair and Dr Nel Moore to its SAB</span></span> <span class="h3">Glox Therapeutics appoints Dr Michael Murray as Chair and Dr Nel Moore to its SAB</span> <span class="excerpt">As Chair of the Board, Dr Michael Murray will work with the team to accelerate the company’s growth, while Dr Moore will join the scientific advisory board to support the...</span> </a> <a class="tip-trigger grid-item" href="/ctmc-appoints-amy-hay-as-chief-business-officer"> <span class="logo"><img src="/article-image-alias/ctmc-appoints-amy-hay-as-chief.jpg"><span class="visually-hidden">CTMC appoints Amy Hay as Chief Business Officer and Duane Avant as Chief Technical Officer</span></span> <span class="h3">CTMC appoints Amy Hay as Chief Business Officer and Duane Avant as Chief Technical Officer</span> <span class="excerpt"></span> </a> <a class="tip-trigger grid-item" href="/pharma-tech-industries-names-jack-milligan-as-vp"> <span class="logo"><img src="/article-image-alias/pharma-tech-industries-names-jack-milligan.jpg"><span class="visually-hidden">Pharma Tech Industries names Jack Milligan as VP of Business Development</span></span> <span class="h3">Pharma Tech Industries names Jack Milligan as VP of Business Development</span> <span class="excerpt"></span> </a> <a class="tip-trigger grid-item" href="/wls-promotes-michael-mora-to-machine-reliability-manager"> <span class="logo"><img src="/article-image-alias/wls-promotes-michael-mora-to-machine.png"><span class="visually-hidden">WLS promotes Michael Mora to Machine Reliability Manager</span></span> <span class="h3">WLS promotes Michael Mora to Machine Reliability Manager</span> <span class="excerpt"></span> </a> <a class="tip-trigger grid-item" href="/carbogen-amcis-announces-leadership-transition"> <span class="logo"><img src="/article-image-alias/carbogen-amcis-announces-leadership-transition.jpg"><span class="visually-hidden">CARBOGEN AMCIS announces leadership transition</span></span> <span class="h3">CARBOGEN AMCIS announces leadership transition</span> <span class="excerpt"></span> </a> <a class="tip-trigger grid-item" href="/admix-europe-aps-appoints-jakob-iversholt-as-new"> <span class="logo"><img src="/article-image-alias/admix-europe-aps-appoints-jakob-iversholt-2.png"><span class="visually-hidden">Admix Europe ApS appoints Jakob Iversholt as new Operations Manager</span></span> <span class="h3">Admix Europe ApS appoints Jakob Iversholt as new Operations Manager</span> <span class="excerpt"></span> </a> <a class="tip-trigger grid-item" href="/touchlight-appoints-will-downie-as-adviser-to-support"> <span class="logo"><img src="/article-image-alias/touchlight-appoints-will-downie-as-adviser.jpg"><span class="visually-hidden">Touchlight appoints Will Downie as adviser to support strategic growth in synthetic DNA platforms</span></span> <span class="h3">Touchlight appoints Will Downie as adviser to support strategic growth in synthetic DNA platforms</span> <span class="excerpt">Touchlight, a pioneering leader in synthetic DNA technology, is pleased to announce the appointment of Will Downie as a key adviser to support its mission in advancing genetic...</span> </a> <a class="tip-trigger grid-item" href="/syntegon-grou-appoints-eros-carletti-as-chief-financial-officer"> <span class="logo"><img src="/article-image-alias/syntegon-appoints-eros-carletti-as-chief.jpg"><span class="visually-hidden">Syntegon appoints Eros Carletti as Chief Financial Officer</span></span> <span class="h3">Syntegon appoints Eros Carletti as Chief Financial Officer</span> <span class="excerpt">Replacing Dr Peter Hackel, Eros will champion the group's global growth</span> </a> <a class="tip-trigger grid-item" href="/servier-names-david-k-lee-executive-vice-president-us"> <span class="logo"><img src="/article-image-alias/servier-names-david-k-lee-executive.png"><span class="visually-hidden">Servier names David K. Lee Executive VP of the United States</span></span> <span class="h3">Servier names David K. Lee Executive VP of the United States</span> <span class="excerpt">As Executive Vice President, David will lead Servier's activities in the US and help to form its market strategy in this key region</span> </a> <a class="tip-trigger grid-item" href="/admix-europe-aps-appoints-jonas-%C3%B6berg-as-managing-1"> <span class="logo"><img src="/article-image-alias/admix-europe-aps-appoints-jonas-öberg.jpg"><span class="visually-hidden">Admix Europe APS appoints Jonas Öberg as Managing Director for European Operation</span></span> <span class="h3">Admix Europe APS appoints Jonas Öberg as Managing Director for European Operation</span> <span class="excerpt">Öberg, from Sweden, brings extensive international industrial experience as he has held numerous leadership positions, overseen manufacturing sites and commercial operations...</span> </a> <a class="tip-trigger grid-item" href="/from-rags-to-riches-ai-in-pharma"> <span class="logo"><img src="/article-image-alias/from-rags-to-riches-ai-in.jpg"><span class="visually-hidden">From RAGs to riches: AI in pharma</span></span> <span class="h3">From RAGs to riches: AI in pharma</span> <span class="excerpt">Mirit Eldor, Managing Director, Life Sciences Solutions at Elsevier, reflects on the growth and future of AI in the pharmaceutical industry</span> </a> <a class="tip-trigger grid-item" href="/fast-forward-pgx-research-in-2025"> <span class="logo"><img src="/article-image-alias/fast-forward-pgx-research-in-2025.jpg"><span class="visually-hidden">Fast forward PGx research in 2025</span></span> <span class="h3">Fast forward PGx research in 2025</span> <span class="excerpt">Neil Ward, VP EMEA of PacBio, takes a look at the near-term future of pharmacogenes</span> </a> <a class="tip-trigger grid-item" href="/beigene-appoints-giancarlo-benelli-as-senior-vice-president"> <span class="logo"><img src="/article-image-alias/beigene-appoints-giancarlo-benelli-as-senior.png"><span class="visually-hidden">BeiGene appoints Giancarlo Benelli as Senior VP and Head of Europe</span></span> <span class="h3">BeiGene appoints Giancarlo Benelli as Senior VP and Head of Europe</span> <span class="excerpt">Giancarlo will assist the company in its efforts to bring oncology medicines to more European patients</span> </a> <a class="tip-trigger grid-item" href="/astrazeneca-appoints-iskra-reic-executive-vice-president-international"> <span class="logo"><img src="/article-image-alias/astrazeneca-appoints-iskra-reic-as-its.png"><span class="visually-hidden">AstraZeneca appoints Iskra Reic as its International Executive Vice President</span></span> <span class="h3">AstraZeneca appoints Iskra Reic as its International Executive Vice President</span> <span class="excerpt">Iskra will be responsible for championing AstraZeneca's growth across key markets globally, as well as business strategy development</span> </a> <a class="tip-trigger grid-item" href="/ann-xiaoyan-li-appointed-new-group-cfo-and"> <span class="logo"><img src="/article-image-alias/ann-xiaoyan-li-appointed-new-group-cfo.jpg"><span class="visually-hidden">Ann-Xiaoyan Li appointed new Group CFO and Managing Director of the Romaco Group</span></span> <span class="h3">Ann-Xiaoyan Li appointed new Group CFO and Managing Director of the Romaco Group</span> <span class="excerpt">New member on the Romaco Group Board of Management</span> </a> <a class="tip-trigger grid-item" href="/merck-appoints-surendralal-karsanbhai-to-its-board-of-directors"> <span class="logo"><img src="/article-image-alias/merck-appoints-surendralal-l-karsanbhai-to.png"><span class="visually-hidden">Merck appoints Surendralal L. Karsanbhai to its board of directors</span></span> <span class="h3">Merck appoints Surendralal L. Karsanbhai to its board of directors</span> <span class="excerpt">The President and CEO of Emerson Electric will work with the 13-strong board to oversee the management of Merck's global business endeavours</span> </a> <a class="tip-trigger grid-item" href="/pfizer-chris-boshoff-chief-scientific-officer-president-of-resesearch-and-development"> <span class="logo"><img src="/article-image-alias/pfizer-appoints-chris-boshoff-as-chief.png"><span class="visually-hidden">Pfizer appoints Chris Boshoff as Chief Scientific Officer and President of R&D</span></span> <span class="h3">Pfizer appoints Chris Boshoff as Chief Scientific Officer and President of R&D</span> <span class="excerpt">Dr Boshoff will be responsible for overseeing and advancing Pfizer's R&D initiatives across all therapeutic areas</span> </a> <a class="tip-trigger grid-item" href="/biosynth-appoints-matt-gunnison-ceo-kieran-murphy-chair"> <span class="logo"><img src="/article-image-alias/biosynth-appoints-matt-gunnison-as-its.jpg"><span class="visually-hidden">Biosynth appoints Matt Gunnison as its new CEO and Kieran Murphy as Chair</span></span> <span class="h3">Biosynth appoints Matt Gunnison as its new CEO and Kieran Murphy as Chair</span> <span class="excerpt">Matt and will both assume their places on the Board of Directors, and will work to strengthen the company's position in the life sciences sector</span> </a> </div> <ul class="pagination"><li class="page-item disabled"><span class="page-link">Previous</span></li><li class="page-item active"><span class="page-link">1 <span class="visually-hidden">(current)</span></span></li><li class="page-item"><a class="page-link" href="/jobs?page=2">2</a></li><li class="page-item"><a class="page-link" href="/jobs?page=3">3</a></li><li class="page-item"><a class="page-link" href="/jobs?page=4">4</a></li><li class="page-item"><a class="page-link" href="/jobs?page=5">5</a></li><li class="page-item"><a class="page-link" href="/jobs?page=6">6</a></li><li class="page-item"><a class="page-link" href="/jobs?page=7">7</a></li><li class="page-item disabled"><span class="page-link">…</span></li><li class="page-item"><a class="page-link" href="/jobs?page=137">137</a></li><li class="page-item"><a class="page-link" href="/jobs?page=2" rel="next">Next</a></li></ul> </div> </div> </div> <sidebar class="sidebar"> <div class="sidebar-flex"> <div class="block block-top-five"> <h3 class="has-icon block-header"><i class=" ri-arrow-right-up-line" aria-hidden="true" focusable="false"></i>Trending Articles</h3> <div class="block-inner"> <ol> </ol> </div> </div> <div class="block block-event"> <h3 class="has-icon block-header"><i class=" ri-calendar-close-line" aria-hidden="true" focusable="false"></i>Upcoming event</h3> <div class="block-inner"> <a href="/pharma-packaging-and-labelling-forum" class="block-inner event-block"> <span> <i class="ri-calendar-event-line ri-2x"></i> <h3>Pharma Packaging and Labelling Forum</h3> <byline>5–6 March 2025 | Conference | San Diego, US</byline> </span> </a> <a href="/events"><span class="read-more arrow-link">See all</span></a> </div> </div> </div> </sidebar> </div> </div> </div> </div> </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>