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: Demographics | Page 3 | Sustainability Math

Demographics

Urban/Rural Red/Blue?

FiveThirtyEight has the interesting graph copied here from their article How Urban or Rural is Your State? And What Does That Mean For The 2020 Election? by Nathaniel Rakich (4/14/2020). How did they measure urbanization? Essentially, we calculated the average number of people living within a five-mile radius of every …

Read More »

What’s New at sustainabilitymath?

In a follow up to last week’s graph, I have added a demographic graph of New York State, which provides the number of students in each grade in the 2017-2018 school year by race. The hover information includes percentages for each group. The data comes from the National Center for …

Read More »

What’s new at sustainabilitymath?

A new interactive graph was posted which gives population by age and race as of October 2018. The data is from the Census Bureau page School Enrollment in the United States: October 2018 – Detailed Tables and collected from the excel files in Table 2. The hover information will provide …

Read More »

Who is in high-poverty schools?

The EPI article Schools are still segregated, and black children are paying a price by Emma García (2/12/2020) provides an overview of inequities in secondary schools. Figure B in the article is copied here and speaks clearly to issues of inequality by race. There is also a political perspective that …

Read More »