如何添加:
联合国大会,《世界人权宣言》,第 12 条,1948 年 12 月 10 日,217 A (III),可访问以下网址获取:http://www.refworld.org/docid/3ae6b3712c.html[2015 年 2 月 17 日访问]
到 BibTeX?我是新手,我不确定条目应该是什么样子。
以下是我的想法:
@misc{unart12,
title={Universal Declaration of Human Rights},
author={UN General Assembly},
month={December},
year={1948},
note={Art. 12, Available at: http://www.unhchr.ch/udhr/lang/eng.pdf [accessed 17 February 2015]}
}
答案1
以下是我对《世界人权宣言》的条目:
@misc{udhr,
organization = {{United Nations}},
publisher = {Office of the United Nations High Commissioner for Human Rights},
title = {Universal Declaration of Human Rights},
year = 1948,
day = 10,
month = dec}
可能的话,添加一个url
用于输入网址的字段,并将访问日期输入到该note
字段中。如果您需要将文章添加到条目中(而不是引用),note
也可以使用该字段。
url = {http://www.unhchr.ch/udhr/lang/eng.pdf},
note = {Art. 12. Accessed 17 February 2015}}