Dear {{ notification.get_title }} {{ notification.last_name }},
We would like to notify you that your work has been cited in
{% if notification.related_notifications.for_publications %}
{% if notification.related_notifications.for_publications|length > 1 %}{{ notification.related_notifications.for_publications|length }} papers{% else %}a paper{% endif %}
published by SciPost:
{% for notification in notification.related_notifications.for_publications %}
-
{{ notification.publication.citation }}
{{ notification.publication.title }}
by {{ notification.publication.author_list }}
{% endfor %}
{% endif %}
{% if notification.related_notifications.for_submissions %}
{% if notification.related_notifications.for_submissions|length > 1 %}{{ notification.related_notifications.for_submissions|length }} manuscripts{% else %}a manuscript{% endif %}
submitted to SciPost,
{% for notification in notification.related_notifications.for_submissions %}
-
{{ notification.submission.title }}
by {{ notification.submission.author_list }}
View the submission's page
{% endfor %}
{% endif %}
{% if notification.related_notifications.for_publications %}
We hope you will find this paper of interest to your own research.
{% else %}
You might for example consider reporting or commenting on the above submission before the refereeing deadline.
{% endif %}
Best regards,
The SciPost Team
{% if notification.get_first_related_contributor %}
Don\'t want to receive such emails? Unsubscribe
{% endif %}
{% include 'email/_footer.html' %}