This repo contains the source code, data, and documents for the S&P 2025 paper A Wall Behind A Wall: Emerging Regional Censorship in China.
It is designed to reproduce the entire PDF version of the paper, including all the figures and tables, from the source code and data.
Create a python virtual environment with all necessary dependencies:
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
Build the PDF of the paper and all the figures:
cd paper
make