{% extends 'base.html' %} {% load i18n %} {% load static %} {% block title %}{% trans "Home" %}{% endblock %} {% block custom_head_js %} {{ block.super }} {% endblock %} {% block css %} {{ block.super }} {% endblock %} {% block breadcrumb_nav %} {% endblock %} {% block main %}

Hello and Welcome!

{% if outages|length > 0 %} {% for outage in outages %} {% if outage.severity >= 2 and outage.end is None %}
×   {{ outage.title }} View Announcement
{% endif %} {% endfor %} {% endif %}

Welcome to the Dashboard!

The Dashboard is your web interface to the ARDC Nectar Research Cloud - Australia's national research cloud, providing computing infrastructure to researchers, giving you access to powerful computing resources without the need to purchase or host your own hardware.

New to Nectar? Don't worry, we've got loads of support arcticles and tutorials to help you along the way. You can learn all about the Nectar Cloud and The Dashboard on the Nectar Support Site and if you need help, you can simply contact our Support team by creating a help request.

To get started with the Nectar Cloud, we recommend following the Cloud Starter Series of tutorials.

Usage

You have used

0

Service Units in the past 3 months.

To view more usage data, visit the Usage Trend page.

Usage Trend
{% if outages|length > 0 %}
Service Announcements Nectar System Status
    {% for outage in outages %}
  • {% if outage.status_display == "Resolved" %}(Resolved) {% elif outage.status_display == "Completed" %}(Completed) {% endif %} {{ outage.scheduled_display }} Outage

    {{ outage.title }}

    Status: {{ outage.status_display }} {% if outage.start %} Start: {{ outage.start|date:"r" }} {% elif outage.scheduled and outage.schedule_start %} Start: {{ outage.schedule_start|date:"r" }} (scheduled) {% endif %} {% if outage.end %} End: {{ outage.end|date:"r" }} {% elif outage.scheduled and outage.schedule_end %} End: {{ outage.schedule_end|date:"r" }} (scheduled).

    {% endif %}

    View Announcement
  • {% endfor %}
{% else %}
{% endif %}
ARDC News View All News
Getting ARDC News…
{% endblock %}