summaryrefslogtreecommitdiff
path: root/issues/fetch-pubmed-references-to-gnqa.gmi
blob: dcec3b0dbde0720ec6ef64f6ed4fef4e584edcec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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

* [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