-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
226 lines (195 loc) · 12.2 KB
/
Copy pathindex.html
File metadata and controls
226 lines (195 loc) · 12.2 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Systems@Brown</title>
<meta name="description" content="Brown University Systems Group">
<link rel="icon" href="assets/favicon/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="assets/favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="canonical" href="index.html">
</head>
<body>
<header class="site-header">
<site-header data-prefix=""></site-header>
</header>
<script type="module" src="assets/components/navbar.js"></script>
<div class="page-content">
<div class="wrapper">
<div class="post">
<div class="grid-two-col">
<!-- Left Column: Logo + Description + Contact -->
<div class="column-left">
<div style="display: flex; align-items: flex-start;">
<img src="assets/img/logo.png" width="110" alt="Brown logo" class="img-fluid" style="margin-right: 2.1rem; margin-top: 0.0rem;">
<p style="line-height: 1.3; margin-top: 1.3rem;">
The Brown Systems research group investigates questions in computer systems—particularly distributed systems, operating systems, networking, and security.
We build practical systems that combine performance, correctness, automation, and other properties.
</p>
</div>
<h3 class="mt-4">Keep in touch</h3>
<ul class="list-unstyled mt-2">
<li>To stay informed, join our mailing list <a href="https://lists.cs.brown.edu/sympa/info/sysread" target="_blank" rel="noopener">here</a>.</li>
<li>Check out our tools on <a href="https://github.com/brownsys" class="text-danger">GitHub.</a></li>
<li>Follow us on <a href="https://twitter.com/systemsatbrown" class="text-danger">X</a>, <a href="https://bsky.app/profile/systemsatbrown.bsky.social" class="text-danger">Bluesky</a>, and <a href="https://www.linkedin.com/company/systems-brown-university/" class="text-danger">LinkedIn</a></a></li>
<li>Discover research talks by the group on <a href="https://www.youtube.com/channel/UC33M2YIhrxJZBFiMXDESl9Q" class="text-danger">YouTube.</a></li>
</ul>
<h3 class="mt-4">Related Groups</h3>
<ul class="list-unstyled">
<li><a class="text-danger" href="https://atlas.cs.brown.edu/">Atlas Group</a></li>
<li><a class="text-danger" href="https://etos.cs.brown.edu/">ETOS Group</a></li>
<li><a class="text-danger" href="https://brown-db.github.io/">Data Management Group</a></li>
<li><a class="text-danger" href="https://gitlab.com/brown-ssl">Secure Systems Lab</a></li>
</ul>
</div>
<!-- Right Column: Courses + Groups -->
<div class="column-right">
<h3>Courses</h3>
<ul class="list-unstyled">
<!-- <li>CSCI 0111: <a class="text-danger" href="https://cs.brown.edu/courses/csci0111/" target="_blank">Computing Foundations: Data</a></li> -->
<!-- <li>CSCI 0112: <a class="text-danger" href="https://cs0112.github.io/" target="_blank">Computing Foundations: Program Organization</a></li> -->
<!-- <li>CSCI 0220: <a class="text-danger" href="https://cs22.io/" target="_blank">Discrete Structures and Probability</a></li> -->
<li>0300: <a class="text-danger" href="https://cs.brown.edu/courses/csci0300" target="_blank">Fundamentals of Computer Systems</a></li>
<!-- <li>CSCI 0320: <a class="text-danger" href="https://cs.brown.edu/courses/csci0320/" target="_blank">Introduction to Software Engineering</a></li> -->
<li>1260: <a class="text-danger" href="https://browncs1260.github.io/" target="_blank">Compilers and Program Analysis</a></li>
<li>1270: <a class="text-danger" href="https://cs.brown.edu/courses/csci1270/" target="_blank">Database Management Systems</a></li>
<li>1380/1385/2380: <a class="text-danger" href="https://cs.brown.edu/courses/csci1380/" target="_blank">Distributed Systems</a></li>
<li>1390: <a class="text-danger" href="https://cs.brown.edu/courses/csci1390/" target="_blank">Systems for Machine Learning</a></li>
<li>1600: <a class="text-danger" href="https://brown-cs1600.github.io/" target="_blank">Real-Time and Embedded Software</a></li>
<li>1650: <a class="text-danger" href="https://cs.brown.edu/courses/csci1650/" target="_blank">Software Security and Exploitation</a></li>
<li>1675: <a class="text-danger" href="https://cs.brown.edu/courses/csci1675/spring2025/" target="_blank">Designing High-Performance Network Systems</a></li>
<li>1710: <a class="text-danger" href="http://cs.brown.edu/courses/csci1710/" target="_blank">Logic for Systems</a></li>
<!-- <li>CSCI 1951x: <a class="text-danger" href="https://browncs1951x.github.io/" target="_blank">Formal Proof and Verification</a></li> -->
<li>1952-Y: <a class="text-danger" href="https://browncs1952y.github.io/" target="_blank">Computer Architecture</a></li>
<li>2390: <a class="text-danger" href="https://cs.brown.edu/courses/csci2390/2024/" target="_blank">Privacy-Preserving Systems</a></li>
<li>2680: <a class="text-danger" href="https://cs.brown.edu/courses/csci2680/fall2024/" target="_blank">Computer Networks and the Internet</a></li>
<li>2690: <a class="text-danger" href="https://brown-csci2690.github.io/classwebsite-fall24/" target="_blank">Cloud and Datacenter Operating Systems</a></li>
<li>2951U: <a class="text-danger" href="https://cs.brown.edu/courses/csci2951-u/" target="_blank">Topics in Software Security</a></li>
<li>2952R/1952R: <a class="text-danger" href="https://cs.brown.edu/courses/csci2952r/" target="_blank">Systems Transforming Systems</a></li>
<li>2953-A: <a class="text-danger" href="https://cs.brown.edu/courses/csci2953a/" target="_blank">Engineering Complex Systems with Generative AI</a></li>
</ul>
<p>For details on course offerings each semester, see the <a href="https://cs.brown.edu/courses/">department website</a>.</p>
<div class="week" id="week">
<h3 class="mt-4">Other Activities</h3>
<ul class="list-unstyled">
<li>
Check out <a class="text-danger" href="https://brown-systems-week.github.io/">Brown Systems Week</a>.
</li>
</ul>
</div>
</div>
</div>
</div>
<news-section src="news/news.md"></news-section>
<hr class="section-divider">
<div class="people" id="people">
<h2>People</h2>
The humans of Systems@Brown.
<article class="post-content People clearfix">
<h4 id="faculty">Faculty</h4>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="gallery" class="d-flex align-items-start flex-wrap w-100"></div>
</div>
</div>
</div>
<h4 id="faculty">PostDocs</h4>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="postdoc-gallery" class="d-flex align-items-start flex-wrap w-100"></div>
</div>
</div>
</div>
<h4 id="faculty">PhD Students</h4>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="phd-gallery" class="d-flex align-items-start flex-wrap w-100"></div>
</div>
</div>
</div>
<!-- <h4 id="faculty">Master's Students</h4>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div id="phd-gallery" class="d-flex align-items-start flex-wrap w-100"></div>
</div>
</div>
</div> -->
<h4 id="alumni">Alumni</h4>
<div class="alumni-columns">
<ul class="list-unstyled">
<li><a href="https://sleepymug.me/" target="_blank">Di Jin</a> (PostDoc 2025) → Huawei Research</li>
<li><a href="https://www.babman.io/" target="_blank">Kinan Dak Albab</a> (PhD 2025) → Boston University</li>
<li><a href="https://samueltphd.github.io/" target="_blank">Samuel Thomas</a> (PhD 2025) → Pomona College</li>
<li><a href="https://usama6naseer.github.io/" target="_blank">Usama Naseer</a></li>
<li><a href="https://saimsalman36.github.io/webpage/" target="_blank">Saim Salman</a></li>
<li><a href="https://cs.brown.edu/~lspiegel" target="_blank">Leonhard Spiegelberg</a> (PhD 2023) → Snowflake</li>
<li><a href="https://cs.brown.edu/~mmarkovi" target="_blank">Michael Markovitch</a></li>
<li>Lucas Castanheira</li>
<li><a href="https://jiwon-choe.github.io/" target="_blank">Jiwon Choe</a></li>
<li><a href="https://linnanwang.github.io" target="_blank">Linnan Wang</a></li>
<li><a href="https://gordonwucn.github.io" target="_blank">Changhao Wu</a></li>
<li><a href="https://cseyj.github.io/" target="_blank">Yongjeong Kim</a> (MSc 2022) → Nvidia P4 team</li>
<li><a href="https://akshatm.github.io/site/" target="_blank">Akshat Mahajan</a> (MSc 2021) → Cloudflare</li>
<li>Eleonora Kiziv (BSc 2020) → Google</li>
<li>Ben Givertz (BSc 2022) → Twitch</li>
<li><a href="https://cs.brown.edu/~dyu" target="_blank">Da Yu</a> (PhD 2019) → Microsoft</li>
<li><a href="https://cs.brown.edu/~jeffra" target="_blank">Jeff Rasley</a> (PhD 2019) → Microsoft</li>
<li><a href="https://people.mpi-sws.org/~jcmace" target="_blank">Jonathan Mace</a> (PhD 2018) → MPI-SWS</li>
<li><a href="http://cs.brown.edu/people/martins/" target="_blank">Marcelo Martins</a> (PhD 2016) → Apple</li>
<li>Ryan Roelke (MSc 2016) → HP Vertica</li>
<li><a href="https://www.linkedin.com/in/timothy-hoff-3b023041" target="_blank">Timothy Hoff</a> (BSc 2016)</li>
<li><a href="https://www.monkeyhouse.info/" target="_blank">George Hongkai Sun</a> (MSc 2015)</li>
<li><a href="https://cs.brown.edu/~adf/" target="_blank">Andrew Ferguson</a> (PhD 2014) → Google</li>
<li>Alexander Yu</li>
<li>Ghulam Murtaza</li>
</ul>
</div>
<h4 id="alumni">Friends</h4>
<div class="alumni-columns">
<ul class="list-unstyled">
<li><a href="https://cs.brown.edu/~tab" target="_blank">Theo Benson</a></li>
<li><a href="https://cs.brown.edu/~rfonseca" target="_blank">Rodrigo Fonseca</a></li>
<li><a href="https://vivo.brown.edu/display/rbahar" target="_blank">R. Iris Bahar</a></li>
</ul>
</div>
</article>
</div>
</div>
</div>
</div>
</div>
<!-- Load jQuery -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<!-- Load Common JS -->
<script src="assets/js/common.js"></script>
<!-- Load KaTeX -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.js"></script>
<script src="assets/js/katex.js"></script>
<!-- Include custom icon fonts -->
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/academicons.min.css">
<script src="people/faculty.js"></script>
<script src="people/postdocs.js"></script>
<script src="people/phd.js"></script>
<!-- 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-XXXXXXXXX', 'auto');
ga('send', 'pageview');
</script>
<!-- Markdown parser -->
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<!-- Dynamic News Component -->
<script type="module" src="news/news.js"></script>
</body>
</html>