Zewei Zhang

Results 2 comments of Zewei Zhang

在@tomleung1996的帮助下已制作简易图文教程,详情请参考: [本项目的图文教程](https://github.com/tomleung1996/wos_crawler/issues/6#issuecomment-607000774)

> ## 需求: > 使用检索式得到检索结果(1767篇文献)后,还需要爬取对应的**施引文献**的全部题录信息: > > ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ > > ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ > ## 解决方法: 1. 改写@tomleung1996 编写的原文件→[改写后的文件.zip](https://github.com/tomleung1996/wos_crawler/files/4480859/default.zip) (main.py(路径:wos_crawler/main.py)); 2. 增加一个spider文件→[增加的文件.zip](https://github.com/tomleung1996/wos_crawler/files/4480849/default.zip) (wos_citing_articles_query_spider.py(路径:wos_crawler/spiders/wos_citing_articles_query_spider.py)) ## 使用方法: * 参考上述两个文件内的DocStrings(函数帮助文档) * 参考[本项目的图文教程](https://github.com/tomleung1996/wos_crawler/issues/6#issuecomment-607000774) ## 建议: 建议@tomleung1996...