Browse Source

Restyling and heading rejiggering

Achilleas Koutsou 4 years ago
parent
commit
5088314225
2 changed files with 11 additions and 29 deletions
  1. 8 29
      slides.md
  2. 3 0
      style.css

+ 8 - 29
slides.md

@@ -7,9 +7,9 @@ revealOptions:
 
 ---
 
-## Open Research Tools and Technologies
+# Open Research Tools and Technologies
 
-### FOSDEM track preview
+## FOSDEM track preview
 
 ##### Achilleas Koutsou
 
@@ -17,12 +17,12 @@ revealOptions:
 
 ---
 
-# Part 1
-## FOSDEM and the devroom
+## Part 1
+### FOSDEM and the devroom
 
 ---
 
-#### Free and Open source Software Developers' European Meeting
+### Free and Open source Software Developers' European Meeting
 
 > FOSDEM is a free and non-commercial event organised by the community for the community.
 
@@ -32,7 +32,7 @@ revealOptions:
 
 ---
 
-## Open Research Tools and Technologies
+### Open Research Tools and Technologies
 
 > The Open Research Tools and Technologies devroom addresses FLOSS developers in a broad community concerned with research production and curation: scientists, engineers, journalists, archivists, curators, activists.
 
@@ -65,8 +65,8 @@ In general, we want to make FOSDEM (and perhaps other software developer confere
 
 ---
 
-# Part 2
-## Overview of talks
+## Part 2
+### Overview of talks
 
 ---
 
@@ -350,27 +350,6 @@ Note:
 Example of a _collaboration fest_: dissected R scripts of a researcher in ecology.
 Started a reproducible, documented and open-source R-package along with its website, automatically built using continuous integration: https://cesco-lab.github.io/Vigie-Chiro_scripts/
 
-
-Description:
-## Session type (Lecture or Lightning Talk)
-Lecture
-
-## Session length (20-40 min, 10 min for a lightning talk)
-30 min
-
-## Expected prior knowledge / intended audience
-No prior knowledge expected. Example will be about building documentation for R software but any developper, using any programming language may be interested in the method adopted.
-
-## Speaker bio
-
-
-## Links to code / slides / material for the talk (optional)
-I wrote a blog post in French about what I am planning to present: https://thinkr.fr/transformer-plusieurs-scripts-eparpilles-en-beau-package-r/
-This topic is also related to another blog post: https://rtask.thinkr.fr/when-development-starts-with-documentation/
-
-## Links to previous talks by the speaker
-Talks about R are in my Github repository: https://github.com/statnmap/prez/. The ",README", lists talks that have a live recorded video.
-As a researcher, I also gave multiple talks about marine science, modelling and other topics related to my research.
 ---
 
 #### A community-driven approach towards open innovation for research communication

+ 3 - 0
style.css

@@ -1,3 +1,6 @@
+.reveal h1 {
+    font-size: 2em;
+}
 .reveal p {
     text-align: left;
 }