-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (72 loc) · 4.43 KB
/
index.html
File metadata and controls
88 lines (72 loc) · 4.43 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" media="all" href="css/main.css" />
<title>Anant Agarwal</title>
</head>
<script type="text/javascript"><!--
function obfuscate( domain, name ) { document.write('<a href="mai' +
'lto:' + name + '@' + domain + '">' + name + '@' + domain + '</' + 'a>'); }
</script>
<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-52998397-1', 'auto');
ga('send', 'pageview');
</script>
<body>
<div id="wrapper">
<h1 style="color:#444444">
Anant Agarwal
</h1>
<p>
<i><font size="2"><span id="grad">Graduate Student</span><br>
North Carolina State University
</font></i>
</p>
<p>"Stay Hungry, Saty Foolish" - Steve Jobs</p>
<div id="socialLinks">
<ul class="nav" id="navigationLinks">
<li><a href="http://www.linkedin.com/in/anantag"><img src="images/l.png" style="border:none" width="20" height="20"></a></li>
<li><a href="http://www.github.com/anantag"><img src="images/github.jpg" style="border:none" width="20" height="20"></a></li>
<li><a href="http://www.twitter.com/anant_agarwal"><img src="images/twitter.png" style="border:none" width="20" height="20"></a></li>
<li><a href="http://www.facebook.com/anantag23"><img src="images/fb.ico" style="border:none" width="20" height="20"></a></li>
<li><a href="https://www.dropbox.com/s/zkezj85o5ec736z/Resume_AnantAgarwal.pdf"><img src="images/cv.png" style="border:none" width="20" height="20"></a></li>
</ul>
</div>
<br>
<hr size="2" align="left">
<ul class="nav" id="navigation">
<li style="letter-spacing:0.1em">[Home]</li>
<li><a href="education.html">Education</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="personal.html">Personal</a></li>
</ul>
<br>
<hr size="2" align="left">
<div id="mainBody">
<h2 id="eduHeadHead">Welcome</h2>
<p>
I am a graduate student in the Department of Computer Science at North Carolina State University pursuing a Master's degree in Computer Science. I am currently working as a Software Engineering Intern at <a href="www.vmware.com">VMware Inc.</a> where I work with the High Availability team on their distributed availability services for the vSphere product. I plan to graduate in December 2014 and I am currently looking for full-time opportunities starting January 2015. <br>
</p>
<p>
My areas of interest is in Machine Learning, Natural Language Processing and Large-Scale Distributed Systems and I find the current research in these areas very interesting. Through my previous internships, projects and courses, I have gained theoretical and practical knowledge in these domains and continue to pursue them through various means.<br>
</p>
<p>
Prior to joining NC State, I did my undergrad in Bachelor's in Computer Science and Engineering from Jaypee Institute of Information Technology in India. My undergraduate thesis was on "Sign Language Recognition using Microsoft Kinect" and has been published in IEEE. <span id="thesis"><a href="http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6612186&punumber%3D6595807%26sortType%3Dasc_p_Sequence%26filter%3DAND%28p_IS_Number%3A6612154%29%26pageNumber%3D2"> [UG Thesis] </a> </span>
</p>
<h2 id="eduHeadHead">Interests</h2>
<p> Machine Learning, Distributed Systems, Enterprise Storage Systems, Natural Language Processing, Graph Mining, Big-Data, Intelligent Assistants, Data Mining, Data Structures & Algorithms.
</p>
<h2 id="eduHeadHead">Contact</h2>
<p> I can be reached via email at
<script> obfuscate('ncsu.edu','aagarwa7'); </script>
</p>
<p></p>
</div>
</div>
</body>
</html>