to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
As of September 2020, the cumulative amount of world GDP lost to the coronavirus pandemic has reached $12 trillion.
That estimate is based upon the trailing twelve month average for the year over year change in the concentration of atmospheric carbon dioxide measured monthly at the remote Mauna Loa Observatory. Since originating in China in December 2019, the pace at which CO₂ accumulates in the Earth's air has fallen from 2.91 parts per million to a preliminary estimate of 2.55 parts per million in September 2020 as the economic impact of the pandemic has registered across the globe.
The good news is that September 2020 initially appears to mark a bottom for the global coronavirus recession in the absence of any additional widespread government-mandated, economy-crushing lockdown measures. The falling trend since December 2019 can be seen in the latest update to a chart, which shows the history of this measure against a backdrop of the timing of major world economic events since January 1960.
The cumulative decline of just 0.36 parts per million of carbon dioxide in the atmosphere roughly translates to the equivalent of a $12 trillion reduction in the world's Gross Domestic Product. The default values in the following tool confirm the results of the math we have previously confirmed provides estimates of lost GDP in the right ballpark. If you're accessing this article on a site that republishes our RSS news feed, please click through to our site to access a working version of the tool.
The estimated $12 trillion cumulative GDP loss from December 2019 through September 2020 is aligned with the International Monetary Fund's 24 June 2020 projections of the total economic impact from the coronavirus pandemic.
How do we know that's likely a bottom? Following a trend of deceleration in the rate of change of atmospheric CO₂ concentration since May 2020, the falling trend appears poised to reverse with October 2020's data. Combined with typical seasonal variation in the raw data, we think October 2020 will show an uptick in the trailing year average rate at which CO₂ accumulates in the Earth's atmosphere.
And then there is the little matter of what China's government is doing to stimulate its economy. As they did throughout 2019 up until its coronavirus outbreak sidelined it for several months, Chinese leaders have resumed their planned stimulus measures, which includes firing up lots of new coal-burning power generation plants. It has just been a matter of time before their output began showing up in the Earth's atmosphere's carbon dioxide levels.
Despite pledges to wean the economy off coal with the world's most ambitious investment in renewables, China's coal consumption climbed back in June this year to near the peak levels seen in 2013.
That was in part due to a pivot back to coal after geopolitical uncertainty in the Saudi peninsula, China's main oil supplier.
But the coronavirus, which saw the Chinese economy contract for the first time in 30 years, also opened the taps from government lenders to build new coal plants to revive flatlining provincial economies.
Those changes mean that China's world-leading carbon emissions will be getting even bigger. Which is no small matter, because through 2018, China was already closing in on doubling the United States' entire national output of carbon emissions, and that's before China's leaders threw its carbon-emitting floodgates wide open in 2019.
National Oceanographic and Atmospheric Administration. Earth System Research Laboratory. Mauna Loa Observatory CO2 Data. [File Transfer Protocol Text File]. Updated 9 September 2020. Accessed 13 September 2020.
Cederborg, Jenny and Snöbohm, Sara. Is there a relationship between economic growth and carbon dioxide emissions? Semantic Scholar. [PDF Document]. 2016.
Global Carbon Project. (2019). Supplemental data of Global Carbon Budget 2019 (Version 1.0) [Data set]. Global Carbon Project. DOI: 10.18160/gcp-2019.
Labels: coronavirus, environment, recession, tool
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.