packages feed

pandoc-citeproc-0.1.2.1: tests/biblio2yaml/online.biblatex

@comment{adapted from http://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/examples/biblatex-examples.bib}

@online{markey,
	Annotation = {An \texttt{online} entry for a tutorial. Note the format of the \texttt{date} field (\texttt{yyyy-mm-dd}) in the database file.},
	Author = {Markey, Nicolas},
	Date = {2005-10-16},
	Hyphenation = {american},
	Sorttitle = {Tame the Beast},
	Subtitle = {The {B} to {X} of {BibTeX}},
	Title = {Tame the {BeaST}},
	Url = {http://tug.ctan.org/tex-archive/info/bibtex/tamethebeast/ttb_en.pdf},
	Urldate = {2006-10-01},
	Version = {1.3},
}

@online{CTAN,
	Annotation = {This is an \texttt{online} entry. The \textsc{url}, which is given in the \texttt{url} field, is transformed into a clickable link if \texttt{hyperref} support has been enabled. Note the format of the \texttt{urldate} field (\texttt{yyyy-mm-dd}) in the database file. Also note the \texttt{label} field which may be used as a fallback by citation styles which need an \texttt{author} and\slash or a \texttt{year}},
	Date = 2006,
	Hyphenation = {american},
	Label = {CTAN},
	Subtitle = {The {Comprehensive TeX Archive Network}},
	Title = {{CTAN}},
	Url = {http://www.ctan.org},
	Urldate = {2006-10-01},
}

---
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'
  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
- annote: This is an online entry. The <sc>url</sc>, which is given in the url field,
    is transformed into a clickable link if hyperref support has been enabled. Note
    the format of the urldate field (yyyy-mm-dd) in the database file. Also note the
    label field which may be used as a fallback by citation styles which need an author
    and/or a year
  title: ! 'CTAN: The Comprehensive TeX Archive Network'
  id: CTAN
  issued:
    year: 2006
  accessed:
    day: 01
    month: 10
    year: 2006
  url: http://www.ctan.org
  type: webpage
  language: en-US
...