Batch loading bibtex data?
Is there a way to batch download bibtex data from Google Scholar or somewhere in esle?
I tried several GS Scrapers, for example https://github.com/gimoya/theBioBucket-Archives/blob/master/R/Functions/GScholarScraper_3.1.R
But none of them can load bibtex files. The mysterious scisig key should get the file.
I have also tried Jabref. It can receive bibtex files in bulk. But advanced search functions in GS are disabled.
Thanks for any pointers.
+3
source to share
2 answers
I have updated the scholar .py with this function. See 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}
}
$
+4
source to share