// ===================================================================================
// Endnote 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>; <EndSeparator>

<BeginTemplate>
%0 Journal Article
%A ###AU###
%D ###DP###
%T ###TI###
%J ###TA###
%V ###VI###
%N ###IP###
%P ###PG###
%F ###KEY###
%O ###NOTE###
<EndTemplate>

// ===================================================================================
//   DO NOT CHANGE OR DELETE TEXT BETWEEN SHARP BRACKETS <> !
// ===================================================================================
