update my adress and phone number
authorRalf Jung <post@ralfj.de>
Wed, 2 Nov 2022 13:39:40 +0000 (14:39 +0100)
committerRalf Jung <post@ralfj.de>
Wed, 2 Nov 2022 13:39:40 +0000 (14:39 +0100)
research/contact.html
research/index.html

index b0b102e49cf1529436dcd4028ef2dea293381dd5..5351a32f6b5cc0485f2d0c1eac75a39fea307fec 100644 (file)
@@ -3,15 +3,16 @@ title: Contact
 sort: 2
 ---
 
-<h3>E-Mail Address</h3>
+<p><b>Email:</b> research AT ralfj DOT de</p>
 
-<p>research AT ralfj DOT de</p>
+<p><b>Phone:</b> +41 44 632 5598</p>
 
-<h3>Work Address</h3>
+<p><b>Office:</b> <a href='https://ethz.ch/staffnet/de/service/raeume-gebaeude/orientierung/gebaeude.html?args0=CNB' target='_blank'>CNB</a> H 104.2</p>
 
-<p>
-MIT CSAIL, 32-G978A (PDOS)<br/>
-32 Vassar St<br/>
-Cambridge, MA 02139<br/>
-USA
+<p><b>Mail:</b><br/>
+c/o Sandra Schneider<br/>
+Universitätstrasse 6<br/>
+CAB H 82.2<br/>
+8092 Zürich<br/>
+Switzerland
 </p>
index da891722d69eae7563b60c4def375cb5d743edba..45230bc2b11cb02db3ded373315c79e0a48c8ca7 100644 (file)
@@ -4,11 +4,12 @@ title: Ralf Jung
 
 <div style="float:right; margin-left:0.8em; margin-bottom: 0.3em"><img src="me.jpg"></div>
 
-<p>I am a post-doctoral researcher in the <a href="https://pdos.csail.mit.edu/">PDOS group</a> at <a href="https://www.csail.mit.edu/" target="_blank">MIT CSAIL</a> under the supervision of <a href="https://people.csail.mit.edu/kaashoek/" target="_blank">Frans Kaashoek</a> and <a href="https://people.csail.mit.edu/nickolai/" target="_blank">Nickolai Zeldovich</a>.<br>
-Previously, I completed my <a href="thesis.html">PhD</a> at <a href="https://www.mpi-sws.org/">MPI-SWS</a> and <a href="https://www.uni-saarland.de/" target="_blank">Saarland University</a> in Saarbrücken, Germany; my advisor was <a href="https://people.mpi-sws.org/~dreyer/">Derek Dreyer</a>.</p>
+<p>I am assistant professor at <a href='https://ethz.ch' target="_blank">ETH Zürich</a> as part of the <a href='https://pls.inf.ethz.ch/' target="_blank">Institute for Programming Languages and Systems</a>.</br>
+Previously, I completed my <a href="thesis.html">PhD</a> at <a href="https://www.mpi-sws.org/">MPI-SWS</a> and <a href="https://www.uni-saarland.de/" target="_blank">Saarland University</a> in Saarbrücken, Germany; my advisor was <a href="https://people.mpi-sws.org/~dreyer/">Derek Dreyer</a>.
+I also did a post-doc in the <a href="https://pdos.csail.mit.edu/">PDOS group</a> at <a href="https://www.csail.mit.edu/" target="_blank">MIT CSAIL</a>.
+</p>
 
-<p><i>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 <a href="contact.html">reach out</a>!</i></p>
+<p><i>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 <a href="contact.html">reach out</a>!</i></p>
 
 <p>My two main lines of work are about <a href="https://www.rust-lang.org/">Rust</a> and <a href="https://iris-project.org/">Iris</a>.<br>
 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.