X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/97bbbee3f4a2f9890df31b19c31a8d48a509dcba..d7bde62cac4634c4e4c9477424bbc365cb4fda69:/research/index.html diff --git a/research/index.html b/research/index.html index f471122..2616ea6 100644 --- a/research/index.html +++ b/research/index.html @@ -7,6 +7,9 @@ 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.
Previously, I completed my PhD at MPI-SWS and Saarland University in Saarbrücken, Germany; my advisor was Derek Dreyer.

+

I will start my position as assistant professor at ETH Zürich on November 1st. +If you are interested in doing a PhD or post-doc working on programming language foundations, and in particular formal foundations for Rust, or if you are an ETH student interested in a Master Thesis in that area -- please [reach out](https://research.ralfj.de/contact.html)!

+

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.