0

我是乳胶新手,正在尝试整理我的参考过程。

我使用 mendeley webplugin 来捕获我需要的参考资料。然后将其导出为 .bib 文件,通过谷歌驱动器上传,并导入 Overleaf 以在乳胶中使用。我需要使用哈佛引用风格,因此我有这段代码。

%%%%%% Referencing %%%%%%
\usepackage{natbib}
\bibliographystyle{abbrvnat}
\setcitestyle{authoryear,open={(},close={)}}

这是有效的,我必须在添加新参考时手动刷新上传的 .bib 但这没什么大不了的。当我尝试引用一个网站时,问题就来了。我知道引用网站是不受欢迎的,但这是一个政府网站:)。

我的标准文本引用看起来像 \citet{citationkey} 和 \citep{citationkey} 但是,当我用 URL 尝试这个时,事情变得很糟糕,输出显示为“Mai”,并在参考书目中提供参考:

Commercial Fishing Historical Landings Data: Maine Department of Marine Resources. URL https:
95 //www.maine.gov/dmr/commercial-fishing/landings/historical-data.html."

我回头看,在 Mendeley 中,我的参考设置为:类型 - 网页标题 - 商业捕鱼历史上岸数据:缅因州海洋资源部引文关键字 - MaineFisheries2021 访问日期 - 2021-11-24 URL https://www.maine.gov /dmr/commercial-fishing/landings/historical-data.html

所以信息就在那里。我打开 .bib 文件以确认结构似乎没问题:

@misc{MaineFisheries2021,
title = {{Commercial Fishing Historical Landings Data: Maine Department of Marine Resources}},
url = {https://www.maine.gov/dmr/commercial-fishing/landings/historical-data.html},
urldate = {2021-11-24}
}

据我所知,数据正在被捕获、存储在 Mendeley 中并按预期导出到 .bib 中。这使得实际的乳胶集成成为问题,但我不知道如何剥离 netbib 的东西。

编辑

引用样式表给出的例子是:in-text (Google, 2020), Reference Template Author surname, 首字母。(年)页面标题。可在:URL(访问:日月年)。以及供参考的示例,Google (2020) Google 服务条款。网址为:https ://policies.google.com/terms?hl= en-US(访问日期:2020 年 5 月 11 日)。

4

0 回答 0