packages feed

pandoc-citeproc-0.3.1: tests/biblio2yaml/book-coleridge.biblatex

@comment{adapted from http://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/examples/biblatex-examples.bib

TODO (as a stopgap):
Combine biblatex “volume = 7” and “part = 2” to CSL “volume: 7.2”

}

@book{coleridge,
	Annotation = {One (partial) volume of a multivolume book. This is a book entry with a volume and a part field which explicitly refers to the second (physical) part of the seventh (logical) volume. Also note the series and number fields},
	Author = {Coleridge, Samuel Taylor},
	Date = 1983,
	Editor = {Coburn, Kathleen and Engell, James and Bate, W. Jackson},
	Hyphenation = {british},
	Indextitle = {Biographia literaria},
	Location = {London},
	Maintitle = {The collected works of {Samuel Taylor Coleridge}},
	Number = 75,
	Part = 2,
	Publisher = {Routledge {and} Kegan Paul},
	Series = {Bollingen Series},
	Shorttitle = {Biographia literaria},
	Title = {Biographia literaria, or {Biographical} sketches of my literary life and opinions},
	Volume = 7}
---
references:
- title-short: Biographia literaria
  annote: One (partial) volume of a multivolume book. This is a book entry with a
    volume and a part field which explicitly refers to the second (physical) part
    of the seventh (logical) volume. Also note the series and number fields
  title: Biographia literaria, or Biographical sketches of my literary life and opinions
  volume: '7.2'
  id: coleridge
  issued:
    date-parts:
    - - 1983
  author:
  - given: Samuel Taylor
    family: Coleridge
  container-title: The collected works of Samuel Taylor Coleridge
  editor:
  - given: Kathleen
    family: Coburn
  - given: James
    family: Engell
  - given: W. Jackson
    family: Bate
  publisher: Routledge and Kegan Paul
  collection-title: Bollingen series
  type: book
  publisher-place: London
  collection-number: '75'
  language: en-GB
...