# Measuring academic influence using heterogeneous author-citation networks **Fen Zhao**, Yi Zhang, Jianguo Lu, Ofer Shai. 2019. https://link.springer.com/article/10.1007/s11192-019-03010-5 Scientometrics, 118(3):1119-1140. ISSN 1588-2861. doi: 10.1007/s11192-019-03010-5. # Datasets You can download the data used in the paper. [Aminer academic network](Aminer.zip) [Health academic network](Health.zip) # Code You can download our implementation [here](code-apr.zip). The codes are written in Go Language. Before running the code, please set GOPATH by: `export GOPATH=PATH_TO_CODE` You can run the code using the following commond: go run apr.go NETWORK.txt > NETWORK-apr.txt Network.txt is the edgelist of two datasets.