PLDI paper.
This commit is contained in:
parent
d45f0cc0ea
commit
6fd5ee373d
|
@ -308,6 +308,7 @@
|
||||||
@STRING{pldi20 = pldi # ", London, England" }
|
@STRING{pldi20 = pldi # ", London, England" }
|
||||||
@STRING{pldi21 = pldi }
|
@STRING{pldi21 = pldi }
|
||||||
@STRING{pldi22 = pldi # ", San Diego, California" }
|
@STRING{pldi22 = pldi # ", San Diego, California" }
|
||||||
|
@STRING{pldi23 = pldi # ", Orlando, Florida" }
|
||||||
% ----
|
% ----
|
||||||
@STRING{lfp = "ACM Symposium on Lisp and Functional Programming (LFP)" }
|
@STRING{lfp = "ACM Symposium on Lisp and Functional Programming (LFP)" }
|
||||||
@STRING{lfp80 = lfp # ", Stanford, California" }
|
@STRING{lfp80 = lfp # ", Stanford, California" }
|
||||||
|
|
|
@ -1,12 +1,4 @@
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%% UNPUBLISHED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%% UNPUBLISHED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
@unpublished{BHL22,
|
|
||||||
title = {Cutting the Cake: A Language for Fair Division},
|
|
||||||
author = {Bertram, Noah and Levinson, Alex and Hsu, Justin},
|
|
||||||
year = 2022,
|
|
||||||
jh = yes,
|
|
||||||
jhsite = yes,
|
|
||||||
}
|
|
||||||
|
|
||||||
@unpublished{AH23,
|
@unpublished{AH23,
|
||||||
title = {Separated and Shared Effects in Higher-Order Languages},
|
title = {Separated and Shared Effects in Higher-Order Languages},
|
||||||
author = {Azevedo de Amorim, Pedro H. and Hsu, Justin},
|
author = {Azevedo de Amorim, Pedro H. and Hsu, Justin},
|
||||||
|
@ -116,6 +108,20 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%% CONFERENCES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%% CONFERENCES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
@article{BLH23,
|
||||||
|
title = {Cutting the Cake: A Language for Fair Division},
|
||||||
|
author = {Bertram, Noah and Levinson, Alex and Hsu, Justin},
|
||||||
|
year = 2023,
|
||||||
|
month = jun,
|
||||||
|
journal = pacmpl,
|
||||||
|
volume = {7},
|
||||||
|
number = {PLDI},
|
||||||
|
reviewed = yes,
|
||||||
|
jh = yes,
|
||||||
|
jhsite = yes,
|
||||||
|
note = "Appeared at " # pldi23 # ".",
|
||||||
|
}
|
||||||
|
|
||||||
@article{SLHR21,
|
@article{SLHR21,
|
||||||
title = {Symbolic Execution for Randomized Programs},
|
title = {Symbolic Execution for Randomized Programs},
|
||||||
author = {Susag, Zachary and
|
author = {Susag, Zachary and
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
+ **03/2023** **Cutting the Cake: A Language for Fair Division** to appear at
|
||||||
|
**PLDI 2023**.
|
||||||
+ **01/2023** This spring, I am co-teaching 🐫[**Data Structures and Functional
|
+ **01/2023** This spring, I am co-teaching 🐫[**Data Structures and Functional
|
||||||
Programming (CS 3110)**](https://www.cs.cornell.edu/courses/cs3110/2023sp/)🐫
|
Programming (CS 3110)**](https://www.cs.cornell.edu/courses/cs3110/2023sp/)🐫
|
||||||
with Dexter Kozen.
|
with Dexter Kozen.
|
||||||
|
@ -12,5 +14,3 @@
|
||||||
appear at **OOPSLA 2022**.
|
appear at **OOPSLA 2022**.
|
||||||
+ **05/2022** **Data-Driven Invariant Learning for Probabilistic Programs** to
|
+ **05/2022** **Data-Driven Invariant Learning for Probabilistic Programs** to
|
||||||
appear at **CAV 2022**.
|
appear at **CAV 2022**.
|
||||||
+ **02/2022** **P4BID: Information Flow Control in P4** to appear at **PLDI
|
|
||||||
2022**.
|
|
||||||
|
|
Loading…
Reference in New Issue