diff --git a/content/portfolio/schelling-segregation-model.md b/content/portfolio/schelling-segregation-model.md new file mode 100644 index 0000000..6dfeb9a --- /dev/null +++ b/content/portfolio/schelling-segregation-model.md @@ -0,0 +1,17 @@ +--- +slug: schelling-segregation-model +title: Schelling Segregation Model +description: 📊 A Python implementation of the Schelling Segregation Model using Statistics and Data Visualization. +publishedAt: 2024/05/03 +readingTime: 4 +tags: + - project + - python +--- + +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](https://github.com/ArthurDanjou/Studies/blob/e1164f89bd11fc59fa79d94aa51fac69b425d68b/L3/Projet%20Num%C3%A9rique/Segregation.ipynb) + + \ No newline at end of file diff --git a/public/portfolio/schelling/Projet.pdf b/public/portfolio/schelling/Projet.pdf new file mode 100644 index 0000000..83553b0 Binary files /dev/null and b/public/portfolio/schelling/Projet.pdf differ