{** * templates/submission/metadata/metadataEdit.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. * * Form for changing metadata of an article (used in MetadataForm) *} {strip} {assign var="pageTitle" value="submission.editMetadata"} {include file="common/header.tpl"} {/strip} {url|assign:"competingInterestGuidelinesUrl" page="information" op="competingInterestGuidelines"}
{include file="common/formErrors.tpl"} {if $canViewAuthors} {literal} {/literal} {if count($formLocales) > 1}
{fieldLabel name="formLocale" key="form.formLanguage"} {url|assign:"formUrl" path=$articleId escape=false} {* Maintain localized author info across requests *} {foreach from=$authors key=authorIndex item=author} {if $currentJournal->getSetting('requireAuthorCompetingInterests')} {foreach from=$author.competingInterests key="thisLocale" item="thisCompetingInterests"} {if $thisLocale != $formLocale}{/if} {/foreach} {/if} {foreach from=$author.biography key="thisLocale" item="thisBiography"} {if $thisLocale != $formLocale}{/if} {/foreach} {foreach from=$author.affiliation key="thisLocale" item="thisAffiliation"} {if $thisLocale != $formLocale}{/if} {/foreach} {/foreach} {form_language_chooser form="metadata" url=$formUrl} {translate key="form.formLanguage.description"}
{/if}

{translate key="article.authors"}

{foreach name=authors from=$authors key=authorIndex item=author} {if $currentJournal->getSetting('requireAuthorCompetingInterests')} {/if}{* requireAuthorCompetingInterests *} {call_hook name="Templates::Submission::MetadataEdit::Authors"} {if $smarty.foreach.authors.total > 1} {/if} {if !$smarty.foreach.authors.last} {/if} {foreachelse} {if $currentJournal->getSetting('requireAuthorCompetingInterests')} {/if} {/foreach}
{if $smarty.foreach.authors.total <= 1} {/if} {fieldLabel name="authors-$authorIndex-firstName" required="true" key="user.firstName"}
{fieldLabel name="authors-$authorIndex-middleName" key="user.middleName"}
{fieldLabel name="authors-$authorIndex-lastName" required="true" key="user.lastName"}
{fieldLabel name="authors-$authorIndex-email" required="true" key="user.email"}
{fieldLabel name="authors-$authorIndex-orcid" key="user.orcid"}
{translate key="user.orcid.description"}
{fieldLabel name="authors-$authorIndex-url" key="user.url"}
{fieldLabel name="authors-$authorIndex-affiliation" key="user.affiliation"}
{translate key="user.affiliation.description"}
{fieldLabel name="authors-$authorIndex-country" key="common.country"}
{fieldLabel name="authors-$authorIndex-competingInterests" key="author.competingInterests" competingInterestGuidelinesUrl=$competingInterestGuidelinesUrl}
{fieldLabel name="authors-$authorIndex-biography" key="user.biography"}
{translate key="user.biography.description"}
{translate key="author.submit.reorder"}
   
 
 
{fieldLabel name="authors-0-firstName" required="true" key="user.firstName"}
{fieldLabel name="authors-0-middleName" key="user.middleName"}
{fieldLabel name="authors-0-lastName" required="true" key="user.lastName"}
{fieldLabel name="authors-0-email" required="true" key="user.email"}
{fieldLabel name="authors-0-url" key="user.url"}
{fieldLabel name="authors-0-affiliation" key="user.affiliation"}
{translate key="user.affiliation.description"}
{fieldLabel name="authors-$authorIndex-country" key="common.country"}
{fieldLabel name="authors-0-competingInterests" key="author.competingInterests" competingInterestGuidelinesUrl=$competingInterestGuidelinesUrl}
{fieldLabel name="authors-0-biography" key="user.biography"}
{translate key="user.biography.description"}

{/if}

{translate key="submission.titleAndAbstract"}

{fieldLabel name="title" required="true" key="article.title"}
 
{if $section->getAbstractsNotRequired()==0}{fieldLabel name="abstract" required="true" key="article.abstract"}{else}{fieldLabel name="abstract" key="article.abstract"}{/if}

{translate key="editor.article.cover"}

{fieldLabel name="coverPage" key="editor.article.coverPage"}   {translate key="form.saveToUpload"}
{translate key="editor.article.coverPageInstructions"}
{translate key="editor.article.uploaded"}: {if $fileName[$formLocale]}{$originalFileName[$formLocale]} {translate key="editor.article.remove"}{else}—{/if}
{fieldLabel name="coverPageAltText" key="common.altText"}
  {translate key="common.altTextInstructions"}
{fieldLabel name="hideCoverPageToc" key="editor.article.coverPageDisplay"}
 

{translate key="submission.indexing"}

{if $journalSettings.metaDiscipline || $journalSettings.metaSubjectClass || $journalSettings.metaSubject || $journalSettings.metaCoverage || $journalSettings.metaType}

{translate key="author.submit.submissionIndexingDescription"}

{/if} {if $journalSettings.metaDiscipline} {/if} {if $journalSettings.metaSubjectClass} {/if} {if $journalSettings.metaSubject} {/if} {if $journalSettings.metaCoverage} {/if} {if $journalSettings.metaType} {/if}
{fieldLabel name="discipline" key="article.discipline"} {if $currentJournal->getLocalizedSetting('metaDisciplineExamples') != ''}
{$currentJournal->getLocalizedSetting('metaDisciplineExamples')|escape} {/if}
 
{$currentJournal->getLocalizedSetting('metaSubjectClassTitle')|escape}
{fieldLabel name="subjectClass" key="article.subjectClassification"}
{translate key="author.submit.subjectClassInstructions"}
 
{fieldLabel name="subject" key="article.subject"} {if $currentJournal->getLocalizedSetting('metaSubjectExamples') != ''}
{$currentJournal->getLocalizedSetting('metaSubjectExamples')|escape} {/if}
 
{fieldLabel name="coverageGeo" key="article.coverageGeo"} {if $currentJournal->getLocalizedSetting('metaCoverageGeoExamples') != ''}
{$currentJournal->getLocalizedSetting('metaCoverageGeoExamples')|escape} {/if}
 
{fieldLabel name="coverageChron" key="article.coverageChron"} {if $currentJournal->getLocalizedSetting('metaCoverageChronExamples') != ''}
{$currentJournal->getLocalizedSetting('metaCoverageChronExamples')|escape} {/if}
 
{fieldLabel name="coverageSample" key="article.coverageSample"} {if $currentJournal->getLocalizedSetting('metaCoverageResearchSampleExamples') != ''}
{$currentJournal->getLocalizedSetting('metaCoverageResearchSampleExamples')|escape} {/if}
 
{fieldLabel name="type" key="article.type"}
 
{fieldLabel name="language" key="article.language"}
{translate key="author.submit.languageInstructions"}

{translate key="submission.supportingAgencies"}

{translate key="author.submit.submissionSupportingAgenciesDescription"}

{fieldLabel name="sponsor" key="submission.agencies"}
{foreach from=$pubIdPlugins item=pubIdPlugin} {assign var=pubIdMetadataFile value=$pubIdPlugin->getPubIdMetadataFile()} {include file="$pubIdMetadataFile" pubObject=$article} {/foreach} {call_hook name="Templates::Submission::MetadataEdit::AdditionalMetadata"} {if $journalSettings.metaCitations}

{translate key="submission.citations"}

{translate key="author.submit.submissionCitations"}

{fieldLabel name="citations" key="submission.citations"}
{/if} {if $isEditor}

{translate key="editor.article.display"}

{fieldLabel name="hideAuthor" key="issue.toc"} {translate key="editor.article.hideTocAuthorDescription"}:

{translate key="submission.permissions"}

{fieldLabel name="copyrightHolder" key="submission.copyrightHolder"}
{fieldLabel name="copyrightYear" key="submission.copyrightYear"}
{fieldLabel name="licenseURL" key="submission.licenseURL"}
{/if}{* $isEditor *}

{translate key="common.requiredField"}

{include file="common/footer.tpl"}