feyzaakyurek / arxiv

Collaboration Distance Analysis of Arxiv Papers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collaboration Distance Analysis of Arxiv Papers

import arxiv
distance, ancestry = arxiv.dist("Peter Freeman", "Alessandro Rinaldo", depth_max = 3)
print(distance) # 2
print(ancestry) # [352, 1557, 1690], where Peter is 1690, Larry 1557 and Ale 352.

About

Collaboration Distance Analysis of Arxiv Papers

License:MIT License


Languages

Language:Jupyter Notebook 75.9%Language:Python 24.1%