packages feed

pandoc-citeproc-0.2: tests/biblio2yaml/nietzsche-ksa1.biblatex

@comment{

Adapted from biblatex-example.bib


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

(Nietzsche 1988)

Nietzsche, Friedrich. 1988. *Die Geburt der Tragödie. Unzeitgemäße
Betrachtungen I–IV. Nachgelassene Schriften 1870–1973*. Edited by
Giorgio Colli and Mazzino Montinari. *Sämtliche Werke: Kritische
Studienausgabe*. 2nd ed. Vol. 1. München; Berlin; New York: Deutscher
Taschenbuch-Verlag; Walter de Gruyter.


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

(Nietzsche, 1988)

Nietzsche, F. (1988). *Die Geburt der Tragödie. Unzeitgemäße
Betrachtungen I–IV. Nachgelassene Schriften 1870–1973*. (G. Colli & M.
Montinari, eds.)*Sämtliche Werke: Kritische Studienausgabe* (2nd ed.,
Vol. 1). München; Berlin; New York: Deutscher Taschenbuch-Verlag; Walter
de Gruyter.


}

@string{ dtv     = {Deutscher Taschenbuch-Verlag} }

@Book{nietzsche:ksa1,
  author       = {Nietzsche, Friedrich},
  title        = {Die Geburt der Trag{\"o}die. Unzeitgem{\"a}{\ss}e
                  Betrachtungen I--IV. Nachgelassene Schriften 1870--1973},
  date         = 1988,
  editor       = {Colli, Giorgio and Montinari, Mazzino},
  maintitle    = {S{\"a}mtliche Werke},
  mainsubtitle = {Kritische Studienausgabe},
  volume       = 1,
  edition      = 2,
  publisher    = dtv # { and Walter de Gruyter},
  location     = {M{\"u}nchen and Berlin and New York},
  hyphenation  = {german},
  sortyear     = {1988-1},
  sorttitle    = {Werke-01-000},
  indexsorttitle= {Samtliche Werke I},
  bookauthor   = {Nietzsche, Friedrich},
  indextitle   = {S{\"a}mtliche Werke I},
  shorttitle   = {S{\"a}mtliche Werke I},
  annotation   = {A single volume from the critical edition of Nietzsche's
                  works. This book entry explicitly refers to the first
                  volume only. Note the title and maintitle
                  fields. Also note the sorttitle and sortyear
                  fields. We want this entry to be listed after the entry
                  referring to the entire edition},
}

---
references:
- title-short: "Sämtliche Werke I"
  annote: "A single volume from the critical edition of Nietzsche’s works.
    This book entry explicitly refers to the first volume only. Note the title and
    maintitle fields. Also note the sorttitle and sortyear fields. We want this entry
    to be listed after the entry referring to the entire edition"
  title: "Die Geburt der Tragödie. Unzeitgemäße Betrachtungen I–IV.
    Nachgelassene Schriften 1870–1973"
  volume: 1
  id: nietzsche:ksa1
  issued:
    year: 1988
  author:
    given:
    - Friedrich
    family: Nietzsche
  container-title: "Sämtliche Werke: Kritische Studienausgabe"
  container-author:
    given:
    - Friedrich
    family: Nietzsche
  edition: 2
  editor:
  - given:
    - Giorgio
    family: Colli
  - given:
    - Mazzino
    family: Montinari
  publisher: Deutscher Taschenbuch-Verlag; Walter de Gruyter
  type: book
  publisher-place: "München; Berlin; New York"
  language: de-DE
...