Skip to content

Commit

Permalink
added lecture 3 links and updated menu header
Browse files Browse the repository at this point in the history
  • Loading branch information
cchilkun committed Jan 22, 2024
1 parent f31f0a7 commit 9fe0e8c
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions S24/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@
<span class="menu-wrapper">
<span class="header-item" onclick="toSection('#title')">
About
</span><span class="header-item" onclick="toSection('#oh')">
</span>
<span class="header-item" onclick="toSection('#oh')">
OH
</span>
<span class="header-item" onclick="toSection('#events')">
Events
</span>
<span class="header-item" onclick="toSection('#course-work')">
Course Work
</span>
Expand All @@ -56,7 +60,7 @@
Docs &amp; Tools
</span>
<span class="header-item" onclick="window.location='./resources.html'">
Resources
Previous Iterations
</span>
</span>

Expand All @@ -82,6 +86,9 @@
<div class="m-header-item" onclick="mobileToSection('#oh')">
OH
</div>
<div class="m-header-item" onclick="mobileToSection('#events')">
Events
</div>
<div class="m-header-item" onclick="mobileToSection('#course-work')">
Course Work
</div>
Expand All @@ -98,7 +105,7 @@
Docs &amp; Tools
</div>
<div class="m-header-item" onclick="window.location='./resources.html'">
Resources
Previous Iterations
</div>
<div class="m-version-menu">
<!-- changed icon to F24 and link to previous semesters -->
Expand Down Expand Up @@ -516,7 +523,7 @@ <h3>Pittsburgh Schedule (Eastern Time)</h3>
<!-- Lecture, Lab Calender -->
<!-- NOTE: Events Calendar custom-made for the semester schedule -->
<p>
<b style="color:#A80000;">Event Calendar:</b>
<b id="events" style="color:#A80000;">Event Calendar:</b>
The Google Calendar below contains all course events and deadlines for student's convenience.
Please feel free to add this calendar to your Google Calendar by clicking on the plus (+) button
on the bottom right corner of the calendar below. Any adhoc changes to the schedule will be reflected in
Expand Down Expand Up @@ -971,6 +978,8 @@ <h2>Schedule of Lectures</h2>
</td>
<td>
<a href="./document/slides/lec3.learning.pdf" target="_blank">Slides (PDF)</a><br>
<a href="https://mediaservices.cmu.edu/media/Introduction+to+Deep+Learning+-+Spring+2024+-+Learning+the+network+-+Part+1mp4/1_4fwfhfgl/329214902" target="_blank">MediaServices</a><br>
<a href="https://youtu.be/uKLalEZLoeU?si=S1FeEk3-123CpDiv" target="_blank">Youtube</a><br>
</td>
<td>
<a href="document/readings/c1992artificialneural.pdf" target="_blank">Widrow and Lehr (1992)</a><br>
Expand Down

0 comments on commit 9fe0e8c

Please sign in to comment.