From: Ralf Jung Date: Thu, 7 Oct 2021 17:47:05 +0000 (-0400) Subject: update research website X-Git-Url: https://git.ralfj.de/web.git/commitdiff_plain/bee87d4e05f0fd10a16adf6d883bd4ca2d2436ae update research website --- diff --git a/research/cv.pdf b/research/cv.pdf new file mode 100644 index 0000000..db183d8 Binary files /dev/null and b/research/cv.pdf differ diff --git a/research/index.html b/research/index.html index 87ce0d9..c999449 100644 --- a/research/index.html +++ b/research/index.html @@ -4,14 +4,17 @@ title: Ralf Jung
-

I am a post-doctoral researcher in the PDOS group at MIT CSAIL under the supervision of Frans Kaashoek and Nickolai Zeldovich.

+

I am a post-doctoral researcher in the PDOS group at MIT CSAIL under the supervision of Frans Kaashoek and Nickolai Zeldovich.
+Previously, I completed my PhD at MPI-SWS and Saarland University in Saarbrücken, Germany.

-

Previously, I completed my PhD at MPI-SWS and Saarland University in Saarbrücken, Germany.

+

I am on the academic job market this year (fall 2021), mostly looking for faculty positions in Europe.

-

I am currently working on giving a formal model to Rust's type system. -This work is part of the RustBelt project.
-The Rust work builds on my previous work on Iris, a logic to support modular reasoning about higher-order concurrent imperative programs. The focus there was on providing simple building blocks that are powerful enough to recover more sophisticated reasoning techniques that were often axiomatized in previous logics.
-For some more information, check out my research blog and my research statement.

+

My two main lines of work are about Rust and Iris.
+On the Rust side, I am working (also in collaboration with the Rust language team) towards a solid formal foundation for the language, including in particular the unsafe parts. +One key result here is our type safety proof, which also describes a methodology for establishing type safety of well-encapsulated unsafe code. +My goal is to make unsafe Rust just as safe as safe Rust by means of formal verification.
+On the Iris side, besides continuing development of its logical foundations, I am interested in applying Iris to new problem domains; recently I started working on modular verification of fault-tolerant distributed system components.
+For some more information, check out my research blog, my CV, and my research statement.

In my free time, I like to run internet services myself and work on free software. This goes hand-in-hand with my pursuit of defending our privacy rights and our freedom in the digital world.