-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (89 loc) · 4.48 KB
/
index.html
File metadata and controls
111 lines (89 loc) · 4.48 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Arjun Khurana</title>
<meta name="description" content="aRjUn KhUrAna">
<link type="text/css" rel="stylesheet" href="static/main.css"/>
<script src="https://use.fontawesome.com/7c17d77e97.js"></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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91649904-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class=site>
<div class=content>
<div class="container">
<div class="clearfix header">
<div class="image"><img src="img/profile.jpg" width=125px; height=125px; padding=5px;></div>
<div class="header_text">
<div class="text">
<div class="name_header"><h1><a href="https://arjun2k15.github.io/">Arjun Khurana</a><h1></div>
<div class="description_header">
<h4><a href="https://cse.umich.edu/">CSE</a> |
<a href="https://www.umich.edu/">University of Michigan</a></h4>
</div>
</div>
<div class="icons">
<a href="https://www.linkedin.com/in/arjun-khurana-47611b8b" target="_blank" class=""><i class="fa fa-linkedin fa-lg" aria-hidden="true"></i></a>
<a href="https://github.com/arjun2k15" target="_blank" class=""><i class="fa fa-github fa-lg" aria-hidden="true"></i></a>
<a href="https://twitter.com/arjun2k15" target="_blank" class=""><i class="fa fa-twitter-square fa-lg" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<hr>
<div class="container">
<div class="About">
<p> I graduated from University of Michigan with a Master's in Computer
Science. I had the opportunity to work closely with professors
<a href="http://www.jasonmars.org">Jason Mars</a> and
<a href="http://www.lingjia.org">Lingjia Tang</a> as a member of
<a href="http://clarity-lab.org/">Clarity-Lab</a>; where I worked
on the intersection of Computer Architecture and Software Systems.</p>
<p> I have a broad range of interests, but have gotten really excited about building
large scale systems that focus on the connection between the Application and
Infrastructure Layers. </p>
</div>
</div>
<h3>Some Course Projects</h3>
<div class="container">
<div class="Projects">
<ul>
<li><strong>Distributed Systems</strong> - Built a sharded key-value store with replication based on Multi-Paxos</li>
<li><strong>Operating Systems</strong> - Built a geo-distributed BLOB storage system</li>
<li><strong>Parallel Architecture</strong> - Virtual network characterizations for IaaS platforms (AWS and GCE)</li>
<li><strong>Compilers</strong> - Implemented an LLVM pass to execute speculative loop-invariant code motion</li>
</ul>
</div>
</div>
<h3>Publications</h3>
<div class="container">
<div class="Publications">
<ul>
<li><strong><cite>Sirius Implications for Future Warehouse-Scale Computers</cite></strong>. [<a href="publications/hauswald2016sirius.pdf" target="_blank">PDF</a>]<br>
Johann Hauswald, Michael A. Laurenzano, Yunqi Zhang, Cheng Li, Austin Rovinski, Arjun Khurana, Ronald G. Dreslinski, Trevor Mudge, Vinicius Petrucci, Lingjia Tang, Jason Mars.<br>
Micro Top Picks 2016.<br></li>
<li><strong><cite>Sirius: An Open End-to-End Voice and Vision Personal Assistant and Its Implications for Future Warehouse Scale Computers</cite></strong>.
[<a href="publications/hauswald15sirius.pdf" target="_blank">PDF</a>] <br>
Johann Hauswald, Michael A. Laurenzano, Yunqi Zhang, Cheng Li, Austin Rovinski, Arjun Khurana, Ronald Dreslinski, Vinicius Petrucci, Trevor Mudge, Lingjia Tang, and Jason Mars.<br>
ASPLOS 2015.<br></li>
</ul>
</div>
</div>
<h3>Contact Me</h3>
<div class="container">
<div class="contact">
<p>Feel free to shoot me an email at: khuranaa {at} umich {dot} edu.</p>
</div>
</div>
</div>
</div>
</body>
</html>