This commit is contained in:
Justin Hsu 2025-08-14 23:03:19 +01:00
parent 039062fa23
commit 282d402cfa
2 changed files with 28 additions and 1 deletions

View File

@ -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

View File

@ -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