Skip to content

Commit

Permalink
move section and oh schedule to section page
Browse files Browse the repository at this point in the history
add section placeholders
remove cube
  • Loading branch information
adzcai committed Jan 22, 2024
1 parent 5d76762 commit 8b6ab63
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 170 deletions.
2 changes: 1 addition & 1 deletion _data/all.yaml
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>
Expand Down
1 change: 0 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ <h1 class="header-title col-md-2">
<li><a href="{{ site.baseurl }}/staff">Staff</a></li>
<li><a href="{{ site.baseurl }}/resources">Resources</a></li>
<li><a href="{{ site.baseurl }}/schedule">Schedule</a></li>
<li><a href="{{ site.baseurl }}/cube"><img class="header-icon" src="{{ site.baseurl }}/css/cube2.png"></a></li>
<li><a href="{{ site.baseurl }}/sections">Sections</a></li>
<li><a href="https://github.com/harvard-ml-courses/cs181-s24-homeworks" target="_blank" rel="noopener noreferrer">HW</a></li>
</ul>
Expand Down
105 changes: 0 additions & 105 deletions cube.html

This file was deleted.

41 changes: 0 additions & 41 deletions schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,50 +6,9 @@

<section class="main-container text">
<div class="main">
<h2>Schedule</h2>
<div class="embed-responsive embed-responsive-4by3 w-100">
<iframe class="embed-responsive-item"
src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQabh8HnxP3V-ThyikOCD2K8xmUeoslgsYMTPL5ECh0T6B-NeFUGxXc-K7UCj-OsEtFhZazyp1Xay5m/pubhtml?gid=1863065080&amp;single=true&amp;widget=true&amp;headers=false"></iframe>
</div>

<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>Sections</h2>
<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>
</div>
</section>
71 changes: 49 additions & 22 deletions sections.html
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 added sections/sec02/placeholder
Empty file.
Empty file added sections/sec03/placeholder
Empty file.
Empty file added sections/sec04/placeholder
Empty file.
Empty file added sections/sec05/placeholder
Empty file.
Empty file added sections/sec06/placeholder
Empty file.
Empty file added sections/sec07/placeholder
Empty file.
Empty file added sections/sec08/placeholder
Empty file.
Empty file added sections/sec09/placeholder
Empty file.

0 comments on commit 8b6ab63

Please sign in to comment.