diff --git a/bower.json b/bower.json index 8124b7813dd79520ec6803df6689f2b824658454..66ba9e4cf09a70ac2fc0beb10e5aef857890fa2a 100644 --- a/bower.json +++ b/bower.json @@ -11,7 +11,7 @@ "tablesaw": "3.1.2", "materialize": "1.0.0", "bootstrap": "4.1.0", - "datatables.net": "^1.10.20", + "datatables.net": "^1.10.22", "datatables.net-bs4": "^3.2.2", "ekko-lightbox": "^5.3.0", "trumbowyg": "2.21.0" diff --git a/config/settings/base.py b/config/settings/base.py index 9d7a4bf8ccd2420b2356b3597572b13fe3524791..42113668944067f0ce3700dc97f588894e603811 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -30,7 +30,7 @@ INFO_BANNER_ENABLED = False INFO_BANNER_MESSAGE = "TEST MESSAGE" # Version --------------------------------------------------------------------- -PROJECT_VERSION = '2.10.0-1' +PROJECT_VERSION = '2.10.0-2' # Unauthenticated access ------------------------------------------------------ # This variable should eventually control whether unauthenticated access is diff --git a/gracedb/events/templatetags/mediaviews.py b/gracedb/events/templatetags/mediaviews.py index 27f21d82e11a6970e3e86a0c29241b29d25cf471..875b599491a7bbb3383ad27b2609ebcbdc1a2307 100644 --- a/gracedb/events/templatetags/mediaviews.py +++ b/gracedb/events/templatetags/mediaviews.py @@ -66,14 +66,29 @@ embedded_button_template = """ - {% if user.is_authenticated %} - - {% endif %} - -

- - - - - - - - - -
- -
- -
- - - - - - - - - - - - - {% for log in object.eventlog_set.all %} - - - - - {% autoescape off %} - - - - - - - - - {% endfor %} -
No. {{ "lcreated"|timeselect:"utc" }} Submitter Comment
{{ log.N }} {{ log.created|multiTime:"lcreated" }} {{ log.issuer.get_full_name }} {{ log.comment }} - {% endautoescape %} - {% if log.filename %} - ({{ log.filename }}) - {% endif %} - {% for tag in log.tags.all %} - {{ tag.name }} -
-
- {% endfor %} -
- + -
-
-
- -
-
- - +
+ +

+ + {% if user.is_authenticated %} + + {% endif %} + +

+ + + + + + + + + +
+ +
+ +
+ + + + + + + + + + + + + {% for log in object.eventlog_set.all %} + + + + + {% autoescape off %} + + + + + + + + + {% endfor %} +
No. {{ "lcreated"|timeselect:"utc" }} Submitter Comment
{{ log.N }} {{ log.created|multiTime:"lcreated" }} {{ log.issuer.get_full_name }} {{ log.comment }} + {% endautoescape %} + {% if log.filename %} + ({{ log.filename }}) + {% endif %} + {% for tag in log.tags.all %} + {{ tag.name }} +
+
+ {% endfor %} +
+ + +
+
+
+ +
+
+ +
diff --git a/gracedb/templates/gracedb/manage_pipelines.html b/gracedb/templates/gracedb/manage_pipelines.html index c1bd22b9d464ea478730b0914c84efdc077e8e5d..c9b292d6f64000a2504fe750bf62aee6121edb75 100644 --- a/gracedb/templates/gracedb/manage_pipelines.html +++ b/gracedb/templates/gracedb/manage_pipelines.html @@ -30,8 +30,9 @@ This functionality is intended to mitigate the effects of a pipeline that is mis {% endif %}
- +
+ @@ -48,6 +49,7 @@ This functionality is intended to mitigate the effects of a pipeline that is mis + {% for pipeline in pipeline_list %} @@ -87,7 +89,7 @@ This functionality is intended to mitigate the effects of a pipeline that is mis {% if log_messages %}
-
Pipeline status
Last day Action
{{ pipeline.name }}
+
diff --git a/gracedb/templates/gracedb/neighbors_frag.html b/gracedb/templates/gracedb/neighbors_frag.html index 59af6f8e788fd137a305d2645ec0bef1eb5c8f93..dd316fdb73258e50b895604e66ca828b05235507 100644 --- a/gracedb/templates/gracedb/neighbors_frag.html +++ b/gracedb/templates/gracedb/neighbors_frag.html @@ -1,107 +1,110 @@ {% load timeutil %} {% load scientific %} +

Neighbors

+
+
-
+
-
- - -
Recent activity
#
- - - - - - - - - - - - - - - - - - - - {% if nearby %} - {% for delta, object in nearby %} - - - - - - - - - - + {% endif %} +
UIDLabelsGroupPipelineSearchInstruments - {{ "ngps"|timeselect:"gps" }} - ΔgpstimeFAR (Hz)SNRLinks - {{ "nsubmitted"|timeselect:"utc" }} -
{{ object.graceid }} - - {% if object.labelling_set.all %} - {% for labelling in object.labelling_set.all %} - - {{ labelling.label.name }} - {% endfor %} - {% else %} -         - {% endif %} - {{ object.group.name }} {{ object.pipeline.name }} - {% if object.search.name %} - {{ object.search.name }} - {% else %} -         - {% endif %} - - {% if object.instruments %} - {{ object.instruments }} - {% else %} -         - {% endif %} - {% if object.gpstime%} - {{ object.gpstime|multiTime:"ngps" }} - {% endif %}{{ delta }} - {% if object.far|scientific %} - {{ object.far|scientific }} - {% else %} -         - {% endif %} - - {% if object.coincinspiralevent %} - {{ object.coincinspiralevent.snr|floatformat:"3" }} - {% elif preferred_event.multiburstevent %} - {{ object.multiburstevent.snr|floatformat:"3" }} + + + + + + + + + + + + + + + + + + + + + + {% if nearby %} + {% for delta, object in nearby %} + + + + + + + + + + + + + {% endfor %} {% else %} -         - {% endif %} - - - - - {% endfor %} - {% else %} - - {% endif %} -
Neighbor Window:   + {{neighbor_delta}} + +
UIDGroupPipelineΔgpstimeFAR (Hz)SNR + {{ "nsubmitted"|timeselect:"utc" }} +
{{ object.graceid }} + + {{ object.group.name }} {{ object.pipeline.name }} {{ delta }} + {% if object.far|scientific %} + {{ object.far|scientific }} + {% else %} +         + {% endif %} + + {% if object.coincinspiralevent %} + {{ object.coincinspiralevent.snr|floatformat:"3" }} + {% elif preferred_event.multiburstevent %} + {{ object.multiburstevent.snr|floatformat:"3" }} + {% else %} +         + {% endif %} + {{ object.created|multiTime:"nsubmitted" }}
Data{{ object.created|multiTime:"nsubmitted" }}
- No neighbors in range. -
- +
+ No neighbors in range. +
+
diff --git a/gracedb/templates/navbar_frag.html b/gracedb/templates/navbar_frag.html index 1a016aa958284c8a31baae9cdd98bebd352946dc..6fd0bfb4b7b8c76959bfcadc9187d79063eef1ef 100644 --- a/gracedb/templates/navbar_frag.html +++ b/gracedb/templates/navbar_frag.html @@ -1,6 +1,6 @@ {% load static %} - +
+ diff --git a/gracedb/templates/search/latest.html b/gracedb/templates/search/latest.html index 5d49d1a3ecba221fa5ee680f76cce2ec2eca7a4a..e066716d3b673d1b10484917d9f1adc072adbdff 100644 --- a/gracedb/templates/search/latest.html +++ b/gracedb/templates/search/latest.html @@ -29,12 +29,15 @@
+
+
+ {% if events %}
Tap on entry for detailed information
- +
- + @@ -78,8 +81,8 @@ @@ -123,9 +127,9 @@
Tap on entry for detailed information
-
UID Labels Pipeline
-
- +
+
- - + + - - + + - - + + - - + +
Additional Event Information @@ -87,30 +90,31 @@
Group:{{ ev.group.name }}Group:{{ ev.group.name }}
Search:{{ ev.search.name }}Search:{{ ev.search.name }}
Instruments:{{ ev.instruments }}Instruments:{{ ev.instruments }}
Latency (s):{{ ev.reportingLatency|floatformat:"-3" }}Latency (s):{{ ev.reportingLatency|floatformat:"-3" }}
-
+
Continue to {{ev.graceid}} Event Page +
+
- + {% if user.is_authenticated %} @@ -176,10 +180,10 @@
UID Labels
-
+
- +
Additional Superevent Information @@ -240,14 +244,15 @@
-
+
Continue to {{ sv.superevent_id }} Superevent Page +

{% if user.is_authenticated %}
- +
Preferred Event Information @@ -299,8 +304,9 @@
-
+
Continue to {{ sv.preferred_event.graceid }} Event Page +
{% endif %}
@@ -322,4 +328,7 @@ }); +
+
+ {% endblock %} diff --git a/gracedb/templates/search/query.html b/gracedb/templates/search/query.html index 323842d4380498466707bd175789779f5ec9ad20..d4ec01bed8c22f22c87d0df1a4f4d3f1c2a91a86 100644 --- a/gracedb/templates/search/query.html +++ b/gracedb/templates/search/query.html @@ -6,7 +6,7 @@ {% block content %} - +

Test and MDC events and superevents are not included in the search results by default. See the query help (link below) for information on how to search for events and superevents in those categories.

@@ -95,6 +95,10 @@ $(document).ready(function() { $('#searchForm').DataTable( { ajax:'{% url "mainsearch" %}?query={{raw_query|urlencode}}&query_type={{query_type}}&results_format=F', + processing: true, + language:{ + processing: '
' + }, order:[[7,'dsc']], } ); } ); diff --git a/gracedb/templates/superevents/detail.html b/gracedb/templates/superevents/detail.html index c2e7f2edf700c7f8cfc1b89b9b16436bb95540eb..bc761516e6b8b4271b6792cc8a1a629c48643acc 100644 --- a/gracedb/templates/superevents/detail.html +++ b/gracedb/templates/superevents/detail.html @@ -8,6 +8,7 @@ {% block jscript %} {% load static %} + @@ -30,161 +31,176 @@ {% endblock %} {% block content %} -
- -{% if superevent.is_exposed and not user_is_external %} - -
-

PUBLIC SUPEREVENT

+
+
+
+ +
-
-{% endif %} - -{% if messages %} -
- {% for m in messages %} -

{{ m }}

- {% endfor %} -
-{% endif %} - -{% if show_gw_status_form %} -
-
-
Note: this action is irreversible without manual intervention by an admin.
-
-
- -
-
-{% endif %} - -{# not sure why we need this if statement, maybe can delete in the future #} -{% if 'lvem_view' not in request.path %} - -{#-- XXX This next bit is super hacky. #} -{% if can_modify_permissions %} -
-
-
-
- - -
-
-
-
-{% endif %} - -{% if operator_signoff_authorized and operator_signoff_active %} -
-
{{ operator_signoff_instrument }} Operator Signoff
-
-

You are seeing this section because you've connected from a machine that, according to our records, is in the {{ signoff_instrument }} control room.

- {% if operator_signoff_exists %} -

This event has already been signed off on. Use the form below if you wish to edit or delete the record.

- {% else %} -

This superevent still requires operator signoff. Please answer the following (and optionally enter a comment): At the time of the superevent ({{ object_gpstime_in_operator_tz }}), was the operating status of the detector basically okay, or not?

- {% endif %} -
- - {{ operator_signoff_form.as_table }} - - - - -
- {# inputs are disabled here, enabled by jquery code on page load. Otherwise users who click quickly can activate the form before the jquery is fully loaded #} - {% if operator_signoff_exists %} - {% with operator_signoff_type|add:operator_signoff_instrument as typeinst %} - - - {% endwith %} - {% else %} - - {% endif %} -
-
-
-{% endif %} - -{# Here is a section for the EM advocate signoffs. #} -{% if advocate_signoff_authorized and advocate_signoff_active %} -
-
Advocate Signoff
-
-

You are seeing this section because you're a designated EM followup advocate. - {% if advocate_signoff_exists %} - This event has already been signed off on. Use the form below if you wish to edit or delete the record. - {% else %} - This event still requires EM Followup advocate signoff. - {% endif %} -

- -
- - {{ advocate_signoff_form.as_table }} - - - - -
- {# inputs are disabled here, enabled by jquery code on page load. Otherwise users who click quickly can activate the form before the jquery is fully loaded #} - {% if advocate_signoff_exists %} - {% with advocate_signoff_type|add:advocate_signoff_instrument as typeinst %} - - - {% endwith %} - {% else %} - - {% endif %} -
-
-
-{% endif %} - -{% endif %} {# lvem_view not in request.path #} - -{% block superevent_info %} - {% if user.is_authenticated %} - {% include "superevents/superevent_info_table.html" %} - {% else %} - {% include "superevents/superevent_info_table_public.html" %} - {% endif %} -{% endblock %} - -
-
- -{% block basic_info %} - {% if user.is_authenticated %} - {% include "superevents/preferred_event_info_table.html" %} - {% else %} - {% include "superevents/preferred_event_info_table_public.html" %} - {% endif %} -{% endblock %} - -{% include "superevents/log_entry_details.html" %} +
+ + + {% if superevent.is_exposed and not user_is_external %} + +
+
PUBLIC SUPEREVENT
+
+
+ {% endif %} + + {% if messages %} +
+ {% for m in messages %} +

{{ m }}

+ {% endfor %} +
+ {% endif %} + +

{{ superevent.superevent_id }}

+
+ +
+
+ {% if show_gw_status_form %} +

Advocate Actions

+
+ Note: this action is irreversible without manual intervention by an admin. +
+
+ +
+
+ {% endif %} + + {# not sure why we need this if statement, maybe can delete in the future #} + {% if 'lvem_view' not in request.path %} + + {#-- XXX This next bit is super hacky. #} + {% if can_modify_permissions %} +
+
+
+ + +
+
+ {% endif %} + + {% if operator_signoff_authorized and operator_signoff_active %} +
+
{{ operator_signoff_instrument }} Operator Signoff
+
+

You are seeing this section because you've connected from a machine that, according to our records, is in the {{ signoff_instrument }} control room.

+ {% if operator_signoff_exists %} +

This event has already been signed off on. Use the form below if you wish to edit or delete the record.

+ {% else %} +

This superevent still requires operator signoff. Please answer the following (and optionally enter a comment): At the time of the superevent ({{ object_gpstime_in_operator_tz }}), was the operating status of the detector basically okay, or not?

+ {% endif %} +
+ + {{ operator_signoff_form.as_table }} + + + + +
+ {# inputs are disabled here, enabled by jquery code on page load. Otherwise users who click quickly can activate the form before the jquery is fully loaded #} + {% if operator_signoff_exists %} + {% with operator_signoff_type|add:operator_signoff_instrument as typeinst %} + + + {% endwith %} + {% else %} + + {% endif %} +
+
+
+ {% endif %} + + {# Here is a section for the EM advocate signoffs. #} + {% if advocate_signoff_authorized and advocate_signoff_active %} +
+
Advocate Signoff
+
+

You are seeing this section because you're a designated EM followup advocate. + {% if advocate_signoff_exists %} + This event has already been signed off on. Use the form below if you wish to edit or delete the record. + {% else %} + This event still requires EM Followup advocate signoff. + {% endif %} +

+ +
+ + {{ advocate_signoff_form.as_table }} + + + + +
+ {# inputs are disabled here, enabled by jquery code on page load. Otherwise users who click quickly can activate the form before the jquery is fully loaded #} + {% if advocate_signoff_exists %} + {% with advocate_signoff_type|add:advocate_signoff_instrument as typeinst %} + + + {% endwith %} + {% else %} + + {% endif %} +
+
+
+ {% endif %} + + {% endif %} {# lvem_view not in request.path #} + +
+
+ +
+
+ + {% block superevent_info %} + {% if user.is_authenticated %} + {% include "superevents/superevent_info_table.html" %} + {% else %} + {% include "superevents/superevent_info_table_public.html" %} + {% endif %} + {% endblock %} + +
+
+ + {% block basic_info %} + {% if user.is_authenticated %} + {% include "superevents/preferred_event_info_table.html" %} + {% else %} + {% include "superevents/preferred_event_info_table_public.html" %} + {% endif %} + {% endblock %} + +
+
+ + {% include "superevents/log_entry_details.html" %} - -{% if user.is_authenticated %} -{% include "superevents/emo_form_frag.html" %} -{% endif %} - +
+
{% endblock %} diff --git a/gracedb/templates/superevents/log_entry_details.html b/gracedb/templates/superevents/log_entry_details.html index a5345ae4ef7819574f2cae5120ae79b57b232bbc..7e131dfa6325d8b8856bbc0ac233c88550570e04 100644 --- a/gracedb/templates/superevents/log_entry_details.html +++ b/gracedb/templates/superevents/log_entry_details.html @@ -3,73 +3,73 @@ {% load scientific %} {% load static %} -
-
+ +{% with log_filter=user_is_external|yesno:"public," %} +{% with log_list=object.log_set.all|filter_logs:log_filter %} +

Log Messages

+
- - {% with log_filter=user_is_external|yesno:"public," %} - {% with log_list=object.log_set.all|filter_logs:log_filter %} +
+
-
- - - - - -
-

- Use buttons to expand/collapse log sections.

-

- {{ log_list|logboxes }} -

+

+ Use buttons to expand/collapse log sections.

+

+ {{ log_list|logboxes }} +

-
+
+
+

Full Event Log

+
+
+

- - {% if user.is_authenticated %} - - {% endif %} + + {% if user.is_authenticated %} + + {% endif %}

-
- - - {% endwith %} - {% endwith %} - - - - - - - - - - - + + + {% endwith %} + {% endwith %} + + + + + + + + + diff --git a/gracedb/templates/superevents/preferred_event_info_table.html b/gracedb/templates/superevents/preferred_event_info_table.html index 9f78cac838ba3533d1d4acabeb1aa8bdb00e0153..4d73f770649010d3b338ba1ea74d0591d14d7527 100644 --- a/gracedb/templates/superevents/preferred_event_info_table.html +++ b/gracedb/templates/superevents/preferred_event_info_table.html @@ -1,37 +1,22 @@ {% load timeutil %} {% load scientific %} -
-
-
+ + + + + + + -

Preferred Event Information

- - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + - - - -
UIDLabelsGroupPipelineSearchInstruments - {{ "gps"|timeselect:"gps" }} - FAR (Hz)FAR (yr-1)SNRLinks - {{ "nsubmitted"|timeselect:"utc" }} -
{{ preferred_event.graceid }} +
UID {{ preferred_event.graceid }}
Labels {% for labelling in preferred_event_labelling %} {% endfor %} {{ preferred_event.group.name }} {{ preferred_event.pipeline.name }} {{ preferred_event.search.name }} {{ preferred_event.instruments }} +
Group {{ preferred_event.group.name }}
Pipeline {{ preferred_event.pipeline.name }}
Search {{ preferred_event.search.name }}
Instruments {{ preferred_event.instruments }}
{{ "gps"|timeselect:"gps" }} {% if preferred_event.gpstime %} {{ preferred_event.gpstime|multiTime:"gps" }} {% endif %} {% if far_is_upper_limit %} < {% endif %}{{ display_far|scientific }}{% if far_is_upper_limit %} < {% endif %}{{ display_far_hr }} +
FAR (Hz) {% if far_is_upper_limit %} < {% endif %}{{ display_far|scientific }}
FAR (yr-1) {% if far_is_upper_limit %} < {% endif %}{{ display_far_hr }}
SNR {% if preferred_event.coincinspiralevent %} {{ preferred_event.coincinspiralevent.snr|floatformat:"3" }} {% elif preferred_event.multiburstevent %} {{ preferred_event.multiburstevent.snr|floatformat:"3" }} {% endif %} Data{{ preferred_event.created|multiTime:"nsubmitted" }}
-
-
-
+ + + + Links +
Data + + + + {{ "nsubmitted"|timeselect:"utc" }} + {{ preferred_event.created|multiTime:"nsubmitted" }} + + + + + diff --git a/gracedb/templates/superevents/preferred_event_info_table_public.html b/gracedb/templates/superevents/preferred_event_info_table_public.html index 045ec3f3e9448226306abce7618661414d3b2d7e..da4ba2121d2d9fe2347538f7159cf72012cd94b7 100644 --- a/gracedb/templates/superevents/preferred_event_info_table_public.html +++ b/gracedb/templates/superevents/preferred_event_info_table_public.html @@ -1,41 +1,46 @@ {% load timeutil %} {% load scientific %} -
-
-
+ + + + + + + -

Preferred Event Information

- - - - - - - - - - - - - + + + + + - - - - - - + + + + + + + + + + + + + + + + + - - -
GroupPipelineSearchInstruments - {{ "gps"|timeselect:"gps" }} - - {{ "nsubmitted"|timeselect:"utc" }} -
Group {{ preferred_event.group.name }}
{{ preferred_event.group.name }} {{ preferred_event.pipeline.name }} {{ preferred_event.search.name }} {{ preferred_event.instruments }} +
Pipeline {{ preferred_event.pipeline.name }}
Search {{ preferred_event.search.name }}
Instruments {{ preferred_event.instruments }}
{{ "gps"|timeselect:"gps" }} {% if preferred_event.gpstime %} {{ preferred_event.gpstime|multiTime:"gps" }} {% endif %} {{ preferred_event.created|multiTime:"nsubmitted" }}
-
-
-
+ + + {{ "nsubmitted"|timeselect:"utc" }} + {{ preferred_event.created|multiTime:"nsubmitted" }} + + + + diff --git a/gracedb/templates/superevents/superevent_info_table.html b/gracedb/templates/superevents/superevent_info_table.html index 7a2190ecf4e0db417070cf2f498c5e72e2f75a38..e3049c527e07723b12598807bc1498c9ea8819fb 100644 --- a/gracedb/templates/superevents/superevent_info_table.html +++ b/gracedb/templates/superevents/superevent_info_table.html @@ -1,42 +1,38 @@ {% load timeutil %} {% load scientific %} -
-
-
-
-
+
+
- - - - - - - - {% if superevent.is_gw %} - - {% endif %} - - - - - - - - - - - - - - - {% if superevent.is_gw %} - - {% endif %} - - + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Superevent IDGW IDCategoryLabelsPreferred eventGW eventsExternal eventststartt0tend - {{ "submitted"|timeselect:"utc" }} - Links
{{ superevent.default_superevent_id }}{{ superevent.gw_id }}{{ superevent.get_category_display }} + + + + + + + + + + + + + + + + {% if superevent.is_gw %} + + + + + {% endif %} + + + + + + + + + - + + - + + + + + - + + + + - - - - - - -

Superevent Information

Superevent ID {{ superevent.default_superevent_id }}
GW ID {{ superevent.gw_id }}
Category {{ superevent.get_category_display }}
Labels {% for labelling in superevent.labelling_set.all %} {% endfor %} + +
Preferred event + {{ preferred_event.graceid }} + {% endif %}">{{ preferred_event.graceid }} +
GW events
{% for ev in internal_events %}
+
External events
{% if external_events %} {% for graceid in external_events %} @@ -88,14 +98,35 @@         {% endif %}
+
{{ superevent.t_start|floatformat:2 }}{{ superevent.t_0|floatformat:2 }}{{ superevent.t_end|floatformat:2 }}{{ superevent.created|multiTime:"submitted" }}Data
- - - +
tstart {{ superevent.t_start|floatformat:2 }}
t0 {{ superevent.t_0|floatformat:2 }}
tend {{ superevent.t_end|floatformat:2 }}
{{ "submitted"|timeselect:"utc" }} {{ superevent.created|multiTime:"submitted" }}
Links Data
+ diff --git a/gracedb/templates/superevents/superevent_info_table_public.html b/gracedb/templates/superevents/superevent_info_table_public.html index 0efd2b887061ee779d3b34ccc7914eb6f71c837e..1e730c3c38611565bc417e8be0f967b9338ae68b 100644 --- a/gracedb/templates/superevents/superevent_info_table_public.html +++ b/gracedb/templates/superevents/superevent_info_table_public.html @@ -1,57 +1,75 @@ {% load timeutil %} {% load scientific %} -
-
-
- - - - - - - - - {% if superevent.is_gw %} - - {% endif %} - - - - - - - - - - - - - - {% if superevent.is_gw %} - - {% endif %} - - + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Superevent IDGW IDCategoryLabelsFAR (Hz)FAR (yr-1)tstartt0tend - {{ "submitted"|timeselect:"utc" }} - Links
{{ superevent.default_superevent_id }}{{ superevent.gw_id }}{{ superevent.get_category_display }} +
+
+ + + + + + + + + + + + + + + + + {% if superevent.is_gw %} + + + + + {% endif %} + + + + + + + + + - - - - - - - - -

Superevent Information

Superevent ID {{ superevent.default_superevent_id }}
GW ID {{ superevent.gw_id }}
Category {{ superevent.get_category_display }}
Labels {% for labelling in superevent.labelling_set.all %} + title="{{labelling.label.description}}
+ Added by: {{labelling.creator.get_full_name}}
+ Added: {{labelling.created}}"> {{ labelling.label.name }}
{% endfor %}
{% if far_is_upper_limit %} < {% endif %}{{ display_far|scientific }}{% if far_is_upper_limit %} < {% endif %}{{ display_far_hr }}{{ superevent.t_start|floatformat:2 }}{{ superevent.t_0|floatformat:2 }}{{ superevent.t_end|floatformat:2 }}{{ superevent.created|multiTime:"submitted" }}Data
- - - +
tstart {{ superevent.t_start|floatformat:2 }}
t0 {{ superevent.t_0|floatformat:2 }}
tend {{ superevent.t_end|floatformat:2 }}
{{ "submitted"|timeselect:"utc" }} {{ superevent.created|multiTime:"submitted" }}
Links Data