{** * templates/gateway/lockss.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Adapted from lockss.tpl by Martin Paul Eve * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * LOCKSS Publisher Manifest gateway page. * NOTE: This page is not localized in order to provide a consistent interface to LOCKSS across all OJS installations. It is not meant to be accessed by humans. * *} {strip} {assign var="pageTitleTranslated" value="LOCKSS Publisher Manifest"} {include file="frontend/components/header.tpl"} {/strip}
{if $journals}

Archive of Published Issues

{else}

{if $prevYear !== null}<< Previous{else}<< Previous{/if} | {if $nextYear !== null}Next >>{else}Next >>{/if}

Archive of Published Issues: {$year|default:''|escape}


Front Matter

Front Matter associated with this Archival Unit includes:


Metadata

Metadata associated with this Archival Unit includes:

{if $journal->getData('publisherInstitution')} {/if} {if $journal->getLocalizedData('searchDescription')} {/if} {if $journal->getData('onlineIssn')} {elseif $journal->getData('printIssn')} {/if} {if $journal->getData('contactEmail')} {/if} {if $journal->getLocalizedData('copyrightNotice')} {/if} {if $journal->getLocalizedData('openAccessPolicy')} {/if}
Journal URL {url journal=$journal->getPath()|escape}
Title {$journal->getLocalizedName()|escape}
Publisher {$journal->getData('publisherInstitution')|escape}
Description {$journal->getLocalizedData('searchDescription')|escape}
ISSN {$journal->getData('onlineIssn')|escape}
ISSN {$journal->getData('printIssn')|escape}
Language(s) {foreach from=$locales key=localeKey item=localeName}{$localeName|escape} ({$localeKey|escape})
{/foreach}
Publisher Email {mailto address=$journal->getData('contactEmail')|escape encode="hex"}
Copyright {$journal->getLocalizedData('licenseTerms')|nl2br}
Rights {$journal->getLocalizedData('openAccessPolicy')|nl2br}
{/if} LOCKSS

LOCKSS system has permission to collect, preserve, and serve this Archival Unit.

The Public Knowledge Project

Open Journal Systems was developed by the Public Knowledge Project.

{include file="frontend/components/footer.tpl"}