Skip to content

clairetang6/Abstracts-Viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pubviz

Visualize a scientist's entire publication history and see how papers cluster into topics of research.

Check it out at pubviz.com!

Below is the visualization when you search for my PhD thesis adivor, a neurosurgeon who also studies speech perception and production. His publications cluster into two main groups, those related to epilepsy and neurosurgery and those related to speech. The resulting graph for my PhD thesis advisor!

This web app is built using Python3 and aiohttp, enabling asynchronous calls to the PubMed API to get the full text of a scientist's abstracts.

The text of the abstracts is then processed using nltk, scikit-learn, and scipy to compute a similarity matrix, which is then visualized as a force-directed graph implemented using d3.js. Each node represents a paper, and edges link papers that have similar topics.

About

Visualize a scientist's publications using text similarity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published