-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (52 loc) · 3.61 KB
/
index.html
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HiPiler</title>
<!-- Meta Tags -->
<meta name="application-name" content="HiPiler">
<meta name="author" content="Fritz Lekschas">
<meta name="description" content="Visual exploration of large genome interaction matrices with interactive small multiples.">
<meta name="keywords" content="Hi-C, 3D Genome, Genome Interaction Matrix, Small Multiples, Genome Contact Maps, Matrix Visualization, Biomedical Visualization, Information Visualization, Chromosome Conformation Capture, Harvard University, Harvard John A. Paulson School of Engineering and Applied Sciences, Harvard Medical School, Visual Computing Group, Gehlenborg Lab">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="HiPiler">
<meta itemprop="description" content="Visual exploration of large genome interaction matrices with interactive small multiples.">
<meta itemprop="image" content="https://hipiler.lekschas.de/images/video-placeholder.jpg">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@flekschas">
<meta name="twitter:title" content="HiPiler">
<meta name="twitter:description" content="Visual exploration of large genome interaction matrices with interactive small multiples.">
<meta name="twitter:creator" content="@flekschas">
<!-- Twitter summary card with large image must be at least 280x150px -->
<meta name="twitter:image:src" content="https://hipiler.lekschas.de/images/video-placeholder.jpg">
<!-- Open Graph -->
<meta property="og:title" content="HiPiler" />
<meta property="og:og:description" content="Visual exploration of large genome interaction matrices with interactive small multiples." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://hipiler.higlass.io" />
<meta property="og:image" content="https://hipiler.lekschas.de/images/video-placeholder.jpg" />
<meta property="og:video" content="https://youtu.be/qoLqje5OYKg" />
<!-- Fonts -->
<link href="//fonts.googleapis.com/css?family=Rubik:300,500|Roboto+Mono" rel="stylesheet" type="text/css">
<!-- FavIcons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/images/favicon-144.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="assets/images/favicon-152.png" />
<link rel="icon" type="image/png" href="assets/images/favicon-32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="assets/images/favicon-16.png" sizes="16x16" />
<meta name="application-name" content="HiPiler"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="assets/images/favicon-144.png" />
<!-- HiPiler: adjustments -->
<script type="text/javascript">
window.hipilerConfig = {"debug":true,"server":"https://higlass.io/api/v1/","testing":true,"workerClusterfckHash":"","workerTsneHash":"","name":"HiPiler","version":"1.3.1"};
</script>
<script crossorigin src="https://unpkg.com/react@16.6/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16.6/umd/react-dom.production.min.js"></script>
<script crossorigin src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/5.2.0/pixi.js"></script>
<script crossorigin src="https://cdnjs.cloudflare.com/ajax/libs/react-bootstrap/0.32.1/react-bootstrap.js"></script>
</head>
<body id="hipiler" aurelia-app="main">
<script src="dist/vendor-bundle.js" data-main="aurelia-bootstrapper"></script>
</body>
</html>