- 积分
- 39420
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-5-13
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 一大碗年糕 于 2025-7-4 20:57 编辑
AGU期刊要求的reference格式与APA7的一点区别:
- For eight or more authors, include the first six author names, followed by “et al.”. E.g.: Yao, Q., Brown, P.M., Lui, S., Rocca, M.E., Trouet, V., Zheng, B., et al. (2017)..... Note: This represents an exception to APA reference style. AGU’s latex template and APA style in reference management software do not include this exception. You do not need to update your manuscript with this exception; it will be applied by the production vendor during the copy-editing process.
虽然AGU指出这个区别不需要作者自己修改,但是尽量还是在提交稿件阶段符合规矩
需要修改zotero csl文件中以下部分 et-al-min="8" et-al-use-first="6"
<bibliography hanging-indent="true" et-al-min="8" et-al-use-first="6" entry-spacing="0" line-spacing="2">
另外在创建新csl时为了避免覆盖 Zotero 中已有的 CSL 样式(如 apa.csl),需要修改 <id> 和 <title> 等头部信息,使其成为一个独立的自定义样式。
- <info>
- <title>Custom AGU-APA Style</title> <!-- 修改 title -->
- <title-short>AGU-APA Custom</title-short> <!-- 修改简短标题 -->
- <id>http://www.zotero.org/styles/agu-apa-custom</id> <!-- 修改为唯一ID -->
- <link href="http://www.zotero.org/styles/agu-apa-custom" rel="self"/> <!-- 与上面的ID保持一致 -->
复制代码 https://blog.csdn.net/Dr_maker/article/details/127600006
|
评分
-
查看全部评分
|