MrHedmad / turin-author-network

An analysis on the collaborations between Turin Authors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collaboration network of the University of Turin

The university of Turin is a public university in Turin, Italy. We posed the question of whether there are collaboration patterns in the university, if some departments behave differently from others, and if there are fragmented departments.

Reproducing the analysis

IMPORTANT: The analysis is still largely incomplete. The makefile will not cover all the analysis steps, and the manuscript is still incomplete. The network analysis in R is missing from the makefile. Please run it manually.

You'll need Python, R and Typst installed. The makefile will attempt to install dependencies automatically, but you may need to install some manually, if the installation process fails (looking at you, R).

# Clone the repository
git clone git@github.com:MrHedmad/turin-author-network.git
cd turin-author-network

# Link the data folder
./link "path_to_data_folder"

# Run the analysis
make .

The output manuscript will be in ./paper/manuscript.pdf. The analysis does not require particularly powerful hardware.

About

An analysis on the collaborations between Turin Authors

License:MIT License


Languages

Language:R 47.1%Language:Python 30.9%Language:Typst 17.3%Language:Makefile 2.5%Language:Shell 1.1%Language:Just 1.0%