packages feed

pandoc-citeproc-0.7.3.1: tests/biblio2yaml/aristotle-anima.biblatex

@comment{

Adapted from biblatex-example.bib


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

(Aristotle 1907)

Aristotle. 1907. *De Anima*. Edited by Robert Drew Hicks. Cambridge:
Cambridge University Press.


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

(Aristotle, 1907)

Aristotle. (1907). *De anima*. (R. D. Hicks, Ed.). Cambridge: Cambridge
University Press.


}

@string{ cup     = {Cambridge University Press} }

@Book{aristotle:anima,
  author       = {Aristotle},
  title        = {De Anima},
  date         = 1907,
  editor       = {Hicks, Robert Drew},
  publisher    = cup,
  location     = {Cambridge},
  keywords     = {primary},
  hyphenation  = {british},
  annotation   = {A book entry with an author and an
                  editor},
}

---
references:
- id: aristotle:anima
  type: book
  author:
  - family: Aristotle
  editor:
  - family: Hicks
    given: Robert Drew
  issued:
  - year: '1907'
  title: De anima
  publisher: Cambridge University Press
  publisher-place: Cambridge
  annote: A book entry with an author and an editor
  keyword: primary
  language: en-GB
...