This commit is contained in:
Justin Hsu 2026-04-20 23:06:33 -04:00
parent 1e9e046dd4
commit 34e1cfcc37
3 changed files with 31 additions and 3 deletions

View File

@ -317,6 +317,7 @@
@STRING{pldi23 = pldi # ", Orlando, Florida" } @STRING{pldi23 = pldi # ", Orlando, Florida" }
@STRING{pldi24 = pldi # ", Copenhagen, Denmark" } @STRING{pldi24 = pldi # ", Copenhagen, Denmark" }
@STRING{pldi25 = pldi # ", Seoul, Korea" } @STRING{pldi25 = pldi # ", Seoul, Korea" }
@STRING{pldi26 = pldi # ", Boulder, Colorado" }
% ---- % ----
@STRING{lfp = "ACM Symposium on Lisp and Functional Programming (LFP)" } @STRING{lfp = "ACM Symposium on Lisp and Functional Programming (LFP)" }

View File

@ -132,6 +132,26 @@
} }
%%%%%%%%%%%%%%%%%%%%%%%%%%%% CONFERENCES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%% CONFERENCES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@article{ZH26,
title = {Synthesizing Backward Error Bounds, Backward},
author = {Zielinski, Laura and Hsu, Justin},
year = 2026,
month = jun,
url = {https://arxiv.org/abs/2604.15633},
journal = pacmpl,
articleno = {255},
volume = {10},
number = {PLDI},
reviewed = yes,
jh = yes,
jhsite = yes,
doi = {10.1145/3808333},
eprint = {2604.15633},
archivePrefix = {arXiv},
primaryClass = {cs.PL},
note = "Appeared at " # pldi26 # ".",
}
@article{GGH25, @article{GGH25,
title = {{SafeTree}: Expressive Tree Policies for Microservices}, title = {{SafeTree}: Expressive Tree Policies for Microservices},
author = {Grewal, Karuna and author = {Grewal, Karuna and
@ -1545,6 +1565,14 @@ inproceedings{HHRRW14,
} }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% TALKS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% TALKS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@talk{rpi-cs-talk,
title = {From Discrete to Continuous: Programming Languages for Time and Space},
organization = {CS Department Colloquium, RPI},
year = 2025,
month = oct,
jh = yes,
}
@talk{imperial-comp-talk, @talk{imperial-comp-talk,
title = {Type Systems for Numerical Error Analysis}, title = {Type Systems for Numerical Error Analysis},
organization = {Computing Seminar, Imperial College London}, organization = {Computing Seminar, Imperial College London},

View File

@ -1,3 +1,5 @@
+ **04/2026** **Synthesizing Backward Error Bounds, Backward** will appear at
**PLDI 2026**. Congrats Laura!
+ **08/2025** I'm back to Ithaca after a year on sabbatical! This fall, I'll be + **08/2025** I'm back to Ithaca after a year on sabbatical! This fall, I'll be
teaching [**Category Theory for Computer Scientists teaching [**Category Theory for Computer Scientists
(CS 6117)**](https://www.cs.cornell.edu/courses/cs6117/2025fa/). (CS 6117)**](https://www.cs.cornell.edu/courses/cs6117/2025fa/).
@ -17,6 +19,3 @@
Jonas, Jón, and Jessica! Jonas, Jón, and Jessica!
+ **05/2025** **Bean: A Language for Backward Error Analysis** will appear at + **05/2025** **Bean: A Language for Backward Error Analysis** will appear at
**PLDI 2025**. Congrats Ariel and Laura! **PLDI 2025**. Congrats Ariel and Laura!
+ **01/2025** This semester, I'll be a mentoring a group for the [**Adjoint
School 2025**](https://adjointschool.com/2025.html) focused on **Categorical
Metric Structures for Numerical Analysis**.