From 0714c502b3b8637a4ae912781ecbd97f4abb8a66 Mon Sep 17 00:00:00 2001 From: Emma Rand Date: Mon, 2 Oct 2023 17:33:51 +0100 Subject: [PATCH] add the overview text to files relating to core 2 --- core/core.qmd | 8 +------- core/week-2/overview.qmd | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/core/core.qmd b/core/core.qmd index f2c5334..61a7ed5 100644 --- a/core/core.qmd +++ b/core/core.qmd @@ -16,13 +16,7 @@ This week you will revise some essential concepts for scientific computing: file ## Week 2 Core 2 File types, workflow tips and other tools - - - - - - - +This week we will consider File types, workflow tips and other tools. The independent study (~20 mins) reiterates the value of RStudio projects and shows you how you create them with usethis. You will also learn how to recognise and write cool 😎 code, not 😩 ugly code and code algorithmically. In the workshop we will examine some common biological data formats and discover some awesome short cuts to help you write cool 😎 code. You will also get a brief introduction to the command line and Google Colab. diff --git a/core/week-2/overview.qmd b/core/week-2/overview.qmd index 7f418ff..56e0909 100644 --- a/core/week-2/overview.qmd +++ b/core/week-2/overview.qmd @@ -3,7 +3,7 @@ title: "Overview" subtitle: "Core 2: File types, workflow tips and other tools" --- -This week +This week we will consider File types, workflow tips and other tools. The independent study reiterates the value of RStudio projects and shows you how you create them with **`usethis`**. You will also learn how to recognise and write cool 😎 code, not 😩 ugly code and code algorithmically. In the workshop we will examine some common biological data formats and discover some awesome short cuts to help you write cool 😎 code. You will also get a brief introduction to the command line and Google Colab. ### Learning objectives