packages feed

pandoc-citeproc-0.13: tests/biblio2yaml/aristotle-poetics.biblatex

@comment{

Adapted from biblatex-example.bib


Formatted with pandoc and chicago-author-date.csl, 2013-10-23:

(Aristotle 1968)

Aristotle. 1968. *Poetics*. Edited by D. W. Lucas. Clarendon Aristotle.
Oxford: Clarendon Press.


Formatted with pandoc and apa.csl, 2013-10-23:

(Aristotle, 1968)

Aristotle. (1968). *Poetics*. (D. W. Lucas, Ed.). Oxford: Clarendon
Press.


}

@Book{aristotle:poetics,
  author       = {Aristotle},
  title        = {Poetics},
  date         = 1968,
  editor       = {Lucas, D. W.},
  series       = {Clarendon {Aristotle}},
  publisher    = {Clarendon Press},
  location     = {Oxford},
  keywords     = {primary},
  hyphenation  = {british},
  shorttitle   = {Poetics},
  annotation   = {A book entry with an author and an
                  editor as well as a series field},
}

---
references:
- id: aristotle:poetics
  type: book
  author:
  - family: Aristotle
  editor:
  - family: Lucas
    given: D. W.
  issued:
  - year: 1968
  title: Poetics
  title-short: Poetics
  collection-title: Clarendon Aristotle
  publisher: Clarendon Press
  publisher-place: Oxford
  annote: A book entry with an author and an editor as well as a series field
  keyword: primary
  language: en-GB
...