summaryrefslogtreecommitdiff
path: root/issues/gnqa/fetch-pubmed-references-to-gnqa.gmi
diff options
context:
space:
mode:
authorAlexander_Kabui2024-09-09 10:46:30 +0300
committerAlexander_Kabui2024-09-09 10:46:30 +0300
commita9cd30ea9cdc3c043370ea5ce647015fac49bd2f (patch)
tree751fa7f669308aeb4d4543ea3783933373088ed6 /issues/gnqa/fetch-pubmed-references-to-gnqa.gmi
parent86a09437a13e9825a0d00b58ca59e463804a28de (diff)
downloadgn-gemtext-a9cd30ea9cdc3c043370ea5ce647015fac49bd2f.tar.gz
Move related gnqa/llm issues to gnqa folder
Diffstat (limited to 'issues/gnqa/fetch-pubmed-references-to-gnqa.gmi')
-rw-r--r--issues/gnqa/fetch-pubmed-references-to-gnqa.gmi38
1 files changed, 38 insertions, 0 deletions
diff --git a/issues/gnqa/fetch-pubmed-references-to-gnqa.gmi b/issues/gnqa/fetch-pubmed-references-to-gnqa.gmi
new file mode 100644
index 0000000..63351d1
--- /dev/null
+++ b/issues/gnqa/fetch-pubmed-references-to-gnqa.gmi
@@ -0,0 +1,38 @@
+# Fetch Pubmed data to GNQA
+
+## 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
+
+* [x] Connect to the PubMed API and perform HTTP requests.
+
+* [x] Query the API with the publication titles.
+
+* [] Display the PubMed information as reference information on the GN2 user interface.
+
+* [] dump the results to a DB e.g sqlite,lmdb
+
+* [x] If references are not found, perform a lossy search or list the closest three papers.
+
+* [] reimplement the reference ui to render the references as modal objects
+
+
+For lossy search, see:
+=> https://github.com/pjotrp/bioruby-bioinformatics-impact/blob/master/bin/pubmed2bib.rb
+
+see link to main issue:
+=> https://issues.genenetwork.org/topics/lmms/llm-metadata
+
+
+
+