jabref icon indicating copy to clipboard operation
jabref copied to clipboard

Show number of total citations of an entry

Open ThiloteE opened this issue 3 years ago • 11 comments

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

  • This issue is inspired by the following feature request in the forum: https://discourse.jabref.org/t/number-of-paper-citation-information/2616
  • this issue here is a sub-issue of the more general issue of showing more citation-related diverse metadata, such as information about the journal, author and so on. A related issue would be #6189

To do:

  • Implementation difficulties:
    • [ ] Discussion is necessary to decide, where exactly the total number of citations should show in JabRef. Screenshots would be good.
    • [ ] Prefered: Finding public sources that do not require an API key.
      • [ ] If no public sources can be found, implement a solution that works, if users insert their own personal API key.

ThiloteE avatar Jul 04 '22 15:07 ThiloteE

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

YesWeCandrew avatar Oct 10 '22 23:10 YesWeCandrew

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 avatar Oct 11 '22 09:10 ThiloteE

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.

ThiloteE avatar Oct 11 '22 09:10 ThiloteE

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

koppor avatar Oct 14 '22 22:10 koppor

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

YesWeCandrew avatar Oct 16 '22 06:10 YesWeCandrew

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

HoussemNasri avatar Oct 05 '23 10:10 HoussemNasri

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

ThiloteE avatar Oct 05 '23 11:10 ThiloteE

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

image

HoussemNasri avatar Oct 17 '23 10:10 HoussemNasri

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

Siedlerchr avatar Sep 14 '24 16:09 Siedlerchr

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.

HoussemNasri avatar Sep 14 '24 18:09 HoussemNasri

Couldn't be it as simple as displaying the total number of citations in each heading?

Image


I think, it would also be good to have an "intelligent" maintable column showing the number of citations (maybe using the cache of the citation relations)? --> another issue?

koppor avatar Oct 13 '24 15:10 koppor

Duplicate of https://github.com/JabRef/jabref/issues/13477

(Sorry that I missed this while posting the other issue)

koppor avatar Jul 21 '25 07:07 koppor