CINXE.COM

ISS home page

<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" page-id="{1AD3CF96-4263-4469-9224-7AA4BEACF575}"> <!--<![endif]--> <head prefix=""> <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> <link rel="preconnect" src="https://consent.cookiebot.com/" crossorigin> <link rel="dns-prefetch" src="https://consent.cookiebot.com/"> <link rel="preconnect" src="https://connect.facebook.net/" crossorigin> <link rel="dns-prefetch" src="https://connect.facebook.net/"> <link rel="preconnect" src="https://www.google-analytics.com/" crossorigin> <link rel="dns-prefetch" src="https://www.google-analytics.com/"> <link rel="preconnect" src="https://www.googletagmanager.com/" crossorigin> <link rel="dns-prefetch" src="https://www.googletagmanager.com/"> <link rel="preconnect" src="https://players.brightcove.net/" crossorigin> <link rel="dns-prefetch" src="https://players.brightcove.net/"> <link rel="preconnect" src="https://vjs.zencdn.net/" crossorigin> <link rel="dns-prefetch" src="https://vjs.zencdn.net/"> <script>let setgeotarge = false; setgeofencing = false</script> <script>setgeotarge = true;</script> <script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="3c04f870-41c9-42bc-965e-776f1eef473a" data-culture="" type="text/javascript" data-consentmode="disabled" data-georegions="{'region':'GB,DE,FR,NL','cbid':'7ca522be-0c36-4abe-b5be-20129dbf1b64'}" async></script> <script>setgeofencing = true;</script> <style> .disable-abtn { color: gray !important; pointer-events: none !important; } </style> <script type="text/javascript"> function getcountrycode() { if (document.getElementById("CybotCookiebotDialog")) { var countryCode = Cookiebot.userCountry.toUpperCase(); var countryListEU = ["GB", "AT", "BE", "BG", "CY", "CZ", "DE", "DK", "ES", "EE", "FI", "FR", "GR", "HR", "HU", "IE", "IT", "LT", "LU", "LV", "MT", "NL", "PL", "PT", "RO", "SK", "SI", "SE"]; if (countryListEU.includes(countryCode)) { countryCode = "EU" } var usRegionList = ["US-01", "US-02", "US-04", "US-05", "US-06", "US-08", "US-09", "US-10", "US-11", "US-12", "US-13", "US-15", "US-16", "US-17", "US-18", "US-19", "US-20", "US-21", "US-22", "US-23", "US-24", "US-25", "US-26", "US-27", "US-28", "US-29", "US-30", "US-31", "US-32", "US-33", "US-34", "US-35", "US-36", "US-37", "US-38", "US-39", "US-40", "US-41", "US-42", "US-44", "US-45", "US-46", "US-47", "US-48", "US-49", "US-50", "US-51", "US-53", "US-54", "US-55", "US-56"]; if (usRegionList.includes(countryCode)) { countryCode = "US"; } if (countryCode != "US" && countryCode != "EU" && countryCode != "CA") { countryCode = "ccpa_default"; } document.getElementById("CybotCookiebotDialog").classList.add(countryCode); //console.log("country code class " + countryCode); } } function ReshowPopup() { if (document.cookie.indexOf('cbrenew') > -1) { if (document.getElementById("CybotCookiebotDialogBodyButtonAccept")) { CheckELMAndApplyCSS("CybotCookiebotDialogBodyButtonAccept", "disable-abtn", "add"); document.getElementById("CybotCookiebotDialogBodyButtonAccept").setAttribute('style', 'border:1px solid gray !important;color:gray !important'); if (document.getElementById("nvtext")) { document.getElementById("nvtext").setAttribute('style', 'display:block !important'); } } } if (setgeotarge) { getcountrycode(); } } function CalllSetTimeOut() {setTimeout(function () {console.log("."); ReshowPopup(); CalllSetTimeOutTwice(); },1500)} function CalllSetTimeOutTwice() { setTimeout(function () {console.log(".."); ReshowPopup(); CalllSetTimeOutThrice(); }, 3000) } function CalllSetTimeOutThrice() { setTimeout(function () {console.log("..."); ReshowPopup(); }, 4500) } function CookiebotRenewClick() { if (document.getElementsByClassName("cb-renew").length > 0) { let renewCBBtn = document.getElementsByClassName("cb-renew")[0]; renewCBBtn.removeAttribute("onclick"); renewCBBtn.href = "#"; renewCBBtn.addEventListener('click', function () { // document.cookie = "CookieConsent" + '=; Path=/; Expires=Thu, 01 Jan 1970 00:00:01 GMT;'; Cookiebot.renew(); ReshowPopup(); setTimeout(function () { ReshowPopup(); CalllSetTimeOut(); }, 900); }); } } window.addEventListener('DOMContentLoaded', function () { CookiebotRenewClick(); }); function setCookieForCountryCode(name, value, days) { var expires = ""; if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires = "; expires=" + date.toUTCString(); } document.cookie = name + "=" + (value || "") + expires + "; path=/"; } function CheckELMAndApplyCSS(ele, cssname, addorremove) { var domELE = document.getElementById(ele); if (domELE && addorremove == "add") { domELE.classList.add(cssname); } if (domELE && addorremove == "rm") { domELE.classList.remove(cssname); } } async function checkElementExists(element, timeout = Infinity) { let startTime = Date.now(); return new Promise((resolve) => { const intervalId = setInterval(() => { if (document.querySelector(element)) { clearInterval(intervalId); resolve(true); } else if (Date.now() - startTime >= timeout * 1000) { clearInterval(intervalId); resolve(false); } }, 100, (1)); }); } function blockPopup() { var regionArray = []; var disableCountryCode = Cookiebot.userCountry.toUpperCase(); setCookieForCountryCode("RegionCode", disableCountryCode, 365); CheckELMAndApplyCSS("CybotCookiebotDialogBodyButtonAccept", "disable-abtn", "add"); regionArray.push("US-53"); regionArray.push("US-32"); if (regionArray.includes(disableCountryCode)) { if (document.getElementById("CybotCookiebotDialogBodyButtonAccept")) document.getElementById("CybotCookiebotDialogBodyButtonAccept").setAttribute('style', 'border:1px solid gray !important;color:gray !important'); if (document.getElementById("nvtext")) document.getElementById("nvtext").setAttribute('style', 'display:block !important'); setCookieForCountryCode("cbrenew", "1", 365); } else CheckELMAndApplyCSS("CybotCookiebotDialogBodyButtonAccept", "disable-abtn", "rm"); } checkElementExists("#CybotCookiebotDialog", 120).then((result) => { if (result) { if (setgeofencing) { blockPopup(); } if (setgeotarge) { getcountrycode(); } } else { console.log("ncb"); } }); </script> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link href="/-/media/Feature/Experience-Accelerator/Bootstrap-4/Bootstrap-4/Styles/bootstrap-grid.css" rel="stylesheet" /><link href="/-/media/Base-Themes/LazyLoading/Styles/psuedolazyload.css" rel="stylesheet" /><link href="/-/media/Base-Themes/GeoTarget-Footer-CSS/Styles/Geotarget_Footer.css" rel="stylesheet" /><link href="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/styles/accordion-min.css" rel="stylesheet" /><link href="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/styles/Custom.css" rel="stylesheet" /><link href="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/styles/jquery-ui.css" rel="stylesheet" /><link href="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/styles/lib-custom1.css" rel="stylesheet" /><link href="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/styles/lib-main.css" rel="stylesheet" /><link href="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/styles/screen-overlay.css" rel="stylesheet" /><link href="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/styles/www-amgen-com.css" rel="stylesheet" /><link href="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/styles/zcorporate_override59.css" rel="stylesheet" /><link href="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/styles/livesite-styles.css" rel="stylesheet" /><link href="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/styles/amgeniss-custom.css" rel="stylesheet" /><link href="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/styles/amgeniss-forms.css" rel="stylesheet" /> <meta name="VIcurrentDateTime" content="638754428634501573" /> <meta name="VirtualFolder" content="/" /> <script type="text/javascript" src="/layouts/system/VisitorIdentification.js"></script> <!--Header Media Start--> <script src="-/media/Foundation/Amgen/JS/jquery-331min.js"></script> <script src="-/media/Foundation/Amgen/JS/svg4everybodymin-1.js"></script> <script src="-/media/Foundation/Amgen/JS/searchinputsanitizer.js"></script> <!--Header Media End--> <title>ISS home page</title> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/> <Meta Name="google-site-verification" Content="D4ftAcAo528vkSB3NGkFiqh_jJlvdPuvPgzdlpelBKY"/> <link href="-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/images/favicon/favicon.png" rel="shortcut icon" /> <meta content="Amgen, Inc" property="og:site_name" /><meta content="ISS home page" property="og:title" /><meta content="https://www.amgeniss.com" property="og:url" /> <meta content="@amgen" name="twitter:site" /><meta content="Home" name="twitter:title" /><meta content="summary_large_image" name="twitter:card" /> <link rel="canonical" href="http://www.amgeniss.com/" /> <!-- 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-T4TG5XS'); </script> <!-- End Google Tag Manager --> </head> <body class="amgen_home iss-home-page default-device bodyclass"> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T4TG5XS" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager (noscript) --> <div id="fb-root"></div> <div id="wrapper"> </div> <header class="header-nav"> <script> </script> <div class="quantum-header quantum-container--white " id=""> <div class="quantum-header__inner"> <div class="quantum-header__left"> <a class="quantum-header__logo d-none d-sm-block gtm-header" href="/"> <img src="-/media/Themes/Global/Global/Global/images/common/Header/amgen-blue.svg?h=100&amp;w=100&amp;la=en&amp;hash=B684B0D9B8B027AA682DCFEB2A1B89FB" rel="preload" class="quantum-header__logo" fetchpriority="high" alt="Stor blå Amgenlogotyp med ®" /> </a> <a class="quantum-header__logo d-block d-sm-none gtm-header" href="/" > <img src="-/media/Themes/Global/Global/Global/images/common/Header/amgen-blue.svg?h=100&amp;w=100&amp;la=en&amp;hash=B684B0D9B8B027AA682DCFEB2A1B89FB" rel="preload" class="quantum-header__logo" fetchpriority="high" alt="Stor blå Amgenlogotyp med ®" /> </a> </div> <div class="quantum-header__right"> <div class="quantum-header__menu"> <nav class="quantum-drop-down-menu"> <ul class="quantum-drop-down-menu__list"> <li class="quantum-drop-down-menu__list-item d-md-none"> </li> <li class="quantum-drop-down-menu__list-item d-md-none back-bttn"> <a href="http://#" class="# quantum-drop-down-menu__link " ca1="" data-value="FLItem-2" > <span class="quantum-drop-down-menu__link-text"> <i class="fa fa-angle-left cc btn btn-default"></i>Menu </span> </a> </li> <li class="quantum-drop-down-menu__list-item "> <a class="quantum-drop-down-menu__link " href="http://www.amgen.com/about/" target="" data-value="FLItem-3"> <span class="quantum-drop-down-menu__link-text">ABOUT</span> <svg class="quantum-icon quantum-button__icon desktop-break"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#angle-down-regular"></use> </svg> <svg class="quantum-icon quantum-drop-down-menu__link-icon quantum-drop-down-menu__link-icon--expand-dropdown"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#angle-right-regular"></use> </svg> <svg class="quantum-icon quantum-drop-down-menu__link-icon quantum-drop-down-menu__link-icon--collapse-dropdown"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#angle-left-regular"></use> </svg> </a> <ul class="quantum-drop-down-menu__menu"> <li class="quantum-drop-down-menu__menu-list-item"> <a href="/" class="quantum-drop-down-menu__menu-link see-all menuHide " data-value="FLItem-3-SLItem-1"> Home </a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-3-SLItem-2"> <a href="http://www.amgen.com/about/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="https://www.amgen.com/about">Overview </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-3-SLItem-3"> <a href="http://www.amgen.com/about/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="https://www.amgen.com/about">Quick Facts </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-3-SLItem-4"> <a href="http://www.amgen.com/about/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//about/mission-and-values/">Mission and Values </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-3-SLItem-5"> <a href="http://www.amgen.com/about/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//about/leadership/">Leadership </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-3-SLItem-6"> <a href="http://www.amgen.com/about/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//about/how-we-operate/">How We Operate </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-3-SLItem-7"> <a href="http://www.amgen.com/about/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//about/awards-and-accolades/">Awards and Accolades </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-3-SLItem-8"> <a href="http://www.amgen.com/about/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//about/amgen-history/">Amgen History </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> </ul> </li> <li class="quantum-drop-down-menu__list-item "> <a class="quantum-drop-down-menu__link " href="http://www.amgen.com//science/" target="" data-value="FLItem-4"> <span class="quantum-drop-down-menu__link-text">SCIENCE</span> <svg class="quantum-icon quantum-button__icon desktop-break"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#angle-down-regular"></use> </svg> <svg class="quantum-icon quantum-drop-down-menu__link-icon quantum-drop-down-menu__link-icon--expand-dropdown"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#angle-right-regular"></use> </svg> <svg class="quantum-icon quantum-drop-down-menu__link-icon quantum-drop-down-menu__link-icon--collapse-dropdown"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#angle-left-regular"></use> </svg> </a> <ul class="quantum-drop-down-menu__menu"> <li class="quantum-drop-down-menu__menu-list-item"> <a href="http://www.amgen.com//science/" class="quantum-drop-down-menu__menu-link see-all menuHide " data-value="FLItem-4-SLItem-9"> </a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-4-SLItem-10"> <a href="http://www.amgen.com//science/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//science/">Overview </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-4-SLItem-11"> <a href="http://www.amgen.com//science/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//science/research-and-development-strategy/">Research and Development Strategy </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-4-SLItem-12"> <a href="http://www.amgen.com//science/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgenpipeline.com" target="_blank">Pipeline <i class="fa fa-external-link"></i> </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-4-SLItem-13"> <a href="http://www.amgen.com//science/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="https://www.amgen.com/science/scientific-advisory-boards">Scientific Advisory Boards </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-4-SLItem-14"> <a href="http://www.amgen.com//science/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="https://www.amgenscience.com/" target="_blank">Amgen Science <i class="fa fa-external-link"></i> </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-4-SLItem-15"> <a href="http://www.amgen.com//science/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//science/scientific-community-initiatives/">Scientific Community Initiatives </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-4-SLItem-16"> <a href="http://www.amgen.com//science/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//science/clinical-trials/">Clinical Trials </a></h3> </a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-4-SLItem-17"> <a href="http://www.amgen.com//science/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//science/manufacturing/">Manufacturing </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-4-SLItem-18"> <a href="http://www.amgen.com//science/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgenbiosimilars.com" target="_blank">Biosimilars <i class="fa fa-external-link"></i> </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> </ul> </li> <li class="quantum-drop-down-menu__list-item "> <a class="quantum-drop-down-menu__link " href="http://www.amgen.com//products/" target="" data-value="FLItem-5"> <span class="quantum-drop-down-menu__link-text">PRODUCTS</span> <svg class="quantum-icon quantum-button__icon desktop-break"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#angle-down-regular"></use> </svg> <svg class="quantum-icon quantum-drop-down-menu__link-icon quantum-drop-down-menu__link-icon--expand-dropdown"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#angle-right-regular"></use> </svg> <svg class="quantum-icon quantum-drop-down-menu__link-icon quantum-drop-down-menu__link-icon--collapse-dropdown"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#angle-left-regular"></use> </svg> </a> <ul class="quantum-drop-down-menu__menu"> <li class="quantum-drop-down-menu__menu-list-item"> <a href="http://www.amgen.com//products/" class="quantum-drop-down-menu__menu-link see-all menuHide " data-value="FLItem-5-SLItem-19"> hhj </a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-5-SLItem-20"> <a href="http://www.amgen.com//products/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//products/">Overview </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-5-SLItem-21"> <a href="http://www.amgen.com//products/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgenmedinfo.com" target="_blank">Medical Information <i class="fa fa-external-link"></i> </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-5-SLItem-22"> <a href="http://www.amgen.com//products/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//products/global-patient-safety/">Global Patient Safety </a></h3> </a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-5-SLItem-23"> <a href="http://www.amgen.com//products/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//products/counterfeit-drug-statement/">Counterfeit Drug Statement </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-5-SLItem-24"> <a href="http://www.amgen.com//products/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//products/safety-data-sheets/">Safety Data Sheets </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> </ul> </li> <li class="quantum-drop-down-menu__list-item "> <a class="quantum-drop-down-menu__link " href="http://www.amgen.com//responsibility/" target="" data-value="FLItem-6"> <span class="quantum-drop-down-menu__link-text">RESPONSIBILITY</span> <svg class="quantum-icon quantum-button__icon desktop-break"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#angle-down-regular"></use> </svg> <svg class="quantum-icon quantum-drop-down-menu__link-icon quantum-drop-down-menu__link-icon--expand-dropdown"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#angle-right-regular"></use> </svg> <svg class="quantum-icon quantum-drop-down-menu__link-icon quantum-drop-down-menu__link-icon--collapse-dropdown"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#angle-left-regular"></use> </svg> </a> <ul class="quantum-drop-down-menu__menu"> <li class="quantum-drop-down-menu__menu-list-item"> <a href="http://www.amgen.com//responsibility/" class="quantum-drop-down-menu__menu-link see-all menuHide " data-value="FLItem-6-SLItem-25"> sdsd </a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-6-SLItem-26"> <a href="http://www.amgen.com//responsibility/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//responsibility/">Overview </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-6-SLItem-27"> <a href="http://www.amgen.com//responsibility/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="https://www.amgen.com/responsibility/environment-social-and-governance-strategy/amgens-commitment-to-patients">Amgen’s Commitment to Patients </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-6-SLItem-28"> <a href="http://www.amgen.com//responsibility/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//responsibility/responsibility-highlights-report/">2019 Responsibility Highlights Report </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-6-SLItem-29"> <a href="http://www.amgen.com//responsibility/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//responsibility/corporate-responsibility-strategy-governance/">Corporate Responsibility Strategy & Governance </a></h3> </a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-6-SLItem-30"> <a href="http://www.amgen.com//responsibility/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//responsibility/amgen-foundation/">Amgen Foundation </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-6-SLItem-31"> <a href="http://www.amgen.com//responsibility/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//responsibility/our-approach-to-pricing-access-and-affordability/">Our Approach to Pricing, Access and Affordability </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-6-SLItem-32"> <a href="http://www.amgen.com//responsibility/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//responsibility/our-approach-to-pricing-access-and-affordability/access-approaches-treatment-and-collaborations/access-to-medicine-and-patient-support-programs/access-to-medicine/">Access to Medicine </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-6-SLItem-33"> <a href="http://www.amgen.com//responsibility/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//responsibility/diversity-and-inclusion/">Diversity and Inclusion </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-6-SLItem-34"> <a href="http://www.amgen.com//responsibility/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//responsibility/environmental-sustainability/">Environment </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-6-SLItem-35"> <a href="http://www.amgen.com//responsibility/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//responsibility/supplier-sustainability/">Supplier Sustainability </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-6-SLItem-36"> <a href="http://www.amgen.com//responsibility/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="https://www.amgen.com/responsibility/amgen-foundation/amgen-foundation-grants">Grants and Giving </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-6-SLItem-37"> <a href="http://www.amgen.com//responsibility/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="https://www.amgen.com/responsibility/workplace">Safety and Wellness </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> <li class="quantum-drop-down-menu__menu-list-item" data-value="FLItem-6-SLItem-38"> <a href="http://www.amgen.com//responsibility/" gtmclass="" ca1="" " class="" ><h3><a class="cd-nav-item item-3" href="http://www.amgen.com//responsibility/reporting-and-metrics/">Reporting and Metrics </a></h3></a> <ul class="quantum-drop-down-menu__tertiary"> </ul> </li> </ul> </li> <li class="quantum-drop-down-menu__list-item "> <a class="quantum-drop-down-menu__link without-header-dd " onclick="window.open(https%3A%2F%2Fcareers.amgen.com%2F)%3Breturnfalse%3B" href="" target="_blank" data-value="FLItem-7"> <span class="quantum-drop-down-menu__link-text"><span class="quantum-drop-down-menu__link-text" onclick='window.open("https://careers.amgen.com/");return false;'>CAREERS <em class="fa fa-external-link"></em></span></span> </a> </li> </ul> <ul class="quantum-drop-down-menu__top-nav-list"> </ul> </nav> </div> <div class="quantum-header__mobile-content"> <button class="quantum-button quantum-button--tertiary quantum-header__icon-button quantum-button--large quantum-button--icon-only " type="button"> <svg class="quantum-icon quantum-button__icon"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#search-regular"></use> </svg> </button> <button class="quantum-button quantum-button--tertiary quantum-header__icon-button quantum-header__menu-trigger quantum-header__menu-trigger--expand-menu quantum-button--large quantum-button--icon-only" type="button"> <svg class="quantum-icon quantum-button__icon"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#bars-regular"></use> </svg> </button> <button class="quantum-button quantum-button--tertiary quantum-header__icon-button quantum-header__menu-trigger quantum-header__menu-trigger--collapse-menu quantum-button--large quantum-button--icon-only" type="button"> <svg class="quantum-icon quantum-button__icon"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#close-light"></use> </svg> </button> </div> </div> </div> <div class="quantum-header__mobile-subnavigation"> <div class="quantum-header__mobile-subnavigation-toggle"> <span class="quantum-header__mobile-subnavigation-placeholder"></span> <button class="quantum-button quantum-button--tertiary quantum-header__icon-button evenity-sub-nav__menu-trigger evenity-sub-nav__menu-trigger--expand-menu quantum-button--large quantum-button--icon-only" type="button"> <svg class="quantum-icon quantum-button__icon"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#angle-down-regular"></use> </svg> </button> <button class="quantum-button quantum-button--tertiary quantum-header__icon-button evenity-sub-nav__menu-trigger evenity-sub-nav__menu-trigger--expand-menu quantum-button--large quantum-button--icon-only collapse" type="button"> <svg class="quantum-icon quantum-button__icon"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#angle-up-regular"></use> </svg> </button> </div> <ul class="quantum-drop-down-menu__menu"> <li class="quantum-drop-down-menu__menu-list-item quantum-drop-down-menu__list-item "> <a href="/" class="quantum-drop-down-menu__menu-link see-all menuHide " menu-name="Menu Description" menu-type="header" data-value="FLItem-3-SLItem-1"> Home </a> </li> <li class="quantum-drop-down-menu__menu-list-item quantum-drop-down-menu__list-item "> <a href="https://www.amgen.com/about" class="quantum-drop-down-menu__menu-link " menu-name="&lt;h3&gt;&lt;a class=&quot;cd-nav-item item-3&quot; href=&quot;https://www.amgen.com/about&quot;&gt;Overview &lt;/a&gt;&lt;/h3&gt;" menu-type="header" data-value="FLItem-3-SLItem-2"> </a> </li> <li class="quantum-drop-down-menu__menu-list-item quantum-drop-down-menu__list-item "> <a href="https://www.amgen.com/about" class="quantum-drop-down-menu__menu-link " menu-name="&lt;h3&gt;&lt;a class=&quot;cd-nav-item item-3&quot; href=&quot;https://www.amgen.com/about&quot;&gt;Quick Facts &lt;/a&gt;&lt;/h3&gt;" menu-type="header" data-value="FLItem-3-SLItem-3"> </a> </li> <li class="quantum-drop-down-menu__menu-list-item quantum-drop-down-menu__list-item "> <a href="http://www.amgen.com//about/mission-and-values/" class="quantum-drop-down-menu__menu-link " menu-name="&lt;h3&gt;&lt;a class=&quot;cd-nav-item item-3&quot; href=&quot;http://www.amgen.com//about/mission-and-values/&quot;&gt;Mission and Values &lt;/a&gt;&lt;/h3&gt;" menu-type="header" data-value="FLItem-3-SLItem-4"> </a> </li> <li class="quantum-drop-down-menu__menu-list-item quantum-drop-down-menu__list-item "> <a href="http://www.amgen.com//about/leadership/" class="quantum-drop-down-menu__menu-link " menu-name="&lt;h3&gt;&lt;a class=&quot;cd-nav-item item-3&quot; href=&quot;http://www.amgen.com//about/leadership/&quot;&gt;Leadership &lt;/a&gt;&lt;/h3&gt;" menu-type="header" data-value="FLItem-3-SLItem-5"> </a> </li> <li class="quantum-drop-down-menu__menu-list-item quantum-drop-down-menu__list-item "> <a href="http://www.amgen.com//about/how-we-operate/&quot;" class="quantum-drop-down-menu__menu-link " menu-name="&lt;h3&gt;&lt;a class=&quot;cd-nav-item item-3&quot; href=&quot;http://www.amgen.com//about/how-we-operate/&quot;&gt;How We Operate &lt;/a&gt;&lt;/h3&gt;" menu-type="header" data-value="FLItem-3-SLItem-6"> </a> </li> <li class="quantum-drop-down-menu__menu-list-item quantum-drop-down-menu__list-item "> <a href="http://www.amgen.com//about/awards-and-accolades/" class="quantum-drop-down-menu__menu-link " menu-name="&lt;h3&gt;&lt;a class=&quot;cd-nav-item item-3&quot; href=&quot;http://www.amgen.com//about/awards-and-accolades/&quot;&gt;Awards and Accolades &lt;/a&gt;&lt;/h3&gt;" menu-type="header" data-value="FLItem-3-SLItem-7"> </a> </li> <li class="quantum-drop-down-menu__menu-list-item quantum-drop-down-menu__list-item "> <a href="http://www.amgen.com//about/amgen-history/" class="quantum-drop-down-menu__menu-link " menu-name="&lt;h3&gt;&lt;a class=&quot;cd-nav-item item-3&quot; href=&quot;http://www.amgen.com//about/amgen-history/&quot;&gt;Amgen History &lt;/a&gt;&lt;/h3&gt;" menu-type="header" data-value="FLItem-3-SLItem-8"> </a> </li> </ul> </div> </div> <div class="quantum-top-nav quantum-container--secondary quantum-top-nav--accent-callout " id=""> <div class="quantum-top-nav__inner"> <div class="quantum-top-nav__warning"> </div> <div class="quantum-top-nav__links"> <a href="#" class="quantum-top-nav__link quantum-top-nav__search-link"> <svg class="quantum-icon quantum-top-nav__link-icon"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#search-regular"></use> </svg> </a> </div> <div class="quantum-top-nav__search"> <form class="quantum-top-nav__search-field-wrap"> <label class="quantum-top-nav__search-label" for="quantum-top-nav-search">Search</label> <input id="quantum-top-nav-search" type="text" placeholder="Search" class="quantum-top-nav__search-input"> <button class="quantum-button quantum-button--tertiary quantum-top-nav__search-button quantum-button--icon-only" type="submit"> <svg class="quantum-icon quantum-button__icon"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#search-regular"></use> </svg> </button> </form> <button class="quantum-button quantum-button--tertiary quantum-top-nav__close-search quantum-button--icon-only" type="button"> <svg class="quantum-icon quantum-button__icon"> <use xlink:href="-/media/Themes/Global/Global/Global/images/common/Icons/amgen-se.svg#"></use> </svg> </button> </div> </div> </div> <div class="quantum-search-suggest"> <div class="component-content"> <label for="textBoxSearch"> </label> <input type="search" class="quantum-search-box-input" autocomplete="off" name="textBoxSearch" placeholder="Search Amgeniss.com" /> <button class="quantum-search-box-button-with-redirect" type="submit" data-searchURL="/search-results"> </button> <span class="quantum-search-clear"> </span> <button class="quantum-search-btn-close">X</button> <input type="hidden" id="searchtag" name="tag" value="General,Patient,HCP" /> </div> </div> </header> <div class="hero-div"> </div> <div class="banner-div"> </div> <div class="component rich-text"> <div class="component-content"> <div id="non-login-user"> <a id="login-link" href="/login" class="loginBanner">Login</a> </div> </div> </div> <div class="quantum-modal " id="Submission-success" enable-autoplay="False"> <div class="quantum-modal__dialog "> <!-- Modal content--> <div class="popup-content" id="popup"> <h2>Success!</h2> <p class="pop-success-content"> Thank you for your ISS submission to Amgen. Amgen has received your ISS web application and upon evaluation for completeness will provide you with acknowledgement of “full submission”, and next steps toward review. </p> <!--popup's close button--> <a href="/">Back to Homepage</a><br> <a id="contentrow_0_middlefullpane_0_Button1" href="javascript:__doPostBack('contentrow_0$middlefullpane_0$Button1','')/">Logout</a> <div id="close">X</div> </div> <button class="quantum-button quantum-button--tertiary quantum-modal__close quantum-button--icon-only " type="button"> <svg class="quantum-icon quantum-button__icon"> <use xlink:href="-/media/Themes/Global/Global/Global/images/amgen.svg#close-light"></use> </svg> </button> </div> </div> <div class="quantum-modal " id="Save-Modal" enable-autoplay="False"> <div class="quantum-modal__dialog "> <!-- Modal content--> <div class="popup-content popup-content-save" id="popup"> <h2 class="Popup-save">Saved!</h2> <p class="pop-success-content pop-success-content-svaebtn"> Data Saved Successfully! </p> <p style="color:red;"><b>Please note the form was <u>not</u> submitted</b></p> <!--popup's close button--> <a href="/">Back to Homepage</a><br> <a id="contentrow_0_middlefullpane_0_Button1"class="sign-out" href="javascript:__doPostBack('contentrow_0$middlefullpane_0$Button1','')/">Logout</a> <div id="close">X</div> </div> <button class="quantum-button quantum-button--tertiary quantum-modal__close quantum-button--icon-only " type="button"> <svg class="quantum-icon quantum-button__icon"> <use xlink:href="-/media/Themes/Global/Global/Global/images/amgen.svg#close-light"></use> </svg> </button> </div> </div> <div class="component content col-12 bluebanner-container"> <div class="component-content"> <div class="field-content"><div class="blueBgBanner" test="i_page.Banner_Mobile_Image.media_url"> <div><b></b> <div class="component container col-12 breadcrumbContainer blue-background background-image lozad" data-background="; "><b></b> <div class="component-content"> <div class="component rich-text"> <!-- <div class="logout"> --> <!-- <p>Hi <span class="user-name">User</span></p> --> <!-- <a id="contentrow_0_middlerightpane_1_Button1" href="javascript:__doPostBack('contentrow_0$middlerightpane_1$Button1','')">Logout</a> --> <!-- </div> --> <div class="field-banner-title"> <div class="banner-content"> <h1 class="field-title">Investigator Sponsored Studies</h1> </div> </div> <p class="banner-subtitle">For submission of <a href="javascript:void(0);" id="gotoNonClinical">Nonclinical</a> research proposal, please click on "Nonclinical" or scroll to the bottom of the page</p> </div> </div> </div> </div> </div></div> </div> </div> <div class="component container col-12"> <div class="component-content" > <div class="container"> <form method="post" id="user-activate" data-submit-url="/api/sitecore/AmgenPassport/PassportActivate" data-suspend-password-url="/api/sitecore/AmgenPassport/UserLogin" onsuccess="onAjaxRequestSuccess" autocomplete="on" enctype="multipart/form-data" class="user-acitvate"> <input name="__RequestVerificationToken" type="hidden" value="86dCtci45wHzRRlyhyIFL2o7QL-9PVpHJHbZt2ACN-7MZfssGVCXIXGMZenGdPAQBEj5WQ0Bj_BAHDljnWogZ3ye4jnB85_aMt8OwXKJ9WE1" /> <input type="hidden" name="SuccessURL" value="/" id=""> <input type="hidden" name="ItemId" value="a2e9904d-ecf4-4445-b636-1a7e47aebdac" id="getEmailItemId" /> <input type="hidden" name="TokenPageUrl" value="/" id="getEmailITokenPageUrl" /> <input type="hidden" name="siteKey" value="6LeustoaAAAAABTCuhcQw8a65P4EMDTGzqiZovp_" /> <input type="hidden" name="g-recaptcha-response" value="" /> <input type="hidden" name="resumecode" id="resumecode" value=""> <input type="hidden" name="authtoken" id="authtoken" value=""> <input type="hidden" name="passportmapperkey" id="passportmapperkey" value="Activate"> <input type="hidden" name="id-token" id="id-token" value=""> </form> </div> </div> </div> <div class="component container col-12"> <div class="component-content" > <div class="component rich-text col-12"> <div class="component-content"> <div class="pane-wrapper row"> <div class="middle-left-pane column large-uncentered large-9 medium-8"> <div class="htmlContent container"> <div id="contentrow_0_middleleftpane_0_pContent"> <div class="wrapper row homepage"> <div class="content columns"> <div> <h2 class="title-description clinicalHeading">Clinical Submissions</h2> <h1 class="title-description">Welcome to the Investigator Sponsored Studies (ISS) Portal</h1> <p class="intro-description"> Amgen is committed to serving the needs of patients facing serious illness. We work to advance this mission by developing novel therapies, and also by supporting externally sponsored clinical research. We are happy to receive, review, and respond to unsolicited proposals from qualified health care professionals, scientists, and researchers with promising ideas in areas of mutual scientific interest. The investigator sponsored studies to which we extend support are those that are based on scientifically sound proposals to advance science, clinical medicine, and patient care. We also expect results from any externally sponsored research that Amgen supports to be communicated in appropriate scientific forums, including peer-reviewed publications. This website provides information to researchers interested in submitting a proposal to Amgen for an Investigator Sponsored Study. <a rel="noopener noreferrer" target="_blank" href="http://www.amgenpipeline.com/pipeline/">Click&nbsp;here</a> for more information on Amgen&rsquo;s pipeline. </p> <h1 class="title-description">Investigator Sponsored Studies (ISS) and ISS Sponsor</h1> <div class="principal-txt"> <p class="intro-description"> An ISS is a clinical study that is initiated, developed, designed, and conducted by a qualified sponsor external to Amgen who assumes sole responsibility for the conduct of the study. An ISS can take a variety of forms. For example: </p> <ul> <li>An ISS can involve a licensed or unlicensed Amgen product(s)</li> <li>It can be based on a disease area of interest (e.g., a specific tumor type)</li> <li>It can be interventional or observational, including but not limited to health economic studies, epidemiological research, or analyses of existing data</li> </ul> <p class="intro-description"> Amgen will consider external proposals from a variety of potential ISS sponsors, including but not limited to: </p> <ul> <li>Investigators/Researchers</li> <li>Healthcare providers</li> <li>Members of the scientific community</li> <li>Healthcare institutions</li> <li>Academic medical centers</li> <li>Colleges and universities</li> <li>Networks and cooperative groups</li> <li>Government research institutions</li> </ul> <p class="intro-description"> For interventional studies, where appropriate, the ISS sponsor or appointed representative will hold the Investigational New Drug (IND) application or equivalent clinical trial authorization and be responsible for overseeing the study and/or administering study drug to human subjects. </p> </div> <!-- accordian section --> <div class="accodionWrap panel panel-white ui-accordion ui-widget ui-helper-reset issOverviewAcc"> <div class="acoordItem custom_accordionTogglItem"> <h3 class="toggle custom_accordionTogglTab pan-col ui-accordion-header ui-state-default ui-accordion-icons ui-corner-all"> <span class="ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>ISS Overview </h3> <div class="content pane-me ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active"> <p class="intro-description">Amgen&rsquo;s decision to support a proposal will be based on its research merit and alignment with our therapeutic development strategies (see Therapeutic Areas and Areas of Research Interest). We have committees of medical and scientific staff from different therapeutic areas, and these committees review external research proposals on a regular basis. Amgen will communicate feedback for a proposal generally within 40 days of receiving a complete submission. If a sponsor is invited to submit a full protocol, it also will be reviewed by a committee of medical and scientific staff. Please note that Amgen's interest in a proposal does not guarantee we will ultimately support the submitted protocol.</p> <p class="intro-description"> Amgen's financial and product support are subject to execution of Amgen's standard research agreement. Prior to proceeding with a proposal, <strong>please download and review</strong> <a target="_blank" href="-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/PDF/Amgen-ISS-Summary-of-Key-Contract" style="all: unset;color: #0063c3;cursor: pointer;">Amgen's&nbsp;required&nbsp;legal&nbsp;terms</a> with your institution to ensure alignment. As required by law, we disclose financial support provided to researchers and their institutions. </p> </div> </div> <div class="acoordItem custom_accordionTogglItem _accTwo" id="_accTwo"> <h3 class="toggle custom_accordionTogglTab pan-col ui-accordion-header ui-state-default ui-accordion-icons ui-corner-all _accBtnTwo"> <span class="ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>Process Summary </h3> <div class="content pane-me ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active"> <div class="process"> <h1> ISS PROCESS </h1> <div class="first"> <div class="more-info"> <span>Sponsor</span> <ul> <li>Initiate ISS proposal and submit to Amgen</li> <li>Submit CV and preliminary funding request</li> <li>Sign Confidential Disclosure Agreement (as applicable)</li> </ul> <span>Amgen</span> <ul> <li>Review proposal</li> <li>Communicate decision to decline proposal or invite submission of full protocol for review</li> <li>Initiate Confidential Disclosure Agreement (as applicable)</li> </ul> </div> <div class="number-process process-info"> <p>1. Proposal Review <em class="fa fa-angle-double-right" aria-hidden="true"></em></p> </div> </div> <div class="first"> <div class="more-info"> <span>Sponsor</span> <ul> <li>Develop full protocol and submit to Amgen</li> </ul> <span>Amgen</span> <ul> <li>Review protocol</li> <li>Communicate decision to decline or support protocol</li> </ul> </div> <div class="number-process process-info"> <p>2. Protocol Review <em class="fa fa-angle-double-right" aria-hidden="true"></em></p> </div> </div> <div class="first"> <div class="more-info"> <span>Sponsor</span> <ul> <li>Submit detailed budget to Amgen (as applicable)</li> <li>Provide required documents</li> <li>Confirm location of sites for drug shipment</li> <li>Execute research agreement</li> </ul> <span>Amgen</span> <ul> <li>Perform Fair Market Value assessment </li> <li>Review all required documents</li> <li>Initiate and execute research agreement</li> <li>Ship drug to site(s)</li> </ul> </div> <div class="number-process process-info"> <p>3. Start-Up <em class="fa fa-angle-double-right" aria-hidden="true"></em></p> </div> </div> <div class="first"> <div class="more-info"> <span>Sponsor</span> <ul> <li>Conduct study</li> <li>Provide safety reports and study updates per research agreement</li> <li>Manage drug supply inventory (as applicable)</li> <li>Submit invoices for contractual milestones</li> </ul> <span>Amgen</span> <ul> <li>Monitor progress and provide appropriate safety and regulatory updates</li> <li>Manage ongoing drug supply shipments</li> <li>Verify completion of contractual milestones and issue payments</li> </ul> </div> <div class="number-process process-info"> <p>4. Conduct <em class="fa fa-angle-double-right" aria-hidden="true"></em></p> </div> </div> <div class="first"> <div class="more-info"> <span>Sponsor</span> <ul> <li>Submit final study report and manuscript, as applicable, in accordance with research agreement</li> <li>Support closeout reconciliation (safety reports, drug supply, milestone invoices)</li> </ul> <span>Amgen</span> <ul> <li>Reconcile final deliverables against research agreement</li> <li>Issue final milestone payment</li> </ul> </div> <div class="number-process process-info"> <p>5. Close-Out <em class="fa fa-angle-double-right" aria-hidden="true"></em></p> </div> </div> </div> </div> </div> <div class="acoordItem custom_accordionTogglItem"> <h3 class="toggle custom_accordionTogglTab pan-col ui-accordion-header ui-state-default ui-accordion-icons ui-corner-all _accBtnThree" id="_accBtnThree"> <span class="ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>Requirements and Responsibilities of Sponsor </h3> <div class="content pane-me ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active"> <p> Requirements that need to be met for Amgen to consider support of your ISS proposal (and potential ensuing protocol) include, but are not limited to the following: </p> <ul class="ac-text fat-list"> <li> You are qualified in terms of background, education, and experience to conduct and complete the proposed research <ul> <li>You are not debarred, disqualified, restricted or excluded from engaging in activities relating to development or approval of drugs by any regulatory authority</li> <li>If research involves treatment of patients, your license is current</li> </ul> </li> <li>You assume all responsibilities and obligations to comply with all relevant laws and regulatory requirements (e.g. Good Clinical Practice and safety reporting regulations)</li> <li>You or your appointed representative holds the IND or equivalent clinical trial authorization (as applicable)</li> <li>You provide safety reports to Amgen, in accordance with the research agreement</li> <li>You provide study status updates in accordance with the research agreement</li> <li>You submit the final study report and manuscript, as applicable and in accordance with the research agreement</li> </ul> </div> </div> </div> </div> <div> <h1 class="title-description">Areas of Research Interest</h1> <p class="intro-description"> Amgen will only provide support for an ISS with research merit that aligns with Amgen&rsquo;s product specific strategy and Areas of Research Interest. Please see a summary of the Areas of Research Interest per product by expanding the appropriate Therapeutic Area section below and clicking '<strong>Start Here</strong>' to begin a proposal submission. </p> <div class="accodionWrap panel panel-white ui-accordion ui-widget ui-helper-reset"> <div class="accodionWrap"> <div class="acoordItem nested_accordionTogglItem"> <h3 class="toggle nested_accordionTogglTab AR-heading pan-col ui-accordion-header ui-state-default ui-accordion-icons ui-corner-all"> <span class="AR-title ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>Bone </h3> <div class="content pane-me ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active"> <div class="accodionWrap"> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Evenity&reg; (romosozumab) <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li> Advancing the understanding of the burden of fragility fractures </li> <li>Advancing the understanding of sclerostin biology</li> <li>Advancing the understanding of EVENITY in approved indications</li> <li>Studying EVENITY in situations of high unmet need</li> </ul> </td> </tr> </tbody> </table> </div> </div> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Prolia<sup>&reg;</sup> (denosumab) <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content" style="display: none;"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>Please go to Product: EVENITY and choose area of research interest that closely reflects your interest</li> </ul> </td> </tr> </tbody> </table> </div> </div> </div> <a class="ac-text" href="/login/submission-form">START HERE</a> </div> </div> </div> <div class="accodionWrap"> <div class="acoordItem nested_accordionTogglItem"> <h3 class="toggle nested_accordionTogglTab AR-heading pan-col ui-accordion-header ui-state-default ui-accordion-icons ui-corner-all"> <span class="AR-title ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>Cardiovascular </h3> <div class="content pane-me ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active"> <div class="accodionWrap"> <!-- </div> --> <!-- <div class="accodionWrap"> --> <!-- </div> --> <!-- <div class="accodionWrap"> --> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Repatha<sup>&reg;</sup> (evolocumab)<em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <div style="padding-left: 18px; margin-bottom: 2%;">Only studies including adults &ge; 18 years</div> <ul> <li><span style="text-decoration: underline;">Mechanistic studies</span> - evaluating the relationship between PCSK9 inhibition and non-LDLR effects, immune function, thrombosis , vascular wall biology, effects&nbsp; on other organ systems.</li> <li><span style="text-decoration: underline;">Imaging studies</span> - with a preference for functional/perfusion imaging studies (rather than purely anatomical studies)</li> <li><span style="text-decoration: underline;">Patient characterization studies</span> - Subpopulation identification of high unmet need for LDL reduction with high risk of CVD ; epidemiology studies; strategies to improve&nbsp; compliance and persistence ; solid organ transplantation.</li> </ul> </td> </tr> </tbody> </table> </div> </div> </div> <a class="ac-text" href="/login/submission-form">START HERE</a> </div> </div> </div> <div class="accodionWrap"> <div class="acoordItem nested_accordionTogglItem"> <h3 class="toggle nested_accordionTogglTab AR-heading pan-col ui-accordion-header ui-state-default ui-accordion-icons ui-corner-all"> <span class="AR-title ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>Inflammation </h3> <div class="content pane-me ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom"> <div class="accodionWrap"> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Enbrel<sup>&reg;</sup> (etanercept) <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>New insights into Enbrel efficacy in rheumatoid arthritis, psoriasis, psoriatic arthritis</li> <li>New insights into Enbrel safety in rheumatoid arthritis, psoriasis, psoriatic arthritis</li> <li>Evaluate disease states which have inflammatory and/or autoimmune pathology</li> </ul> </td> </tr> </tbody> </table> </div> </div> <!-- </div> --> <!-- <div class="accodionWrap"> --> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Otezla<sup>&reg;</sup> (apremilast)<em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>Specific disease manifestations (e.g. locations, itch) and comorbidities associated with PsO or PsA, and neutrophilic driven disease</li> <li>Maintenance of efficacy, including post biologics / persistence </li> <li>APR mechanism of action</li> </ul> </td> </tr> </tbody> </table> </div> </div> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading active">Product: Tavneos<sup>&reg;</sup> (avacopan)<em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content show"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest (US Submissions Only)</th> </tr> <tr class="table-content"> <td> <ul> <li>Real-world evidence related to treatment with avacopan in patients with ANCA-associated Vasculitis</li> <ul> <li>Treatment of patients with specific disease manifestations and comorbidities</li> <li>Biomarkers to assess response to treatment with avacopan</li> <li>Physician/patient perspectives on definition of remission</li> <li>Treatment of early-onset manifestations</li> <li>Maintenance therapy </li> <li>Prevention of end-organ damage</li> </ul> <li>Other Disease Areas of Research Interest</li> <ul> <li>Efficacy, safety, and/or tolerability of avacopan for conditions where C5aR may play a role</li> </ul> </ul> </td> </tr> </tbody> </table> </div> </div> </div> <a class="ac-text" href="/login/submission-form">START HERE</a> </div> </div> </div> <div class="accodionWrap"> <div class="acoordItem nested_accordionTogglItem"> <h3 class="toggle nested_accordionTogglTab AR-heading pan-col ui-accordion-header ui-state-default ui-accordion-icons ui-corner-all"> <span class="AR-title ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>Hematology/Oncology</h3> <div class="content pane-me ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom"> <div class="accodionWrap"> <!-- </div> --> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: AMG 193 <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>Clinical studies evaluating efficacy in mesothelioma</li> <li>Translational studies in solid tumors with surgical window of opportunities</li> <li>Novel concepts in select tumor types including pancreatic ductal adenocarcinoma, non-small cell lung cancer, gastrointestinal malignancies, glioblastoma multiforme, bladder and hematologic malignancies</li> <li>Clinical studies evaluating proof of concept in MTAP-deleted tumors not already being explored</li> </ul> </td> </tr> </tbody> </table> </div> </div> <!-- <div class="accodionWrap"> --> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: AMG 509 (xaluritamig)<em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td style="text-align: left;"> <ul> <li>Observational studies to characterize unmet need and patient populations in prostate cancer</li> <li>Mechanisms of sensitivity and resistance to TCEs in prostate cancer</li> <li>Optimization of clinical outcomes through combinations, sequencing, or biomarker identification</li> <li>Proof of concept studies in novel populations or with novel combinations</li> </ul> </td> </tr> </tbody> </table> </div> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Bemarituzumab<em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>Combination studies with new and emerging standard of care therapies</li> <li>Observational and interventional studies for esophageal adenocarcinoma</li> <li>Special patient populations</li> <li>Non-clinical research on FGFR2b biology, heterogeneity and impact on tumorigenesis</li> </ul> </td> </tr> </tbody> </table> </div> </div> <!-- </div> --> <!-- <div class="accodionWrap"> --> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: BLINCYTO<sup>&reg;</sup> (blinatumomab) <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>Addressing questions in ALL:</li> <ul> <li>Curative strategies</li> <li>Chemo sparing/minimization approaches</li> <li>Novel combinations including with other immuno-oncology drugs</li> <li>Reduced hospitalization strategies</li> </ul> <li>Investigating other CD19 positive hematologic diseases in areas of unmet needs including curative strategies and MRD-driven studies</li> </ul> </td> </tr> </tbody> </table> </div> </div> <!-- </div> --> <!-- <div class="accodionWrap"> --> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: IMLYGIC<sup>&trade;</sup> (talimogene laherparepvec) <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>Research concepts are not being considered at this time</li> </ul> </td> </tr> </tbody> </table> </div> </div> <!-- </div> --> <!-- <div class="accodionWrap"> --> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Kyprolis<sup>&reg;</sup> (carfilzomib) <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>Kyprolis in combination with select new MOAs in RRMM</li> <li>Sequencing/combination of Kyprolis with T-cell therapies</li> </ul> </td> </tr> </tbody> </table> </div> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: LUMAKRAS<sup>&trade;</sup>(sotorasib)<em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td style="text-align: left;"> <p style="margin-bottom: 0in; line-height: normal;"><strong></strong><strong><span style="text-decoration: underline;">CRC (non-thoracic)</span></strong></p> <ul> <li>Exploratory combinations</li> <li>Optimal treatment sequencing</li> <li>Patient population not being studied in Amgen trials</li> <li>Pre-clinical and translational research with novel modalities</li> </ul> <p style="margin-bottom: 0in; line-height: normal;"><strong><span style="text-decoration: underline;">NSCLC (thoracic)</span></strong></p> <ul> <li>&ldquo;Reverse translation&rdquo; studies from CodeBreaK patient samples</li> <li>Improving efficacy of sotorasib monotherapy with rational, therapeutic combinations in PD-L1 subgroups and in special populations</li> <li>Practical management of sotorasib-related AEs</li> <li>Improve biomarker testing rates and modalities</li> <li>Real-world evidence of sotorasib monotherapy or in combination with chemotherapy</li> </ul> </td> </tr> </tbody> </table> </div> </div> <!-- </div> --> <!-- <div class="accodionWrap"> --> <!-- <div class="acoordItem nested_accordionTogglItem"> --> <!-- <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: NEUPOGEN<sup>&reg;</sup> (filgrastim) / Neulasta<sup>&reg;</sup> (pegfilgrastim) <em class="fa fa-angle-right" aria-hidden="true"></em></h4> --> <!-- <div class="custom_content coll-content"> --> <!-- <table class="main-table"> --> <!-- <tbody> --> <!-- <tr class="table-head"> --> <!-- <th class="name-product" colspan="2">Areas of Research Interest</th> --> <!-- </tr> --> <!-- <tr class="table-content"> --> <!-- <td> --> <!-- <ul> --> <!-- <li>Amgen is not accepting any Investigator Sponsored Studies for these products.</li> --> <!-- </ul> --> <!-- </td> --> <!-- </tr> --> <!-- </tbody> --> <!-- </table> --> <!-- </div> --> <!-- </div> --> <!-- </div> --> <!-- <div class="accodionWrap"> --> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Nplate<sup>&reg;</sup> (romiplostim) <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>Immune thrombocytopenia (Nplate use in First line and/or in combination with other ITP therapies/immunotherapies, Mechanism of Action in ITP)</li> <li>Chemotherapy-induced thrombocytopenia (Hematologic Malignancies, Pediatric)</li> <li>Other areas that may be evaluated (e.g. Aplastic Anemia in 1st line setting, Mechanism of action in Aplastic Anemia; Hematopoietic Stem Cell Transplantation; Primary Immunodeficiency; autoimmune diseases, role and clinical value in relation to COVID-19 pandemic, Dengue fever and similar situations)</li> </ul> </td> </tr> </tbody> </table> </div> </div> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Tarlatamab <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>Limited disease in Small Cell Lung Cancer</li> <li>Extensive disease in Small Cell Lung Cancer</li> <li>High Grade neuroendocrine tumors (DLL3+), including NEPC</li> <li>Other relevant DLL3 tumors (primary CNS tumors and others)</li> <li>Epidemiology, natural history studies and treatment patterns</li> </ul> </td> </tr> </tbody> </table> </div> </div> <!-- </div> --> <!-- <div class="accodionWrap"> --> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Vectibix<sup>&reg;</sup> (panitumumab) <em class="fa fa-angle-right" aria-hidden="true"></em> </h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>Biomarkers in colorectal cancer</li> <li>Epidermal growth factor receptor resistance in colorectal cancer</li> <li>Combination studies and treatment sequencing in colorectal cancer</li> </ul> </td> </tr> </tbody> </table> </div> </div> <!-- </div> --> <!-- <div class="accodionWrap"> --> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: XGEVA<sup>&reg;</sup> (denosumab) <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> RWE Related to prevention of Skeletal-related Events (SRE) in Solid tumors and multiple Myeloma: <ul style="font-size: 14px;padding-top: 5px;"> <li>Pain</li> <li>Treatment Patterns / Use of BTA</li> <li>Preference</li> <li>Compliance and duration of treatment with BTAs</li> </ul> Other Disease Areas of Research Interest <ul style="padding-top: 5px;"> <li> Where there is a critical unmet need and XGEVA/denosumab may uniquely address this unmet need </li> <li style="list-style-type: disc;">Fibrous Dysplasia </li> </ul> </td> </tr> </tbody> </table> </div> </div> </div> <a class="ac-text" href="/login/submission-form">START HERE</a> </div> </div> </div> <div class="accodionWrap"> <div class="acoordItem nested_accordionTogglItem"> <h3 class="toggle nested_accordionTogglTab AR-heading pan-col ui-accordion-header ui-state-default ui-accordion-icons ui-corner-all"> <span class="AR-title ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>Neurology </h3> <div class="content pane-me ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active"> <div class="accodionWrap"> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Aimovig&trade; (erenumab) <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <div style="padding-left: 18px; margin-bottom: 2%;">Only studies including adults &ge; 18 years</div> <ul> <li>Efficacy, safety, and/or tolerability of erenumab for conditions where CGRP may play a role, including headache and non-headache disorders </li> <li>Biomarkers related to erenumab response in migraine</li> <li>Patient reported outcomes, including novel or existing parameters and instruments</li> <li>Real world evidence for erenumab&nbsp;including burden of illness, real world effectiveness, treatment patterns, healthcare resource utilization, and predictors of outcomes</li> </ul> </td> </tr> </tbody> </table> </div> </div> </div> <a class="ac-text" href="/login/submission-form">START HERE</a> </div> </div> </div> <div class="accodionWrap"> <div class="acoordItem nested_accordionTogglItem"> <h3 class="toggle nested_accordionTogglTab AR-heading pan-col ui-accordion-header ui-state-default ui-accordion-icons ui-corner-all"> <span class="AR-title ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>Nephrology </h3> <div class="content pane-me ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom"> <div class="accodionWrap"> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Aranesp<sup>&reg;</sup> (darbepoetin alfa) <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>Not currently accepting ISS proposals</li> </ul> </td> </tr> </tbody> </table> </div> </div> <!-- </div> --> <!-- <div class="accodionWrap"> --> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: EPOGEN<sup>&reg;</sup> (epoetin alfa) <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>Not currently accepting ISS proposals</li> </ul> </td> </tr> </tbody> </table> </div> </div> <!-- </div> --> <!-- <div class="accodionWrap"> --> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Parsabiv&trade; (etelcalcetide) <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>New insights into Parsabiv efficacy in Secondary Hyperparathyroidism and associated labs (Ca, Phos, PTH)</li> <li>New insights into use of Parsabiv and its tolerability profile, such as in those who have failed prior use of cinacalcet</li> <li>Evaluate benefit of IV administration with Parsabiv</li> <li>Use in home hemodialysis</li> </ul> </td> </tr> </tbody> </table> </div> </div> </div> <a class="ac-text" href="/login/submission-form">START HERE</a> </div> </div> </div> <!-- Rare Disease Html Start --> <div class="accodionWrap"> <div class="acoordItem nested_accordionTogglItem"> <h3 class="toggle nested_accordionTogglTab AR-heading pan-col ui-accordion-header ui-state-default ui-accordion-icons ui-corner-all"> <span class="AR-title ui-accordion-header-icon ui-icon ui-icon-triangle-1-e"></span>Rare Disease </h3> <div class="content pane-me ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom"> <div class="accodionWrap"> <!-- Krystexxa start--> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Dazodalibep <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td style="text-align: left;"> <ul> <li>Understanding the effect of Dazodalibep on specific systems and organs affected by Sjogren's&nbsp;</li> <li>Biomarker research&nbsp;<br /> <ul> <li style="margin-bottom: 0px;">Biomarkers of disease activity</li> <li style="margin-bottom: 0px;">Role of different cell types in pathobiology of disease</li> <li style="margin-bottom: 0px;">Predictors of treatment response</li> </ul> </li> <li>Real-world evidence (RWE) <ul> <li style="margin-bottom: 0px;">Global burden of disease</li> <li style="margin-bottom: 0px;"> Natural history and progression of Sjogren's</li> </ul> </li> </ul> </td> </tr> </tbody> </table> </div> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Krystexxa <sup>&reg;</sup> (Pegloticase)&ndash; Chronic Refractory Gout <em class="fa fa-angle-right" aria-hidden="true"></em> </h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>Biomarker/Imaging research <ul> <li style="margin-bottom:0px;">Novel methods or biomarkers to assess the impact of gout and/or pegloticase on clinical outcomes including comorbidities </li> <li style="margin-bottom:0px;">Novel use of imaging techniques to better characterize the systemic burden and impact of monosodium urate deposition </li> </ul> </li> <li>Other Disease Areas of Research Interest <ul> <li style="margin-bottom:0px;">Efficacy, safety, and/or tolerability and long term clinical outcomes of pegloticase in uncontrolled gout</li> <li style="margin-bottom:0px;">Novel methods to reduce immunogenicity/increase efficacy with pegloticase treatment</li> </ul> </li> </ul> </td> </tr> </tbody> </table> </div> </div> <!-- Krystexxa end--> <!-- Krystexxa start--> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: PROCYSBI® (cysteamine bitartrate) - Nephropathic Cystinosis <em class="fa fa-angle-right" aria-hidden="true"></em></h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td style="text-align: left;"> <ul> <li>Retrospective & prospective investigations that will improve the diagnosis, care, and monitoring of cystinosis patients on cysteamine </li> <li>Leveraging of databases to demonstrate clinical outcomes in cystinosis (including pregnancy registries) </li> <li>Examining benefits of early & aggressive cystine depleting therapy (CDT) </li> <li>Investigate the genetics of cystinosis—genotype/phenotype vs. severity of disease </li> <li>Assess incidence of comorbid clinical manifestations/symptoms associated with cystinosis</li> </ul> </td> </tr> </tbody> </table> </div> </div> <!-- Krystexxa end--> <!-- Tepezza start--> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Tepezza <sup>&reg;</sup> (Teprotumumab)&ndash; Ophthalmology <em class="fa fa-angle-right" aria-hidden="true"></em> </h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li>Biomarkers and Mechanism of Action <ul> <li style="margin-bottom:0px;">Biomarkers to assess response to treatment with teprotumumab</li> <li style="margin-bottom:0px;">Biomarkers of disease activity </li> <li style="margin-bottom:0px;">Predictors of improvement for TED clinical outcomes with teprotumumab treatment </li> <li style="margin-bottom:0px;">Preclinical&nbsp;research of IGF-IR</li> <li style="margin-bottom:0px;">Mechanism of&nbsp;action of teprotumumab</li> </ul> </li> <li>Real-world evidence (RWE) <ul> <li style="margin-bottom:0px;">Prospective observational real world evidence generation and natural disease course and or progression in different populations</li> <li style="margin-bottom:0px;">Patient reported outcomes, patient experience, and quality of life</li> <li style="margin-bottom:0px;">Healthcare resource utilization including economic and clinical burden of illness</li> <li style="margin-bottom:0px;">Thyroid Eye Disease Burden on Activities of Daily Living (ADRs), Absenteeism, and Work Productivity</li> </ul> </li> <li>Other Disease Areas of Research Interest <ul> <li style="margin-bottom:0px;">Safety and effectiveness of teprotumumab in extended heterogenous TED patient population <ul> <li style="margin-bottom:0px;">e.g., Chronic (Longer duration)/Low CAS (Low activity), Strabismus/ Diplopia, Compressive Optic Neuropathy, Previous surgeries, Previous treatments (steroids, radiation) </li> </ul> </li> <li style="margin-bottom:0px;">Assessments of current grading scales and diagnostic tools for TED</li> <li style="margin-bottom:0px;">Imaging of TED to assess natural progression of autoimmune disease and/or outcomes of teprotumumab treatment to include: Ocular Anterior Segment Imaging, Facial Imaging, CT scans, MRI</li> <li style="margin-bottom:0px;">Optimal Dosing for retreatment in Longer Term management of TED (Treat &amp; Extend and/or Maintenance Dosing Regimens)</li> </ul> </li> </ul> </td> </tr> </tbody> </table> </div> </div> <!-- Tepezza end--> <!-- Uplizna start--> <div class="acoordItem nested_accordionTogglItem"> <h4 class="toggle nested_accordionTogglTab collapse nested-heading">Product: Uplizna<sup>&reg;</sup> (Inebilizumab)&ndash; Neuroimmunology <em class="fa fa-angle-right" aria-hidden="true"></em> </h4> <div class="custom_content coll-content"> <table class="main-table"> <tbody> <tr class="table-head"> <th class="name-product" colspan="2">Areas of Research Interest</th> </tr> <tr class="table-content"> <td> <ul> <li style="margin-bottom:0px;">Biomarkers to assess response to treatment with inebilizumab</li> <li style="margin-bottom:0px;">Clinical outcomes in special populations of neuromyelitis optica spectrum disorder (NMOSD) AQP4+ patient populations (i.e., minority&nbsp;populations, pregnant women, ages 65+)</li> <li style="margin-bottom:0px;">Real world evidence for inebilizumab including burden of illness, real world effectiveness, treatment patterns, healthcare resource utilization, and predictors of outcomes</li> <li style="margin-bottom:0px;">Patient reported outcomes in NMOSD, including novel or existing parameters and instruments</li> <li style="margin-bottom:0px;">Investigating other autoimmune and inflammatory disorders where CD19+ B cells may play a role</li> </ul> </td> </tr> </tbody> </table> </div> </div> <!-- Uplizna end--> </div> <a class="ac-text" href="/login/submission-form">START HERE</a> </div> </div> </div> <!-- Rare Disease Html End--> </div> </div> <div class="contact-info"> <h1 class="title-description">Contact Information</h1> <p class="intro-description">For any questions pertaining specifically to the requirements of your ISS proposal submission, contact your Amgen Medical Science Liaison (MSL) or email us at <a href="mailto:web-iss-query@amgen.com">Web-ISS-Query@amgen.com</a></p> <p>&nbsp;</p> <h2 class="nonClinicalHeading" id="NC">Nonclinical Submissions </h2> <h1 class="title-description">Nonclinical collaboration request (funding and/or materials)</h1> <p class="start-here intro-description"> Nonclinical proposal submission has a prerequisite of preliminary discussion having occurred with a representative of the Amgen Global Medical Organization. <a href="http://wwwext.amgen.com/partners/academic-collaborations/" style="background-color: white; border: 1px solid #0063c3; border-radius: 2px; color: #0063c3; display: block; font-size: 14px; padding: 8px 15px; text-transform: uppercase; margin-bottom: 2%; max-width: 185px; transition: all 0.2s ease-in-out 0s; float: right;">START HERE</a> </p> </div> </div> </div> </div> </div> </div> </div> <div id="attachments"> <ul> </ul> </div> <div id="attachmentsResume"> <ul> </ul> </div> <div id="attachmentsResearch"> <ul> </ul> </div> <div id="attachmentsMaterial"> <ul> </ul> </div> <div id="attachmentsExperienced"> <ul> </ul> </div> <div id="attachmentsReferences"> <ul> </ul> </div> <input type="hidden" id="hiddenJsonValue" /> <input type="hidden" id="uploadedfilesize" value="0" /> <div class="middle-right-pane large-3 medium-4 right column"> <style> .thighlight { text-transform: uppercase; color: #0063c3; font-weight: bold; } .thighlightcolor { color: #0063c3; font-weight: bold; } .login .bloc-info ul li { font-size: 16px !important; } </style> </div> </div> </div> </div> </div> <div class="component container col-12"> <div class="component-content" > </div> </div> <footer id="footer"> <div class="quantum-quicklinks " id=""> <div class="quantum-quicklinks__inner"> <div class="quantum-quicklinks__column"> <h6 class="quantum-quicklinks__column-header">About </h6> <ul class="quantum-list-group quantum-quicklinks__column-list-group quantum-list-group--small"> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="https://www.amgen.com/about" target="">Overview</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="https://www.amgen.com/about" target="">Quick Facts</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//about/mission-and-values/" target="">Mission and Values</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//about/leadership/" target="">Leadership</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//about/how-we-operate/" target="">How We Operate</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//about/awards-and-accolades/" target="">Awards and Accolades</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//about/amgen-history/" target="">Amgen History</a> </li> </ul> </div> <div class="quantum-quicklinks__column"> <h6 class="quantum-quicklinks__column-header">Science </h6> <ul class="quantum-list-group quantum-quicklinks__column-list-group quantum-list-group--small"> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//science/" target="">Overview</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//science/research-and-development-strategy/" target="">Research and Development Strategy</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgenpipeline.com" target="_blank">Pipeline <i class="fa fa-external-link"></i></a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="https://www.amgen.com/science/scientific-advisory-boards" target="">Scientific Advisory Boards</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="https://www.amgenscience.com/" target="">Amgen Science </a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//science/scientific-community-initiatives/" target="">Scientific Community Initiatives </a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//science/clinical-trials/" target="_blank">Clinical Trials <i class="fa fa-external-link"></i></a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//science/manufacturing/" target="">Manufacturing</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgenbiosimilars.com/" target="_blank">Biosimilars <i class="fa fa-external-link"></i></a> </li> </ul> </div> <div class="quantum-quicklinks__column"> <h6 class="quantum-quicklinks__column-header">Products </h6> <ul class="quantum-list-group quantum-quicklinks__column-list-group quantum-list-group--small"> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//products/" target="">Overview</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgenmedinfo.com" target="_blank">Medical Information <i class="fa fa-external-link"></i></a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//products/global-patient-safety/" target="">Global Patient Safety</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//products/counterfeit-drug-statement/" target="">Counterfeit Drug Statement</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//products/safety-data-sheets/" target="">Safety Data Sheets</a> </li> </ul> </div> <div class="quantum-quicklinks__column"> <h6 class="quantum-quicklinks__column-header">Responsibility </h6> <ul class="quantum-list-group quantum-quicklinks__column-list-group quantum-list-group--small"> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//responsibility/" target="">Overview</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="https://www.amgen.com/responsibility/environment-social-and-governance-strategy/amgens-commitment-to-patients" target="">Amgen’s Commitment to Patients</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//responsibility/responsibility-highlights-report/" target="">2019 Responsibility Highlights Report</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//responsibility/corporate-responsibility-strategy-governance/" target="">Corporate Responsibility Strategy & Governance</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//responsibility/amgen-foundation/" target="">Amgen Foundation</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//responsibility/our-approach-to-pricing-access-and-affordability/" target="">Our Approach to Pricing, Access and Affordability</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="https://www.amgen.com/responsibility/diversity-and-inclusion" target="">Diversity and Inclusion</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="https://www.amgen.com/responsibility/environmental-sustainability" target="">Environment</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="https://www.amgen.com/responsibility/responsible-sourcing/supplier-sustainability" target="">Supplier Sustainability</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="https://www.amgen.com/responsibility/amgen-foundation/amgen-foundation-grants" target="">Grants and Giving</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="https://www.amgen.com/responsibility/workplace" target="">Safety and Wellness</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="http://www.amgen.com//responsibility/reporting-and-metrics/" target="">Reporting and Metrics</a> </li> </ul> </div> <div class="quantum-quicklinks__column"> <a class="quantum-quicklinks__column-header quantum-quicklinks__column-header--link " href="https://careers.amgen.com/" target="_blank">Careers <i class="fa fa-external-link"></i></a> <ul class="quantum-list-group quantum-quicklinks__column-list-group quantum-list-group--small"> </ul> </div> <div class="quantum-quicklinks__column"> <h6 class="quantum-quicklinks__column-header">Stay Connected </h6> <ul class="quantum-list-group quantum-quicklinks__column-list-group quantum-list-group--small"> <li class="quantum-list-group__item contact-us"> <a class="quantum-list-group__link " href="https://www.amgen.com/contact-us" target="_blank">Contact Us</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="https://twitter.com/amgen" target="_blank"><i class="fa fa-twitter-square"></i></a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="https://www.youtube.com/user/Amgen" target="_blank"><i class="fa fa-youtube-square"></i></a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link " href="https://www.linkedin.com/company/amgen" target="_blank"><i class="fa fa-linkedin-square"></i></a> </li> <li class="quantum-list-group__item rssItem"> <a class="quantum-list-group__link " href="https://investors.amgen.com/rss-feeds" target="_blank"><i class="fa fa-rss-square"></i></a> </li> </ul> </div> </div> </div> <div class="component container col-12"> <div class="component-content" > <div class="quantum-quicklinks " id=""> <div class="quantum-quicklinks__inner"> <div class="quantum-quicklinks__column"> <a class="quantum-quicklinks__column-header quantum-quicklinks__column-header--link amgen_worldwide " href="https://www.amgen.com/" target="_blank"><i class="fa fa-globe"></i>Amgen Worldwide</a> <ul class="quantum-list-group quantum-quicklinks__column-list-group quantum-list-group--small"> </ul> </div> <div class="quantum-quicklinks__column"> <a class="quantum-quicklinks__column-header quantum-quicklinks__column-header--link " href="http://#" target=""></a> <ul class="quantum-list-group quantum-quicklinks__column-list-group quantum-list-group--small"> <li class="quantum-list-group__item "> <a class="quantum-list-group__link amgen_terms " href="https://www.amgen.com/terms-of-use" target="_blank">Terms of Use</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link amgen_privacy " href="https://www.amgen.com/privacy-statement" target="_blank">Privacy Statement</a> </li> <li class="quantum-list-group__item "> <a class="quantum-list-group__link cb-renew amgen_privacy " href="javascript: Cookiebot.renew();" target="">Your Cookie Preferences</a> </li> </ul> </div> <div class="quantum-quicklinks__column"> <a class="quantum-quicklinks__column-header quantum-quicklinks__column-header--link amgen_copyright" href="https://kf1.amplifire.com/amp/#register/scienceofmigraine" target=""> © 2016–2020 Amgen Inc. All Rights Reserved.</a> <ul class="quantum-list-group quantum-quicklinks__column-list-group quantum-list-group--small"> </ul> </div> <div class="quantum-quicklinks__column"> <a class="quantum-quicklinks__column-header quantum-quicklinks__column-header--link amgen_logo" href="/" target=""></a> <ul class="quantum-list-group quantum-quicklinks__column-list-group quantum-list-group--small"> </ul> </div> </div> </div> </div> </div> <script> var doPopup = "True"; </script> </footer> <script src="/-/media/Base-Themes/NG-Amgen-Google-Tag-Manager/Scripts/AccordinGtmTracking.js"></script><script src="/-/media/Base-Themes/NG-Amgen-Google-Tag-Manager/Scripts/BrightCoverVideoGTMTracking.js"></script><script src="/-/media/Base-Themes/NG-Amgen-Google-Tag-Manager/Scripts/GTMinlineScript.js"></script><script src="/-/media/Base-Themes/NG-Amgen-Google-Tag-Manager/Scripts/GTMinlineScriptCL.js"></script><script src="/-/media/Base-Themes/NG-Amgen-Google-Tag-Manager/Scripts/trackGTM.js"></script><script src="/-/media/Base-Themes/NextGen-String-Encode-Decode-Base64/Scripts/StringEncode.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/autosave-clinical.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/autosave-nonclinical.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/cl-search-resultsISS.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/jquery311.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/Populate.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/typekit.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/Common.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/FetchUserData.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/Forgerock/ForgeRock-Login.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/Forgerock/ForgeRock-Password.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/Forgerock/ForgeRockProfile.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/Forgerock/ForgerockRegister.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/Forgerock/ForgeRock-UserJourney.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/Forgerock/User.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/Forgerock/validation.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/modal-popup.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/setLoginCookies.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/bootstrap-4-5-2-min.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/nonclinicalform.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/clinical-form.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/validator-from-uat.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/jscookie.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/cl-search-component.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/cl-popup.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/search-custom.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/lib-custom2.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/iss-test.js"></script><script src="/-/media/Themes/CorporateAffairs/amgeniss-com/amgeniss-com/Scripts/amgeniss-custom.js"></script> <input id="MediaFramework_ItemId" name="MediaFramework_ItemId" type="hidden" value="1AD3CF964263446992247AA4BEACF575"> </body> </html>

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