class: center, middle, inverse, title-slide # Title of the topic ## Workshop on Topic ###
Doe Jones
• 28-Apr-2021 ### NBIS, SciLifeLab --- exclude: true count: false <link href="https://fonts.googleapis.com/css?family=Roboto|Source+Sans+Pro:300,400,600|Ubuntu+Mono&subset=latin-ext" rel="stylesheet"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous"> <!-- ------------ Only edit title, subtitle & author above this ------------ --> --- name: content class: spaced ## Contents * [Section 1](#section1) * [Section 2](#section2) * [Section 3](#section3) ## Section 1 This is some text here. ## Section 2 Here is some more stuff. And below is some code. ``` if(sad==TRUE) { sad().stop(); beAwesome(); } ``` ## Section 3 More content here ```r head(iris) ``` ``` ## Sepal.Length Sepal.Width Petal.Length Petal.Width Species ## 1 5.1 3.5 1.4 0.2 setosa ## 2 4.9 3.0 1.4 0.2 setosa ## 3 4.7 3.2 1.3 0.2 setosa ## 4 4.6 3.1 1.5 0.2 setosa ## 5 5.0 3.6 1.4 0.2 setosa ## 6 5.4 3.9 1.7 0.4 setosa ``` <!-- --------------------- Do not edit this and below --------------------- --> --- # Acknowledgements * [Tutorial 1](link-to-tutorial) * [Tutorial 2](link-to-tutorial) --- name: end_slide class: end-slide, middle count: false # Thank you. Questions? .end-text[ <p>R version 4.0.5 (2021-03-31)<br><p>Platform: x86_64-pc-linux-gnu (64-bit)</p><p>OS: Ubuntu 18.04.5 LTS</p><br> <hr> <span class="small">Built on : <i class='fa fa-calendar' aria-hidden='true'></i> 28-Apr-2021 at <i class='fa fa-clock-o' aria-hidden='true'></i> 15:33:14</span> <b>2021</b> • [SciLifeLab](https://www.scilifelab.se/) • [NBIS](https://nbis.se/) ]