我正在为一个学校项目创建参考文献列表,并希望包含一个我认为很有帮助的论坛讨论。问题是我不确定哪种条目类型最适合 biblatex。我考虑过 @online,论坛讨论没有真正的作者,只有一群参与者,文档说作者/编辑是必填字段。
@online{poker,
title = "Isaac Newton - det heliocentriske verdensbillede.",
date = "2012-11-28",
url = "http://www.lalelu.com",
urldate = "2015-11-01"
}
答案1
摘自biblatex 文档:
misc
不属于任何其他类别的条目的后备类型。如果适用,请使用字段 howpublished 以自由格式提供出版信息。字段 type 也可能有用。根据 § 2.3.2,author、editor 和 year 可以省略。必填字段:
author/editor, title, year/date
可选字段:
subtitle, titleaddon, language, howpublished, type, version, note, organization, location, date, month, year, addendum, pubstate, doi, eprint, eprintclass, eprinttype, url, urldate
我会使用该misc
类型,并询问您的主管是否需要为该howpublished
字段指定特定文本。所有条目类型(因此类型也misc
支持该url
字段)。