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' ); Category: People | Page 3 | Sustainability Math

People

Is there a correlation between Homicide rate and voting?

The Manhattan Institute* has a lengthy report on the increasing homicide rate, Breaking Down the 2020 Homicide Spike by Christos A. Makridis and Robert VerBruggen (5/18/2022), with numerous interesting charts. From the report (figure 7 copied here): Next, we explore the correlation between two geographic factors—population and GOP vote share—and …

Read More »

What should get you into college?

The Pew article, U.S. public continues to view grades, test scores as top factors in college admissions by Vianney Gómez (4/26/2022), provides the result of a survey about college admissions: More than nine-in-ten Americans (93%) say high school grades should be at least a minor factor in admissions decisions, including …

Read More »

Do men always earn more than women?

The Pew article, Young women are out-earning young men in several U.S. cities by Richard Fry (3/28/2022) provides the graph copied here. Overall, about 16% of all young women who are working full time, year-round live in the 22 metros where women are at or above wage parity with men. …

Read More »

What is the connection between flu and humidity?

The NASA post NASA Finds Each State Has Its Climatic Threshold for Flu Outbreaks (3/4/2022) summarizes the recent paper Spatial Variation in Humidity and the Onset of Seasonal Influenza Across the Contiguous United States by E. Sherman, et. el (12/13/2021). From the NASA Post: Researchers at NASA’s Jet Propulsion Laboratory …

Read More »

What are the trends in drug overdose deaths?

The Pew article Recent surge in U.S. drug overdose deaths has hit Black men the hardest by John Gramlich (1/19/2022) provides the graph copied here. Nearly 92,000 Americans died of drug overdoses in 2020, marking a 30% increase from the year before, a 75% increase over five years and by far the …

Read More »