Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions _bibliography/papers.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2037,3 +2037,24 @@ @inproceedings{sesame
url = {https://cs.brown.edu/people/malte/pub/papers/2024-sosp-sesame.pdf},
booktitle = {Proceedings of the 30\textsuperscript{th} ACM Symposium on Operating Systems Principles (SOSP)},
}

@inproceedings{rcs,
author = {Lloyd Brown and Albert Gran Alcoz and Frank Cangialosi and Akshay Narayan and Mohammad Alizadeh and Hari Balakrishnan and Eric Friedman and Ethan Katz-Bassett and Arvind Krishnamurthy and Michael Schapira and Scott Shenker},
title = {{Principles for Internet Congestion Management}},
year = {2024},
booktitle = {SIGCOMM},
}

@inproceedings{abagnale,
author = {Margarida Ferreira and Ranysha Ware and Yash Kothari and Inês Lynce and Ruben Martins and Akshay Narayan and Justine Sherry},
title = {{Reverse-Engineering Congestion Control Algorithm Behavior}},
year = {2024},
booktitle = {IMC},
}

@inproceedings{archie-hotnets,
author = {Rahul Bothra and Venkat Arun and Brighten Godfrey and Akshay Narayan and Ahmed Saeed},
title = {{Lightweight Automated Reasoning for Network Architectures}},
year = {2024},
booktitle = {HotNets},
}
16 changes: 13 additions & 3 deletions _data/people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,18 @@ people:
site: "https://justus.science"
- key: kdakalba
name: "Kinan Dak Albab"
type: phd
type: alum
site: "https://babman.io"
note: "PhD 2025 → Boston University"
- key: ziyun_song
name: "Alice Song"
type: masters
- key: megan_zheng
name: "Megan Zheng"
type: ugrad
- key: nayani_modugula
name: "Nayani Modugula"
type: ugrad
- key: unaseer
name: "Usama Naseer"
site: "https://usama6naseer.github.io/"
Expand All @@ -73,7 +83,8 @@ people:
site: "https://cs.brown.edu/people/grad/fsolleza/"
- key: samthomas
name: "Samuel Thomas"
type: phd
type: alum
note: "PhD 2025 → Pomona College"
- key: mmarkovi
name: "Michael Markovitch"
site: "https://cs.brown.edu/~mmarkovi"
Expand Down Expand Up @@ -168,4 +179,3 @@ people:
- key: gmurtaza
name: "Ghulam Murtaza"
type: alum

3 changes: 3 additions & 0 deletions _pages/people.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ order: 2
#### Masters
{% include peoplelist.html type="masters" %}

#### Undergrads
{% include peoplelist.html type="ugrad" %}

### Friends
{% include peoplelist.html type="friends" %}

Expand Down