-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
32 lines (25 loc) · 1.22 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
<!DOCTYPE HTML>
<html>
<head>
<title>Hossein Hadian</title>
<link rel="stylesheet" href="assets/css/main.css" />
<script src="assets/javascript/script.js"></script>
</head>
<body class="is-preload" onload="Intial()">
<div id="wrapper">
<section id="main">
<header>
<span class="avatar"><img class="avatar" src="images/avatar.jpg" alt="" /></span>
<h1>Hossein Hadian</h1>
<p>Kaldi developer, PhD student at Sharif University of Technology, and currently visiting CLSP, Johns Hopkins University </p>
<h3> Looking for end-to-end lattice-free MMI codes/recipes? Please see <a href="https://github.com/kaldi-asr/kaldi/tree/master/egs/wsj/s5/local/e2e">here</a>. </h3>
<a href="https://github.com/hhadian"><img class = "icon" src="images/github.png"></a>
<a href="mailto:[email protected]"><img class = "icon" src="images/gmail.png"></a>
<a href="http://ce.sharif.edu/~hadian/"><img class = "icon" src="images/sut.png"></a>
</section>
</div>
<div style=" bottom:0px;text-align:center;font-size:1em;color:#EFEFEF">
PhD Candidate, Department of Computer Engineering, Sharif University of Technology
</div>
</body>
</html>