packages feed

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

@comment{

Adapted from biblatex-example.bib

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

(Glashow 1961)

Glashow, Sheldon. 1961. “Partial Symmetries of Weak Interactions.”
*Nucl. Phys.* 22: 579–588.


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

(Glashow, 1961)

Glashow, S. (1961). Partial symmetries of weak interactions.
*Nucl. Phys.*, *22*, 579–588.


}

@Article{glashow,
  author       = {Glashow, Sheldon},
  title        = {Partial Symmetries of Weak Interactions},
  journaltitle = {Nucl.~Phys.},
  date         = 1961,
  volume       = 22,
  pages        = {579-588},
}

---
references:
- page: 579-588
  title: Partial symmetries of weak interactions
  volume: '22'
  id: glashow
  issued:
    date-parts:
    - - 1961
  author:
  - given: Sheldon
    family: Glashow
  container-title: "Nucl. Phys."
  type: article-journal
...