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 32 | 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 efficient is electricity?

In the eia post, More than 60% of energy used for electricity is lost in conversion, by Bill Sanchez (7/21/2020), includes the flow diagram here. Note the flow across the top represents conversion losses. Electricity is a secondary energy source that is produced when primary energy sources (for example, natural gas, coal, …

Read More »

What’s new at sustainabilitymath?

There is now a new page that contains animations for concepts related to statistics and calculus. They are not sustainability related, but since I post materials for calculus and statistics and I have been playing with R, I decided to post these. There are 19 topics covered with 36 animations. …

Read More »

How hot was June 2020?

From NOAA’s Global Climate Report – June 2020: Averaged as a whole, the global land and ocean surface temperature for June 2020 was 0.92°C (1.66°F) above the 20th century average of 15.5°C (59.9°F), tying with 2015 as the third highest June temperature departure from average in the 141-year record. Nine of the …

Read More »

How do we calculate sea level?

If you aren’t sure how sea level is calculated then read NASA’s Sea Level 101: What determines the Level of the Sea? by Alan Buis (6/3/2020) . Here is one factor: If our ocean had no tides or currents, the sea surface would assume the shape of the geoid. These …

Read More »

What’s New at sustainabilitymath?

The data sets for the calculus and statistics projects have all been updated. Along with the traditional Excel file each tile now has a csv file with the data used to create the graphs. The associated R file now pulls the data directly from the csv file. Of course you …

Read More »

What are Warming Stripes?

The image here from ShowYourStripes has a vertical strip representing global average temperature anomalies from 1850 to 2019 where darker blue is cooler and darker red is warmer. This graphic style, warming stripes, is credited to Ed Hawkins. The ShowYourStripes page has similar graphics for different regions. On the Climate …

Read More »