Skip to content

Commit

Permalink
Add tombstone messages for type Other
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb committed Jan 5, 2024
1 parent c6e7638 commit cea0df3
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
<!-- Project Header Start -->
<div ng-if="!$ctrl.ui.loading">
<!-- pub preview metadata -->
<div class="alert alert-warning flex-container" ng-if="$ctrl.publication.tombstone.includes($ctrl.project.uuid)">
<i role="none" class="fa fa-warning notification-icon"></i>
<div>
<strong>The following Dataset does not exist anymore</strong><br>
The Dataset with DOI:
<a href="https://doi.org/{{mission.value.dois[0]}}">https://doi.org/{{$ctrl.project.value.dois[0]}}</a>
was incomplete and removed. The metadata is still available.
<span ng-if="$ctrl.publication.tombstoneMessage">The authors have provided the following message regarding the status of the dataset: "{{$ctrl.publication.tombstoneMessage}}"</span>
</div>

</div>
<prj-pub-preview-metadata></prj-pub-preview-metadata>
<!-- Project Nav -->
<span class="project-preview-nav" ng-if="!$ctrl.readOnly && !$ctrl.ui.loading">
Expand Down

0 comments on commit cea0df3

Please sign in to comment.