From d2b5ef76c8dcefe8c0555d2d88977522ef295fc2 Mon Sep 17 00:00:00 2001 From: Florian Oswald Date: Wed, 4 Sep 2024 15:24:05 +0200 Subject: [PATCH] rearranged --- website/lecture1.md | 3 +-- website/lecture2.md | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/website/lecture1.md b/website/lecture1.md index aa9aa7a7..61425025 100644 --- a/website/lecture1.md +++ b/website/lecture1.md @@ -36,8 +36,7 @@ Topic | Notebook :-----: | :--------: Variables | [click for notebook (done in Intro to Programming)](https://floswald.github.io/julia-bootcamp/01-variables.html) Functions | [click for notebook (done in Intro to Programming)](https://floswald.github.io/julia-bootcamp/02-functions.html) -Arrays | [click for notebook](https://floswald.github.io/julia-bootcamp/03-arrays.html) -SIR Model | [click for notebook](https://floswald.github.io/julia-bootcamp/09-introsir.html) + Please run the [01-fast.jl](https://github.com/floswald/NumericalMethods/tree/master/notebooks/week1/01-fast.jl) notebook on your own computer for the benchmarks! 🏎️ diff --git a/website/lecture2.md b/website/lecture2.md index 65758a8f..a3f9b65c 100644 --- a/website/lecture2.md +++ b/website/lecture2.md @@ -7,6 +7,8 @@ In this lecture we will start talking `julia`! We will go through a series of no Topic | Notebook :-----: | :--------: +Arrays | [click for notebook](https://floswald.github.io/julia-bootcamp/03-arrays.html) +SIR Model | [click for notebook](https://floswald.github.io/julia-bootcamp/09-introsir.html) Defining Data Types | [click for notebook](https://floswald.github.io/julia-bootcamp/04-defining-types.html) Intro do Differential Equations | [click for notebook](https://floswald.github.io/julia-bootcamp/08-popgrowth.html) @@ -22,7 +24,7 @@ Intro do Differential Equations | [click for notebook](https://floswald.github.i What is below used to be my way of getting you started. I think `MoJuWo` does a much better job at this, so I am switching you over to their content instead. [click here](https://modernjuliaworkflows.org/writing/) -This is outdate below: +## Outdated I asked you to install the [julia-vscode](https://www.julia-vscode.org) extention for the vscode editor [initially](../#prerequisites). Today we'll have a first look at this environment. Some things we'll go over are: