我的参考书目中有 W3C 规范,我不知道如何正确引用它们。现在我这样做:
@techreport{DefHtml,
author = {Ian Hickson},
title = {HTML5 Specification},
institution = {World Wide Web Consortium},
number = {1.5610},
year = {2012}
}
有人告诉我,文档还必须有一个类似标识号的东西。但我找不到任何相关信息。这里的数字用于“修订”。这个属性正确吗?
以下是文档的链接
答案1
以下是 w3c 页面的 bibtex 条目示例:
@TechReport{Maler:04:EML,
author = "Eve Maler and Jean Paoli and C. M. Sperberg-McQueen and Fran\c{c}ois Yergeau and Tim Bray",
title = "Extensible Markup Language ({XML}) 1.0 (Third Edition)",
month = feb,
note = "http://www.w3.org/TR/2004/REC-xml-20040204",
year = "2004",
type = "first Edition of a Recommendation",
institution = "W3C",
}
此页面的识别号为 20040204,您可以在“注释”中看到。您提供的页面链接目前正在建设中。或者,您可以选择其中一个版本并引用它。
答案2
本网站为 W3C 文档生成 BibTeX 引用。例如,给定 URL
目前生产:
@TechReport{Eden:18:H,
author = "Terence Eden and Xiaoqian Wu and Sangwhan Moon and Shwetank Dixit and Scott O'Hara and Patricia Aas and Bruce Lawson",
title = "{HTML} 5.3",
month = aug,
note = "https://www.w3.org/TR/2018/WD-html53-20180809/",
year = "2018",
bibsource = "http://w2.syronex.com/jmr/w3c-biblio",
type = "{W3C} Working Draft",
institution = "W3C",
}
请注意,它会自动将 URL(指向最新版本)解析为当前版本 (20180809),因此如果您将来重复此操作,可能会得到不同的结果。此外,这仅适用于在 www.w3.org 上发布的文档;您问题中的 dev.w3.org 链接现在重定向到 w3c.github.io,该链接不受直接支持(您必须使用该文档中的“最新发布版本”链接)。