-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
51 lines (43 loc) · 2.68 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<title>genomon presentation</title>
</head>
<body>
<div class="container">
<h1>GenomonPresentation Contents</h1>
<hr>
<h2>poster</h2>
<div style="padding-left: 30px">
<p>2017/05: NGS現場の会第五回研究会</p>
<ul class="fa-ul">
<li><i class="fa fa-file-powerpoint-o fa-fw" aria-hidden="true"></i><a href=http://genomon-project.github.io/GenomonPresentation/paplot/paplot_201705.pptx>paplot_201705.pptx</a></li>
</ul>
<p>2016/10: The 76th Annual Meeting of the Japanese Cancer Association</p>
<ul class="fa-ul">
<li><i class="fa fa-file-powerpoint-o fa-fw" aria-hidden="true"></i><a href=http://genomon-project.github.io/GenomonPresentation/GenomonPipeline_201610.pptx>GenomonPipeline_201610.pptx</a></li>
<li><i class="fa fa-file-powerpoint-o fa-fw" aria-hidden="true"></i><a href=http://genomon-project.github.io/GenomonPresentation/paplot/paplot_201610.pptx>paplot_201610.pptx</a> [<i class="fa fa-file-pdf-o fa-fw" aria-hidden="true"></i><a href=http://genomon-project.github.io/GenomonPresentation/paplot/paplot_201610.pdf>PDF</a>]</li>
</ul>
<p>2015/10: The 75th Annual Meeting of the Japanese Cancer Association</p>
<ul class="fa-ul">
<li><i class="fa fa-file-powerpoint-o fa-fw" aria-hidden="true"></i><a href=http://genomon-project.github.io/GenomonPresentation/GenomonPipeline_201510.pptx>GenomonPipeline_201510.pptx</a>
</ul>
</div>
<hr>
<h2>movie</h2>
<div style="padding-left: 30px">
<p>paplot v0.4.0</p>
<ul class="fa-ul">
<li><i class="fa fa-file-video-o fa-li" aria-hidden="true"></i> mutation-matrix: <a href=http://genomon-project.github.io/GenomonPresentation/paplot/Paplot-movie-mutation.mp4>Paplot-movie-mutation.mp4</a></li>
<li><i class="fa fa-file-video-o fa-li" aria-hidden="true"></i> SV: <a href=http://genomon-project.github.io/GenomonPresentation/paplot/Paplot-movie-sv.mp4>Paplot-movie-sv.mp4</a></li>
<li><i class="fa fa-file-video-o fa-li" aria-hidden="true"></i> QC: <a href=http://genomon-project.github.io/GenomonPresentation/paplot/Paplot-movie-qc.mp4>Paplot-movie-qc.mp4</a></li>
</ul>
</div>
</div>
</body>
</html>