RESTful web service that provides access to the Web of Science (WOS) citation data

Furkan Kalkan dcb8d57180 Deprecation message added to README 2 月之前
.github e1c3a4023d initial commit 3 年之前
deploy 9ec42891dc some fixes 3 年之前
src fb3400fefa some fixes 3 年之前
.gitignore e1c3a4023d initial commit 3 年之前
LICENSE e1c3a4023d initial commit 3 年之前
README.md dcb8d57180 Deprecation message added to README 2 月之前
requirements.txt e1c3a4023d initial commit 3 年之前
setup.py 744c32a4f3 Bump version 3 年之前

README.md

wos-search-service

[!WARNING]
Application in this repo is no longer operational as of November 1, 2023, due to the shutdown of the WOS SOAP API.

WOS Search Service is a RESTful web service that provides access to the Web of Science (WOS) citation data. It use Web of Science SOAP API to access WOS data. You need premium API account in order use this service.

Mantis Software Company has no relation with Thomson Reuters, Web of Science and Web of Science WWS API. This web service is just a wrapper, was built top on wos python package. See this section for more information.

Currently , the service supports the following WOS search queries:

  • Author search (with combinations of author name)

Environment Variables

  • __SERVICE_WOS_USER: Username to access WOS SOAP API
  • __SERVICE_WOS_PASSWORD: Password to access WOS SOAP API