From 8a6a6a4187431a1bed8755fc85781c83f88d8a83 Mon Sep 17 00:00:00 2001 From: jm1021 Date: Thu, 16 May 2024 06:40:33 -0700 Subject: [PATCH] updates for final --- _data/csa.yml | 6 +++--- _data/csp.yml | 6 +++--- _data/csse.yml | 2 +- _notebooks/2024-03-26-DS-python-dictionaries.ipynb | 2 +- _notebooks/2024-03-26-DS-python-sorting.ipynb | 2 +- _notebooks/2024-03-26-DS-python-space_time_complexity.ipynb | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/csa.yml b/_data/csa.yml index be9ff3f2..7ed7ecaf 100644 --- a/_data/csa.yml +++ b/_data/csa.yml @@ -227,9 +227,9 @@ Sprint8: description: Students will lead several study sessions (20-minute test, followed by review) the week before the exam. In any break in study, students will transition activities back to their final project. illustration: *frq_types start: 30 - end: 32 + end: 33 Sprint9: title: Passion Project v2.0 and N@tM description: Wrap up your preferred project and data structures. There will be an opportunity to contribute and be published to the NightHawk Coding Society. If your project is selected, then you will receive a high 'A' on the final project. - start: 33 - end: 36 + start: 34 + end: 37 diff --git a/_data/csp.yml b/_data/csp.yml index 094fdd26..eb5da110 100644 --- a/_data/csp.yml +++ b/_data/csp.yml @@ -115,9 +115,9 @@ Sprint8: title: AP Weeks description: Activities will be focused on supporting students in test preparations, including student teaching. Days that are not focused on test preparation will be focused on planning for year-end project/portfolio. start: 30 - end: 32 + end: 33 Sprint9: title: Passion Project and N@tM description: Presenting accomplishments for the year by creating a passion project for N@tM. This project will serve as the year-end final exam. - start: 33 - end: 36 + start: 34 + end: 37 diff --git a/_data/csse.yml b/_data/csse.yml index 1997c513..0fecaa48 100644 --- a/_data/csse.yml +++ b/_data/csse.yml @@ -71,4 +71,4 @@ Sprint6: title: Create a Final Project, "Student Teaching Teams", and N@tM description: Trimester 2 concludes with students presenting their project at N@tM. Each person within "Student Teams" will have their own specialty feature within the student project. Students should be able to talk about design, coding, and present features of their portion of the system. start: 18 - end: 24 + end: 25 diff --git a/_notebooks/2024-03-26-DS-python-dictionaries.ipynb b/_notebooks/2024-03-26-DS-python-dictionaries.ipynb index 585657a4..a60b384f 100644 --- a/_notebooks/2024-03-26-DS-python-dictionaries.ipynb +++ b/_notebooks/2024-03-26-DS-python-dictionaries.ipynb @@ -13,7 +13,7 @@ "layout: post\n", "title: Learning Hashmaps using Python dictionaries\n", "description: Data Structures topic - Hashmaps, Sets, Hash Tables, Hashing and Collisions\n", - "courses: { csp: {week: 32} }\n", + "courses: { csp: {week: 33} }\n", "type: ccc\n", "---" ] diff --git a/_notebooks/2024-03-26-DS-python-sorting.ipynb b/_notebooks/2024-03-26-DS-python-sorting.ipynb index b0dcc1c3..b841fac3 100644 --- a/_notebooks/2024-03-26-DS-python-sorting.ipynb +++ b/_notebooks/2024-03-26-DS-python-sorting.ipynb @@ -13,7 +13,7 @@ "layout: post\n", "title: Sorting algorithms\n", "description: Working with Data Structures and manipulating data.\n", - "courses: { csp: {week: 34} }\n", + "courses: { csp: {week: 33} }\n", "type: ccc\n", "---" ] diff --git a/_notebooks/2024-03-26-DS-python-space_time_complexity.ipynb b/_notebooks/2024-03-26-DS-python-space_time_complexity.ipynb index e274a899..2a4751b7 100644 --- a/_notebooks/2024-03-26-DS-python-space_time_complexity.ipynb +++ b/_notebooks/2024-03-26-DS-python-space_time_complexity.ipynb @@ -16,7 +16,7 @@ "description: Observing the time complexity of different algorithms\n", "author: John Mortensen\n", "type: ccc\n", - "courses: { csp: {week: 32} }\n", + "courses: { csp: {week: 33} }\n", "---" ] },