Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix auto DOI opt out instruction typo and make it bold #2064

Merged
merged 3 commits into from
Feb 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading