Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
4.2k views
in Technique[技术] by (71.8m points)

python - Web sraping from Google Scholar

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...