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 27 | 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 well are we vaccinating?

Our World in Data now has a vaccinations as part of their Coronavirus Pandemic Data Explorer. As you can see the U.S. is doing relatively well. Now, Israel is doing much better than anyone and they aren’t on the graph because it makes it hard to see the rest of …

Read More »

How hot was 2020?

In my last post we saw that December 2020 was only the eighth warmest December. So, how did 2020 fair overall?  From NOAA’s Global Climate Report – Annual 2020: With a slightly cooler end to the year, the year 2020 secured the rank of second warmest year in the 141-year …

Read More »

How hot was December 2020?

From NOAA’s Global Climate Report – December 2020: The global land and ocean surface temperature for December 2020 was 0.78°C (1.40°F) above the 20th century average and the eighth highest departure from average for December in the 1880–2020 record. Compared to recent months, this value was the smallest monthly temperature …

Read More »

How big are new single family homes?

The Census Bureau report New Single-Family Homes Sold Not as Large as They Used to Be by Philip Thompson (12/21/2020) notes: The average square footage of new homes sold in the United States increased from 2,457 in 2010 to 2,724 in 2015 but dropped in 2019 to 2,518, according to …

Read More »

What book do I Recommend?

I’ve never done a book recommendation before and that changes today. If you are looking for a book that has about 75 excellent graphs and uses paleoclimatology data to connect changing climate as it impacts society during the time period of roughly 1200 to 1500, then I recommend Bruce M. …

Read More »

What ten things should we know?

Kevin Drum provides an answer is his post the Top Ten Things You Might Not Know But Probably Should (12/31/2020) and each one has a graph. I copied the graph from 3, The Federal Judiciary Is About the Same As It’s Always Been: The Supreme Court gets all the attention, …

Read More »