CINXE.COM

Genentech: Contact Us

<!doctype html> <html lang="en-us" > <head> <meta charset="utf-8"> <title>Genentech: Contact Us</title> <meta name="description" content="Breakthrough science. One moment, one day, one person at a time."> <link href="https://feeds.feedburner.com/Genentech-Stories" rel="alternate" type="application/rss+xml" title="Genentech - Read about breakthrough science, the everyday people who make it happen, and the patients we serve." /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:title" content="Genentech: Contact Us" /> <meta property="og:description" content="Breakthrough science. One moment, one day, one person at a time." /> <meta property="og:image" content="https://www.gene.com/assets/frontend/img/social.png" /> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@genentech"> <meta name="twitter:title" content="Genentech: Contact Us"> <meta name="twitter:description" content="Breakthrough science. One moment, one day, one person at a time."> <meta name="twitter:creator" content="@genentech"> <meta name="twitter:image:src" content="https://www.gene.com/assets/frontend/img/social.png"> <meta name="csrf-token" content=""> <script data-icons="/assets/frontend/svg/icons.svg"></script> <link rel="preload" as="style" href="https://www.gene.com/build/assets/v3-main-site-DD6bpT6p.css" /><link rel="stylesheet" href="https://www.gene.com/build/assets/v3-main-site-DD6bpT6p.css" /> <link rel="icon" href="/assets/frontend/img/favicon.ico"> <link rel="apple-touch-icon-precomposed" href="/assets/frontend/img/apple-icon-touch.png"> <link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap" /> <link rel="stylesheet" href="https://www.gene.com/assets/frontend/css/custom/galaxySearch.css" /> <link rel="canonical" href="https://www.gene.com/partners/contacts"> <link rel="alternate" hreflang="en-us" href="https://www.gene.com/partners/contacts" /> <style> .fit-vids-style { display: none; } </style> <link rel="stylesheet" type="text/css" href="/assets/frontend/infographics/css/infographics.css"> <script> var jQ = { queue: [], ready: function (f) { if (typeof f=='function') jQ.queue.push(f); return jQ; }, unq: function () { for (var i = 0; i < jQ.queue.length; i++) jQ.queue[i](); jQ.queue = null; } }; if (typeof window.jQuery == 'undefined') { window.jQuery = window.$ = jQ.ready; } var Gene = { universal: {}, configs: {}, main: {}, features: {}, custom: {}, analytics: {} }; Gene.configs.paths = { prepend : '/' } </script> <!-- OneTrust Cookies Consent Notice start for www.gene.com --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="0fd064ad-a247-479a-9e43-5ca8b40bcb43" ></script> <script type="text/javascript"> function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end for www.gene.com --> <script> var isReturningUser = false; if (window.localStorage) { isReturningUser = localStorage.getItem('RETURNING_USER') != null; localStorage.setItem('RETURNING_USER', true); } var referrer = 'direct'; if (document.referrer && document.referrer != "") { referrer = document.referrer; } var dataLayer = [{ 'userType': isReturningUser ? 'returning' : 'new', 'referrer': referrer, 'contentID': 'node-330637f2-e84c-11ed-9c27-0242ac150003', 'contentID': 'node-330637f2-e84c-11ed-9c27-0242ac150003', }]; </script> <link rel="modulepreload" href="https://www.gene.com/build/assets/analytics-standalone-YYY1jLtB.js" /><script src="https://www.gene.com/build/assets/analytics-standalone-YYY1jLtB.js"></script> <script type="text/javascript"> function getQueryParam(str) { var v = window.location.search.match(new RegExp('(?:[\?\&]'+str+'=)([^&]+)')); return v ? v[1] : null; } var src = getQueryParam('src'); if (src) { Gene.analytics.setSource('Source', src); } </script> <script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.x.x/dist/alpine.min.js" defer></script> </head> <body class=" "> <!-- 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-PPKDWPC');</script> <!-- End Google Tag Manager --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PPKDWPC" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <header id='gene-header' class='header'></header> <div class="l-page-overlay"></div> <script> // @todo: This is temporary code - to be moved to separate file (both css & js). var relatedTranslations = []; var currentLangId = 'en'; var langSwitchLabels = { "en": "View in English", "es": "En Espa帽ol" };; $(document).ready(function () { if (relatedTranslations.length > 0) { var selector = $('<select data-minimum-results-for-search="50" data-width="resolve" style="margin-top: -15px; width: 160px;"></select>'); selector.append($('<option>' + (langSwitchLabels[currentLangId] ?? currentLangId) + '</option>')); relatedTranslations.forEach(function (translation) { selector.append($('<option value="' + translation.calculated_path + '">' + (langSwitchLabels[translation.lang_id] ?? translation.lang_id) + '</option>')); }); selector.on('change', function () { if ($(this).val().length > 0) { window.location = '/switch?request_path=' + $(this).val(); } }); var breadcrumbs = $('.js-nav-container .breadcrumbs').first(); if (breadcrumbs) { var container = $('<div class="lang-switch-container" style="display: flex; flex-direction: row; justify-content: space-between; align-content: flex-start;"></div>'); container.append(breadcrumbs.clone()); container.append(selector); breadcrumbs.hide(); breadcrumbs.after(container); } } }); </script> <style> .lang-switch-container { margin-bottom: 10px; } .lang-switch-container .select2-container { position: relative; top: -13px; } .lang-switch-container .select2-container .select2-selection--single { margin-top: 0px; } .lang-switch-container .select2-container--default .select2-selection--single .select2-selection__arrow { top: -10px; } </style> <div class="ie-warning" style="display:none;"> <div class="ie-warning__container constrained"> <h2 class="ie-warning__text">Attention: This page may not render properly. The browser you are using, Internet Explorer 10, is no longer supported.</h2> </div> </div> <!--Commented out til next closure--> <div class="header__spacer "></div> <div class="js-nav-container "> <div class="constrained"> <div style="position: absolute; width: 260px; height: 100%;"> <div class="l-rail-left"> <div class="nav-secondary-container"> <nav class="nav-secondary js-nav-secondary"> <div class="nav-secondary__header "> <a class="nav-secondary__link" href="/partners">Partners</a> </div> <ul class="nav-secondary__children"> <li class="nav-secondary__child "> <a class="nav-secondary__link" href="/partners/our-approach">Our Approach</a> </li> <li class="nav-secondary__child "> <a class="nav-secondary__link" href="/partners/what-we-are-looking-for">What We Are Looking For</a> </li> <li class="nav-secondary__child "> <a class="nav-secondary__link" href="/partners/partner-with-us">Partner With Us</a> </li> <li class="nav-secondary__child current"> <a class="nav-secondary__link" href="/partners/contacts">Contact Us</a> </li> <li class="nav-secondary__child "> <a class="nav-secondary__link" href="/partners/our-stories">Our Stories</a> </li> </ul> </nav> </div> </div> </div> </div> <div class="v4-constrained"> <div class="l-grid"> <div class="l-content-container"> <div class="l-content"> <div class="breadcrumbs"> <a href="/partners">Partners</a> / <a href="/partners/contacts">Contact Us</a> </div> <header class="v4-hero-text"> <h1>Contact Us</h1> <p></p> </header> <section class="editorial"> <p>At Roche and Genentech, we are leveraging our unique company structure and culture to build deep and long-lasting collaborations with our partners to translate pioneering science into breakthroughs for patients.</p> <p>We strongly believe that the key elements to a successful and lasting partnership are trust, shared values and openness. To revolutionize today鈥檚 standard of care, we are looking for best or first in class innovation in the following areas:</p> </section> <section class="editorial"> <h1><a href="/partners/what-we-are-looking-for/cardiovascular-metabolic-disease">CARDIOVASCULAR &amp; METABOLIC DISEASE</a></h1> <p>Roche is highly committed to making a contribution to areas of huge unmet need and societal burden through transformative science and expands its footprint in cardiovascular and metabolic diseases.</p> <p>Partnering opportunities we are looking for:</p> <ul> <li>Uncontrolled hypertension</li> <li>Obesity (also in context of Diabetes)</li> <li>MASH (metabolic dysfunction-associated steatohepatitis)</li> <li>Myocardial infarction/ stroke secondary prevention</li> <li>Cardiomyopathies</li> <li>SPAF (stroke &amp; systemic embolic prevention in atrial fibrillation)</li> </ul> </section> <div class="callout-text callout-text--image"> <div class="callout__image"> <img src="/assets/content/feature_asset_image/JPM-1000x1000_Jean-Eric-Charoin_Contact_1.png" /> </div> <div class="callout__body"> <h4 class="callout-text__head">Contact</h4> <p><p>Jean Eric Charoin</p> <p>Search & Evaluation Lead Immunology, CVM & Infectious Diseases, Pharma Partnering</p></p> <a href="/cdn-cgi/l/email-protection#442e21252a1b21362d276a272c25362b2d2a04362b272c216a272b29" class="callout-text__link callout-text__link--centered"><span class="inner-text">Contact Jean Eric Charoin</span><svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></a> </div> </div> <section class="editorial"> <h1><a href="/partners/what-we-are-looking-for/digital-personalized-healthcare">DIGITAL AND PERSONALIZED HEALTHCARE</a> (PHC)</h1> <p>We are interested in collaborations on real world data, advanced analytics, digital tools and platform opportunities that:</p> <ul> <li>Enable infrastructure</li> <li>Expand our portfolio (novel targets, line extensions, combinations, etc.)</li> <li>Improve PTS and cycle times</li> <li>Increase product potential</li> </ul> </section> <div class="callout-text callout-text--image"> <div class="callout__image"> <img src="/assets/content/feature_asset_image/Michael-Scherer-Contact-Image.png" /> </div> <div class="callout__body"> <h4 class="callout-text__head">Contact</h4> <p><p>Michael Scherer</p> <p>Search & Evaluation Lead, Digital & Personalized Healthcare, Pharma Partnering</p></p> <a href="/cdn-cgi/l/email-protection#87eaeee4efe6e2eba9f4e4efe2f5e2f5a9eaf4b4c7f5e8e4efe2a9e4e8ea" class="callout-text__link callout-text__link--centered"><span class="inner-text">Contact Michael Scherer</span><svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></a> </div> </div> <section class="editorial"> <h1><a href="/partners/what-we-are-looking-for/immunology">IMMUNOLOGY</a></h1> <p>We are leading the way to advance science in inflammatory and autoimmune diseases. Partnering opportunities we are looking for:</p> <ul> <li>Gastroenterology (IBD), Respiratory (COPD, Asthma, IPF, ILD, SSc), Nephrology (GN, CKD, Transplant, auto-immune skin diseases (Psoriasis, AD), T1D, Celiac disease</li> <ul> <li>Innate, Adaptive, Fibrosis, Tolerance and Tissue Regeneration Targets</li> </ul> </ul> </section> <div class="callout-text callout-text--image"> <div class="callout__image"> <img src="/assets/content/feature_asset_image/JPM-1000x1000_Jean-Eric-Charoin_Contact.png" /> </div> <div class="callout__body"> <h4 class="callout-text__head">Contact</h4> <p><p>Jean Eric Charoin</p> <p>Search & Evaluation Lead Immunology, CVM & Infectious Diseases, Pharma Partnering</p></p> <a href="/cdn-cgi/l/email-protection#ef858a8e81b08a9d868cc18c878e9d808681af9d808c878ac18c8082" class="callout-text__link callout-text__link--centered"><span class="inner-text">Contact Jean Eric Charoin</span><svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></a> </div> </div> <section class="editorial"> <h1><a href="/partners/what-we-are-looking-for/infectious-diseases">INFECTIOUS DISEASES</a></h1> <p>We are advancing innovation to combat infectious diseases like HBV, influenza and MDR. Partnering opportunities we are looking for:</p> <ul> <li>Hepatitis B</li> <li>Multidrug-resistant, Gram-negative Bacterial Infections</li> </ul> </section> <div class="callout-text callout-text--image"> <div class="callout__image"> <img src="/assets/content/feature_asset_image/1000x1000_Jean-Eric-Charoin_Contact.png" /> </div> <div class="callout__body"> <h4 class="callout-text__head">Contact</h4> <p><p>Jean Eric Charoin</p> <p>Search & Evaluation Lead Immunology, CVM & Infectious Diseases, Pharma Partnering</p></p> <a href="/cdn-cgi/l/email-protection#9ff5fafef1c0faedf6fcb1fcf7feedf0f6f1dfedf0fcf7fab1fcf0f2" class="callout-text__link callout-text__link--centered"><span class="inner-text">Contact Jean Eric Charoin</span><svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></a> </div> </div> <section class="editorial"> <h1><a href="/partners/what-we-are-looking-for/neuroscience">NEUROSCIENCE</a></h1> <p>We focus on advances for neurodegenerative, psychiatric and neurodevelopmental disorders. Partnering opportunities we are looking for:</p> <ul> <li>Neurodegenerative diseases (e.g. Alzheimer's disease, Parkinson's disease, Huntington disease)</li> <li>Neuroinflammation (e.g. Multiple sclerosis)</li> <li>Neuromuscular diseases (e.g. ALS, Duchenne Muscular Dystrophy)</li> <li>Neurodevelopment (e.g. ASD)</li> <li>Stroke</li> </ul> </section> <div class="callout-text callout-text--image"> <div class="callout__image"> <img src="/assets/content/feature_asset_image/Rose_Damestani-headshot1.png" /> </div> <div class="callout__body"> <h4 class="callout-text__head">Contact</h4> <p><p>Rose Damestani</p> <p>Search & Evaluation Lead Neuroscience, Ophthalmology & Rare Diseases, Pharma Partnering </p></p> <a href="/cdn-cgi/l/email-protection#ef8b8e828a9c9b8e9daf888a818ac18c8082" class="callout-text__link callout-text__link--centered"><span class="inner-text">Contact Rose Damestani</span><svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></a> </div> </div> <section class="editorial"> <h1><a href="/partners/what-we-are-looking-for/oncology-cancer-immunotherapy">ONCOLOGY AND CANCER IMMUNOTHERAPY</a></h1> <p>We focus on first- and best-in-class therapeutics in molecular targeted therapies and cancer immunotherapy. Partnering opportunities we are looking for:</p> <ul> <li>Oncogenic drivers</li> <li>DNA Damage Response/ Synthetic lethality</li> <li>Antibody Drug Conjugates</li> <li>Adaptive and innate immunity</li> <li>Neoantigens</li> <li>Stromal biology</li> <li>Cell therapies</li> </ul> </section> <div class="callout-text callout-text--image"> <div class="callout__image"> <img src="/assets/content/feature_asset_image/zineb_el_fajoui_inline_contact.jpg" /> </div> <div class="callout__body"> <h4 class="callout-text__head">Contact</h4> <p><p>Zineb El Fajoui</p> <p>Search & Evaluation Lead Oncology, Pharma Partnering</p></p> <a href="/cdn-cgi/l/email-protection#a1dbc8cfc4c38fc4cdfec7c0cbced4c8e1d3cec2c9c48fc2cecc" class="callout-text__link callout-text__link--centered"><span class="inner-text">Contact Zineb El Fajoui</span><svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></a> </div> </div> <section class="editorial"> <h1><a href="/partners/what-we-are-looking-for/ophthalmology">OPHTHALMOLOGY</a></h1> <p>We are focusing on saving people鈥檚 eyesight from the leading causes of vision loss through pioneering therapies and cutting-edge research. Partnering opportunities we are looking for:</p> <ul> <li>Retinal diseases and long-acting ocular drug delivery solutions</li> <li>Glaucoma and dry eye disease</li> </ul> </section> <div class="callout-text callout-text--image"> <div class="callout__image"> <img src="/assets/content/feature_asset_image/Rose_Damestani-headshot2.png" /> </div> <div class="callout__body"> <h4 class="callout-text__head">Contact</h4> <p><p>Rose Damestani</p> <p>Search & Evaluation Lead Neuroscience, Ophthalmology & Rare Diseases, Pharma Partnering </p></p> <a href="/cdn-cgi/l/email-protection#5337323e36202732211334363d367d303c3e" class="callout-text__link callout-text__link--centered"><span class="inner-text">Contact Rose Damestani</span><svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></a> </div> </div> <section class="editorial"> <h1><a href="/partners/what-we-are-looking-for/research-technologies">RESEARCH TECHNOLOGIES</a></h1> <p>We focus on therapeutic modalities and enabling technologies. Partnering opportunities we are looking for:</p> <ul> <li>Novel modalities and enabling technologies to expand the druggable target space</li> <li>Targeted or intracellular delivery</li> <li>Artificial intelligence for target and drug discovery</li> <li>Genomic Medicine platforms</li> </ul> </section> <div class="callout-text callout-text--image"> <div class="callout__image"> <img src="/assets/content/feature_asset_image/Tomas+Hejhal.jpeg" /> </div> <div class="callout__body"> <h4 class="callout-text__head">Contact</h4> <p><p>Tomas Hejhal</p> <p>Search & Evaluation Lead Research Technologies, Pharma Partnering</p></p> <a href="/cdn-cgi/l/email-protection#d8acb7b5b9abf690bdb2b0b9b498aab7bbb0bdf6bbb7b5" class="callout-text__link callout-text__link--centered"><span class="inner-text">Contact Tomas Hejhal</span><svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></a> </div> </div> <section class="editorial"> <h1><a href="https://www.roche.com/innovation/partnering/asia" target="_blank">PHARMA PARTNERING IN ASIA</a></h1> <p>Research &amp; Development is the essence and lifeblood of Roche - and we have a unique way to foster innovation together with our partners in Asia and across the world. Partnering opportunities we are looking for:</p> <ul> <li>Innovative biotechs or academic institutions from Asia working on first in class or best in disease opportunities from Discovery to Phase II Development and;</li> <li>Immunology (interferon-driven inflammatory diseases including lupus nephritis and systemic sclerosis, nephrology and renal transplant, with focused MoAs in nucleic acid sensing, interferon production, complement and immune tolerance) and oncology (gastrointestinal cancers, with focused MoAs in novel and/or disease-specific cancer driver genes, synthetic lethality, immunotherapy for enhancing innate immunity and dampening suppression, and cancer extracellular matrix esp. collagen modulation)</li> </ul> </section> <div class="callout-text callout-text--image"> <div class="callout__image"> <img src="/assets/content/feature_asset_image/Takumi_headshot.JPG" /> </div> <div class="callout__body"> <h4 class="callout-text__head">Contact</h4> <p><p>Takumi Matsumoto</p> <p>Business Development Senior Manager, Asia Partnering</p></p> <a href="/cdn-cgi/l/email-protection#d1a5b0baa4bcb8ffbcb0a5a2a4bcbea5be91a3beb2b9b4ffb2bebc" class="callout-text__link callout-text__link--centered"><span class="inner-text">Contact Takumi Matsumoto</span><svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></a> </div> </div> <div class="callout-text callout-text--image"> <div class="callout__image"> <img src="/assets/content/feature_asset_image/wenjia-li-contact.jpeg" /> </div> <div class="callout__body"> <h4 class="callout-text__head">Contact</h4> <p><p>Wenjia Li</p> <p>Associate Director Business Development, Pharma Partnering China, Taiwan & Singapore</p></p> <a href="/cdn-cgi/l/email-protection#cbbcaea5a1a2aae5a7a28bb9a4a8a3aee5a8a4a6" class="callout-text__link callout-text__link--centered"><span class="inner-text">Contact Wenjia Li</span><svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></a> </div> </div> <div class="callout-text callout-text--image"> <div class="callout__image"> <img src="/assets/content/feature_asset_image/hailey-jung-contact.jpg" /> </div> <div class="callout__body"> <h4 class="callout-text__head">Contact</h4> <p><p>Hailey Jung</p> <p>Business Development Project Leader, Pharma Partnering Korea</p></p> <a href="/cdn-cgi/l/email-protection#630b020a0f061a3c0b114d09160d0423110c000b064d000c0e" class="callout-text__link callout-text__link--centered"><span class="inner-text">Contact Hailey Jung</span><svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></a> </div> </div> <section class="editorial"> <h1>PHARMA PARTNERING IN THE UNITED KINGDOM</h1> <p>Leveraging external innovation has always been central to our R&amp;D strategy and, as such, supporting, encouraging and accessing early stage innovation is a critical aspect of our ability to discover and develop meaningful medicines for patients. Since some of the most cutting-edge science is happening in the UK, we are increasingly focusing on identifying and supporting great science in the UK. We are seeking partnering opportunities across all our therapeutic areas of interest, including digital and personalized healthcare and novel research technologies, in particular for the following:</p> <ul> <li>Novel targets</li> <li>Potential first- or best-in class molecules</li> <li>Novel enabling modalities</li> <li>Data sets and advanced analytics</li> <li>Digital and mobile technologies</li> </ul> </section> <div class="callout-text callout-text--image"> <div class="callout__image"> <img src="/assets/content/feature_asset_image/anna-williamson-contact.jpeg" /> </div> <div class="callout__body"> <h4 class="callout-text__head">Contact</h4> <p><p>Anna Williamson</p> <p>UK Partnering Lead, Pharma Partnering</p></p> <a href="/cdn-cgi/l/email-protection#7819161619560f1114141119150b1716380a171b101d561b1715" class="callout-text__link callout-text__link--centered"><span class="inner-text">Contact Anna Williamson</span><svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></a> </div> </div> <section class="editorial"> <h1>ALLIANCE &amp; ASSET MANAGEMENT</h1> <p>During the collaboration conversations, a dedicated Alliance Director is assigned as the single point of contact to ensure successful continuation and an enduring relationship with our new partner.</p> </section> <div class="callout-text callout-text--image"> <div class="callout__image"> <img src="/assets/content/feature_asset_image/Beth+Odeh-Frikert.jpg" /> </div> <div class="callout__body"> <h4 class="callout-text__head">Contact</h4> <p><p>Beth Odeh-Frikert</p> <p>Head of Genentech Alliance & Asset Management</p></p> <a href="/cdn-cgi/l/email-protection#6a0c1803010f181e44080f1e022a0d0f040f44090507" class="callout-text__link callout-text__link--centered"><span class="inner-text">Contact Beth Odeh-Frikert</span><svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></a> </div> </div> <section class="editorial"> <h1>R&amp;D OUT-LICENSING AND COMMERCIAL ASSET DIVESTMENT</h1> <p>Out-licensing and divestment decisions enable us to continue our investment in innovative R&amp;D, supporting the development of novel medicines. In addition, it supports the further development of programs that could result in treatments for patients in disease areas and indications that are no longer of strategic focus for Roche and Genentech.</p> </section> <section class="editorial"> <h3>R&amp;D Out-licensing</h3> </section> <div class="callout-text callout-text--image"> <div class="callout__image"> <img src="/assets/content/feature_asset_image/Tim+Steven.jpg" /> </div> <div class="callout__body"> <h4 class="callout-text__head">Contact</h4> <p><p>Tim Steven</p> <p>Senior Asset Management Director</p></p> <a href="/cdn-cgi/l/email-protection#65110c084b16110013000b25170a060d004b060a08" class="callout-text__link callout-text__link--centered"><span class="inner-text">Contact Tim Steven</span><svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></a> </div> </div> <section class="editorial"> <h3>Commercial Asset Divestment</h3> </section> <div class="callout-text callout-text--image"> <div class="callout__image"> <img src="/assets/content/feature_asset_image/Edward.jpeg" /> </div> <div class="callout__body"> <h4 class="callout-text__head">Contact</h4> <p><p>Edward Schwarb</p> <p>Commercial Asset Management Director</p></p> <a href="/cdn-cgi/l/email-protection#355051425447511b46565d4254475775475a565d501b565a58" class="callout-text__link callout-text__link--centered"><span class="inner-text">Contact Edward Schwarb</span><svg class="icon"><use xlink:href="#icon-chevron-right"></use></svg></a> </div> </div> </div> </div> </div> </div> </div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>window.GeneJs = window.GeneJs || {};GeneJs.currentNode = {"rootNode":{"id":"982193bc-a3aa-11e7-b779-d0431ef1c812","parent_id":"0","title":"Partners","node_type":"blocks","request_path":"partners","lang_id":"en","source_translation_id":"86cf2608-f08c-11ed-a8ab-0242ac150003","target_id":null,"target_path":"","meta_description":null,"url_suffix":"","position":32,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":null,"added_date":"2017-09-28T00:37:55.000000Z","added_by":"admin","updated_date":"2020-02-25T13:02:07.000000Z","header_image":"","body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0,"node_parent":null}};</script><script>window.GeneJs = window.GeneJs || {};GeneJs.secondaryNavNode = {"title":"Contact Us","requestPath":"partners\/contacts","ancestors":[{"id":"982193bc-a3aa-11e7-b779-d0431ef1c812","parent_id":"0","title":"Partners","node_type":"blocks","request_path":"partners","lang_id":"en","source_translation_id":"86cf2608-f08c-11ed-a8ab-0242ac150003","target_id":null,"target_path":"","meta_description":null,"url_suffix":"","position":32,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":null,"added_date":"2017-09-28T00:37:55.000000Z","added_by":"admin","updated_date":"2020-02-25T13:02:07.000000Z","header_image":"","body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0,"node_parent":null}],"shouldShow":true};</script><script>window.GeneJs = window.GeneJs || {};GeneJs.geneHeader = {"topNavNodes":{"2":{"id":"033e314b-6cfd-4977-9449-383a7a165faa","parent_id":"0","title":"Patients","node_type":"static","request_path":"patients","lang_id":"en","source_translation_id":"86a3164e-f08c-11ed-9d94-0242ac150003","target_id":null,"target_path":"","meta_description":"Learn more about our medicines, get help with coverage, and find the right resources for you.","url_suffix":"","position":6,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":null,"added_date":"2019-12-19T08:00:00.000000Z","added_by":"admin","updated_date":"2021-08-25T22:26:19.000000Z","header_image":null,"body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0},"8":{"id":"59bd7ce6-7a93-4a5b-8ce4-2044dbb5ce7e","parent_id":"0","title":"Medical Professionals","node_type":"static","request_path":"medical-professionals","lang_id":"en","source_translation_id":"86c029be-f08c-11ed-82a4-0242ac150003","target_id":null,"target_path":"","meta_description":"Innovative clinical science. Improved patient care.","url_suffix":"","position":25,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":"","include_js":"","added_date":"2019-12-19T08:00:00.000000Z","added_by":"admin","updated_date":"2019-05-23T21:55:15.000000Z","header_image":null,"body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0},"11":{"id":"982193bc-a3aa-11e7-b779-d0431ef1c812","parent_id":"0","title":"Partners","node_type":"blocks","request_path":"partners","lang_id":"en","source_translation_id":"86cf2608-f08c-11ed-a8ab-0242ac150003","target_id":null,"target_path":"","meta_description":null,"url_suffix":"","position":32,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":null,"added_date":"2017-09-28T00:37:55.000000Z","added_by":"admin","updated_date":"2020-02-25T13:02:07.000000Z","header_image":"","body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0},"12":{"id":"af5bc686-e327-4030-ade9-a30b7cdde115","parent_id":"0","title":"Scientists","node_type":"blocks","request_path":"scientists","lang_id":"en","source_translation_id":"86d36bd2-f08c-11ed-a4c0-0242ac150003","target_id":null,"target_path":"","meta_description":"Every day our scientists do the work, the relentless incremental labor that could lead to world-changing, life-changing advances.","url_suffix":"","position":38,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":null,"added_date":"2019-12-19T08:00:00.000000Z","added_by":"admin","updated_date":"2021-03-31T23:54:11.000000Z","header_image":null,"body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0},"14":{"id":"bed56335-ef16-4e42-9521-54bf30bb83b8","parent_id":"0","title":"Media","node_type":"dynamic","request_path":"media","lang_id":"en","source_translation_id":"86d714bc-f08c-11ed-81d4-0242ac150003","target_id":null,"target_path":"media","meta_description":"Genentech media resources and info for stories in development. Find recent and archived press releases.","url_suffix":"","position":41,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":"media-landing","added_date":"2019-12-19T08:00:00.000000Z","added_by":"admin","updated_date":"2023-11-02T13:21:51.000000Z","header_image":null,"body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0},"16":{"id":"c42ede74-e262-422c-aecd-bce16e4a6201","parent_id":"0","title":"Good","node_type":"blocks","request_path":"good","lang_id":"en","source_translation_id":"86d8438c-f08c-11ed-b055-0242ac150003","target_id":null,"target_path":"","meta_description":"Through the everyday, incremental acts of kindness, we can make great things happen for our communities and our patients.","url_suffix":"","position":43,"prefix":"For","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":null,"added_date":"2019-12-19T08:00:00.000000Z","added_by":"admin","updated_date":"2020-05-12T02:58:56.000000Z","header_image":null,"body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0},"19":{"id":"e2b7db24-3c44-11e8-b243-d0431ef1c812","parent_id":"0","title":"Hiring","node_type":"blocks","request_path":"careers","lang_id":"en","source_translation_id":"86dffcc6-f08c-11ed-bb3a-0242ac150003","target_id":null,"target_path":"","meta_description":null,"url_suffix":"","position":55,"prefix":"Now","show_in_secondary_navigation":true,"show_in_header":1,"show_in_footer":1,"secondary_navigation_dynamic_children":false,"include_css":null,"include_js":null,"added_date":"2018-04-10T05:25:19.000000Z","added_by":"admin","updated_date":"2020-07-23T22:52:27.000000Z","header_image":null,"body_html":null,"right_rail_html":null,"published":true,"is_unlisted":false,"hide_secondary_navigation":0}}};</script><div class="primary-footer js-nav-footer clearfix"> <div class="constrained"> <div class="footer-logo-narrow" data-set="footer-logo"> <svg aria-label="Genentech - A Member of the Roche Group"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-genentech-logo"></use> </svg> </div> <nav class="footer-sitemap"> <ul> <li class="first-level"> <a href="/patients">For Patients</a> </li> <li> <a href="/patients/medicines">Our Medicines</a> </li> <li> <a href="/patients/patient-foundation">Genentech Patient Foundation</a> </li> <li> <a href="/patients/clinical-trials">Clinical Trials</a> </li> <li> <a href="/patients/patient-support-services">Patient Support Services</a> </li> <li> <a href="/patients/understanding-insurance">Understanding Insurance</a> </li> <li> <a href="/patients/medicine-information-support">Medicine Information Support</a> </li> <li> <a href="/patients/giving-patients-a-voice">Giving Patients a Voice</a> </li> <li> <a href="/patients/disease-education">Disease Education</a> </li> </ul> <ul> <li class="first-level"> <a href="/about-us"> About Us</a> </li> <li> <a href="/about-us/leadership">Leadership</a> </li> <li> <a href="/about-us/our-promise">Our Promise</a> </li> <li> <a href="/about-us/policy-advocacy">Policy &amp; Advocacy</a> </li> <li> <a href="/about-us/oncology">Our Focus on Oncology</a> </li> <li> <a href="/about-us/neuroscience">Our Focus on Neuroscience</a> </li> <li> <a href="/about-us/ophthalmology">Our Focus on Ophthalmology</a> </li> <li> <a href="/about-us/awards-recognition">Awards &amp; Recognition</a> </li> <li> <a href="/about-us/investors">Investors</a> </li> <li> <a href="/about-us/suppliers">Suppliers</a> </li> <li> <a href="/about-us/california-transparency-law">CA Transparency in Supply </a> </li> <li> <a href="/about-us/compliance">Compliance Overview</a> </li> </ul> <ul> <li class="first-level"> <a href="/contact-us"> Contact Us</a> </li> <li> <a href="/contact-us/call-us">Call Us</a> </li> <li> <a href="/contact-us/email-us">Email Us</a> </li> <li> <a href="/contact-us/visit-us">Visit Us</a> </li> <li> <a href="/contact-us/submit-medical-inquiry">Submit a Medical Inquiry</a> </li> <li> <a href="/contact-us/submit-media-inquiry">Submit a Media Inquiry</a> </li> </ul> <ul> <li class="first-level"> <a href="/medical-professionals">For Medical Professionals</a> </li> <li> <a href="/medical-professionals/medicines">Our Medicines &amp; Products</a> </li> <li> <a href="/medical-professionals/pipeline">Our Pipeline</a> </li> <li> <a href="/medical-professionals/medinfo">Medical Resources</a> </li> <li> <a href="/medical-professionals/clinical-trial-information">Clinical Trial Information</a> </li> <li> <a href="/medical-professionals/sunshine-act-compliance">Sunshine Act Compliance</a> </li> <li> <a href="/medical-professionals/product-security">Product Security</a> </li> </ul> <ul> <li class="first-level"> <a href="/partners">For Partners</a> </li> <li> <a href="/partners/our-approach">Our Approach</a> </li> <li> <a href="/partners/what-we-are-looking-for">What We Are Looking For</a> </li> <li> <a href="/partners/partner-with-us">Partner With Us</a> </li> <li> <a href="/partners/contacts">Contact Us</a> </li> <li> <a href="/partners/our-stories">Our Stories</a> </li> </ul> <ul> <li class="first-level"> <a href="/scientists">For Scientists</a> </li> <li> <a href="/scientists/our-scientists">Our Scientists</a> </li> <li> <a href="/scientists/our-pipeline">Our Pipeline</a> </li> <li> <a href="/scientists/behind-the-science">Our Stories</a> </li> <li> <a href="/scientists/our-podcast">Our Podcast</a> </li> <li> <a href="/scientists/publications">Publications</a> </li> <li> <a href="/scientists/mta">MTA Program</a> </li> </ul> <ul> <li class="first-level"> <a href="/media">For Media</a> </li> <li> <a href="/media/news-features">News Features</a> </li> <li> <a href="/media/press-releases">Press Releases</a> </li> <li> <a href="/media/statements">Statements</a> </li> <li> <a href="/media/company-information">Company Information</a> </li> <li> <a href="/media/news-alerts">Sign Up For News Alerts</a> </li> </ul> <ul> <li class="first-level"> <a href="/good">For Good</a> </li> <li> <a href="/good/giving">Giving</a> </li> <li> <a href="/good/diversity-inclusion">Diversity &amp; Inclusion</a> </li> <li> <a href="/good/sustainability">Sustainability</a> </li> </ul> <ul> <li class="first-level"> <a href="/diversity-inclusion"> Diversity &amp; Inclusion</a> </li> <li> <a href="/diversity-inclusion/advancing-inclusive-research">Advancing Inclusive Research</a> </li> <li> <a href="/diversity-inclusion/health-equity">Health Equity</a> </li> <li> <a href="/diversity-inclusion/fostering-belonging">Fostering Belonging</a> </li> <li> <a href="/diversity-inclusion/transforming-society">Transforming Society</a> </li> <li> <a href="/diversity-inclusion/di-report">Our Diversity &amp; Inclusion Report</a> </li> </ul> <ul> <li class="first-level"> <a href="/careers">Now Hiring</a> </li> <li> <a href="/careers/find-a-job">Find A Job</a> </li> <li> <a href="/careers/professional-areas">Professional Areas</a> </li> </ul> <ul> <li class="first-level"> <a>&mdash;</a> </li> <li><button id="ot-sdk-btn" class="ot-sdk-show-settings">Your Privacy Choices</button></li> <li><a href="/privacy-policy">Privacy Policy</a></li> <li><a href="/wa-consumer-health-data-privacy-policy">WA Consumer Health Data Privacy Policy</a></li> <li><a href="/terms-conditions">Terms &amp; Conditions</a></li> <li><a href="/accessibility">Accessibility</a></li> </ul> </nav> </div> <div class="constrained"> <div class="footer-social"> <div class="footer-social-list"> <a href="//facebook.com/genentech" target="_blank" data-service="facebook"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-facebook"></use> </svg> </a> <a href="//twitter.com/genentech" target="_blank" data-service="twitter"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-twitter"></use> </svg> </a> <a href="//linkedin.com/company/genentech" target="_blank" data-service="linkedin"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-linkedin"></use> </svg> </a> <a href="//youtube.com/genentech" target="_blank" data-service="youtube" style="padding: 5% 0%;"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-youtube"></use> </svg> </a> <a href="//pinterest.com/genentech" target="_blank" data-service="pinterest"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-pinterest"></use> </svg> </a> <a target="_blank" href="https://www.glassdoor.com/Overview/Working-at-Genentech-EI_IE274.11,20.htm" style="display: flex; align-items: center;"> <svg style="height: 22px;"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-glassdoor" data-service="glassdoor"></use> </svg> </a> <a href="//instagram.com/genentech" target="_blank" data-service="instagram"> <svg> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-instagram"></use> </svg> </a> </div> </div> </div> <div class="constrained"> <div class="copyright">&copy; 2024 Genentech, Inc. All rights reserved. This site is intended for US residents only.</div> </div> </div> <link rel="modulepreload" href="https://www.gene.com/build/assets/header-DyYXM6Vv.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/index-OaaOytLl.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/_commonjsHelpers-BosuxZz1.js" /><script type="module" src="https://www.gene.com/build/assets/header-DyYXM6Vv.js"></script> <script type="text/javascript" src="https://www.gene.com/assets/frontend/js/custom/galaxySearch.js"></script> <script src="/assets/frontend/js/vendor/jquery-1.7.2.min.js"></script> <script src="/assets/frontend/js/vendor/select2/dist/js/select2.full.min.js"></script> <script src="/assets/frontend/js/vendor/magnific-popup/dist/jquery.magnific-popup.min.js"></script> <script src="/assets/frontend/js/vendor/FitText.js/jquery.fittext.js"></script> <link rel="preload" as="style" href="https://www.gene.com/build/assets/main-site-DPpHmyQP.css" /><link rel="modulepreload" href="https://www.gene.com/build/assets/gene-scripts-f_I1C7nR.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/main-site-Cl_9bscq.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/_commonjsHelpers-BosuxZz1.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/base-component-o8ldAQHQ.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/window-events-B7aJfebw.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/product-select-Q4_aKJ6E.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/icons-loader-BY2iGxc9.js" /><link rel="stylesheet" href="https://www.gene.com/build/assets/main-site-DPpHmyQP.css" /><script type="module" src="https://www.gene.com/build/assets/gene-scripts-f_I1C7nR.js"></script><script type="module" src="https://www.gene.com/build/assets/main-site-Cl_9bscq.js"></script><script type="module" src="https://www.gene.com/build/assets/product-select-Q4_aKJ6E.js"></script><script type="module" src="https://www.gene.com/build/assets/icons-loader-BY2iGxc9.js"></script> <script> jQ.unq(); jQuery(function() { // Initialize custom classes for (var classname in Gene.custom) { if (classname != 'configs') { Gene.custom[classname].init(); } } }); </script> <script type="text/javascript" src="/assets/frontend/infographics/js/polyfills.js"></script> <script type="text/javascript" src="/assets/frontend/infographics/js/vendor.js"></script> <script type="text/javascript" src="/assets/frontend/infographics/js/infographics.js"></script> <link rel="modulepreload" href="https://www.gene.com/build/assets/slideshow-DXKc3Fd2.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/index-OaaOytLl.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/index-CHnJ-Ekg.js" /><link rel="modulepreload" href="https://www.gene.com/build/assets/_commonjsHelpers-BosuxZz1.js" /><script type="module" src="https://www.gene.com/build/assets/slideshow-DXKc3Fd2.js"></script> </body> </html>

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