所以我有我的参考书目,它看起来和我想要的完全一样,没有问题。我不希望参考书目中的条目显示网址(除非它专门是在线资源),我已经使用自定义 bib 实现了这一点。一切都很好。
但我希望的是,实际条目是指向其在线资源的链接。我有 DOI 和指向所有参考文献的链接,所以这不是问题,我只是想知道如何将它们全部用于参考书目中以使条目成为链接。我在这里查看了许多其他问题,但找不到任何能满足我要求的问题。
我的所有 bibtex 条目都采用以下形式:
@ARTICLE{Ziolkowski2012,
author = {{Zi\'{o}\l{l}kowski}, M and {Vikár}, A and Mayes, ML and Bencsura,
A and Lendvay, G et al.},
title = {Modeling the electron-impact dissociation of methane},
journal = {Journal of Chemical Physics},
year = {2012},
volume = {137},
pages = {22A510},
abstract = {Blah Blah Blah},
doi = {10.1063/1.4733706},
file = {Modeling the electron-impact dissociation of methane.pdf:Modeling the electron-impact dissociation of methane.pdf:PDF},
owner = {will},
timestamp = {2013.02.11},
url = {dx.doi.org/10.1063/1.4733706}
}
我正在使用hyperref
和natbib
,我希望能够做到这一点,但我不知道如何做。
答案1
将我的评论转化为答案:
如上所述这答案提供了解决问题的基本思路。
如果还希望日志可点击,请在相应的行中使用FUNCTION {article}
并添加新定义的函数:doilink
journal emphasize doilink "journal" output.check