forked from dmsl/academic-responsive-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
executable file
·542 lines (504 loc) · 19 KB
/
cv.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
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>[Rohit Voleti | CV ]</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--<link href="css/bootstrap.min.css" rel="stylesheet">-->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/menucollapse.js"></script>
<script type="text/javascript" src="js/arrow78.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-2" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="glyphicon glyphicon-search"></span>
</button>
<button id="button2" type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<span><a href="index.html"><img border="0" src="images/asu.png" style="height:50px"/></a></span>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
Home<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a onclick="javascript:reset_menus();$('#tab-intro-content').show();" href="index.html#intro">Introduction</a></li>
<li><a href="bio.html">Biography</a></li>
<li><a href="cv.html">CV (Web)</a></li>
<li><a target="_blank" href="Rohit_CV.pdf">CV (PDF)</a></li>
</ul>
</li>
<li class="page-scroll">
<a onclick="javascript:reset_menus();$('#tab-research-content').show();" href='index.html#research'>Research</a>
</li>
<li class="page-scroll">
<a onclick="javascript:reset_menus();$('#tab-publications-content').show();" href='index.html#publications'>Publications</a>
</li>
<li class="page-scroll">
<a onclick="javascript:reset_menus();$('#tab-awards-content').show();" href="index.html#awards">Awards</a>
</li>
<li class="page-scroll">
<a href="index.html#teaching">Teaching</a>
</li>
<li class="page-scroll">
<a onclick="javascript:reset_menus();$('#tab-contact-content').show();" href="index.html#contact">Contact</a>
</li>
<li class="page-scroll">
<a onclick="javascript:reset_menus();$('#bs-example-navbar-collapse-2').toggle();">
<span class="glyphicon glyphicon-search"></span>
</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
<!-- search box submenu -->
<div class="collapse" id="bs-example-navbar-collapse-2">
<gcse:search></gcse:search>
</div>
</div><!-- /.container-fluid -->
</nav>
<section>
<!-- Place this tag where you want the search results to render -->
<gcse:searchresults-only></gcse:searchresults-only>
</section>
<section id="tree" style="margin-top:50px">
<div class="container">
<a href="index.html">Rohit Voleti</a> > Curriculum Vitae
</div>
</section>
<!-- Home Section -->
<section id="home">
<div class="container">
<br>
<h3 align="CENTER">Curriculum Vitae of Rohit Voleti</h3>
<h5 align="CENTER">Last Update: May 23, 2019</H5>
<center><a target="_blank" href="Rohit_CV.pdf">Download in PDF <img border="0" src="images/pdf.gif"></a></center>
<BR>
<BR>
<P>
<FONT SIZE="+2"><B>Rohit Voleti
<BR>(Curriculum Vitae)
<BR></B></FONT>
<DIV ALIGN="CENTER"><FONT SIZE="+2"><B>
<FONT SIZE="-1">Last Update: May 23, 2019</FONT></B></FONT></DIV>
<BR>
<BR>
<P>
<DIV ALIGN="CENTER">
<TABLE CELLPADDING=3 WIDTH="100%">
<TR><TD ALIGN="LEFT"> </TD><TD ALIGN="LEFT"><B>Ph.D. Student, Electrical Engineering</B></TD>
<TD ALIGN="RIGHT">Arizona State University<BR>School of Electrical, Computer, & Energy Engineering</TD>
</TR>
<TR><TD ALIGN="LEFT"> </TD><TD ALIGN="LEFT"><B>Office:</B></TD>
<TD ALIGN="RIGHT">Lattie F. Coor Hall 3427, Tempe Campus</TD>
</TR>
<TR><TD ALIGN="LEFT"> </TD><TD ALIGN="LEFT"><B>E-mail:</B></TD>
<TD ALIGN="RIGHT"><TT>[email protected]</TT> | <TT>[email protected]</TT></TD>
</TR>
<TR><TD ALIGN="LEFT"> </TD><TD ALIGN="LEFT"><B>Github:</B></TD>
<TD ALIGN="RIGHT"><TT>https://www.github.com/rvoleti89</TT></TD>
</TR>
<TR><TD ALIGN="LEFT"> </TD><TD ALIGN="LEFT"><B>LinkedIn:</B></TD>
<TD ALIGN="RIGHT"><TT>https://www.linkedin.com/in/rohitvoleti/</TT></TD>
</TR>
</TABLE>
</DIV>
<P>
<P>
<P>
<BR>
<H1><A ID="SECTION00010000000000000000">
<B>Research Interests</B></A>
</H1>
<ul>
<P>
Natural Language Processing<BR>
Statistical Signal Processing<BR>
Machine Learning/Deep Learning<BR>
Speech Signal Processing<BR>
<P>
</ul>
<BR>
<H1><A ID="SECTION00020000000000000000">
<B>Education</B></A>
</H1>
<ul>
<B>Arizona State University</B>, Tempe, AZ Aug `16 - Present
<BR><I>Ph.D.</I>, Electrical Engineering
<BR>
Advised by: Dr. Visar Berisha & Dr. Julie Liss
<BR>
Signal Processing Research Area with focus on Speech & Language
<BR>
<BR>
<B>University of California, Los Angeles</B>, Sept `11 - Dec `13
<BR><I>M.S.</I>, Electrical Engineering
<BR>
Advised by: Dr. A.V. Balakrishnan
<BR>
Signals & Systems Research Area
<BR>
M.S. Project: <I>Addressing Source Localization of EEG data using the Minimum Norm Estimate and the FieldTrip Software Package in MATLAB</I>.
<BR>
<BR>
<B>University of California, Los Angeles</B>, Sept `06 - Dec `10
<BR><I>B.S.</I>, Electrical Engineering
<BR>
Biomedical Engineering Focus
<BR>
<P>
<P>
</ul>
<BR>
<H1><A ID="SECTION00030000000000000000">
<B>Fellowships & Honors</B> </A>
</H1>
<ul>
<B>Dean's Fellowship, Ira A. Fulton Schools of Engineering</B> 2016-2020
<BR>(awarded to 4% of ASU doctoral students)
<BR>
<BR>
<B>Fulton Fellowship, Ira A. Fulton Schools of Engineering</B> 2016-2017
<BR>
<BR>
</ul>
<P>
<P>
<P>
<H1><A ID="SECTION00040000000000000000">
<B>Employment Summary</B></A>
</H1>
<ul>
<B>Arizona State University</B>
<I>Aug `16 - Present</I>
Tempe, AZ
<BR>
<IMG STYLE=""
SRC="cv_html/img2.svg"
ALT="\begin{position}
- \emph{Jan \lq 18 - Present}: conducting research under \supervi...
... research on human-machine interaction and cyber-physical systems
\end{position}">
<BR>
<P>
<BR>
<BR>
<B>Becton Dickinson (CareFusion)</B>
<I>Jun `14 - Jul `16</I>
San Diego, CA
<BR>
<IMG STYLE=""
SRC="cv_html/img3.svg"
ALT="\begin{position}
- Developed use cases and requirements for hardware and softwa...
...
- Requirements and specifications management in DOORS database
\end{position}">
<BR>
<BR>
<BR>
<B>Advanced Bionics</B>
<I>Jun `10 - Sep `11</I> and <I>Sep `12 - May `13</I>
Valencia, CA
<BR>
<IMG STYLE=""
SRC="cv_html/img4.svg"
ALT="\begin{position}
- Provided assistance to a hardware engineering research and d...
...a speech
processors for sale in the United States and worldwide.
\end{position}">
</ul>
<P>
<BR>
<H1><A ID="SECTION00050000000000000000">
<B>Research Activities</B></A>
</H1>
<ul>
<BR>
<IMG STYLE=""
SRC="cv_html/img5.svg"
ALT="\begin{project}
\title{Simulation of Word Substitution Errors in Automatic Spee...
...rors were introduced (see ICASSP-2019 conference proceedings).
}
\end{project}">
<BR>
<BR>
<IMG STYLE=""
SRC="cv_html/img6.svg"
ALT="\begin{project}
\title{Language Analysis for Patients with Bipolar Disorder and...
...ic complexity, and explored correlation with clinical variables
}
\end{project}">
<BR>
<BR>
<IMG STYLE=""
SRC="cv_html/img7.svg"
ALT="\begin{project}
\title{Motion Tracking for Gait Analysis with IMU}
\supervisor...
...meter data transmitted over Bluetooth Low-Energy (BLE) protocol
}
\end{project}">
<BR>
<BR>
<IMG STYLE=""
SRC="cv_html/img8.svg"
ALT="\begin{project}
\title{EEG Signal Processing for Flow Experiments in Human-Mach...
... device to analyze the user experience based on task difficulty
}
\end{project}">
<BR>
<BR>
<IMG STYLE=""
SRC="cv_html/img9.svg"
ALT="\begin{project}
\title{Green Power Generation with Low Wind Speed and Piezoelec...
... the flutter of an aluminum beam with a piezoelectric material.
}
\end{project}">
<BR>
<BR>
<IMG STYLE=""
SRC="cv_html/img10.svg"
ALT="\begin{project}
\title{Lensless Ultra-wide field Cell-monitoring Array platform...
...ell-monitoring array platform for inexpensive medical diagnosis
}
\end{project}">
<BR>
<BR>
<P>
</ul>
<H1><A ID="SECTION00060000000000000000">
<B>Peer-Reviewed Publications</B></A>
</H1>
<H2><A ID="SECTION00061000000000000000">
Conference Proceedings</A>
</H2>
<ul>
<H3><A ID="SECTION00061100000000000000">
Published:</A>
</H3>
<ul>
<B>R. Voleti</B>, J. M. Liss, and V. Berisha, <B>``Investigating the Effects of Word Substitution Errors on Sentence Embeddings''</B>, in <I>ICASSP 2019 - 2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP)</I>, 2019, pp. 7315-7319.
<BR><a href="https://ieeexplore-ieee-org.ezproxy1.lib.asu.edu/document/8683367">Paper (IEEE Xplore)</a>, <a href="https://arxiv.org/abs/1811.07021">arXiv:1811.07021</a>
<P>
</ul>
<H3><A ID="SECTION00061200000000000000">
Submitted & Under Review:</A>
</H3>
<ul>
<B>R. Voleti</B>, S. Woolridge, J. M. Liss, M. Milanovic, C. R. Bowie, and V. Berisha, <B>``Objective Assessment of Social Skills Using Automated Language Analysis for Identification of Schizophrenia and Bipolar Disorder''</B>, submitted to <I>ISCA INTERSPEECH 2019</I> in Graz, Austria, 2019.
<BR><a href="https://arxiv.org/abs/1904.10622">pre-print @ arXiv:1904.10622</a>
</ul>
</ul>
<H2><A ID="SECTION00062000000000000000">
Journal Articles</A>
</H2>
<ul>
<H3><A ID="SECTION00062100000000000000">
Published:
</A></H3>
<ul>
M. Muztoba, <B>R. Voleti</B>, F. Karabacak, J. Park, and U. Y. Ogras, <B>``Instinctive Assistive Indoor Navigation using Distributed Intelligence</B>,'' <I>ACM Transactions on Design Automation of Electronic Systems</I>, vol. 23, no. 6, pp. 80:1-21, Nov. 2018.
<BR><a href="https://dl.acm.org/citation.cfm?id=3212720">Paper (ACM Digital Library)</a>
</ul>
<H3><A NAME="SECTION00062200000000000000">
Submitted & Under Review:
</A></H3>
<ul>
<B>R. Voleti</B>, J.M. Liss, and V. Berisha, <B>``A Review of Language and Speech Features for Cognitive-Linguistic Assessment''</B>, submitted to <I>IEEE Journal of Selected Topics in Signal Processing - Special Issue on Automatic Assessment of Health Disorders Based on Voice, Speech and Language Processing</I>, planned for Feb. 2020.
</ul>
</ul>
<P>
<BR>
<H1><A ID="SECTION000070000000000000000">
<B>Teaching & Education Experience</B></A>
</H1>
<ul>
<BR>
<IMG STYLE=""
SRC="cv_html/img11.svg"
ALT="\begin{project}
\title{Teaching Assistant - Electrical Engineering 110L (Circui...
...ectronic lab equipment and basic components and instrumentation
}
\end{project}">
<BR>
<BR>
<IMG STYLE=""
SRC="cv_html/img12.svg"
ALT="\begin{project}
\title{Teaching Assistant - Math 33B (Differential Equations)}
...
...tions with undergraduate students taking differential equations
}
\end{project}">
<BR>
<BR>
<IMG STYLE=""
SRC="cv_html/img13.svg"
ALT="\begin{project}
\title{Teaching Assistant - Math 3B (Calculus II)}
\supervisor{U...
...nts taking Calculus II for students studying biological sciences
}
\end{project}">
<BR>
<BR>
<IMG STYLE=""
SRC="cv_html/img14.svg"
ALT="\begin{project}
\title{Course Reader - Electrical Engineering 103 (Applied Nume...
...d Numerical Computing}, taught by Professor Lieven Vandenberghe
}
\end{project}">
<BR>
<BR>
<P>
</ul>
<H1><A ID="SECTION000080000000000000000">
<B>Selected Course Projects</B></A>
</H1>
<ul>
<BR>
<IMG STYLE=""
SRC="cv_html/img15.svg"
ALT="\begin{project}
\title{Natural Language Inference}
\supervisor{Course : CSE 57...
...to improve results in difficult sentence pairs for the NLI task
}
\end{project}">
<BR>
<BR>
<IMG STYLE=""
SRC="cv_html/img16.svg"
ALT="\begin{project}
\title{ECoG Classification of Finger Movements}
\supervisor{Co...
... classify finger movements for brain-computer interface design.
}
\end{project}">
<BR>
<BR>
<IMG STYLE=""
SRC="cv_html/img17.svg"
ALT="\begin{project}
\title{MRI Image Reconstruction}
\supervisor{Course : EE 239AS...
...sing interpolation and gridding techniques to reconstruct data.
}
\end{project}">
<BR>
<BR>
<IMG STYLE=""
SRC="cv_html/img18.svg"
ALT="\begin{project}
\title{Pitch Tracking for Noisy Speech}
\supervisor{Course : E...
...rence function (AMDF), in both noisy and noiseless environments
}
\end{project}">
<BR>
<BR>
</ul>
<P>
<H1><A ID="SECTION000090000000000000000">
<B>Skills & Certifications</B></A>
</H1>
<ul>
<B>Programming Languages:</B> Python, Matlab, C, C++, L<SMALL>A</SMALL>T<SMALL>E</SMALL>X, Bash, LabView, Simulink
<BR>
<BR>
<BR>
<B>Python packages for ML & NLP:</B> numpy, pandas, scipy, pytorch, tensorflow, scikit-learn, nltk, gensim
<BR>
<BR>
<BR>
<B>Operating Systems:</B> Linux, Windows, Mac OS
<BR>
<BR>
<BR>
<B>Certifications:</B> Design for Six Sigma (DFSS) Practitioner
<BR>
<BR>
<BR>
<B>Memberships:</B> IEEE, IEEE Young Professionals, IEEE Signal Processing Society
<BR>
<P>
</ul>
<BR>
<H1>
<A NAME="SECTION000100000000000000000"><B>References</B></A>
</H1>
<ul>
Available upon request.
</ul>
<BR>
<BR>
<BR>
<H3><A ID="SECTION000160000000000000000">
About this document ...</A>
</H3>
<P>
This document was generated using the
<A HREF="http://www.latex2html.org/"><STRONG>LaTeX</STRONG>2<tt>HTML</tt></A> translator v2019
<P>
Copyright © 1993, 1994, 1995, 1996,
Nikos Drakos,
Computer Based Learning Unit, University of Leeds.
<BR>
Copyright © 1997, 1998, 1999,
<A HREF="http://www.maths.mq.edu.au/~ross/">Ross Moore</A>,
Mathematics Department, Macquarie University, Sydney.
<P>
The command line arguments were: <BR>
<STRONG>latex2html</STRONG> <TT>-no_math -html_version 3.2,math -split 0 cv.tex</TT>
<P>
The translation was initiated by Rohit Voleti on 2019-05-23
<hr class="star-primary">
<footer>
<small>
<center>
© 2019 | R. Voleti. Credits: AR template
<a onclick="javascript:$('#credit').toggle();"><img border="0" src="images/ccby.png"/></a>
<div style="display:none;" id="credit">[AR template available under Creative Commons CC BY 4.0 licence:
<a href="https://github.com/dmsl/academic-responsive-template"_blank">
https://github.com/dmsl/academic-responsive-template
</a> ]
</div>
</center>
</small>
</footer>
</body>
</html>