Skip to content

This project constructs an academic paper graph using Spark-GraphX framework. The dataset derives from Microsoft Academic Graph (MAG) and AMiner, which can be downloaded from https://www.openacademic.ai/oag/. Besides, some analysis tasks have been done based on this graph.

License

Notifications You must be signed in to change notification settings

bitzj2015/PaperNets-Spark_GraphX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaperNets-Spark_GraphX

This project constructs an academic paper graph using Spark-GraphX framework. The dataset derives from Microsoft Academic Graph (MAG) and AMiner, which can be downloaded from https://www.openacademic.ai/oag/. Besides, some analysis tasks have been done based on this graph. Every vertexes of this graph contains three properties of one paper: id, issue and title; every edges of this graph connects two papers which have reference relations and contains one property: year. Pagerank Algorithm is utilized to find papers with significant influence and connectedcomponents are found to analyse academic groups.

About

This project constructs an academic paper graph using Spark-GraphX framework. The dataset derives from Microsoft Academic Graph (MAG) and AMiner, which can be downloaded from https://www.openacademic.ai/oag/. Besides, some analysis tasks have been done based on this graph.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published