-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·222 lines (160 loc) · 8.71 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en"><head>
<meta name="generator" content="Hugo 0.121.1">
<link rel="apple-touch-icon" sizes="180x180" href="https://dbrg77.github.io/SUSTech-BIO210/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://dbrg77.github.io/SUSTech-BIO210/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://dbrg77.github.io/SUSTech-BIO210/favicon-16x16.png">
<link rel="manifest" href="https://dbrg77.github.io/SUSTech-BIO210/site.webmanifest">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
:root {
--accent-color: #FF4D4D;
}
</style>
<title>SUSTech BIO210 Biostatistics</title>
<meta name="description" content="by School of Life Sciences at SUSTech">
<meta name="keywords" content='blog, gokarna, hugo, data science, biology, genomics'>
<meta property="og:url" content="https://dbrg77.github.io/SUSTech-BIO210/">
<meta property="og:type" content="website">
<meta property="og:title" content="SUSTech BIO210 Biostatistics">
<meta property="og:description" content="by School of Life Sciences at SUSTech">
<meta property="og:image" content="/images/avatar.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="SUSTech BIO210 Biostatistics">
<meta name="twitter:description" content="by School of Life Sciences at SUSTech">
<meta property="twitter:domain" content="https://dbrg77.github.io/SUSTech-BIO210/">
<meta property="twitter:url" content="https://dbrg77.github.io/SUSTech-BIO210/">
<meta name="twitter:image" content="/images/avatar.jpg">
<link rel="canonical" href="https://dbrg77.github.io/SUSTech-BIO210/" />
<link rel="stylesheet" type="text/css" href="https://dbrg77.github.io/SUSTech-BIO210/css/normalize.min.css" media="print" onload="this.media='all'">
<link rel="stylesheet" type="text/css" href="https://dbrg77.github.io/SUSTech-BIO210/css/main.css">
<link disabled id="dark-theme" rel="stylesheet" href="https://dbrg77.github.io/SUSTech-BIO210/css/dark.css">
<script src="https://dbrg77.github.io/SUSTech-BIO210/js/svg-injector.min.js"></script>
<script src="https://dbrg77.github.io/SUSTech-BIO210/js/feather-icons.min.js"></script>
<script src="https://dbrg77.github.io/SUSTech-BIO210/js/main.js"></script>
<!-- KaTeX -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-6LkG2wmY8FK9E0vU9OOr8UvLwsaqUg9SETfpq4uTCN1agNe8HRdE9ABlk+fVx6gZ" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" integrity="sha384-31El76TwmbHj4rF9DyLsygbq6xoIobG0W+jqXim+a3dU9W53tdH3A/ngRPxOzzaB" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js" integrity="sha384-vZTG03m+2yp6N6BNi5iM4rW4oIwk5DfcNdFfxkk9ZWpDriOkXX8voJBFrAO7MpVl" crossorigin="anonymous"
onload="renderMathInElement(document.body);"></script>
<script>
document.addEventListener("DOMContentLoaded", function() {
renderMathInElement(document.body, {
delimiters: [
{left: "$$", right: "$$", display: true},
{left: "$", right: "$", display: false}
]
});
});
</script>
</head>
<body>
<script type="text/javascript">
setThemeByUserPref();
</script><header class="header">
<nav class="header-nav">
<div class="avatar">
<a href="https://dbrg77.github.io/SUSTech-BIO210/">
<img src="https://dbrg77.github.io/SUSTech-BIO210//images/avatar.jpg" alt="avatar" />
</a>
</div>
<div class="nav-title">
<a class="nav-brand" href="https://dbrg77.github.io/SUSTech-BIO210/">SUSTech BIO210 Biostatistics</a>
</div>
<div class="nav-links">
<div class="nav-link">
<a href="https://dbrg77.github.io/SUSTech-BIO210"><span data-feather='home'></span> Home </a>
</div>
<div class="nav-link">
<a href="https://dbrg77.github.io/SUSTech-BIO210/posts/"><span data-feather='book-open'></span> Posts </a>
</div>
<div class="nav-link">
<a href="https://dbrg77.github.io/SUSTech-BIO210/course/"><span data-feather='list'></span> Content Index </a>
</div>
<div class="nav-link">
<a href="https://dbrg77.github.io/SUSTech-BIO210/about/"><span data-feather='file-text'></span> About </a>
</div>
<div class="nav-link">
<a href="https://github.com/dbrg77/SUSTech-BIO210"><span data-feather='github'></span> </a>
</div>
<span class="nav-icons-divider"></span>
<div class="nav-link dark-theme-toggle">
<span id="dark-theme-toggle-screen-reader-target" class="sr-only"></span>
<a>
<span id="theme-toggle-icon" data-feather="moon"></span>
</a>
</div>
<div class="nav-link" id="hamburger-menu-toggle">
<span id="hamburger-menu-toggle-screen-reader-target" class="sr-only">menu</span>
<a>
<span data-feather="menu"></span>
</a>
</div>
<ul class="nav-hamburger-list visibility-hidden">
<li class="nav-item">
<a href="https://dbrg77.github.io/SUSTech-BIO210"><span data-feather='home'></span> Home </a>
</li>
<li class="nav-item">
<a href="https://dbrg77.github.io/SUSTech-BIO210/posts/"><span data-feather='book-open'></span> Posts </a>
</li>
<li class="nav-item">
<a href="https://dbrg77.github.io/SUSTech-BIO210/course/"><span data-feather='list'></span> Content Index </a>
</li>
<li class="nav-item">
<a href="https://dbrg77.github.io/SUSTech-BIO210/about/"><span data-feather='file-text'></span> About </a>
</li>
<li class="nav-item">
<a href="https://github.com/dbrg77/SUSTech-BIO210"><span data-feather='github'></span> </a>
</li>
<li class="nav-item dark-theme-toggle">
<span id="dark-theme-toggle-screen-reader-target" class="sr-only">theme</span>
<a>
<span id="theme-toggle-icon" data-feather="moon"></span>
</a>
</li>
</ul>
</div>
</nav>
</header>
<main id="content">
<section class="home-about">
<div class="avatar">
<img class=size-l src='https://dbrg77.github.io/SUSTech-BIO210//images/avatar.jpg' alt="avatar" />
</div>
<h1>SUSTech BIO210 Biostatistics</h1>
<h3>by School of Life Sciences at SUSTech</h3>
</section>
<div class="flex-break"></div>
<section class="social-icons">
<ul class="social-icons-list">
<li class="social-icon">
<a href="https://twitter.com/XiChenUoM" >
<img class="svg-inject" src="https://dbrg77.github.io/SUSTech-BIO210//svg/icons/twitter.svg" />
</a>
</li>
<li class="social-icon">
<a href="https://github.com/dbrg77/" >
<img class="svg-inject" src="https://dbrg77.github.io/SUSTech-BIO210//svg/icons/github.svg" />
</a>
</li>
<li class="social-icon">
<a href="mailto:[email protected]" >
<img class="svg-inject" src="https://dbrg77.github.io/SUSTech-BIO210//svg/icons/gmail.svg" />
</a>
</li>
</ul>
</section>
<hr>
<section class="home-content">
<h3 id="welcome-to-bio210-biostatistics-go-to-the-about--welcome-pageabout-to-get-started">Welcome to BIO210 Biostatistics, go to the <a href="https://dbrg77.github.io/SUSTech-BIO210/about/">About & Welcome page</a> to get started!</h3>
<p><img src="./sustech.jpg" alt=""></p>
</section>
</main><footer class="footer">
<span>© 2024 SUSTech BIO210 Biostatistics</span>
<span>
Made with ❤️ using <a target="_blank" href="https://github.com/526avijitgupta/gokarna">Gokarna</a>
</span>
</footer>
</body>
</html>