-
Notifications
You must be signed in to change notification settings - Fork 0
/
grants.html
73 lines (67 loc) · 3.06 KB
/
grants.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
<!DOCTYPE html>
<meta charset="UTF-8">
<html lang="en">
<head>
<title>Igor's Site</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<style type="text/css">
.bs-example{
margin: 20px;
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65822884-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- start un-collapsed navbar-->
<ul class="nav navbar-nav">
<li role=""><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Research <b class="caret"></b></a>
<ul class="dropdown-menu">
<li ><a href="research.html">Overview</a></li>
<li><a href="mmsbl.html">Multimodal Sparse Bayesian Dictionary Learning Applied to Multimodal Data Classification</a></li>
<li><a href="facerecognition.html">Robust Bayesian Simultaneous Block Sparse Signal Recovery with Applications to Face Recognition</a></li>
<li><a href="nmf.html">Unified Bayesian Approach to Non-Negative Matrix Factorization</a></li>
<li><a href="rsbl.html">Rectified Sparse Bayesian Learning</a></li>
<li><a href="speechdenoising.html">Speech Denoising Headset</a></li>
<li><a href="DepthVideoCompression.html">Kinect Depth Video Compression for Action Recognition</a></li>
<li><a href="Construction.html">Construction Worker Activity Recognition Using RGB-D Videos</a></li>
</ul>
</li>
<li role="" ><a href="publications.html">Publications</a></li>
<li role="" class="active"><a href="grants.html">Grants/Awards</a></li>
<li role="" ><a href="resumeNew.pdf">CV</a></li>
</ul>
</div> <!-- /container -->
</nav>
<div class="container">
<div class="container col-md-6 col-sm-12">
<h1> Igor Fedorov</h1>
<p>
<ul class="list-unstyled">
<li>
<h3> ARCS Foundation Award, 2015-2017 </h3>
<li><img src="PastedGraphic-15.png"/></li>
</li>
<li>
<h3>ECE Departmental Fellowship, UCSD, 2014</h3>
</li>
</ul>
</p>
</div>
</div>
<body>
</html>