{% 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 %}
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.
You have used
0
Service Units in the past 3 months.
To view more usage data, visit the Usage Trend page.
Usage TrendStatus: {{ 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