This commit is contained in:
Justin Hsu 2025-05-07 16:03:31 +01:00
parent 6c3c81251b
commit 2eaf224572
3 changed files with 47 additions and 18 deletions

View File

@ -315,6 +315,7 @@
@STRING{pldi22 = pldi # ", San Diego, California" }
@STRING{pldi23 = pldi # ", Orlando, Florida" }
@STRING{pldi24 = pldi # ", Copenhagen, Denmark" }
@STRING{pldi25 = pldi # ", Seoul, Korea" }
% ----
@STRING{lfp = "ACM Symposium on Lisp and Functional Programming (LFP)" }

View File

@ -1,16 +1,4 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%% UNPUBLISHED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@unpublished{KZBH25,
title = {Bean: A Language for Backward Error Analysis},
author = {Kellison, Ariel E. and Zielinski, Laura and Bindel, David and Hsu, Justin},
year = 2025,
url = {https://arxiv.org/abs/2501.14550},
jh = yes,
jhsite = yes,
eprint = {2501.14550},
archivePrefix = {arXiv},
primaryClass = {cs.PL},
}
@unpublished{AH23,
title = {Separated and Shared Effects in Higher-Order Languages},
author = {Azevedo de Amorim, Pedro H. and Hsu, Justin},
@ -143,6 +131,26 @@
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%% CONFERENCES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@article{KZBH25,
title = {Bean: A Language for Backward Error Analysis},
author = {Kellison, Ariel E. and Zielinski, Laura and Bindel, David and Hsu, Justin},
year = 2025,
month = jun,
url = {https://arxiv.org/abs/2501.14550},
journal = pacmpl,
articleno = {221},
volume = {9},
number = {PLDI},
reviewed = yes,
jh = yes,
jhsite = yes,
doi = {10.1145/3729324},
eprint = {2501.14550},
archivePrefix = {arXiv},
primaryClass = {cs.PL},
note = "Appeared at " # pldi25 # ".",
}
@inproceedings{GBHSZ23,
title = {A Categorical Approach to {DIBI} Models},
author = {Gu, Tao and
@ -1469,6 +1477,30 @@ inproceedings{HHRRW14,
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% TALKS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@talk{pequan25-talk,
title = {Type Systems for Numerical Error Analysis},
organization = {{PEQUAN} Team Meeting, {LIP6}},
year = 2025,
month = apr,
jh = yes,
}
@talk{pps25-talk,
title = {Type Systems for Numerical Error Analysis},
organization = {{PPS} Seminar, {IRIF}},
year = 2025,
month = apr,
jh = yes,
}
@talk{barbados25-talk,
title = {Type Systems for Numerical Error Analysis},
organization = {Barbados Workshop on Probabilistic Semantics, Bellairs Research Institute},
year = 2025,
month = mar,
jh = yes,
}
@talk{chocola25-talk,
title = {Type Systems for Numerical Error Analysis},
organization = {{CHoCoLa} Seminar, {ENS} Lyon},

View File

@ -1,3 +1,5 @@
+ **05/2025** **Bean: A Language for Backward Error Analysis** will appear at
**PLDI 2025**. Congrats Ariel and Laura!
+ **09/2024** This academic year, I will be on sabbatical at **Imperial College
London** visiting [**George
Constantinides**](https://cas.ee.ic.ac.uk/people/gac1/) and [**Eric
@ -6,9 +8,3 @@
+ **07/2024** I am honored to be selected for the [**2024 EATCS Presburger
Award**](https://www.eatcs.org/index.php/presburger). Thank you to all of my
mentors and collaborators for making this possible!
+ **04/2024** **A Categorical Approach to DIBI Models** to appear at **FSCD 2024**.
Congrats Tao and Jialu!
+ **04/2024** **Verifying Cake Cutting, Faster** to appear at **CAV 2024**.
Congrats Noah and Tean!
+ **04/2024** **Numerical Fuzz: A Type System for Rounding Error Analysis** to
appear at **PLDI 2024**. Congrats Ariel!