-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
115 lines (66 loc) · 3.06 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html class="no-js" lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta name="generator" content="Hugo 0.56.2" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Yan Li Lab">
<meta name="author" content="Yan Li">
<meta name="keyword" content="">
<link rel="shortcut icon" href="/favicon.ico">
<title>Yan Li Lab</title>
<link rel="stylesheet" href="https://yanlilab.github.io//css/theme/yeti.css">
<link rel="stylesheet" href="https://yanlilab.github.io//css/font-awesome.min.css">
<link rel="stylesheet" href="https://yanlilab.github.io//css/style.css">
<script src="https://yanlilab.github.io//js/jquery.min-2.1.4.js"></script>
<script src="https://yanlilab.github.io//js/bootstrap.min-3.3.5.js"></script>
<link href="https://yanlilab.github.io/index.xml" rel="alternate" type="application/rss+xml" title="Yan Li Lab" />
</head>
<body lang="en-US">
<div class="container">
<div class="row">
<div class="navbar navbar-default " role="navigation">
<div class="navbar-header">
<a class="navbar-brand" href="https://yanlilab.github.io/">Yan Li Lab</a>
</div>
<div class="navbar-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://yanlilab.github.io/">Home</a></li>
<li><a href="/softwares/"> Softwares </a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="col-md-offset-1 col-md-10">
<h2 id="introduction">Introduction</h2>
<p>Yan Li’s lab focuses on following fields:</p>
<ul>
<li>Diseases genomics</li>
<li>Bioinformatics</li>
<li>Infection and immunology</li>
</ul>
</div>
</div>
<div class="container">
<div class="row">
<hr>
</div>
<div class="row col-md-12">
<footer>
<div class="pull-left">
<p>
© 2016-2020 <Yan Li> ~ Powered By <a href="http://hugo.spf13.com">Hugo</a></p>
</div>
<div class="pull-right">
<a href="https://github.com/yanlilab" target="_blank">
<i class="fa fa-github-square fa-2x"></i></a>
<a href="https://yanlilab.github.io/index.xml" target="_blank">
<i class="fa fa-rss-square fa-2x"></i></a>
</div>
</footer>
</div>
</div>
</body>
</html>