能在zotero软件里用的样式代码
时间: 2023-12-10 18:05:20 浏览: 135
Zotero及核心插件
以下是一些可以在 Zotero 软件中使用的样式代码示例:
1. APA 格式:
```
{ "name": "APA", "styleID": 1, "note": "American Psychological Association 7th edition (APA)" }
```
2. MLA 格式:
```
{ "name": "MLA", "styleID": 3, "note": "Modern Language Association 8th edition (MLA)" }
```
3. Chicago 格式:
```
{ "name": "Chicago Manual of Style", "styleID": 2, "note": "Chicago Manual of Style 17th edition (author-date)" }
```
4. Harvard 格式:
```
{ "name": "Harvard", "styleID": 6, "note": "Harvard referencing style" }
```
5. Vancouver 格式:
```
{ "name": "Vancouver", "styleID": 5, "note": "Vancouver referencing style" }
```
注意:这些样式代码需要在 Zotero 软件中手动添加,具体操作方法可以参考 Zotero 的官方文档。
阅读全文