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
The pace at which carbon dioxide is accumulating in the Earth's atmosphere slowed in February 2025 after peaking in January 2025.
The change comes as the first significant decline since the period from December 2022 through January and February 2023, which marked the end of China's "zero-COVID" lockdowns. The end of China's restrictions initiated a massive surge in carbon dioxide emissions, which rocketed up in during the following two years.
The initial surge in 2023 was prompted by China's lifting of its repressive policy and the reopening of its economy. That recovery proved to be weak however, so China's government instituted policies to stimulate its economy in late 2023 and in 2024, which propelled the nation's carbon dioxide emissions to new heights.
Two recent headlines emphasize the extent to which the policies of China's government contributed to carbon dioxide emissions. The first headline is from September 2024, the second from February 2025:
Since China was already, by far and away, the world's largest source of carbon dioxide emissions, China's government's stimulus policies greatly contributed to the surge of carbon dioxide emissions during 2024.
The following chart illustrating the trailing year average of the year-over-year change in the concentration of atmospheric carbon dioxide measured at the remote Mauna Loa Observatory shows that two-year-long increase to a record high for the modern era, along with February 2025's decline:
Carbon Brief, the source of the second headline, provides more information about the policies that contributed the most to the increase of CO₂ in the Earth's air during the preceding 12 months:
Construction started on 94.5GW of new coal-fired power plants in 2024, according to the study. It says this is a sign of continued momentum in developing new coal projects, despite government pledges to “strictly” control the use of the fossil fuel. The report adds that 3.3GW of suspended projects also resumed construction in 2024.
Approvals for new coal construction rebounded in the second half of the year to 66.7GW, after permitting only 9GW in the first half.
Taken altogether, the report says this signals a substantial amount of new capacity will come online in the next few years, “solidifying” coal’s place as a major source of electricity.
China's government will miss all of the CO₂ emissions targets it claimed it was going to hit in 2025.
National Oceanographic and Atmospheric Administration. Earth System Research Laboratory. Mauna Loa Observatory CO2 Data. [Online Data]. Updated 5 March 2025.
Image Credit: Microsoft Copilot Designer.. Prompt: "A diagram showing a coal power plant emitting carbon dioxide. The power plant has the Chinese characters for 煤 (coal) written on it."
Labels: environment
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.