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 8 | Sustainability Math

People

Who posts C-19 data?

If you are looking for COVID-19 data there are two good resources. The first is the Our World in Data Cornonavirus page by Max Roser, Hannah Ritchie, and Esteban Ortiz-Ospina. They have a number of interactive graphs, such as the one copied here where you can select countries to view, …

Read More »

How do U.S. adults view the economy?

The Pew report  Views of Nation’s Economy Remain Positive, Sharply Divided by Partisanship (2/7/2020) provides the answer: Currently, 81% of Republicans and Republican-leaning independents say the economy is excellent or good. These views have changed only modestly over the past two years. But between November 2016 (just before Trump’s victory …

Read More »

Who ranks countries by levels of perceived corruption?

Transparency International has a yearly corruption perceptions index. The graph here is for 2019 (high score – lighter colors – clean, low score – darker colors – corrupt). The Corruption Perceptions Index ranks 180 countries and territories by their perceived levels of public sector corruption, according to experts and business …

Read More »

How has child mortality changed?

The article in Nature, Mapping 123 million neonatal, infant, and child deaths between 2000 and 2017, by Burstein et. el (10/16/2019), provides a detailed analysis of under 5 child mortality (U5mr). The goal of mortality-reduction efforts is ultimately to prevent premature deaths, and not just to reduce mortality rates. Across …

Read More »