wos.utils

Here is the documentation for the methods in the wos.utils package.


wos.utils.doi_to_wos(wosclient, doi)

Convert DOI to WOS identifier.

wos.utils.query(wosclient, wos_query, xml_query=None, count=5, offset=1, limit=100)

Query Web of Science and XML query results with multiple requests.

wos.utils.single(wosclient, wos_query, xml_query=None, count=5, offset=1)

Perform a single Web of Science query and then XML query the results.