特定のエントリに関する追加の書誌情報はどこで入手できますか?

特定のエントリに関する追加の書誌情報はどこで入手できますか?

私は会議のために文章を書いています。サンプルの TeX ファイルでは、次のような参照が使用されています。

@article{kaye:puc,
  year =         2014,
  issn =         {1617-4909},
  journal =      {Personal and Ubiquitous Computing},
  volume =       18,
  number =       4,
  doi =          {10.1007/s00779-014-0773-4},
  title =        {Special issue on science fiction and ubiquitous
                  computing},
  url =          {http://dx.doi.org/10.1007/s00779-014-0773-4},
  publisher =    {Springer London},
  author =       {Kaye, Jofish and Dourish, Paul},
  pages =        {765-766},
  language =     {English}
}

Google Scholar で試してみたところ、Google Scholar から BibTeX を取得できました。

@article{kaye2014special,
  title={Special issue on science fiction and ubiquitous computing},
  author={Kaye, Jofish and Dourish, Paul},
  journal={Personal and Ubiquitous Computing},
  volume={18},
  number={4},
  pages={765--766},
  year={2014},
  publisher={Springer-Verlag}
}

同じではないことがわかります。Google Scholar が提供した BibTeX には DOI リンクがありません。

では、上記のような参考文書の書誌情報はどこで入手できるのでしょうか?

答え1

ブラウザ拡張機能を使用するゾテロファイルをエクスポートします.bib。また、利用可能な場合は記事の一部をダウンロードして.pdfオフライン用に名前を変更する便利な機能や、参照をフォルダーに整理する機能、その他多くの時間節約機能(正気を保つための機能)も備えています。

OP記事の出力:

@article{kaye_special_2014,
    title = {Special {Issue} on {Science} {Fiction} and {Ubiquitous} {Computing}},
    volume = {18},
    issn = {1617-4909},
    url = {http://dx.doi.org/10.1007/s00779-014-0773-4},
    doi = {10.1007/s00779-014-0773-4},
    number = {4},
    urldate = {2015-04-17},
    journal = {Personal Ubiquitous Comput.},
    author = {Kaye, Jofish and Dourish, Paul},
    month = apr,
    year = {2014},
    pages = {765--766}
}

関連情報