Skip to content

Commit

Permalink
Merge tag '2.13.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kathy-t committed Feb 19, 2025
2 parents 8f4c4a0 + 2126471 commit 9f85783
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ <h1 mat-dialog-title>Manage DOIs</h1>

<p class="size-small gray-caption">
<span>
Dockstore automatically creates a DOI for each valid, tagged version of this {{ entryTypeMetadata.term }} if it is published. It
does not require a Zenodo account to be linked.
</span>
<span *ngIf="isGitHubAppEntry">
Edit the enableAutoDoi field in the .dockstore.yml to change your Automatic DOI Generation preference.
Dockstore automatically creates a DOI for each valid, tagged version of this {{ entryTypeMetadata.term }} if it is published and has
at least one author in its metadata. It does not require a Zenodo account to be linked.
</span>
<strong *ngIf="isGitHubAppEntry">
Edit the enableAutoDois field in the .dockstore.yml to change your Automatic DOI Generation preference.
</strong>
<a
class="ds-green"
[href]="Dockstore.DOCUMENTATION_URL + '/end-user-topics/dois.html#automatic-dockstore-doi-generation'"
Expand Down

0 comments on commit 9f85783

Please sign in to comment.