packages feed

pandoc-citeproc-0.3.1: tests/biblio2yaml/weinberg.biblatex

@comment{

Adapted from biblatex-example.bib


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

(Weinberg 1967)

Weinberg, Steven. 1967. “A Model of Leptons.” *Phys. Rev. Lett.* 19:
1264–1266.


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

(Weinberg, 1967)

Weinberg, S. (1967). A model of leptons. *Phys. Rev. Lett.*, *19*,
1264–1266.


}

@Article{weinberg,
  author       = {Weinberg, Steven},
  title        = {A Model of Leptons},
  journaltitle = {Phys.~Rev.~Lett.},
  date         = 1967,
  volume       = 19,
  pages        = {1264-1266},
}

---
references:
- page: 1264-1266
  title: A model of leptons
  volume: '19'
  id: weinberg
  issued:
    date-parts:
    - - 1967
  author:
  - given: Steven
    family: Weinberg
  container-title: "Phys. Rev. Lett."
  type: article-journal
...