Skip to content

Commit

Permalink
added 11/27 lec handout
Browse files Browse the repository at this point in the history
  • Loading branch information
pandrew99 committed Nov 27, 2023
1 parent c6fa59a commit f0ceda6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _posts/weeks/2023-11-20-week8.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
categories:
- week
header: no
current: true
current: false
todos:
- due-date: "10:00 pm Sunday November 19, 2023"
name: "Lab Report 3 Resubmission"
Expand Down
43 changes: 36 additions & 7 deletions _posts/weeks/2023-11-27-week9.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,42 @@

---
layout: page-fullwidth
subheadline: Week 8
subheadline: Week 9
published: true
title: "Week 8 - Code Review/It Works on My Machine"
title: "Week 9"
tags:
- post week remote-access
- post week
categories:
- week
header: no
current: false
current: true
todos:
- due-date: "9:00 am Wednesday November 29, 2023"
name: "Quiz 9"
url: "https://www.gradescope.com"
- due-date: "10:00 pm Sunday December 3, 2023"
name: "Lab Report 4 Resubmission"
url: "/week/week7/#week7-lab-report"
- due-date: "10:00 pm Sunday December 3, 2023"
name: "Lab Report 5"
url: "/week/week9/"
handouts:
- name: "Monday Lecture Handout (Slides)"
url: "https://docs.google.com/presentation/d/1e6-kZAYwcRlMyFgZvgbswwa-vyJ5I2m2_Rxnz3KW7cw/edit?usp=share_link"
- name: "Monday Lecture Handout (PDF)"
url: "https://drive.google.com/file/d/1huBjH2_RfVQU8K_Ej1kX1ocsRm_9HPNy/view?usp=share_link"
notes:
videos:
podcasts:
- name: "9 am Section - A00"
url: "https://podcast.ucsd.edu/watch/fa23/cse15l_a00"
- name: "11 am Section - B00"
url: "https://podcast.ucsd.edu/watch/fa23/cse15l_b00"
- name: "12 pm Section - C00"
url: "https://podcast.ucsd.edu/watch/fa23/cse15l_c00"
- name: "9 am Section - D00"
url: "https://podcast.ucsd.edu/watch/fa23/cse15l_d00"
- name: "10 am Section - E00"
url: "https://podcast.ucsd.edu/watch/fa23/cse15l_e00"
---

<div class="row">
Expand Down Expand Up @@ -43,10 +66,16 @@ podcasts:
{% endfor %}
</ul>

### Extra Video Shorts

{% for video in page.videos %}
<iframe width="560" height="315" src="{{video.url}}" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
{% endfor %}

### In-class notes
{% for note in page.notes %}
<a href="{{ note.url }}">{{ note.name }}</a>
<iframe src="{{ note.url }}/preview" width="640" height="480" allow="autoplay"></iframe>
<li><a href="{{ note.url }}">{{ note.name }}</a></li>
<!-- <iframe src="{{ note.url }}/preview" width="640" height="480" allow="autoplay"></iframe> -->
{% endfor %}

### Links to Podcast
Expand Down

0 comments on commit f0ceda6

Please sign in to comment.