diff --git a/src/app/features/preprints/components/index.ts b/src/app/features/preprints/components/index.ts index c22b6221a..9d0394975 100644 --- a/src/app/features/preprints/components/index.ts +++ b/src/app/features/preprints/components/index.ts @@ -5,6 +5,7 @@ export { GeneralInformationComponent } from './preprint-details/general-informat export { ModerationStatusBannerComponent } from './preprint-details/moderation-status-banner/moderation-status-banner.component'; export { PreprintFileSectionComponent } from './preprint-details/preprint-file-section/preprint-file-section.component'; export { PreprintMakeDecisionComponent } from './preprint-details/preprint-make-decision/preprint-make-decision.component'; +export { PreprintMetricsInfoComponent } from './preprint-details/preprint-metrics-info/preprint-metrics-info.component'; export { PreprintTombstoneComponent } from './preprint-details/preprint-tombstone/preprint-tombstone.component'; export { PreprintWarningBannerComponent } from './preprint-details/preprint-warning-banner/preprint-warning-banner.component'; export { ShareAndDownloadComponent } from './preprint-details/share-and-download/share-and-download.component'; diff --git a/src/app/features/preprints/components/preprint-details/general-information/general-information.component.html b/src/app/features/preprints/components/preprint-details/general-information/general-information.component.html index b0df7c2b1..1864e4d31 100644 --- a/src/app/features/preprints/components/preprint-details/general-information/general-information.component.html +++ b/src/app/features/preprints/components/preprint-details/general-information/general-information.component.html @@ -1,26 +1,8 @@ @if (preprint()) { @let preprintValue = preprint()!; -
-
-

{{ 'preprints.preprintStepper.common.labels.abstract' | translate }}

- -
- - @if (affiliatedInstitutions().length) { - - } - - @if (preprintValue.nodeId) { -
-

{{ 'preprints.details.supplementalMaterials' | translate }}

- - {{ nodeLink() }} - - -
- } +

{{ 'preprints.preprintStepper.review.sections.metadata.authors' | translate }}

@@ -33,17 +15,16 @@

{{ 'preprints.preprintStepper.review.sections.metadata.authors' | translate

- @if (preprintProvider()?.assertionsEnabled) { -
-

{{ 'preprints.preprintStepper.review.sections.authorAssertions.conflictOfInterest' | translate }}

+
+

{{ 'preprints.preprintStepper.common.labels.abstract' | translate }}

+ +
- @if (preprintValue.hasCoi) { - {{ preprintValue.coiStatement }} - } @else { -

{{ 'preprints.preprintStepper.review.sections.authorAssertions.noCoi' | translate }}

- } -
+ @if (affiliatedInstitutions().length) { + + } + @if (preprintProvider()?.assertionsEnabled) {

{{ 'preprints.preprintStepper.review.sections.authorAssertions.publicData' | translate }}

@@ -104,6 +85,28 @@

} + @if (preprintValue.nodeId) { +
+

{{ 'preprints.details.supplementalMaterials' | translate }}

+ + {{ nodeLink() }} + + +
+ } + + @if (preprintProvider()?.assertionsEnabled) { +
+

{{ 'preprints.preprintStepper.review.sections.authorAssertions.conflictOfInterest' | translate }}

+ + @if (preprintValue.hasCoi) { + {{ preprintValue.coiStatement }} + } @else { +

{{ 'preprints.preprintStepper.review.sections.authorAssertions.noCoi' | translate }}

+ } +
+ } + +
@if (safeLink()) {