From 018a129ba357024117fa67ba6003497d23a17db3 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 29 Jan 2024 13:52:04 +0300 Subject: add new issue:fetch pubmed reference and add to gnqa --- issues/fetch-pubmed-references-to-gnqa | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 issues/fetch-pubmed-references-to-gnqa diff --git a/issues/fetch-pubmed-references-to-gnqa b/issues/fetch-pubmed-references-to-gnqa new file mode 100644 index 0000000..01ebb9e --- /dev/null +++ b/issues/fetch-pubmed-references-to-gnqa @@ -0,0 +1,22 @@ +# Fetch Pubmed data to GNWA + +## Tags + +* assigned: alexm +* keywords: llm, pubmed, api, references +* type: enhancements +* status: in progress + +## Description + +The task is to integrate PubMed references into the GNQA system by querying the PubMed API using GNQA publication titles. Then, display the data as reference information, which will provide users with more valuable details. + +## Tasks + +* [ ] Connect to the PubMed API and perform HTTP requests. +* [ ] Query the API with the publication titles. +* [ ] Display the PubMed information as reference information on the GN2 user interface. +* [ ] If references are not found, perform a lossy search or list the closest three papers. + +For lossy search, see: +=> https://github.com/pjotrp/bioruby-bioinformatics-impact/blob/master/bin/pubmed2bib.rb -- cgit v1.2.3