{** * citation.tpl * * Copyright (c) 2000-2008 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Paper reading tools -- Capture Citation MLA format * * $Id: citation.tpl,v 1.5 2008/04/04 17:06:51 asmecher Exp $ *}
{assign var=presenters value=$paper->getPresenters()} {assign var=presenterCount value=$presenters|@count} {foreach from=$presenters item=presenter name=presenters key=i} {assign var=firstName value=$presenter->getFirstName()} {$presenter->getLastName()|escape}, {$firstName|escape}{if $i==$presenterCount-2}, {translate key="rt.context.and"} {elseif $i<$presenterCount-1}, {else}.{/if} {/foreach} "{$paper->getPaperTitle()|strip_unsafe_html}" {$conference->getConferenceTitle()|escape} [{translate key="rt.captureCite.online"}], {$paper->getDatePublished()|date_format:'%e %b %Y'}