packages feed

pandoc-citeproc-0.16.1: tests/biblio2yaml/hammond.biblatex

@comment{

Adapted from biblatex-example.bib

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

(Hammond 1997)

Hammond, Christopher. 1997. *The Basics of Crystallography and
Diffraction*. Oxford: International Union of Crystallography; Oxford
University Press.


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

(Hammond, 1997)

Hammond, C. (1997). *The basics of crystallography and diffraction*.
Oxford: International Union of Crystallography; Oxford University Press.


}

@Book{hammond,
  author       = {Hammond, Christopher},
  title        = {The basics of crystallography and diffraction},
  date         = 1997,
  publisher    = {International Union of Crystallography and Oxford University
                  Press},
  location     = {Oxford},
  hyphenation  = {british},
  sorttitle    = {Basics of crystallography and diffraction},
  indextitle   = {Basics of crystallography and diffraction, The},
  shorttitle   = {Crystallography and diffraction},
  annotation   = {A book entry. Note the sorttitle and
                  indextitle fields as well as the format of the
                  publisher field},
}

---
references:
- id: hammond
  type: book
  author:
  - family: Hammond
    given: Christopher
  issued:
  - year: 1997
  title: The basics of crystallography and diffraction
  title-short: Crystallography and diffraction
  publisher: International Union of Crystallography; Oxford University Press
  publisher-place: Oxford
  annote: A book entry. Note the sorttitle and indextitle fields as well as the format of the publisher field
  language: en-GB
...