Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

hsab/scholar-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clustering and visualizing publication interdisciplinarity using the Louvain modularity of citation relations and node-link dependency graphs

Teaser image

While working on my thesis research, I had a difficult time mapping the interdisciplinary literature that pertained to my line of inquiry. This project was an attempt at navigating the perplexing landscape of theory, which later became an independent study of mapping the relations of canonical texts based on parsed/scraped data from Google Scholar.

The system is fed a collection of links obtained from Google Scholar based on user's scholarly interests. These links operate as seeds using which the system scrapes available information pertaining to the seed articles as well as their related literature and publications. The depth of scraping can be defined by the user. The scraped data is then cleaned and analyzed to extract communities of closely related literature. The resulting clusters and the graph data is converted to an easily parsable JSON file where a web-based interface facilitates the user's interaction with the collected data.

This repository contains scraping code in Python and a web-based client-side visualization/navigation system built with D3. Relations are mapped using theLouvain Method as provided by theNetworkX package. Scraping is facilitated throughSelenium and the visualization is directly inspired by theHive Plot with added interactivity.

Teaser GIF

Interactions:

  • Clicking on an entry (node/circle) will highlight all associated text from the dependency subgraph allowing to examine the cross-disciplinary influence of articles.
  • Clicking on the central black circle shows the dependency graph in its entirety
  • Clicking on the terminal empty circles at the end of each axis/ray will isolate that specific axis
  • Clicking on a link between entries will isolate only those two related articles
  • All interactions will result in the filtering of the info sidebar based on the scope of isolation

[8]ページ先頭

©2009-2025 Movatter.jp