-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 2.7 KB
/
index.html
File metadata and controls
44 lines (44 loc) · 2.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html dir="rtl" xmlns="https://www.w3.org/1999/xhtml">
<head>
<title>Gravitational Wave Catalogue</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta property="og:url" content="https://catalog.cardiffgravity.org" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Gravitational Wave Catalogue" />
<meta property="og:description" content="Explore the LIGO catalogue of gravitataional wave binary black holes" />
<meta property="og:image" content="https://chrisnorth.github.io/plotgw/img/screenshot.png" />
<!--<link rel="icon" type="image/vnd.microsoft.icon" href="planck_logo.ico" />-->
<link rel="icon" type="image/vnd.microsoft.icon" href="img/favicon-32x32.png" />
<link rel="stylesheet" href="css/nouislider.min.css">
<link rel="stylesheet" href="css/style-d3.css" type="text/css" />
<!-- <script type="text/javascript" src="js/jquery-1.12.4.min.js"></script> -->
<!-- <script type="application/json" src="json/gwcat.json"></script>
<script type="application/json" src="json/test.json"></script> -->
<script type="text/javascript" src="js/d3.v3.min.js"></script>
<script type="text/javascript" src="js/clipboard-1.7.1.min.js"></script>
<script type="text/javascript" src="js/FileSaver.js"></script>
<script type="text/javascript" src="js/nouislider.min.js"></script>
<!-- <script type="text/javascript" src="js/W.min.js"></script> -->
<!-- Analytics code -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130299724-2"></script>-->
<script type="text/javascript" src="js/gh-analytics.js"></script>
<!-- gwcat code-->
<script type="text/javascript" src="https://gwcat.cardiffgravity.org/js/gwcat.js"></script>
<!-- <script type="text/javascript" src="dev/gwcat.js"></script> FOR LOCAL VERSION -->
<script type="text/javascript" src="js/plotgw-d3.js"></script>
</head>
<body class="colourise">
<div id="nojs" style="text-align:center">
<h1>LIGO-Virgo Compact Binary Catalogue</h1>
<p>This is an interactive display of the gravitational wave catalog, please enable javascript.</p>
</div>
<div id="plotgw-cont" class="plotgw-container">
</div>
<script type="text/javascript">
var gwcat = new GWCatalogue({'holderid':'plotgw-cont','clearhtml':false,eventsFile:"https://data.cardiffgravity.org/gwcat-data/data/gwosc_gracedb.jsonp"})
// for local version:
// var gwcat = new GWCatalogue({'holderid':'plotgw-cont','clearhtml':false,'gwoscFile':'gwcat/data/gwosc.json','eventsFile':'gwcat/data/events.json'})
</script>
</body>
</html>