-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
139 lines (85 loc) · 4.6 KB
/
Copy pathindex.html
File metadata and controls
139 lines (85 loc) · 4.6 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>
Roie Levin
– Roie Levin
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all">
<meta name="author" content="Roie Levin">
<meta name="keywords" content="Roie Levin, CS, computer science, CMU, Carnegie Mellon, TAU, Tel Aviv">
<link rel="canonical" href="https://roielevin.com/">
<link rel="icon" href="data:,">
<!-- Fonts -->
<link href='//fonts.googleapis.com/css?family=Lato:700,400' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Montserrat:700,400' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Merriweather:700,400' rel='stylesheet' type='text/css'>
<script type="text/javascript">
(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', '', 'auto');
ga('send', 'pageview');
</script>
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/pixyll.css?202607141701" type="text/css">
</head>
<body>
<div class="mb4">
<header class="site-header p2 center mb2">
<div class="mt2 wrap">
<div class="measure">
<nav class="site-nav center mt2">
<a class="nav-active" href="/">home</a>
<a class="nav-link" href="/pubs.html">publications</a>
</nav>
</div>
</div>
</header>
<div class="p2" role="main">
<div class="measure">
<div>
<header>
<h1 class="h1"></h1>
</header>
<article>
<div class="bio-container">
<div>
<p><span class="bio-name logo">Roie Levin</span></p>
<h2 id="contact-information">Contact Information</h2>
<p>Email: [my first name].[my last name]@rutgers.edu</p>
<h2 id="quick-links">Quick Links</h2>
<p>[<a href="https://scholar.google.com/citations?user=RxbhQBcAAAAJ&hl=en">Google Scholar</a>] [<a href="https://dblp.org/pid/161/9976.html">dblp</a>] [<a href="files/roie_cv.pdf">CV</a>]</p>
</div>
<div class="bio-flex-gap"></div>
<div class="bio-picture">
<img src="files/profile.jpeg" />
</div>
</div>
<h2 id="about-me">About Me</h2>
<p>I am an Assistant Professor @ <a href="https://www.cs.rutgers.edu/">Rutgers University, Department of Computer Science</a>. I am in the <a href="https://theory.cs.rutgers.edu/people">Theory Group</a>, and my research is in approximation algorithms for uncertain environments (e.g. online/dynamic/streaming models). I also like pretty much anything involving submodular functions. See my <a href="files/JobTalk.pdf">job talk slides</a> to get a sense of what I do.</p>
<p>Prior to joining Rutgers, I was a <a href="https://www.fulbright.org.il/node/459">Fulbright Postdoctoral Fellow</a> at Tel Aviv University, working with <a href="https://www.tau.ac.il/~nivb/">Niv Buchbinder</a>. I received my PhD in <a href="https://aco.math.cmu.edu/">Algorithms, Combinatorics and Optimization (ACO)</a> from Carnegie Mellon University in 2022, where I was fortunate to be advised by <a href="https://www.cs.cmu.edu/~anupamg/">Anupam Gupta</a>. Before that, I worked at the <a href="https://allenai.org/">Allen Institute for Artificial Intelligence</a> from 2015 to 2017, and before that, I received a B.Sc. in Computer Science/Applied Mathematics, and a B.Sc. in Mathematics from Brown University, class of 2015.</p>
<h2 id="teaching">Teaching</h2>
<p>CS 514 – Design and Analysis of Data Structures and Algorithms: <a href="teaching/cs514spring26.html">Spring 26</a> <br />
CS 344 – Design and Analysis of Computer Algorithms: <a href="teaching/cs344spring25.html">Spring 25</a>, <a href="teaching/cs344fall25.html">Fall 25</a> <br />
CS 513 – Design and Analysis of Data Structures and Algorithms: <a href="teaching/cs513fall24.html">Fall 24</a></p>
<h2 id="students">Students</h2>
<p>Jiawei Yu (PhD) – 2025-Present<br />
Yue Yang (Masters) – 2024-2025<br />
Jesse Lerner (Undergrad) - 2024-2025<br />
Joseph Koutsoutis (Undergrad) – 2024-2025<br />
Gal Ben-Ami (REU) – 2026<br />
Ryan Liu (REU) – 2026<br /></p>
</article>
<div class="mt3">
</div>
</div>
</div>
</div>
</div>
</body>
</html>