JabRef / jabref

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

Show number of total citations of an entry #8954

Open ThiloteE opened 2 years ago

ThiloteE commented 2 years ago

Problem: There is metadata out there that JabRef is unable to capture (yet). One type of this data is the total number of an entry being cited.

Describe the solution you'd like

Show the number of total citations of an entry somewhere.

Additional context

To do:

YesWeCandrew commented 1 year ago

I'd like to investigate this further and work on this issue, can it be assigned to me? I'll be working with one other person so we should be able to get it done

ThiloteE commented 1 year ago

You are welcome. If you really want to, you can of course, but since you are new to GitHub, I assume this is your first or second Open Source project. We have explicitly collected good first issues for newcomers and we also have candidates for university projects. If you ever feel like you are stuck, because this issue here is unexpectedly difficult and hard to achieve, you could instead have a look at those. If you ever decide to stop working on this, please comment here, so that we know.

ThiloteE commented 1 year ago

As a general advice, check out https://github.com/JabRef/jabref/blob/main/CONTRIBUTING.md for a start. Also, https://devdocs.jabref.org/getting-into-the-code/guidelines-for-setting-up-a-local-workspace is worth having a look at. Feel free to ask if you have any questions here on GitHub or also at JabRef's Gitter chat.

koppor commented 1 year ago

Please also read into existing code at https://github.com/JabRef/jabref/pull/7160.

YesWeCandrew commented 1 year ago

Thanks ThiloteE and koppor - I'll let you know if we have any issues and will investigate #7160.

HoussemNasri commented 11 months ago

The number of citations and references can be provided by the SematicScholar API. It should be fairly easy to integrate it within the Citations relations tab.

@koppor @ThiloteE If you agree with the approach, I'll make a good first issue of this once I'm done with https://github.com/JabRef/jabref-issue-melting-pot/issues/281.

image

ThiloteE commented 11 months ago

Sure, if you believe it will be easy, a fast win and you feel motivated, go for it :-)

HoussemNasri commented 11 months ago

I suggest having the number of citations/references in the heading, like in ArXiv Bibliographic Explorer

image

Siedlerchr commented 4 days ago

Isn't this resolved thanks to scite.ai? Refs https://github.com/koppor/jabref/issues/375 and https://github.com/JabRef/jabref/pull/10617

grafik
HoussemNasri commented 4 days ago

Isn't this resolved thanks to scite.ai? Refs https://github.com/koppor/jabref/issues/375 and https://github.com/JabRef/jabref/pull/10617

Not really, this issue is about displaying the total citations in the 'Citation relation' tab, getting the number of citations was already possible with the SematicScholar API, however, we now have 2 options.