packages feed

pandoc-citeproc-0.1.2.1: tests/biblio2yaml/basic.bibtex

@Book{item1,
author="John Doe",
title="First Book",
year="2005",
address="Cambridge",
publisher="Cambridge University Press"
}

@Article{item2,
author="John Doe",
title="Article",
year="2006",
journal="Journal of Generic Studies",
volume="6",
pages="33-34"
}

@InCollection{пункт3,
author="John Doe and Jenny Roe",
title="Why Water Is Wet",
booktitle="Third Book",
editor="Sam Smith",
publisher="Oxford University Press",
address="Oxford",
year="2007"
}

---
references:
- publisher-place: Cambridge
  author:
    family: Doe
    given:
    - John
  id: item1
  issued:
    year: 2005
  title: First book
  type: book
  publisher: Cambridge University Press
- volume: 6
  page: 33-34
  container-title: Journal of Generic Studies
  author:
    family: Doe
    given:
    - John
  id: item2
  issued:
    year: 2006
  title: Article
  type: article-journal
- publisher-place: Oxford
  container-title: Third book
  author:
  - family: Doe
    given:
    - John
  - family: Roe
    given:
    - Jenny
  id: "пункт3"
  issued:
    year: 2007
  title: Why water is wet
  type: chapter
  publisher: Oxford University Press
  editor:
    family: Smith
    given:
    - Sam
...