packages feed

pandoc-citeproc-0.3: tests/biblio2yaml/gerhardt.biblatex

@comment{

Adapted from biblatex-example.bib

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

(Gerhardt 2000)

Gerhardt, Michael J. 2000. *The Federal Appointments Process: A
Constitutional and Historical Analysis*. Durham; London: Duke University
Press.


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

(Gerhardt, 2000)

Gerhardt, M. J. (2000). *The federal appointments process: A
constitutional and historical analysis*. Durham; London: Duke University
Press.


}

@Book{gerhardt,
  author       = {Gerhardt, Michael J.},
  title        = {The Federal Appointments Process},
  date         = 2000,
  publisher    = {Duke University Press},
  location     = {Durham and London},
  hyphenation  = {american},
  sorttitle    = {Federal Appointments Process},
  indextitle   = {Federal Appointments Process, The},
  subtitle     = {A Constitutional and Historical Analysis},
  shorttitle   = {Federal Appointments Process},
  annotation   = {This is a book entry. Note the format of the
                  location field as well as the sorttitle and
                  indextitle fields},
}

---
references:
- title-short: Federal appointments process
  annote: This is a book entry. Note the format of the location field as well as the
    sorttitle and indextitle fields
  title: ! 'The federal appointments process: A constitutional and historical analysis'
  id: gerhardt
  issued:
    date-parts:
    - - 2000
  author:
  - given: Michael J.
    family: Gerhardt
  publisher: Duke University Press
  type: book
  publisher-place: Durham; London
  language: en-US
...