The following repository contains the code for 'Persistent interaction patterns across social media platforms and over time' paper, published on Nature.
- Install Docker
- Download voat_labeled_data_unified.parquet from this link into the data/Labeled/Voat folder
- In the repository home, create the container by typing
docker-compose up --build -d
- To run the container, type
docker-compose up -d
The script automatically runs the code to create main figures and table for Voat dataset, which can be found in the figures and data folders, respectively.
To inspect the code by using RStudio, type localhost:8787 on your browser to access the RStudio Server installation in the container.