litstudy icon indicating copy to clipboard operation
litstudy copied to clipboard

Support WoS (Web of Science)

Open stijnh opened this issue 3 years ago • 1 comments

WoS (Web of Science) is a very popular database for scientific literature. There exists an Python wrapper for their API (https://pypi.org/project/wos/). It would be great if this was supported in litstudy.

stijnh avatar Mar 03 '22 11:03 stijnh

@stijnh I got curious and started working on this.

There are some issues with the wos package. I will let you know what I can figure out.

Also it might be better to try and depend on the official repositories from WoS:

  • https://github.com/clarivate/wosstarter_python_client

Kaszanas avatar May 17 '24 21:05 Kaszanas