packages feed

pandoc-citeproc-0.3.1: tests/biblio2yaml/kant-kpv.biblatex

@comment{

Adapted from biblatex-example.bib


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

(Kant 1968)

Kant, Immanuel. 1968. “Kritik der praktischen Vernunft.” In *Kants
Werke. Akademie Textausgabe*, by Immanuel Kant, 5:1–163. Berlin: Walter
de Gruyter.


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

(Kant, 1968)

Kant, I. (1968). Kritik der praktischen Vernunft. In *Kants Werke.
Akademie Textausgabe* (Vol. 5, pp. 1–163). Berlin: Walter de Gruyter.


NOTES:

- citeproc
	- support for the not yet official "volume-title" is missing

- csl style file
	- if author and container-author are identical, container-author should be suppressed (apparently csl style file issue; zotero shows same behaviour)

}

@InBook{kant:kpv,
  title        = {Kritik der praktischen Vernunft},
  date         = 1968,
  author       = {Kant, Immanuel},
  booktitle    = {Kritik der praktischen Vernunft. Kritik der Urtheilskraft},
  bookauthor   = {Kant, Immanuel},
  maintitle    = {Kants Werke. Akademie Textausgabe},
  volume       = 5,
  publisher    = {Walter de Gruyter},
  location     = {Berlin},
  pages        = {1-163},
  shorthand    = {KpV},
  hyphenation  = {german},
  shorttitle   = {Kritik der praktischen Vernunft},
  annotation   = {An edition of Kant's \emph{Collected Works}, volume five. This
                  is an inbook entry which explicitly refers to the
                  \emph{Critique of Practical Reason} only, not to the entire
                  fifth volume. Note the author and bookauthor
                  fields in the database file. By default, the
                  bookauthor is omitted if the values of the
                  author and bookauthor fields are identical},
}

---
references:
- title-short: Kritik der praktischen Vernunft
  annote: "An edition of Kant’s *Collected Works*, volume five. This is
    an inbook entry which explicitly refers to the *Critique of Practical Reason*
    only, not to the entire fifth volume. Note the author and bookauthor fields in
    the database file. By default, the bookauthor is omitted if the values of the
    author and bookauthor fields are identical"
  page: 1-163
  title: Kritik der praktischen Vernunft
  volume: '5'
  id: kant:kpv
  issued:
    date-parts:
    - - 1968
  author:
  - given: Immanuel
    family: Kant
  container-title: Kants Werke. Akademie Textausgabe
  container-author:
  - given: Immanuel
    family: Kant
  publisher: Walter de Gruyter
  type: chapter
  publisher-place: Berlin
  volume-title: Kritik der praktischen Vernunft. Kritik der Urtheilskraft
  language: de-DE
...