[ 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
/
abnt
/
[
Home
]
File: citation.tpl
{** * plugins/citationFormats/abnt/citation.tpl * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * With contributions from by Lepidus Tecnologia * * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Article reading tools -- Capture Citation for ABNT * *} <div class="separator"></div> <div id="citation"> {assign var=authors value=$article->getAuthors()} {assign var=authorCount value=$authors|@count} {assign var=location value=$citationPlugin->getLocalizedLocation($journal)} {if $authorCount <= 3} {foreach from=$authors item=author name=authors key=i} {assign var=firstName value=$author->getFirstName()} {assign var=middleName value=$author->getMiddleName()} {$author->getLastName()|escape|mb_upper}, {$firstName|escape}{if $middleName} {$middleName|escape}{/if}{if $i<$authorCount-1}; {/if}{/foreach}. {else} {assign var=firstName value=$authors[0]->getFirstName()} {assign var=middleName value=$authors[0]->getMiddleName()} {$authors[0]->getLastName()|escape|mb_upper}, {$firstName|escape}{if $middleName} {$middleName|escape}{/if} et al. {/if} {$article->getLocalizedTitle()|strip_unsafe_html}. <strong>{$journal->getLocalizedTitle()|escape}</strong>, {$location|default:"[S.l.]"|escape}{if $issue}{if $issue->getShowVolume()}, v. {$issue->getVolume()|escape}{/if}{if $issue->getShowNumber()}, n. {$issue->getNumber()|escape}{/if}{/if} {if $article->getPages()}, p. {$article->getPages()|escape}{/if}, {if $article->getDatePublished()}{$article->getDatePublished()|abnt_date_format|lower}{elseif $issue->getDatePublished()}{$issue->getDatePublished()|abnt_date_format}{else}{$issue->getYear()|escape}{/if}. {if $currentJournal->getSetting('onlineIssn')}ISSN {$currentJournal->getSetting('onlineIssn')|escape}. {elseif $currentJournal->getSetting('printIssn')}ISSN {$currentJournal->getSetting('printIssn')|escape}. {/if} {translate key="plugins.citationFormats.abnt.retrieved" retrievedDate=$smarty.now|abnt_date_format_with_day url=$articleUrl} {if $article->getPubId('doi')}doi:<a href="https://doi.org/{$article->getPubId('doi')|escape}">https://doi.org/{$article->getPubId('doi')|escape}</a>. {/if} </div>