From 54fbf9a160003d8a423bea81adcc6d543bb6dc3e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tobias=20Ko=CC=88lling?= <tobias.koelling@mpimet.mpg.de>
Date: Tue, 14 May 2024 12:30:42 +0200
Subject: [PATCH] cleanup usability

---
 lectures/user-experience/slides.qmd | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/lectures/user-experience/slides.qmd b/lectures/user-experience/slides.qmd
index d17088e..fce6d2e 100644
--- a/lectures/user-experience/slides.qmd
+++ b/lectures/user-experience/slides.qmd
@@ -227,17 +227,20 @@ def is_tropical_atlantic(*, lon, lat):
 
 ![](static/mpim_door.jpeg){width="60%"}
 
-## Usability {.leftalign}
-You get a result and the software is intuitive and easy to work with.
+## Usability
+You get a result and the software is<br/>intuitive and easy to work with.
 
-### Ease of use
+## Usability: Ease of use {.leftalign}
 * intuition = function
 * standards
-* design needs to have a logical flow
-* well-structured navigation system or documentation helps
+* logical flow
+* well-structured navigation system or documentation
 
-### Efficiency
-* a result is there in a reasonable time.
+## Usability: Efficiency {.leftalign}
+A result is there in
+
+* reasonable time
+* using reasonable resources
 
 # Information architecture
 
-- 
GitLab