Skip to content
Snippets Groups Projects
Commit a8a19b43 authored by Brian Moe's avatar Brian Moe
Browse files

Minor changes to front page. Notably, added link to current client.

parent fe3cf522
No related branches found
No related tags found
No related merge requests found
...@@ -7,20 +7,32 @@ ...@@ -7,20 +7,32 @@
{% block content %} {% block content %}
<div class="text"> <div class="text">
<p>
The gravitational-wave candidate event database (GraCEDb) is a The gravitational-wave candidate event database (GraCEDb) is a
prototype system to organize candidate events from gravitational-wave prototype system to organize candidate events from gravitational-wave
searches and to provide an environment to record information about searches and to provide an environment to record information about
follow-ups. A simple client tool is provided in follow-ups.
</p>
<p>
A simple
<a href="http://www.lsc-group.phys.uwm.edu/cgit/lalsuite/plain/glue/bin/gracedb">client tool</a>
is provided in
<a href="https://www.lsc-group.phys.uwm.edu/daswg/projects/glue.html">Glue</a> <a href="https://www.lsc-group.phys.uwm.edu/daswg/projects/glue.html">Glue</a>
to submit a candidate event to the database. which can submit a candidate event and query the event database. The
client is a standalone Python script and will run using only standard
Python libraries.
</p>
<p>
You can read about using the service at the You can read about using the service at the
<a href="https://www.lsc-group.phys.uwm.edu/daswg/wiki/HowtoGraceDb">Howto page</a>. More details are available at the <a href="https://www.lsc-group.phys.uwm.edu/daswg/wiki/HowtoGraceDb">Howto page</a>. More details are available at the
<a href="https://www.lsc-group.phys.uwm.edu/daswg/projects/gracedb.html">Project page</a>. <a href="https://www.lsc-group.phys.uwm.edu/daswg/projects/gracedb.html">Project page</a>.
</p>
</div> </div>
<div class="text"> <div class="text">
To receive email alerts when GraCEDb events are created, sign up To receive email alerts when GraCEDb events are created, sign up
on the <a target="_blank" href="http://listserv.ligo.org/cgi-bin/mailman/listinfo/gracedb">gracedb mailing list</a>. on the <a target="_blank" href="http://listserv.ligo.org/cgi-bin/mailman/listinfo/gracedb">gracedb mailing list</a> or set up your own alert under the
<a href="{% url userprofile-home %}">Options</a> menu item.
</div> </div>
{% endblock %} {% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment