Skip to content

Commit f2d0f38

Browse files
committed
minor fixes
1 parent 4f8f6e2 commit f2d0f38

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# 18.S191: Introduction to computational thinking for real-world problems
1+
# Introduction to computational thinking for real-world problems
22

33
<p align="center"><a href="https://computationalthinking.mit.edu/"> <b>Go to course website</b> :balloon:</a></p>
44

5-
Welcome to **MIT 18.S191 aka 6.S083 aka 22.S092**, **Fall 2024** edition!
5+
Welcome to **MIT 18.C25 aka 6.C25**, **Fall 2024** edition!
66
_For older semesters, see:
77
- Fall 2023: [source code](https://github.com/mitmath/18S191/tree/Fall23) and [website](https://computationalthinking.mit.edu/Fall24/semesters/)
88
- Fall 2022: [source code](https://github.com/mitmath/18S191/tree/Fall22) and [website](https://computationalthinking.mit.edu/Fall24/semesters/)

src/_includes/layout.jlhtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ $(pluto_head)
144144
<li class="sidebar-about">
145145
<div class="semester-details">
146146
<a href="$(root_url)/semesters/">Fall 2024</a>
147-
<div class="course-numbers"><span>18.S191</span> / <span>6.S083</span> / <span>22.S092</span></div>
147+
<div class="course-numbers"><span>6.C25</span> / <span>18.C25</span> / <span>22.C25</span> / <span style="opacity: .8;">etc</span></div>
148148
</div>
149149
<div class="logos">
150150
<picture title="Massachusetts Institute of Technology">

src/cheatsheets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: "md.jlmd"
77

88
# Cheatsheets
99

10-
- [Getting Started with Julia - live](/basic_syntax/).
10+
- [Getting Started with Julia - live]($(root_url)/week0/basic_syntax/).
1111
- [Fastrack to Julia](https://juliadocs.github.io/Julia-Cheat-Sheet/) cheatsheet.
1212
- [MATLAB-Julia-Python comparative cheatsheet](https://cheatsheets.quantecon.org/) by [QuantEcon group](https://quantecon.org)
1313
- [Plots.jl cheatsheet](https://github.com/sswatson/cheatsheets/blob/master/plotsjl-cheatsheet.pdf)

src/data_science/optimization.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#> layout = "layout.jlhtml"
1212
#> youtube_id = "44RA9fclTdA"
1313
#> description = "We use Optim.jl and JuMP.jl to optimize a function: automatically finding the input that maximizes output."
14-
#> tags = ["lecture", "module2", "track_juli", "track_climate", "track_data", "track_math", "optimization"]
14+
#> tags = ["lecture", "module2", "track_julia", "track_climate", "track_data", "track_math", "optimization"]
1515

1616
using Markdown
1717
using InteractiveUtils

src/week0/basic_syntax.jl

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
### A Pluto.jl notebook ###
22
# v0.19.45
33

4+
#> [frontmatter]
5+
#> title = "Julia syntax basics"
6+
#> layout = "layout.jlhtml"
7+
#> description = ""
8+
#> tags = ["lecture", "track_julia", "track_climate", "track_data", "track_math"]
9+
410
using Markdown
511
using InteractiveUtils
612

0 commit comments

Comments
 (0)