forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Reimplement PRRV plugin #95
Comments
This was referenced Dec 5, 2015
I don't like the reference list nor the graph in the PRRV-plugin. There are better graph drawing frameworks and as discussed in #14 there may be other formats to keep relations between entries. On the other hand, the automatic linking of PRRV seems quite useful. |
I think JGraphT https://github.com/jgrapht/jgrapht with JGraphX https://github.com/jgraph/jgraphx is also worth considering. |
13 tasks
Superseeded by JabRef#7160 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The PRRV plugin seems to be useful to visualize relationships across papers. It should be integrated or it should be documented, why it is not integrated. Refs JabRef#152
This ticket tracks the current state of affairs.
As graphical rendering, the LGPL licensed library G is used. Version 1.0 has been released on December 2009 without any updates until now. Maybe, JavaFX can be used for that? (Refs #38, where we discuss charting libraries)
The plugin relies on the paper titles. All white spaces are removed from the references. For each paper: check
references
of other papers. Iff title string (with whitespaces removed) is contained there, there is a relation ship. (SeeReferenceRelationshipViewDialog.java
, line 258)Update Reimplement the plugin functionality based on modern technology.
Steps:
The text was updated successfully, but these errors were encountered: