mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-03-18 10:48:39 +01:00
- Created CLAUDE.md to provide development commands, architecture overview, and environment variables for the Nuxt 3 portfolio website. - Refactored project pages to remove unused color mappings and improve project filtering logic. - Updated content.config.ts to enforce stricter project type definitions and added short descriptions for projects. - Deleted outdated project files and added new projects related to hackathons and academic research. - Enhanced existing project descriptions with short summaries for better clarity.
29 lines
1009 B
Markdown
29 lines
1009 B
Markdown
---
|
|
slug: schelling-segregation-model
|
|
title: Schelling Segregation Model
|
|
type: Academic Project
|
|
description: A Python implementation of the Schelling Segregation Model using statistics and data visualization to analyze spatial segregation patterns.
|
|
shortDescription: A project implementing the Schelling Segregation Model in Python.
|
|
publishedAt: 2024-05-03
|
|
readingTime: 4
|
|
status: Completed
|
|
tags:
|
|
- Python
|
|
- Data Visualization
|
|
- Statistics
|
|
- Modeling
|
|
- Mathematics
|
|
icon: i-ph-city-duotone
|
|
---
|
|
|
|
This report presents the Schelling Segregation Model project completed as part of the **Projet Numérique** course at Paris-Saclay University. The goal was to implement the Schelling Segregation Model in Python and analyze the results using statistics and data visualization.
|
|
|
|
## 📚 Resources
|
|
|
|
You can find the code here: [Schelling Segregation Model Code](https://go.arthurdanjou.fr/schelling-code)
|
|
|
|
## 📄 Detailed Report
|
|
|
|
<iframe src="/projects/schelling.pdf" width="100%" height="1000px">
|
|
</iframe>
|