diff --git a/journal/Readme.md b/journal/Readme.md index f56eb60293dc1edebe2b3660a48b225330a72878..ad7e8f9a57338e91fd3b4573cdebab65bfb70c57 100644 --- a/journal/Readme.md +++ b/journal/Readme.md @@ -1,9 +1,57 @@ -# Journal de bord du Mooc / Mooc's logbook +# Journal de bord du Mooc "Recherche reproductible" -FR +## Choses que j'ai apprise dans ce MOOC, références utiles ou softwares -Espace réservé au journal de bord du Mooc -EN +### Tutoriel: Utilisation de markdown +#### Syntaxe Headers + # This is an tag + ## This is an tag + ###### This is an tag +#### Emphasis + *This text will be italic* + _This will also be italic_ -Reserved for the Mooc's logbook \ No newline at end of file + **This text will be bold** + __This will also be bold__ + + _You **can** combine them_ + +#### Lists +##### Unordered + - Item 1 + - Item 2 + - Item 2a + - Item 2b +##### Ordered + 1. Item 1 + 2. Item 2 + 3. Item 3 + 1. Item 3a + 2. Item 3b + +#### Images + + ![GitHub Logo](/images/logo.png) + Format: ![Alt Text](url) + +#### Links + http://github.com - automatic! + [GitHub](http://github.com) + +#### Blockquotes + As Kanye West said: + + > We're living the future so + > the present is our past. + +#### Inline code + To print some text with Python, you should use the `print()` function. + ``` + print("Hello world!") + ``` + + +## Données quotidiennes intéressantes (temps, etc.) +- 04/05/2020 nuageux T°= 21°C à 03 PM +- 05/05/2020 \ No newline at end of file