如何使用 Zotero 和温哥华风格引用?

如何使用 Zotero 和温哥华风格引用?

我正在使用 Zotero 来处理我的参考文献,并使用一个名为 AutoZotBib 的插件生成以下 .bib 文件:

@misc{_gps.gov:_2015,
    title = {{GPS}.gov: {GPS} {Accuracy}},
    url = {http://www.gps.gov/systems/gps/performance/accuracy/},
    urldate = {2015-05-07},
    month = may,
    year = {2015},
    annote = {Accessed 3rd July 2008},
    file = {GPS.gov\: GPS Accuracy:C\:\\Users\\marcus.utter\\AppData\\Roaming\\Zotero\\Zotero\\Profiles\\4aig9qvw.default\\zotero\\storage\\X7ZXRNSW\\accuracy.html:text/html}
}

我想以温哥华风格展示我的参考书目,并尝试通过执行以下操作来实现:

\cite{_gps.gov:_2015}
\bibliography{bibliography}
\bibliographystyle{vancouver}

生成的书目项目如下所示:

GPS.gov:GPS 精度;2015 年。可从以下网址获取:http://www.gps.gov/ 系统/gps/性能/准确性/。

这很接近了,但我还想显示资源的访问时间。该怎么做?

答案1

我找到了一个解决方案。我在 Zotero 的“额外”字段中写下了访问日期,而不是将其添加到注释中,这样就很好了!

相关内容