cf13a0add5b4126c36edaac566c991b496b7fcbe
[web.git] / research / publications.html
1 ---
2 title: Publications
3 slug: Publications
4 ---
5
6 <h2>Conference and journal papers</h2>
7
8 <h3>2021</h3>
9
10 <ul><li>
11   <b>GoJournal: a verified, concurrent, crash-safe journaling system</b><br/>
12   Tej Chajed, Joseph Tassarotti, Mark Theng, Ralf Jung, M. Frans Kaashoek, Nickolai Zeldovich<br>
13   <i>In OSDI 2021</i><br>
14   [<a href="perennial/gojournal.pdf">paper</a>]
15 </li></ul>
16
17 <ul><li>
18   <b>Safe Systems Programming in Rust: The Promise and the Challenge</b><br/>
19   Ralf Jung, Jacques-Henri Jourdan, Robbert Krebbers, Derek Dreyer<br>
20   <i>In Communications of the ACM (CACM)</i><br>
21   [<a href="https://cacm.acm.org/magazines/2021/4/251364-safe-systems-programming-in-rust/fulltext">article</a>]
22   [<a href="https://iris-project.org/pdfs/2021-rustbelt-cacm-final.pdf">pdf</a>]
23   [<a href="https://vimeo.com/514402648">video</a>]
24 </li></ul>
25
26 <h3>2020</h3>
27
28 <ul><li>
29   <b>The Future is Ours: Prophecy Variables in Separation Logic</b><br/>
30   Ralf Jung, Rodolphe Lepigre, Gaurav Parthasarathy, Marianna Rapoport, Amin Timany, Derek Dreyer, Bart Jacobs<br>
31   <i>In <a href="https://popl20.sigplan.org/">POPL 2020</a></i><br>
32   [<a href="https://plv.mpi-sws.org/prophecies/paper.pdf">paper</a>] [<a href="https://plv.mpi-sws.org/prophecies/">paper website</a>  (incl. appendix and Coq formalization)]
33 </li></ul>
34
35 <ul><li>
36   <b>Stacked Borrows: An Aliasing Model for Rust</b><br/>
37   Ralf Jung, Hoang-Hai Dang, Jeehoon Kang, Derek Dreyer<br>
38   <i>In <a href="https://popl20.sigplan.org/">POPL 2020</a></i><br>
39   [<a href="https://plv.mpi-sws.org/rustbelt/stacked-borrows/paper.pdf">paper</a>] [<a href="https://plv.mpi-sws.org/rustbelt/stacked-borrows/">paper website</a>  (incl. appendix and Coq formalization)]
40 </li></ul>
41
42 <h3>2018</h3>
43
44 <ul><li>
45   <b>Iris from the Ground Up: A Modular Foundation for Higher-Order Concurrent Separation Logic</b><br/>
46   Ralf Jung, Robbert Krebbers, Jacques-Henri Jourdan, Aleš Bizjak, Lars Birkedal, Derek Dreyer<br>
47   <i>In <a href="https://www.cambridge.org/core/journals/journal-of-functional-programming/issue/832F8756D0A835287494117BF9ED5E74">Journal of Functional Programming (JFP), Volume 28, e20, November 2018</a></i><br>
48   [<a href="https://www.mpi-sws.org/~dreyer/papers/iris-ground-up/paper.pdf">paper</a>] [<a href="https://iris-project.org">project website</a>  (incl. appendix and Coq formalization)]
49 </li></ul>
50
51 <ul><li>
52   <b>Reconciling High-Level Optimizations and Low-Level Code in LLVM</b><br/>
53   Juneyoung Lee, Chung-Kil Hur, Ralf Jung, Zhengyang Liu, John Regehr, Nuno P. Lopes<br>
54   <i>In <a href="https://conf.researchr.org/track/splash-2018/splash-2018-OOPSLA">OOPSLA 2018</a></i><br>
55   [<a href="twinsem/twinsem.pdf">paper</a>] [<a href="https://sf.snu.ac.kr/llvmtwin/">paper website</a>]
56 </li></ul>
57
58 <ul><li>
59   <b>MoSeL: A General, Extensible Modal Framework for Interactive Proofs in Separation Logic</b><br/>
60   Robbert Krebbers, Jacques-Henri Jourdan, Ralf Jung, Joseph Tassarotti, Jan-Oliver Kaiser, Amin Timany, Arthur Charguéraud, Derek Dreyer<br>
61   <i>In <a href="https://icfp18.sigplan.org/">ICFP 2018</a></i><br>
62   [<a href="https://iris-project.org/pdfs/2018-icfp-mosel-final.pdf">paper</a>] [<a href="https://iris-project.org/mosel/">paper website</a>  (incl. appendix and Coq formalization)]
63 </li></ul>
64
65 <ul><li>
66   <b>RustBelt: Securing the Foundations of the Rust Programming Language</b><br/>
67   Ralf Jung, Jacques-Henri Jourdan, Robbert Krebbers, Derek Dreyer<br>
68   <i>In <a href="https://popl18.sigplan.org/">POPL 2018</a></i><br>
69   [<a href="https://plv.mpi-sws.org/rustbelt/popl18/paper.pdf">paper</a>] [<a href="https://plv.mpi-sws.org/rustbelt/popl18/">paper website</a>  (incl. appendix and Coq formalization)] [<a href="https://www.youtube.com/watch?v=Cy9NUVaiYUg" target="_blank">talk (YouTube)</a>] [<a href="https://plv.mpi-sws.org/rustbelt/popl18/talk.pdf">talk (slides)</a>]
70 </li></ul>
71
72 <h3>2017</h3>
73
74 <ul><li>
75   <b>The Essence of Higher-Order Concurrent Separation Logic</b><br/>
76   Robbert Krebbers, Ralf Jung, Aleš Bizjak, Jacques-Henri Jourdan, Derek Dreyer, Lars Birkedal<br>
77   In <a href="https://www.etaps.org/index.php/2017/esop">ESOP 2017</a><br>
78   [<a href="https://iris-project.org/pdfs/2017-esop-iris3-final.pdf">paper</a>] [<a href="https://iris-project.org">project website</a>  (incl. appendix and Coq formalization)]
79 </li></ul>
80
81 <ul><li>
82   <b>A Higher-Order Logic for Concurrent Termination-Preserving Refinement</b><br/>
83   Joseph Tassarotti, Ralf Jung, Robert Harper<br>
84   <i>In <a href="https://www.etaps.org/index.php/2017/esop">ESOP 2017</a></i><br>
85   [<a href="https://iris-project.org/pdfs/2017-esop-refinement-final.pdf">paper</a>] [<a href="https://www.cs.cmu.edu/~jtassaro/papers/iris-refinement/index.html">paper website</a> (incl. Coq formalization)]
86 </li></ul>
87
88 <h3>2016</h3>
89
90 <ul><li>
91   <b>Higher-Order Ghost State</b><br/>
92   Ralf Jung, Robbert Krebbers, Lars Birkedal, Derek Dreyer<br>
93   <i>In <a href="https://conf.researchr.org/home/icfp-2016">ICFP 2016</a></i><br>
94   [<a href="https://iris-project.org/pdfs/2016-icfp-iris2-final.pdf">paper</a>] [<a href="https://iris-project.org">project website</a>  (incl. appendix and Coq formalization)] [<a href="https://www.youtube.com/watch?v=vUxWU-qvGX0" target="_blank">talk (YouTube)</a>] [<a href="iris/talk-icfp2016.pdf">talk (slides)</a>]
95 </li></ul>
96
97 <h3>2015</h3>
98
99 <ul><li>
100   <b>Iris: Monoids and Invariants as an Orthogonal Basis for Concurrent Reasoning</b><br/>
101   Ralf Jung, David Swasey, Filip Sieczkowski, Kasper Svendsen, Aaron Turon, Lars Birkedal, Derek Dreyer<br>
102   <i>In <a href="https://popl.mpi-sws.org/2015/">POPL 2015</a></i><br>
103   [<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>]
104 </li></ul>
105
106 <h2>Theses</h2>
107
108 <h3>2020</h3>
109 <ul><li>
110   <b>Understanding and Evolving the Rust Programming Language</b><br/>
111   Ralf Jung<br>
112   <i>PhD Thesis</i><br>
113   [<a href="thesis.html">website</a>]
114 </li></ul>
115
116
117 <h3>2019</h3>
118 <ul><li>
119   <b>Higher-Order Ghost State</b><br/>
120   Ralf Jung<br>
121   <i>Master Thesis</i><br>
122   [<a href="https://iris-project.org/pdfs/2016-icfp-iris2-final.pdf">based on this paper</a>]
123 </li></ul>
124
125 <h3>2013</h3>
126 <ul><li>
127   <b>An Intermediate Language To Formally Justify Memory Access Reordering</b><br/>
128   Ralf Jung<br>
129   <i>Bachelor Thesis</i><br>
130   [<a href="bachelor/bachelor.pdf">thesis</a>] [<a href="bachelor/bachelor-talk.pdf">slides</a>] [<a href="bachelor/bachelor.zip">coq</a>]
131 </li></ul>
132
133 <h2>Workshop Talks</h2>
134
135 <h3>2020</h3>
136
137 <ul><li>
138   <b>Stacked Borrows: An Aliasing Model for Rust</b><br/>
139   Ralf Jung<br>
140   <i>At <a href="https://agozillon.github.io/PRiML/">PRiML 2020</a> (invited talk)</i><br>
141   [<a href="rust/talk-priml2020.pdf">slides</a>]
142 </li></ul>
143
144 <h3>2019</h3>
145
146 <ul><li>
147   <b>Logical Atomicity in Iris: the Good, the Bad, and the Ugly</b><br/>
148   Ralf Jung<br>
149   <i>At <a href="https://iris-project.org/workshop-2019/">Iris Workshop 2019</a></i><br>
150   [<a href="iris/talk-iris2019.pdf">slides</a>]
151 </li></ul>
152
153 <h3>2015</h3>
154
155 <ul><li>
156   <b>Unifying Worlds and Resources</b><br/>
157   Ralf Jung, Derek Dreyer<br>
158   <i>At <a href="http://users-cs.au.dk/birke/hope-2015/">HOPE 2015</a>: 4th ACM SIGPLAN Workshop on Higher-Order Programming with Effects</i><br>
159   [<a href="iris/talk-hope2015.pdf">slides</a>] [<a href="https://www.youtube.com/watch?v=9Dyna88piek&amp;list=PLnqUlCo055hX6SsmMr1AmW6quMjvdMPvK&amp;index=10" target="_blank">YouTube</a>]
160 </li></ul>