{** * editorialPolicies.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * About the Journal / Editorial Policies. * * $Id$ *} {strip} {assign var="pageTitle" value="about.editorialPolicies"} {include file="common/header.tpl"} {/strip} {if $currentJournal->getLocalizedSetting('focusScopeDesc') != ''}

{translate key="about.focusAndScope"}

{$currentJournal->getLocalizedSetting('focusScopeDesc')|nl2br}

 
{/if}

{translate key="about.sectionPolicies"}

{foreach from=$sections item=section}{if !$section->getHideAbout()}

{$section->getLocalizedTitle()}

{if strlen($section->getLocalizedPolicy()) > 0}

{$section->getLocalizedPolicy()|nl2br}

{/if} {assign var="hasEditors" value=0} {foreach from=$sectionEditorEntriesBySection item=sectionEditorEntries key=key} {if $key == $section->getId()} {foreach from=$sectionEditorEntries item=sectionEditorEntry} {assign var=sectionEditor value=$sectionEditorEntry.user} {if 0 == $hasEditors++} {translate key="user.role.editors"} {/if}
{if !$section->getEditorRestricted()}{icon name="checked"}{else}{icon name="unchecked"}{/if} {translate key="manager.sections.open"} {if $section->getMetaIndexed()}{icon name="checked"}{else}{icon name="unchecked"}{/if} {translate key="manager.sections.indexed"} {if $section->getMetaReviewed()}{icon name="checked"}{else}{icon name="unchecked"}{/if} {translate key="manager.sections.reviewed"}
{/if}{/foreach}
 
{if $currentJournal->getLocalizedSetting('reviewPolicy') != ''}

{translate key="about.peerReviewProcess"}

{$currentJournal->getLocalizedSetting('reviewPolicy')|nl2br}

 
{/if} {if $currentJournal->getLocalizedSetting('pubFreqPolicy') != ''}

{translate key="about.publicationFrequency"}

{$currentJournal->getLocalizedSetting('pubFreqPolicy')|nl2br}

 
{/if} {if $currentJournal->getSetting('publishingMode') == $smarty.const.PUBLISHING_MODE_OPEN && $currentJournal->getLocalizedSetting('openAccessPolicy') != ''}

{translate key="about.openAccessPolicy"}

{$currentJournal->getLocalizedSetting('openAccessPolicy')|nl2br}

 
{/if} {if $currentJournal->getSetting('publishingMode') == $smarty.const.PUBLISHING_MODE_SUBSCRIPTION && $currentJournal->getSetting('enableAuthorSelfArchive')}

{translate key="about.authorSelfArchive"}

{$currentJournal->getLocalizedSetting('authorSelfArchivePolicy')|nl2br}

 
{/if} {if $currentJournal->getSetting('publishingMode') == $smarty.const.PUBLISHING_MODE_SUBSCRIPTION && $currentJournal->getSetting('enableDelayedOpenAccess')}

{translate key="about.delayedOpenAccess"}

{translate key="about.delayedOpenAccessDescription1"} {$currentJournal->getSetting('delayedOpenAccessDuration')} {translate key="about.delayedOpenAccessDescription2"}

{if $currentJournal->getLocalizedSetting('delayedOpenAccessPolicy') != ''}

{$currentJournal->getLocalizedSetting('delayedOpenAccessPolicy')|nl2br}

{/if}
 
{/if} {if $currentJournal->getSetting('enableLockss') && $currentJournal->getLocalizedSetting('lockssLicense') != ''}

{translate key="about.archiving"}

{$currentJournal->getLocalizedSetting('lockssLicense')|nl2br}

 
{/if} {foreach key=key from=$currentJournal->getLocalizedSetting('customAboutItems') item=customAboutItem name=customAboutItems} {if !empty($customAboutItem.title)}

{$customAboutItem.title|escape}

{$customAboutItem.content|nl2br}

{if !$smarty.foreach.customAboutItems.last}
 
{/if}
{/if} {/foreach} {include file="common/footer.tpl"}