packages feed

pandoc-citeproc-0.13: 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:
- id: augustine
  type: book
  author:
  - family: Augustine
    given: Robert L.
  issued:
  - year: 1995
  title: Heterogeneous catalysis for the synthetic chemist
  title-short: Heterogeneous catalysis
  publisher: Marcel Dekker
  publisher-place: New York
  annote: A plain book entry
  language: en-US
...