[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
plugins
/
citationFormats
/
endNote
/
[
Home
]
File: citation.tpl
{** * plugins/citationFormats/endNote/citation.tpl * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * EndNote citation format generator * *} {if $galleyId} {url|assign:"articleUrl" page="article" op="view" path=$articleId|to_array:$galleyId} {else} {url|assign:"articleUrl" page="article" op="view" path=$articleId} {/if} {foreach from=$article->getAuthors() item=author} %A {$author->getFullName(true)|escape} {/foreach} {if $article->getDatePublished()} %D {$article->getDatePublished()|date_format:"%Y"} {elseif $issue->getDatePublished()} %D {$issue->getDatePublished()|date_format:"%Y"} {else} %D {$issue->getYear()|escape} {/if} %T {$article->getLocalizedTitle()|strip_tags} %B {$article->getDatePublished()|date_format:"%Y"} %9 {$article->getLocalizedSubject()|escape} %! {$article->getLocalizedTitle()|strip_tags} %K {$article->getLocalizedSubject()|escape} %X {$article->getLocalizedAbstract()|strip_tags|replace:"\n":" "|replace:"\r":" "} %U {$articleUrl} %0 Journal Article {if $article->getPubId('doi')}%R {$article->getPubId('doi')|escape} {/if} {if $article->getPages()} {if $article->getStartingPage()}%& {$article->getStartingPage()|escape}{/if} {if $article->getEndingPage()} {math equation="end - start + 1" end=$article->getEndingPage() start=$article->getStartingPage() assign=pages} %P {$pages} {else} %P 1 {/if} {/if} %J {$currentJournal->getLocalizedTitle()|escape} {if $issue->getShowVolume()}%V {$issue->getVolume()|escape} {/if} {if $issue->getShowNumber()}%N {$issue->getNumber()|escape} {/if} {if $currentJournal->getSetting('onlineIssn')}%@ {$currentJournal->getSetting('onlineIssn')|escape} {elseif $currentJournal->getSetting('printIssn')}%@ {$currentJournal->getSetting('printIssn')|escape} {/if} {if $article->getDatePublished()} %8 {$article->getDatePublished()|date_format:"%Y-%m-%d"} {/if} {if $issue->getDatePublished()} %7 {$issue->getDatePublished()|date_format:"%Y-%m-%d"} {/if}