#
segregation
Here are 22 public repositories matching this topic...
R package to calculate entropy-based segregation indices, with a focus on the Mutual Information Index (M) and Theil’s Information Index (H)
-
Updated
Aug 21, 2021 - R
Segregation and homophily measurement in social networks
-
Updated
Feb 17, 2021 - R
Polydisperse material point method
-
Updated
Feb 23, 2021 - Python
Geographical version of Schelling's model of Segregation. It is built with PyQt5 and PyQtGraph
python
simulation
numpy
pyqt5
pandas
agent-based-modeling
geography
agents
geopandas
pyqtgraph
agent-based-simulation
schelling-model
segregation
geo-schelling
geographical-data
-
Updated
May 18, 2021 - Python
numpy
pandas-dataframe
scikit-learn
matplotlib
nearest-neighbors
paris
france
geodatabase
segregation
social-housing
-
Updated
Dec 10, 2019 - Python
A simple bash script to segregate all the files in a single directory into different subfolders based on their extension
-
Updated
May 18, 2020 - Shell
Website repository for discussing the phenomenon of residential segregation in Latin America and Chile - city of Concepción within the framework of the thesis project
sociology
python-programming
spatial-index
geography
chile
self-organizing-map
r-programming
segregation
-
Updated
Nov 2, 2020
Играбельный пост о том, как безобидный выбор способен сделать мир неблагоприятным.
game
diversity
simulation
racism
discrimination
xenophobia
segregation
classism
ablelism
shapism
in-group-bias
-
Updated
Nov 21, 2020 - HTML
Schelling's model of segregation implemented in Javascript.
-
Updated
May 3, 2018 - JavaScript
Data and R code to reproduce interactive maps in working paper "Spatial Inequalities Shaping Institutional Design. Municipal Charters in Argentina"
-
Updated
Apr 27, 2021 - R
Data and code for our paper on social segregation and vaccination
-
Updated
Aug 26, 2020 - Jupyter Notebook
The Schelling Model of Segregation: Static and Dynamic Equilibrium
-
Updated
Dec 15, 2018 - HTML
This program implements Schelling's model of Segregation. The model is indicative of phenomena where individuals tend to relocate if the share of similar neighbors is less than the threshold value.
-
Updated
Jan 19, 2019 - Python
-
Updated
Jan 12, 2021 - Dart
Command Query Responsibility Segregation(CQRS)
-
Updated
Mar 6, 2018 - C#
The aim of this work is to develop an engine which uses modern artificial intelligence approach, deep learning and computer vision to automatically classify the waste into plastic or non-plastic.
-
Updated
Jun 12, 2019
A TerraView plugin to compute global and local indices of spatial segregation among population groups.
plugin
science
urban-planning
spatial-index
inpe
geoprocessing
geospatial-analysis
urban-analytics
segregation
population-groups
-
Updated
Apr 16, 2020 - C++
Portable and lightweight application for photo segregation.
-
Updated
May 25, 2021 - Python
Code to build the website tutorials for the Social Life of Neighborhoods course offered through Stanford's Sociology department in the spring quarter of 2021.
arcgis-online
gis
tutorials
gentrification
spatial-data
crime-data
nonprofit-organizations
storymaps
urban-analytics
segregation
neighborhoods
-
Updated
Jul 10, 2021 - HTML
Model of Urban Green Spaces
-
Updated
Jun 24, 2021 - NetLogo
Improve this page
Add a description, image, and links to the segregation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the segregation topic, visit your repo's landing page and select "manage topics."


sometimes the same index carries different names in different fields (e.g. Herfindahl in econ versus Simpson's Diversity in biology), so we need to ensure the equation for each index is exposed in the documentation). The best way to do that is probably to include the equation in latex in the Notes section of each index's docstring, which should render it on on the API docs page (though open to oth