Skip to content

Commit

Permalink
Merge branch 'main' of github.com:790gradml/gradML
Browse files Browse the repository at this point in the history
  • Loading branch information
lkaelbling committed Sep 20, 2024
2 parents 6d34b7b + 5bdfe34 commit 2c594bb
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _homeworks/hw0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title: "Homework 0"
release_date: 2024-09-05
due_date: 2024-09-10
pdf: "/assets/homeworks/hw0.pdf"
# sln: "/assets/homeworks/hw0.pdf"
sln: "/assets/homeworks/hw0_slns.pdf"
gradescope_link: "https://canvas.mit.edu/courses/28217/external_tools/369"
---
7 changes: 5 additions & 2 deletions _homeworks/hw2.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
title: "Homework 2"
release_date: 2024-09-17
due_date: 2024-09-24
# pdf: "/assets/homeworks/hw0.pdf"
due_date: 2024-10-01
pdf: "/assets/homeworks/hw2.pdf"
# sln: "/assets/homeworks/hw0.pdf"
# gradescope_link: "https://canvas.mit.edu/courses/28217/external_tools/369"
additional_links:
- name: "Raw Tex"
link: "/assets/homeworks/HW2_tex_no_solutions.zip"
---
7 changes: 7 additions & 0 deletions _lectures/lecture4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Lecture 4"
id: 4
notes: "/assets/lectures/lecture_4_notes.pdf"
slides: "https://www.dropbox.com/scl/fi/9ormttz9q7jb8bn2uqs01/broderick_lecture_04_share.pdf?rlkey=dst9e0bn9r3vsul1thflk8he7&dl=0"
# recording: "https://canvas.mit.edu/courses/28217/external_tools/369"
---
7 changes: 7 additions & 0 deletions _lectures/lecture5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Lecture 5"
id: 5
# notes: "/assets/lectures/lecture_4_notes.pdf"
slides: "https://www.dropbox.com/scl/fi/osaiuvujk7ks1erl55fjh/broderick_lecture_05_share.pdf?rlkey=85usmjpi495i3lftl28awar25&dl=0"
# recording: "https://canvas.mit.edu/courses/28217/external_tools/369"
---
Binary file added assets/homeworks/HW2_tex_no_solutions.zip
Binary file not shown.
Binary file added assets/homeworks/hw0_slns.pdf
Binary file not shown.
Binary file added assets/homeworks/hw2.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion main/Lectures.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav_order: 2

Lecture recordings are uploaded to [Panopto](https://mit.hosted.panopto.com/Panopto/Pages/Sessions/List.aspx#folderID=%22b2079bc7-0ca3-4fdf-a3e5-b1d4014c37ee%22).

{% assign limit_value = 3 %} <!-- Set this to the number of lectures to display-->
{% assign limit_value = 5 %} <!-- Set this to the number of lectures to display-->
{% assign sorted_lectures = site.lectures | sort: 'id' %}
{% assign filtered_lectures = sorted_lectures | slice: 0, limit_value %}

Expand Down
4 changes: 2 additions & 2 deletions main/homeworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav_order: 1

Submit homeworks to [gradescope](https://canvas.mit.edu/courses/28217/external_tools/369).

{% assign limit_value = 2 %} <!-- Set this to the number of hws to display-->
{% assign limit_value = 3 %} <!-- Set this to the number of hws to display-->
{% assign sorted_homeworks = site.homeworks | sort: 'release_date' %}
{% assign filtered_homeworks = sorted_homeworks | slice: 0, limit_value %}

Expand All @@ -23,7 +23,7 @@ Submit homeworks to [gradescope](https://canvas.mit.edu/courses/28217/external_t
{% for hw in filtered_homeworks %}
## {{ hw.title }}

- **Release Date:** {{ hw.release_date | date: "%B %d, %Y" }}
<!-- - **Release Date:** {{ hw.release_date | date: "%B %d, %Y" }} -->
- **Due Date:** {{ hw.due_date | date: "%B %d, %Y" }}
- {% if hw.pdf %} **[PDF]({{ hw.pdf }})** {% else %} **PDF:** *To be released* {% endif %}
- {% if hw.sln %} **[Solution]({{ hw.sln }})** {% else %} **Solution:** *To be released* {% endif %}
Expand Down

0 comments on commit 2c594bb

Please sign in to comment.