Skip to content

narendrant7/dblp-coauthor-network-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBLP Co-author Network Analysis

Analyse Social Network of co-authors in DBLP website (https://dblp.uni-trier.de) using NetworkX.

find-top-authors.py

  • Prints Network Density, Clustering Coefficient, No. of nodes & edges, and Average Degree of the graph
  • Saves lists of top authors based on Closeness, Betweenness, Eigen Vector and Degree Centralities as .txt files

plot-cc-nd.py

  • Plots graphs depicting variation of Clustering Coefficient and Network Density over the years

plot-keyword-trends.py

  • Plots a graph showing no. of publications with given keyword in title over the years

Releases

No releases published

Packages

No packages published

Languages