summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-04-10 16:20:58 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-04-10 16:20:58 +0200
commit5b7e6591f088a3e8466b1072adbc5b2832330697 (patch)
tree17debdf223fbf154c1af64fa952083b2901b4ffa /index.html
parent5674b4f788b88c0d69c48b78eab6abf1b2ccb8ff (diff)
downloadvortrag-knn-5b7e6591f088a3e8466b1072adbc5b2832330697.tar.gz
vortrag-knn-5b7e6591f088a3e8466b1072adbc5b2832330697.zip
layout optimizations
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
1 files changed, 16 insertions, 3 deletions
diff --git a/index.html b/index.html
index 5f9cff0..da8f4c5 100644
--- a/index.html
+++ b/index.html
@@ -20,7 +20,6 @@
<script src="code/errorvis.js" type="text/javascript"></script>
<script src="code/bostonset.js" type="text/javascript"></script>
- <!-- TODO Lizenzen Emoji One, Wikimedia-Bilder -->
<script type="text/javascript">
var weightsWrapper = new WeightVisWrapper();
var errorVis = new ErrorVis();
@@ -105,7 +104,6 @@
<!-- TODO Fortschrittsbalken unten? -->
<div id="title" class="step slide" data-x="0" data-y="0" data-z="1000">
<h1>Künstliche neuronale Netze</h1>
- <!-- TODO center oder Bild -->
<h2>38 Gewichte in 19 Minuten</h2>
</div>
@@ -470,7 +468,22 @@
</div>
<div id="thanx" class="step slide" data-x="7000" data-y="1000" data-z="1000">
- <h1 class="emoji">:blush:</h1>
+ <h3 class="emoji">Vielen Dank für die Aufmerksamkeit! :blush:</h3>
+ <div class="visContainer"></div>
+
+ <script type="text/javascript">
+ (function() {
+ var mocker = new WeightVisWrapper();
+ new VisIntegrater(function(c) {
+ weightsWrapper.afterLoad(function() {
+ weightsWrapper.jumpTo(weightsWrapper.steps()-1);
+ weightsWrapper.openIn(c, false);
+ });
+ }, function(c) {
+ weightsWrapper.remove(c);
+ }, ".visContainer");
+ })();
+ </script>
</div>
<div id="overview" class="step" data-x="3500" data-y="1500" data-scale="11">