SIBiLS-COVTriage services

Search on CORD-19

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 CORD-19 documents (from the Allen Institure for AI) for a keyword-centric curation request.

The base URL is :

http://candy.hesge.ch/COVTriageService/webservice/ranking/BIB/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 "chloroquine", ranked for their relevance to the curation of CORD-19 using the Chemicals.

http://candy.hesge.ch/COVTriageService/webservice/ranking/BIB/json?subject=Chloroquine&axis=covocchemicals

Output

The output is provided in JSON format :

[ { "abstract":"ABSTRACT: Although chloroquine, hydroxychloroquine and [...].", "title":"New concepts in antimalarial use and mode of action in dermatology", "neXtA5Score":406.6, "pubDate":0, "publicationId":"08j87r2u", "statements":148 }, ... ]

Output fields for each document are :

Getting Help

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