I am a beginner in python. I am searching how can extract information from google scholar.
I have to implement two-step for this.
First, Search a keyword in scholar and from search result paper extract the BibTex information.
For example, I have a keyword string 'G. Goor, E. Staab, J. Glenneberg, Process for the preparation of hydrogen peroxide by the anthraquinone cyclic process, USP: 7238335 (2007).'
, I need to search this scholar and from the result paper citation information (BibTex)
need to store another variable.
So, for this keyword search desired output is,
@misc{goor2007process,
title={Process for the preparation of hydrogen peroxide by the anthraquinone cyclic process},
author={Goor, Gustaaf and Staab, Eugen and Glenneberg, J{"u}rgen},
year={2007},
month=jul # "~3",
publisher={Google Patents},
note={US Patent 7,238,335}
}
How can I do this? Any idea or help will be appreciated. Thanks for reading my post.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…