-
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.
Merge pull request #1 from neu-se/section_calendars
updating section calendars
- Loading branch information
Showing
9 changed files
with
514 additions
and
16 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
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 |
---|---|---|
@@ -0,0 +1,106 @@ | ||
--- | ||
layout: schedule | ||
title: Section 1 - Calendar | ||
parent: Calendar | ||
permalink: /calendar/s1 | ||
instructor: Prof Bhutta | ||
location: West Village G 106 | ||
dates: Mondays & Thursdays 11:45am-1:25pm | ||
weeks: | ||
# Each key in this dictionary is a week, and then each week has a key in [Mon, Tue, Wed, Thu, Fri]. | ||
# Each day has keys `date` and `content`. The date is shown on the schedule, and `content` is a key into the yml file in _data/modules.yml. `content` may be an array. | ||
# Each day can also have a `note` field, which is shown in italics on the calendar. | ||
# This schedule data is unioned with the deadlines in _data/config.yml | ||
'1': | ||
Thu: | ||
date: 2024/09/05 | ||
content: 1a | ||
'2': | ||
Mon: | ||
date: 2024/09/09 | ||
content: 1b | ||
Thu: | ||
date: 2024/09/12 | ||
content: 2a | ||
'3': | ||
Mon: | ||
date: 2024/09/16 | ||
content: 2b | ||
Thu: | ||
date: 2024/09/19 | ||
content: 3a | ||
'4': | ||
Mon: | ||
date: 2024/09/23 | ||
content: 3b | ||
Thu: | ||
date: 2024/09/26 | ||
content: 4a | ||
'5': | ||
Mon: | ||
date: 2024/09/30 | ||
content: 4b | ||
Thu: | ||
date: 2024/10/03 | ||
content: 5a | ||
'6': | ||
Mon: | ||
date: 2024/10/07 | ||
content: [5b,6a] | ||
Thu: | ||
date: 2024/10/10 | ||
content: 6b | ||
'7': | ||
Mon: | ||
date: 2024/10/14 | ||
content: indigenous | ||
Thu: | ||
date: 2024/10/17 | ||
content: 7a | ||
'8': | ||
Mon: | ||
date: 2024/10/21 | ||
content: 8a | ||
Thu: | ||
date: 2024/10/24 | ||
content: 7b | ||
'9': | ||
Mon: | ||
date: 2024/10/28 | ||
content: 8b | ||
Thu: | ||
date: 2024/10/31 | ||
content: 9a | ||
'10': | ||
Mon: | ||
date: 2024/11/04 | ||
content: 10a | ||
Thu: | ||
date: 2024/11/07 | ||
content: 9b | ||
'11': | ||
Mon: | ||
date: 2024/11/11 | ||
content: veteransday | ||
Thu: | ||
date: 2024/11/14 | ||
content: 11b | ||
'12': | ||
Mon: | ||
date: 2024/11/18 | ||
content: 12c | ||
Thu: | ||
date: 2024/11/21 | ||
content: [12b] | ||
'13': | ||
Mon: | ||
date: 2024/11/25 | ||
content: 13a | ||
Thu: | ||
date: 2024/11/28 | ||
content: thanksgiving | ||
'14': | ||
Mon: | ||
date: 2024/12/02 | ||
content: 13b | ||
--- |
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,106 @@ | ||
--- | ||
layout: schedule | ||
title: Section 2 - Calendar | ||
parent: Calendar | ||
permalink: /calendar/s2 | ||
instructor: Prof Bhutta | ||
location: EXP 204 | ||
dates: Tuesday & Friday 9:50am-11:30am | ||
weeks: | ||
# Each key in this dictionary is a week, and then each week has a key in [Tue, Tue, Wed, Fri, Fri]. | ||
# Each day has keys `date` and `content`. The date is shown on the schedule, and `content` is a key into the yml file in _data/modules.yml. `content` may be an array. | ||
# Each day can also have a `note` field, which is shown in italics on the calendar. | ||
# This schedule data is unioned with the deadlines in _data/config.yml | ||
'1': | ||
Fri: | ||
date: 2024/09/06 | ||
content: 1a | ||
'2': | ||
Tue: | ||
date: 2024/09/10 | ||
content: 1b | ||
Fri: | ||
date: 2024/09/13 | ||
content: 2a | ||
'3': | ||
Tue: | ||
date: 2024/09/17 | ||
content: 2b | ||
Fri: | ||
date: 2024/09/20 | ||
content: 3a | ||
'4': | ||
Tue: | ||
date: 2024/09/24 | ||
content: 3b | ||
Fri: | ||
date: 2024/09/27 | ||
content: 4a | ||
'5': | ||
Tue: | ||
date: 2024/10/01 | ||
content: 4b | ||
Fri: | ||
date: 2024/10/04 | ||
content: 5a | ||
'6': | ||
Tue: | ||
date: 2024/10/08 | ||
content: 5b | ||
Fri: | ||
date: 2024/10/11 | ||
content: 6a | ||
'7': | ||
Tue: | ||
date: 2024/10/15 | ||
content: 6b | ||
Fri: | ||
date: 2024/10/18 | ||
content: 7a | ||
'8': | ||
Tue: | ||
date: 2024/10/22 | ||
content: 8a | ||
Fri: | ||
date: 2024/10/25 | ||
content: 7b | ||
'9': | ||
Tue: | ||
date: 2024/10/29 | ||
content: 8b | ||
Fri: | ||
date: 2024/11/01 | ||
content: 9a | ||
'10': | ||
Tue: | ||
date: 2024/11/05 | ||
content: 10a | ||
Fri: | ||
date: 2024/11/08 | ||
content: 9b | ||
'11': | ||
Tue: | ||
date: 2024/11/12 | ||
content: 10a | ||
Fri: | ||
date: 2024/11/15 | ||
content: 11b | ||
'12': | ||
Tue: | ||
date: 2024/11/19 | ||
content: 12c | ||
Fri: | ||
date: 2024/11/22 | ||
content: 12b | ||
'13': | ||
Tue: | ||
date: 2024/11/26 | ||
content: 13a | ||
Fri: | ||
date: 2024/11/29 | ||
content: thanksgiving | ||
'14': | ||
Tue: | ||
date: 2024/12/03 | ||
content: 13b | ||
--- |
Oops, something went wrong.