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 34 | 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 should we measure COVID-19 deaths?

The CDC’s new webpage Excess Deaths Associated with COVID-19 provides one method to measure pandemic related deaths: Estimates of excess deaths presented in this webpage were calculated using Farrington surveillance algorithms (1). For each jurisdiction, a model is used to generate a set of expected counts, and the upper bound …

Read More »

How hot was March 2020?

From the NOAA Global Climate Report – March 2020: Averaged as a whole, the global land and ocean surface temperature for March 2020 was 1.16°C (2.09°F) above the 20th century average of 12.7°C (54.9°F) and the second highest in the 141-year record. Only March 2016 was warmer at 1.31°C (2.36°F). …

Read More »

How do we know 12,000 years of climate?

The Climate.gov article Nature’s archives: piecing together 12,000 years of Earth’s climate story by Alison Stevens (4/15/2020) provides an overview of paleoclimate proxies and links to a new database of these records. Paleoclimate proxies indirectly record climate and atmospheric conditions present when they formed or grew; air bubbles in ice cores sample …

Read More »

Urban/Rural Red/Blue?

FiveThirtyEight has the interesting graph copied here from their article How Urban or Rural is Your State? And What Does That Mean For The 2020 Election? by Nathaniel Rakich (4/14/2020). How did they measure urbanization? Essentially, we calculated the average number of people living within a five-mile radius of every …

Read More »

How have wages grown since 1979?

The EPI article State of Working America Wages 2019 by Elise Gould (2/20/2020) provides a detailed summary of wage growth. For example, copied here is the third of over 20 charts. Note that he bottom 10 percent is barely above 0 and only recently got there. A related fact from …

Read More »