{**
* templates/article/dublincore.tpl
*
* Copyright (c) 2013-2015 Simon Fraser University Library
* Copyright (c) 2003-2015 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Dublin Core metadata elements for articles.
*
*}
{* 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 && $issue->getOpenAccessDate()}
{/if}
{if is_a($article, 'PublishedArticle') && $article->getDatePublished()}
{/if}
{* DC.Date.dateAccepted (editor submission DAO) *}
{* DC.Date.dateCopyrighted *}
{* DC.Date.dateReveiwed (revised file DAO) *}
{if $issue && $issue->getDatePublished()}
{/if}
{if $article->getAbstract(null)}{foreach from=$article->getAbstract(null) key=metaLocale item=metaValue}
{/foreach}{/if}
{if is_a($article, 'PublishedArticle')}{foreach from=$article->getGalleys() item=dcGalley}
{/foreach}{/if}
{if $article->getPages()}
{/if}
{foreach from=$pubIdPlugins item=pubIdPlugin}
{if $issue->getPublished()}
{assign var=pubId value=$pubIdPlugin->getPubId($pubObject)}
{else}
{assign var=pubId value=$pubIdPlugin->getPubId($pubObject, true)}{* Preview rather than assign a pubId *}
{/if}
{if $pubId}
{/if}
{/foreach}
getBestArticleId($currentJournal)}"/>
{* DC.Publisher (publishing institution) *}
{* DC.Publisher.Address (email addr) *}
getLocalizedCopyrightHolder()|escape copyrightYear=$article->getCopyrightYear()|escape}" />
{* 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 $issue}{/if}
{if $issue}{/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}