diff options
author | Alexander_Kabui | 2024-09-09 17:17:57 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-09-09 17:22:04 +0300 |
commit | a8a8f82feed1b93ae98aadca931077b128323966 (patch) | |
tree | 26416831bc825c91c509b505c5e987fee0f2bc61 | |
parent | ee8ea4893bd7e8852ca640657fe31a323d488565 (diff) | |
download | gn-gemtext-a8a8f82feed1b93ae98aadca931077b128323966.tar.gz |
Mark issue: gnqa: fetch pubmed reference to gnqa as complete.
-rw-r--r-- | issues/gnqa/fetch-pubmed-references-to-gnqa.gmi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/issues/gnqa/fetch-pubmed-references-to-gnqa.gmi b/issues/gnqa/fetch-pubmed-references-to-gnqa.gmi index 63351d1..43c45cf 100644 --- a/issues/gnqa/fetch-pubmed-references-to-gnqa.gmi +++ b/issues/gnqa/fetch-pubmed-references-to-gnqa.gmi @@ -5,7 +5,7 @@ * assigned: alexm * keywords: llm, pubmed, api, references * type: enhancements -* status: in progress +* status: completed, closed ## Description @@ -18,13 +18,13 @@ The task is to integrate PubMed references into the GNQA system by querying the * [x] Query the API with the publication titles. -* [] Display the PubMed information as reference information on the GN2 user interface. +* [x] Display the PubMed information as reference information on the GN2 user interface. -* [] dump the results to a DB e.g sqlite,lmdb +* [x] 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 +* [x] reimplement the reference ui to render the references as modal objects For lossy search, see: |