ral-facilities / datagateway

DataGateway is a portal that supports discovery and access large science facilities data. It is developed as a plugin for SciGateway
Apache License 2.0
9 stars 5 forks source link

Add suggested/similar investigations list to investigation landing pages #1521

Open louise-davies opened 1 year ago

louise-davies commented 1 year ago

Description: Saiful has been working on a ML reccomendation system for investigations based on their summary fields. We'd like to display a list of "similar" investigations when looking at an investigation (so on the investigation landing pages). See screenshot below for where the inspiration for this came from. Basic idea would be to query the API with the investigation id, and display the top 3/4/5? results in the form of a link with the Investigation title as the text and perhaps the DOI as the link address. However, some investigations don't have summaries so we should not display this for them (as otherwise it would just be nonsense recommendations)

image

See Viktor for more info

Acceptance criteria:

agbeltran commented 1 year ago

Discussing with Saiful, the related documents/data are given based on 'summary' and 'title'.

kennethnym commented 1 year ago

Thanks for confirming. I have just made a PR for the new suggestion UI on investigation landing pages, which uses the new "similar" API that suggests related investigations given the ID of an existing investigation.

agbeltran commented 1 year ago

When you chose the top documents, you need to rely on the 'score', which is a probability from 0 to 1.

kennethnym commented 1 year ago

This is already taken into account - the suggestions are sorted by score, and only the first 3 suggestions are shown.

saifulkhan commented 1 year ago

Please find the attached design, which displays topics using chips. The score for each topic is colour-coded, with more saturated colours indicating a higher score (probability). Sort the documents based on score and show them in a table. Each page of the table displays five documents, and pagination is included to easily navigate to the next top five documents.

I hope this helps.

recommended-documents

kennethnym commented 1 year ago

Thank you, this is very helpful.