summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander_Kabui2024-01-29 13:52:04 +0300
committerAlexander_Kabui2024-01-29 13:52:04 +0300
commit018a129ba357024117fa67ba6003497d23a17db3 (patch)
tree0c7de82fe2608b4344ec85d79b09f4d1fb985d6f
parent51637eda561b24b7afd9e1f0b9638652ae33c20d (diff)
downloadgn-gemtext-018a129ba357024117fa67ba6003497d23a17db3.tar.gz
add new issue:fetch pubmed reference and add to gnqa
-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