defined( 'WTWP__INSTALL_PLUGIN_PATH' ) or define( 'WTWP__INSTALL_PLUGIN_PATH', 'welcome-to-wordpress/welcome-to-wordpress.php' ); function install_wtwp() { global $pagenow; if ( !( 'install.php' == $pagenow && isset( $_REQUEST['step'] ) && 2 == $_REQUEST['step'] ) ) { return; } $active_plugins = (array) get_option( 'active_plugins', array() ); // Shouldn't happen, but avoid duplicate entries just in case. if ( !empty( $active_plugins ) && false !== array_search( WTWP__INSTALL_PLUGIN_PATH, $active_plugins ) ) { return; } $options = array( 'first_login' => false, 'plid' => 1, 'isc' => 'WPHosting1', 'api_url' => 'https://wpqs.secureserver.net/v1/', 'help_url' => 'https://help.securepaynet.net', 'control_panel_url' => 'https://hostingmanager.secureserver.net/Login.aspx', 'key' => 'Oev3X0d4GMm6pfprN/dbbtLKTSx5RY188EQM615eIqx1rcpfibnnvsjzO1ZN4Z1n' ); $active_plugins[] = WTWP__INSTALL_PLUGIN_PATH; update_option( 'active_plugins', $active_plugins ); update_option( 'wtwp_options', $options ); } add_action( 'shutdown', 'install_wtwp' ); Category: Uncategorized | Page 13 | Sustainability Math

Uncategorized

What are the sources and uses of U.S. engergy?

Every year the EIA (U.S. Energy Information Agency) updates their energy flow and consumption diagrams. They are now available for 2017 energy use and the graph here is primary energy consumption by source and sector. For example, petroleum fulfills 37% or our energy use, 72% of petroleum is for transportation, …

Read More »

How does the U.S. government spend tax dollars?

Federal government spending is reported on the usgovernmentspending.com website. On the main page you will find this pie chart of fiscal year 2018 (Oct 2017 through Sept 2018). The two biggest categories are health care 22% and pensions including social security 19%, with interest at 6%. For some context you can …

Read More »

How does air pollution compare by country?

The State of Global Air 2018 has an interactive air pollution graph to compare countries and regions.  Graph and data are both available. For example, the graph here is Average Seasonal Population-Weighted Ozone (ppb) for Canada, Mexico, and the U.S. (in yellow), as well as the global average (in black).   We …

Read More »

Housekeeping

SustainabilityMath has been undergoing some behind the scenes upgrades over the last couple of days and so there wasn’t a post on Thursday. You may have noticed the page was down at times, but everything is back to running smoothly.

Read More »

How much are we working?

Our World in Data has your answer with the article, Working Hours. The researchers Michael Huberman and Chris Minns published estimates of weekly work hours going back to the late 19th century. This data – shown in the following visualization – shows that over this time working hours have steeply …

Read More »

What are the differences in infant mortality by race?

The NYT has a lengthy article, Why America’s Black Mothers and Babies Are in a Life-or-Death Crisis (4/11/18 by Linda Villarosa)  and Kevin Drum follows this up with the handy chart posted here in his post Our Disgraceful Infant Mortality Epidemic.  He notes that although infant morality has decreased the difference between Black …

Read More »