diff --git a/Gemfile.lock b/Gemfile.lock index efea988..568c1dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,6 +33,7 @@ GEM ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) ffi (1.15.5) + ffi (1.15.5-x64-mingw-ucrt) forwardable-extended (2.6.0) gemoji (3.0.1) github-pages (223) @@ -232,6 +233,10 @@ GEM jekyll-seo-tag (~> 2.1) minitest (5.19.0) multi_xml (0.6.0) + nokogiri (1.13.10-arm64-darwin) + racc (~> 1.4) + nokogiri (1.13.10-x64-mingw-ucrt) + racc (~> 1.4) nokogiri (1.13.10-x86_64-darwin) racc (~> 1.4) octokit (4.25.1) @@ -273,12 +278,14 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) + unf_ext (0.0.8.2-x64-mingw-ucrt) unicode-display_width (1.8.0) webrick (1.8.1) zeitwerk (2.6.11) PLATFORMS universal-darwin-23 + x64-mingw-ucrt DEPENDENCIES coderay (~> 1.1.0) diff --git a/_data/config.yml b/_data/config.yml index e257367..0b00302 100644 --- a/_data/config.yml +++ b/_data/config.yml @@ -1,31 +1,31 @@ deadlines: '3': Wed: - date: 2024/01/24 11:00am + date: 2024/09/18 12:00pm content: ip1 '4': Wed: - date: 2024/01/31 11:00am + date: 2024/09/25 12:00pm content: tp1 '6': Wed: - date: 2024/02/14 11:00am + date: 2024/10/09 12:00pm content: tp2 '7': Wed: - date: 2024/02/21 11:00am + date: 2024/10/16 12:00pm content: ip2 '8': Wed: - date: 2024/02/28 11:00am + date: 2024/10/23 12:00pm content: tp3 - '14': + '13': Wed: - date: 2024/04/10 11:00am + date: 2024/11/26 12:00pm content: tp4 dates: - firstMonday: 2024/01/08 - numWeeks: 15 + firstMonday: 2024/09/02 + numWeeks: 14 types: default: className: lesson diff --git a/_data/modules.yml b/_data/modules.yml index 5e2b2a3..35a1471 100644 --- a/_data/modules.yml +++ b/_data/modules.yml @@ -38,10 +38,10 @@ name: Tests with Larger Scope page: 7a: - name: Principles for Cloud Deployment + name: Continuous Development page: 7b: - name: Continuous Development + name: Principles for Cloud Deployment page: 8a: name: Work on project (Discuss project plan/revisions) @@ -132,8 +132,5 @@ teamMeetings: name: Team Meetings midtermReview: name: Midterm Review -thanksgivingNoClass: - name: Thanksgiving (No class) - type: holiday noClass: name: No Class diff --git a/calendars/s1.md b/calendars/s1.md new file mode 100644 index 0000000..05e43c2 --- /dev/null +++ b/calendars/s1.md @@ -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 +--- diff --git a/calendars/s2.md b/calendars/s2.md new file mode 100644 index 0000000..c17c98f --- /dev/null +++ b/calendars/s2.md @@ -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 +--- diff --git a/calendars/s5.md b/calendars/s5.md new file mode 100644 index 0000000..65d4675 --- /dev/null +++ b/calendars/s5.md @@ -0,0 +1,106 @@ +--- +layout: schedule +title: Section 5 - Calendar +parent: Calendar +permalink: /calendar/s5 +instructor: Prof Bhutta +location: Dodge Hall 230 +dates: Tuesdays 11:45am-1:25pm & Thursdays 2:50pm-4:30pm +weeks: + # Each key in this dictionary is a week, and then each week has a key in [Tue, Tue, Wed, Thu, Thu]. + # 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': + Tue: + date: 2024/09/10 + content: 1b + Thu: + date: 2024/09/12 + content: 2a + '3': + Tue: + date: 2024/09/17 + content: 2b + Thu: + date: 2024/09/19 + content: 3a + '4': + Tue: + date: 2024/09/24 + content: 3b + Thu: + date: 2024/09/26 + content: 4a + '5': + Tue: + date: 2024/10/01 + content: 4b + Thu: + date: 2024/10/03 + content: 5a + '6': + Tue: + date: 2024/10/08 + content: 5b + Thu: + date: 2024/10/10 + content: 6a + '7': + Tue: + date: 2024/10/15 + content: 6b + Thu: + date: 2024/10/17 + content: 7a + '8': + Tue: + date: 2024/10/22 + content: 8a + Thu: + date: 2024/10/24 + content: 7b + '9': + Tue: + date: 2024/10/29 + content: 8b + Thu: + date: 2024/10/31 + content: 9a + '10': + Tue: + date: 2024/11/05 + content: 10a + Thu: + date: 2024/11/07 + content: 9b + '11': + Tue: + date: 2024/11/12 + content: 10a + Thu: + date: 2024/11/14 + content: 11b + '12': + Tue: + date: 2024/11/19 + content: 12c + Thu: + date: 2024/11/21 + content: 12b + '13': + Tue: + date: 2024/11/26 + content: 13a + Thu: + date: 2024/11/28 + content: thanksgiving + '14': + Tue: + date: 2024/12/03 + content: 13b +--- diff --git a/calendars/s8.md b/calendars/s8.md new file mode 100644 index 0000000..711daae --- /dev/null +++ b/calendars/s8.md @@ -0,0 +1,106 @@ +--- +layout: schedule +title: Section 8 - Calendar +parent: Calendar +permalink: /calendar/s8 +instructor: Prof Bhutta +location: Shillman Hall 425 +dates: Tuesday & Friday 3:25pm-5:05pm +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 +--- diff --git a/calendars/s9.md b/calendars/s9.md new file mode 100644 index 0000000..3c6d2ad --- /dev/null +++ b/calendars/s9.md @@ -0,0 +1,70 @@ +--- +layout: schedule +title: Section 9 - Calendar +parent: Calendar +permalink: /calendar/s9 +instructor: Prof Wand +location: Virtually - See Canvas for Zoom Link +dates: Wednesdays 6:00pm-9:20pm +weeks: + # Each key in this dictionary is a week, and then eaach week has a key in [Mon, Tue, Thu, 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/04 + content: [1a,1b] + '2': + Thu: + date: 2024/09/11 + content: [2a,2b] + '3': + Thu: + date: 2024/09/18 + content: [3a,3b] + '4': + Thu: + date: 2024/09/25 + content: [4a,4b] + '5': + Thu: + date: 2024/10/02 + content: [5a,5b] + '6': + Thu: + date: 2024/10/09 + content: [6a,6b] + '7': + Thu: + date: 2024/10/16 + content: [7a,8a] + '8': + Thu: + date: 2024/10/23 + content: [7b,8b] + '9': + Thu: + date: 2024/10/30 + content: [9a] + '10': + Thu: + date: 2024/11/06 + content: [9b] + '11': + Thu: + date: 2024/11/13 + content: [12b] + '12': + Thu: + date: 2024/11/20 + content: [12a] + '13': + Thu: + date: 2024/11/27 + content: thanksgiving + '14': + Thu: + date: 2024/12/04 + content: [14a] +--- \ No newline at end of file diff --git a/staff.md b/staff.md index 1bed21b..15d4e9b 100644 --- a/staff.md +++ b/staff.md @@ -7,10 +7,10 @@ nav_order: 6 # Staff -For technical questions related to Covey.Town, please check piazza first (or post a query there). For discussing the course material or the individual projects, please feel free to attend whichever TA's office hours are convenient. For project-related questions, please coordinate a time to chat directly with your assigned project mentor. +For technical questions related to the codebase, please check piazza first (or post a query there). For discussing the course material or the individual projects, please feel free to attend whichever TA's office hours are convenient. For project-related questions, please coordinate a time to chat directly with your assigned project mentor. ## Office Hours -All TA office hours will be held virtually. We will explore the option of holding in-person office hours too, subject to interest from students/TAs and availability of a room. Instructor office hours may be held in-person or remotely. +All TA office hours will be held virtually. We will explore the options of holding in-person office hours too, subject to interest from students/TAs and availability of a room. Instructor office hours may be held in-person or remotely. TA Office Hours are hosted on Microsoft Teams, using the [Khoury Office Hours app](https://officehours.khoury.northeastern.edu/). Please see the user guide for information on how to log in and ask questions.