Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mantis-software-company/wos-search-service
RESTful web service that provides access to the Web of Science (WOS) citation data
https://github.com/mantis-software-company/wos-search-service
Last synced: about 1 month ago
JSON representation
RESTful web service that provides access to the Web of Science (WOS) citation data
- Host: GitHub
- URL: https://github.com/mantis-software-company/wos-search-service
- Owner: mantis-software-company
- License: apache-2.0
- Created: 2021-12-10T18:59:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T16:28:04.000Z (about 3 years ago)
- Last Synced: 2024-09-15T02:59:42.164Z (3 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wos-search-service
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](https://github.com/enricobacis/wos).
See [this section](https://github.com/enricobacis/wos#faq-i-cannot-connect-) 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