Build and explore citation dependency networks from your paper corpora.
Python API
from sciforge import litmap
# Build from BibTeX or DOIs
graph = litmap.build("papers.bib")
# Query the network
central = graph.most_central(n=5)
deps = graph.dependencies("Attention")
graph.show_dependencies("Attention")
Attention Is All You Need
Vaswani et al. (2017)
Betweenness: 0.842
Citations in corpus: 12