diff --git a/0.Framing.md b/0.Framing.md
index 76f21da..e52ed97 100644
--- a/0.Framing.md
+++ b/0.Framing.md
@@ -1,5 +1,5 @@
-
+
# Framing the (art historical) debate: (Pre-, Post-) Modern?
diff --git a/1.Basics.md b/1.Basics.md
index 4eff04c..68ab749 100644
--- a/1.Basics.md
+++ b/1.Basics.md
@@ -3,17 +3,17 @@
## đź‘‹ p5js Editor
-
+
## 🤔 How does code work/act?
-
+
-
+
## Sketch: 0. Hello World
@@ -35,7 +35,7 @@ function draw() {
## 🤔 What kind of "Errors"?
-
+
## Sketch: 1.0 Key Events
@@ -206,11 +206,11 @@ if(conditionX) {
Ok ok, but what are "conditions" then?
-
+
-
+
diff --git a/2.Ghost-Writing.md b/2.Ghost-Writing.md
index a78f192..3811f21 100644
--- a/2.Ghost-Writing.md
+++ b/2.Ghost-Writing.md
@@ -1,7 +1,7 @@
# Ghost Writing: Text, Arrays, Randomness
-
+
## Sketch: 2.0 Array + Index
@@ -51,7 +51,7 @@ function keyTyped() {
### 🤔 Who/what is "undefined"?
-
+
## Sketch: 2.1 Array + Index + Loop
@@ -243,7 +243,7 @@ Karin wears a black jacket when Maaike plays chess
## ✍️ Christopher Strachey's Love Letters
-
+
So now that we have a better understanding of how arrays, indices, randomness, and functions work, let's write love letters!
@@ -717,7 +717,7 @@ function keyTyped() {
The output of our program looks like this:
-
+
diff --git a/3.Drawing-with-numbers.md b/3.Drawing-with-numbers.md
index 0d80d08..f2f6c80 100644
--- a/3.Drawing-with-numbers.md
+++ b/3.Drawing-with-numbers.md
@@ -63,7 +63,7 @@ function draw() {
Remember sinusoidal waveforms in your Mathematics class in school? Well they are fabulous! Sinus and Cosinus are great trigonometric functions to play with to produce simple animations. Sinusoidals (sinus or cosinus) have interesting properties that can easily be parametrised.
-
+
In our p5js environment there is a ```sin``` function that can be used along a special ```frameCount``` counter that literally keeps track of the number of frames that have been drawn on the canvas. By inputting ```frameCount``` to the ```sin``` function it will return a real number between -1 and 1 (see figure above). In fact this real number will “oscillate” between -1 and 1, following the sinus waveform.
@@ -128,10 +128,10 @@ True. But with this code we can draw more interesting things than we could in sk
With p5js we can also work with images. The way we are going to work with images will be to upload them to our online environment. The way upload images is by opening the "Sketch files" and the left side of the page and select upload files.
-
+
-When the image is uploaded, the way we can display it on the canvas is as follow (for this sketch I am using [this image](https://git.le-club-des-sans-sujets.org/gauthiier/Revisiting-Concepts-Notations-Software-Art/src/branch/main/img/alan-turing.png)):
+When the image is uploaded, the way we can display it on the canvas is as follow (for this sketch I am using [this image](https://grrrit.le-club-des-sans-sujets.org/gauthiier/Revisiting-Concepts-Notations-Software-Art/src/branch/main/img/alan-turing.png)):
```javascript
// Image!
diff --git a/README.md b/README.md
index 2ee95b5..a311fac 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ In this workshop we will address the underlying texts and infrastructural contex
In preparation for the workshop we ask you to read the following texts and get acquainted with the programming environment we will be using during the session. The listed manual and tutorials are here for you to get a grasp of the programming environment and the practice of programming more generally. The manual by Winnie Soon and Geoff Cox has some interesting critical reflections at the beginning of each chapter that are worth reading in preperation for our session.
Texts:
-* Cramer, Florian. “Concepts, Notations, Software Art.” In *Signwave, Auto-Illustrator Users Guide*, 101–12. Liquid Press/Spacex, 2002. [Link](https://git.le-club-des-sans-sujets.org/gauthiier/Revisiting-Concepts-Notations-Software-Art/media/branch/main/texts/Cramer_2002_Concepts_Notations_Software_Art.pdf)
-* Cox, Geoff, Alex McLean, and Adrian Ward. “Coding Praxis: Reconsidering the Aesthetics of Code.” In *Read_me: Software Art & Cultures*, edited by Olga Goriunova and Alexei Shulgin, 161–74. Aarhus: Aarhus University Press, 2004. [Link](https://git.le-club-des-sans-sujets.org/gauthiier/Revisiting-Concepts-Notations-Software-Art/media/branch/main/texts/Cox-McLean-Ward_2004_Coding_Praxis.pdf)
-* Galloway, Alexander R. “Jodi’s Infrastructure.” *E-Flux*, no. 74 (June 2016). [Link](https://git.le-club-des-sans-sujets.org/gauthiier/Revisiting-Concepts-Notations-Software-Art/media/branch/main/texts/Galloway_2016_Jodi_Infrastructure.pdf)
+* Cramer, Florian. “Concepts, Notations, Software Art.” In *Signwave, Auto-Illustrator Users Guide*, 101–12. Liquid Press/Spacex, 2002. [Link](https://grrrit.le-club-des-sans-sujets.org/gauthiier/Revisiting-Concepts-Notations-Software-Art/media/branch/main/texts/Cramer_2002_Concepts_Notations_Software_Art.pdf)
+* Cox, Geoff, Alex McLean, and Adrian Ward. “Coding Praxis: Reconsidering the Aesthetics of Code.” In *Read_me: Software Art & Cultures*, edited by Olga Goriunova and Alexei Shulgin, 161–74. Aarhus: Aarhus University Press, 2004. [Link](https://grrrit.le-club-des-sans-sujets.org/gauthiier/Revisiting-Concepts-Notations-Software-Art/media/branch/main/texts/Cox-McLean-Ward_2004_Coding_Praxis.pdf)
+* Galloway, Alexander R. “Jodi’s Infrastructure.” *E-Flux*, no. 74 (June 2016). [Link](https://grrrit.le-club-des-sans-sujets.org/gauthiier/Revisiting-Concepts-Notations-Software-Art/media/branch/main/texts/Galloway_2016_Jodi_Infrastructure.pdf)
Programming environment:
* P5.js: https://p5js.org/