pandoc-citeproc-0.16.1: tests/biblio2yaml/cotton.biblatex
@comment{
Adapted from biblatex-example.bib
Formatted with pandoc and chicago-author-date.csl, 2013-10-23:
(Cotton et al. 1999)
Cotton, Frank Albert, Geoffrey Wilkinson, Carlos A. Murillio, and
Manfred Bochmann. 1999. *Advanced Inorganic Chemistry*. 6th ed.
Chichester: Wiley.
Formatted with pandoc and apa.csl, 2013-10-23:
(Cotton, Wilkinson, Murillio, & Bochmann, 1999)
Cotton, F. A., Wilkinson, G., Murillio, C. A., & Bochmann, M. (1999).
*Advanced inorganic chemistry* (6th ed.). Chichester: Wiley.
}
@Book{cotton,
author = {Cotton, Frank Albert and Wilkinson, Geoffrey and Murillio,
Carlos A. and Bochmann, Manfred},
title = {Advanced inorganic chemistry},
date = 1999,
edition = 6,
publisher = {Wiley},
location = {Chichester},
hyphenation = {british},
annotation = {A book entry with \arabic{author} authors and an
edition field. By default, long author and
editor lists are automatically truncated. This is
configurable},
}
---
references:
- id: cotton
type: book
author:
- family: Cotton
given: Frank Albert
- family: Wilkinson
given: Geoffrey
- family: Murillio
given: Carlos A.
- family: Bochmann
given: Manfred
issued:
- year: 1999
title: Advanced inorganic chemistry
publisher: Wiley
publisher-place: Chichester
edition: '6'
annote: A book entry with author authors and an edition field. By default, long author and editor lists are automatically truncated. This is configurable
language: en-GB
...