X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/1ba8b7c5f03d569baba41607f496b0ced51c678d..a4b15143e8b839c068a731359a17bcf2ab117590:/research/publications.html?ds=inline diff --git a/research/publications.html b/research/publications.html index cbe4de4..a761219 100644 --- a/research/publications.html +++ b/research/publications.html @@ -3,24 +3,35 @@ title: Publications slug: Publications --- -<h3>Waiting for publication</h3> +<h2>Conference and journal papers</h2> + +<h3>2021</h3> <ul><li> - <b>Safe Systems Programming in Rust: The Promise and the Challenge</b><br/> - Ralf Jung, Jacques-Henri Jourdan, Robbert Krebbers, Derek Dreyer<br> - <i>Accepted for publication in Communications of the ACM (CACM)</i><br> - [<a href="https://people.mpi-sws.org/~dreyer/papers/safe-sysprog-rust/paper.pdf">paper</a>] + <b>GhostCell: Separating Permissions from Data in Rust</b><br/> + Joshua Yanovski, Hoang-Hai Dang, Ralf Jung, Derek Dreyer<br> + <i>In <a href="https://icfp21.sigplan.org/">ICFP 2021</a></i><br> + [<a href="http://plv.mpi-sws.org/rustbelt/ghostcell/paper.pdf">paper</a>] [<a href="http://plv.mpi-sws.org/rustbelt/ghostcell/">paper website</a> (incl. Coq formalization)] </li></ul> -<h3>2020</h3> +<ul><li> + <b>GoJournal: a verified, concurrent, crash-safe journaling system</b><br/> + Tej Chajed, Joseph Tassarotti, Mark Theng, Ralf Jung, M. Frans Kaashoek, Nickolai Zeldovich<br> + <i>In <a href="https://www.usenix.org/conference/osdi21">OSDI 2021</a></i><br> + [<a href="perennial/gojournal.pdf">paper</a>] +</li></ul> <ul><li> - <b>Understanding and Evolving the Rust Programming Language</b><br/> - Ralf Jung<br> - <i>PhD Thesis</i><br> - [<a href="thesis.html">website</a>] + <b>Safe Systems Programming in Rust: The Promise and the Challenge</b><br/> + Ralf Jung, Jacques-Henri Jourdan, Robbert Krebbers, Derek Dreyer<br> + <i>In Communications of the ACM (CACM)</i><br> + [<a href="https://cacm.acm.org/magazines/2021/4/251364-safe-systems-programming-in-rust/fulltext">article</a>] + [<a href="https://iris-project.org/pdfs/2021-rustbelt-cacm-final.pdf">pdf</a>] + [<a href="https://vimeo.com/514402648">video</a>] </li></ul> +<h3>2020</h3> + <ul><li> <b>The Future is Ours: Prophecy Variables in Separation Logic</b><br/> Ralf Jung, Rodolphe Lepigre, Gaurav Parthasarathy, Marianna Rapoport, Amin Timany, Derek Dreyer, Bart Jacobs<br> @@ -99,10 +110,29 @@ slug: Publications [<a href="https://iris-project.org/pdfs/2015-popl-iris1-final.pdf">paper</a>] [<a href="https://iris-project.org">project website</a> (incl. appendix and Coq formalization)] [<a href="iris/talk-popl2015.pdf">talk (slides)</a>] </li></ul> +<h2>Theses</h2> + +<h3>2020</h3> +<ul><li> + <b>Understanding and Evolving the Rust Programming Language</b><br/> + Ralf Jung<br> + <i>PhD Thesis</i><br> + [<a href="thesis.html">website</a>] +</li></ul> + + +<h3>2019</h3> +<ul><li> + <b>Higher-Order Ghost State</b><br/> + Ralf Jung<br> + <i>Master Thesis</i><br> + [<a href="https://iris-project.org/pdfs/2016-icfp-iris2-final.pdf">based on this paper</a>] +</li></ul> + <h3>2013</h3> <ul><li> <b>An Intermediate Language To Formally Justify Memory Access Reordering</b><br/> - Ralf Jung, Supervisor: Sebastian Hack, Advisor: Sigurd Schneider<br> + Ralf Jung<br> <i>Bachelor Thesis</i><br> [<a href="bachelor/bachelor.pdf">thesis</a>] [<a href="bachelor/bachelor-talk.pdf">slides</a>] [<a href="bachelor/bachelor.zip">coq</a>] </li></ul>