You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Spring 2021: [source code](https://github.com/mitmath/18S191/tree/Spring21) and [website](https://computationalthinking.mit.edu/Spring21/semesters/)
8
-
- Fall 2020: [source code](https://github.com/mitmath/18S191/tree/Fall20) and [website](https://computationalthinking.mit.edu/Spring21/semesters/)
9
-
- Spring 2020: [website](https://computationalthinking.mit.edu/Spring21/semesters/)
7
+
- Fall 2022: [source code](https://github.com/mitmath/18S191/tree/Fall22) and [website](https://computationalthinking.mit.edu/Fall23/semesters/)
8
+
- Spring 2021: [source code](https://github.com/mitmath/18S191/tree/Fall23) and [website](https://computationalthinking.mit.edu/Fall23/semesters/)
9
+
- Fall 2020: [source code](https://github.com/mitmath/18S191/tree/Fall20) and [website](https://computationalthinking.mit.edu/Fall23/semesters/)
10
+
- Spring 2020: [website](https://computationalthinking.mit.edu/Fall23/semesters/)
10
11
- Fall 2019: [source code](https://github.com/dpsanders/6.S083_fall_2019/tree/fall_2019)
11
12
12
13
This is an introductory course on Computational Thinking. We use the [Julia programming language](http://www.julialang.org) to approach real-world problems in varied areas applying data analysis and computational and mathematical modeling. In this class you will learn computer science, software, algorithms, applications, and mathematics as an integrated whole.
Copy file name to clipboardExpand all lines: Website maintenance.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Paths correspond to URLs. For example, `src/data_science/pca.jl` will become ava
15
15
16
16
> **To add something to our website, just create a new file!** Fons will be happy to figure out the technical bits.
17
17
18
-
You can generate & preview the website locally (more on this later), and we have a github action generating the website when we push to the `Fall22` branch. The result (in the `Fall22-output` branch) is deployed with GitHub Pages.
18
+
You can generate & preview the website locally (more on this later), and we have a github action generating the website when we push to the `Fall23` branch. The result (in the `Fall23-output` branch) is deployed with GitHub Pages.
19
19
20
20
# Content
21
21
@@ -34,7 +34,7 @@ Besides small inline values, you can also write big code blocks, with `$(begin .
34
34
35
35
Pluto notebooks will be rendered to HTML and included in the page. What you see is what you get!
36
36
37
-
On a separate system, we are running a PlutoSliderServer that is synchronized to the `Fall22` brach. This makes our notebooks interactive!
37
+
On a separate system, we are running a PlutoSliderServer that is synchronized to the `Fall23` brach. This makes our notebooks interactive!
38
38
39
39
Notebook outputs are **cached** (for a long time) by the file hash. This means that a notebook file will only ever run once, which makes it much faster to work on the website. If you need to re-run your notebook, add a space somewhere in the code :)
0 commit comments