我正在使用Pandoc,并希望引用一个法律案件。我想在YAML中输入必要的数据,类似于:
- title: One-click science marketing
volume: '11'
URL: http://dx.doi.org/10.1038/nmat3283
DOI: 10.1038/nmat3283
issue: '4'
container-title: Nature Materials
publisher: Nature Publishing Group
author:
- family: Fenner
given: Martin
orcid: 0000-0003-1419-2405
page: 261-263
id: fenner2012a
type: article-journal
issued:
date-parts:
- 2012
- 3
(被引:Blog entry by Martin Fenner)
经过长时间的研究,我仍然不知道哪些领域可用于法律案件。有几个CLS用于法律案件,但我找不到任何信息他们期望的字段。如何在没有阅读CLS文件的情况下找到它们,我几乎不明白?
感谢您的帮助!
答案 0 :(得分:2)
您可以用于法律案件的某些字段显示在导出到CSL JSON的Zotero条目中,然后转换为CSL YAML。您仍然需要找出哪些CSL文件支持这些字段。 https://forums.zotero.org/11/可能会提供进一步的帮助。
---
references:
- id: a
type: legal-case
author:
- family: Author
given: Al
issued:
- year: 1999
title: Title
container-title: Reporter
authority: Court
page: 123-456
volume: 9
number: Docket Number
references: History
abstract: Abstract
language: en-US
...