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' ); Author: Thomas J. Pfaff | Page 38 | Sustainability Math

Thomas J. Pfaff

Thomas J. Pfaff is a Professor of Mathematics at Ithaca College. He created this website because he believes that sustainability, ranging from climate change to social justice, should be included in all courses whenever possible.

How are household numbers changing?

The Our World in Data post, The rise of living alone: how one-person households are becoming increasingly common around the world by Esteban Oritz-Ospina (12/10/2019), provides the chart copied here. National income per capita and the share of one-person households are strongly correlated… These correlations are partly due to the …

Read More »

Is the Arctic “greening”?

  One section of NOAA’s Arctic Report Card: Update for 2019 is on Tundra Greenness.  The graph here from their report is for maximum NDVI: Normalized Difference Vegetation Index (NDVI), which is sensitive to the unique properties of photosynthetically-active vegetation in the Red and Near Infrared wavelengths. NDVI is highly …

Read More »

Got water?

A 2016 article in Nature, The world’s road to water scarcity: shortage and stress in the 20th century and pathways towards sustainability by M. Kummu et. a., looks at water scarcity and shortages (The dotted red line in the graph copied here is the proportion of the population dealing with …

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 »

How hot was October 2019?

From the NOAA Global Climate Report – October 2019 page: The combined global land and ocean surface temperature departure from average for October 2019 was the second highest for October in the 140-year record at 0.98°C (1.76°F) above the 20th century average 14.0°C (57.1°F). This value is just 0.06°C (0.11°F) …

Read More »