Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
G
gracedb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
99
Issues
99
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
gracedb
Commits
ea0bd721
Commit
ea0bd721
authored
Jun 06, 2019
by
Tanner Prestegard
Committed by
GraceDB
Jun 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix instances of 'GraceDb' and 'GraCEDb' to 'GraceDB'
parent
d1b505cc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
gracedb/templates/503.html
gracedb/templates/503.html
+1
-1
gracedb/templates/base.html
gracedb/templates/base.html
+2
-2
gracedb/templates/doc/index.html
gracedb/templates/doc/index.html
+2
-2
gracedb/templates/navbar_only.html
gracedb/templates/navbar_only.html
+1
-1
No files found.
gracedb/templates/503.html
View file @
ea0bd721
...
...
@@ -4,6 +4,6 @@
{% block heading %}Not Found {{ object.graceid }}{% endblock %}
{% block content %}
<p>
GraceD
b
is temporarily unavailable. Please check back later.
</p>
<p>
GraceD
B
is temporarily unavailable. Please check back later.
</p>
{{ message|safe }}
{% endblock %}
gracedb/templates/base.html
View file @
ea0bd721
...
...
@@ -10,7 +10,7 @@
{% block csslink %}
<link
rel=
"stylesheet"
href=
"{% static "
css
/
style.css
"
%}"
/>
{% endblock %}
<title>
GraceD
b
| {% block title %}{% endblock %}
</title>
<title>
GraceD
B
| {% block title %}{% endblock %}
</title>
<!-- START TESTING -->
<script
type=
"text/javascript"
>
function
changeTime
(
obj
,
label
)
{
...
...
@@ -39,7 +39,7 @@ function changeTime(obj, label) {
<center>
<h1>
GraceDB
—
Gravitational
Wave Candidate Event Database
GraceDB
—
Gravitational
-
Wave Candidate Event Database
{% if config_name %}
<span
style=
"color: red;"
>
({{ config_name }})
</span>
{% endif %}
...
...
gracedb/templates/doc/index.html
View file @
ea0bd721
...
...
@@ -13,7 +13,7 @@ Find the client
<a
href=
"http://www.lsc-group.phys.uwm.edu/cgit/lalsuite/plain/glue/bin/gracedb"
>
HERE
</a>
.
<hr/>
The gravitational-wave candidate event database (Gra
CEDb
) is a
The gravitational-wave candidate event database (Gra
ceDB
) is a
prototype system to organize candidate events from gravitational-wave
searches and to provide an environment to record information about
follow-ups. A simple client tool is provided in
...
...
@@ -25,7 +25,7 @@ You can read about using the service at the
</div>
<div
class=
"text"
>
To receive email alerts when Gra
CEDb
events are created, sign up
To receive email alerts when Gra
ceDB
events are created, sign up
on the
<a
target=
"_blank"
href=
"http://listserv.ligo.org/cgi-bin/mailman/listinfo/gracedb"
>
gracedb mailing list
</a>
.
</div>
...
...
gracedb/templates/navbar_only.html
View file @
ea0bd721
...
...
@@ -10,7 +10,7 @@
<div
id=
"content"
>
<center>
<h1
class=
"docnav"
>
GraceDB
—
Gravitational
Wave Candidate Event Database
</h1>
<h1
class=
"docnav"
>
GraceDB
—
Gravitational
-
Wave Candidate Event Database
</h1>
</center>
{% block nav %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment