-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
230 lines (171 loc) · 6.58 KB
/
blog.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
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Blog - Huang Lab @ HKU</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="/assets/images/favicon.png">
<!-- CSS -->
<link rel="stylesheet" href="/assets/css/style.css">
<!-- Js -->
<script defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js" integrity="sha384-SlE991lGASHoBfWbelyBPLsUlwY1GwNDJo3jSJO04KZ33K2bwfV9YBauFfnzvynJ" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</head>
<body>
<button onclick="topFunction()" id="scrollbutton" title="Go to top"><span>Top</span></button>
<header id="top">
<div class="container">
<div class="text-right">
<ul class="social-icon">
<li class="socials__item">
<a href="https://github.com/statbiomed" target="_blank" class="socials__item__link" title="Github">
<i class="fab fa-github" aria-hidden="true"></i>
</a>
</li>
<li class="socials__item">
<a href="https://twitter.com/YuanhuaHuang" target="_blank" class="socials__item__link" title="Twitter">
<i class="fab fa-twitter" aria-hidden="true"></i>
</a>
</li>
<li class="socials__item">
<a href="https://scholar.google.com/citations?user=LUUIw_EAAAAJ&h" target="_blank" class="socials__item__link" title="Google">
<i class="fab fa-google" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</header>
<header class="header">
<nav class="navbar navbar-expand-lg navbar-light">
<a href="/" class="header-logo">
<img src="/assets/images/logo.png" class="header__logo__img" width="50px">
</a>
<div class="mr-auto">
<a href="/" class="navbar-title">
Huang Lab @ HKU
</a>
</div>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggler">
<ul id="nav-link" class="navbar-nav ml-auto">
<li>
<a href="/" >
Home
</a>
</li>
<li>
<a href="/team.html" >
Team
</a>
</li>
<li>
<a href="/research.html" >
Research
</a>
</li>
<li>
<a href="/publications.html" >
Publications
</a>
</li>
<li>
<a href="/join.html" >
Join
</a>
</li>
<li>
<a href="/blog.html" style="color:rgb(49, 117, 91)">
Blog
</a>
</li>
<li>
<a href="/contact.html" >
Contact
</a>
</li>
</ul>
</div>
</nav>
</header>
<div class="jumbotron global-header">
</div>
<div class="blog">
<div class="bgwhite" style="padding: 35px;background-color: rgba(255,255,255,0.8);border-radius: 20px;">
<div class="post-area">
<a href="/news/3years.html" class="bold">Three Years</a>
<p class="post-date">03 December 2022</p>
<p>
In October, Chen finished his training in the lab and started a new journey as a data scientist in the...
</p>
</div>
<div class="post-area">
<a href="/news/summer2022.html" class="bold">End of summer</a>
<p class="post-date">17 September 2022</p>
<p>
This summer it was a lot of fun to host undergraduates Jinhui, Amy, Kevin, Grace and Alva in the lab...
</p>
</div>
<div class="post-area">
<a href="/news/workshop.html" class="bold">Workshop on Single-Cell Data Science</a>
<p class="post-date">10 April 2022</p>
<p>
Together with Joshua, Xi and Zhixiang, we are excited to host the NSFC/RGC Workshop on Single-Cell Data Science on 1-2...
</p>
</div>
<div class="post-area">
<a href="/news/labgrow.html" class="bold">Lab expanding towards mature</a>
<p class="post-date">25 October 2021</p>
<p>
We are excited to see the further expansion of our lab by welcoming Ruiyan and Chen C as our newest...
</p>
</div>
<div class="post-area">
<a href="/news/welcome2101.html" class="bold">Welcome Mingze</a>
<p class="post-date">14 January 2021</p>
<p>
We welcome Mingze joined us as new PhD student. Mingze is the third member in the lab trained in Automation...
</p>
</div>
<div class="post-area">
<a href="/news/semester20.html" class="bold">New semester</a>
<p class="post-date">21 September 2020</p>
<p>
As a new semester & academic year starts from September, we very warmly welcome our new lab members. Rongting starts...
</p>
</div>
<div class="post-area">
<a href="/news/june.html" class="bold">Welcome new members</a>
<p class="post-date">30 June 2020</p>
<p>
We welcome Dr. Chen Qiao joined us as a postdoctoral fellow, and Mr. Xianjie Huang joined us as an Research...
</p>
</div>
<div class="post-area">
<a href="/news/start.html" class="bold">New journey starts</a>
<p class="post-date">20 December 2019</p>
<p>
The Huang lab starts at HKU jointly between the School of Biomedical Sciences and the Department of Statistics and Actuarial...
</p>
</div>
</div>
</div>
<footer class="footer text-center">
<div class="copyright">
<span>© 2025 Huang Lab @ HKU</span>
<span> | Updated on 13/01/2025
<!-- <span> - proudly designed & developed by </span> WZ Design | June 2023 update -->
<!-- <a href="https://weizhudesign.github.io/" target="_blank">WZ Design</a> -->
</div>
</footer>
<script src="/assets/js/button.js"></script>
</body>
</html>