A New Language for Grappling With Climate Change
This month, a major UN report on climate change declared that humanity has just a few short years to make the drastic changes needed to stave off an environmental catastrophe. While news
This month, a major UN report on climate change declared that humanity has just a few short years to make the drastic changes needed to stave off an environmental catastrophe. While news
The world is complicated. Rarely is there a straight line between cause and effect. This is true for climate change, both in terms of extreme weather and in terms of the politics
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/a-new-language-for-grappling-with-climate-change-7c37131306e0/');
src += '&dt=' + encodeURIComponent('A New Language for Grappling With Climate Change');
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>