From 7ff1b70ad9e1b46795a9502a520286c12af132e4 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 29 Sep 2023 18:01:18 +0200 Subject: [PATCH 01/16] tweak image behavior on small screens --- personal/_sass/_layout.scss | 14 ++++++++++++++ research/index.html | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/personal/_sass/_layout.scss b/personal/_sass/_layout.scss index 8859ce1..90cc579 100644 --- a/personal/_sass/_layout.scss +++ b/personal/_sass/_layout.scss @@ -192,3 +192,17 @@ body { /* This centers us in the page, and handles the "too wide" case */ margin-top: 0.8em; } } + +/* Images (~350px wide) floating to the right but only if there is enough space */ +.float-right-350 { + float: right; + margin-left: 0.8em; + margin-bottom: 0.3em; +} +@media screen and (max-width:550px) { + .float-right-350 { + text-align: center; + float: none; + margin: 0; + } +} diff --git a/research/index.html b/research/index.html index b20242f..6a16288 100644 --- a/research/index.html +++ b/research/index.html @@ -2,7 +2,7 @@ title: Ralf Jung --- -
+

I am assistant professor at ETH Zürich as part of the Institute for Programming Languages and Systems.
Previously, I completed my PhD at MPI-SWS and Saarland University in Saarbrücken, Germany; my advisor was Derek Dreyer. -- 2.30.2 From b9a80b4343be6e58bf7775958bea4b8ff7169732 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 29 Sep 2023 18:07:48 +0200 Subject: [PATCH 02/16] further tweak image --- personal/_sass/_layout.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/personal/_sass/_layout.scss b/personal/_sass/_layout.scss index 90cc579..0054a61 100644 --- a/personal/_sass/_layout.scss +++ b/personal/_sass/_layout.scss @@ -199,10 +199,10 @@ body { /* This centers us in the page, and handles the "too wide" case */ margin-left: 0.8em; margin-bottom: 0.3em; } -@media screen and (max-width:550px) { +@media screen and (max-width:600px) { .float-right-350 { - text-align: center; + max-width: 300px; float: none; - margin: 0; + margin: auto; } } -- 2.30.2 From bdddd73b66cc754f40b338a9ed56b8db8b7bdf3a Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 22 Nov 2023 17:47:24 +0100 Subject: [PATCH 03/16] add Grove --- research/publications.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/research/publications.html b/research/publications.html index 1993fb6..902fb52 100644 --- a/research/publications.html +++ b/research/publications.html @@ -7,6 +7,13 @@ slug: Publications

2023

+ +