{** * plugins/oaiMetadataFormats/marcxml/record.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. * * MARCXML-formatted metadata record for an article *} nmb a2200000Iu 4500 {if $article->getDatePublished()} "{$article->getDatePublished()|strtotime|date_format:"%y%m%d %Y"} eng " {/if} {if $journal->getSetting('onlineIssn')} {$journal->getSetting('onlineIssn')|escape} {/if} {if $journal->getSetting('printIssn')} {$journal->getSetting('printIssn')|escape} {/if} dc {$article->getTitle($journal->getPrimaryLocale())|escape} {assign var=authors value=$article->getAuthors()} {foreach from=$authors item=author} {$author->getFullName(true)|escape} {assign var=affiliation value=$author->getAffiliation($journal->getPrimaryLocale())} {if $affiliation}{$affiliation|escape}{/if} {if $author->getUrl()}{$author->getUrl()|escape}{/if} {if $author->getData('orcid')}{$author->getData('orcid')|escape}{/if} {/foreach} {if $subject} {$subject|escape} {/if} {if $abstract} {$abstract|escape} {/if} {assign var=publisher value=$journal->getTitle($journal->getPrimaryLocale())} {if $journal->getSetting('publisherInstitution')} {assign var=publisher value=$journal->getSetting('publisherInstitution')} {/if} {$publisher|escape} {$issue->getDatePublished()} {assign var=identifyType value=$section->getIdentifyType($journal->getPrimaryLocale())} {if $identifyType} {$identifyType|escape} {/if} {foreach from=$article->getGalleys() item=galley} {$galley->getFileType()|escape} {/foreach} {url journal=$journal->getPath() page="article" op="view" path=$article->getBestArticleId()|escape} {$journal->getTitle($journal->getPrimaryLocale())|escape}; {$issue->getIssueIdentification()|escape} {$language} {foreach from=$article->getSuppFiles() item=suppFile} {url journal=$journal->getPath() page="article" op="download" path=$article->getId()|to_array:$suppFile->getFileId()|escape} {/foreach} {if $article->getCoverageGeo($journal->getPrimaryLocale())} {$article->getCoverageGeo($journal->getPrimaryLocale())|escape} {/if} {if $article->getCoverageChron($journal->getPrimaryLocale())} {$article->getCoverageChron($journal->getPrimaryLocale())|escape} {/if} {if $article->getCoverageSample($journal->getPrimaryLocale())} {$article->getCoverageSample($journal->getPrimaryLocale())|escape} {/if} {translate key="submission.copyrightStatement" copyrightYear=$article->getCopyrightYear() copyrightHolder=$article->getCopyrightHolder($journal->getPrimaryLocale())|escape}