{** * dublincore.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Dublin Core metadata elements for articles. * * $Id$ *} {* DC.Contributor.PersonalName (reviewer) *} {if $article->getSponsor(null)}{foreach from=$article->getSponsor(null) key=metaLocale item=metaValue} {/foreach}{/if} {if $article->getCoverageSample(null)}{foreach from=$article->getCoverageSample(null) key=metaLocale item=metaValue} {/foreach}{/if} {if $article->getCoverageGeo(null)}{foreach from=$article->getCoverageGeo(null) key=metaLocale item=metaValue} {/foreach}{/if} {if $article->getCoverageChron(null)}{foreach from=$article->getCoverageChron(null) key=metaLocale item=metaValue} {/foreach}{/if} {foreach from=$article->getAuthorString()|explode:", " item=dc_author} {/foreach} {if $issue->getOpenAccessDate()} {/if} {if $article->getDatePublished()} {/if} {* DC.Date.dateAccepted (editor submission DAO) *} {* DC.Date.dateCopyrighted *} {* DC.Date.dateReveiwed (revised file DAO) *} {if $issue->getDatePublished()} {/if} {if $article->getAbstract(null)}{foreach from=$article->getAbstract(null) key=metaLocale item=metaValue} {/foreach}{/if} {foreach from=$article->getGalleys() item=dcGalley} {/foreach} {if $article->getPages()} {/if} {if $article->getDOI() && $article->getDOI() != '§'} {/if} getBestArticleId($currentJournal)}"/> {* DC.Publisher (publishing institution) *} {* DC.Publisher.Address (email addr) *} {if $currentJournal->getLocalizedSetting('copyrightNotice')} {/if} {* DC.Rights.accessRights *} {if $currentJournal->getSetting('onlineIssn')}{assign var="issn" value=$currentJournal->getSetting('onlineIssn')} {elseif $currentJournal->getSetting('printIssn')}{assign var="issn" value=$currentJournal->getSetting('printIssn')} {elseif $currentJournal->getSetting('issn')}{assign var="issn" value=$currentJournal->getSetting('issn')} {/if} {if $issn} {/if} {if $article->getSubject(null)}{foreach from=$article->getSubject(null) key=metaLocale item=metaValue} {foreach from=$metaValue|explode:"; " item=dcSubject} {if $dcSubject} {/if} {/foreach} {/foreach}{/if} {foreach from=$article->getTitle(null) item=alternate key=metaLocale} {if $alternate != $article->getLocalizedTitle()} {/if} {/foreach}