Skip to content

Commit

Permalink
tweak computational thinking frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed May 6, 2024
1 parent ebb082f commit c9b1fa9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/computational-thinking/homework1.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#> [frontmatter]
#> chapter = 1
#> license_url = "https://github.com/mitmath/computational-thinking/blob/Fall23/LICENSE.md"
#> layout = "layout.jlhtml"
#> text_license = "CC-BY-SA-4.0"
#> description = "Practice Julia basics by working with arrays of colors. At the end of this homework, you can see all of your filters applied to your webcam image!"
#> code_license = "MIT"
#> section = 2.5
#> order = 2.5
#> homework_number = 1
#> title = "Images and Arrays"
#> layout = "layout.jlhtml"
#> title = "Homework 1"
#> tags = ["homework", "module1", "image", "track_julia", "track_math", "track_climate", "track_data", "programming", "interactive", "type", "matrix"]
#> description = "Practice Julia basics by working with arrays of colors. At the end of this homework, you can see all of your filters applied to your webcam image!"

using Markdown
using InteractiveUtils
Expand Down
12 changes: 6 additions & 6 deletions src/computational-thinking/images.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
#> [frontmatter]
#> chapter = 1
#> license_url = "https://github.com/mitmath/computational-thinking/blob/Fall23/LICENSE.md"
#> text_license = "CC-BY-SA-4.0"
#> code_license = "MIT"
#> youtube_id = "3zTO3LEY-cM"
#> video = "https://www.youtube.com/watch?v=3zTO3LEY-cM"
#> layout = "layout.jlhtml"
#> text_license = "CC-BY-SA-4.0"
#> description = "How can an image be stored as an array of colored pixels? Can we transform this data?"
#> image = "https://user-images.githubusercontent.com/6933510/136196634-2294d0a7-e79a-40d0-bbb8-81da70f4d398.png"
#> code_license = "MIT"
#> section = 1
#> order = 1
#> title = "Images as Data and Arrays"
#> layout = "layout.jlhtml"
#> youtube_id = "3zTO3LEY-cM"
#> description = ""
#> title = "Images as arrays"
#> tags = ["lecture", "module1", "philip", "track_julia", "matrix", "image"]

using Markdown
Expand Down

0 comments on commit c9b1fa9

Please sign in to comment.