add Simuliris paper
[web.git] / research / publications.html
index d6e8fa75ccadd5b85b10db9e608f62de7adc4395..4a55303ccab28e4b48a92330f6e60fde490a660d 100644 (file)
@@ -5,8 +5,31 @@ slug: Publications
 
 <h2>Conference and journal papers</h2>
 
+<h3>2022</h3>
+
+<ul><li>
+  <b>Simuliris: A separation logic framework for verifying concurrent program optimizations</b><br/>
+  Lennard Gäher, Michael Sammler, Simon Spies, Ralf Jung, Hoang-Hai Dang, Robbert Krebbers, Jeehoon Kang, Derek Dreyer<br>
+  <i>In <a href="https://popl22.sigplan.org/">POPL 2022</a></i><br>
+  [<a href="https://iris-project.org/pdfs/2022-popl-simuliris.pdf">paper</a>]
+</li></ul>
+
 <h3>2021</h3>
 
+<ul><li>
+  <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>
+
+<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>Safe Systems Programming in Rust: The Promise and the Challenge</b><br/>
   Ralf Jung, Jacques-Henri Jourdan, Robbert Krebbers, Derek Dreyer<br>