-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.html
60 lines (54 loc) · 2.33 KB
/
404.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
<!DOCTYPE html>
<head>
<link rel="SHORTCUT ICON" href="./logo.ico"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TSVdb</title>
<meta name="author" content="Sun Wenjie, Ye Panmeng" />
<meta name="description" content="TCGA splicing variants database." />
<meta name="keywords" content="TCGA,tumor,splicing variants ,visualization" />
<meta name="Resource-type" content="Document" />
<link rel="stylesheet" type="text/css" href="/fonts/iconfont.css">
<link rel="stylesheet" type="text/css" href="/css/plot.css"/>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106948170-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-106948170-1');
</script>
</head>
<body>
<div></div>
<div class="myHeader">
<span style="z-index: 2">
<a href="./index.html"><i class="iconfont icon-gene"></i>TSVdb</a>
</span>
</div>
<div class="noFoundContent">
<h1 class="intr_h2">TCGA Splicing Variants DB</h1>
<div class="item">
<p class="words">
<span>4</span>
<span>0</span>
<span>4</span>
</p>
</div>
<a href="/index.html">Back to home.</a>
</div>
<div class="footer">
<div style="margin: 0, 50px; font-size: 0.8em">
<p>
By downloading, analyzing, and/or utilizing TCGA data for publication purposes, the user accepts the data use restrictions and requirements as outlined in the TCGA Publication Guidelines, see <a src="https://cancergenome.nih.gov/publications/publicationguidelines">https://cancergenome.nih.gov/publications/publicationguidelines</a> for detail.
</p>
</div>
<div class="links">
<a href="http://bms.zju.edu.cn/English/">Department of Pathology and Pathophysiology</a>
<a href="http://www.zju.edu.cn">Zhejiang University</a>
<a href="https://github.com/wenjie1991/TSVdb">GitHub</a>
</div>
<div class="footer-data">
<span><i class="iconfont icon-gene"></i>TCGA datasets version 20160128</span>
</div>
</div>
</body>