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 53 | 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.

What is the story of suicides in the U.S.?

The article in the Conversation, Why is suicide on the rise in the US – but falling in most of Europe? by Steven Stack (6/28/18), tries to get at the story. The first chart (copied here), clearly shows that the suicide rate rose from 199-2015 overall and considerably more for the 45-54 age …

Read More »

How hot has it been this week?

The Washington Post article, Red-hot planet: All-time heat records have been set all over the world during the past week by Jason Samenow (7/5/18), provides a nice overview of the record setting heat during this past week (map posted here copied from the article).  In North America: Montreal recorded its highest temperature in recorded …

Read More »

How much are the oceans warming?

A year ago Climate Central posted the article Oceans Are Heating Up with a graph of sea surface temperature anomalies while providing context on issues of ocean warming:  93 percent of the excess heat absorbed by the climate system goes into our oceans, creating major consequences. While more extreme storms and rising …

Read More »