{% load static %} {% load publication_extras %} {% load countries %} {% if form %}
{% include "rcallocation/field.html" with field=form.project_name %}
{% include "rcallocation/field.html" with field=form.contact_email %}
{% include "rcallocation/field.html" with field=form.project_description %}
{% include "rcallocation/field.html" with field=form.estimated_project_duration %}
{% include "rcallocation/field.html" with field=form.convert_trial_project %}

Step 1 out of {% if not object or not object.can_have_publications %}9{% else %}10{% endif %}

Next
{% if not object or not object.can_have_publications %} NOTE Estimate the number of users and services that will be supported by the allocation over the next year. Please distinguish between users who will have direct access to the VM instances and those who will use any services that are hosted on the instances.

{% include "rcallocation/field.html" with field=form.multiple_allocations_check %}
{% include "rcallocation/field.html" with field=form.direct_access_user_estimate %}
{% include "rcallocation/field.html" with field=form.estimated_service_count %}
{% include "rcallocation/field.html" with field=form.estimated_service_active_users %}
{% else %} NOTE Specify the number of users of your project allocation over the past year. Estimated number of users and services that have been supported by the allocation over the past year. Please distinguish between users who have direct access to the VM instances and those who have used any services that are hosted on the instances. If your project has multiple Nectar project allocations, only provide these numbers for one of the allocations to avoid double counting.

{% include "rcallocation/field.html" with field=form.multiple_allocations_check %}
{% include "rcallocation/field.html" with field=form.direct_access_user_past_year %}
{% include "rcallocation/field.html" with field=form.active_service_count %}
{% include "rcallocation/field.html" with field=form.service_active_users_past_year %}
{% include "rcallocation/field.html" with field=form.users_figure_type %}
{% endif %}
{% include "rcallocation/field.html" with field=form.use_case %}

Step 2 out of {% if not object or not object.can_have_publications %}9{% else %}10{% endif %}

Previous Next
NOTE Please enter at least 1 and up to 3 {{for_series}} Field of Research (FoR) codes for the area(s) of research supported by this allocation request, and set percentages adding up to a total of 100%. Please see How to use FoR codes in the Nectar Allocation request form for more details. Please provide FoR codes for your research areas, not your research methodologies.

{% for error in form.get_for_errors %}
{{error}}
{% endfor %}
{% for group in form.grouped_fields %}
{% for field in group %} {% if forloop.first %} {% endif %}
{% if field.errors %}
{{ field }} {% for error in field.errors %} {{ error }} {% endfor %}
{% else %} {{ field }} {% endif %}
{% endfor %}
{% endfor %}

Step 3 out of {% if not object or not object.can_have_publications %}8{% else %}9{% endif %}

Previous Next
NOTE Specify the Universities and other Research Organisations that will be supported by the allocation. Alternatively you can select 'All Organisations'.

{% include "rcallocation/organisation_field.html" with field=form.supported_organisations field_marker="supported_organisations" %}

Step 4 out of {% if not object or not object.can_have_publications %}8{% else %}9{% endif %}

Previous Next
{{ investigator_formset.management_form }} {% for investigator_form in investigator_formset.forms %} {% include "rcallocation/investigator_form.html" %} {% endfor %}

Step 5 out of {% if not object or not object.can_have_publications %}8{% else %}9{% endif %}

Previous Next
{% include "rcallocation/medium_field.html" with field=form.ardc_support %} {% include "rcallocation/medium_field.html" with field=form.ardc_explanation %} {% if not form.ardc_support.value and object and object.nectar_support %} {% endif %} {% include "rcallocation/medium_field.html" with field=form.ncris_facilities %} {% include "rcallocation/medium_field.html" with field=form.ncris_explanation %} {% if not form.ncris_facilities.value and object and object.ncris_support %} {% endif %}

Step 6 out of {% if not object or not object.can_have_publications %}8{% else %}9{% endif %}

Previous Next
{% if grant_formset.non_form_errors %} {% endif %}

NOTE Research grant information aids in the assessment of research allocations and indicates the scale of the research supported. You must put at least one grant, or specify you have no grants for the project

A National project allocation request can only be approved if the project is:

Note that if a project meets the above criteria, it is not automatically entitled to a national allocation. In some cases it may be more suited to a local allocation.

If your project is not eligible for a national allocation it may receive a local (node-prioritised) allocation at a particular node.

If your project is supported by NCRIS or ARDC, record that information in the separate fields at the end of this form. Please do not record it as a research grant.


{{ grant_formset.management_form }} {% include "rcallocation/grant_form.html" %}

Step 7 out of {% if not object or not object.can_have_publications %}8{% else %}9{% endif %}

Previous Next
NOTE List any publications or other research outputs from work on this project that has been supported by use of the Nectar cloud.

{{ publication_formset.management_form }} {% include "rcallocation/publication_form.html"%}
{% include "rcallocation/field.html" with field=form.nectar_benefit_description %}
{% include "rcallocation/field.html" with field=form.nectar_research_impact %}

Step 8 out of 9

Previous Next

{% if not object or not object.can_have_publications %} 8. Continue {% else %} 9. Continue {% endif %}

{% if not object or not object.can_have_publications %}

Step 8 out of 8

Continue to select cloud resources.

{% else %}

Step 9 out of 9

Continue to select cloud resources.

{% endif %}
{% endif %}