wos metadata获取
近期,有获取wos 作者相关信息的需求。
Tips:
利用wos_crawler获取paper相关信息:
需要cd到wos_crawler-master\wos_crawler\文件夹下,运行python main.py文件,否则scraper报错“Unknown command: crawl”;
报错unexpected EOF while parsing,多半是少了半边儿括号;
利用高级搜索,生成检索式,复制到main.py文件;
浏览器输入webofknowledge获取浏览器跳转的sid值,填入main.py;
因学校没购买wws服务,调用wos官方APi报错Not authorized for product: WWS。
参考链接:
https://blog.csdn.net/tomleung1996/article/details/86627443
https://github.com/tomleung1996/wos_crawler
https://github.com/tomleung1996/wos_crawler/issues/6
https://www.webofscience.com/wos/woscc/advanced-search
https://github.com/Clarivate-SAR
https://vt-arc.github.io/wosr/index.html
https://www.crossref.org/community/developers/
https://github.com/CrossRef/rest-api-doc
https://gitlab.com/crossref/crossref_commons_py