有没有办法从Google学术搜索或其他地方批量下载bibtex数据?
我尝试了一些GS Scrapers,例如
https://github.com/gimoya/theBioBucket-Archives/blob/master/R/Functions/GScholarScraper_3.1.R
但是它们都无法下载bibtex文件。需要神秘的 scisig 密钥来获取文件。
我也尝试过Jabref。它可以批量获取bibtex文件。
但是GS中的高级搜索功能全部被禁用。
感谢您的指导。
最佳答案
我使用此功能更新了Scholar.py。参见http://www.github.com/hildensia/scholar
$ ./scholar.py "Alan Turing Entscheidungsproblem" --bibtex --count 1
@article{turing1936computable,
title={On computable numbers, with an application to the Entscheidungsproblem},
author={Turing, Alan M},
journal={Proceedings of the London mathematical society},
volume={42},
number={2},
pages={230--265},
year={1936},
publisher={London, UK}
}
$