-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (88 loc) · 4.6 KB
/
index.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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Anand Iyer • CS PhD Candidate @ UC Berkeley</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v3.4.3">
<link rel="alternate" type="application/rss+xml" title="Anand Iyer • PhD Candidate @ UC Berkeley - Feed" href="/feed.xml">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:100,300,300italic,400,400italic,700,700italic,900">
<link rel="stylesheet" href="/css/screen.css">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="/js/html5shiv.min.js"></script>
<script src="/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="wrap">
<header>
<nav class="mobile-nav show-on-mobiles">
<ul>
<li class="current">
<a href="/">About</a>
</li>
<li class="">
<a href="/publications.html">Pub<span class="show-on-mobiles">s</span><span class="hide-on-mobiles">lications</span></a>
</li>
<li class="">
<a href="/blog/">Blog</a>
</li>
</ul>
</nav>
<div class="grid">
<div class="main-nav unit one-third center-on-mobiles">
<section class="name">
<a href="/">Anand<b>Iyer</b></a>
</section>
</div>
<nav class="main-nav unit two-thirds hide-on-mobiles">
<ul>
<li class="current">
<a href="/">About</a>
</li>
<li class="">
<a href="/publications.html">Pub<span class="show-on-mobiles">s</span><span class="hide-on-mobiles">lications</span></a>
</li>
<li class="">
<a href="/blog/">Blog</a>
</li>
</ul>
</nav>
</div>
</header>
<section>
<div class="header-bar"></div>
<div class="grid">
<div class="unit whole center-on-mobiles">
<p>
I am a PhD candidate in <a href="http://www.eecs.berkeley.edu/" target="blank" rel="nofollow">Computer Science</a> at the <a href="http://www.berkeley.edu/" target="blank" rel="nofollow">University of California, Berkeley</a> advised by <a href="http://www.cs.berkeley.edu/~istoica" target="blank" rel="nofollow">Ion Stoica</a>. My research interests lie broadly in the intersection of mobile systems, cloud computing & networking. <!-- In particular, I am interested in algorithms and architectures that enable efficient aggregation, storage and analysis of data from mobile devices.-->
</p>
<p>
Before coming to Berkeley, I worked with the <a href="http://research.microsoft.com/en-us/groups/mns/default.aspx" target="blank" rel="nofollow">Mobility, Networks & Systems</a> group at <a href="http://research.microsoft.com/en-us/labs/india/"target="blank" rel="nofollow">Microsoft Research India</a>. Prior to that, I had a short stint with the Wireless Networking Group at <a href="http://www.cisco.com" target="blank" rel="nofollow">Cisco</a>.<!--, where I worked on algorithms for channel assignment, power control and coverage hole mitigation in enterprise wireless LANs. -->
</p>
<p>
I completed my Masters degree in Computer Science from <a href="http://www.cs.utexas.edu" target="blank" rel="nofollow">The University of Texas at Austin</a> advised by <a href="http://www.cs.utexas.edu/~lili/" target="blank" rel="nofollow">Lili Qiu</a>. My undergraduate degree is from <a href="http://www.cet.ac.in" target="blank" rel="nofollow">College of Engineering, Trivandrum</a>.
</p>
</div>
</div>
</section>
<footer>
<div class="grid">
<div class="unit one-third align-left center-on-mobiles">
<p>© 2017 Anand Iyer.</p>
</div>
<div class="unit two-thirds align-right center-on-mobiles">
<p>
<a href="https://twitter.com/anandpiyer" title="Follow me on Twitter!" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="http://www.linkedin.com/in/anandpiyer" title="LinkedIn" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a href="https://github.com/anandpiyer" title="GitHub" target="_blank"><i class="fa fa-github"></i></a>
</p>
</div>
</div>
</footer>
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(66366544); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/66366544ns.gif" /></p></noscript>
</body>
</html>