From 889a302cc047667074296edd4297b115a1d5966e Mon Sep 17 00:00:00 2001 From: Mahesh Binzer-Panchal Date: Tue, 2 Apr 2024 13:01:48 +0200 Subject: [PATCH] Add schedule --- _quarto.yml | 2 +- intro.qmd | 5 ----- schedule.qmd | 12 ++++++++++++ 3 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 intro.qmd create mode 100644 schedule.qmd diff --git a/_quarto.yml b/_quarto.yml index df73fb0..a372715 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -11,7 +11,7 @@ book: search: true chapters: - index.qmd - - intro.qmd + - schedule.qmd - part: "Github" chapters: - github/gh-collaboration.qmd diff --git a/intro.qmd b/intro.qmd deleted file mode 100644 index efcf172..0000000 --- a/intro.qmd +++ /dev/null @@ -1,5 +0,0 @@ -# Introduction - -This is a book created from markdown and executable code. - -See @knuth84 for additional discussion of literate programming. diff --git a/schedule.qmd b/schedule.qmd new file mode 100644 index 0000000..e8ce7f7 --- /dev/null +++ b/schedule.qmd @@ -0,0 +1,12 @@ +# Schedule + +Dates for each lesson, listed in reverse chronological order. +Meetings are over Zoom, Tuesdays at 13.00. Meeting links are +provided by the teacher. + +- 24/04/16: TBD +- 24/04/09: No lesson - NBIS retreat. +- 24/04/02: Mahesh - Review: Introduction to Git. +- 24/03/26: Mahesh - Review: Collaboration in Github. +- 24/03/19: Mahesh - Introduction to Git. +- 24/03/12: Mahesh - Collaboration in Github. \ No newline at end of file