SIBiLS-COVTriage services

Search on MEDLINE

The triage function is an essential element of the curation system directly integrated into the COVTriage, but also available through a special API developed on a HTTP POST protocol. This service provides a ranked list of MEDLINE documents for a keyword-centric curation request.

The base URL is :

http://candy.hesge.ch/COVTriageService/webservice/ranking/MEDLINE/json?

Parameters

subject parameter is mandatory as it specifies the name of the researched entity.

The following parameters are available :

Thesaurus

Regardless of the selected axis, the COVTriage search is always based on the controlled vocabulary available on github.

If the default axis is not wanted, one or more of the following section can be set (separated by a comma):

Example

The following URL provides a list of publications corresponding to the keyword "pangolin", ranked for their relevance to the curation of MEDLINE using the Biological/Medical vocabulary.

http://candy.hesge.ch/COVTriageService/webservice/ranking/MEDLINE/json?subject=pangolin&axis=covocbiomed

Output

The output is provided in JSON format :

[ { "abstract":"An outbreak of coronavirus disease 2019 (COVID-19) caused by [...].", "title":"Probable Pangolin Origin of SARS-CoV-2 Associated with the COVID-19 Outbreak.", "neXtA5Score":111.9, "pubDate":2020, "publicationId":"32197085", "statements":15 }, ... ]

Output fields for each document are :

Getting Help

You can contact us for questions specifically relating to this service.