[ 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
/
refMan
/
[
Home
]
File: citation.tpl
{** * plugins/citationFormats/refMan/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. * * Reference Manager 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} TY - JOUR {foreach from=$article->getAuthors() item=author} AU - {$author->getFullName(true)|escape} {/foreach} {if $article->getDatePublished()} PY - {$article->getDatePublished()|date_format:"%Y/%m/%d/"} {/if} TI - {$article->getLocalizedTitle()|strip_tags} JF - {$journal->getLocalizedTitle()|escape}{if $issue}; {$issue->getIssueIdentification()|escape|strip_tags}{/if} {if $article->getPubId('doi')}DO - {$article->getPubId('doi')|escape} {/if} KW - {$article->getLocalizedSubject()|replace:';':','|escape} N2 - {$article->getLocalizedAbstract()|strip_tags|replace:"\n":" "|replace:"\r":" "} UR - {$articleUrl}