Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reimplement PRRV plugin #95

Closed
koppor opened this issue Dec 5, 2015 · 4 comments
Closed

Reimplement PRRV plugin #95

koppor opened this issue Dec 5, 2015 · 4 comments

Comments

@koppor
Copy link
Member

koppor commented Dec 5, 2015

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. (See ReferenceRelationshipViewDialog.java, line 258)

Update Reimplement the plugin functionality based on modern technology.

Steps:

  1. Rely on stored connections in JabRef (maybe need to be defined) - first idea: cites
  2. Derive connections from PDF
@oscargus
Copy link

oscargus commented 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.

@koppor
Copy link
Member Author

koppor commented Dec 6, 2015

Besides the plugins discussed at #38, I like prefuse very much.

@oscargus
Copy link

oscargus commented Dec 6, 2015

I think JGraphT https://github.com/jgrapht/jgrapht with JGraphX https://github.com/jgraph/jgraphx is also worth considering.

@koppor
Copy link
Member Author

koppor commented Sep 22, 2021

Superseeded by JabRef#7160

@koppor koppor closed this as completed Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants