mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
- Created index.md for personal introduction and interests. - Added languages.json to specify language proficiencies. - Developed profile.md detailing academic background, skills, and career goals. - Introduced multiple project markdown files showcasing personal and academic projects, including ArtChat, ArtHome, and various data science initiatives. - Implemented skills.json to outline technical skills and competencies. - Compiled uses.md to document hardware and software tools utilized for development and personal projects.
914 B
914 B
slug, title, type, description, publishedAt, readingTime, status, tags, emoji
| slug | title | type | description | publishedAt | readingTime | status | tags | emoji | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| schelling-segregation-model | Schelling Segregation Model | Academic Project | A Python implementation of the Schelling Segregation Model using statistics and data visualization to analyze spatial segregation patterns. | 2024-05-03 | 4 | Completed |
|
📊 |
This is the French version of the report for the Schelling Segregation Model project. The project was done as part of the course Projet Numérique at the Paris-Saclay University. The goal was to implement the Schelling Segregation Model in Python and analyze the results using statistics and data visualization.
You can find the code here: Schelling Segregation Model Code