packages feed

pandoc-citeproc-0.7.3.1: tests/biblio2yaml/iliad.biblatex

@comment{

Adapted from biblatex-example.bib

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

(Homer 2004)

Homer. 2004. *Die Ilias*. Translated by Wolfgang Schadewaldt. 3rd ed.
Düsseldorf; Zürich: Artemis & Winkler.


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

(Homer, 2004)

Homer. (2004). *Die Ilias*. (W. Schadewaldt, trans.) (3rd ed.).
Düsseldorf; Zürich: Artemis & Winkler.

}

@Book{iliad,
  author       = {Homer},
  title        = {Die Ilias},
  date         = 2004,
  translator   = {Schadewaldt, Wolfgang},
  introduction = {Latacz, Joachim},
  edition      = 3,
  publisher    = {Artemis \& Winkler},
  location     = {D{\"u}sseldorf and Z{\"u}rich},
  hyphenation  = {german},
  sorttitle    = {Ilias},
  indextitle   = {Ilias, Die},
  shorttitle   = {Ilias},
  annotation   = {A German translation of the \emph{Iliad}. Note the
                  translator and introduction fields and the
                  format of the location field in the database
                  file. Also note the sorttitle and indextitle
                  fields},
}

---
references:
- id: iliad
  type: book
  author:
  - family: Homer
  translator:
  - family: Schadewaldt
    given: Wolfgang
  issued:
  - year: '2004'
  title: Die Ilias
  title-short: Ilias
  publisher: Artemis & Winkler
  publisher-place: Düsseldorf; Zürich
  edition: '3'
  annote: A German translation of the *Iliad*. Note the translator and introduction
    fields and the format of the location field in the database file. Also note the
    sorttitle and indextitle fields
  language: de-DE
...