Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

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