packages feed

pandoc-citeproc-0.3: tests/biblio2yaml/moraux.biblatex

@comment{

Adapted from biblatex-example.bib


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

(Moraux 1979)

Moraux, Paul. 1979. “Le *De Anima* dans la tradition grècque: Quelques
aspects de l’interpretation du traité, de Theophraste à Themistius.” In
*Aristotle on Mind and the Senses. Proceedings of the Seventh Symposium
Aristotelicum*, edited by G. E. R. Lloyd and G. E. L. Owen, 281–324.
Cambridge: Cambridge University Press.


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

(Moraux, 1979)

Moraux, P. (1979). Le *De Anima* dans la tradition grècque: Quelques
aspects de l’interpretation du traité, de Theophraste à Themistius. In
G. E. R. Lloyd & G. E. L. Owen (eds.), *Aristotle on Mind and the
Senses. Proceedings of the Seventh Symposium Aristotelicum* (pp.
281–324). Cambridge: Cambridge University Press.


NOTES:

- Since case (conversion) can only be specified per entry, not per field, for apa.csl the case of container-title would have to be adjusted manually.

}

@string{ cup     = {Cambridge University Press} }

@InProceedings{moraux,
  author       = {Moraux, Paul},
  editor       = {Lloyd, G. E. R. and Owen, G. E. L.},
  title        = {Le \emph{De Anima} dans la tradition gr{\`e}cque},
  date         = 1979,
  booktitle    = {Aristotle on Mind and the Senses},
  subtitle     = {Quelques aspects de l'interpretation du trait{\'e}, de
                  Theophraste {\`a} Themistius},
  booktitleaddon= {Proceedings of the Seventh Symposium Aristotelicum},
  eventdate    = 1975,
  publisher    = cup,
  location     = {Cambridge},
  pages        = {281-324},
  keywords     = {secondary},
  hyphenation  = {french},
  indexsorttitle= {De Anima dans la tradition grecque},
  indextitle   = {\emph{De Anima} dans la tradition gr{\`e}cque, Le},
  shorttitle   = {\emph{De Anima} dans la tradition gr{\`e}cque},
  annotation   = {This is a typical inproceedings entry. Note the
                  booksubtitle, shorttitle,
                  indextitle, and indexsorttitle fields. Also
                  note the eventdate field.},
}

---
references:
- title-short: "*De Anima* dans la tradition grècque"
  annote: This is a typical inproceedings entry. Note the booksubtitle, shorttitle,
    indextitle, and indexsorttitle fields. Also note the eventdate field.
  keyword: secondary
  page: 281-324
  title: "Le *De Anima* dans la tradition grècque: Quelques aspects de l’interpretation du traité, de Theophraste à Themistius"
  event-date:
    date-parts:
    - - 1975
  id: moraux
  issued:
    date-parts:
    - - 1979
  author:
  - given: Paul
    family: Moraux
  container-title: Aristotle on Mind and the Senses. Proceedings of the Seventh Symposium
    Aristotelicum
  editor:
  - given: G. E. R.
    family: Lloyd
  - given: G. E. L.
    family: Owen
  publisher: Cambridge University Press
  type: paper-conference
  publisher-place: Cambridge
  language: fr-FR
...