Skip to content

istewart/immigrant_assimilation

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 

Assimilation

A study of immigrant assimilation using both Facebook advertising data and a traditional survey. For more information, please refer to the WebConf 2019 paper here:

Stewart, I., Flores, R., Riffe, T., Weber, I., & Zagheni, E. (2019). Rock, Rap, or Reggaeton?: Assessing Mexican Immigrants' Cultural Assimilation Using Facebook Data. WebConf 2019.

Install

Running the code requires installing packages with conda. We need Python2.7 for PySocialWatcher until it gets upgraded to Python3+ (TBD).

conda create -n assimilation_py27 python=2.7 anaconda
conda install -r requirements.txt

Running code

Before running code, the environment should be activated:

conda activate assimilation_py27

All code should be run from the base directory, e.g.:

python example_mine.py

To deactivate the environment after running code:

deactivate

Relevant papers

Resources

About

Study of immigrant assimilation using Facebook data.

Resources

Stars

Watchers

Forks

Releases

No releases published