-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
311 lines (303 loc) · 12.3 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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Omega Alpha | Machine Learner</title>
<link rel="stylesheet" href="https://cdn.bootcdn.net/ajax/libs/twitter-bootstrap/5.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<link rel="stylesheet" href="css/main-font-awesome.min.css">
<link rel="stylesheet" href="css/main-simple-line-icons.css">
<link rel="stylesheet" href="css/omegahh.css">
</head>
<body>
<!-- Navigation bar -->
<header class="site-header container">
<div class="header-wrapper">
<div class="row">
<div class="col-md-4 site-branding">
<a href="#"><h1>Omegalpha</h1></a>
</div>
<a href="#" class="toggle-nav d-lg-none">
<i class="fa fa-bars"></i>
</a>
<div class="col-md-8">
<nav id="nav" class="main-navigation d-none d-lg-block">
<ul class="main-menu">
<li><a class="show-1 active homebutton" href="#">Home</a></li>
<li><a class="show-2 aboutbutton" href="#">About Me</a></li>
<li><a class="show-3 projectbutton" href="#">Plans</a></li>
<li><a class="show-4 blogbutton" href="#">Blog Entry</a></li>
<li><a class="show-5 contactbutton" href="#">Contact</a></li>
</ul>
</nav>
<nav class="main-navigation menu-responsive d-lg-none">
<ul class="main-menu">
<li><a class="show-1 active homebutton" href="#">Home</a></li>
<li><a class="show-2 aboutbutton" href="#">About Me</a></li>
<li><a class="show-3 projectbutton" href="#">Plans</a></li>
<li><a class="show-4 blogbutton" href="#">Blog Entry</a></li>
<li><a class="show-5 contactbutton" href="#">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- 5 Main pages -->
<div id="menu-container">
<div id="menu-1" class="homepage home-section container">
<div class="home-intro text-center">
<h2 class="welcome-title">Michael H. Hung</h2>
<p class="welcome-subtitle">The future is not set. There's no fate but what we make.</p>
</div>
<div class="home-contents">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="project-title">
<h2>Research Interest</h2>
<p>I focus on researching machine learning, deep learning & bioinformatics. I prefer to explore the theoretical principles of new techniques or mathematical models. It makes me happy when I uncover some mathematical insights of new models/techniques instead of just knowing how to implement them. I marvel at the immensity and beauty of math. Exploring it would be a long and tough way to go and I enjoy it. Go for it!</p>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="project-item one">
<img src="photos/hobby1.webp" alt="">
<div class="overlay">
<h4><a href="#">Mathematics</a></h4>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="project-item two">
<img src="photos/hobby2.webp" alt="">
<div class="overlay">
<h4><a href="#">Reading</a></h4>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="project-item three">
<img src="photos/hobby3.webp" alt="">
<div class="overlay">
<h4><a href="#">Geeking</a></h4>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="project-item four">
<img src="photos/hobby4.webp" alt="">
<div class="overlay">
<h4><a href="#">Guitar</a></h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="menu-2" class="content about-section container">
<div class="our-story">
<div class="story-bg"></div>
<div class="row justify-content-md-center">
<div class="col-md-6 col-md-offset-3">
<div class="inner-story text-center">
<h2>ABOUT ME</h2>
<p>I am Mike. I built this website and blog to record my research and life, to share interesting things by pictures and words. I am kind of a procrastinator. Hope this website and blog would remind and push me to keep the habit of recording and writing. :)</p>
</div>
</div>
</div>
</div>
<div class="our-offers">
<div class="offer-bg"></div>
<div class="row justify-content-md-center">
<div class="col-md-6 text-center">
<div class="offer-title">
<h2>Daily Life</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="offer-item offer-1">
<figure>
<img src="photos/aboutme_work.webp" alt="">
</figure>
<div class="offer-content text-center">
<h4>WORKING</h4>
<p>For research, I focused on applying machine learning or deep learning techniques to omics data analysis including transcriptomics and epigenomics. I prefer to understand these techniques from mathematical perspectives.<p>
<span class="offer-left"><i></i></span>
<span class="offer-right"><i></i></span>
</div>
</div>
</div>
<div class="col-md-6">
<div class="offer-item offer-2">
<figure>
<img src="photos/aboutme_play.webp" alt="">
</figure>
<div class="offer-content text-center">
<h4>Playing</h4>
<p>I like swimming. It makes me feel free and relaxed. That's my daily routine in summer. Swimming and playing the guitar are my entertainments in leisure time.</p>
<span class="offer-left"><i></i></span>
<span class="offer-right"><i></i></span>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="menu-3" class="content project-section container">
<div class="projects-header">
<h2 class="welcome-title">Reading List</h2>
<p class="welcome-subtitle">Finish Reading these BOOKS in THIS year!</p>
</div>
<div class="projects-holder">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="project-item proj1 animatescalein">
<img src="photos/read1.webp" alt="">
<div class="overlay">
<h4><a href="#">Volume One Finished</a></h4>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="project-item proj2 animatescalein">
<img src="photos/read2.webp" alt="">
<div class="overlay">
<h4><a href="#">Chapter 9/14</a></h4>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="project-item proj3 animatescalein">
<img src="photos/read3.webp" alt="">
<div class="overlay">
<h4><a href="#">Learn with MOOC</a></h4>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="project-item proj4 animatescalein">
<img src="photos/read4.webp" alt="">
<div class="overlay">
<h4><a href="#">Underway</a></h4>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="project-item proj5 animatescalein">
<img src="photos/read5.webp" alt="">
<div class="overlay">
<h4><a href="#">Underway</a></h4>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="project-item proj6 animatescalein">
<img src="photos/read6.webp" alt="">
<div class="overlay">
<h4><a href="#">Book Six</a></h4>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="project-item proj7 animatescalein">
<img src="photos/read7.webp" alt="">
<div class="overlay">
<h4><a href="#">Book Seven</a></h4>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="menu-4" class="content blog-section container">
<div class="blog-header text-center">
<h2 class="welcome-title" href="/blog">Bumble Bee</h2>
<p class="welcome-subtitle" align="left" style="width: 90%; display: block; margin-left: auto; margin-right: auto"><span class="blue">Bumble Bee</span> is a static blog built by Jekyll (a powerful framework could compile static blogs from markdown files automatically.). At the begining, I spend too much time in webpage design while no blog was posted. I realized that my main job should be writing more blogs. Thus I chose a suitable template and focus on writing quickly. <span class="blue">iLotus</span> is my final choice. It's a beautiful theme forked from <a href="http://www.zhanxin.info">Pizn</a>. And it is simple and comfortable for reading. Additionally, I also add many new custom features, like code highlight, quickly search and math formulation supports, to enrich its functions. Within these powerful tools, I really enjoy the processes of writing blogs.</p>
<p class="blog-announcement"><span class="green">Announcement</span>: Posts in the blog are under the Creative Common Lisence.</p>
<ul class="animated zoomIn enterblog">
<li class="blog-button" style=""><a target="_blank" href="/blog">ENTER THE BLOG</a></li>
</ul>
</div>
</div>
<div id="menu-5" class="content contact-section container">
<div class="contact-header text-center">
<h2>Get in Touch</h2>
<p>Welcome to talk with me about anything.</p>
<ul class="contact-social">
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-share-alt"></i></a></li>
</ul>
</div>
<div class="contact-holder">
<div class="row">
<div class="col-lg-6 d-none d-lg-block">
<div class="canvas-holder" id="fractal">
<canvas id="canvas", style="width: 100%; height: 100%;"></canvas>
</div>
</div>
<div class="col-lg-6 col-md-12">
<div class="contact-form animated fadeInUp">
<h4>Send me a Message</h4>
<div class="row">
<fieldset class="col-md-6">
<input type="text" name="name" placeholder="Your name">
</fieldset>
<fieldset class="col-md-6">
<input type="email" name="email" placeholder="Your name">
</fieldset>
<fieldset class="col-md-12">
<input type="text" name="subject" placeholder="Subject">
</fieldset>
<fieldset class="col-md-12">
<textarea name="message" id="message" cols="30" rows="10" placeholder="Leave a message (Not work yet)"></textarea>
</fieldset>
<fieldset class="col-md-12">
<a href="#" class="message-button">Submit Message</a>
</fieldset>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="site-footer container text-center">
<div class="row">
<div class="col-md-12">
<div class="main-footer">
<ul class="social">
<li><a href="https://www.facebook.com/hhalpha.omega.1">Facebook</a></li>
<li><a href="https://twitter.com/HhOmegalpha">Twitter</a></li>
<li><a href="https://plus.google.com/u/0/103644076245739900112/posts">Google Plus</a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 copyright">
<p>Copyright © 2015-2016 <a href="#">Omega</a></p>
<p>This is a personal website for individual using. All right reserved. Thank <a href="http://templatemo.com">templatemo</a></p>
</div>
</div>
</footer>
<span class="border-top"></span>
<span class="border-left"></span>
<span class="border-right"></span>
<span class="border-bottom"></span>
<span class="shape-1"></span>
<span class="shape-2"></span>
<script src="js/jquery-3.7.0.min.js"></script>
<script src="js/omegahh.js"></script>
<script src="js/fractal.js"></script>
</body>
</html>