// ===================================================================================
// BibTeXML template
// -----------------------------------------------------------------------------------
//
//  the following tags can be used:
//  (please note that not all fields have to be used!)
//
//     AU  :   Author            Author(s) of the journal article
//     DP  :   Publication Date  Year of publication (four digits)
//     IP  :   Issue             Number/issue of the journal
//     KEY :   Cite-Key          primarily for BibTeX use
//     LA  :   Language          Language of the journal article
//     NOTE:   Bemerkung         additional field for Notes, Abstracts etc.
//     PG  :   Pagination        Pages (e.g. 239--45)
//     TA  :   Journal Title     Journal abbreviation (e.g. N Engl J Med)
//     TI  :   Title             the article's title
//     URL :   URL               Web address where you can find the article
//     VI  :   Volume            Volume of the journal
//
// ===================================================================================

<BeginSeparator> and <EndSeparator>

<BeginTemplate>
<bibtex:entry id="###KEY###">
  <bibtex:>
    <bibtex:author>###AU###</bibtex:author>
    <bibtex:title>###TI###</bibtex:title>
    <bibtex:journal>###TA###</bibtex:journal>
    <bibtex:year>###DP###</bibtex:year>
    <bibtex:volume>###VI###</bibtex:volume>
    <bibtex:pages>###PG###</bibtex:pages>
    <bibtex:number>###IP###</bibtex:number>
  </bibtex:>
</bibtex:entry>
<EndTemplate>

// ===================================================================================
//   DO NOT CHANGE OR DELETE TEXT BETWEEN SHARP BRACKETS <> !
// ===================================================================================
