Skip to content

Commit

Permalink
Add lecture 6 slides
Browse files Browse the repository at this point in the history
  • Loading branch information
jagdeepsb committed Sep 24, 2024
1 parent 001d64e commit ecad015
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions _lectures/lecture6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Lecture 6"
id: 6
# notes: "/assets/lectures/lecture_5_notes.pdf"
slides: "https://www.dropbox.com/scl/fi/n4hwo2u9k7ydwkowx1dr1/broderick_lecture_06_share.pdf?rlkey=pb51yw2whfs0qecq92t6z1nn6&dl=0"
# recording: "https://canvas.mit.edu/courses/28217/external_tools/369"
---
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 = 5 %} <!-- Set this to the number of lectures to display-->
{% assign limit_value = 6 %} <!-- 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

0 comments on commit ecad015

Please sign in to comment.