-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
125 lines (114 loc) · 6.42 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="tailwind.css">
<title>S. Umesh | Home Page</title>
</head>
<body>
<header>
<div class="flex justify-center items-center flex-wrap rounded-2xl">
<div class="rounded-2xl flex justify-center items-center px-4">
<a href="https://www.iitm.ac.in/">
<img class="m-1 float-left" width="140px" height="140px" src="./Assets/Images/IIT_Madras_Logo.svg" alt="IITM badge">
</a>
<div class="flex flex-col mx-2 font-bold">
<div class="text-2xl sm:text-4xl text-red-900" >Department of Electrical Engineering</div>
<div class="text-2xl sm:text-4xl">Indian Institute of Technology Madras, Chennai</div>
</div>
<!-- <marquee class="text-red-900 font-extrabold ">April-2021: Project positions immediately available in Automatic Speech Recognition! More details in the Projects Tab!</marquee>
--> </div>
</div>
<nav class="bg-white flex justify-center sticky text-white top-0 shadow bg-gradient-to-r from-red-700 to-red-900">
<ul class=" flex justify-around items-center flex-wrap font-semibold">
<a href="index.html">
<li class="rounded-2xl hover:text-white py-4 px-6 hover:bg-gray-900">Home</li>
</a>
<a href="./SpeechLab/index.html" >
<li class="rounded-2xl hover:text-white py-4 px-6 hover:bg-gray-900">Lab page</li>
</a>
<a href="teaching.html">
<li class="rounded-2xl hover:text-white py-4 px-6 hover:bg-gray-900">Teaching</li>
</a>
<a href="./SpeechLab/projects.html">
<li class="rounded-2xl hover:text-white py-4 px-6 hover:bg-gray-900">Projects</li>
</a>
<a href="./SpeechLab/publications.html">
<li class="rounded-2xl hover:text-white py-4 px-6 hover:bg-gray-900">Publications</li>
</a>
<a href="./SpeechLab/alumni.html">
<li class="rounded-2xl hover:text-white py-4 px-6 hover:bg-gray-900">Students</li>
</a>
</ul>
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white"style="background: url('./backgroung_image.png')" -->
</nav>
</header>
<div class="flex flex-col justify-center items-center bg-gray-100">
<div >
<div class="flex justify-around items-center flex-wrap rounded-2xl bg-white my-5 p-5 shadow">
<div class="p-5 text-center">
<img class="rounded-full" src="./Assets/Images/umesh.JPG" alt="S. Umesh" style="height: 200px; width: 300px;">
<h1 class="font-black text-2xl">S. Umesh</h1>
<p>
Professor </br>
Department of Electrical Engineering</br>
Indian Institute of Technology - Madras </br>
</p>
</div>
<div class="p-5">
<h1 class="font-black text-2xl">Contact</h1>
Room No. CSD-310, ESB Bldg. </br>
Department of Electrical Engineering </br>
Indian Institute of Technology - Madras </br>
Chennai 600 036 </br>
e-mail: umeshs [AT] ee.iitm.ac.in </br>
Tel: +91 44 2257-4461 </br>
Fax:+91 44 2257-4402 </br>
</div>
</div>
<div class="flex justify-between flex-wrap rounded-2xl shadow bg-white my-5 p-5">
<div class="">
<h1 class="font-black text-2xl">Research Interests</h1>
Speaker & Speech Recognition </br>
Speaker Normalization & Adaptation </br>
Spectral Analysis </br>
Detection & Estimation Theory </br>
Digital Signal Processing </br>
</div>
<div class="">
<div>
<h1 class="font-black text-2xl">Awards</h1>
AICTE Career Award for Young Teachers 1997 </br>
Alexander von Humboldt Research Fellowship 2004 </br>
</div>
<div>
<h1 class="font-black text-2xl">Academic Background</h1>
Ph.D. University of Rhode Island, USA, 1993 </br>
M.E.(Hons.) Madras Institute of Technology, Chennai, 1989 </br>
B.E.(Hons.) Birla Institute of Technology & Science, Pilani, 1987 </br>
</div>
</div>
</div>
<div class="flex justify-between flex-wrap rounded-2xl bg-white my-5 p-5 shadow">
<div class="">
<h1 class="font-black text-2xl">Past Associations</h1>
Faculty, Dept. of Electrical Engineering, IIT-Kanpur (June 1996 - July 2009) </br>
(First as Assistant Professor and finally as Professor) </br>
Visiting Researcher, Computer Science VI, RWTH-Aachen, Germany (May 2004 - June 2005) </br>
(on Alexander von Humboldt Research Fellowship) </br>
Visiting Researcher, Machine Intelligence Laboratory-Cambridge University Engg. Dept.,UK (June 2003 - April 2004) </br>
Visiting Researcher, AT&T Laboratories-Research, USA (May-Dec.1999) </br>
Visiting Research Faculty, City Univ. of New York, USA (Summer 1997, Summer 1998, Summer 2002) </br>
Post-Doctoral Fellow, City Univ. of New York, USA (1994-1996) </br>
Post-Doctoral Fellow, Univ. of Rhode Island, USA (1993-1994) </br>
</div>
</div>
</div>
</div>
</div>
<footer class="py-10">
</footer>
</body>
</html>