summaryrefslogtreecommitdiff
path: root/issues/fetch-pubmed-references-to-gnqa.gmi
diff options
context:
space:
mode:
authorAlexander_Kabui2024-02-12 17:13:57 +0300
committerAlexander_Kabui2024-02-12 17:13:57 +0300
commit31e076e992ad115b0af46c5cdf03ff6f1dbe9c19 (patch)
tree24dff95788fc9fed686355fea5f568dc9bc88037 /issues/fetch-pubmed-references-to-gnqa.gmi
parent8624f9d0a7cd283e80d3f2552c18e0f9b5ea243f (diff)
downloadgn-gemtext-31e076e992ad115b0af46c5cdf03ff6f1dbe9c19.tar.gz
use correct ext for issue:issues/fetch-pubmed-references-to-gnqa
Diffstat (limited to 'issues/fetch-pubmed-references-to-gnqa.gmi')
-rw-r--r--issues/fetch-pubmed-references-to-gnqa.gmi32
1 files changed, 32 insertions, 0 deletions
diff --git a/issues/fetch-pubmed-references-to-gnqa.gmi b/issues/fetch-pubmed-references-to-gnqa.gmi
new file mode 100644
index 0000000..cebeaaf
--- /dev/null
+++ b/issues/fetch-pubmed-references-to-gnqa.gmi
@@ -0,0 +1,32 @@
+# 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
+
+* [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
+
+* [x] 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
+
+see link to main issue:
+=> https://issues.genenetwork.org/topics/lmms/llm-metadata