-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
47 lines (37 loc) · 1.23 KB
/
test.html
File metadata and controls
47 lines (37 loc) · 1.23 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
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Genome Graph Japan</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/marx/2.0.4/marx.css">
<style type="text/css">
.inner{
width:70vw;
margin:0 auto;}
</style>
</head>
<body>
<main>
<h1>Genome Graph 研究会</h1>
<a href="https://github.com/genomegraph/"><button>GitHub レポジトリ</button></a>
</main>
<div class="inner">
<h2>グラフゲノムとは</h2>
ゲノムの情報を従来の線形な表現ではなく、数学的なグラフ理論に基づいて表現し、解析を行う概念のことです。<br>
アセンブリやSV検出、メタゲノム解析などで応用できると期待されています。
<center>
<figure id="sample_genome">
<img src="images/SNP_IMAGE.png" alt="Graph_sample">
<figcaption>例:SNPのグラフ表現</figcaption>
</figure>
</center>
<h2>vg勉強会資料</h2>
BioHackathon17.11@熊本にてvg勉強会を開きました。
vg勉強会資料は<a href="https://github.com/genomegraph/workshop" target="_blank"><font color="red">こちら</font></a>(git hub)<br>
vg_tutorial内のvg_tutorial.mdをご覧ください。
</div>
<script>
console.log('GitHub Pages Sample');
</script>
</body>
</html>