我正在为一个会议撰写文章,在他们的示例 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}
}