-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathindex-prod.html
60 lines (51 loc) · 2.94 KB
/
index-prod.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Fritz Lekschas">
<meta name="description" content="Interactive concept learning and visual exploration of epigenomic patterns">
<meta name="keywords" content="Genome, Epigenome, DNase-seq, ATAC-seq, ChIP-seq, 3C, 4C, 5C, Hi-C, Visualization, Pattern Exploration, Interactive Concept Learning, Active Learning, Autoencoders">
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Peax">
<meta itemprop="description" content="Interactive concept learning and visual exploration of epigenomic patterns">
<meta itemprop="image" content="https://raw.githubusercontent.com/Novartis/peax/master/teaser.png">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@flekschas">
<meta name="twitter:title" content="Peax">
<meta name="twitter:description" content="Interactive concept learning and visual exploration of epigenomic patterns">
<meta name="twitter:creator" content="@flekschas">
<meta name="twitter:image:src" content="https://raw.githubusercontent.com/Novartis/peax/master/teaser.png">
<!-- Open Graph -->
<meta property="og:title" content="Peax" />
<meta property="og:description" content="Interactive concept learning and visual exploration of epigenomic patterns" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://github.com/Novartis/peax" />
<meta property="og:image" content="https://raw.githubusercontent.com/Novartis/peax/master/teaser.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#0f5d92">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#0f5d92">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/touchicon.png">
<link rel="icon" href="%PUBLIC_URL%/favicon.png">
<!--[if IE]><link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"><![endif]-->
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="%PUBLIC_URL%/tileicon.png">
<link rel="stylesheet" href="%PUBLIC_URL%/pure-min.css">
<title>Peax</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root" class="full-dim"></div>
<script src="%PUBLIC_URL%/react.production.min.js"></script>
<script src="%PUBLIC_URL%/react-dom.production.min.js"></script>
<script src="%PUBLIC_URL%/react-bootstrap.min.js"></script>
<script src="%PUBLIC_URL%/pixi.min.js"></script>
<script src="%PUBLIC_URL%/hglib.min.js"></script>
<script src="%PUBLIC_URL%/config.js"></script>
</body>
</html>