diff --git a/src/app/features/preprints/components/stepper/author-assertion-step/author-assertions-step.component.html b/src/app/features/preprints/components/stepper/author-assertion-step/author-assertions-step.component.html index dd7e22bb7..05675671b 100644 --- a/src/app/features/preprints/components/stepper/author-assertion-step/author-assertions-step.component.html +++ b/src/app/features/preprints/components/stepper/author-assertion-step/author-assertions-step.component.html @@ -1,15 +1,11 @@ -
- The Conflict of Interest (COI) assertion is made on behalf of all the authors listed for this preprint. COIs - include: financial involvement in any entity such as honoraria, grants, speaking fees, employment, consultancies, - stock ownership, expert testimony, and patents or licenses. COIs can also include non-financial interests such as - personal or professional relationships or pre-existing beliefs in the subject matter or materials discussed in - this preprint. + {{ 'preprints.preprintStepper.authorAssertions.conflictOfInterest.description' | translate }}
- Data refers to raw and/or processed information (quantitative or qualitative) used for the analyses, case studies, - and/or descriptive interpretation in the preprint. Public data could include data posted to open-access - repositories, public archival library collection, or government archive. For data that is available under limited - circumstances (e.g., after signing a data sharing agreement), choose the ‘No’ option and use the comment box to - explain how others could access the data. + {{ 'preprints.preprintStepper.authorAssertions.publicData.description' | translate }}
- A preregistration is a description of the research design and/or analysis plan that is created and registered - before researchers collected data or before they have seen/interacted with preexisting data. The description - should appear in a public registry (e.g., clinicaltrials.gov, OSF, AEA registry). + {{ 'preprints.preprintStepper.authorAssertions.publicPreregistration.description' | translate }}
Please Upload your Preprint
-Note: You cannot switch options once a file is attached.
++ {{ + 'preprints.preprintStepper.file.uploadDescription' + | translate: { preprintWord: provider()?.preprintWord | titlecase } + }} +
+{{ 'preprints.preprintStepper.file.note' | translate }}
This will make your project public, if it is not already
-The projects and components for which you have admin access are listed below.
+{{ 'preprints.preprintStepper.file.projectSelection.description' | translate }}
++ {{ 'preprints.preprintStepper.file.projectSelection.subDescription' | translate }} +
+ {{ 'preprints.preprintStepper.review.consentDescription' | translate }} +
++ {{ + 'preprints.preprintStepper.review.workflowDescription' + | translate: { providerName: provider()?.name, reviewsWorkflow: provider()?.reviewsWorkflow } + }} +
++ {{ 'preprints.preprintStepper.review.learnMore' | translate }} + {{ + 'preprints.preprintStepper.review.moderationPolicies' | translate + }} + {{ 'preprints.preprintStepper.review.supportCenter' | translate }} +
+ +{{ provider()?.name }}
+{{ createdPreprint()!.title }}
+{{ 'common.labels.none' | translate }}
+ } +{{ 'common.labels.notApplicable' | translate }}
+ } +{{ 'common.labels.notApplicable' | translate }}
+ } +{{ 'preprints.preprintStepper.review.sections.authorAssertions.noCoi' | translate }}
+ } @else { + {{ createdPreprint()?.coiStatement }} + } +{{ 'preprints.preprintStepper.review.sections.authorAssertions.noData' | translate }}
+ } + @case (ApplicabilityStatus.Unavailable) { + {{ createdPreprint()?.whyNoData }} + } + @case (ApplicabilityStatus.Applicable) { + @for (link of createdPreprint()?.dataLinks; track $index) { +{{ link }}
+ } + } + } ++ {{ 'preprints.preprintStepper.review.sections.authorAssertions.noPrereg' | translate }} +
+ } + @case (ApplicabilityStatus.Unavailable) { + {{ createdPreprint()?.whyNoPrereg }} + } + @case (ApplicabilityStatus.Applicable) { + @switch (createdPreprint()?.preregLinkInfo) { + @case (PreregLinkInfo.Analysis) { ++ {{ 'preprints.preprintStepper.common.labels.preregTypes.analysis' | translate }} +
+ } + @case (PreregLinkInfo.Designs) { ++ {{ 'preprints.preprintStepper.common.labels.preregTypes.designs' | translate }} +
+ } + @case (PreregLinkInfo.Both) { ++ {{ 'preprints.preprintStepper.common.labels.preregTypes.both' | translate }} +
+ } + } + @for (link of createdPreprint()?.preregLinks; track $index) { +{{ link }}
+ } + } + } +{{ preprintProject()?.name }}
+ } @else { +{{ 'preprints.preprintStepper.review.sections.supplements.noSupplements' | translate }}
+ } +Connect an OSF project to share data, code, protocols, or other supplemental materials.
+{{ 'preprints.preprintStepper.supplements.description' | translate }}
This will make your project public, if it is not already
-The projects and components for which you have admin access are listed below.
++ {{ 'preprints.preprintStepper.supplements.projectSelection.description' | translate }} +
++ {{ 'preprints.preprintStepper.supplements.projectSelection.subDescription' | translate }} +
No such step
+ @case (SubmitStepsEnum.Review) { +