-
Notifications
You must be signed in to change notification settings - Fork 0
/
research.html
98 lines (79 loc) · 3.03 KB
/
research.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176270417-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-176270417-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="generator" content="pandoc">
<title>Ravi Kiran Sarvadevabhatla</title>
<script src="./research_files/jquery-1.js"></script>
<link rel="stylesheet" href="./ravikiran_files/bootstrap.css">
<link rel="stylesheet" href="./ravikiran_files/bootstrap-theme.css">
<script src="./ravikiran_files/bootstrap.js"></script>
<style>
/* http://stackoverflow.com/questions/18325779/bootstrap-3-collapse-show-state-with-chevron-icon */
.panel-heading .accordion-toggle:before {
font-family: 'Glyphicons Halflings';
content: "\e114";
float: left;
color: grey;
padding-right: 6px;
}
.panel-heading .accordion-toggle.collapsed:before {
content: "\e080";
}
table,
th,
td {
border: 0px solid black;
border-collapse: collapse;
}
img:hover {
transition-duration: 0.0s;
transition-timing-function: linear;
opacity: 0.5;
}
</style>
<style type="text/css">
</style>
</head>
<body>
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="index.html">
<font style="font-size:20px; font-weight:500;" color="#003380">Ravi Kiran Sarvadevabhatla</font>
</a></li>
<li><a href="publications.html">
<font size="4px" color="#E62E00"><b>Publications</b></font>
</a></li>
<li><a href="research.html"><font size="4px" color="#E62E00"><b>Current Research</b></font></a></li>
<li><a href="past-research.html"><font size="4px" color="#E62E00"><b>Past Research</b></font></a></li>
</ul>
</div>
</nav>
<div class="container">
<a name="Research"></a>
<p style="margin:-15px 0px 0px 0px;"></p>
<div class="page-header">
<h2 id="research">Current Research</h2>
</div>
Click on the links to access the individual project pages.
<br>
<br>
<ul>
<li> <font style="font-size:18px; font-weight:500;"><a href="http://ihdia.iiit.ac.in/">Document Image Understanding</a></font> </li>
<li> <font style="font-size:18px; font-weight:500;"><a href="https://skeleton.iiit.ac.in/">Pose-based Human Activity Understanding</a></font> </li>
<li> <font style="font-size:18px; font-weight:500;"><a href="https://deepcount.iiit.ac.in/">Fair Approaches for Counting Crowds from Images</a></font> </li>
</ul>
</div>
</div>
</body>
</html>