generated from harvard-ml-courses/cs181-web-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move section and oh schedule to section page
add section placeholders remove cube
- Loading branch information
Showing
14 changed files
with
50 additions
and
170 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tas: | ||
tas: | ||
- name: <a href="mailto:[email protected]">Charu Badrinath</a> (Head TF) | ||
- name: <a href="mailto:[email protected]">Alex Cai</a> (Head TF) | ||
- name: <a href="mailto:[email protected]">Evan Jiang</a> | ||
|
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
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
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 |
---|---|---|
@@ -1,36 +1,63 @@ | ||
--- | ||
layout: page | ||
title: Sections | ||
title: Sections and Office Hours | ||
weight: 0 | ||
--- | ||
|
||
<section class="main-container text"> | ||
<div class="main"> | ||
<!-- data is configured in _data/all.yaml --> | ||
|
||
<h2>Sections</h2> | ||
<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> | ||
Section notes and solutions will be posted on the <a href="{{ site.baseurl }}/schedule">course schedule</a>. | ||
A Google Calendar is also embedded <a href="#gcal">below</a>. | ||
</p> | ||
<table class="table"> | ||
<thead> | ||
<tr> | ||
<th>Time</th> | ||
<th>Location</th> | ||
<th>Staff</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
{% for oh in site.data.all.sections %} | ||
<tr> | ||
<td>{{ oh.time }}</td> | ||
<td>{{ oh.location }}</td> | ||
<td>{{ oh.tfs }}</td> | ||
</tr> | ||
{% endfor %} | ||
</tbody> | ||
</table> | ||
|
||
<!-- Example for releasing sections. Upload files in the sections folder --> | ||
<h2>Office hours</h2> | ||
<table class="table"> | ||
<thead> | ||
<tr> | ||
<th>Time</th> | ||
<th>Location</th> | ||
<th>Staff</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
{% for oh in site.data.all.ohs %} | ||
<tr> | ||
<td>{{ oh.time }}</td> | ||
<td>{{ oh.location }}</td> | ||
<td>{{ oh.tfs }}</td> | ||
</tr> | ||
{% endfor %} | ||
</tbody> | ||
</table> | ||
|
||
<!-- <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 class="embed-responsive embed-responsive-4by3 w-100" id="gcal"> | ||
<iframe class="embed-responsive-item" | ||
src="https://calendar.google.com/calendar/embed?src=c_f69d6d4ef1d31eb8558c88407d946c5970c48f0624a6d840cc22885edf4ab15c%40group.calendar.google.com&ctz=America%2FNew_York" | ||
style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe> | ||
</div> | ||
</div> | ||
</section> | ||
</section> |
File renamed without changes.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.