Skip to content
Open
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
Binary file removed img/robert_schenck.jpg
Binary file not shown.
25 changes: 5 additions & 20 deletions people.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -293,28 +293,11 @@ to the Scala compiler.
"B.S., Cornell University, 2019"
]
#:img "jialu_bao.jpg"]{
I work on making it easier to program with probability.
My PhD focused on developing probabilistic separation logic for analyzing randomized algorithms by leveraging probabilistic independence and dependencies. As a postdoctoral researcher, I am working on efficient probabilistic inference techniques with formal guarantees.
}

@person[#:name "Robert Schenck"
#:title "Postdoc"
#:e-mail "r@bert.lol"
#:website "https://rschenck.com/"
#:history @list[
"Joined Northeastern, 2025"
"PhD, DIKU"
"MS, International Max Planck Research School for Computer Science"
"BA, Brown University"
]
#:img "robert_schenck.jpg"]{
I spent my PhD working on a higher-order functional array language
(Futhark). At Northeastern, I work on a higher-order functional array
language (Remora). In the future, I hope to work on higher-order
functional array languages.
I work on making it easier to program with probability.
My PhD focused on developing probabilistic separation logic for analyzing randomized algorithms by leveraging probabilistic independence and dependencies. As a postdoctoral researcher, I am working on efficient probabilistic inference techniques with formal guarantees.
}


}

@div[class: "pn-separator-img"]{
Expand Down Expand Up @@ -861,6 +844,8 @@ Currently working on a compiler that produces parallel GPU code, so developers d
@(alumnus "Ryan Doenges" #:year 2025
#:personal-site "http://ryandoeng.es"
#:extra "(Boston College)")
@(alumnus "Robert Schenck" #:year 2026
#:personal-site "https://rschenck.com")
]}}

@div[class: "container"]{
Expand Down
Loading