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 3 | 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 hot was August 2023?

From my post of the same name on Briefed by Data. Figure 1 shows that the August 2023 anomaly was a record for August by a half degree Fahrenheit, or about a 30% increase over the previous record in 2016. Here is what NOAA has to say about August 2023: The …

Read More »

Who emits the most CO2?

In my post over at Briefed by Data, CO2 emissions are an inequality problem, I report on an IEA article about how much those with higher incomes emit more energy-related CO2. To put it another way, if the top 10% decreased their CO2 emissions to the level of the next 10%, …

Read More »

How hot was July 2023?

I did a full summary of July on Briefed by Data and here is a  highlights from the post. First, Figure 1 represents the July historical temperature anomaly. It was certainly a record-setting year for July, on the order of 0.75 °F above the previous record anomaly. It should be …

Read More »

Why can’t we just stop oil?

We don’t use oil for just gasoline and one of the key uses of a barrel of oil is the binding agent for asphalt, which electric cars also desire. From my We Can’t Just Stop Oil post on Briefed by Data: Oil is refined by heating it, and different types …

Read More »

How hot was June 2023?

From NOAA’s June 2023 Global Climate Report: June 2023 set a record as the warmest June for the globe in NOAA’s 174-year record. The June global surface temperature was 1.05°C (1.89°F) above the 20th-century average of 15.5°C (59.9°F). This marked the first time a June temperature exceeded 1°C above the long-term …

Read More »

How hot has July been?

We have had record-breaking 2m world surface temperatures for most of July. At least some of this is due to El Niño (see Three Trends of Climate Change) emerging this summer. We might have a stretch this summer with temperatures above 17°C (62.6°F). If you like data, graphs, and being informed then please check …

Read More »

Do you need a calculus textbook?

This post is really an ad for my new calculus textbook. I just received my author copies and thought I should promote it. For those that follow sustainabilitymath or use any of the calculus projects know that I’ve integrated many of them into the book. I also integrate R from …

Read More »