Welcome to Quantified Lives: Data, Bias, and the Cost of Categorization, a digital project and white paper Beyond the Numbers: Reclaiming Humanity in Statistical Narratives exploring the history, methods, and implications of statistical tools used to categorize and rank human populations. This project critically examines the legacy of figures like Francis Galton, Karl Pearson, and R.A. Fisher, tracing their methodologies to modern applications, including the World Happiness Report and artificial intelligence.
The project consists of two main components:
- Digital Web Pages: An interactive exploration of historical and contemporary uses of statistical tools in categorization and ranking. Includes visualizations, fictional narratives, and case studies to engage readers.
- White Paper: A detailed academic analysis that dives deeper into the methodologies, biases, and philosophical implications of these tools.
- Historical misuse of statistical tools in eugenics.
- Modern implications for data-driven decision-making and AI systems.
- Subjective weightings in metrics like IQ and happiness scores.
- Interactive Visualizations: Engage with visualizations like Sankey diagrams and regression charts to see the evolution and persistence of statistical methods.
- Fictional Narratives: Thought-provoking stories, such as "Family #72," challenge readers to question how data shapes narratives about human lives.
- Critical Analysis: Explore how historical frameworks influence current metrics and policies.
The digital project is hosted on GitHub Pages:
https://cgeraghty1.github.io/capstone/
For those interested in the technical details, the project includes:
- Mathematical Examples: Explore the equations and formulas behind tools like regression analysis and correlation coefficients.
- Breakdown of Metrics: Analyze the subjective weightings in frameworks like the World Happiness Report.
View the additional mathematical webpage here
- HTML/CSS/JavaScript: For building the digital web pages.
- Python: For generating data visualizations and interactive tools.
- D3.js: For creating dynamic visualizations like the Sankey diagram.
- Tableau: For detailed dashboards and data exploration.
- Google Cloud: Hosting interactive applications for exploring subjective weights.
/
: Contains the mainindex.html
file and supporting webpages./css/
: Stylesheets for each page./js/
: JavaScript files for interactive elements./visualizations/
: Python scripts and visualization files.
If you'd like to contribute to this project:
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name
. - Commit your changes:
git commit -m "Description of changes"
. - Push the branch:
git push origin feature-name
. - Submit a pull request.
This project is licensed under the MIT License. See LICENSE
for details.
Feel free to adapt or expand this to fit your project's specific needs! Let me know if you’d like help tailoring further. 😊