Skip to content

A Web application for analyzing existing US Congressional districting plans for evidence of ethnic bias - Research Project

Notifications You must be signed in to change notification settings

derricklam04/Redistrictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eagles

This web application will analyze existing US Congressional districting plans for evidence of racial and/or ethnic bias.

The analysis is performed by generating a large number of random congressional districts for the state, and comparing the existing districting plans with the distribution of random plans. The analysis looks for evidence of "packing," in which racial and/or ethnic groups are packed into a small number of districts so as to reduce their overall influence on congressional representation in the state.

The term districting used in the project statements refers to a partition of the state into 'n' contiguous districts, where 'n' is the number of allocated congressional seats following the 2010 census.

Central to the project is the representation of voting precincts in a state as a connected graph; the nodes represent the voting precincts and the edges denote precinct geographic adjacency. The Python algorithm uses this approach to generate new districtings.

Home Page

Screen Shot 2020-12-15 at 7 54 09 PM

View Current Enacted Districts and Precincts

Screen Shot 2020-12-15 at 7 56 06 PM

Enable Heat Map based on selected Minority Population

Screen Shot 2020-12-15 at 7 56 32 PM

View Newly Generated Districting Plan

Screen Shot 2020-12-15 at 8 07 34 PM

Boxplot Analysis between Enacted and Generated Plan

Screen Shot 2020-12-15 at 8 06 49 PM

Redistricting Algorithm Implementation

Activity Diagram - Algorithm-1

Technologies Used:

  • react.js
  • Spring Boot
  • MySQL
  • Python
  • networkx, GeoPanda
  • canvas.js, leaflet

About

A Web application for analyzing existing US Congressional districting plans for evidence of ethnic bias - Research Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published