Skip to content

Provide insights at the citation fetcher #15033

@koppor

Description

@koppor

JabRef shows the references and citations of an entry

Image

OpenAlex will be added soon: #15023

That offers a direct view of the results in the web - e.g., https://api.openalex.org/works?filter=cites:Aw4400269071

It should be possible for the user to see that URL.

Idea: org.jabref.logic.importer.fetcher.citation.CitationFetcher is extended to

URI getCitationApiUri(BibEntry entry)
URI getReferencesApiUril(BibEntry entry)

Offer a context menu on "References cited" and "References that cite" with "Open API URL in browser" - USe org.jabref.gui.desktop.os.NativeDesktop#openBrowser(java.net.URI, org.jabref.gui.frame.ExternalApplicationsPreferences).

(URL could also be used if that is better)

If possible, the new methods should be used by the CitationFetcher implementations


Aim: Clean, short code

Metadata

Metadata

Assignees

No one assigned

    Type

    No fields configured for task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions