packages feed

pandoc-citeproc-0.7.3.1: tests/biblio2yaml/westfahl-space.biblatex

@comment{

Adapted from biblatex-example.bib


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

(Westfahl 2000a) (Westfahl 2000b)

Westfahl, Gary. 2000a. “The True Frontier: Confronting and Avoiding the
Realities of Space in American Science Fiction Films.” In *Space and
Beyond: The Frontier Theme in Science Fiction*, edited by Gary Westfahl,
55–65. Westport, Conn.; London: Greenwood.

———, ed. 2000b. *Space and Beyond: The Frontier Theme in Science
Fiction*. Westport, Conn.; London: Greenwood.


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

(Westfahl, 2000) (Westfahl, 2000)

Westfahl, G. (2000). The true frontier: Confronting and avoiding the
realities of space in American science fiction films. In G. Westfahl
(Ed.), *Space and beyond: The frontier theme in science fiction* (pp.
55–65). Westport, Conn.; London: Greenwood.

Westfahl, G. (Ed.). (2000). *Space and beyond: The frontier theme in
science fiction*. Westport, Conn.; London: Greenwood.


}

@InCollection{westfahl:space,
  author       = {Westfahl, Gary},
  title        = {The True Frontier},
  subtitle     = {Confronting and Avoiding the Realities of Space in {American}
                  Science Fiction Films},
  pages        = {55-65},
  crossref     = {westfahl:frontier},
  hyphenation  = {american},
  indextitle   = {True Frontier, The},
  annotation   = {A cross-referenced article from a collection. This is
                  an incollection entry with a crossref
                  field. Note the subtitle and indextitle
                  fields},
}

@Collection{westfahl:frontier,
  editor       = {Westfahl, Gary},
  title        = {Space and Beyond},
  date         = 2000,
  subtitle     = {The Frontier Theme in Science Fiction},
  publisher    = {Greenwood},
  location     = {Westport, Conn. and London},
  hyphenation  = {american},
  booktitle    = {Space and Beyond},
  booksubtitle = {The Frontier Theme in Science Fiction},
  annotation   = {This is a collection entry. Note the format of the
                  location field as well as the subtitle and
                  booksubtitle fields},
}
---
references:
- id: westfahl:space
  type: chapter
  author:
  - family: Westfahl
    given: Gary
  editor:
  - family: Westfahl
    given: Gary
  issued:
  - year: '2000'
  title: 'The true frontier: Confronting and avoiding the realities of space in
    American science fiction films'
  title-short: The true frontier
  container-title: 'Space and beyond: The frontier theme in science fiction'
  publisher: Greenwood
  publisher-place: Westport, Conn.; London
  page: '55-65'
  annote: A cross-referenced article from a collection. This is an incollection entry
    with a crossref field. Note the subtitle and indextitle fields
  language: en-US

- id: westfahl:frontier
  type: book
  editor:
  - family: Westfahl
    given: Gary
  issued:
  - year: '2000'
  title: 'Space and beyond: The frontier theme in science fiction'
  title-short: Space and beyond
  publisher: Greenwood
  publisher-place: Westport, Conn.; London
  annote: This is a collection entry. Note the format of the location field as well
    as the subtitle and booksubtitle fields
  language: en-US
...