From 0001609ce493cc4bb65efbfad5b13397bc3f46cd Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Tue, 19 Oct 2021 15:30:15 +0200 Subject: [PATCH] remove imgs --- 2021/2021-10-20_basicGitTraining/slides/github_gitlab.md | 2 +- 2021/2021-10-20_basicGitTraining/slides/index.md | 2 +- 2021/2021-10-20_basicGitTraining/slides/thanks.md | 4 ++-- 2021/2021-10-20_basicGitTraining/slides/the_terminal.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/2021/2021-10-20_basicGitTraining/slides/github_gitlab.md b/2021/2021-10-20_basicGitTraining/slides/github_gitlab.md index 3f7ee4e1..fa8e34ed 100644 --- a/2021/2021-10-20_basicGitTraining/slides/github_gitlab.md +++ b/2021/2021-10-20_basicGitTraining/slides/github_gitlab.md @@ -15,4 +15,4 @@ Positive point: GitHub and GitLab are (almost) the same. - **GitHub**: [https://github.com](https://github.com) - Public GitLab: [https://gitlab.com](https://gitlab.com) -- LCSB specific: [https://git-r3lab.uni.lu](https://git-r3lab.uni.lu) +- LCSB specific: [https://gitlab.lcsb.uni.lu](https://gitlab.lcsb.uni.lu) diff --git a/2021/2021-10-20_basicGitTraining/slides/index.md b/2021/2021-10-20_basicGitTraining/slides/index.md index 852c3774..eebd26f5 100644 --- a/2021/2021-10-20_basicGitTraining/slides/index.md +++ b/2021/2021-10-20_basicGitTraining/slides/index.md @@ -1,6 +1,6 @@ # Elixir-LU training (R3.school) -## March 18th, 2021 +## October 20th, 2021 <div style="top: 6em; left: 0%; position: absolute;"> <img src="theme/img/lcsb_bg.png"> diff --git a/2021/2021-10-20_basicGitTraining/slides/thanks.md b/2021/2021-10-20_basicGitTraining/slides/thanks.md index 3474c5c1..3325b300 100644 --- a/2021/2021-10-20_basicGitTraining/slides/thanks.md +++ b/2021/2021-10-20_basicGitTraining/slides/thanks.md @@ -44,8 +44,8 @@ Contact us if you need help: <br><br> lcsb-r3@uni.lu <br><br> -We'd appreciate feedback: https://is.gd/gitelixir202103 +We'd appreciate feedback: <br><br> -Next course: `High-performance scientific computing using Julia on April 22nd, 2021` +Next course: `Data processing with R tidyverse - November 11-16, 2021` </center> \ No newline at end of file diff --git a/2021/2021-10-20_basicGitTraining/slides/the_terminal.md b/2021/2021-10-20_basicGitTraining/slides/the_terminal.md index 7d08c240..43c527f2 100644 --- a/2021/2021-10-20_basicGitTraining/slides/the_terminal.md +++ b/2021/2021-10-20_basicGitTraining/slides/the_terminal.md @@ -19,7 +19,7 @@ in your home directory (unless otherwise configured), denoted as `~/`. ```bash $ git --version -# git version 2.10.0 +# git version 2.33.1 ``` -- GitLab