Skip to content

cmcneil/bib2graph

Repository files navigation

bib2graph

GitHub Issues or Pull Requests

Turn a bibtex file into a 3d interactive citation graph!

demo

I find this useful because it provides the inverse function of websites like connectedpapers.com. Sometimes, rather than querying papers, you have a large list of papers already, and want to explore them at a glance and decide what order to read things in. In addition, the semantic scholar API can't share all abstracts for legal reasons, whereas your management software (such as Paperpile) is more likely to have the abstracts.

It is unecessarily animated for fun. Interactive example at carsonmcneil.me/citegraphs/rephd

Usage

Getting started takes two commands. After downloading the repo, install dependencies:

pip3 install -r requirements.txt

Then just point the starter script at a .bib file!

source start.sh example.bib

The script will compile your graph, lookup citations using the semanticscholar api, and then launch a Flask server so you can view the results in your browser.

About

Turn a bibtex file into a 3d interactive citation graph!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published