packages feed

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

@comment{

Adapted from biblatex-example.bib


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

(Sorace, Reinhardt, and Vaughn 1997)

Sorace, Ronald E., Victor S. Reinhardt, and Steven A. Vaughn. 1997.
“High-speed Digital-to-RF Converter.” U.S. patent.


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

(Sorace, Reinhardt, & Vaughn, 1997)

Sorace, R. E., Reinhardt, V. S., & Vaughn, S. A. (1997, September 16).
High-speed digital-to-RF converter. U.S. patent.


}

@Patent{sorace,
  author       = {Sorace, Ronald E. and Reinhardt, Victor S. and Vaughn, Steven
                  A.},
  title        = {High-Speed Digital-to-{RF} Converter},
  number       = 5668842,
  date         = {1997-09-16},
  holder       = {{Hughes Aircraft Company}},
  type         = {patentus},
  hyphenation  = {american},
  annotation   = {This is a patent entry with a holder field.
                  Note the format of the type and date fields
                  in the database file. Compare almendro,
                  laufenberg, and kowalik},
}

---
references:
- annote: This is a patent entry with a holder field. Note the format of the type
    and date fields in the database file. Compare almendro, laufenberg, and kowalik
  genre: U.S. patent
  title: High-speed digital-to-RF converter
  id: sorace
  issued:
    day: 16
    month: 09
    year: 1997
  author:
  - given:
    - Ronald
    - E.
    family: Sorace
  - given:
    - Victor
    - S.
    family: Reinhardt
  - given:
    - Steven
    - A.
    family: Vaughn
  number: 5668842
  type: patent
  language: en-US
...