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

Automated email fixes #1922

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 1 addition & 3 deletions app/views/layouts/mailer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
</head>
<body>
<%= yield %>

<p>
<p>Kind regards,<br/>
The Dryad Team<br/>
<a href="https://datadryad.org" title="Dryad">https://datadryad.org</a>
</p>

<p>Please do not reply to this email.</p>

</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p>
Title: <%= @resource.title %><br/>
<%= @resource.identifier_str %>
DOI: <%= @resource.identifier_uri %>
</p>

<p>If you have questions, please contact us at <a href="mailto:<%= @helpdesk_email %>?subject=Auto-Withdraw <%= @resource.identifier_str %>"><%= @helpdesk_email %></a>.</p>
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<p>Dear <%= @user_name %>,</p>

<p>Title: <%= @resource.title %><br/>
DOI: <%= @resource.identifier_str %></p>
DOI: <%= @resource.identifier_uri %>
</p>

<p>As a reminder, your Dryad data submission is currently in "Private for peer review" status and has not entered our curation process. If your related manuscript is still in the peer review process, you may ignore this email.</p>

Expand All @@ -13,5 +14,3 @@
</ol>

<p>If your related article has been rejected, or you will not be proceeding with the submission of this dataset, kindly contact us at <a href="mailto:<%= @helpdesk_email %>?subject=Withdraw DOI: <%= @resource.identifier_str %>"><%= @helpdesk_email %></a>, and we will withdraw your submission.</p>

<p>The Dryad Team</p>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p>
Title: <%= @resource.title %><br/>
<%= @resource.identifier_str %>
DOI: <%= @resource.identifier_uri %>
</p>

<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p>
Title: <%= @resource.title %><br/>
<%= @resource.identifier_str %>
DOI: <%= @resource.identifier_uri %>
</p>

<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@
</p>

<p>We hope to hear from you soon.</p>

<p>
The Dryad Team<br/>
<a href="mailto:help@datadryad.org">help@datadryad.org</a>
</p>
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@
</p>

<p>We hope you will consider Dryad to host your future data submissions.</p>

<p>
The Dryad Team<br/>
<a href="mailto:help@datadryad.org">help@datadryad.org</a>
</p>
6 changes: 1 addition & 5 deletions app/views/stash_engine/user_mailer/doi_invitation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<li>Proceed to the final page of the submisison form and click "Submit"</li>
</ol>

<p>Interested in having intriguing data delivered directly to your inbox? <a href="https://docs.google.com/forms/d/e/1FAIpQLSfw9aG7WoKYan3nlxU4O61QjOEDbqyav8wGImRTQlev7LGoyQ/viewform">Sign up for Dryad's Open Data Digest</a> &ndash; a monthly round-up highlighting our most viewed datasets from a wide range of research areas and authors around the globe.</p>

<p>If you need assistance, contact <a href="mailto:<%= @helpdesk_email %>"><%= @helpdesk_email %></a>.</p>

<p>Thank you for choosing Dryad to host, protect, and preserve your data.<br/>
The Dryad Team</p>

<p>Thank you for choosing Dryad to host, protect, and preserve your data.</p>
2 changes: 0 additions & 2 deletions app/views/stash_engine/user_mailer/embargoed.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@

<p>Thank you for choosing Dryad to host your data.</p>

<p>The Dryad Team</p>

<p>We welcome your feedback! Please share your thoughts with us at: <a href="mailto:<%= @helpdesk_email %>"><%= @helpdesk_email %></a>, or <a href="<%= @feedback_url %>">sign up for sneak peeks of new Dryad features</a>.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ Journal: <%= @resource.identifier.publication_name %>
</p>

<p>Thank you for choosing Dryad to host your data. If you have any questions, please contact us at <a href="mailto:<%= @helpdesk_email %>?subject=Dataset with DOI: <%= @resource.identifier_value %>"><%= @helpdesk_email %></a>.</p>

<p>The Dryad Team</p>
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ Journal: <%= @resource.identifier.publication_name %>
<p>The submission will remain private until the related manuscript has been accepted. Once a notification of acceptance is received, the curation process will be initiated. For private access during this review period, you may share the unpublished data files using this unique link: <a href="<%= shr %>"><%= shr %></a></p>

<p>If you have questions or concerns, please visit our Help page, or contact us at <a href="mailto:<%= @helpdesk_email %>"><%= @helpdesk_email %></a>.</p>

<p>The Dryad Team</p>
3 changes: 0 additions & 3 deletions app/views/stash_engine/user_mailer/orcid_invitation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@
<p>If you have questions, please get in touch with us at <a href="mailto:<%= @helpdesk_email %>"><%= @helpdesk_email %></a>.</p>

<p>We appreciate your support of Dryad and your contribution to open data.</p>

<p>The Dryad Team</p>

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ DOI: <%= @resource.identifier_uri %></p>

<p>As your manuscript is no longer under peer review, the data should be made public. Therefore your submission will be automatically released for curation and publication.</p>

<p>Please contact us at <a href="mailto:<%= @helpdesk_email %>?subject=DOI: <%= @resource.identifier_value %>"><%= @helpdesk_email %></a> if you have any concerns.</p>

<p>Kind regards,</p>
<p>The Dryad Team</p>
<p>Please contact us at <a href="mailto:<%= @helpdesk_email %>?subject=DOI: <%= @resource.identifier_value %>"><%= @helpdesk_email %></a> if you have any concerns.</p>
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@
</p>

<p>Please contact the Dryad Helpdesk at <a href="mailto:<%= @helpdesk_email %>"><%= @helpdesk_email %></a> if you have any questions.</p>

<p>Kind regards,<br/>
The Dryad Team</p>
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@
<a href="mailto:<%= @helpdesk_email %>?subject=Dataset with DOI: <%= @resource.identifier_value %>"><%= @helpdesk_email %></a>
if you have any questions.
</p>

<p>Kind regards,</p>