From c3a4deb0fc81f970fd237cfb75e774a26dd72c23 Mon Sep 17 00:00:00 2001
From: Peter Wagenhuber <peda@servus.at>
Date: Wed, 17 May 2017 15:00:26 +0200
Subject: [PATCH] letzter schliff pres

---
 pres/reveal.js-master/css/theme/white.css |  4 ++--
 pres/reveal.js-master/index.html          | 16 +++++++++++++++-
 2 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/pres/reveal.js-master/css/theme/white.css b/pres/reveal.js-master/css/theme/white.css
index 200ad2b..fe32ce9 100644
--- a/pres/reveal.js-master/css/theme/white.css
+++ b/pres/reveal.js-master/css/theme/white.css
@@ -16,7 +16,7 @@ body {
 
 .reveal {
   font-family: "Source Sans Pro", Helvetica, sans-serif;
-  font-size: 42px;
+  font-size: 38px;
   font-weight: normal;
   color: #222; }
 
@@ -50,7 +50,7 @@ body {
   font-weight: 600;
   line-height: 1.2;
   letter-spacing: normal;
-  text-transform: uppercase;
+  /*text-transform: uppercase;*/
   text-shadow: none;
   word-wrap: break-word; }
 
diff --git a/pres/reveal.js-master/index.html b/pres/reveal.js-master/index.html
index a093c16..1601015 100644
--- a/pres/reveal.js-master/index.html
+++ b/pres/reveal.js-master/index.html
@@ -67,7 +67,7 @@
 				<section>
           <h4> Algorithm to generate all possible sequences </h4>
           <ul>
-            <li> Acend the Path recursively for every Droplet and decide at every Bifurcation if another heder droplet is needed</li>
+            <li> Ascend the Path recursively for every Droplet and decide at every Bifurcation if another heder droplet is needed</li>
             <li> This generates a (possibly huge) list of possibleSequences </li>
           </ul>
         </section>
@@ -87,6 +87,20 @@ else:
           </pre></code>
         </section>
 
+				<section>
+          <h4> Possible Improvements</h4>
+          <ul>
+            <li>Performance ! </li>
+            <li>Recursion for finding possible sequences not implemented with good performance</li>
+            <ol>
+              <li>Check paths for header droplets that are likely to produce a short (with a lower amount of header droplets) sequence </li>
+              <li>After all possible sequences for these few paths are found check for feasability and colesceing </li>
+              <li>Just in case no sequence was found check the more complicated possible sequences</li>
+            </ol>
+            <li>No verfication yet (that the sequence really realizes the correct payload path) </li>
+          </ul>
+        </section>
+
 			</div>
 		</div>
 
-- 
GitLab