packages feed

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

@comment{

Adapted from biblatex-example.bib


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

(Augustine 1995)

Augustine, Robert L. 1995. *Heterogeneous Catalysis for the Synthetic
Chemist*. New York: Marcel Dekker.


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

(Augustine, 1995)

Augustine, R. L. (1995). *Heterogeneous catalysis for the synthetic
chemist*. New York: Marcel Dekker.


}

@Book{augustine,
  author       = {Augustine, Robert L.},
  title        = {Heterogeneous catalysis for the synthetic chemist},
  date         = 1995,
  publisher    = {Marcel Dekker},
  location     = {New York},
  hyphenation  = {american},
  shorttitle   = {Heterogeneous catalysis},
  annotation   = {A plain book entry},
}

---
references:
- title-short: Heterogeneous catalysis
  annote: A plain book entry
  title: Heterogeneous catalysis for the synthetic chemist
  id: augustine
  issued:
    date-parts:
    - - 1995
  author:
  - given: Robert L.
    family: Augustine
  publisher: Marcel Dekker
  type: book
  publisher-place: New York
  language: en-US
...