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: Health | Page 2 | Sustainability Math

Health

How has child mortality changed?

The article in Nature, Mapping 123 million neonatal, infant, and child deaths between 2000 and 2017, by Burstein et. el (10/16/2019), provides a detailed analysis of under 5 child mortality (U5mr). The goal of mortality-reduction efforts is ultimately to prevent premature deaths, and not just to reduce mortality rates. Across …

Read More »

How is U.S. life expectancy changing?

The Economist’s daily chart Why are Americans’ lives getting shorter? (11/27/19) provides the graphic copied here. After climbing gradually over the past half century, life expectancy in America reached a plateau in 2010 and then fell for three consecutive years from 2015 to 2017, the latest for which data are …

Read More »

Where do we buy our food?

How you answer the question of where do you buy your food probably says a lot about your socioeconomic status. The chart here is from the Business Insider article Here’s where Americans are buying their groceries by Hayley Peterson (6/21/17).  Note that CVS, Walgreens, Dollar Tree, and Dollar General each …

Read More »