-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APPS-1198_add-a-terms-of-use-reminder
- Loading branch information
1 parent
8dfb265
commit 974b88d
Showing
3 changed files
with
186 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
<div class="terms sinai-static-page-inner-container"> | ||
<div class='static-page__title-row'> | ||
<h1 class='static-page__title--sinai'>Terms of Use</h1> | ||
</div> | ||
|
||
<div class='static-page__row'> | ||
<p class='static-page__text static-page__text--sinai'>St. Catherine’s Monastery of the Sinai, Egypt, is pleased to make images of manuscripts in its library accessible for online study. The Monastery asks that users accessing images of its manuscripts agree to the following terms and conditions: <strong><a class='si-link' href='#terms'>*</a></strong> | ||
</p> | ||
</div> | ||
|
||
<div class='static-page__row'> | ||
<h3 class='static-page__subtitle static-page__subtitle--sinai'>For Researchers</h3> | ||
<p class='static-page__text static-page__text--sinai'>Researchers are invited to study the images online. Images may not be downloaded for publication or redistribution without the prior <%= link_to 'written permission of St. Catherine’s Monastery of the Sinai.', '/contact', class: 'si-link' %></p> | ||
<p class='static-page__text static-page__text--sinai'>Researchers who access the images online are free to publish their findings and quote from the manuscripts in scholarly or other publications, whether electronic or in print. See the "For Publications" section below for how to cite references to the online content.</p> | ||
<p class='static-page__text static-page__text--sinai'>However, any researcher planning to publish an edition (including a transcription, translation, or comprehensive scholarly analysis) of a manuscript or one of the texts it contains is asked to <%= link_to 'consult first with St. Catherine’s Monastery.', '/contact', class: 'si-link' %></p> | ||
</div> | ||
|
||
<hr class='divider'> | ||
|
||
<div class='static-page__row'> | ||
<h3 class='static-page__subtitle static-page__subtitle--sinai'>For Publications</h3> | ||
|
||
<p class='static-page__text static-page__text--sinai'>Inquiries to St. Catherine’s Monastery about permission to reproduce or publish an image or approval to publish an edition should be sent to: <%= mail_to '[email protected]', '[email protected]', class: ' si-link' %>.</p> | ||
<p class='static-page__text static-page__text--sinai'>References in publications to the online images and descriptions of the manuscripts should be accompanied by the following credit line: “Sinai Manuscripts Digital Library, a publication of St. Catherine’s Monastery of the Sinai in collaboration with EMEL and UCLA. <%= mail_to 'sinaimanuscripts.library.ucla.edu', 'sinaimanuscripts.library.ucla.edu', class: 'si-link' %>”</p> | ||
<p class='static-page__text static-page__text--sinai'>St. Catherine’s Monastery may, at its discretion, require that an additional credit line or caption be added to published images, as part of its permission for publication.</p> | ||
<p class='static-page__text static-page__text--sinai .si-link'>We request that electronic copies of publications based on images presented on this site be sent to the following email address: <%= mail_to '[email protected]', '[email protected]', class: 'si-link' %>. In the event that electronic copies of publications are not available, please send one printed copy to:</p> | ||
<strong> | ||
Saint Catherine’s Monastery of the Sinai<br> | ||
26 Doryleou, Ampelokipi, Athens 11521, Greece | ||
</strong> | ||
</div> | ||
|
||
<hr class='divider'> | ||
|
||
<div class='static-page__row'> | ||
<a name='terms'></a> | ||
<p class='static-page__text static-page__text--sinai'><strong><span class='si-link'>*</span></strong> The terms and conditions on this page rehearse the user agreement from the <%= link_to 'Sinai-ID Registration', 'https://sinai-id.org/users/sign_up', target: '_blank', rel: 'noopener', class: 'si-link' %>. Violation of these terms and conditions may result in the suspension of your user account and notification to the Monastery of the violation.</p> | ||
<p class='static-page__text static-page__text--sinai'>Users are invited to review the <%= link_to 'Privacy Policy', 'https://sinai-id.org/static_pages/spp_privacy', target: '_blank', rel: 'noopener', class: 'si-link' %> associated with their login. Registration data is managed by the Early Manuscripts Electronic Library (EMEL). If you ever wish to delete your user account, email a request to <%= mail_to '[email protected]', '[email protected]', class: 'si-link' %>, and EMEL will remove your account data from its database.</p> | ||
</div> | ||
</div> | ||
|