Skip to content
Snippets Groups Projects
Commit f0f6985b authored by hpolvech's avatar hpolvech
Browse files

HTML_tuto:format Aknowledgments

parent 44bde297
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,13 @@ output: ...@@ -8,10 +8,13 @@ output:
--- ---
<style type="text/css"> <style type="text/css">
h3 { /* Header 3 */ h3 { /* Header 3 */
position: relative ;
color: #729FCF ; color: #729FCF ;
left: 5%;
} }
h4 { /* Header 4 */ h1 { /* Header 1 */
color: #034b6f ; color: #034b6f ;
} }
#pencadre{ #pencadre{
border:1px; border:1px;
...@@ -19,6 +22,7 @@ color: #034b6f ; ...@@ -19,6 +22,7 @@ color: #034b6f ;
border-color: #034b6f; border-color: #034b6f;
background-color: #EEF3F9; background-color: #EEF3F9;
padding: 1em; padding: 1em;
text-align: center ;
} }
img[toto] { img[toto] {
width: 200px; width: 200px;
...@@ -26,12 +30,11 @@ width: 200px; ...@@ -26,12 +30,11 @@ width: 200px;
</style> </style>
```{r setup, include=FALSE} ```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(echo = TRUE)
``` ```
## R#1: Introduction to R and RStudio
The goal of this practical is to familiarize yourself with R and the RStudio The goal of this practical is to familiarize yourself with R and the RStudio
environment. environment.
...@@ -44,20 +47,20 @@ The objectives of this session will be to: ...@@ -44,20 +47,20 @@ The objectives of this session will be to:
- Call functions - Call functions
- Manage packages - Manage packages
## Acknowledgments ### Acknowledgments
<img src="./img/software_carpentry_logo.svg" alt="" width="400"/> <div id='pencadre'>
<img src="./img/software_carpentry_logo.svg" alt="" width="300"/>
https://software-carpentry.org/
<img src="./img/r_for_data_science.png" alt="" width="200"/> https://software-carpentry.org/
http://swcarpentry.github.io/r-novice-gapminder/ </div>
<div>
<div id='pencadre'>
<img src="./img/r_for_data_science.png" alt="" width="100"/>
</div> http://swcarpentry.github.io/r-novice-gapminder/
</div>
# Some R background # Some R background
......
--- ---
title: "R#1: Introduction to R and RStudio" title: 'R#1: Introduction to R and RStudio'
author: Laurent Modolo [laurent.modolo@ens-lyon.fr](mailto:laurent.modolo@ens-lyon.fr) author: "Laurent Modolo [laurent.modolo@ens-lyon.fr](mailto:laurent.modolo@ens-lyon.fr)"
date: 10 Oct 2019 date: "10 Oct 2019"
output: output:
beamer_presentation: beamer_presentation:
theme: "metropolis"
slide_level: 3
fig_caption: false
df_print: tibble df_print: tibble
fig_caption: no
highlight: tango highlight: tango
latex_engine: xelatex latex_engine: xelatex
slide_level: 3
theme: metropolis
ioslides_presentation:
highlight: tango
slidy_presentation:
highlight: tango
--- ---
## R#1: Introduction to R and RStudio ## R#1: Introduction to R and RStudio
The goal of this practical is to familiarize yourself with R and the RStudio The goal of this practical is to familiarize yourself with R and the RStudio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment