3

Google Scholar またはどこかから bibtex データを一括ダウンロードする方法はありますか?

私はいくつかの GS Scraper を試しました

しかし、どれも bibtex ファイルをダウンロードできません。ファイルを取得するには謎のscisigキーが必要です。

Jabrefも試しました。bibtex ファイルを一括で取得できます。ただし、GS の高度な検索機能はすべて無効になっています。

ご指摘ありがとうございます。

4

2 に答える 2

4

この機能を使用して 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}
}

$
于 2013-08-21T10:30:35.787 に答える
0

このソフトウェアを使用して論文のリポジトリを維持している場合は、bibtex のバッチ ダウンロードに Mendely を使用できます。

于 2014-04-04T01:45:37.653 に答える