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

Where can we get state energy data?

The EIA has a new portal for state energy information. The new portal is introduced in the post New EIA Product Expands Access to State and Regional Energy Information by Stacy Angel and Pauline George (5/16/19). EIA’s new State Energy Portal provides greater access to more state-level U.S. energy data with …

Read More »

QL Blooper

The graph is from Amazon and attempting to graphically represent the number of pages printed from two different toner cartridges. Maybe the designers took into account the compression from the weight of the paper. Enjoy.

Read More »

Why is Black maternal mortality higher?

Kevin Drum provides an excellent example of quantitative reasoning in his (5/6/19) post How Can We Reduce Black Maternal Mortality? The story begins with his chart here that shows maternal mortality increasing in general, but it has increased faster and is much higher for Black mothers as compared to White. …

Read More »

R you looking to learn R?

Today’s post is a shameless plug. If you are looking to learn R as it relates to college courses consider my new book R for College Mathematics and Statistics. The book is example based and organized by mathematical and statistical topic, which loosely follows standard courses in the curriculum. The …

Read More »

Are there tornado trends?

The Climate Central post Shifting Tornado Zones (4/24/19) provides a map of changes in the number of tornadoes since 1979 (copied here). Let’s be clear, tornadoes are not going away in the Plains and Upper Midwest, but more have been recorded east of the Mississippi. While there are connections to climate variability modes …

Read More »