From 14218c96551c3c99675c10a35880c059f0732dbe Mon Sep 17 00:00:00 2001
From: Christian Krause <christian.krause@idiv.de>
Date: Wed, 14 Sep 2022 06:36:24 +0200
Subject: [PATCH] bye bye dirk

---
 basics.html                  | 9 ---------
 img/motivation-structure.dot | 6 +++---
 2 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/basics.html b/basics.html
index 9d6f568..0ff7f85 100644
--- a/basics.html
+++ b/basics.html
@@ -133,15 +133,6 @@
             > -- Christian Krause, 2017
           </section>
 
-          <section id="intro-about-dirk" data-markdown>
-            ## about dirk
-
-            - statistics and R support @ iDiv since 2014
-            - knows that kind of pain:
-
-            ![blah](img/motivation-draft-mess-half-size.png)
-          </section>
-
           <section id="intro-about-you" data-markdown>
             ## about you
 
diff --git a/img/motivation-structure.dot b/img/motivation-structure.dot
index 2cce463..f9e0aa7 100644
--- a/img/motivation-structure.dot
+++ b/img/motivation-structure.dot
@@ -1,9 +1,9 @@
 digraph {
     node [shape = "box", style = "filled, rounded"]
 
-    master4[label = "Dirk (today)\nupdates methods chapter", color = limegreen]
-    master3[label = "Christian (yesterday)\nfixes typos", color = darkorchid1]
-    master2[label = "Dirk (three days ago)\nadds methods chapter", color = limegreen]
+    master4[label = "Alice (today)\nfixes logic error", color = limegreen]
+    master3[label = "Bob (yesterday)\nfixes typos", color = darkorchid1]
+    master2[label = "Alice (three days ago)\nadds methods chapter", color = limegreen]
     master1[label = "...", color = grey]
 
     master4 -> master3 -> master2 -> master1
-- 
GitLab