{# ## This file is part of Zenodo. ## Copyright (C) 2015, 2016 CERN. ## ## Zenodo is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation, either version 3 of the License, or ## (at your option) any later version. ## ## Zenodo is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with Zenodo. If not, see . ## ## In applying this licence, CERN does not waive the privileges and immunities ## granted to it by virtue of its status as an Intergovernmental Organization ## or submit itself to any jurisdiction. #} {%- extends config.ACCESSREQUESTS_BASE_TEMPLATE %} {% block title %}{% endblock %} {% block page_body %} {%- from "zenodo_accessrequests/_macro.html" import render_field with context %}
Access request
Record:

{{record.get('title')}} (DOI: {{record.get('doi')}})

Uploaded by:
{% for owner in owners: %} {% if owner.profile %} {% if owner.profile.full_name %}

{{owner.profile.full_name}}

{% else %}

{{owner.profile.username}}

{% endif %} {% endif %} {% endfor %}
Conditions

{{record.get('access_conditions')|safe}}


{%- for field in form %} {{ render_field(field) }} {%- endfor %}
By pressing "Send request", you agree to that we provide above details (including your email address) to the owner of the record.

Cancel
Instructions
  • Ensure that you fulfil the conditions under which the owner grants access to the upload.
  • Fill the form, in particular ensure that you provide a proper justification.
  • Next, you will receive an email with a link to confirm the request. Once you have confirmed the request by opening the link, the owner will be notified.
  • When the owner either grants/deny access you will receive a notification email. If you are granted access the notification email will contain a secret link that allows you to access the restricted access files.
Who grants/deny access?
The decision whether to grant/deny access is solely under the responsibility of the record owner. Hence, please note that {{config.THEME_SITENAME}} staff are not involved in this decision.
What is the response time?
The response time fully depends on the record owner.
Can the owner charge me for granting access?
No, the owner is not allowed to charge you for granting access to the record hosted on {{config.THEME_SITENAME}}. Please notify us if this happens.
{% endblock %}