generated from harvard-ml-courses/cs181-web-template
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
babf454
commit fe371a2
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
layout: page | ||
title: Sections | ||
weight: 0 | ||
--- | ||
|
||
<section class="main-container text"> | ||
<div class="main"> | ||
<p> | ||
CS 181 has weekly sections to reinforce lecture material with extra explanations | ||
and exercises. Solutions are posted after all sections have taken place. | ||
|
||
The section times are: | ||
<ul> | ||
<li> Alyssa & Derek : Tuesday 2:15-3:30pm @ TBD</li> | ||
<li> Charu & Neeyanth: Tuesday 3:45-5:00pm @ TBD</li> | ||
<li> Ahmad & Angela: Wednesday 2:15-3:30pm @ TBD </li> | ||
<li> Brian & Shirley: Wednesday 3:45-5:00pm @ TBD</li> | ||
<li> Alex & Josh: Thursday 2:15-2:30pm @ TBD</li> | ||
<li> Gabe & Audrey: Thursday 3:45-5:00pm @ TBD</li> | ||
<li> Andrew & Sam: Friday 1:00-2:15pm @ TBD</li> | ||
<li> Jeff : Friday 3:45-5:00 @ TBD</li> | ||
</ul> | ||
</p> | ||
|
||
<!-- Example for releasing sections. Upload files in the sections folder --> | ||
|
||
<!-- <h2 class="title" id="sec1">Section 1: Linear Regression, MLE</h2> | ||
<p class="head-subtitle">Tuesday, February 2</p> | ||
<ul class="lists"> | ||
<li><a href="sections/sec_0/handout.pdf" target="_blank">PDF</a></li> | ||
<li><a href="sections/sec_0/solutions.pdf" target="_blank">Solutions PDF</a></li> | ||
</ul> --> | ||
|
||
</div> | ||
</section> |
Empty file.