{% extends "base.html" %} {% block title %}Home{% endblock %} {% block heading %}{% endblock %} {% block pageid %}home{% endblock %} {% block jscript %} {% endblock %} {% block content %} {% if recent_events != "" %}

Recent Events


{% endif %}

GraceDB Overview

The gravitational-wave candidate event database (GraceDB) is a prototype system to organize candidate events from gravitational-wave searches and to provide an environment to record information about follow-ups.

{% if signoff_authorized %} {% if signoff_superevent_ids|length or new_signoff_graceids|length or older_signoff_graceids|length %}

Attention {{signoff_instrument}} Operator


{% if signoff_superevent_ids|length %}

The following superevents require your signoff:

{% if signoff_superevent_ids|length %} {% endif %} {% endif %} {% if new_signoff_graceids|length or older_signoff_graceids|length %}

The following events require your sign-off:

{% if new_signoff_graceids|length %}

Events submitted within the last 24 hours:

{% endif %} {% if older_signoff_graceids|length %}

Events older than 24 hours:

{% endif %} {% endif %}

Please click on the link(s) above and use the form at the top of the page.

{% endif %} {% endif %} {% if recent_events %} {% endif %} {% endblock %}