如何使用 APA 样式在我的参考书目中添加超链接?

如何使用 APA 样式在我的参考书目中添加超链接?

我正在尝试使用 APA 格式制作参考书目,其中参考书目中的参考文献链接到文章所在的网站。但是使用 APA 格式我无法对此进行排序,而 apalike 会给出错误。

梅威瑟:

 \documentclass[12pt]{book}
 \usepackage{natbib}
 \usepackage{hyperref}
 \begin{document}

 Text goes here \cite{1}.

 \bibliographystyle{apa}
 \bibliography{Thesis_Bibliography}
 \end{document}

我从 EndNote 加载我的引文,它确实导出了 url 和 doi,但我无法使用 APA 样式调用它们。

.bib 文件输入:

@article{1,
author = {Esen, Mehmet and Durmuş, Aydin and Durmuş, Ayla},
title = {Geometric design of solar-aided latent heat store depending on      various parameters and phase change materials},
journal = {Solar Energy},
volume = {62},
number = {1},
pages = {19-28},
ISSN = {0038-092X},
DOI = {http://dx.doi.org/10.1016/S0038-092X(97)00104-7},
url = {http://www.sciencedirect.com/science/article/pii/S0038092X97001047},
year = {1998},
type = {Journal Article}
}

这给出了以下输出,布局正是我想要的,但文本不可点击。我怎样才能使文本链接到 URL?

參考

相关内容