我想在我的研究论文中添加网页文章(来自纽约时报)。我怎样才能将其添加到我的参考书目中。我可以使用 JabRef 添加(研究文章、书籍、小册子等)。但我怎样才能自动添加网页。
我应该使用这个代码吗,或者还有其他更快的方法来做到这一点?
@WEB{NYTimes,
key = {NY-Immigration},
link = {http://www.nytimes.com/2014/02/07/us/politics/boehner-doubts-immigration-overhaul-will-pass-this-year.html?_r=0},
owner = {user3378649},
timestamp = {2014.02.06},
title = {Boehner Doubts Immigration Bill Will Pass in 2014},
year = {2014}
}
答案1
在 JabRef 中选择“在线”类型:
得出以下结论:
@ONLINE{CFD2011,
author = {Cfd-online},
title = {Dimensionless wall distance (y plus)},
year = {2011},
url = {http://www.cfd-online.com/Wiki/Dimensionless_wall_distance_%28y_plus%29},
note = {[Online; Stand 19. Dezember 2012]},
owner = {LaRiFaRi},
timestamp = {2012.12.19}
}
然后打印它(如果您希望将其作为单独的部分):
\printbibliography[
heading=bibliography,
title=Bibliography,
nottype=online
]
\printbibliography[
heading=subbibliography,
title=Online sources,
type=online
]
我不知道这是否相关,但我使用该包运行它:
\usepackage[%
,backend=biber
]{biblatex}