├── .gitignore ├── CREC-2020-06-11.txt ├── King_BirminghamJail.txt ├── PolNet2021_Text_Networks.pdf ├── PolNet2022_Text_Networks.pdf ├── PolNetWorkbook.ipynb ├── README.md ├── party_affiliation.txt ├── requirements.txt └── tweets.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sshugars/PolNet_text/HEAD/.gitignore -------------------------------------------------------------------------------- /CREC-2020-06-11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sshugars/PolNet_text/HEAD/CREC-2020-06-11.txt -------------------------------------------------------------------------------- /King_BirminghamJail.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sshugars/PolNet_text/HEAD/King_BirminghamJail.txt -------------------------------------------------------------------------------- /PolNet2021_Text_Networks.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sshugars/PolNet_text/HEAD/PolNet2021_Text_Networks.pdf -------------------------------------------------------------------------------- /PolNet2022_Text_Networks.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sshugars/PolNet_text/HEAD/PolNet2022_Text_Networks.pdf -------------------------------------------------------------------------------- /PolNetWorkbook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sshugars/PolNet_text/HEAD/PolNetWorkbook.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sshugars/PolNet_text/HEAD/README.md -------------------------------------------------------------------------------- /party_affiliation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sshugars/PolNet_text/HEAD/party_affiliation.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sshugars/PolNet_text/HEAD/requirements.txt -------------------------------------------------------------------------------- /tweets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sshugars/PolNet_text/HEAD/tweets.json --------------------------------------------------------------------------------