packages feed

pandoc-citeproc-0.2: tests/biblio2yaml/markey.biblatex

@comment{

Adapted from biblatex-example.bib


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

(Markey 2005)

Markey, Nicolas. 2005. “Tame the BeaST: The B to X of BibTeX” (version
1.3). October 16.
<http://tug.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf>.


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

(Markey, 2005)

Markey, N. (2005, October 16). Tame the BeaST: The B to X of BibTeX.
Retrieved October 01, 2006, from
<http://tug.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf>


}

@Online{markey,
  author       = {Markey, Nicolas},
  title        = {Tame the {BeaST}},
  date         = {2005-10-16},
  url          =
                  {http://tug.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf},
  subtitle     = {The {B} to {X} of {BibTeX}},
  version      = {1.3},
  urldate      = {2006-10-01},
  hyphenation  = {american},
  sorttitle    = {Tame the Beast},
  annotation   = {An online entry for a tutorial. Note the format of
                  the date field (yyyy-mm-dd) in the database
                  file.},
}

---
references:
- annote: An online entry for a tutorial. Note the format of the date field (yyyy-mm-dd)
    in the database file.
  title: ! 'Tame the BeaST: The B to X of BibTeX'
  title-short: Tame the BeaST
  id: markey
  issued:
    day: 16
    month: 10
    year: 2005
  author:
    given:
    - Nicolas
    family: Markey
  accessed:
    day: 01
    month: 10
    year: 2006
  version: 1.3
  URL: http://tug.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf
  type: webpage
  language: en-US
...