From 282d402cfa7304ad3e3e446dc2b4f9773e10b4d5 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Thu, 14 Aug 2025 23:03:19 +0100 Subject: [PATCH] oopsla --- bibs/myrefs.bib | 26 +++++++++++++++++++++++++- content/news.md | 3 +++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/bibs/myrefs.bib b/bibs/myrefs.bib index a04765a..fef4416 100644 --- a/bibs/myrefs.bib +++ b/bibs/myrefs.bib @@ -132,6 +132,22 @@ } %%%%%%%%%%%%%%%%%%%%%%%%%%%% CONFERENCES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +@article{GGH25, + title = {{SafeTree}: Expressive Tree Policies for Microservices}, + author = {Grewal, Karuna and + Godfrey, Brighten and + Hsu, Justin}, + year = 2025, + month = jan, + journal = pacmpl, + volume = {9}, + number = {OOPSLA}, + reviewed = yes, + jh = yes, + jhsite = yes, + note = "Appeared at " # oopsla25 # ".", +} + @article{MH25, title = {A {Hoare} Logic for Symmetry Properties}, author = {Mehta, Vaibhav and @@ -165,6 +181,7 @@ archivePrefix = {arXiv}, primaryClass = {cs.PL}, note = "Appeared at " # pldi25 # ".", + acceptance = {89/324=0.27}, } @inproceedings{GBHSZ23, @@ -188,6 +205,7 @@ jh = yes, jhsite = yes, reviewed = yes, + acceptance = {30/57=0.52}, } @inproceedings{BLH24, @@ -202,6 +220,7 @@ jh = yes, jhsite = yes, reviewed = yes, + acceptance = {67/317=0.21}, } @article{KH23, @@ -222,6 +241,7 @@ archivePrefix = {arXiv}, primaryClass = {cs.PL}, note = "Appeared at " # pldi24 # ".", + acceptance = {89/322=0.27}, } @inproceedings{GGH23, @@ -255,6 +275,7 @@ archivePrefix = {arXiv}, primaryClass = {cs.PL}, note = "Appeared at " # pldi23 # ".", + acceptance = {83/284=0.29}, } @article{SLHR21, @@ -276,6 +297,7 @@ jh = yes, jhsite = yes, note = "Appeared at " # oopsla22 # ".", + acceptance = {24/93=0.25}, } inproceedings{BPHR21, @@ -335,6 +357,7 @@ inproceedings{BPHR21, jh = yes, jhsite = yes, note = "Appeared at " # popl22 # ".", + acceptance = {65/286=0.22}, } @inproceedings{BDHS20, @@ -388,6 +411,7 @@ inproceedings{BPHR21, jh = yes, jhsite = yes, reviewed = yes, + acceptance = {115/952=0.12}, } @article{ABHKKM19, @@ -653,7 +677,7 @@ inproceedings{BPHR21, primaryClass = {cs.LO}, } -@inproceedings{vHHOS18, +inproceedings{vHHOS18, title = {Convex Language Semantics for Nondeterministic Probabilistic Automata}, author = {van Heerdt, Gerco and Hsu, Justin and diff --git a/content/news.md b/content/news.md index c6a9377..f15189b 100644 --- a/content/news.md +++ b/content/news.md @@ -1,3 +1,6 @@ ++ **08/2025** **SafeTree: Expressive Tree Policies for Microservices** and **A + Hoare Logic for Symmetry Properties** will appear at **OOPSLA 2025**. Congrats + Karuna and Vaibhav! + **07/2025** I gave two lectures at the [**Cornell, Maryland, Max Planck Pre-doctoral Research School in Computer Science (CMMRS 2025)**](https://cmmrs.mpi-sws.org/) on **Type Systems: Between Theory and