forked from adarshpatil/timewarp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
233 lines (199 loc) · 11 KB
/
portfolio.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
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TimeWarp - Portfolio</title>
<link rel="shortcut icon" href="favicon.ico" />
<!-- Load CSS -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<!-- Load Fonts -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold,bolditalic" type="text/css" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold" type="text/css" />
<!-- Load jQuery library -->
<script type="text/javascript" src="scripts/jquery-1.6.2.min.js"></script>
<!-- Load custom js -->
<script type="text/javascript" src="scripts/panelslide.js"></script>
<script type="text/javascript" src="scripts/custom.js"></script>
<!-- Load topcontrol js -->
<script type="text/javascript" src="scripts/scrolltopcontrol.js"></script>
<!-- Load quicksand script -->
<script type="text/javascript" src="scripts/jquery.quicksand.js"></script>
<!-- Load NIVO Slider -->
<link rel="stylesheet" href="css/nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/nivo-theme.css" type="text/css" media="screen" />
<script src="scripts/jquery.nivo.slider.pack.js" type="text/javascript"></script>
<script src="scripts/nivo-options.js" type="text/javascript"></script>
<!-- Load fancybox -->
<script type="text/javascript" src="scripts/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript" src="scripts/jquery.easing-1.3.pack.js"></script>
<script type="text/javascript" src="scripts/jquery.mousewheel-3.0.4.pack.js"></script>
<link rel="stylesheet" href="css/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
<!-- Google Analytics -->
<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-50522218-1', 'adarshpatil.in');
ga('send', 'pageview');
</script>
</head>
<body>
<!--This is the START of the header-->
<div id="topcontrol" style="position: fixed; bottom: 5px; left: 960px; opacity: 1; cursor: pointer;" title="Go to Top"></div>
<div id="header-wrapper">
<div id="header">
<div id="logo"><a href="index.html"><img src="images/logo.png" width="100" height="80" alt="logo" /></a></div>
<div id="header-text">
<h3>I do a bunch of things, have a look around!</h3>
<h6><a href="index.html">Home</a> → Portfolio</h6>
</div>
</div>
</div>
<!--END of header-->
<!--This is the START of the menu-->
<div id="menu-wrapper">
<div id="main-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a class="selected" href="portfolio.html">Portfolio →</a></li>
<li><a class="subitem" href="#projects">Projects</a></li>
<li><a class="subitem" href="#publications">Publications</a></li>
<li><a class="subitem" href="#resume">Resume</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<!--This is the START of the footer-->
<div id="footer">
<div id="social-box">
<ul>
<li>
<div class="facebook"><a href="http://facebook.com/adarsh.patil" target="_blank"></a></div>
</li>
<li>
<div class="twitter"><a href="http://twitter.com/adarsh_patil" target="_blank"></a></div>
</li>
</ul>
</div>
<h6>Copyright © 2014 - adarshpatil</h6>
</div>
<!--END of footer-->
</div>
<!--END of menu-->
<!--This is the START of the content-->
<div id="content">
<!--This is the START of the Projects section -->
<div id="recent-text">
<h4>
<a href="#projects">Projects</a>                
<a href="#publications">Publications</a>                
<a href="#resume"> Resume </a>
</h4>
<div class="spacer"></div>
</div>
<center> <h3 id="projects" style="padding-top: 120px; margin-top: -120px;"> Projects </h3> </center>
<div id="filter"></div>
<br/> <br/> <br/> <br/>
<img class="star-divider" src="images/subscribe_divider.png" />
<div id="container">
<ul id="stage">
<li data-tags="Data Science"><a href="projects/datascience.html"><img src="images/projects/data-science/collage.png" alt="Illustration" width="200px" height="120px" /></a>
<h6>Data Science Specialization - Coursera</h6>
<p>MOOC from John Hopinks Univ<a class="readmore" href="projects/datascience.html">view →</a></p>
</li>
<li data-tags="Machine Learning,Data Mining,Data Science"><a href="projects/spoken-language-detection.html"><img src="images/projects/spoken-lang/spoken-lang.jpg" alt="Illustration" width="200px" height="120px"/></a>
<h6>Spoken Language Detection</h6>
<p>Language Classification<a class="readmore" href="projects/spoken-language-detection.html">view →</a></p>
</li>
<li data-tags="Computer Graphics"><a href="projects/line-birds.html"><img src="images/projects/line-birds/line-birds.jpg" alt="Illustration" width="200px" height="120px"/></a>
<h6>Line Birds</h6>
<p>OpenGL Project<a class="readmore" href="projects/line-birds.html">view →</a></p>
</li>
<li data-tags="Machine Learning,Data Mining,Data Science"><a href="projects/network-intrusion-detection-system.html"><img src="images/projects/network-intrusion/s1.jpg" alt="Illustration" width="200px" height="120px"/></a>
<h6>Intelligent Network Intrusion Detection System</h6>
<p>ML based NIDS<a class="readmore" href="projects/network-intrusion-detection-system.html">view →</a></p>
</li>
<li data-tags="Databases"><a href="projects/error-prone-predicates.html"><img src="images/projects/error-prone-predicates/thumb.jpg" alt="Illustration" width="200px" height="120px"/></a>
<h6>Identifying Error-prone Predicates of SQL Quries</h6>
<p>Database Project, DSL IISc<a class="readmore" href="projects/error-prone-predicates.html">view →</a></p>
</li>
<li data-tags="Computer Architecture"><a href="projects/micro-arch-scale-out.html"><img src="images/projects/scale-out-arch/scale-out-thumb.jpg" alt="Illustration" width="200px" height="120px"/></a>
<h6>µ-Architecture of Scale-out applications</h6>
<p>Comp µ-Architecure Project<a class="readmore" href="projects/micro-arch-scale-out.html">view →</a></p>
</li>
<li data-tags="Computer Architecture"><a href="projects/branch-pred-android.html"><img src="images/projects/branch-pred-android/thumb.jpg" alt="Illustration" width="200px" height="120px"/></a>
<h6>Branch Prediction in Android</h6>
<p>Comp µ-Architecure Project<a class="readmore" href="projects/branch-pred-android.html">view →</a></p>
</li>
<li data-tags="Compiler"><a href="projects/dynamic-scoping-for-clang-compiler.html"><img src="images/projects/dynamic-scoping-clang/thumb.png" alt="Illustration" width="200px" height="120px" /></a>
<h6>Dynamic Scoping for Clang Compiler</h6>
<p>Implement Dynamic Scoping for LLVM Clang<a class="readmore" href="projects/dynamic-scoping-for-clang-compiler.html">view →</a></p>
</li>
<li data-tags="Compiler, Computer Architecture"><a href="projects/compiler-optimization-transforms.html"><img src="images/projects/compiler-optimizations/thumb.png" alt="Illustration" width="200px" height="120px" /></a>
<h6>Compiler Optimizations for multi-core proc</h6>
<p>speedup code on modern procs<a class="readmore" href="projects/compiler-optimization-transforms.html">view →</a></p>
</li>
<!--
<li data-tags="Web Design,Print Design"><a href="project-sample.html"><img src="images/portfolio/thumbs/image(4).jpg" alt="Illustration" /></a>
<h6>Rockable press</h6>
<p>Best books around.<a class="readmore" href="project-sample.html">view →</a></p>
</li>
<li data-tags="Logo Design"><a href="project-sample.html"><img src="images/portfolio/thumbs/image(5).jpg" alt="Illustration" /></a>
<h6>Moo Cards</h6>
<p>Gotta lovem'.<a class="readmore" href="project-sample.html">view →</a></p>
</li>
<li data-tags="Web Design,Logo Design,Print Design"><a href="project-sample.html"><img src="images/portfolio/thumbs/image(6).jpg" alt="Illustration" /></a>
<h6>Moo Minicards</h6>
<p>So small and cool.<a class="readmore" href="project-sample.html">view →</a></p>
</li>
<li data-tags="Logo Design,Print Design"><a href="project-sample.html"><img src="images/portfolio/thumbs/image(7).jpg" alt="Illustration" /></a>
<h6>Moo Printing</h6>
<p>Is inside.<a class="readmore" href="project-sample.html">view →</a></p>
</li>
<li data-tags="Web Design"><a href="project-sample.html"><img src="images/portfolio/thumbs/image(8).jpg" alt="Illustration" /></a>
<h6>Just say it!</h6>
<p>Printed.<a class="readmore" href="project-sample.html">view →</a></p>
</li>
-->
</ul>
</div>
<!-- END of Projects section-->
<!-- START of Publications section -->
<div class="spacer"></div>
<center/> <h3 id="publications" style="padding-top: 120px; margin-top: -120px;"> Publications </h3> </center>
<img class="star-divider" src="images/subscribe_divider.png" />
<center> <strong> 2012 </strong> </center> <br/>
SNIDS: An Intelligent Multiclass Support Vector Machines Based NIDS (<a href="misc/NIDS.pdf">pdf</a>) <br/><br/>
Srinivasa K G, Adarsh Patil, Harsha K C, Akshay Joshi and Pramod N <br/>
<a href="http://www.elsevierst.com/ConferenceBookdetail.php?pid=46">ICECIT 2012</a>
<!-- END of Publications section -->
<!-- START of Scribd Resume embed -->
<div class="spacer"></div>
<center> <h3 id="resume" style="padding-top: 120px; margin-top: -120px;"> My Resume </h3> </center>
<img class="star-divider" src="images/subscribe_divider.png" />
<iframe class="scribd_iframe_embed" src="https://www.scribd.com/embeds/48430583/content?start_page=1&view_mode=scroll&access_key=key-1a8viflybxmxihlzo4ij&show_recommendations=false" data-auto-height="false" data-aspect-ratio="0.708006279434851" scrolling="no" id="doc_6153" width="100%" height="600" frameborder="0"></iframe>
</div>
<!-- END of Scribd Resume embed -->
<!--END of content-->
<p class="slide"><a href="#" class="btn-slide"></a></p>
<div id="slide-panel">
<!--This is the START of the follow section-->
<div id="follow">
<h3>Get Notified About My Latest posts & Upcoming Projects!</h3>
<img class="star-divider" src="images/subscribe_divider.png" /> <a href="http://www.twitter.com/adarsh_patil">
<div id="follow-twitter"><img src="images/tweet_top.png" />
<h4>Follow me on twitter</h4>
</div>
</a><a href="http://eepurl.com/dqtGj">
<div id="follow-mail"><img src="images/mail_top.png" />
<h4>Subscribe to my newsletter</h4>
</div>
</a>
<h1>Thanks for visiting!</h1>
</div>
<!--END of follow section-->
</div>
</body>
</html>