Is there any tool which draws a citation graph for a group of related papers? (it doesn't matter the format of papers - PDF, Word, etc - it also doesn't matter if the software doesn't perform parsing of citations)
|
feedback
|
|
Graphviz (specifically, its dot tool) might be suitable. It's generates graph visualisations in formats including Postscript and PNG from a source that looks like this (in its simplest form):
It's good at generating a human-readable visualisation if the graph is planar, less so otherwise. | |||
|
feedback
|
|
Look at PaperScope. | ||||
|
feedback
|