packages feed

pandoc-citeproc-0.3: tests/biblio2yaml/loh.biblatex

@comment{

Adapted from biblatex-example.bib


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

(Loh 1992)

Loh, Nin C. 1992. “High-resolution Micromachined Interferometric
Accelerometer.” Master’s thesis, Cambridge, Mass.: Massachusetts
Institute of Technology.


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

(Loh, 1992)

Loh, N. C. (1992). *High-resolution micromachined interferometric
accelerometer* (Master’s thesis). Massachusetts Institute of Technology,
Cambridge, Mass.


NOTES:

- biblio2yaml
	- At some point, actual localization of "localization keys" will have to be implemented

}

@Thesis{loh,
  author       = {Loh, Nin C.},
  title        = {High-Resolution Micromachined Interferometric Accelerometer},
  type         = {mathesis},
  institution  = {Massachusetts Institute of Technology},
  date         = 1992,
  location     = {Cambridge, Mass.},
  hyphenation  = {american},
  annotation   = {This is a typical thesis entry for an MA thesis. Note
                  the type field in the database file which uses a
                  localization key},
}
---
references:
- annote: This is a typical thesis entry for an MA thesis. Note the type field in
    the database file which uses a localization key
  genre: "Master’s thesis"
  title: High-resolution micromachined interferometric accelerometer
  id: loh
  issued:
    date-parts:
    - - 1992
  author:
  - given: Nin C.
    family: Loh
  publisher: Massachusetts Institute of Technology
  type: thesis
  publisher-place: Cambridge, Mass.
  language: en-US
...