Skip to content

istewart/immigrant_assimilation

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?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
August 9, 2018 17:22
src
January 24, 2019 14:54
February 20, 2019 14:19
April 10, 2019 10:09
May 16, 2018 17:44

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