slides

various LURK related presentations
git clone https://git.lurk.org/repos/slides.git
Log | Files | Refs

commit e381cfebe8d02d87b9a2a26124e8e21ebbbce2bd
parent 2e765920901fdcae997060de46f88ec658d83b6f
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Sat Feb  1 10:05:57 +0100

no slide numbers + qr code back
Diffstat:
transmediale-2020-7-theses/index.html | 25++++++++++++++++++-------
1 file changed, 18 insertions(+), 7 deletions(-)
diff --git a/transmediale-2020-7-theses/index.html b/transmediale-2020-7-theses/index.html
@@ -1140,16 +1140,16 @@ class: inverted, middle, center
 To be blunt this is just where the energy is at the moment, and as we tried to articulate with these theses, this phenomenom should be particularly interesting for resarchers and practitioners interested in net culture, software studies, political theory, privacy debates, free labour and platform coops, but also graphic and web application design, and of course free/ libre and open source software.
 
 ---
-class: inverted, middle, center
-# TRANSMEDIALE BOOK HERE
+class: contain, bottom, left
+background-image: url(the_eternal_network.jpg)
+.caption[click_here_to_download.jpg]
 
 ???
 This is why don't have a conclusion, there is nothing to conclude, this is just an introduction. And if you're interested to know more, please get a copy of the INC Transmediale publication published for this edition of the festival. In fact this presentation is a drastically reduced version of an article we wrote for the book.
 
 ---
-class: inverted, middle, center
-# Future research
-# https://post.lurk.org/invite/J5hzdqjM
+class: contain
+background-image: url(invite.png)
 
 ???
 For us this presentation, the paper and the workshops we led this week, are also a means to share the current state of our research. There's more to come, we're planning to work on a publication with LĂ­dia Pereira and Liaizon Wakest and hopefully we will be able to involve more members of the Fediverse in this project.
@@ -1162,6 +1162,7 @@ For now, if you're interested in knowing more, we invite you to see for yourself
 
 ---
 class: bottom, middle
+![:scale 25%](invite.png)
 .left[Transmediale 2k20<br /><br />Aymeric Mansoux (@320x200@post.lurk.org)<br />Roel Roscam Abbing (@rra@post.lurk.org)]
 
 ???
@@ -1172,11 +1173,21 @@ Thank you.
 
 
     </textarea>
-    <script src="remark-0.15.0.min.js">
+    <script src="remark-0.15.0.min.js"></script>
+    <script>
+      remark.macros.scale = function (percentage) {
+        var url = this;
+        return '<img src="' + url + '" style="width: ' + percentage + '" />';
+        // Usage:
+        //   ![:scale 50%](image.jpg)
+ // Outputs:
+ //   <img src="image.jpg" style="width: 50%" />
+      };
     </script>
     <script>
       var slideshow = remark.create({
-        ratio: "16:9"
+        ratio: "16:9",
+        slideNumberFormat: '', 
       });
     </script>
   </body>