CINXE.COM
TAP Homepage - The ASCO Post
<!DOCTYPE html> <html lang="en"> <head> <!-- Reader 'Header' Section --> <!-- End Section --> <script src="https://n104.ascopost.com/script.js"></script> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="msvalidate.01" content="88FEC92ABA05E105873DB3F3F23AC1F7" /> <meta name="msvalidate.01" content="33F129497FDC2A699715CDB4AD445F09" /> <title>TAP Homepage - The ASCO Post</title> <link href="/css/bootstrap.css" rel="stylesheet"> <!-- <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic,700,700italic,900,900italic,700,500italic,500,400italic,300italic,300' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic' rel='stylesheet' type='text/css'> <link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> --> <link href="/css/TAP.min.css" rel="stylesheet"> <!-- <link rel="stylesheet" href="/css/contact-buttons.min.css"> <link href="/css/lightbox.css" rel="stylesheet"> --> <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script> <script src='https://www.googletagservices.com/tag/js/gpt.js'></script> <script> var isbot = ''; function getCookie(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); } function setCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires="+d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } var t0 = performance.now(); if(getCookie("HSPVerifiedV5") !== undefined) { if(getCookie("HSPVerifiedV5") === '0') { //do nothing, verified user console.log("not a bot"); console.log("Took " + (performance.now() - t0) + "MS to read your no bot cookie"); isbot = '0'; } else if(getCookie("HSPVerifiedV5") === '1') { console.log("known bot"); console.log("Took " + (performance.now() - t0) + "MS to read your bot cookie"); isbot = '1'; } } else { console.log("cookie missing or expired") //run check and set isbot to return value of function const Http = new XMLHttpRequest(); const functionUrl='https://bot-detection-function-app.azurewebsites.net/api/AnalyzeTraffic?code=VDCkYwLVtTtK4PltpW5XCQkvS53sWa0SqiyOdX6HPmsv/UaY8xFmlg=='; var ua = navigator.userAgent; var url = window.location.href; var referrer = document.referrer; Http.open("GET", functionUrl + "&referrer=" + referrer + "&url=" + url + "&ua=" + ua,false); Http.send(); if(Http.status == 200) { isbot = Http.response; setCookie("HSPVerifiedV5",isbot,6); console.log("bot status: " + isbot); console.log("Took " + (performance.now() - t0) + "MS to run full Analyze and issue cookie"); } else { isbot = '1'; setCookie("HSPVerifiedV5",isbot,.04166666); console.log("Took " + (performance.now() - t0) + "MS to return from failed lookup"); } } if (typeof Storage !== "undefined") { var targetingParamStr = localStorage.getItem("bcDFPTargetingParams"); if (targetingParamStr) { var targetingParameters = JSON.parse(targetingParamStr); var checkExist = setInterval(function() { if (window["googletag"] !== undefined && window.googletag.pubads) { clearInterval(checkExist); // set page-level targeting parameters jQuery.each(targetingParameters, function (index, param) { window.googletag.pubads().setTargeting(param.key, param.value); console.log("BC Parameter: " + param.key + " - " + param.value); }); } }, 100); } } if(isbot != "1") { if(navigator.userAgent.includes("SemrushBot")) { isbot = "1"; } } </script> <script> function closeIframe(iframeElement) { iframeElement.parentNode.removeChild(iframeElement); console.log('Iframe closed.'); } function sendBlueconicPageView() { blueConicClient.handlePageView(); } </script> <!-- <script type="text/javascript"> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; </script> --> <script type='text/javascript'> function getQueryVariable(variable) { var query = window.location.search.substring(1); var vars = query.split("&"); for (var i=0;i<vars.length;i++) { var pair = vars[i].split("="); if(pair[0] == variable){return pair[1];} } return(false); } var docType = "TapHome"; var primaryCampaign = ""; var segCode = getQueryVariable('segCode'); docType = docType.toLowerCase(); //console.log("docType: " + docType); //console.log("page: " + window.location.href); var pageName = location.pathname.substring(1); if (pageName == "") pageName = "/"; //document.write("Page: " + pageName); //var domainName = document.location.hostname; //domainName = domainName.replace("www.",""); var domainName = "ascopost.com" //document.write("Domain: " + domainName); var topbox; var rightAd1b; var rightAd1; var rightAd2; var rightAd3; var right2; var middleAd1; var mobileTop; var contextCampaign = ''; googletag.cmd.push(function() { //console.log("Campaign: " + contextCampaign); if (contextCampaign.length > 0) { googletag.pubads().setTargeting("ct", contextCampaign); } googletag.pubads().setTargeting("isbot", isbot); // googletag.pubads().setTargeting("drug", drug); if (segCode) { googletag.pubads().setTargeting("segcode", segCode); } //googletag.pubads().setTargeting("topic",[]); googletag.pubads().setTargeting("url", pageName); googletag.pubads().setTargeting("domain", domainName); googletag.pubads().setTargeting("pc", primaryCampaign); googletag.pubads().setTargeting("dfpisloggedin", getCookie('BCLoggedIn')); //googletag.pubads().addEventListener("slotRenderEnded", function(event) { event = event || window.event; GCN.onecount.functions.dfp_sb_ad_capture(event); }); // Infinite scroll requires SRA googletag.pubads().enableSingleRequest(); // Disable initial load, we will use refresh() to fetch ads. // Calling this function means that display() calls just // register the slot as ready, but do not fetch ads for it. //googletag.pubads().disableInitialLoad(); googletag.enableServices(); if(jQuery(window).width() > 768) { //googletag.defineSlot('/56049762/TAPV2-320x50_House', [320, 50], 'suppAd1').addService(googletag.pubads()); //googletag.defineSlot('/56049762/TAPV2-320x50_House', [320, 50], 'suppAd2').addService(googletag.pubads()); //Every page uses topbox and rightAd1 //define full page ad slots topbox = googletag.defineSlot('/56049762/TAPv2-728x90', [728, 90], 'topbox').addService(googletag.pubads()).setTargeting("pos","topbox"); //rightAd1b = googletag.defineSlot('/56049762/TAPv2-300x600', [300, 600], 'rightAd1b').addService(googletag.pubads()).setTargeting('pos','rightAd1b'); rightAd1 = googletag.defineSlot('/56049762/TAPv2-300x250', [300, 250], 'rightAd1').addService(googletag.pubads()).setTargeting('pos','rightAd1'); if(!(docType == 'taphome')) { rightAd2 = googletag.defineSlot('/56049762/TAPv2-300x250', [300, 250], 'rightAd2').addService(googletag.pubads()).setTargeting('pos','rightAd2'); } if((!(docType == 'taptopiccategory')) && (!(docType == 'tapchapteredvideo')) && (!(docType == 'tapcuratedtopic')) && (!(docType == 'tapissue'))) { rightAd3 = googletag.defineSlot('/56049762/TAPv2-300x250', [300, 250], 'rightAd3').addService(googletag.pubads()).setTargeting('pos','rightAd3'); } if(docType == 'taphome') { middleAd1 = googletag.defineSlot('/56049762/TAPv2-300x250', [300, 250], 'middleAd1').addService(googletag.pubads()).setTargeting('pos','middleAd1'); } if(docType == 'tapsubpage' && !(window.location.pathname != "/videos/") && !(window.location.pathname != "/search-results/")) { right2 = googletag.defineSlot('/56049762/TAPv2-300x250', [300, 250], 'right2').addService(googletag.pubads()).setTargeting('pos','right2'); } } else { //googletag.defineSlot('/56049762/TAPV2-320x50_House', [320, 50], 'suppAd1').addService(googletag.pubads()); //googletag.defineSlot('/56049762/TAPV2-320x50_House', [320, 50], 'suppAd2').addService(googletag.pubads()); mobileTop = googletag.defineSlot('/56049762/TAPv2-320x50', [320, 50],'mobileTop').addService(googletag.pubads()).setTargeting("pos","mobileTop"); if (pageName == "/") middleAd1 = googletag.defineSlot('/56049762/TAPv2-300x250', [300, 250], 'middleAd1').addService(googletag.pubads()).setTargeting('pos','middleAd1'); right2 = googletag.defineSlot('/56049762/TAPv2-300x250', [300, 250], 'right2').addService(googletag.pubads()).setTargeting('pos','right2'); rightAd1 = googletag.defineSlot('/56049762/TAPv2-300x250', [300, 250], 'rightAd1').addService(googletag.pubads()).setTargeting('pos','rightAd1'); rightAd3 = googletag.defineSlot('/56049762/TAPv2-300x250', [300, 250], 'rightAd3').addService(googletag.pubads()).setTargeting('pos','rightAd3'); } }); function getViewportOffset($e) { var $window = $(window), scrollLeft = $window.scrollLeft(), scrollTop = $window.scrollTop(), offset = $e.offset(), rect1 = { x1: scrollLeft, y1: scrollTop, x2: scrollLeft + $window.width(), y2: scrollTop + $window.height() }, rect2 = { x1: offset.left, y1: offset.top, x2: offset.left + $e.width(), y2: offset.top + $e.height() }; return { left: offset.left - scrollLeft, top: offset.top - scrollTop, insideViewport: rect1.x1 < rect2.x2 && rect1.x2 > rect2.x1 && rect1.y1 < rect2.y2 && rect1.y2 > rect2.y1 }; } /* $.ajax ({ type: "GET", contentType: "application/json; charset=utf-8", url: "https://hspbotdetection.azurewebsites.net/Log.aspx/Log", async: false, data: JSON.stringify({ data: segmentid}), success: (function (data) { }); }), error: (function (data) { // console.log("error"); //console.log(data.d); }) }); */ </script> <script src="/scripts/showads.js"></script> <!--<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-19241164-1']); //Referrer overide code inside GA if(typeof realReferer != "undefined" && document.referrer !="" && document.referrer != realReferer){ _gaq.push(["_setReferrerOverride",realReferer]);} _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>--> <!-- Global site tag (gtag.js) - Google Analytics <script async src="https://www.googletagmanager.com/gtag/js?id=UA-19241164-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('set', {'user_id': Krux.user}); gtag('config', 'UA-19241164-1'); </script> --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-SEP2TMW18K"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-SEP2TMW18K'); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-19241164-8"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-19241164-8'); </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-19241164-1', 'auto'); ga('send', 'pageview'); </script> <!-- NEW ASCO SITE GA CODE --> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-15871495-32"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-15871495-32'); </script> <script type="text/javascript">!(function(o,n,t){t=o.createElement(n),o=o.getElementsByTagName(n)[0],t.async=1,t.src="https://niftyhospital.com/v2/0/yraDhuW7iybpSh2SzSy4o7-Y3TkogTm6znho_rsVWeuZBkawP2-PZg76oe2LC2HVxqH",o.parentNode.insertBefore(t,o)})(document,"script"),(function(o,n){o[n]=o[n]||function(){(o[n].q=o[n].q||[]).push(arguments)}})(window,"admiral");!(function(n,e,r,t){function o(){if((function o(t){try{return(t=localStorage.getItem("v4ac1eiZr0"))&&0<t.split(",")[4]}catch(n){}return!1})()){var t=n[e].pubads();typeof t.setTargeting===r&&t.setTargeting("admiral-engaged","true")}}(t=n[e]=n[e]||{}).cmd=t.cmd||[],typeof t.pubads===r?o():typeof t.cmd.unshift===r?t.cmd.unshift(o):t.cmd.push(o)})(window,"googletag","function");</script> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-995132428"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-995132428'); </script> <script src="https://cdn.p-n.io/pushly-sdk.min.js?domain_key=Cz0l2b0Lxktu8AQI0Q6BZhOoxNakAiXzwEwV" async></script> <script> var PushlySDK = window.PushlySDK || []; function pushly() { PushlySDK.push(arguments) } pushly('load', { domainKey: 'Cz0l2b0Lxktu8AQI0Q6BZhOoxNakAiXzwEwV', sw: '/scripts/pushly-sdk-worker.js', }); </script> <!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//matomo.broadcastmed.com/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '176']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> <!-- Mocentric tag --> <script async src='https://tag.simpli.fi/sifitag/50357485-a9df-413c-99c0-9e6a12f7643c'></script> </head> <body class="body"> <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W56397" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <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= '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-W56397'); <!-- End Google Tag Manager --> // Function to generate unique names for slots var loop = 1; // Function to add content to page, mimics real infinite scroll // but keeps it much simpler from a code perspective. function moreContent() { dataLayer.push({'Load_More': 'click'}); ga('send', 'event', 'Home', 'Click', 'Load More'); loop++; $('#loadMoreDiv').append($('<div>').load('https://ascopost.com/homepage-top-stories/?count=' + loop)); } </script> <nav class="navbar navbar-fixed-top navbar-bootsnipp animate" role="navigation"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/"><img class="logo" src="/media/14006457/tap-wt-logo_2017.svg" width="210px" height="43px" alt="The ASCO Post"></a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li class="hidden"> <a href="#page-top"></a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">About <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="/about-the-asco-post/">About The ASCO Post</a></li> <li><a href="/editorial-board/">Editorial Board</a></li> <li><a href="/rights-and-permissions/">Rights and Permissions</a></li> <li><a href="/contact">Contact</a></li> <li class="page-scroll"> <a href="/Subscribe/default.aspx">Subscribe</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">News <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="/Departments?D=FDA%20Update">FDA Update</a></li> <li><a href="/Departments?D=Journal%20Spotlight">Journal Spotlight</a></li> <li><a href="/Departments?D=Expert’s%20Corner">Expert's Corner</a></li> <li><a href="/Departments?D=In%20the%20Clinic">In the Clinic</a></li> <li role="separator" class="divider"></li> <li><a href="/Issues/">View By Issue</a></li> <li role="separator" class="divider"></li> <li><a href="/Departments/">View All</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Meetings <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href='/Meetings/?m=AHA+EPI+%7c+Lifestyle+Scientific+Sessions+2025'>AHA EPI | Lifestyle Scientific Sessions 2025</a></li><li><a href='/Meetings/?m=2025+Tandem+Meetings'>2025 Tandem Meetings</a></li><li><a href='/Meetings/?m=2025+ASCO+GU'>2025 ASCO GU</a></li><li><a href='/Meetings/?m=2025+STS+Annual+Meeting'>2025 STS Annual Meeting</a></li><li><a href='/Meetings/?m=2025+ASCO+GI'>2025 ASCO GI</a></li> <li role="separator" class="divider"></li> <li><a href="/calendar">Calendar</a></li> <li role="separator" class="divider"></li> <li><a href="/Meetings/">View All</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Topics <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="/topics/solid-tumors/breast-cancer-highlights/">Breast Cancer</a></li> <li><a href="/topics/solid-tumors/lung-cancer-highlights/">Lung Cancer</a></li> <li><a href="/topics/solid-tumors/prostate-cancer-highlights/">Prostate Cancer</a></li> <li><a href="/topics/hematologic-malignancies/lymphoma-highlights/">Lymphoma</a></li> <li><a href="/topics/issues-in-oncology/cardio-oncology/">Cardio-oncology</a></li> <li role="separator" class="divider"></li> <li><a href="/topics/">View All</a></li> </ul> </li> <!--<li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Perspectives <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="https://ascopost.com/issues/september-10-2024/idea-awardees-reflections-on-the-2024-asco-annual-meeting/">IDEA Awardees’ Reflections on the 2024 ASCO Annual Meeting</a></li> <li><a href="https://ascopost.com/issues/september-10-2024/optimizing-cancer-care-for-older-adults/">Ramy Sedhom and colleagues on Optimizing Cancer Care for Older Adults</a></li> <li><a href="https://ascopost.com/issues/august-25-2024/gift-of-truth-reflections-on-a-father-s-cancer-journey/">Ilana Hellmann: Reflections on a Father’s Cancer Journey</a></li> <li><a href="https://ascopost.com/issues/july-10-2024/breast-implant-related-cancers-should-our-patients-be-concerned/">Connor J. Kinslow and colleagues on Breast Implant–Related Cancers</a></li> <li><a href="https://ascopost.com/issues/june-10-2024/cardiotoxicity-how-far-have-we-come/">Lorcan Ruane and colleagues on Cardiotoxicity: How Far Have We Come?</a></li> </ul> </li>;--> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Videos <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="/newsreels/">Newsreels</a></li> <li><a href="/video-roundtable/">Video Roundtables</a></li> </ul> </li> <li><a href="/podcasts/" class="dropdown-toggle" role="button" aria-haspopup="true" aria-expanded="false">Podcasts </a></li> <li class="page-scroll"> <a style="color: #00B3BB;" href="/Subscribe/default.aspx"><strong>Subscribe</strong></a> </li> <li> <!-- search box start --> <form action="/search-results/" method="GET" role="search"> <input class="search" type="text" name="q" placeholder="Search..." required> <input class="button-search" type="submit" value=" "> </form> <!-- search box end --> </li> </ul> </div> </div> </nav> <!-- nav end --> <div class="row"> <!-- top ads START --> <!--<br/><br/>--> <div class="ad-728x90-wrapper"> <div id='topbox' class="ad-728x90"></div> <div class="ad-728x90-text">Advertisement</div> </div> <!-- top ads END --> </div> <script> // Refresh the bottom slot when it is about to come into view. /* var refreshedTop = false; $(window).on("load scroll resize", function() { var e = $('#topbox'); if (!refreshedTop && getViewportOffset(e).insideViewport && e.is(':visible') && !e.is(':hidden')) { googletag.cmd.push(function() { googletag.enableServices(); googletag.display('topbox'); googletag.pubads().refresh([topbox]); //console.log('Header Loaded'); }); //alert('triggered'); // Refresh the ad only once. refreshedTop = true; } }); */ </script> <div class="container" style="padding-top: 0; padding-bottom: 15px; margin: 0 auto;"> <hr style="padding: 0; margin: 0 auto;"> </div> <!-- content starts here --> <div class="container"> <div class="row"> <!-- content starts here --> <!-- Column 1 Start --> <div class="ad-320x50-wrapper"> <div class="ad-320x50-text">Advertisement</div> <div id='mobileTop' class="ad-320x50"></div> </div> <!-- OLD LAZY LOADING CODE <script type='text/javascript'> var mobileTop; var e = $('#mobileTop'); if (e.is(':visible') && !e.is(':hidden')) { googletag.cmd.push(function() { mobileTop = googletag.defineSlot('/56049762/TAPv2-320x50', [320, 50], 'mobileTop').addService(googletag.pubads()).setTargeting("pos","mobileTop"); }); } </script> --> <div class="col-lg-5 col-md-5 col-sm-12 col-xs-12"> <div class="article-home-top"> <div class='article-topic-box-wrapper'><div class='article-topic-box'><span class='article-topic-text'><a href='/topics/solid-tumors/kidney-cancer/'>Kidney Cancer</a></span></div></div> <h3> <a href="https://ascopost.com/news/march-2025/nivolumab-plus-cabozantinib-continues-to-show-superior-long-term-outcomes-in-advanced-renal-cell-carcinoma/">Nivolumab Plus Cabozantinib Continues to Show Superior Long-Term Outcomes in Advanced Renal Cell Carcinoma</a></h3> <!--<p class="byline-home">Chase Doyle</p>--> <div class="article-home-text-overflow"><img src="/media/14025334/robert-motzer.jpg" width="90px" height="100px" alt=""/> <p class="home-top"><p>The PD-1 inhibitor nivolumab plus the tyrosine kinase inhibitor cabozantinib continues to demonstrate a significant survival advantage over sunitinib alone in patients with previously untreated advanced renal cell carcinoma, according to data presented at the 2025 ASCO Genitourinary Cancers Symposium.</p></p></div> </div> <div class="article-home"> <div class='article-topic-box-wrapper'><div class='article-topic-box'><span class='article-topic-text'><a href='/topics/solid-tumors/lung-cancer/'>Lung Cancer</a></span></div></div> <!-- Html.Raw(TopicBoxes(Umbraco.TypedContent(55361).GetPropertyValue("highlightArticle2Topic").ToString())) --> <h3> <a href="https://ascopost.com/news/march-2025/study-finds-wildfires-pose-health-threat-for-patients-recovering-from-lung-cancer-surgery/">Study Finds Wildfires Pose Health Threat for Patients Recovering From Lung Cancer Surgery</a></h3> <!--<p class="byline-home">Robert Peter Gale MD, PhD, DSc(hc), FACP, FRSM, and F. Owen Hoffman, PhD</p>--> <div class="article-home-text-overflow"> <img src="/media/14020323/ep46_graphic_lungs.jpg" width="90px" height="100px" alt=""/> <p><p>Studies have shown that not only does exposure to wildfire smoke, which contains fine particulate matter, <a rel="noopener" href="https://www.thelancet.com/journals/lanplh/article/PIIS2542-5196(22)00067-5/fulltext#:~:text=Wildfire%20exposure%20was%20associated%20with%20slightly%20increased%20incidence%20of%20lung%20cancer%20and%20brain%20tumours.&text=Importantly%2C%20many%20of%20the%20pollutants%20emitted%20by,wildfires%20could%20increase%20cancer%20risk%20in%20humans." target="_blank" data-anchor="#:~:text=Wildfire%20exposure%20was%20associated%20with%20slightly%20increased%20incidence%20of%20lung%20cancer%20and%20brain%20tumours.&text=Importantly%2C%20many%20of%20the%20pollutants%20emitted%20by,wildfires%20could%20increase%20cancer%20risk%20in%20humans.">increase the risk of developing lung cancer</a>, it can also significantly <a rel="noopener" href="https://pubmed.ncbi.nlm.nih.gov/37498574/" target="_blank">reduce survival rates</a> among patients recovering from lung cancer surgery.</p></p></div> </div> <div class="article-home"> <div class='article-topic-box-wrapper'><div class='article-topic-box'><span class='article-topic-text'><a href='/topics/solid-tumors/colorectal-cancer/'>Colorectal Cancer</a></span></div></div> <h3> <a href="https://ascopost.com/news/march-2025/liquid-biopsies-could-help-guide-colorectal-cancer-treatment/">Liquid Biopsies Could Help Guide Colorectal Cancer Treatment</a></h3> <!--<p class="byline-home">The ASCO Post Staff</p>--> <div class="article-home-text-overflow"> <img src="/media/14020558/gettyimages-592401928-converted.jpg" width="90px" height="100px" alt=""/> <p><p>The use of a circulating tumor DNA (ctDNA) liquid biopsy to guide colorectal cancer treatment in the adjuvant setting may not compromise outcomes despite allowing many patients to avoid chemotherapy, <a rel="noopener" href="https://www.nature.com/articles/s41591-025-03579-w" target="_blank">according to a recent study published by Tie et al in <em>Nature Medicine</em></a>.</p></p></div> </div> <br /> <!-- 300x250 ad start --> <div class="ad-text">Advertisement</div> <div class="ad-300x250"> <!-- /56049762/TAPv2-300x250 --> <div id='middleAd1' style='height:250px; width:300px;'> <script type='text/javascript'> /* var middleAd1; googletag.cmd.push(function() { middleAd1 = googletag.defineSlot('/56049762/TAPv2-300x250', [300, 250], 'middleAd1').addService(googletag.pubads()).setTargeting('pos','middleAd1'); }); */ </script> </div> </div> <!-- 300x250 ad end --> <div class="article-home"> <div class='article-topic-box-wrapper'><div class='article-topic-box'><span class='article-topic-text'><a href='/topics/solid-tumors/breast-cancer/'>Breast Cancer</a></span></div></div> <h3> <a href="https://ascopost.com/news/march-2025/genomic-differences-and-treatment-inequities-in-black-and-white-patients-with-metastatic-breast-cancer/">Genomic Differences and Treatment Inequities in Black and White Patients With Metastatic Breast Cancer</a></h3> <!--<p class="byline-home">Matthew Stenger </p>--> <div class="article-home-text-overflow"> <img src="/media/14011003/ep91_graphic_breastcancer.jpg" width="90px" height="100px" alt=""/> <p><p>In a retrospective cohort study reported in <em><a rel="noopener" href="https://jamanetwork.com/journals/jamanetworkopen/fullarticle/2830759" target="_blank">JAMA Network Open</a>,</em> Podany et al identified differences in circulating tumor DNA (ctDNA) profiles, targeted therapy use, and survival outcomes in Black vs White patients with metastatic breast cancer.</p></p></div> </div> <div class="article-home"> <div class='article-topic-box-wrapper'><div class='article-topic-box'><span class='article-topic-text'><a href='/topics/issues-in-oncology/global-cancer-care/'>Global Cancer Care</a></span></div></div> <h3> <a href="https://ascopost.com/news/march-2025/cancer-incidence-and-mortality-in-southeast-asia-for-2022/">Cancer Incidence and Mortality in Southeast Asia for 2022</a></h3> <!--<p class="byline-home">Matthew Stenger </p>--> <div class="article-home-text-overflow"> <img src="/media/14025203/ep41_graphic_doctors.jpg" width="90px" height="100px" alt=""/> <p><p>In a study reported in <em><a href="https://www.thelancet.com/journals/lanonc/article/PIIS1470-2045(25)00017-8/abstract">The Lancet Oncology</a></em>, Dee et al identified cancer incidence and mortality rates for 2022 in the countries of southeast Asia.</p></p></div> </div> <!-- new highlight articles 4 and 5 go here --> </div> <!-- Column 1 End --> <!-- Column 2 Start --> <div class="col-lg-3 col-md-3 col-sm-12 col-xs-12"> <div class="article-home-top"> <div class="videos"> <a href="https://ascopost.com/videos/2025-asco-gu/exercise-therapy-for-patients-with-advanced-prostate-cancer/"> <span></span> <img src="https://akamai-opus-nc-public.digitellcdn.com/hbs/product-icons/f6488dd0994a15407b26ce480a9a8b7659737a6dde086e8a4b00627f06b7844f_720x405.png" width="263px" height="148px" alt="" /> </a> </div> <div class="article-topic-box-wrapper"> <div class='article-topic-box-wrapper'><div class='article-topic-box'><span class='article-topic-text'><a href='/topics/solid-tumors/prostate-cancer/'>Prostate Cancer</a></span></div></div> </div> <h4> <a href="https://ascopost.com/videos/2025-asco-gu/exercise-therapy-for-patients-with-advanced-prostate-cancer/">Benjamin Maughan, MD, PharmD, on Exercise Therapy for Patients With Advanced Prostate Cancer</a></h4> </div> <div class="article-home"> <div class="videos"> <a href="https://ascopost.com/videos/2025-asco-gu/adt-option-transdermal-estradiol-patches/"> <span></span> <img src="https://akamai-opus-nc-public.digitellcdn.com/hbs/product-icons/4251e51096be7499652304ebb89f713bf4f1abc09c29db533145b7e758b5403e_720x405.png" width="263px" height="148px" alt="" /> </a> </div> <div class="article-topic-box-wrapper"> <div class='article-topic-box-wrapper'><div class='article-topic-box'><span class='article-topic-text'><a href='/topics/solid-tumors/prostate-cancer/'>Prostate Cancer</a></span></div></div> </div> <h4> <a href="https://ascopost.com/videos/2025-asco-gu/adt-option-transdermal-estradiol-patches/">Nicholas D. James, PhD, FRCP, MBBS, on an ADT Option: Transdermal Estradiol Patches</a></h4> </div> <div class="article-home"> <div class="videos"> <a href="https://ascopost.com/videos/2025-asco-gu/mrcpc-lupsma-with-or-without-arpis/"> <span></span> <img src="https://akamai-opus-nc-public.digitellcdn.com/hbs/product-icons/a980fe836bd2c8e992d1eae6b6b4440e22299425dd6c113808ab5e42dfa549d2_720x405.png" width="263px" height="148px" alt="" /> </a> </div> <div class="article-topic-box-wrapper"> <div class='article-topic-box-wrapper'><div class='article-topic-box'><span class='article-topic-text'><a href='/topics/solid-tumors/prostate-cancer/'>Prostate Cancer</a></span></div></div> </div> <h4> <a href="https://ascopost.com/videos/2025-asco-gu/mrcpc-lupsma-with-or-without-arpis/">Omid Yazdanpanah, MD, on Metastatic Castration-Resistant Prostate Cancer: LuPSMA With or Without ARPIs</a></h4> </div> <div class="article-home"> <div class="videos"> <a href="https://ascopost.com/videos/2025-asco-gu/mobile-prostate-cancer-clinical-unit/"> <span></span> <img src="https://akamai-opus-nc-public.digitellcdn.com/hbs/product-icons/292f206b61f86d33876b8b3a7a5a586e741689d57718f3c7dee3cfbde66a0e59_720x405.png" width="263px" height="148px" alt="" /> </a> </div> <div class="article-topic-box-wrapper"> <div class='article-topic-box-wrapper'><div class='article-topic-box'><span class='article-topic-text'><a href='/topics/solid-tumors/prostate-cancer/'>Prostate Cancer</a></span></div></div> <!-- Html.Raw(TopicBoxes(Umbraco.TypedContent(55361).GetPropertyValue("highlightVideo4Topic").ToString())) --> </div> <h4> <a href="https://ascopost.com/videos/2025-asco-gu/mobile-prostate-cancer-clinical-unit/">Masood Moghul, PhD, on a Mobile Prostate Cancer Clinical Unit: Findings From the Man Van</a></h4> </div> <div class="article-home"> <div class="videos"> <a href="https://ascopost.com/videos/2025-asco-gu/specialized-diet-in-men-on-active-surveillance-for-prostate-cancer/"> <span></span> <img src="https://akamai-opus-nc-public.digitellcdn.com/hbs/product-icons/bf81ce6c0e5ff2337248f569f039233f7fe15502bc498b6787e6ad50dbc85f2e_720x405.png" width="263px" height="148px" alt="" /> </a> </div> <div class="article-topic-box-wrapper"> <div class='article-topic-box-wrapper'><div class='article-topic-box'><span class='article-topic-text'><a href='/topics/solid-tumors/prostate-cancer/'>Prostate Cancer</a></span></div></div> <!-- Html.Raw(TopicBoxes(Umbraco.TypedContent(55361).GetPropertyValue("highlightVideo4Topic").ToString())) --> </div> <h4> <a href="https://ascopost.com/videos/2025-asco-gu/specialized-diet-in-men-on-active-surveillance-for-prostate-cancer/">William Aronson, MD, on a Specialized Diet in Men on Active Surveillance for Prostate Cancer</a></h4> </div> </div> <!-- Column 2 End --> <!-- Column 3 Start --> <div class="col-lg-4 col-md-4 col-sm-12 col-xs-12"> <!-- 300x250 ad start --> <div class="ad-text">Advertisement</div> <div class="ad-300x250"> <!-- /56049762/TAPv2-300x250 --> <div id='rightAd1' style='height:250px; width:300px;'> <script type='text/javascript'> /* var rightAd1; googletag.cmd.push(function() { rightAd1 = googletag.defineSlot('/56049762/TAPv2-300x250', [300, 250], 'rightAd1').addService(googletag.pubads()).setTargeting('pos','rightAd1'); googletag.display('rightAd1'); googletag.pubads().refresh([rightAd1]); }); */ </script> </div> </div> <!-- 300x250 ad end --> <!-- 300x250 ad start --> <div class="ad-text">Advertisement</div> <div class="ad-300x250"> <!-- /56049762/TAPv2-300x250 --> <div id='rightAd3' style='height:250px; width:300px;'> <script type='text/javascript'> /* var rightAd1; googletag.cmd.push(function() { rightAd1 = googletag.defineSlot('/56049762/TAPv2-300x250', [300, 250], 'rightAd1').addService(googletag.pubads()).setTargeting('pos','rightAd1'); googletag.display('rightAd1'); googletag.pubads().refresh([rightAd1]); }); */ </script> </div> </div> <!-- 300x250 ad end --> <br /> <!--var suppAd2 = "<div class='slide-panel notactive' id='slide2' duration='6'><a href='http://educate.ascopost.com/2018/NSCLC'><img src='/media/14009054/banner_tap-ce_nsclc_320x50.gif' /></a></div>";--> <div style="text-align: center; margin: 0 auto;"> <div id="islideshow"> <script type="text/javascript"> $(function() { function slidePanel(newPanel) { $slider.children('.slide-panel.active').fadeOut(1000, function() { $(this).removeClass('active'); $('#full-slider-nav-left').show(); $('#full-slider-nav-right').show(); }); $($sliderPanels[newPanel]).addClass('active').fadeIn(1000, function() {$(this).removeClass('notactive');}); return $($sliderPanels[newPanel]).attr("duration"); } var $slider = $('#full-slider'); var $sliderPanels = $slider.children('.slide-panel'); //var $navLeft = $('<div id="full-slider-nav-left" class="full-slider-nav><img src="/media/14009060/slideshowprev.png" /></div>').appendTo($slider); //var $navRight = $('<div id="full-slider-nav-right" class="full-slider-nav"><img src="/media/14009061/slideshownext.png" /></div>').appendTo($slider); var currPanel = 0; var autoPlayTId = null; var autoPlayDelaySeconds = 4; /*$navLeft.click(function() { currPanel--; $('#full-slider-nav-left').hide(); $('#full-slider-nav-right').hide(); if (currPanel < 0) currPanel = $sliderPanels.length - 1; if(autoPlayTId!=null) clearTimeout(autoPlayTId); slidePanel(currPanel, 'right'); }); $navRight.click(function() { currPanel++; $('#full-slider-nav-right').hide(); $('#full-slider-nav-left').hide(); if (currPanel >= $sliderPanels.length) currPanel = 0; if(autoPlayTId!=null) clearTimeout(autoPlayTId); slidePanel(currPanel, 'left'); });*/ function autoPlay() { autoPlayTId = setTimeout(function() { currPanel++; if (currPanel >= $sliderPanels.length) currPanel = 0; autoPlayDelaySeconds = slidePanel(currPanel); autoPlay(); }, (autoPlayDelaySeconds*1000)); } $(document).ready(function (){ $slider.children('.slide-panel.notactive').hide(); $slider.children('.slide-panel.notactive').removeClass('notactive'); autoPlay();}); }); </script> <div id="full-slider-wrapper" style="position: relative; height: 50px; width: 320px; margin: 0 auto;"> <div id="full-slider"> <!--<div class='slide-panel active' id='slide1' duration='10'><a href='http://educate.ascopost.com/2018/AKI'><img src='/media/14008262/banner_ad-tap_kidneyce-320x50-mobile.gif' /></a></div> --> <div id='suppAd1' style='width: 320px; height: 50px;'> </div> <br/> </div> </div> </div> <br/><br/> <!-- today in oncology box start --> <div class="topics-box"> <!-- TIN Calendar --> <div class="topics-box"> <div class="topics-box-header"> <div class="calendar-wrapper">Mar <div class="calendar-inner">13</div> </div> Today In Oncology</div> <div class="article-home-sidebar"> <h5><a href='/news/march-2025/study-finds-no-clear-evidence-that-red-wine-mitigates-cancer-risk/' class='todayinonc'>Study Finds No Clear Evidence That Red Wine Mitigates Cancer Risk</a></h5><h5><a href='/news/march-2025/association-of-pathogenic-variants-in-atm-chek2-or-palb2-with-cancer-mortality/' class='todayinonc'>Association of Pathogenic Variants in ATM, CHEK2, or PALB2 With Cancer Mortality</a></h5><h5><a href='/news/march-2025/cervical-precancer-incidence-decreases-as-hpv-vaccination-rates-rise/' class='todayinonc'>Cervical Precancer Incidence Decreases as HPV Vaccination Rates Rise</a></h5><h5><a href='/news/march-2025/breakthrough-combination-therapy-could-help-avoid-drug-resistance-in-patients-with-kras-mutated-nsclc/' class='todayinonc'>Breakthrough Combination Therapy Could Help Avoid Drug Resistance in Patients With KRAS Mutated NSCLC</a></h5><h5><a href='/news/march-2025/nivolumab-plus-cabozantinib-continues-to-show-superior-long-term-outcomes-in-advanced-renal-cell-carcinoma/' class='todayinonc'>Nivolumab Plus Cabozantinib Continues to Show Superior Long-Term Outcomes in Advanced Renal Cell Carcinoma</a></h5> <div class="link-bottom-tio"><a href="/News/" class="todayinonc">View More <span class="triangle-link glyphicon glyphicon-triangle-right"></span></a></div> </div> </div> </div> <!-- today in oncology box end --> <!--Perspectives box: START--> <div class="topics-box"> <div class="topics-box-header">Perspectives</div> <div class="article-home-sidebar"> <h5><a href='https://ascopost.com/issues/september-10-2024/idea-awardees-reflections-on-the-2024-asco-annual-meeting/' class='mostRead'><div style="display: inline-block;"><img style='width: 40px; margin-right: 8px;' src='/media/14024496/khalid-el-bairi.jpg' width='40px' height='44px'></div><div style="display: inline-block; max-width: 250px;">IDEA Awardees’ Reflections on the 2024 ASCO Annual Meeting</div></a></h5> <h5><a href='https://ascopost.com/issues/september-10-2024/optimizing-cancer-care-for-older-adults/' class='mostRead'><div style="display: inline-block;"><img style='width: 40px; margin-right: 8px;' src='/media/14008033/44-sedhom.jpg' width='40px' height='44px'></div><div style="display: inline-block; max-width: 250px;">Ramy Sedhom and colleagues on Optimizing Cancer Care for Older Adults</div></a></h5> <h5><a href='https://ascopost.com/issues/august-25-2024/gift-of-truth-reflections-on-a-father-s-cancer-journey/' class='mostRead'><div style="display: inline-block;"><img style='width: 40px; margin-right: 8px;' src='/media/14024495/44-hellmann.jpg' width='40px' height='44px'></div><div style="display: inline-block; max-width: 250px;">Ilana Hellmann: Reflections on a Father’s Cancer Journey</div></a></h5> <h5><a href='https://ascopost.com/issues/july-10-2024/breast-implant-related-cancers-should-our-patients-be-concerned/' class='mostRead'><div style="display: inline-block;"><img style='width: 40px; margin-right: 8px;' src='/media/14023852/kinslow-connor-j.jpg' width='40px' height='44px'></div><div style="display: inline-block; max-width: 250px;">Connor J. Kinslow and colleagues on Breast Implant–Related Cancers</div></a></h5> <h5><a href='https://ascopost.com/issues/june-10-2024/cardiotoxicity-how-far-have-we-come/' class='mostRead'><div style="display: inline-block;"><img style='width: 40px; margin-right: 8px;' src='/media/14023851/49-ruane.jpg' width='40px' height='44px'></div><div style="display: inline-block; max-width: 250px;">Lorcan Ruane and colleagues on Cardiotoxicity: How Far Have We Come?</div></a></h5> <div class="link-bottom-tio"><a href="/Departments?D=Perspectives" class="todayinonc">View More <span class="triangle-link glyphicon glyphicon-triangle-right"></span></a></div> </div> </div> <!--Perspectives box: END--> </div> <!-- Column 3 End --> </div> <!-- Section 2 start --> <div class="native-container-home"> <h2>Sponsored Content</h2> <div class="native-content-2-item"> <div class="native-content"> <a href="https://sponsored.harborsidestudio.com/the-critical-role-of-navigators-in-improving-access-to-first-line-precision-oncology-therapies-for-advanced-nsclc/?utm_source=TAP&utm_medium=Website&utm_campaign=TAP_HP/?"><img src="/media/14024449/lilly-nscsc-1124-thumbnail.jpg?anchor=center&mode=crop&width=960&height=540&rnd=133849137980000000"></a> <div> <h3>Sponsored by Lilly Medical Affairs</h3> <a href="https://sponsored.harborsidestudio.com/the-critical-role-of-navigators-in-improving-access-to-first-line-precision-oncology-therapies-for-advanced-nsclc/?utm_source=TAP&utm_medium=Website&utm_campaign=TAP_HP/?">The Critical Role of Navigators in Improving Access to First-Line Precision Oncology Therapies for Advanced NSCLC</a> </div> </div> <div class="native-content"> <a href="https://sponsored.harborsidestudio.com/extended-endocrine-therapy-for-early-stage-hormone-receptor-positive-breast-cancer-tools-for-decision-making/?utm_source=TAP&utm_medium=Website&utm_campaign=TAP_HP/?"><img src="/media/14024494/bci-eshrpbc-driver-thumbnail-1.jpg?anchor=center&mode=crop&width=960&height=540&rnd=133849137980000000"></a> <div> <h3>SPONSORED BY BREAST CANCER INDEX® BIOTHERANOSTICS, INC. A HOLOGIC COMPANY</h3> <a href="https://sponsored.harborsidestudio.com/extended-endocrine-therapy-for-early-stage-hormone-receptor-positive-breast-cancer-tools-for-decision-making/?utm_source=TAP&utm_medium=Website&utm_campaign=TAP_HP/?">Extended Endocrine Therapy for Early-Stage Hormone Receptor–Positive Breast Cancer: Tools for Decision-Making</a> </div> </div> </div> </div> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" > <h1 class="display">More Top Stories</h1> </div> <br /> <!-- Column 1 Section 2 Start --> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" > <div class="col-lg-4 col-md-4 col-sm-12 col-xs-12"> <div class="article-home-top"> <div class="videos"> <a href="/videos/eha-hybrid-congress-2023/rami-s-komrokji-on-myelodysplastic-neoplasms-classifying-risks-among-subsets-of-disease/"> <span></span> <img src='https://cf-images.us-east-1.prod.boltdns.net/v1/static/5813221795001/6f9a5f5f-dc6e-463b-b1b0-5f1c7186b715/8c4c6134-94f0-4141-9f08-ea38c148cf36/1280x720/match/image.jpg' width="370px" height="208px" alt="" /> </a> </div> <div class="article-topic"><div class='article-topic-box-wrapper'><div class='article-topic-box'><span class='article-topic-text'><a href='/topics/hematologic-malignancies/'>Hematologic Malignancies</a></span></div></div></div> <h3> <a href="/videos/eha-hybrid-congress-2023/rami-s-komrokji-on-myelodysplastic-neoplasms-classifying-risks-among-subsets-of-disease/">Rami S. Komrokji, MD, on Myelodysplastic Neoplasms: Classifying Risks Among Subsets of Disease</a></h3> </div> <div class="article-home"> <div class="article-topic"><div class='article-topic-box-wrapper'><div class='article-topic-box'><span class='article-topic-text'><a href='/topics/issues-in-oncology/'>Issues in Oncology</a></span></div></div></div> <h3> <a href="/issues/february-25-2025/cancer-mortality-rates-continue-to-decline-incidence-rates-in-women-rise-and-racial-disparities-persist/">Cancer Mortality Rates Continue to Decline, Incidence Rates in Women Rise, and Racial Disparities Persist</a></h3> <p>The findings in the American Cancer Society (ACS) annual report, Cancer Statistics, 2025,1 showed a mixed trend in cancer incidence and mortality rates. Although cancer mortality declined by 34% from 1991 to 2022 in the United States—largely because of smoking reductions, earlier detection, and...</p> </div> <div class="box-text">Advertisement</div> <div class="box-300x250"> <!-- /56049762/TAPv2-300x250 --> <div id='Dynamic2' style='height:250px; width:300px;'> <script type='text/javascript'> var Dynamic2; googletag.cmd.push(function() { Dynamic2 = googletag.defineSlot('/56049762/TAPv2-300x250', [300, 250], 'Dynamic2').addService(googletag.pubads()).setTargeting('pos','Dynamic2'); //googletag.enableServices(); //googletag.display('Dynamic2'); }); </script> </div> </div> <div class="article-home"> <div class="article-topic"></div> <h3> <a href="/news/march-2025/enfortumab-vedotin-plus-pembrolizumab-continues-to-show-benefit-in-metastatic-urothelial-carcinoma/">Enfortumab Vedotin Plus Pembrolizumab Continues to Show Benefit in Metastatic Urothelial Carcinoma</a></h3> <p>In previously untreated patients with locally advanced or metastatic urothelial carcinoma, use of the antibody-drug conjugate enfortumab vedotin-ejfv in combination with the PD-1 inhibitor pembrolizumab continues to demonstrate a significant survival benefit over chemotherapy, according to updated...</p> </div> <div class="article-home"> <div class="videos"> <a href="/videos/eha-hybrid-congress-2023/paolo-corradini-md-on-pmbcl-and-dlbcl-comparing-outcomes-with-axicabtagene-ciloleucel/"> <span></span> <img src='https://cf-images.us-east-1.prod.boltdns.net/v1/static/5813221795001/aa2b767c-8b95-49de-878d-f0ae30d085f8/95d3fed9-a076-4a56-8255-e6fa802dfcec/1280x720/match/image.jpg' width="370px" height="208px" alt="" /> </a> </div> <div class="article-topic"><div class='article-topic-box-wrapper'></div></div> <h3> <a href="/videos/eha-hybrid-congress-2023/paolo-corradini-md-on-pmbcl-and-dlbcl-comparing-outcomes-with-axicabtagene-ciloleucel/">Paolo Corradini, MD, on PMBCL and DLBCL: Comparing Outcomes With Axicabtagene Ciloleucel</a></h3> </div> <div class="article-home"> <div class="article-topic"><div class='article-topic-box-wrapper'></div></div> <h3> <a href="/issues/february-25-2025/felix-feng-md-leader-in-genitourinary-cancer-dies-at-age-48/">Felix Feng, MD, Leader in Genitourinary Cancer, Dies at Age 48</a></h3> <p>NRG Oncology, the RTOG Foundation, and the University of California, San Francisco (UCSF), announced the death of Felix Feng, MD, from cancer at age 48 on December 10, 2024. Dr. Feng was a George and Judy Marcus Distinguished Professor; Professor of Radiation Oncology, Urology and Medicine; Vice...</p> </div> <!-- Column 1 Section 2 End --> </div> <!-- Column 2 Section 2 Start --> <div class="col-lg-4 col-md-4 col-sm-12 col-xs-12"> <div class="article-home"> <div class="article-topic"><div class='article-topic-box-wrapper'><div class='article-topic-box'><span class='article-topic-text'><a href='/topics/solid-tumors/breast-cancer/'>Breast Cancer</a></span></div></div></div> <h3> <a href="/issues/february-25-2025/i-m-a-20-version-of-myself-after-cancer/">I’m a 2.0 Version of Myself After Cancer</a></h3> <p> LaShae Rolle, MPH, BS, CPH Although there’s no history of breast cancer in my family, when I was 10, my pediatrician introduced me to breast self-exams, so I would become familiar with my breasts and learn to spot any unusual changes as I got older. I remember her telling me this was an...</p> </div> <div class="article-home-top"> <div class="article-topic"></div> <h3> <a href="/news/march-2025/cervical-precancer-incidence-decreases-as-hpv-vaccination-rates-rise/">Cervical Precancer Incidence Decreases as HPV Vaccination Rates Rise</a></h3> <p>Recent findings from the Human Papillomavirus (HPV) Vaccine Impact Monitoring Project (HPV-IMPACT), which were published by Gargano et al in the Morbidity and Mortality Weekly Report, revealed decreased incidences of cervical intraepithelial neoplasia (CIN)2+ and CIN3+ lesions among young women....</p> </div> <div class="article-home"> <div class="videos"> <a href="/videos/eha-hybrid-congress-2023/nigel-russell-on-acute-myeloid-leukemia-new-findings-on-flag-ida-and-gemtuzumab-ozogamicin/"> <span></span> <img src='https://cf-images.us-east-1.prod.boltdns.net/v1/static/5813221795001/83ff7128-29e7-4e2e-8a15-64f293bdcc76/f54d067a-9e40-4bae-9ab9-6b83c21e5db7/1280x720/match/image.jpg' width="370px" height="208px" alt="" /> </a> </div> <div class="article-topic"><div class='article-topic-box-wrapper'><div class='article-topic-box'><span class='article-topic-text'><a href='/topics/hematologic-malignancies/'>Hematologic Malignancies</a></span></div><div class='article-topic-box'><span class='article-topic-text'><a href='/topics/hematologic-malignancies/leukemia/'>Leukemia</a></span></div></div></div> <h3> <a href="/videos/eha-hybrid-congress-2023/nigel-russell-on-acute-myeloid-leukemia-new-findings-on-flag-ida-and-gemtuzumab-ozogamicin/">Nigel Russell, MD, on Acute Myeloid Leukemia: New Findings on FLAG-Ida and Gemtuzumab Ozogamicin</a></h3> </div> <div class="article-home"> <div class="article-topic"><div class='article-topic-box-wrapper'></div></div> <h3> <a href="/issues/february-25-2025/former-unmc-cancer-center-director-kenneth-h-cowan-md-phd-dies-at-77/">Former UNMC Cancer Center Director, Kenneth H. Cowan, MD, PhD, Dies at 77</a></h3> <p> Kenneth H. Cowan, MD, PhD Kenneth H. Cowan, MD, PhD, served for 24 years as Director of the National Cancer Institute (NCI)-designated cancer center at the University of Nebraska Medical Center (UNMC), now called the Nebraska Medicine Fred & Pamela Buffett Cancer Center in Omaha. Dr....</p> </div> <div class="box-text">Advertisement</div> <div class="box-300x250"> <!-- /56049762/TAPv2-300x250 --> <div id='Dynamic3' style='height:250px; width:300px;'> <script type='text/javascript'> var Dynamic3; googletag.cmd.push(function() { Dynamic3 = googletag.defineSlot('/56049762/TAPv2-300x250', [300, 250], 'Dynamic3').addService(googletag.pubads()).setTargeting('pos','Dynamic3'); }); </script> </div> </div> <div class="article-home-top"> <div class="article-topic"></div> <h3> <a href="/news/march-2025/breakthrough-combination-therapy-could-help-avoid-drug-resistance-in-patients-with-kras-mutated-nsclc/">Combination Therapy Could Help Overcome Drug Resistance in Patients With KRAS-Mutated NSCLC</a></h3> <p>Researchers have uncovered a novel combination therapy leveraging the U.S. Food and Drug Administration (FDA)-approved KRAS inhibitor sotorasib and an experimental drug called FGTI-2734, which could improve the efficacy of precision medicine in patients with KRAS-mutated non–small cell lung cancer...</p> </div> </div> <!-- Column 3 Section 2 Start --> <div class="col-lg-4 col-md-4 col-sm-12 col-xs-12"> <div class="topics-box"> <div class="topics-box-header">ASCO Post X Feed</div> <div class="article-home-sidebar"> <!-- BEGIN EVERWALL EMBED: cxlymp3c-lf4qfw4cz9 --> <script src="https://cdn.everwall.com/hubs/iframe/resizer.min.js"></script> <iframe id="ew-cxlymp3c-lf4qfw4cz9" src="https://cdn.everwall.com/hubs/iframe/cxlymp3c/lf4qfw4cz9" loading="lazy" scrolling="no" allowfullscreen="true" style="width:100%;height:0;border:0" onload="ewResize(this.id);"></iframe> <div id="ew-cxlymp3c-lf4qfw4cz9-b" style="font-size: 12px; text-align: center;"><a href="https://everwall.com/products/social-media-hubs/" target="_new">Social Media Hub</a> by Everwall</div> <!-- END EVERWALL EMBED --> </div> </div> </div> </div> </div> <script> // Refresh the bottom slot when it is about to come into view. var refreshDynamic2 = false; $(window).on("load scroll resize", function() { var e = $('div#Dynamic2'); if (!refreshDynamic2 && getViewportOffset(e).insideViewport) { googletag.cmd.push(function() { googletag.enableServices(); googletag.display('Dynamic2'); googletag.pubads().refresh([Dynamic2]); }); //alert('triggered'); // Refresh the ad only once. refreshDynamic2 = true; } }); // Refresh the bottom slot when it is about to come into view. var refreshDynamic3 = false; $(window).on("load scroll resize", function() { var e = $('div#Dynamic3'); if (!refreshDynamic3 && getViewportOffset(e).insideViewport) { googletag.cmd.push(function() { googletag.enableServices(); googletag.display('Dynamic3'); googletag.pubads().refresh([Dynamic3]); }); //alert('triggered'); // Refresh the ad only once. refreshDynamic3 = true; } }); </script> <!-- Section 2 End --> </div> <!-- Column 3 Section 2 End --> <!-- content ends here --> <div id="loadMoreDiv"></div> <div class="row"> <div class="col-lg-8 col-md-8 col-sm-12 col-xs-12" > <button type="button" id="loadmore" class="load-more-btn animate" aria-label="Left Align" onclick="moreContent()"> Load More</button> </div> </div> <div class="bots" style="display: none;"><a href="/Trap/Bots.aspx" rel="nofollow">Bots not welcome here</a></div> <script> /* // Refresh the bottom slot when it is about to come into view. var refreshedmiddleAd1 = false; $(window).on("load scroll resize", function() { var e = $('#middleAd1'); if (!refreshedmiddleAd1 && getViewportOffset(e).insideViewport && e.is(':visible') && !e.is(':hidden')) { googletag.cmd.push(function() { googletag.enableServices(); googletag.display('middleAd1'); googletag.pubads().refresh([middleAd1]); }); //alert('triggered'); // Refresh the ad only once. refreshedmiddleAd1 = true; } }); */ /* // Refresh the bottom slot when it is about to come into view. var refreshedrightAd1 = false; $(window).on("load scroll resize", function() { var e = $('#rightAd1'); if (!refreshedrightAd1 && getViewportOffset(e).insideViewport && e.is(':visible') && !e.is(':hidden')) { googletag.cmd.push(function() { googletag.enableServices(); googletag.display('rightAd1'); googletag.pubads().refresh([rightAd1]); }); //alert('triggered'); // Refresh the ad only once. refreshedrightAd1 = true; } }); */ </script> </div> </div> <!-- content ends here --> <!-- Back to top scroll start --> <script> //if(window.innerWidth > 768) if(jQuery(window).width() > 768) { googletag.cmd.push(function() { googletag.enableServices(); googletag.display('topbox'); }); console.log('display desktop'); } else { console.log('display mobile'); googletag.cmd.push(function() { googletag.enableServices(); googletag.display('mobileTop'); }); } </script> <a href="#" class="btn back-to-top btn-dark btn-fixed-bottom"> <span class="glyphicon glyphicon-chevron-up"></span> </a> <!-- Back to top scroll end--> <div class="container"> <hr> </div> <!-- Footer start --> <div class="container"> <div class="row"> <div class="text-center col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="footer text-center"> <div>© 2025 HSP News Service, L.L.C.<br><a href="https://conexiant.com/oncology" target="_blank"><div style="padding: 30px 0px 30px 0px;"><img style="width: 150px;" src="https://www.ascopost.com/media/14024017/conexiant-logo-lg-fullcolor-oncology.png" alt="Conexiant Oncology Logo"></a></div> </div> <div style="padding: 5px 0px 0px 0px;"> <ul class="list-inline"> <li><a href="/Editorial-Board/">Editorial Board</a></li> <li><a href="/Advertising/">Advertising</a></li> <li><a href="/Disclosures/">Disclosures</a> </li> <li><a href="/Contact/"> Contact</a> </li> <li><a href="https://hbside.com/Privacy-Policy/"> Privacy Policy</a> </li> <li><a href="/Disclaimer/"> Disclaimer</a> </li> <li><a href="https://www.asco.org"> ASCO.org</a> </li> </ul> </div> </div> </div> </div> </div> <!-- Footer end --> <script src="/scripts/showup.js"></script> <script> $().showUp('.navbar', { upClass: 'navbar-tall', downClass: 'navbar-short' }); </script> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous" defer></script> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <!-- <script src="/scripts/jquery-1.11.2.min.js"></script> --> <script src="/scripts/jquery.contact-buttons.min.js" defer></script> <!-- www.addthis.com Sharing Widget --> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5c07fb4043b7033d" defer></script> <!-- <script> if( window.canRunAds === undefined ){ // adblocker detected, show fallback //showFallbackImage(); // alert('We noticed you’re using an ad blocker. Advertisements help sustain the breadth of depth of reporting found in The ASCO Post. Help us continue to bring you the latest oncology news by adding ASCOPost.com to your ad blocker’s whitelist.'); $.ajax({ url: "/umbraco/LogBlock.aspx" }); } </script> --> <!-- Plugin JavaScript --> <!-- <script src="http://twitter.github.io/typeahead.js/releases/latest/typeahead.bundle.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/handlebars.js/2.0.0/handlebars.min.js"></script> --> <script src="/scripts/classie.min.js" defer></script> <script type="text/javascript" src="/scripts/lightbox.min.js" defer></script> <script src="/scripts/inline-tweet.min.js" defer></script> <!-- Hotjar Tracking Code for http://www.ascopost.com --> <script> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:275438,hjsv:5}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'//static.hotjar.com/c/hotjar-','.js?sv='); </script> <!-- // AdRoll Pixel <script type="text/javascript"> adroll_adv_id = "7VHN5W6FLVC2RFATOMCYVL"; adroll_pix_id = "BLNFMNMJVJDYJKVBP3VLJW"; (function () { var _onload = function(){ if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return} if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return} var scr = document.createElement("script"); var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com"); scr.setAttribute('async', 'true'); scr.type = "text/javascript"; scr.src = host + "/j/roundtrip.js"; ((document.getElementsByTagName('head') || [null])[0] || document.getElementsByTagName('script')[0].parentNode).appendChild(scr); }; if (window.addEventListener) {window.addEventListener('load', _onload, false);} else {window.attachEvent('onload', _onload)} }()); </script> --> <!-- GDPR Consent Popup START --> <!-- GDPR Consent Popup END --> <!-- lazy load CSS --> <script> (function() { /* // load bootstrap.css var cssBS = document.createElement('link'); cssBS.href = '/css/bootstrap.css'; cssBS.rel = 'stylesheet'; cssBS.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(cssBS); */ /* // load TAP CSS var cssTAP = document.createElement('link'); cssTAP.href = '/css/TAP.min.css'; cssTAP.rel = 'stylesheet'; cssTAP.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(cssTAP); */ // load roboto font var cssRoboto = document.createElement('link'); cssRoboto.href = 'https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic,700,700italic,900,900italic,700,500italic,500,400italic,300italic,300'; cssRoboto.rel = 'stylesheet'; cssRoboto.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(cssRoboto); // load Merriweather font var cssMerri = document.createElement('link'); cssMerri.href = 'https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic'; cssMerri.rel = 'stylesheet'; cssMerri.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(cssMerri); // load Joefin font var cssJoefin = document.createElement('link'); cssJoefin.href = 'https://fonts.googleapis.com/css?family=Josefin+Sans'; cssJoefin.rel = 'stylesheet'; cssJoefin.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(cssJoefin); // load Fontawesome var cssFA = document.createElement('link'); cssFA.href = 'https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'; cssFA.rel = 'stylesheet'; cssFA.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(cssFA); // load Contact Buttons var cssContact = document.createElement('link'); cssContact.href = '/css/contact-buttons.min.css'; cssContact.rel = 'stylesheet'; cssContact.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(cssContact); // load Lightbox Buttons var cssLightbox = document.createElement('link'); cssLightbox.href = '/css/lightbox.css'; cssLightbox.rel = 'stylesheet'; cssLightbox.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(cssLightbox); })(); </script> <script type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "jukg1drhrf"); </script> <script> window.parent.closeIframe();function closeIframe() { var iframe = document.getElementById('tapLoginModal'); if (iframe) { iframe.parentNode.removeChild(iframe); document.getElementById('message').innerHTML = "You're logged in"; } } </script> </body> </html>