-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpub.html
80 lines (51 loc) · 2.52 KB
/
pub.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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title> </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<div class="navigation-wrapper">
<div class="site-name">
<a href="https://shivsurya.github.io">Shiv Surya</a>
</div><!-- /.site-name -->
<div class="top-navigation">
<nav role="navigation" id="site-nav" class="nav">
<ul>
<li><a href="https://shivsurya.github.io/cv.html" >Curriculum Vitae</a></li>
<li><a href="https://shivsurya.github.io/pub.html" >Publications</a></li>
<li><a href="https://shivsurya.github.io/software.html" >Software</a></li>
<li><a href="https://shivsurya.github.io/contact.html" >Contact</a></li>
</ul>
</nav>
</div><!-- /.top-navigation -->
</div><!-- /.navigation-wrapper -->
<!-- <div class="dropdown">
<button onclick="myFunction()" class="dropbtn">Dropdown</button>
<div id="myDropdown" class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div> -->
<section class="page-header3">
<img class="img-circle" src="./images/headshot.png" alt="headshot" style="float:left;width:128px;height:128px;">
<h1 class="project-name"></h1>
<h2 class="project-tagline">Welcome to Shiv's page !</h2>
</section>
<section class="main-content">
<h3>
<a id="Shiv Surya" class="anchor" href="#Shiv Surya" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Shiv Surya</h3>
<p style="text-align:justify">
Our architecture,SwiDeN(<a href="https://arxiv.org/abs/1607.08764">available here</a>), which tackles depiction-style invariant object detection has been accepted to ACMMM-2016. Code availabe <a href="https://github.com/val-iisc/swiden">here</a>
<footer class="site-footer">
<span class="site-footer-credits">© 2016 Shiv Surya.</span>
</footer>
</section>
</body>
</html>