Controversial Trump COVID Adviser Scott Atlas Resigns
President Donald Trump’s controversial science adviser, Dr. Scott Atlas, has resigned.
Atlas, a Stanford University neuro-radiologist with no formal experience in public health or infectious diseases, challenged the overwhelming consensus of the scientific community and criticized stronger efforts, including the use of face masks, to control the spread of the new coronavirus, the Associated Press reported.
Stanford issued a statement distancing itself from Atlas, saying he “has expressed views that are inconsistent with the university’s approach in response to the pandemic.”
Atlas resigned at the end of his temporary government appointment, the AP reported.
‘);
} else
// If we match both our test Topic Ids and Buisness Ref we want to place the ad in the middle of page 1
if($.inArray(window.s_topic, moveAdTopicIds) > -1 && $.inArray(window.s_business_reference, moveAdBuisRef) > -1)
// The logic below reads count all nodes in page 1. Exclude the footer,ol,ul and table elements. Use the varible
// moveAdAfter to know which node to place the Ad container after.
window.placeAd = function(pn)
var nodeTags = [‘p’, ‘h3′,’aside’, ‘ul’],
nodes,
target;
nodes = $(‘.article-page:nth-child(‘ + pn + ‘)’).find(nodeTags.join()).not(‘p:empty’).not(‘footer *’).not(‘ol *, ul *, table *’);
//target = nodes.eq(Math.floor(nodes.length / 2));
target = nodes.eq(moveAdAfter);
$(”).insertAfter(target);
// Currently passing in 1 to move the Ad in to page 1
window.placeAd(1);
else
// This is the default location on the bottom of page 1
$(‘.article-page:nth-child(1)’).append(”);
})();
$(function()
// Create a new conatiner where we will make our lazy load Ad call if the reach the footer section of the article
$(‘.main-container-3’).prepend(”);
);