summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
Diffstat (limited to 'issues')
-rw-r--r--issues/fetch-pubmed-references-to-gnqa22
1 files changed, 22 insertions, 0 deletions
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