packages feed

pandoc-citeproc-0.13: 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:
- id: glashow
  type: article-journal
  author:
  - family: Glashow
    given: Sheldon
  issued:
  - year: 1961
  title: Partial symmetries of weak interactions
  container-title: Nucl. Phys.
  page: '579-588'
  volume: '22'
...