Merge branch 'master' of gram.cse.buffalo.edu:ODIn/Website

pull/2/head
Oliver Kennedy 2022-08-30 11:11:14 -04:00
commit eed1d1062d
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
4 changed files with 12 additions and 2 deletions

View File

@ -9,6 +9,7 @@ staff:
web: "https://odin.cse.buffalo.edu/"
- name: Eric Mikida
role: Instructor
hours: M/T 1:00-3:00, W 3:00-5:00
location: Capen 212
email: epmikida@buffalo.edu
- name: Nawar Khouri
@ -118,7 +119,7 @@ times:
time: "2:00 PM - 2:50 PM"
location: Bell 340
code: 16894
resign_date: Friday, Nov. 12, 2021
resign_date: Friday, Nov. 11, 2022
resources:
required_textbooks:
- title: "Object-Orientation, Abstraction, and Data Structures Using Scala, 2nd Edition."
@ -146,12 +147,19 @@ schedule:
- date: 08/29/22
topic: Intro, Logistics
dow: Mon
materials:
slides: slide/0-Overview.pdf
code: https://github.com/UBOdin/cse250-examples/blob/main/SpeedDemo/Snippets.scala
- date: 08/31/22
topic: Scala
dow: Wed
materials:
slides: slide/1-Scala.pdf
- date: 09/02/22
topic: Debuggers and Profilers
dow: Fri
materials:
slides: slide/2-WhenThingsGoWrong.pdf
- week: 2
lectures:
- date: 09/06/22
@ -544,7 +552,9 @@ p.callout {
<td><%=lecture["dow"]%> <%=lecture["date"]%></td>
<td><%=lecture.fetch("due", "")%></td>
<td><%=lecture["topic"]%></td>
<td><%=lecture.fetch("materials", "")%></td>
<td><%=lecture.fetch("materials", {}).map do |k, v|
"<a href='#{v}'>#{k}</a>"
end.join(" | ") %></td>
<% end %>
</tr>
<% end %>

Binary file not shown.

Binary file not shown.