Add ICTAC acceptance.
This commit is contained in:
parent
aa0fc82778
commit
8abd8fdfba
|
@ -555,6 +555,7 @@
|
|||
@STRING{icalp = {International Colloquium on Automata, Languages and
|
||||
Programming (ICALP)} }
|
||||
@STRING{icse = {International Conference on Software Engineering (ICSE)} }
|
||||
@STRING{ictac = {International Colloquium on Theoretical Aspects of Computing (ICTAC)} }
|
||||
@STRING{ijcai = {International Joint Conference on Artificial Intelligence (IJCAI)} }
|
||||
@STRING{ipco = {Conference on Integer Programming and Combinatorial
|
||||
Optimization (IPCO)} }
|
||||
|
@ -741,6 +742,8 @@ STRING{fse08 = fse # ", Atlanta, Georgia" }
|
|||
% ---
|
||||
@STRING{icse14 = icse # ", Hyderabad, India" }
|
||||
% ---
|
||||
@STRING{ictac18 = ictac # ", Stellenbosch, South Africa" }
|
||||
% ---
|
||||
@STRING{ijcai15 = ijcai # ", Buenos Aires, Argentina" }
|
||||
% ---
|
||||
@STRING{ipco06 = ipco # ", Vancouver, British Columbia" }
|
||||
|
|
|
@ -1,18 +1,4 @@
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%%% UNPUBLISHED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
@unpublished{vHHOS18,
|
||||
title = {Convex Language Semantics for Nondeterministic Probabilistic Automata},
|
||||
author = {van Heerdt, Gerco and
|
||||
Hsu, Justin and
|
||||
Ouaknine, Jo\"el and
|
||||
Silva, Alexandra},
|
||||
year = {2018},
|
||||
jh = yes,
|
||||
url = {https://arxiv.org/abs/1805.11550},
|
||||
eprint = {1805.11550},
|
||||
archivePrefix = {arXiv},
|
||||
primaryClass = {cs.FL},
|
||||
}
|
||||
|
||||
@unpublished{SKFHKKS18,
|
||||
title = {Probabilistic Program Equivalence for {NetKAT}},
|
||||
author = {Smolka, Steffen and
|
||||
|
@ -46,7 +32,6 @@
|
|||
}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% THESIS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
@phdthesis{JHThesis,
|
||||
title = {Probabilistic Couplings for Probabilistic Reasoning},
|
||||
author = {Justin Hsu},
|
||||
|
@ -110,6 +95,23 @@
|
|||
}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%% CONFERENCES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
@inproceedings{vHHOS18,
|
||||
title = {Convex Language Semantics for Nondeterministic Probabilistic Automata},
|
||||
author = {van Heerdt, Gerco and
|
||||
Hsu, Justin and
|
||||
Ouaknine, Jo\"el and
|
||||
Silva, Alexandra},
|
||||
year = {2018},
|
||||
jhnote = "To appear.",
|
||||
jh = yes,
|
||||
reviewed = yes,
|
||||
booktitle = ictac18,
|
||||
url = {https://arxiv.org/abs/1805.11550},
|
||||
eprint = {1805.11550},
|
||||
archivePrefix = {arXiv},
|
||||
primaryClass = {cs.FL},
|
||||
}
|
||||
|
||||
@inproceedings{AH18,
|
||||
title = {Constraint-Based Synthesis of Coupling Proofs},
|
||||
author = {Albarghouthi, Aws and
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
+ **07/2018** **Convex Language Semantics for Nondeterministic Probabilistic
|
||||
Automata** will appear at **ICTAC 2018**!
|
||||
+ **07/2018** I am honored to receive the ACM SIGPLAN [**John C. Reynolds Doctoral
|
||||
Dissertation Award**](http://www.sigplan.org/Awards/Dissertation/) for my
|
||||
dissertation **Probabilistic Couplings for Probabilistic Reasoning**!
|
||||
|
|
Loading…
Reference in New Issue