
Plastics Are Sealing The Planet’s Fate
It’s impossible to imagine modern life without plastics. From the moment the day begins, we are using plastic. It’s in our toothbrushes, our shower curtains and our phones. We use it on
It’s impossible to imagine modern life without plastics. From the moment the day begins, we are using plastic. It’s in our toothbrushes, our shower curtains and our phones. We use it on
A new scientific report finds human behaviors are driving the extinction of non-human species at a rate so severe that the subsequent disappearance of life will soon be a threat to human
Shortly after midnight on March 24, 1989, the Exxon Valdez — an oil tanker carrying 53 million gallons of North Slope crude oil — hit a reef in the Gulf of Alaska, ripping half a dozen
When you paste this story into your backend, you will find a snippet of javascript at the bottom that looks like the code below. This is the tracking pixel. It is a commonly used tool that will allow us to measure the reach of our work. If you prefer to copy the tracking pixel separately, here it is:
<script type="application/javascript">
window.addEventListener('DOMContentLoaded', (event) => {
var img = document.createElement('img');
var src = 'https://www.google-analytics.com/collect?v=1';
src += '&tid=UA-172916447-1';
src += '&cid=1';
src += '&t=pageview';
src += '&dl=' + encodeURIComponent('https://nexusmedianews.com/plastics-are-sealing-the-planets-fate-fab0a73a1fe1/');
src += '&dt=' + encodeURIComponent('Plastics Are Sealing The Planet’s Fate');
src += '&dr=' + encodeURIComponent(window.location.href);
img.src = src;
img.width = 1;
img.height = 1;
img.setAttribute('style', 'display: none;');
img.setAttribute('aria', 'hidden');
img.setAttribute('role', 'presentation');
img.alt = '';
document.body.appendChild(img);
});
</script>