JabRef / jabref

Graphical Java application for managing BibTeX and biblatex (.bib) databases
https://devdocs.jabref.org
MIT License
3.58k stars 2.51k forks source link

Add posibility to explore citation relations #6187

Closed tobiasdiez closed 1 year ago

tobiasdiez commented 4 years ago

Add the possibility to find (and easily add) papers that cite or are cited by a a given paper (or a couple of paper).

Here are a bunch of links that might be relevant/helpful:

koppor commented 4 years ago

Internally, JabRef stores this information by the field "cites". See https://docs.jabref.org/advanced/entryeditor/entrylinks for details.

More discussion on fields at https://github.com/koppor/jabref/issues/14.

koppor commented 4 years ago

Related work: "showme". Details at https://github.com/koppor/jabref/issues/413.

koppor commented 3 years ago

Work in progress at: https://github.com/JabRef/jabref/pull/7160

tobiasdiez commented 3 years ago

Marking this as frozen since none of the above APIs is really suitable so this is best implemented with JabRef Online (help there is of course appreciated).