forked from danpovey/danielpovey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (61 loc) · 2.56 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
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Homepage of Daniel Povey."/>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="/my_hand.png"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
<title>Dan Povey</title>
</head>
<body>
<div class="container">
<div id="centeredContainer">
<div class="header"><h2>Dan Povey's homepage</h2></div>
<div id="top">
<a class="myTopButton" href="index.html">Home</a>
<a class="topButtons" href="publications.html">Publications</a>
<a class="topButtons" href="http://kaldi-asr.org">Kaldi</a>
<a class="topButtons" href="kaldi-lectures.html">Lectures</a>
<a class="topButtons" href="jobs.html">Jobs</a>
<a class="topButtons" target=_top href="http://www.clsp.jhu.edu/people/">CLSP</a>
</div>
<div id="leftCol">
<div class= "container" >
<p><b> About me </b><br/>
I am a speech recognition researcher. I am currently an Associate Research Professor at the <a href="http://www.clsp.jhu.edu/people/"> Center
for Language and Speech Processing </a> at Johns Hopkins University.<br/>
</p>
<p><b> Site contents </b><br/>
The main content of my site is my <a href="publications.html"> publications page </a>.<br/>
You may also be interested in the <a href="http://kaldi-asr.org"> Kaldi website. </a><br/>
<a href="kaldi-lectures.html"> Here </a> is a page with links to some lectures I started giving
about Kaldi (warning: very out of date.) <br/>
</p>
</div>
<div style="height:300px"></div>
</div>
<div id="rightCol">
<div class = "contact_info">
<div class ="contactTitle">Contact</div>
The Center for Language and Speech Processing<br/>
Hackerman Hall 226<br/>
3400 North Charles Street<br/>
Baltimore, MD 21218<br/>
dpovey AT gmail DOT com<br/>
</div>
</div>
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<div style="clear: both"></div>
<div id="footer">
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
</p>
</div>
</div>
</body>
</html>