JabRef / jabref

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

Citation Relations are currently not too useful #10869

Open ror3d opened 9 months ago

ror3d commented 9 months ago

Is your suggestion for improvement related to a problem? Please describe. Citation relations, as currently implemented, can get citations and cited by articles for a paper, but the interface doesn't let you read the abstract to determine if the article is actually interesting, and only way one can use the information is to add it to the database, and when it's added, the new entry is set up as a Misc entry and lacks any kind of information other than the title, author and year of the entry, but no DOI or anything similar.

Describe the solution you'd like

Additional context

Proposed Tasks

Siedlerchr commented 9 months ago

Thanks for the suggestion, that sounds really good. @JabRef/developers any ideas about the other parts?

calixtus commented 9 months ago

Mh, would be great if one could somehow preview the entry directly in jabref without opening a browser, because that takes time and is somewhat complicated. Maybe a tooltip or a folding option to open the entry in the list and display the abstract inside...

ror3d commented 9 months ago

The semantic scholar api request can include the request for the abstract, it would be a matter of showing it somehow. My suggestion was to add a button to open the DOI url mainly because that's something I believe I could do without much trouble, implementing a more complex system to show it inline is not something I'd feel comfortable attempting.

But maybe this can be done iteratively, get something working a bit better now and improve the UI when someone that knows what they are doing can put time in it.

koppor commented 9 months ago

Thank you so much for raising your voice regarding that feature.

In case someone else should work on it, we need a very refined specification. Including screenshots / screen mockups. Most contributors (currently) are computer science students in their bachelors and thus having little knowledge about the domain. See for instance the comment at https://github.com/JabRef/jabref/pull/10784#issuecomment-1909135492. -- We core developers are (unfortunately) very busy answering and categorizing issues, as well as finalizing incoming pull requests.

koppor commented 8 months ago

Related: https://github.com/JabRef/jabref/issues/10414

ror3d commented 8 months ago

PR #11016 addresses several of the points raised here. As can be seen below, the entries in the references list now also include the abstract, as proposed by calixtus, and a button to open the paper's website in the browser: image

I'm unsure if there is anything else that could be done as improvements (that's why I didn't close the issue from the PR) but if it feels like this is enough then this issue can be closed.

ThiloteE commented 8 months ago

I haven't really followed this issue very closely. Could you please edit your initial post and mark those issues that have been implemented already and those that have not been implemented?

e.g. via - [ ] and - [x]

ror3d commented 8 months ago

Sure, I've added that to the issue description