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 40 | 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 much energy will we use in the future?

The EIA article EIA projects nearly 50% increase in world energy usage by 2050, led by growth in Asia by ARi Kahan (9/24/2019) provides regional energy consumption projections by decade through 2050.  The report includes six other graphs including sources of energy. With the rapid growth of electricity generation, renewables—including …

Read More »

Does NOAA have resources for teachers?

NOAA provides numerous resources for teachers including data sources, classroom materials, citizen scientists opportunities, and free posters (like the one copied here). A starting point to find these resources is the post Teachers: Get ready for the new school year with NOAA (8/5/19).

Read More »

Is the sun causing climate change?

The NASA post, What is the Sun’s Role in Climate Change (9/6/19) make it clear that the sun isn’t to blame for climate change. For more than 40 years, satellites have observed the Sun’s energy output, which has gone up or down by only .01 percent during that period. Since …

Read More »