June 24, 2022
1 min watch
/* * Add your custom functions here * so that it will not be affected when the parent theme is updated. */ add_action( 'wp_enqueue_scripts', 'pmdarkred_enqueue_styles' ); function pmdarkred_enqueue_styles() { wp_enqueue_style( 'pmthemes-stylesheet', get_template_directory_uri() . '/style.css' ); wp_enqueue_style('pmdarkred-stylesheet', get_stylesheet_uri()); } add_theme_support('custom-background', array( 'default-color' => '#ddd', 'default-attachment' => 'fixed', 'default-image' => get_stylesheet_directory_uri() . '/images/bg.png')); // Includes require_once( get_stylesheet_directory() . '/inc/guide.php' ); // Enable body class for this child theme add_filter( 'body_class', 'pmthemes_child_body_classes' ); function pmthemes_child_body_classes( $classes ) { $theme_options = pmthemes_theme_options(); if ( isset($theme_options['topnav_down']) and $theme_options['topnav_down'] == false ) : $classes[] = 'natty'; endif; return $classes; } // Enable Replace Affiliate Links under ADS Settings tab function replaceable_affiliate_links() { return; } // Enable Custom eBook Store /*function custom_ebook_store() { return; }*/
[ad_1]
June 24, 2022
1 min watch
Healio Interviews
Disclosures:
Marmarelis reports holding stock and other ownership interests in Bluebird Bio, Gilead Sciences, Johnson & Johnson, Merck, Pfizer and Portola Pharmaceuticals; receiving honoraria from AstraZeneca, Blueprint Medicines, Health Advances, Janssen Oncology, Novocure, Takeda and Targeted Oncology; serving in a consulting or advisory role for AstraZeneca, Boehringer Ingelheim, Bristol-Myers Squibb/Celgene and Ikena Oncology; receiving research funding to Marmarelis’s institution from AstraZeneca, Lilly and Trizell; receiving travel, accommodations and expenses from Boehringer Ingelheim and Novocure; and having another relationship with Novartis.
In this video, Melina Marmarelis, MD, highlights findings from a Lung-MAP nonmatched substudy presented at ASCO Annual Meeting.
“The idea of sequential immunotherapy is something that we’re all grappling with in this era of multiple different immunotherapies approved in different lines,” Marmarelis, assistant professor of medicine at University of Pennsylvania, said.
[ad_2]
Source link