From 75f8bbf398513a3fa2b4cd931a024d0bbe8ca3b1 Mon Sep 17 00:00:00 2001 From: Riley Lutz Date: Mon, 16 Jun 2025 13:24:23 -0400 Subject: [PATCH 01/21] added faq page: should I register for both terms? --- .../faqs/should-I-register-for-both-terms.md | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/content/resources/faqs/should-I-register-for-both-terms.md b/content/resources/faqs/should-I-register-for-both-terms.md index e55ca5b78..ae6e134be 100644 --- a/content/resources/faqs/should-I-register-for-both-terms.md +++ b/content/resources/faqs/should-I-register-for-both-terms.md @@ -1,15 +1,21 @@ --- -title: "" +title: "Do we register for both Fall and Winter courses?" date: 2025-06-16T00:00:00Z last_updated: 2025-06-16T00:00:00Z draft: false -layout: article-question -summary: "" +layout: faq-question +summary: "Yes, you should register as soon as possible to secure the classes you want." contributors: -- +- Riley Lutz +- Aditya "Jacc" Padmakar sources: - - name: - link: + - name: Time tickets + link: https://carleton.ca/registration/dates/timetickets/ + - name: Academic dates + link: https://students.carleton.ca/academic-dates/ related: - ---- \ No newline at end of file +--- +Yes, you are strongly encouraged to register for courses for your fall and winter semester courses as soon as your [time ticket](https://carleton.ca/registration/dates/timetickets/) [1] opens. Even if you aren’t sure about which courses you want to take, you should tentatively register in some courses to avoid losing your spot if they fill up. + +It is possible to switch or drop courses up to the first few weeks of each semester. For specific deadlines related to course registration, check out the [academic calendar](https://students.carleton.ca/academic-dates/) [2]. \ No newline at end of file From 94dc6c3472e047d2159d10a2ee8f251f54cea638 Mon Sep 17 00:00:00 2001 From: Riley Lutz Date: Mon, 16 Jun 2025 13:24:40 -0400 Subject: [PATCH 02/21] added faq page: what are time tickets? --- .../resources/faqs/what-are-time-tickets.md | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/content/resources/faqs/what-are-time-tickets.md b/content/resources/faqs/what-are-time-tickets.md index e55ca5b78..f8899e1a8 100644 --- a/content/resources/faqs/what-are-time-tickets.md +++ b/content/resources/faqs/what-are-time-tickets.md @@ -1,15 +1,23 @@ --- -title: "" +title: "When can I register for courses?" date: 2025-06-16T00:00:00Z last_updated: 2025-06-16T00:00:00Z draft: false -layout: article-question -summary: "" +layout: faq-question +summary: "Your registration date depends on your time ticket, review the academic calendar for when you will receive your ticket." contributors: -- +- Riley Lutz +- Aditya "Jacc" Padmakar sources: - - name: - link: + - name: Carleton timetickets + link: https://carleton.ca/registration/dates/timetickets/ + - name: Academic calendar + link: https://students.carleton.ca/academic-dates/ related: - ---- \ No newline at end of file +--- +Registration for incoming first year students opens between July 2nd and July 4th, 2025. Returning upper-year students can begin registering for courses between July 8th and July 11th, 2025. + +The exact time that you can start registering for courses depends on your [time ticket](https://carleton.ca/registration/dates/timetickets/) [1], which can be found in the “getting started” section of the registration menu in Carleton Central. + +Note that while it is strongly recommended that you register for courses as soon as your time ticket opens, it is possible to make registration changes up to a few weeks into the semester. For specific deadlines related to course registration, check out the [academic calendar](https://students.carleton.ca/academic-dates/) [2]. \ No newline at end of file From 73b8a7d619b14335ddad60d06ddf4ce29597142f Mon Sep 17 00:00:00 2001 From: Riley Lutz Date: Mon, 16 Jun 2025 13:25:09 -0400 Subject: [PATCH 03/21] added faq page content: which courses in first year --- .../faqs/which-courses-in-first-year.md | 27 ++++++++++++++----- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/content/resources/faqs/which-courses-in-first-year.md b/content/resources/faqs/which-courses-in-first-year.md index e55ca5b78..0592451df 100644 --- a/content/resources/faqs/which-courses-in-first-year.md +++ b/content/resources/faqs/which-courses-in-first-year.md @@ -1,15 +1,28 @@ --- -title: "" +title: "What are courses we need to take in in first year?" date: 2025-06-16T00:00:00Z last_updated: 2025-06-16T00:00:00Z draft: false -layout: article-question -summary: "" +layout: faq-question +summary: "There are 5 courses all Computer Science students take, and some may take more depending on their stream, if applicable." contributors: -- +- Riley Lutz +- Aditya "Jacc" Padmakar + sources: - - name: - link: + - name: Computer Science Undergraduate Calendar + link: https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/ + - name: Course Selection Guide + link: https://carleton.ca/registration/course-selection-guide/bc#courses-required-for-first-year-b-c-s-major-program related: - ---- \ No newline at end of file +--- +All Computer Science students should complete the following required courses in their first year [1]: + +- COMP 1405: Introduction to Computer Science I +- MATH 1007: Elementary Calculus +- COMP 1805: Discrete Structures I +- COMP 1406: Introduction to Computer Science II +- MATH 1104: Linear Algebra for Engineering or Science + +Depending on which stream you choose, there may be additional courses that you should take in your first year. Check out the [BCS first year course selection guide](https://carleton.ca/registration/course-selection-guide/bc#courses-required-for-first-year-b-c-s-major-program) [2] for a list of stream specific requirements, as well as the recommended distribution of courses between the fall and winter semesters. \ No newline at end of file From b819cb8dee9b41e26bdf9a93df3cd3d7fc0697a5 Mon Sep 17 00:00:00 2001 From: Riley Lutz Date: Mon, 16 Jun 2025 13:39:28 -0400 Subject: [PATCH 04/21] updated faq content: switch course affter registering --- .../faqs/switch-courses-after-registering.md | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/content/resources/faqs/switch-courses-after-registering.md b/content/resources/faqs/switch-courses-after-registering.md index e55ca5b78..4d57caa00 100644 --- a/content/resources/faqs/switch-courses-after-registering.md +++ b/content/resources/faqs/switch-courses-after-registering.md @@ -1,15 +1,23 @@ --- -title: "" +title: "Can I switch courses after registering?" date: 2025-06-16T00:00:00Z last_updated: 2025-06-16T00:00:00Z draft: false -layout: article-question -summary: "" +layout: faq-question +summary: "Yes, you can switch courses after initially registering. If a course you want to register in is full, join a waitlist or check back later." contributors: -- +- Riley Lutz +- Aditya "Jacc" Padmakar sources: - - name: - link: + - name: Waitlists + link: https://carleton.ca/registration/waitlisting/ + - name: Academic calendar + link: https://calendar.carleton.ca/academicyear/ related: - ---- \ No newline at end of file +--- +Yes, it is possible to switch or drop courses up to the first few weeks of each semester. For specific deadlines related to course registration, check out the [academic calendar](https://students.carleton.ca/academic-dates/) [1]. + +If a course is full, you may be able to join a [waitlist](https://carleton.ca/registration/waitlisting/) [2] (if one is available), register for an alternative course in the meantime, and switch into your preferred course later if a spot opens. + +It’s also common for students to make changes to their schedules at the start of each semester. We recommend checking back regularly to see if a spot opens up in a course you were interested in that was previously full. From 71adf83ecdfc1ca6c0bba3dc301ec4c022c17e68 Mon Sep 17 00:00:00 2001 From: Riley Lutz Date: Mon, 16 Jun 2025 13:51:35 -0400 Subject: [PATCH 05/21] updated faq page content: how many courses in a semester --- .../faqs/how-many-courses-in-a-semester.md | 29 ++++++++++++++----- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/content/resources/faqs/how-many-courses-in-a-semester.md b/content/resources/faqs/how-many-courses-in-a-semester.md index e55ca5b78..0886d6169 100644 --- a/content/resources/faqs/how-many-courses-in-a-semester.md +++ b/content/resources/faqs/how-many-courses-in-a-semester.md @@ -1,15 +1,30 @@ --- -title: "" +title: "How many courses should I take?" date: 2025-06-16T00:00:00Z last_updated: 2025-06-16T00:00:00Z draft: false -layout: article-question -summary: "" +layout: faq-question +summary: "Average course load is five courses per term, but four courses is also common. Talk to an advisor about the impact of reducing your courseload before making a decision." contributors: -- +- Riley Lutz +- Aditya "Jacc" Padmakar sources: - - name: - link: + - name: Academic advisor + link: https://carleton.ca/academicadvising/ + - name: Reduced course load + link: https://carleton.ca/academicadvising/reduced-course-load-2/ related: - ---- \ No newline at end of file +--- +Generally, the course load for full-time students is 2.5 credits per term (usually 5 courses). However, many students choose to take a reduced course load, for a variety of reasons. Anecdotally, it is fairly common for students to take 2.0 credits or 4 courses per semester to have a lighter workload. + +We recommend that you reach out to an [academic advisor](https://carleton.ca/academicadvising/) [1] to discuss your specific situation before making a decision about how many courses to take. Taking a reduced course load could have an impact on the following: + +- Your status as a full time student +- Tuition costs +- Residence eligibility +- Scholarship eligibility and government funding (for example OSAP) +- Co-op eligibility +- Visas and study permits (for international students) + +For more information, check out Carleton’s webpage about considering a [reduced course load](https://carleton.ca/awards/cu-description/minimum-required-course-load/) [2]. \ No newline at end of file From 13f91c45a62de7db72b7690a17ec3e4680a3399d Mon Sep 17 00:00:00 2001 From: Riley Lutz Date: Mon, 16 Jun 2025 16:19:30 -0400 Subject: [PATCH 06/21] updated faq content: can I take 2000 level courses in first year --- ...I-take-2000-level-courses-in-first-year.md | 23 +++++++++++++------ 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/content/resources/faqs/can-I-take-2000-level-courses-in-first-year.md b/content/resources/faqs/can-I-take-2000-level-courses-in-first-year.md index e55ca5b78..92d7c7dce 100644 --- a/content/resources/faqs/can-I-take-2000-level-courses-in-first-year.md +++ b/content/resources/faqs/can-I-take-2000-level-courses-in-first-year.md @@ -1,15 +1,24 @@ --- -title: "" +title: "Can I take 2nd year courses in 1st year?" date: 2025-06-16T00:00:00Z last_updated: 2025-06-16T00:00:00Z draft: false -layout: article-question -summary: "" +layout: faq-question +summary: "2nd year courses can be taken in first year if you meet the requirements listed in the undergrad calendar or with a approved registration override request." contributors: -- +- Riley Lutz +- Aditya "Jacc" Padmakar sources: - - name: - link: + - name: Year standing + link: https://carleton.ca/academicadvising/year-standing/ + - name: Undergraduate calendar + link: https://calendar.carleton.ca/undergrad/courses/ + - name: Override requests + link: https://carleton.ca/registration/override-requests/ related: - ---- \ No newline at end of file +--- + +Yes, it may be possible to take 2000-level or higher courses if you meet the requirements. Registering for a course depends on prerequisite requirements such as having a passing grade in certain other courses, or meeting a certain [year standing](https://carleton.ca/academicadvising/year-standing/) [1]. You can find these requirements in the course’s description in the [undergraduate calendar](https://calendar.carleton.ca/undergrad/courses/) [2]. + +It may be possible to submit a [registration override request](https://carleton.ca/registration/override-requests/) [3] to register in a course without meeting the prerequisites; however these requests are reviewed on a case by case basis and are not guaranteed to be approved. \ No newline at end of file From 95165a20d56c2f409e718a7842ddfcaefe5595c0 Mon Sep 17 00:00:00 2001 From: Riley Lutz Date: Mon, 16 Jun 2025 16:27:34 -0400 Subject: [PATCH 07/21] updated resource content: lectures vs tutorials --- .../resources/faqs/lectures-vs-tutorials.md | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/content/resources/faqs/lectures-vs-tutorials.md b/content/resources/faqs/lectures-vs-tutorials.md index e55ca5b78..44fb48e43 100644 --- a/content/resources/faqs/lectures-vs-tutorials.md +++ b/content/resources/faqs/lectures-vs-tutorials.md @@ -1,15 +1,21 @@ --- -title: "" +title: "What is the difference between a lecture and tutorial?" date: 2025-06-16T00:00:00Z last_updated: 2025-06-16T00:00:00Z draft: false -layout: article-question -summary: "" +layout: faq-question +summary: "Lectures are the bulk of the content taught in a course, while tutorials accompany learning via hands-on exercises." contributors: -- +- Riley Lutz +- Aditya "Jacc" Padmakar sources: - - name: - link: + - name: Registration Terminology + link: https://carleton.ca/registration/terminology/ related: - ---- \ No newline at end of file +--- +Lectures are the main part of a course where your instructor covers the course material. It is also common for midterms to take place during the lecture time slot. + +Tutorials are additional sessions led by teaching assistants that are meant to supplement your learning, such as with practical exercises or short quizzes. The exact format of a tutorial varies between courses and will be mentioned in the course outline. + +If a course has a tutorial, you must register for both a lecture section as well as an associated tutorial section. From 2b7d4d0f76f4bafbfbc6d816763d118d44e85ce0 Mon Sep 17 00:00:00 2001 From: Riley Lutz Date: Mon, 16 Jun 2025 16:40:28 -0400 Subject: [PATCH 08/21] updated faq content: override request --- content/resources/faqs/override-request.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/content/resources/faqs/override-request.md b/content/resources/faqs/override-request.md index e55ca5b78..99a1a21f0 100644 --- a/content/resources/faqs/override-request.md +++ b/content/resources/faqs/override-request.md @@ -1,15 +1,21 @@ --- -title: "" +title: "What is an override request?" date: 2025-06-16T00:00:00Z last_updated: 2025-06-16T00:00:00Z draft: false -layout: article-question -summary: "" +layout: faq-question +summary: "An override request is used to ask the School for permission to register in a course you couldn't otherwise." contributors: -- +- Riley Lutz +- Aditya "Jacc" Padmakar sources: - - name: - link: + - name: Override requests + link: https://carleton.ca/registrar/registration/override-requests/ + - name: How to submit an override request + link: https://www.youtube.com/watch?v=yWo_IGIEpVE related: - ---- \ No newline at end of file +--- +If you receive any registration warnings or are unable to register for a course, you may submit a [registration override request](https://carleton.ca/registrar/registration/override-requests/) [1] to get permission to register for the course. However, these requests are reviewed on a case by case basis and are not guaranteed to be approved. + +In order to submit an override request, you must first attempt to register and receive an error preventing you from registration. You can then submit a registration override request on Carleton Central. For a step-by-step guide, check out [this video](https://central.carleton.ca/prod/pkg_online_CROS.p_trmsel) [2]. \ No newline at end of file From 5b30943e81fa76d6abc3f3c76fc525b200a074d9 Mon Sep 17 00:00:00 2001 From: Riley Lutz Date: Tue, 17 Jun 2025 15:08:31 -0400 Subject: [PATCH 09/21] updated faq content: course does not have instructor --- .../faqs/scheduled-vs-unscheduled-courses.md | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/content/resources/faqs/scheduled-vs-unscheduled-courses.md b/content/resources/faqs/scheduled-vs-unscheduled-courses.md index e55ca5b78..53d4aa300 100644 --- a/content/resources/faqs/scheduled-vs-unscheduled-courses.md +++ b/content/resources/faqs/scheduled-vs-unscheduled-courses.md @@ -1,15 +1,31 @@ --- -title: "" +title: "Course Delivery Types" date: 2025-06-16T00:00:00Z last_updated: 2025-06-16T00:00:00Z draft: false layout: article-question summary: "" contributors: -- +- Riley Lutz +- Aditya "Jacc" Padmakar sources: - - name: - link: + - name: Course Delivery Types + link: https://carleton.ca/registration/course-delivery-types/#fall-2025-winter-2026-course-registration-labels related: - ---- \ No newline at end of file +--- +**Online scheduled**: +Lectures are delivered online during specific time slots. +May or may not provide recordings. + +**Online unscheduled**: +No live lectures. Students watch recorded lectures on their own time. + +**Mix of in person and online**: +A combination of in person and online deliverables. +In-person activities could include tutorials or tests. +Online activities could include live classes or recorded lectures. + +Make sure to always check the course outline to see how different parts of the course, like lectures, tutorials and tests will be structured. + +For more information about different section types, check out [this page](https://carleton.ca/registration/course-delivery-types/#fall-2025-winter-2026-course-registration-labels) [1]. \ No newline at end of file From 6a57897887497bd04ec244d07f736f0ae2981cf7 Mon Sep 17 00:00:00 2001 From: Riley Lutz Date: Tue, 17 Jun 2025 15:08:46 -0400 Subject: [PATCH 10/21] updated faq content: course does not have instructor --- .../faqs/course-does-not-have-instructor.md | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/content/resources/faqs/course-does-not-have-instructor.md b/content/resources/faqs/course-does-not-have-instructor.md index e55ca5b78..d3f485268 100644 --- a/content/resources/faqs/course-does-not-have-instructor.md +++ b/content/resources/faqs/course-does-not-have-instructor.md @@ -1,15 +1,22 @@ --- -title: "" +title: "Why are some courses listed without instructors?" date: 2025-06-16T00:00:00Z last_updated: 2025-06-16T00:00:00Z draft: false -layout: article-question -summary: "" +layout: faq-question +summary: "Some courses may not have an instructor assigned yet. This could be updated later, but don't wait for for this to happen before registering." contributors: -- +- Riley Lutz +- Aditya "Jacc" Padmakar sources: - - name: - link: + - name: Registration Terminology + link: https://carleton.ca/registrationterminology/ related: - ---- \ No newline at end of file +--- +It is normal for some courses to be listed without an instructor. + +If it’s a lecture, it may be taught by a contract instructor who hasn’t been assigned yet, or the teaching assignments may not be finalized until closer to the start of the semester. +If it’s a tutorial, it may be led by a teaching assistant, which is why no instructor is listed. + +Make sure you don’t wait for an instructor to be assigned before registering, as courses may fill up by then. \ No newline at end of file From ad983a34aeade7a0bf90a71d337208f44f65a8ac Mon Sep 17 00:00:00 2001 From: Riley Lutz Date: Tue, 17 Jun 2025 15:24:18 -0400 Subject: [PATCH 11/21] updated faq content: are all sections the same --- .../faqs/are-all-sections-the-same.md | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/content/resources/faqs/are-all-sections-the-same.md b/content/resources/faqs/are-all-sections-the-same.md index e55ca5b78..21daa3abc 100644 --- a/content/resources/faqs/are-all-sections-the-same.md +++ b/content/resources/faqs/are-all-sections-the-same.md @@ -1,15 +1,23 @@ --- -title: "" +title: "Are all sections of a course the same?" date: 2025-06-16T00:00:00Z last_updated: 2025-06-16T00:00:00Z draft: false -layout: article-question -summary: "" +layout: faq-question +summary: "Sections can differ depending on the instructor's grading curriculum and how the class is delivered (location, time, section type)." contributors: -- +- Riley Lutz +- Aditya "Jacc" Padmakar sources: - - name: - link: + - name: Course Delivery Types + link: https://carleton.ca/registration/course-delivery-types/ + - name: COMP 1405 / 1406 Z Section + link: https://ccss.carleton.ca/resources/faqs/comp1405-z-section/ related: - ---- \ No newline at end of file +--- +While the learning outcomes and core content of a course are the same across all sections, there may be a few minor differences. Different instructors may have different grade breakdowns, assignment and test schedules, and slight differences in the order or focus of the course content. + +Other differences between sections may include the [section type](https://carleton.ca/registration/course-delivery-types/) [1] (e.g., in-person vs. online, scheduled vs. unscheduled), class times or their location on campus. + +An exception to this is the [1405/1406 Z section](https://ccss.carleton.ca/resources/faqs/comp1405-z-section/) [2], which covers the same content as other sections but at twice the speed, allowing you to complete both courses within the fall semester. From ebb9452ccef895f1f6f0e6afae0ca9ebac5cb090 Mon Sep 17 00:00:00 2001 From: Riley Lutz Date: Tue, 17 Jun 2025 16:59:10 -0400 Subject: [PATCH 12/21] updated faq content: contact for registration help --- .../faqs/contact-for-registration-help.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/content/resources/faqs/contact-for-registration-help.md b/content/resources/faqs/contact-for-registration-help.md index e55ca5b78..2cab98ce9 100644 --- a/content/resources/faqs/contact-for-registration-help.md +++ b/content/resources/faqs/contact-for-registration-help.md @@ -1,15 +1,19 @@ --- -title: "" +title: "Who should I contact if I need help with registration?" date: 2025-06-16T00:00:00Z last_updated: 2025-06-16T00:00:00Z draft: false -layout: article-question -summary: "" +layout: faq-question +summary: "Contact the academic advisors at scs.ug.advisor@carleton.ca" contributors: -- +- Riley Lutz +- Aditya "Jacc" Padmakar sources: - - name: - link: + - name: Registration Guide + link: https://carleton.ca/registration/ related: - ---- \ No newline at end of file +--- +Academic Advisors with the School of Computer Science are your main point of contact for questions about course selection, your degree requirements, reduced course loads, and more. You can reach them at scs.ug.advisor@carleton.ca. + +For help with the registration process, check out [this guide](https://carleton.ca/registration/) [1] or contact the Registrar’s Office at registrar@carleton.ca or call 613-520-3500 during business hours. \ No newline at end of file From 34ac28fb30847e23a1960fa0c9f9f36b503aed35 Mon Sep 17 00:00:00 2001 From: Riley Lutz Date: Tue, 17 Jun 2025 17:04:13 -0400 Subject: [PATCH 13/21] updated faq content: which courses can I take as electives --- .../which-courses-can-I-take-as-electives.md | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/content/resources/faqs/which-courses-can-I-take-as-electives.md b/content/resources/faqs/which-courses-can-I-take-as-electives.md index e55ca5b78..055c79851 100644 --- a/content/resources/faqs/which-courses-can-I-take-as-electives.md +++ b/content/resources/faqs/which-courses-can-I-take-as-electives.md @@ -1,15 +1,21 @@ --- -title: "" -date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +title: "Which courses can I take as electives?" +date: 2025-06-17T00:00:00Z +last_updated: 2025-06-17T00:00:00Z draft: false -layout: article-question +layout: faq-question summary: "" contributors: -- +- Riley Lutz +- Aditya "Jacc" Padmakar sources: - - name: - link: + - name: Electives and prohibited courses + link: https://carleton.ca/scs/current-students/undergraduate-students/help-selecting-courses/electives-and-prohibited-courses/ + - name: Computer science course calendar + link: https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/ related: - ---- \ No newline at end of file +--- +You can take any course offered at Carleton as an elective, except for a few [prohibited courses](https://calendar.carleton.ca/undergrad/courses/). The complete list of subjects and courses offered can be found [here](https://calendar.carleton.ca/undergrad/courses/). + +You must complete both your [breadth and free elective](https://carleton.ca/scs/current-students/undergraduate-students/help-selecting-courses/electives-and-prohibited-courses/) credits to satisfy your degree’s requirements. From 8bdca3f9daf1f5827bbf10d549305da24ba8fdd6 Mon Sep 17 00:00:00 2001 From: AJaccP Date: Fri, 20 Jun 2025 10:09:25 -0400 Subject: [PATCH 14/21] swap order of related and sources --- layouts/_default/article-question.html | 9 +++++---- layouts/_default/faq-question.html | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/layouts/_default/article-question.html b/layouts/_default/article-question.html index 3743685a8..608cfcfdc 100644 --- a/layouts/_default/article-question.html +++ b/layouts/_default/article-question.html @@ -28,7 +28,11 @@

{{ .Title }}

{{ end }} - {{ end }} + {{ end }} +
+
+ {{ partial "resources-related-content.html" . }} +
{{ with .Params.sources }}
@@ -44,9 +48,6 @@

{{ .Title }}

{{ end }}
{{ end }} -
- {{ partial "resources-related-content.html" . }} -
{{ end }} diff --git a/layouts/_default/faq-question.html b/layouts/_default/faq-question.html index 5c683eee1..d388fcc6f 100644 --- a/layouts/_default/faq-question.html +++ b/layouts/_default/faq-question.html @@ -30,6 +30,10 @@

{{ .Title }}

{{ end }}
+ +
{{ with .Params.sources }}
@@ -43,10 +47,7 @@

{{ .Title }}

{{ end }}
- {{ end }} - + {{ end }}
{{ end }} From 88c47ffea94d1cf4a380caf5a7f832cb7c9ea0bf Mon Sep 17 00:00:00 2001 From: AJaccP Date: Fri, 20 Jun 2025 10:34:20 -0400 Subject: [PATCH 15/21] split z section and comp 2000 level article --- .../first-year-course-selection-guide.md | 21 --- .../articles/reducing-second-year-workload.md | 144 ++++++++++++++++++ ...l-comp.md => should-you-take-z-section.md} | 135 +--------------- .../resources/topics/course-registration.md | 8 +- 4 files changed, 155 insertions(+), 153 deletions(-) delete mode 100644 content/resources/articles/first-year-course-selection-guide.md create mode 100644 content/resources/articles/reducing-second-year-workload.md rename content/resources/articles/{should-you-take-z-section-2000-level-comp.md => should-you-take-z-section.md} (53%) diff --git a/content/resources/articles/first-year-course-selection-guide.md b/content/resources/articles/first-year-course-selection-guide.md deleted file mode 100644 index 18ff0a63c..000000000 --- a/content/resources/articles/first-year-course-selection-guide.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "First-Year Course Selection Guide: Student Edition" -date: 2025-06-02T00:00:00Z -last_updated: 2025-06-02T00:00:00Z -draft: false -layout: article-question -summary: "An overview of recommended first-year COMP, MATH, and elective courses, along with common scheduling options to help you plan your timetable effectively." -contributors: -- "test" -sources: - - name: Test Name - link: https://ccss.carleton.ca/ -related: -- first-year-course-selection -- making-your-perfect-schedule ---- -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer laoreet fringilla elit, vel volutpat mi cursus eu. Maecenas id lacinia nisi. Vestibulum tincidunt orci in turpis commodo, eu sollicitudin mi imperdiet. Nullam in est quis mi malesuada iaculis. Mauris pellentesque quam est, vitae porta ante mattis ac. Nam porta sapien vel facilisis scelerisque. Integer arcu purus, molestie a massa sed, ultricies dictum libero. In aliquet ex nisi, condimentum sollicitudin sapien condimentum ut. Aliquam erat volutpat. Fusce volutpat risus odio. - -Sed tempus massa quis eros fermentum finibus. Cras maximus eu lorem eu sodales. Pellentesque venenatis sed ex ut bibendum. Duis laoreet mauris nulla, ac iaculis ex hendrerit sed. Aliquam euismod felis enim, et ultrices felis volutpat eu. Maecenas ante enim, interdum dapibus erat quis, semper pharetra nulla. Nullam luctus nisl eu imperdiet placerat. Pellentesque et felis sit amet enim elementum porta. Mauris elementum ex non auctor dictum. In volutpat justo a purus vulputate interdum. Aliquam molestie massa ullamcorper, facilisis mauris sit amet, condimentum orci. Vestibulum eu consectetur risus. Nulla pulvinar mi et tellus imperdiet, eu gravida risus molestie. Sed sed consequat neque, non pharetra mauris. Vivamus ut lacus a odio auctor rhoncus vel consequat orci. Duis sed turpis cursus, pharetra velit lacinia, sodales orci. - -Curabitur risus sapien, maximus quis enim at, ornare tincidunt ex. Integer luctus vel odio quis sodales. Nullam at ornare turpis. Integer consectetur odio sed mattis finibus. Pellentesque nulla nulla, tincidunt non pharetra sed, tempor vitae enim. Pellentesque est dui, bibendum non leo eget, vehicula mollis ipsum. In rhoncus metus diam, et eleifend velit tristique vitae. Aliquam leo libero, consequat in pellentesque quis, pellentesque vitae felis. Praesent libero felis, varius ac auctor quis, vehicula eget dolor. Fusce fermentum vel risus eget pulvinar. \ No newline at end of file diff --git a/content/resources/articles/reducing-second-year-workload.md b/content/resources/articles/reducing-second-year-workload.md new file mode 100644 index 000000000..a4cf3ee1c --- /dev/null +++ b/content/resources/articles/reducing-second-year-workload.md @@ -0,0 +1,144 @@ +--- +title: "Ways to Reduce Your Second Year Workload" +date: 2025-06-16T00:00:00Z +last_updated: 2025-06-20T00:00:00Z +draft: false +layout: article-question +summary: "Strategically selecting courses in your first year can help reduce your second-year workload and set you up for academic success." +contributors: +- Matthew MacRae-Bovell +- Aditya "Jacc" Padmakar +sources: +related: +- should-you-take-z-section +--- + +Strategically selecting courses in your first year can significantly lighten your second-year workload. One popular option is taking the COMP 1405/1406-Z section, and we've put together a [full guide](/resources/articles/should-you-take-z-section/) to help you decide if it's the right fit for you. + +However, the Z section isn't the only way to ease your second-year course load. There are many other approaches that are worth considering to build a more balanced academic path. + +
+ +### 1. Take a 2000-Level COMP Course in the Summer + +COMP 2401 and COMP 2402 have now been offered in the summer for the past few years. If you were to take any 2000-level COMP course during the summer of your first year, you could reduce the number of “heavy courses” you need to take in your second year fall term from four to three. + +
+ +### 2. Take STAT 2507 in First Year + +Taking STAT 2507 in first year reduces one of the required courses you’ll otherwise likely want to take in second year. + +By taking it in the Fall Term of your first year, you will end up with four perfectly balanced terms of “heavy” courses. This is the simplest way to logically lessen your 2nd year course load. + +
+ +### 3. Take MATH 2000+ Credit in First Year + +As early as winter of first-year, you can take a MATH 2000+ level course, which is a requirement of your major. + +However, by default you will have likely placed one of each of your 1000 level math requirements in each term to spread them out. + +This means if you blindly throw a MATH 2000+ course into your Winter Term, you will likely now have four heavy courses in the Winter Term of your first year. + +If you plan to do this, you should also move either your opposite MATH 1000 level requirement or COMP 1805 requirement to the fall to maintain having three perfectly balanced course loads. + +
+ +### 4. Push a 2000-Level Course to Third Year + +Instead of pushing courses earlier, you can also push them back further. + +Courses like STAT 2507, or your 2000 level MATH credit do not impact you gaining access to 3000 level COMP courses. + +You also are not going to take all your 3000 COMP courses in third year. So you do not need to complete all the necessary 2000 level prerequisites right away. + +
+ +### 5. Taking COMP 1805 in First-Year Fall Doesn’t Necessarily Lessen 2nd Year Course Load + +Taking COMP 1805 in first year fall does not really lessen your 2nd year course load unless you anticipate taking COMP 2804 in the winter of your 1st year. + +We recommend you **do not** take COMP 2804 before taking STAT 2507. Taking STAT 2507 before COMP 2804 makes the course experience easier because there is overlap between their material. + +If you just move COMP 1805 to the fall term of your first year, you’ll just end up with 3 “heavy courses” in the fall and 2 “heavy courses” in the winter. + +
+ +## Benefits of Reducing Your 2nd Year Course Load + +
+ +### 1. Better Prepared for Co-op or Internships + +Most students begin seriously preparing for internships and co-op placements in their second year, as that’s when co-op becomes available. Having extra time in your schedule means more opportunity to: +
    +
  • Work on personal projects that strengthen your resume
  • +
  • Research and apply to jobs earlier
  • +
  • Prepare for technical interviews
  • +
  • Attend networking events, info sessions, or career fairs
  • +
  • Get feedback on your resume and cover letters
  • +
+ +In contrast, students who are overwhelmed by the number of assignments in their heavy second-year course load often don’t have the time or energy to properly prepare—despite this being the most critical time to do so. + +
+ +### 2. Improved Grades and Wellbeing + +When you’re juggling too many demanding courses at once, it becomes harder to perform well in any of them. By spreading your required courses more evenly, you give yourself space to: +
    +
  • Spend more time understanding difficult concepts
  • +
  • Start projects and assignments earlier
  • +
  • Avoid burnout and maintain a healthier academic routine
  • +
+ +This often results in stronger grades and a more sustainable university experience. + +
+ +### 3. More Flexibility in Upper Years + +Finishing some required courses early can unlock more 3000-level COMP courses ahead of schedule giving you access to more scheduling options. + +
+ +## Why Shifting Courses to Your 1st Year Could Be a Bad Idea + +While there are clear advantages to lightening your second year, it’s important not to underestimate the adjustment period of the first year. + +You’re entering a brand-new environment and taking on too much too quickly can make it harder to adapt. + +Having a lighter first-year schedule gives you time to: +
    +
  • Attend campus events and club meetings
  • +
  • Make friends and build a social network
  • +
  • Get used to university-level studying and time management
  • +
  • Explore your interests and other domains of study
  • +
  • Ease into the higher expectations of post-secondary life
  • +
+ +The reality is: most first-year students benefit from a slower start. You’ll have plenty of time in future years to push yourself academically. Don’t burn yourself out before you even find your footing. + +
+ +## Which 2000-Level COMP Course Should I Take? + +The best options to take early are **COMP 2401** or **COMP 2402**, as both serve as prerequisites for a large number of proceeding courses. Taking either of these in your first year will give you more flexibility and more course registration options in second year. + +
+ +**COMP 2401 (Introduction to Systems Programming)** is a prerequisite for: +- COMP 2404 (Introduction to Software Engineering) +- COMP 3000 (Operating Systems) + +
+ +**COMP 2402 (Abstract Data Types and Algorithms)** is a prerequisite for: +- COMP 3000 (Operating Systems) +- COMP 3005 (Database Management Systems) +- COMP 3007 (Programming Paradigms) + +
+ +If you haven’t taken COMP 1805 in the fall (which is required before taking COMP 2804), then your only other real option is **COMP 2406 (Fundamentals of Web Applications)**. While COMP 2406 does teach valuable, practical skills that can be leveraged for industry jobs, it doesn’t unlock any new courses by itself. It’s a prerequisite for COMP 3004, but COMP 3004 also requires COMP 2404, which you can’t take without first completing COMP 2401. diff --git a/content/resources/articles/should-you-take-z-section-2000-level-comp.md b/content/resources/articles/should-you-take-z-section.md similarity index 53% rename from content/resources/articles/should-you-take-z-section-2000-level-comp.md rename to content/resources/articles/should-you-take-z-section.md index 079e090a5..b714850ee 100644 --- a/content/resources/articles/should-you-take-z-section-2000-level-comp.md +++ b/content/resources/articles/should-you-take-z-section.md @@ -1,7 +1,7 @@ --- -title: "Should You Take COMP 1405-Z and 2000-Level COMP Courses In First Year?" +title: "Should You Take COMP 1405/1406-Z?" date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false layout: article-question summary: "Taking the accelerated COMP 1405 Z section enables you to take 2000-level COMP courses earlier, but it’s not necessarily the right choice for everyone." @@ -12,10 +12,10 @@ sources: - name: COMP 1405 Z Syllabus link: https://outline.scs.carleton.ca/media/2023/F/COMP1405ZF2023/COMP-1405-Z-F-2023.pdf related: -- +- reducing-second-year-workload --- -Enrolling in the accelerated COMP 1405/6-Z section allows you to receive credit for both COMP 1405 and COMP 1406 by the **end of your first-year fall term.** +Enrolling in the accelerated COMP 1405/1406-Z section allows you to receive credit for both COMP 1405 and COMP 1406 by the **end of your first-year fall term.** This unlocks the ability to take **2000-level COMP courses in the winter term** of your first year. @@ -189,130 +189,7 @@ You now have four perfectly balanced terms of **three heavy courses each**. Yes. There are other ways. -While taking COMP 2000-level courses early is the most direct method and comes with the added advantage of enabling you to learn job related skills earlier, there are other strategic ways to balance your course load and reduce the pressure of second year without overloading your first-year schedule. +While taking COMP 2000-level courses early is the most direct method and comes with the added advantage of enabling you to learn job related skills earlier, there are other strategic ways to balance your course load and reduce the pressure of second year. -
- -### 1. Take a 2000-Level COMP Course in the Summer - -COMP 2401 and COMP 2402 have now been offered in the summer for the past few years. If you were to take any 2000-level COMP course during the summer of your first year, you could reduce the number of “heavy courses” you need to take in your second year fall term from four to three. - -
- -### 2. Take STAT 2507 in First Year - -Taking STAT 2507 in first year reduces one of the required courses you’ll otherwise likely want to take in second year. - -By taking it in the Fall Term of your first year, you will end up with four perfectly balanced terms of “heavy” courses. This is the simplest way to logically lessen your 2nd year course load. - -
- -### 3. Take MATH 2000+ Credit in First Year - -As early as winter of first-year, you can take a MATH 2000+ level course, which is a requirement of your major. - -However, by default you will have likely placed one of each of your 1000 level math requirements in each term to spread them out. - -This means if you blindly throw a MATH 2000+ course into your Winter Term, you will likely now have four heavy courses in the Winter Term of your first year. - -If you plan to do this, you should also move either your opposite MATH 1000 level requirement or COMP 1805 requirement to the fall to maintain having three perfectly balanced course loads. - -
- -### 4. Push a 2000-Level Course to Third Year - -Instead of pushing courses earlier, you can also push them back further. - -Courses like STAT 2507, or your 2000 level MATH credit do not impact you gaining access to 3000 level COMP courses. - -You also are not going to take all your 3000 COMP courses in third year. So you do not need to complete all the necessary 2000 level prerequisites right away. - -
- -### 5. Taking COMP 1805 in First-Year Fall Doesn’t Necessarily Lessen 2nd Year Course Load - -Taking COMP 1805 in first year fall does not really lessen your 2nd year course load unless you anticipate taking COMP 2804 in the winter of your 1st year. - -We recommend you **do not** take COMP 2804 before taking STAT 2507. Taking STAT 2507 before COMP 2804 makes the course experience easier because there is overlap between their material. - -If you just move COMP 1805 to the fall term of your first year, you’ll just end up with 3 “heavy courses” in the fall and 2 “heavy courses” in the winter. - -
- -## Benefits of Reducing Your 2nd Year Course Load - -
- -### 1. Better Prepared for Co-op or Internships - -Most students begin seriously preparing for internships and co-op placements in their second year, as that’s when co-op becomes available. Having extra time in your schedule means more opportunity to: -
    -
  • Work on personal projects that strengthen your resume
  • -
  • Research and apply to jobs earlier
  • -
  • Prepare for technical interviews
  • -
  • Attend networking events, info sessions, or career fairs
  • -
  • Get feedback on your resume and cover letters
  • -
- -In contrast, students who are overwhelmed by the number of assignments in their heavy second-year course load often don’t have the time or energy to properly prepare—despite this being the most critical time to do so. - -
- -### 2. Improved Grades and Wellbeing - -When you’re juggling too many demanding courses at once, it becomes harder to perform well in any of them. By spreading your required courses more evenly, you give yourself space to: -
    -
  • Spend more time understanding difficult concepts
  • -
  • Start projects and assignments earlier
  • -
  • Avoid burnout and maintain a healthier academic routine
  • -
- -This often results in stronger grades and a more sustainable university experience. - -
- -### 3. More Flexibility in Upper Years - -Finishing some required courses early can unlock more 3000-level COMP courses ahead of schedule giving you access to more scheduling options. - -
- -## Why Shifting Courses to Your 1st Year Could Be a Bad Idea - -While there are clear advantages to lightening your second year, it’s important not to underestimate the adjustment period of the first year. - -You’re entering a brand-new environment and taking on too much too quickly can make it harder to adapt. - -Having a lighter first-year schedule gives you time to: -
    -
  • Attend campus events and club meetings
  • -
  • Make friends and build a social network
  • -
  • Get used to university-level studying and time management
  • -
  • Explore your interests and other domains of study
  • -
  • Ease into the higher expectations of post-secondary life
  • -
- -The reality is: most first-year students benefit from a slower start. You’ll have plenty of time in future years to push yourself academically. Don’t burn yourself out before you even find your footing. - -
- -## Which 2000-Level COMP Course Should I Take? - -The best options to take early are **COMP 2401** or **COMP 2402**, as both serve as prerequisites for a large number of proceeding courses. Taking either of these in your first year will give you more flexibility and more course registration options in second year. - -
- -**COMP 2401 (Introduction to Systems Programming)** is a prerequisite for: -- COMP 2404 (Introduction to Software Engineering) -- COMP 3000 (Operating Systems) - -
- -**COMP 2402 (Abstract Data Types and Algorithms)** is a prerequisite for: -- COMP 3000 (Operating Systems) -- COMP 3005 (Database Management Systems) -- COMP 3007 (Programming Paradigms) - -
+If it’s not the right fit for you, check out our guide on [reducing your second-year course load](/resources/articles/reducing-second-year-workload/) to explore other ways to plan ahead and build a more balanced schedule. -If you haven’t taken COMP 1805 in the fall (which is required before taking COMP 2804), then your only other real option is **COMP 2406 (Fundamentals of Web Applications)**. While COMP 2406 does teach valuable, practical skills that can be leveraged for industry jobs, it doesn’t unlock any new courses by itself. It’s a prerequisite for COMP 3004, but COMP 3004 also requires COMP 2404, which you can’t take without first completing COMP 2401. diff --git a/content/resources/topics/course-registration.md b/content/resources/topics/course-registration.md index bb25abeea..dda1116fd 100644 --- a/content/resources/topics/course-registration.md +++ b/content/resources/topics/course-registration.md @@ -8,9 +8,11 @@ layout: resource-topic header_image_url: images/general/game_lab.jpg articles: - why-you-should-consider-a-minor -- should-you-take-z-section-2000-level-comp -- why-you-should-consider-a-minor -- why-you-should-consider-a-minor +- should-you-take-z-section +- reducing-second-year-workload +- things-to-consider-while-making-schedule +- which electives-should-I-take +- useful-carleton-webpages faqs: - comp1405-z-section - free-vs-breadth-electives From e63d143e0ca0d7760b36033cf8d21ee630430052 Mon Sep 17 00:00:00 2001 From: AJaccP Date: Fri, 20 Jun 2025 11:47:31 -0400 Subject: [PATCH 16/21] add veronica articles --- assets/scss/components/_article-question.scss | 2 + assets/scss/components/_faq-topic.scss | 2 +- ...hings-to-consider-while-making-schedule.md | 100 ++++++++++++++++-- .../articles/which-electives-should-I-take.md | 100 ++++++++++++++++-- .../resources/topics/course-registration.md | 2 +- 5 files changed, 187 insertions(+), 19 deletions(-) diff --git a/assets/scss/components/_article-question.scss b/assets/scss/components/_article-question.scss index 37925dd46..c91168611 100644 --- a/assets/scss/components/_article-question.scss +++ b/assets/scss/components/_article-question.scss @@ -23,6 +23,7 @@ margin: 0 auto; height: fit-content; padding: 2.5rem; + line-height: 1.6rem; } &__title { @@ -53,6 +54,7 @@ &__summary { font-size: 1.5rem; margin-bottom: 2.25rem; + line-height: 1.6rem; } &__last-updated { diff --git a/assets/scss/components/_faq-topic.scss b/assets/scss/components/_faq-topic.scss index 21af173ea..1bc1dfbdf 100644 --- a/assets/scss/components/_faq-topic.scss +++ b/assets/scss/components/_faq-topic.scss @@ -73,7 +73,7 @@ } h4 { - min-height: 4rem; + min-height: 3.7rem; @media (max-width: 600px) { min-height: 2.5rem; diff --git a/content/resources/articles/things-to-consider-while-making-schedule.md b/content/resources/articles/things-to-consider-while-making-schedule.md index e7c5cea82..1026a50bc 100644 --- a/content/resources/articles/things-to-consider-while-making-schedule.md +++ b/content/resources/articles/things-to-consider-while-making-schedule.md @@ -1,15 +1,99 @@ --- -title: "" -date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +title: "Making a Balanced Course Schedule" +date: 2025-06-20T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false layout: article-question -summary: "" +summary: "Careful planning can help you create a timetable that supports your academic goals, fits your lifestyle, and keeps your workload manageable." contributors: -- +- Veronica Mordvinova sources: - - name: - link: + - name: BCS first year course selection guide + link: "https://carleton.ca/registration/course-selection-guide/bcs/" + - name: Time Tickets + link: "https://carleton.ca/registration/dates/timetickets/" + - name: Waitlists + link: "https://carleton.ca/registration/waitlisting/" + - name: School of Computer Science old course outlines + link: "https://outline.scs.carleton.ca/" + - name: Academic Dates and Deadlines + link: "https://students.carleton.ca/academic-dates/" related: - ---- \ No newline at end of file +--- + +### Consider all the Possibilities + +When you are initially building your schedule, you might find it helpful to **start by adding in all possible sections** of your mandatory classes, and do the same for any elective classes you absolutely want to take. + +While this may look a little scary at first, you will have a visual representation of classes that may cause timing conflicts in your schedule - which makes planning your classes a bit easier. + +If you are going into your first year, classes that you will (likely) need to add are: +- COMP 1405 +- COMP 1406 +- COMP 1805 +- MATH 1007 +- MATH 1104 + +You can visit [this](https://carleton.ca/registration/course-selection-guide/bcs/) SCS page to view suggested course sequences for first-year students, if you’re curious about when students typically take the courses mentioned above. + +
+ +### Class Timing +An important thing to consider when planning your schedule is class timing, as it can impact your class attendance, or how successful you are in the course. + +**Are you a morning person?** If yes, maybe you want to consider taking early morning classes to free up the rest of your day. + +**Are you a night owl who wakes up late?** If this is the case, maybe willingly adding an 8:30 am class into your scheduling is a bad idea. + +Do you **have obligations during the evening, or just like hanging out at night?** If so, you might want to consider taking classes earlier in the day, or taking “unscheduled” courses that are flexible as to when classwork needs to be completed. + +If you’re a **commuter student** - you might want to consider trying to **limit your in-person classes to certain days**, in order to save you some travel time. + +
+ +### Lunch Time +When adding classes, you may be tempted to add all of your classes consecutively to consolidate your classes to two or three days of your schedule. + +While you might think you’ll be okay - consider planning a gap in your schedule in order to **have time to eat your lunch.** It likely won’t be possible to align it to a certain time frame, but having time to refuel in order to be able to focus in class is critical! + +
+ +### Other Factors (Outside of Timing) to Consider +Outside of class timing, there are a couple of other factors that you should take into consideration when planning your classes. + +Here are some guiding questions: +- What kind of course is it? Is it a mandatory class? Is it a prerequisite for other classes? +- Is it online-friendly? Are there live lectures or is it unscheduled? +- Do you need to sprint across campus between blocks? + +
+ +### Time-Ticket Madness +If you are not one of the lucky few to have an early registration [time ticket](https://carleton.ca/registration/dates/timetickets/), the initial schedule that you made may not work out, as **some classes may fill up before your time ticket.** In order to prevent this being an issue for you - you can do a couple of things to prepare. + +First off, before your time ticket, you can **create multiple different versions of your schedule** with different sections of the same classes. However, this isn’t fail-proof, and one of the classes that you were interested in taking might be entirely full. Since there is always a probability of this happening, be prepared to revise your schedule right before your timeslot, in order to not have to rush to adjust courses when it opens. + +If there is a course that you have your heart set on, but it fills up before you’re able to register - you might be able to join a [waitlist](https://carleton.ca/registration/waitlisting/) for the course. Oftentimes, a couple of students will drop any given course, meaning that there is a chance that you’d be able to register in it closer to/during the term. + +
+ +### Rate My Prof +While you may be tempted to solely base your professor choices on their RateMyProf ratings - it is best to **take them with a grain of salt.** However, if most of the reviews are positive - then the rating is more likely to be credible, as negative reviews are sometimes written in reaction to getting a bad grade in the class (which can be a result of lack of engagement in the course on the student’s part). + +If you are seeking to get insight on which professor you might want to choose, you can **ask upper year students for advice!** + +You can also check out [past course outlines](https://outline.scs.carleton.ca/) to see how specific instructors have strucutured their course in the past. + +**NOTE:** *Course outlines can change each year. Use past outlines as a reference only, and don’t rely on them as a guarantee of what the course will be like this year.* + +
+ +### No Schedule is Perfect +Even if your schedule doesn’t turn out perfectly - whether due to factors beyond your control or decisions you later wish you’d made differently - it’s not the end of the world. Take note of what didn’t work and use that insight to improve your planning the next time course registration comes around. + +If you ever want to make changes to your courses down the line, **you are able to drop and add courses until the respective deadlines**, which you can find in the [Academic Calendar](https://students.carleton.ca/academic-dates/). + + + + diff --git a/content/resources/articles/which-electives-should-I-take.md b/content/resources/articles/which-electives-should-I-take.md index e55ca5b78..4ad1c83b8 100644 --- a/content/resources/articles/which-electives-should-I-take.md +++ b/content/resources/articles/which-electives-should-I-take.md @@ -1,15 +1,97 @@ --- -title: "" -date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +title: "Which Electives Should You Take?" +date: 2025-06-20T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false layout: article-question -summary: "" +summary: "There are a lot of options for Computer Science students to explore electives that match their interests, fulfill degree requirements, and even help complete a minor." contributors: -- +- Veronica Mordvinova sources: - - name: - link: + - name: Undergraduate Courses + link: "https://calendar.carleton.ca/undergrad/courses/" + - name: Prohibited courses for computer science students + link: "https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#text:~:text=Natural%20Science%20Electives-,Prohibited%20Courses,-The%20following%20courses" + - name: Maximum Number of Credits Below the 2000-level + link: "https://carleton.ca/scs/current-students/undergraduate-students/courses-and-registration/#UG_electives_and_prohibited:~:text=IMPORTANT%3A%20Maximum%20Number%20of%20Credits%20Below%20the%202000%2Dlevel." related: -- ---- \ No newline at end of file +- why-you-should-consider-a-minor +--- +When trying to figure out which electives might be best for you - there are a few things that you might want to consider. Whether that might be making the best use of your breadth and free electives, getting a minor, or strategically planning your electives to be able to take online courses during the summer, there are a lot of options for Computer Science students! + +Before we get started - you can find the complete list of course offerings [here](https://calendar.carleton.ca/undergrad/courses/). Also be sure to check the list of [prohibited courses](https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#text:~:text=Natural%20Science%20Electives-,Prohibited%20Courses,-The%20following%20courses) that cannot be used for credit in the Computer Science program. + +
+ +### Take Courses Based on Your Interests +When planning your electives, make sure that you are **selecting courses that genuinely interest you**, and not just “bird” courses (courses that you think will be easy). While it is tempting to select electives based on their difficulty, as opposed to anything else, you might get stuck in a course that you find uninteresting or that you dislike the material of, and struggle to complete assessments because of it. + +Another consideration is that **you can only take up to 7.0 credits of 1000-level courses**, including mandatory classes. If you end up liking a course, and it is a prerequisite for a subsequent series of courses that is 2000-level or above, you can take those courses and avoid going past that limit. + +When else will you be in a setting that encourages you to explore different interests through courses taught by experts in those fields? + +
+ +### Consider Adding a Minor to Your Degree +A BCS student can **add up to 2 program elements**, which can be a combination of minors and streams, and the degree has enough elective credits to complete any minor. If you have any interests outside of CS, or would like to do courses that complement it, you should consider [getting a minor](https://admissions.carleton.ca/minors/)! + +
+ +### Strategic Elective Planning +Do you plan to do courses during the summer or during your co-op terms? Some courses are often offered online, and some are even offered “unscheduled” (meaning that there are no scheduled lecture times). + +These courses are good to “save” for co-op terms, as these courses can be done after work hours, and if you are in a different city - there is a chance that evaluations will be accessible as well! + +
+ +### Common Electives for CS Students +If you’re looking for a place to start planning your electives, consider looking into the following common elective choices: +- CGSC 1001 - Mysteries of the Mind + - If you want to learn how computer science concepts like AI work at a high level, and how it applies to studying the working mind +- LING 1001 - Introduction to Linguistics I +- LING 1100 - Mysteries of Language + - If you are interested in language processing (a subset of AI!) +- PHIL 2001 - Introduction to Logic + - If formal logic and proofs interest you +- PHIL 2003 - Critical Thinking + - If you are interested in critical reasoning and logical patterns of thought + - Both PHIL 2001 and 2003 also overlap in content with COMP 1805 (Discrete Strucutures I), which is a required course for our degree. + + +#### Other Common Electives +If you **liked biology in high school:** +- BIOL 1010 - Biotechnology and Society +- BIOL 1902 - Natural History +- PSYC 1001 - Introduction to Psychology +- NEUR 1202 - Neuroscience of Mental Health and Psychiatric Disease +- NEUR 1203 - Neuroscience of Mental Health and Neurological Disease + +If you **enjoyed physics in high school:** +- PHYS 1901 - Planetary Astronomy +- PHYS 1902 - From our Star to the Cosmos +- PHYS 1905 - Physics Behind Everyday Life +- PHYS 2903 - Physics Towards the Future + +If you **have a Letterboxd account (if you like watching movies):** +- FILM 1101 - Introduction to Film Studies +- FILM 2001 - Film History and Analysis I + - Prerequisites: FILM 1101 and second year standing +- FILM 2002 - Film History and Analysis II + - Prerequisites: FILM 1101 and second year standing + +If you are a **fan of Suits (if you are interested in law):** +- LAWS 1001 - Introduction to Legal Studies I +- LAWS 1002 - Introduction to Legal Studies II + +If you are **interested in classical history and literature:** +- CLCV 1002 - Survey of Greek Civilization +- CLCV 1003 - Survey of Roman Civilization + + + + + + + + + diff --git a/content/resources/topics/course-registration.md b/content/resources/topics/course-registration.md index dda1116fd..3c33e28df 100644 --- a/content/resources/topics/course-registration.md +++ b/content/resources/topics/course-registration.md @@ -11,7 +11,7 @@ articles: - should-you-take-z-section - reducing-second-year-workload - things-to-consider-while-making-schedule -- which electives-should-I-take +- which-electives-should-I-take - useful-carleton-webpages faqs: - comp1405-z-section From d21da055950defcef3b9eafd607e87cf9c247213 Mon Sep 17 00:00:00 2001 From: AJaccP Date: Fri, 20 Jun 2025 12:22:54 -0400 Subject: [PATCH 17/21] update article order --- .../resources/articles/which-electives-should-I-take.md | 3 +++ content/resources/topics/course-registration.md | 7 +++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/content/resources/articles/which-electives-should-I-take.md b/content/resources/articles/which-electives-should-I-take.md index 4ad1c83b8..0108da71f 100644 --- a/content/resources/articles/which-electives-should-I-take.md +++ b/content/resources/articles/which-electives-should-I-take.md @@ -14,8 +14,11 @@ sources: link: "https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#text:~:text=Natural%20Science%20Electives-,Prohibited%20Courses,-The%20following%20courses" - name: Maximum Number of Credits Below the 2000-level link: "https://carleton.ca/scs/current-students/undergraduate-students/courses-and-registration/#UG_electives_and_prohibited:~:text=IMPORTANT%3A%20Maximum%20Number%20of%20Credits%20Below%20the%202000%2Dlevel." + - name: Adding a Minor + link: "https://admissions.carleton.ca/minors/" related: - why-you-should-consider-a-minor +- free-vs-breadth-electives --- When trying to figure out which electives might be best for you - there are a few things that you might want to consider. Whether that might be making the best use of your breadth and free electives, getting a minor, or strategically planning your electives to be able to take online courses during the summer, there are a lot of options for Computer Science students! diff --git a/content/resources/topics/course-registration.md b/content/resources/topics/course-registration.md index 3c33e28df..c24abf28c 100644 --- a/content/resources/topics/course-registration.md +++ b/content/resources/topics/course-registration.md @@ -7,12 +7,11 @@ url: "/resources/course-registration" layout: resource-topic header_image_url: images/general/game_lab.jpg articles: -- why-you-should-consider-a-minor +- which-electives-should-I-take +- things-to-consider-while-making-schedule - should-you-take-z-section - reducing-second-year-workload -- things-to-consider-while-making-schedule -- which-electives-should-I-take -- useful-carleton-webpages +- why-you-should-consider-a-minor faqs: - comp1405-z-section - free-vs-breadth-electives From 2f0223f1b685d7bafb28887e108ab4bf59317638 Mon Sep 17 00:00:00 2001 From: AJaccP Date: Fri, 20 Jun 2025 13:47:16 -0400 Subject: [PATCH 18/21] update line spacing and conditionally render sources heading --- assets/scss/components/_article-question.scss | 4 +-- assets/scss/components/_faq-question.scss | 17 ++++++++++-- layouts/_default/article-question.html | 24 +++++++++-------- layouts/_default/faq-question.html | 26 ++++++++++--------- 4 files changed, 44 insertions(+), 27 deletions(-) diff --git a/assets/scss/components/_article-question.scss b/assets/scss/components/_article-question.scss index c91168611..1d4090aa2 100644 --- a/assets/scss/components/_article-question.scss +++ b/assets/scss/components/_article-question.scss @@ -22,8 +22,7 @@ max-width: 65rem; margin: 0 auto; height: fit-content; - padding: 2.5rem; - line-height: 1.6rem; + padding: 2.5rem; } &__title { @@ -65,6 +64,7 @@ &__body { font-size: 1.15rem; margin: 3rem 0; + line-height: 1.6rem; } &__sources { diff --git a/assets/scss/components/_faq-question.scss b/assets/scss/components/_faq-question.scss index 76827317c..166535016 100644 --- a/assets/scss/components/_faq-question.scss +++ b/assets/scss/components/_faq-question.scss @@ -4,19 +4,30 @@ min-height: 90vh; height: fit-content; padding-bottom: 5rem; + a { + color: #c40729; + } + + a:hover { + color: #ff1f48; + } + + a:visited { + color: #c40729; + } } &__content { max-width: 65rem; margin: 0 auto; height: fit-content; - padding: 2.5rem; + padding: 2.5rem; } &__title { font-size: 2.5rem; font-weight: 700; - margin-bottom: 2rem; + height: fit-content; } &__contributors { @@ -26,6 +37,7 @@ &__summary { font-size: 1.5rem; margin-bottom: 2rem; + line-height: 1.8rem; } &__last-updated { @@ -37,6 +49,7 @@ font-size: 1.15rem; margin: 3rem 0; margin-bottom: 4rem; + line-height: 1.6rem; } &__sources { diff --git a/layouts/_default/article-question.html b/layouts/_default/article-question.html index 608cfcfdc..036c9001d 100644 --- a/layouts/_default/article-question.html +++ b/layouts/_default/article-question.html @@ -35,18 +35,20 @@

{{ .Title }}

{{ with .Params.sources }} -
-
- - Links and Sources + {{ if gt (len .) 0 }} +
+
+ + Links and Sources +
+ {{ range $index, $source := . }} +

+ ({{ add $index 1 }}) + {{ $source.name }} +

+ {{ end }}
- {{ range $index, $source := . }} -

- ({{ add $index 1 }}) - {{ $source.name }} -

- {{ end }} -
+ {{ end }} {{ end }}
diff --git a/layouts/_default/faq-question.html b/layouts/_default/faq-question.html index d388fcc6f..e11393af5 100644 --- a/layouts/_default/faq-question.html +++ b/layouts/_default/faq-question.html @@ -35,19 +35,21 @@

{{ .Title }}

{{ with .Params.sources }} -
-
- - Links and Sources + {{ if gt (len .) 0 }} +
+
+ + Links and Sources +
+ {{ range $index, $source := . }} +

+ ({{ add $index 1 }}) + {{ $source.name }} +

+ {{ end }}
- {{ range $index, $source := . }} -

- ({{ add $index 1 }}) - {{ $source.name }} -

- {{ end }} -
- {{ end }} + {{ end }} + {{ end }}
{{ end }} From 96122bb8ad8b6100c22beb18ddc2450a1b2ff83e Mon Sep 17 00:00:00 2001 From: AJaccP Date: Fri, 20 Jun 2025 16:04:50 -0400 Subject: [PATCH 19/21] faq edits --- .../faqs/are-all-sections-the-same.md | 12 +++++----- ...I-take-2000-level-courses-in-first-year.md | 12 +++++----- .../faqs/comp-1005-1006-vs-1405-1406.md | 21 +++++++++++------- content/resources/faqs/comp1405-z-section.md | 12 +++++----- .../faqs/contact-for-registration-help.md | 6 ++--- .../faqs/course-does-not-have-instructor.md | 13 +++++------ .../faqs/first-year-courses-order.md | 22 +++++++++++++++++++ .../faqs/free-vs-breadth-electives.md | 20 +++++++++++------ .../faqs/how-do-I-register-for-courses.md | 15 ------------- .../faqs/how-many-courses-in-a-semester.md | 14 ++++++------ .../resources/faqs/lectures-vs-tutorials.md | 10 ++++----- content/resources/faqs/override-request.md | 12 +++++----- .../faqs/scheduled-vs-unscheduled-courses.md | 20 ++++++++--------- .../faqs/should-I-register-for-both-terms.md | 10 ++++----- .../resources/faqs/stat-2507-in-first-year.md | 21 +++++++++++------- .../faqs/switch-courses-after-registering.md | 18 +++++++-------- .../resources/faqs/what-are-time-tickets.md | 12 +++++----- .../which-courses-can-I-take-as-electives.md | 18 ++++++++------- .../faqs/which-courses-in-first-year.md | 16 +++++++------- .../resources/topics/course-registration.md | 18 ++++++++++++++- layouts/_default/faq-question.html | 2 +- 21 files changed, 172 insertions(+), 132 deletions(-) create mode 100644 content/resources/faqs/first-year-courses-order.md delete mode 100644 content/resources/faqs/how-do-I-register-for-courses.md diff --git a/content/resources/faqs/are-all-sections-the-same.md b/content/resources/faqs/are-all-sections-the-same.md index 21daa3abc..1d0a2cf3f 100644 --- a/content/resources/faqs/are-all-sections-the-same.md +++ b/content/resources/faqs/are-all-sections-the-same.md @@ -1,13 +1,13 @@ --- title: "Are all sections of a course the same?" date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false layout: faq-question -summary: "Sections can differ depending on the instructor's grading curriculum and how the class is delivered (location, time, section type)." +summary: "All sections cover the same content, but there may be minor differences such as the instructor, schedule and more." contributors: - Riley Lutz -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: - name: Course Delivery Types link: https://carleton.ca/registration/course-delivery-types/ @@ -16,8 +16,8 @@ sources: related: - --- -While the learning outcomes and core content of a course are the same across all sections, there may be a few minor differences. Different instructors may have different grade breakdowns, assignment and test schedules, and slight differences in the order or focus of the course content. +While the **learning outcomes** and core content of a course are the **same across all sections**, there may be a few **minor differences**. Different instructors may have different grade breakdowns, assignment and test schedules, and slight differences in the order or focus of the course content. -Other differences between sections may include the [section type](https://carleton.ca/registration/course-delivery-types/) [1] (e.g., in-person vs. online, scheduled vs. unscheduled), class times or their location on campus. +Other differences between sections may include the [section type](https://carleton.ca/registration/course-delivery-types/) (e.g., in-person vs. online, scheduled vs. unscheduled), class times, or their location on campus. -An exception to this is the [1405/1406 Z section](https://ccss.carleton.ca/resources/faqs/comp1405-z-section/) [2], which covers the same content as other sections but at twice the speed, allowing you to complete both courses within the fall semester. +An **exception to this is the [1405/1406 Z section](/resources/faqs/comp1405-z-section/)**, which covers the same content as other sections but at twice the speed, allowing you to complete both courses within the fall semester. diff --git a/content/resources/faqs/can-I-take-2000-level-courses-in-first-year.md b/content/resources/faqs/can-I-take-2000-level-courses-in-first-year.md index 92d7c7dce..d98c46855 100644 --- a/content/resources/faqs/can-I-take-2000-level-courses-in-first-year.md +++ b/content/resources/faqs/can-I-take-2000-level-courses-in-first-year.md @@ -1,13 +1,13 @@ --- -title: "Can I take 2nd year courses in 1st year?" +title: "Can I take second year courses in first year?" date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false layout: faq-question -summary: "2nd year courses can be taken in first year if you meet the requirements listed in the undergrad calendar or with a approved registration override request." +summary: "You may be able to take some 2000+ level courses if you meet the prerequisites" contributors: - Riley Lutz -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: - name: Year standing link: https://carleton.ca/academicadvising/year-standing/ @@ -19,6 +19,6 @@ related: - --- -Yes, it may be possible to take 2000-level or higher courses if you meet the requirements. Registering for a course depends on prerequisite requirements such as having a passing grade in certain other courses, or meeting a certain [year standing](https://carleton.ca/academicadvising/year-standing/) [1]. You can find these requirements in the course’s description in the [undergraduate calendar](https://calendar.carleton.ca/undergrad/courses/) [2]. +Yes, you may be able to take some 2000-level or higher courses if you **meet the prerequisite requirements**. Registering for a course depends on prerequisites such as having a passing grade in certain other courses, or meeting a certain [year standing](https://carleton.ca/academicadvising/year-standing/). You can find these requirements in the **course’s description in the [undergraduate calendar](https://calendar.carleton.ca/undergrad/courses/)**. -It may be possible to submit a [registration override request](https://carleton.ca/registration/override-requests/) [3] to register in a course without meeting the prerequisites; however these requests are reviewed on a case by case basis and are not guaranteed to be approved. \ No newline at end of file +It may be possible to submit a [registration override request](https://carleton.ca/registration/override-requests/) to register in a course without meeting the prerequisites; however, these requests are reviewed on a case by case basis and are not guaranteed to be approved. \ No newline at end of file diff --git a/content/resources/faqs/comp-1005-1006-vs-1405-1406.md b/content/resources/faqs/comp-1005-1006-vs-1405-1406.md index e55ca5b78..448acbbe3 100644 --- a/content/resources/faqs/comp-1005-1006-vs-1405-1406.md +++ b/content/resources/faqs/comp-1005-1006-vs-1405-1406.md @@ -1,15 +1,20 @@ --- -title: "" +title: "Are COMP 1005/1006 and 1405/1406 different?" date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false -layout: article-question -summary: "" +layout: faq-question +summary: "COMP 1005/1006 and 1405/1406 have the exact same content. CS students should register in COMP 1405/1406." contributors: -- +- Jacc Padmakar sources: - - name: - link: related: - ---- \ No newline at end of file +--- +There is **no difference in content** between COMP 1005/1006 and COMP 1405/1406. For example, COMP 1005 A and COMP 1405 A are the **exact same course**, with the same lectures and instructor. + +The only difference is who the courses are intended for: +- **COMP 1005/1006** are for **students in other programs** that are interested in taking these courses as an elective. +- **COMP 1405/1406** are for **students in the Bachelor of Computer Science** program. + +As a Computer Science student, you should **register in COMP 1405 and 1406.** \ No newline at end of file diff --git a/content/resources/faqs/comp1405-z-section.md b/content/resources/faqs/comp1405-z-section.md index 485660615..15a34e190 100644 --- a/content/resources/faqs/comp1405-z-section.md +++ b/content/resources/faqs/comp1405-z-section.md @@ -1,23 +1,25 @@ --- -title: "What is the COMP 1405 Z Section?" +title: "What is the COMP 1405 Z section?" date: 2024-10-06T00:00:00Z -last_updated: 2024-10-06T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false layout: faq-question summary: "The Z section is an accelerated course that combines the content of COMP 1405 and COMP 1406 into a single term." contributors: -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: - name: Shopify Dev Degree link: https://devdegree.ca/ + - name: Bachelor of Cybersecurity Program + link: "https://carleton.ca/scs/current-students/bachelor-of-cybersecurity/bcyber-courses-and-registration/" - name: Override Requests link: https://carleton.ca/registrar/registration/override-requests/ related: -- first-year-course-selection +- should-you-take-z-section --- The Z section is an **accelerated version of COMP 1405 and COMP 1406**, which allows you to complete both of them in the fall semester. COMP 1405 Z runs during the first half of the semester and COMP 1406 Z runs during the second half of the semester. It is important to note that the Z section is **not a separate course**, it is just a different section of both COMP 1405 and COMP 1406. The learning outcomes and topics covered are the same as the standard versions of these courses, but they are covered in half as much time. It is recommended that you have some **prior programming experience** in order to ensure that you are able to keep up with the pace of the course. -To register for the Z section, you should either be a **Shopify Dev Degree** (1) student or have an **admission average of 90%** or higher. You must also submit an **override request** (2) to get permission to register. +The Z section is primarily for students in the [Shopify Dev Degree](https://devdegree.ca/) and [Bachelor of Cybersecurity (B.Cyber)](https://carleton.ca/scs/current-students/bachelor-of-cybersecurity/bcyber-courses-and-registration/) programs. However, Bachelor of Computer Science (BCS) students with an admission average of 90% or higher may also be eligible to take the course. If you are a BCS student, you must submit a [registration override request](https://carleton.ca/registration/override-requests/) (3) to get permission to register. diff --git a/content/resources/faqs/contact-for-registration-help.md b/content/resources/faqs/contact-for-registration-help.md index 2cab98ce9..8d98e30bf 100644 --- a/content/resources/faqs/contact-for-registration-help.md +++ b/content/resources/faqs/contact-for-registration-help.md @@ -7,13 +7,13 @@ layout: faq-question summary: "Contact the academic advisors at scs.ug.advisor@carleton.ca" contributors: - Riley Lutz -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: - name: Registration Guide link: https://carleton.ca/registration/ related: - --- -Academic Advisors with the School of Computer Science are your main point of contact for questions about course selection, your degree requirements, reduced course loads, and more. You can reach them at scs.ug.advisor@carleton.ca. +Academic Advisors with the School of Computer Science are your main point of contact for questions about course selection, your degree requirements, reduced course loads, and more. You can reach them at **scs.ug.advisor@carleton.ca.** -For help with the registration process, check out [this guide](https://carleton.ca/registration/) [1] or contact the Registrar’s Office at registrar@carleton.ca or call 613-520-3500 during business hours. \ No newline at end of file +For help with the registration process, check out [this guide](https://carleton.ca/registration/). You can also contact the Registrar’s Office at **registrar@carleton.ca**, or call 613-520-3500 during business hours. \ No newline at end of file diff --git a/content/resources/faqs/course-does-not-have-instructor.md b/content/resources/faqs/course-does-not-have-instructor.md index d3f485268..4fb0e923c 100644 --- a/content/resources/faqs/course-does-not-have-instructor.md +++ b/content/resources/faqs/course-does-not-have-instructor.md @@ -1,22 +1,21 @@ --- title: "Why are some courses listed without instructors?" date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false layout: faq-question -summary: "Some courses may not have an instructor assigned yet. This could be updated later, but don't wait for for this to happen before registering." +summary: "Some teaching assignments may be finalized closer to the start of the term. Don't wait until an instructor is assigned to register." contributors: - Riley Lutz -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: - - name: Registration Terminology - link: https://carleton.ca/registrationterminology/ related: - --- -It is normal for some courses to be listed without an instructor. +It is normal for some courses to be listed without an instructor. If it’s a lecture, it may be taught by a contract instructor who hasn’t been assigned yet, or the teaching assignments may not be finalized until closer to the start of the semester. + If it’s a tutorial, it may be led by a teaching assistant, which is why no instructor is listed. -Make sure you don’t wait for an instructor to be assigned before registering, as courses may fill up by then. \ No newline at end of file +Make sure you **don’t wait for an instructor to be assigned before registering**, as courses may fill up by then. \ No newline at end of file diff --git a/content/resources/faqs/first-year-courses-order.md b/content/resources/faqs/first-year-courses-order.md new file mode 100644 index 000000000..cc2067234 --- /dev/null +++ b/content/resources/faqs/first-year-courses-order.md @@ -0,0 +1,22 @@ +--- +title: "Do I have to take first year courses in a specific order?" +date: 2025-06-16T00:00:00Z +last_updated: 2025-06-20T00:00:00Z +draft: false +layout: faq-question +summary: "COMP 1405 and 1406 should be taken in Fall and Winter respectively. Other first-year core courses can be taken in either term." +contributors: +- Jacc Padmakar +sources: + - name: BCS First Year Course Selection Guide + link: https://carleton.ca/registration/course-selection-guide/bcs/ +related: +- can-I-take-2000-level-courses-in-first-year +--- +The First-Year Course Selection Guide [1] recommends taking COMP 1405 and MATH 1007 in the Fall, followed by COMP 1406, COMP 1805, and MATH 1104 in the Winter. + +**COMP 1405 must be taken in the Fall**, since it’s a prerequisite for COMP 1406, which should be completed in the Winter. + +The other courses - MATH 1007, MATH 1104, and COMP 1805 - have no prerequisites and can be taken in either term. When deciding which term to take them in, think about factors such as your overall workload, scheduling conflicts, and the instructors available for each term. + +Taking some of these courses in the Fall may also give you the option to take a 2000-level MATH course or COMP 2804 in the Winter term of your first year. diff --git a/content/resources/faqs/free-vs-breadth-electives.md b/content/resources/faqs/free-vs-breadth-electives.md index a82e4a273..8552d4930 100644 --- a/content/resources/faqs/free-vs-breadth-electives.md +++ b/content/resources/faqs/free-vs-breadth-electives.md @@ -1,19 +1,25 @@ --- title: "What is a Breadth elective vs a Free elective?" date: 2024-05-31T00:00:00Z -last_updated: 2024-05-31T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false layout: faq-question -summary: "Breadth Electives cannot be under COMP, MATH, or STAT. Free Electives can be from any department." +summary: "Breadth Electives cannot be under COMP, MATH, STAT, CSEC, DATA or Engineering. Free Electives can be from any department." contributors: - Matthew MacRae-Bovell sources: - - name: School of Computer Science - Electives and Prohibited Courses - link: https://carleton.ca/scs/current-students/undergraduate-students/help-selecting-courses/electives-and-prohibited-courses/ + - name: Prohibited courses for Computer Science students + link: https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#text:~:text=Course%20Categories%20(B.C.S.) + - name: School of Computer Science - Courses and Registration + link: https://carleton.ca/scs/current-students/undergraduate-students/courses-and-registration/#UG_electives_and_prohibited:~:text=a%20payment.-,Electives%20and%20Prohibited%20Courses,-Electives%20are%20courses --- -Breadth Electives **cannot** be under **COMP, MATH, or STAT**. After you fulfill your breadth elective requirement, courses that would have counted towards your breadth requirement begin to count as free electives. +**Breadth Electives cannot** be under **COMP, MATH, STAT, CSEC, DATA or Engineering**, or on the list of **[prohibited courses](https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#text:~:text=Course%20Categories%20(B.C.S.))**. After you fulfill your breadth elective requirement, courses that would have counted towards your breadth requirement begin to count as free electives. -"**Breadth Electives** are all of the courses offered by the Faculty of Arts and Social Sciences, the Faculty of Public Affairs, the Sprott School of Business, and the Faculty of Science. This excludes prohibited courses ... and all courses in Computer Science, Math and Statistics, and courses under the Faculty of Engineering and Design." (1) +"Breadth Electives are all of the courses offered by the Faculty of Arts and Social Sciences, the Faculty of Public and Global Affairs, the Sprott School of Business, and the Faculty of Science. This excludes prohibited courses (see below) and all courses in Computer Science, Cybersecurity, Data Science, Math and Statistics, and courses under the Faculty of Engineering and Design." [2] -"**Free Electives** are all courses in Approved Arts, Social Sciences, Science, Business, Computer Science, Math, and Statistics, excluding all prohibited courses. Engineering courses can also count as Free Electives, but never Breadth." (1) \ No newline at end of file +**Free Electives** can be **any course that is not prohibited**. These may be used to take more breadth courses, or additional COMP, MATH and STAT courses that are not required for your degree. + +"Free Electives are all courses in Approved Arts, Social Sciences, Science, Business, Computer Science, Cybersecurity, Data Science, Math and Statistics, excluding all prohibited courses (see below). Engineering courses can also count as Free Electives, but never Breadth." [2] + +**NOTE:** *Computer Science students cannot register for CSEC or DATA courses. However, if you took these courses before transferring into Computer Science, they will be considered free electives.* \ No newline at end of file diff --git a/content/resources/faqs/how-do-I-register-for-courses.md b/content/resources/faqs/how-do-I-register-for-courses.md deleted file mode 100644 index e55ca5b78..000000000 --- a/content/resources/faqs/how-do-I-register-for-courses.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "" -date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z -draft: false -layout: article-question -summary: "" -contributors: -- -sources: - - name: - link: -related: -- ---- \ No newline at end of file diff --git a/content/resources/faqs/how-many-courses-in-a-semester.md b/content/resources/faqs/how-many-courses-in-a-semester.md index 0886d6169..6f6bcecb6 100644 --- a/content/resources/faqs/how-many-courses-in-a-semester.md +++ b/content/resources/faqs/how-many-courses-in-a-semester.md @@ -1,13 +1,13 @@ --- -title: "How many courses should I take?" +title: "How many courses should I take in a semester?" date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false layout: faq-question -summary: "Average course load is five courses per term, but four courses is also common. Talk to an advisor about the impact of reducing your courseload before making a decision." +summary: "Full-time students generally take 2.5 credits per term, but it’s also common to take fewer courses for a lighter workload." contributors: - Riley Lutz -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: - name: Academic advisor link: https://carleton.ca/academicadvising/ @@ -16,9 +16,9 @@ sources: related: - --- -Generally, the course load for full-time students is 2.5 credits per term (usually 5 courses). However, many students choose to take a reduced course load, for a variety of reasons. Anecdotally, it is fairly common for students to take 2.0 credits or 4 courses per semester to have a lighter workload. +Generally, the **course load for full-time students is 2.5 credits per term** (usually 5 courses). However, many students choose to take a reduced course load, for a variety of reasons. Anecdotally, it is **fairly common for students to take 2.0 credits** (or 4 courses) per semester to have a lighter workload. -We recommend that you reach out to an [academic advisor](https://carleton.ca/academicadvising/) [1] to discuss your specific situation before making a decision about how many courses to take. Taking a reduced course load could have an impact on the following: +We recommend that you **reach out to an [academic advisor](https://carleton.ca/academicadvising/)** to discuss your specific situation before making a decision about how many courses to take. Taking a reduced course load could have an impact on the following: - Your status as a full time student - Tuition costs @@ -27,4 +27,4 @@ We recommend that you reach out to an [academic advisor](https://carleton.ca/aca - Co-op eligibility - Visas and study permits (for international students) -For more information, check out Carleton’s webpage about considering a [reduced course load](https://carleton.ca/awards/cu-description/minimum-required-course-load/) [2]. \ No newline at end of file +For more information, check out Carleton’s webpage about considering a [reduced course load](https://carleton.ca/academicadvising/reduced-course-load-2/). \ No newline at end of file diff --git a/content/resources/faqs/lectures-vs-tutorials.md b/content/resources/faqs/lectures-vs-tutorials.md index 44fb48e43..e199be41d 100644 --- a/content/resources/faqs/lectures-vs-tutorials.md +++ b/content/resources/faqs/lectures-vs-tutorials.md @@ -4,18 +4,18 @@ date: 2025-06-16T00:00:00Z last_updated: 2025-06-16T00:00:00Z draft: false layout: faq-question -summary: "Lectures are the bulk of the content taught in a course, while tutorials accompany learning via hands-on exercises." +summary: "Lectures are where instructors cover course content, while tutorials provide extra practice and support." contributors: - Riley Lutz -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: - name: Registration Terminology link: https://carleton.ca/registration/terminology/ related: - --- -Lectures are the main part of a course where your instructor covers the course material. It is also common for midterms to take place during the lecture time slot. +**Lectures** are the main part of a course **where your instructor covers the course material**. It is also common for midterms to take place during the lecture time slot. -Tutorials are additional sessions led by teaching assistants that are meant to supplement your learning, such as with practical exercises or short quizzes. The exact format of a tutorial varies between courses and will be mentioned in the course outline. +**Tutorials** are additional sessions led by teaching assistants that are meant to **supplement your learning**, such as with practical exercises or short quizzes. The **exact format of a tutorial varies between courses** and will be explained in the course outline. -If a course has a tutorial, you must register for both a lecture section as well as an associated tutorial section. +If a course has a tutorial, you **must register for both a lecture section as well as an associated tutorial section.** diff --git a/content/resources/faqs/override-request.md b/content/resources/faqs/override-request.md index 99a1a21f0..9ce9c24f4 100644 --- a/content/resources/faqs/override-request.md +++ b/content/resources/faqs/override-request.md @@ -1,21 +1,21 @@ --- title: "What is an override request?" date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false layout: faq-question -summary: "An override request is used to ask the School for permission to register in a course you couldn't otherwise." +summary: "An override request is used to request permission to register in a course that you aren't eligible to take." contributors: - Riley Lutz -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: - name: Override requests - link: https://carleton.ca/registrar/registration/override-requests/ + link: https://carleton.ca/registration/override-requests/ - name: How to submit an override request link: https://www.youtube.com/watch?v=yWo_IGIEpVE related: - --- -If you receive any registration warnings or are unable to register for a course, you may submit a [registration override request](https://carleton.ca/registrar/registration/override-requests/) [1] to get permission to register for the course. However, these requests are reviewed on a case by case basis and are not guaranteed to be approved. +If you get any registration warnings or can’t enroll in a course, you may submit a [registration override request](https://carleton.ca/registration/override-requests/) for permission to register. However, these **requests are reviewed on a case by case basis** and are not guaranteed to be approved. -In order to submit an override request, you must first attempt to register and receive an error preventing you from registration. You can then submit a registration override request on Carleton Central. For a step-by-step guide, check out [this video](https://central.carleton.ca/prod/pkg_online_CROS.p_trmsel) [2]. \ No newline at end of file +In order to submit an override request, you must **first attempt to register and receive an error** preventing you from registration. You can then submit a registration override request on Carleton Central. For a step-by-step guide, check out [this video](https://www.youtube.com/watch?v=yWo_IGIEpVE). \ No newline at end of file diff --git a/content/resources/faqs/scheduled-vs-unscheduled-courses.md b/content/resources/faqs/scheduled-vs-unscheduled-courses.md index 53d4aa300..25df6dcc3 100644 --- a/content/resources/faqs/scheduled-vs-unscheduled-courses.md +++ b/content/resources/faqs/scheduled-vs-unscheduled-courses.md @@ -1,13 +1,13 @@ --- -title: "Course Delivery Types" +title: "What is the difference between scheduled and unscheduled courses?" date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false -layout: article-question -summary: "" +layout: faq-question +summary: "Scheduled courses have lectures at specific times. Unscheduled courses provide lecture recordings instead of having live lectures." contributors: - Riley Lutz -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: - name: Course Delivery Types link: https://carleton.ca/registration/course-delivery-types/#fall-2025-winter-2026-course-registration-labels @@ -15,17 +15,15 @@ related: - --- **Online scheduled**: -Lectures are delivered online during specific time slots. -May or may not provide recordings. +Lectures are delivered online during specific time slots. Lecture recordings may or may not be provided **Online unscheduled**: No live lectures. Students watch recorded lectures on their own time. **Mix of in person and online**: -A combination of in person and online deliverables. -In-person activities could include tutorials or tests. -Online activities could include live classes or recorded lectures. +A combination of in person and online deliverables.
+In-person activities could include tutorials or tests. Online activities could include live classes or recorded lectures. Make sure to always check the course outline to see how different parts of the course, like lectures, tutorials and tests will be structured. -For more information about different section types, check out [this page](https://carleton.ca/registration/course-delivery-types/#fall-2025-winter-2026-course-registration-labels) [1]. \ No newline at end of file +For the full list of different section types, check out [this page](https://carleton.ca/registration/course-delivery-types/#fall-2025-winter-2026-course-registration-labels). \ No newline at end of file diff --git a/content/resources/faqs/should-I-register-for-both-terms.md b/content/resources/faqs/should-I-register-for-both-terms.md index ae6e134be..f4e4fe274 100644 --- a/content/resources/faqs/should-I-register-for-both-terms.md +++ b/content/resources/faqs/should-I-register-for-both-terms.md @@ -1,13 +1,13 @@ --- -title: "Do we register for both Fall and Winter courses?" +title: "Do we register for both fall and winter courses now?" date: 2025-06-16T00:00:00Z last_updated: 2025-06-16T00:00:00Z draft: false layout: faq-question -summary: "Yes, you should register as soon as possible to secure the classes you want." +summary: "Yes, you should register for both terms as soon as your time ticket opens to secure the classes you want." contributors: - Riley Lutz -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: - name: Time tickets link: https://carleton.ca/registration/dates/timetickets/ @@ -16,6 +16,6 @@ sources: related: - --- -Yes, you are strongly encouraged to register for courses for your fall and winter semester courses as soon as your [time ticket](https://carleton.ca/registration/dates/timetickets/) [1] opens. Even if you aren’t sure about which courses you want to take, you should tentatively register in some courses to avoid losing your spot if they fill up. +Yes, you are strongly encouraged to **register for your fall and winter semester courses as soon as your [time ticket](https://carleton.ca/registration/dates/timetickets/) opens**. Even if you aren’t sure about which courses you want to take, you should tentatively register in some courses to avoid losing your spot if they fill up. -It is possible to switch or drop courses up to the first few weeks of each semester. For specific deadlines related to course registration, check out the [academic calendar](https://students.carleton.ca/academic-dates/) [2]. \ No newline at end of file +It is **possible to switch or drop courses** until the first few weeks of each semester. For specific deadlines related to course registration, check out the [academic calendar](https://students.carleton.ca/academic-dates/). \ No newline at end of file diff --git a/content/resources/faqs/stat-2507-in-first-year.md b/content/resources/faqs/stat-2507-in-first-year.md index e55ca5b78..eaffb7dd1 100644 --- a/content/resources/faqs/stat-2507-in-first-year.md +++ b/content/resources/faqs/stat-2507-in-first-year.md @@ -1,15 +1,20 @@ --- -title: "" +title: "Should I take STAT 2507 in first year?" date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false -layout: article-question -summary: "" +layout: faq-question +summary: "Taking STAT 2507 in your first year can help ease the workload of your second year, due to the large number of required 2000 level courses." contributors: -- +- Jacc Padmakar sources: - - name: - link: + - name: Computer Science undergraduate calendar + link: "https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/" related: - ---- \ No newline at end of file +--- +Taking STAT 2507 in your first year can help reduce your second-year workload, which could include as many as seven required 2000-level courses for Computer Science students. [1] + +The course also covers **concepts that overlap with COMP 2804** (Discrete Structures II), so taking STAT 2507 beforehand can make COMP 2804 slightly easier. + +Alternatively, since STAT 2507 isn’t a prerequisite for any other required COMP courses, you can also choose to delay it until third year if you prefer a lighter first-year schedule. \ No newline at end of file diff --git a/content/resources/faqs/switch-courses-after-registering.md b/content/resources/faqs/switch-courses-after-registering.md index 4d57caa00..6eec83160 100644 --- a/content/resources/faqs/switch-courses-after-registering.md +++ b/content/resources/faqs/switch-courses-after-registering.md @@ -1,23 +1,23 @@ --- title: "Can I switch courses after registering?" date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false layout: faq-question -summary: "Yes, you can switch courses after initially registering. If a course you want to register in is full, join a waitlist or check back later." +summary: "You can switch courses until the first few weeks of the term" contributors: - Riley Lutz -- Aditya "Jacc" Padmakar -sources: +- Jacc Padmakar +sources: + - name: Academic calendar + link: https://students.carleton.ca/academic-dates/ - name: Waitlists link: https://carleton.ca/registration/waitlisting/ - - name: Academic calendar - link: https://calendar.carleton.ca/academicyear/ related: - --- -Yes, it is possible to switch or drop courses up to the first few weeks of each semester. For specific deadlines related to course registration, check out the [academic calendar](https://students.carleton.ca/academic-dates/) [1]. +Yes, it is **possible to switch courses until the first few weeks of each semester.** For specific deadlines related to adding and dropping courses, check out the [academic calendar](https://students.carleton.ca/academic-dates/). -If a course is full, you may be able to join a [waitlist](https://carleton.ca/registration/waitlisting/) [2] (if one is available), register for an alternative course in the meantime, and switch into your preferred course later if a spot opens. +If a course is full, you may be able to join a [waitlist](https://carleton.ca/registration/waitlisting/) (if one is available). Register for an alternative course in the meantime, and switch into your preferred course later if a spot opens. -It’s also common for students to make changes to their schedules at the start of each semester. We recommend checking back regularly to see if a spot opens up in a course you were interested in that was previously full. +It’s also **common for students to make changes to their schedules at the start of each semester.** We recommend checking back regularly to see if a spot opens up in a course that was previously full. diff --git a/content/resources/faqs/what-are-time-tickets.md b/content/resources/faqs/what-are-time-tickets.md index f8899e1a8..b25917c67 100644 --- a/content/resources/faqs/what-are-time-tickets.md +++ b/content/resources/faqs/what-are-time-tickets.md @@ -1,13 +1,13 @@ --- title: "When can I register for courses?" date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false layout: faq-question -summary: "Your registration date depends on your time ticket, review the academic calendar for when you will receive your ticket." +summary: "Check your time ticket in Carleton Central to find out when you can start registering for courses." contributors: - Riley Lutz -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: - name: Carleton timetickets link: https://carleton.ca/registration/dates/timetickets/ @@ -16,8 +16,8 @@ sources: related: - --- -Registration for incoming first year students opens between July 2nd and July 4th, 2025. Returning upper-year students can begin registering for courses between July 8th and July 11th, 2025. +Registration for **incoming first year students** opens between **July 2nd and July 4th, 2025**. Returning **upper-year students** can begin registering for courses **between July 8th and July 11th, 2025.** -The exact time that you can start registering for courses depends on your [time ticket](https://carleton.ca/registration/dates/timetickets/) [1], which can be found in the “getting started” section of the registration menu in Carleton Central. +The exact time that you can start registering for courses depends on your [time ticket](https://carleton.ca/registration/dates/timetickets/), which can be found in the “getting started” section of the registration menu in Carleton Central. -Note that while it is strongly recommended that you register for courses as soon as your time ticket opens, it is possible to make registration changes up to a few weeks into the semester. For specific deadlines related to course registration, check out the [academic calendar](https://students.carleton.ca/academic-dates/) [2]. \ No newline at end of file +Note that while it is strongly recommended that you register for courses as soon as your time ticket opens, it is possible to make registration changes until a few weeks into the semester. For specific deadlines related to adding or dropping courses, check out the [academic calendar](https://students.carleton.ca/academic-dates/). \ No newline at end of file diff --git a/content/resources/faqs/which-courses-can-I-take-as-electives.md b/content/resources/faqs/which-courses-can-I-take-as-electives.md index 055c79851..673218821 100644 --- a/content/resources/faqs/which-courses-can-I-take-as-electives.md +++ b/content/resources/faqs/which-courses-can-I-take-as-electives.md @@ -1,21 +1,23 @@ --- title: "Which courses can I take as electives?" date: 2025-06-17T00:00:00Z -last_updated: 2025-06-17T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false layout: faq-question -summary: "" +summary: "You can take any course offered at Carleton as an elective, except for a few prohibited courses." contributors: - Riley Lutz -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: - - name: Electives and prohibited courses - link: https://carleton.ca/scs/current-students/undergraduate-students/help-selecting-courses/electives-and-prohibited-courses/ - - name: Computer science course calendar + - name: Prohibited courses for Computer Science students + link: "https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#text:~:text=Course%20Categories%20(B.C.S.)" + - name: Carleton Courses + link: https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/ + - name: Computer Science undergraduate calendar link: https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/ related: - --- -You can take any course offered at Carleton as an elective, except for a few [prohibited courses](https://calendar.carleton.ca/undergrad/courses/). The complete list of subjects and courses offered can be found [here](https://calendar.carleton.ca/undergrad/courses/). +You can take **any course offered at Carleton** as an elective, **except for a few [prohibited courses](https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#text:~:text=Course%20Categories%20(B.C.S.))**. The complete list of subjects and courses offered can be found [here](https://calendar.carleton.ca/undergrad/courses/). -You must complete both your [breadth and free elective](https://carleton.ca/scs/current-students/undergraduate-students/help-selecting-courses/electives-and-prohibited-courses/) credits to satisfy your degree’s requirements. +You must complete both your [breadth and free elective](https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/) credits to satisfy your degree’s requirements. diff --git a/content/resources/faqs/which-courses-in-first-year.md b/content/resources/faqs/which-courses-in-first-year.md index 0592451df..12bb44f91 100644 --- a/content/resources/faqs/which-courses-in-first-year.md +++ b/content/resources/faqs/which-courses-in-first-year.md @@ -1,28 +1,28 @@ --- -title: "What are courses we need to take in in first year?" +title: "Which courses should I take in first year?" date: 2025-06-16T00:00:00Z last_updated: 2025-06-16T00:00:00Z draft: false layout: faq-question -summary: "There are 5 courses all Computer Science students take, and some may take more depending on their stream, if applicable." +summary: "There are 5 courses all Computer Science students should take in their first year. Depending on your stream, there may be a few more." contributors: - Riley Lutz -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: - name: Computer Science Undergraduate Calendar link: https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/ - - name: Course Selection Guide - link: https://carleton.ca/registration/course-selection-guide/bc#courses-required-for-first-year-b-c-s-major-program + - name: BCS First Year Course Selection Guide + link: https://carleton.ca/registration/course-selection-guide/bcs/ related: - --- -All Computer Science students should complete the following required courses in their first year [1]: +All Computer Science students should complete the following required courses in their first year [1], in addition to any elective courses: - COMP 1405: Introduction to Computer Science I -- MATH 1007: Elementary Calculus - COMP 1805: Discrete Structures I - COMP 1406: Introduction to Computer Science II +- MATH 1007: Elementary Calculus - MATH 1104: Linear Algebra for Engineering or Science -Depending on which stream you choose, there may be additional courses that you should take in your first year. Check out the [BCS first year course selection guide](https://carleton.ca/registration/course-selection-guide/bc#courses-required-for-first-year-b-c-s-major-program) [2] for a list of stream specific requirements, as well as the recommended distribution of courses between the fall and winter semesters. \ No newline at end of file +Depending on which stream you choose, there may be additional courses that you should take in your first year. Check out [this page](https://carleton.ca/registration/course-selection-guide/bcs/) for a list of stream specific requirements, as well as the recommended distribution of courses between the fall and winter semesters. \ No newline at end of file diff --git a/content/resources/topics/course-registration.md b/content/resources/topics/course-registration.md index c24abf28c..3f9ef9351 100644 --- a/content/resources/topics/course-registration.md +++ b/content/resources/topics/course-registration.md @@ -13,6 +13,22 @@ articles: - reducing-second-year-workload - why-you-should-consider-a-minor faqs: -- comp1405-z-section +- which-courses-in-first-year +- first-year-courses-order +- which-courses-can-I-take-as-electives - free-vs-breadth-electives +- comp1405-z-section +- can-I-take-2000-level-courses-in-first-year +- stat-2507-in-first-year +- override-request +- should-I-register-for-both-terms +- switch-courses-after-registering +- how-many-courses-in-a-semester +- are-all-sections-the-same +- lectures-vs-tutorials +- course-does-not-have-instructor +- comp-1005-1006-vs-1405-1406 +- scheduled-vs-unscheduled-courses +- what-are-time-tickets +- contact-for-registration-help --- diff --git a/layouts/_default/faq-question.html b/layouts/_default/faq-question.html index e11393af5..96b4b2dc8 100644 --- a/layouts/_default/faq-question.html +++ b/layouts/_default/faq-question.html @@ -2,7 +2,7 @@ {{- partial "navbar_temp.html" . -}}
-

{{ .Title }}

+

{{ title .Title }}

Summary: {{ .Params.summary }}

From b3a835859e80c64314fb6f8680650be46ffa9b90 Mon Sep 17 00:00:00 2001 From: AJaccP Date: Fri, 20 Jun 2025 16:05:51 -0400 Subject: [PATCH 20/21] linting --- assets/scss/components/_article-question.scss | 2 +- assets/scss/components/_faq-question.scss | 4 ++-- layouts/_default/article-question.html | 2 +- layouts/_default/faq-question.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/scss/components/_article-question.scss b/assets/scss/components/_article-question.scss index 1d4090aa2..9870505ef 100644 --- a/assets/scss/components/_article-question.scss +++ b/assets/scss/components/_article-question.scss @@ -22,7 +22,7 @@ max-width: 65rem; margin: 0 auto; height: fit-content; - padding: 2.5rem; + padding: 2.5rem; } &__title { diff --git a/assets/scss/components/_faq-question.scss b/assets/scss/components/_faq-question.scss index 166535016..f4a96adf9 100644 --- a/assets/scss/components/_faq-question.scss +++ b/assets/scss/components/_faq-question.scss @@ -21,13 +21,13 @@ max-width: 65rem; margin: 0 auto; height: fit-content; - padding: 2.5rem; + padding: 2.5rem; } &__title { font-size: 2.5rem; font-weight: 700; - height: fit-content; + height: fit-content; } &__contributors { diff --git a/layouts/_default/article-question.html b/layouts/_default/article-question.html index 036c9001d..587922ff2 100644 --- a/layouts/_default/article-question.html +++ b/layouts/_default/article-question.html @@ -28,7 +28,7 @@

{{ .Title }}

{{ end }}
- {{ end }} + {{ end }}
{{ partial "resources-related-content.html" . }} diff --git a/layouts/_default/faq-question.html b/layouts/_default/faq-question.html index 96b4b2dc8..36df31115 100644 --- a/layouts/_default/faq-question.html +++ b/layouts/_default/faq-question.html @@ -49,7 +49,7 @@

{{ title .Title }}

{{ end }}
{{ end }} - {{ end }} + {{ end }}
{{ end }} From 5019ca4b0788de24c416c0f31fec3c72f81af99d Mon Sep 17 00:00:00 2001 From: AJaccP Date: Fri, 20 Jun 2025 18:18:58 -0400 Subject: [PATCH 21/21] fix links and add related content --- .../resources/articles/reducing-second-year-workload.md | 2 +- content/resources/articles/should-you-take-z-section.md | 2 +- .../articles/things-to-consider-while-making-schedule.md | 3 ++- .../resources/articles/which-electives-should-I-take.md | 4 ++-- .../resources/articles/why-you-should-consider-a-minor.md | 4 ++-- content/resources/faqs/are-all-sections-the-same.md | 2 +- .../faqs/can-I-take-2000-level-courses-in-first-year.md | 5 +++-- content/resources/faqs/comp1405-z-section.md | 6 +++--- content/resources/faqs/contact-for-registration-help.md | 2 +- content/resources/faqs/first-year-courses-order.md | 3 ++- content/resources/faqs/free-vs-breadth-electives.md | 2 ++ content/resources/faqs/lectures-vs-tutorials.md | 2 -- .../resources/faqs/scheduled-vs-unscheduled-courses.md | 2 +- .../resources/faqs/should-I-register-for-both-terms.md | 4 ++-- content/resources/faqs/stat-2507-in-first-year.md | 2 +- .../faqs/which-courses-can-I-take-as-electives.md | 8 ++++---- content/resources/faqs/which-courses-in-first-year.md | 2 +- 17 files changed, 29 insertions(+), 26 deletions(-) diff --git a/content/resources/articles/reducing-second-year-workload.md b/content/resources/articles/reducing-second-year-workload.md index a4cf3ee1c..6d9c22b23 100644 --- a/content/resources/articles/reducing-second-year-workload.md +++ b/content/resources/articles/reducing-second-year-workload.md @@ -7,7 +7,7 @@ layout: article-question summary: "Strategically selecting courses in your first year can help reduce your second-year workload and set you up for academic success." contributors: - Matthew MacRae-Bovell -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: related: - should-you-take-z-section diff --git a/content/resources/articles/should-you-take-z-section.md b/content/resources/articles/should-you-take-z-section.md index b714850ee..4768b6e1e 100644 --- a/content/resources/articles/should-you-take-z-section.md +++ b/content/resources/articles/should-you-take-z-section.md @@ -7,7 +7,7 @@ layout: article-question summary: "Taking the accelerated COMP 1405 Z section enables you to take 2000-level COMP courses earlier, but it’s not necessarily the right choice for everyone." contributors: - Matthew MacRae-Bovell -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: - name: COMP 1405 Z Syllabus link: https://outline.scs.carleton.ca/media/2023/F/COMP1405ZF2023/COMP-1405-Z-F-2023.pdf diff --git a/content/resources/articles/things-to-consider-while-making-schedule.md b/content/resources/articles/things-to-consider-while-making-schedule.md index 1026a50bc..0339fb7bd 100644 --- a/content/resources/articles/things-to-consider-while-making-schedule.md +++ b/content/resources/articles/things-to-consider-while-making-schedule.md @@ -19,7 +19,8 @@ sources: - name: Academic Dates and Deadlines link: "https://students.carleton.ca/academic-dates/" related: -- +- first-year-courses-order +- reducing-second-year-workload --- ### Consider all the Possibilities diff --git a/content/resources/articles/which-electives-should-I-take.md b/content/resources/articles/which-electives-should-I-take.md index 0108da71f..c0fe7b9f9 100644 --- a/content/resources/articles/which-electives-should-I-take.md +++ b/content/resources/articles/which-electives-should-I-take.md @@ -11,7 +11,7 @@ sources: - name: Undergraduate Courses link: "https://calendar.carleton.ca/undergrad/courses/" - name: Prohibited courses for computer science students - link: "https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#text:~:text=Natural%20Science%20Electives-,Prohibited%20Courses,-The%20following%20courses" + link: "https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#text:~:text=Course%20Categories%20(B.C.S.)" - name: Maximum Number of Credits Below the 2000-level link: "https://carleton.ca/scs/current-students/undergraduate-students/courses-and-registration/#UG_electives_and_prohibited:~:text=IMPORTANT%3A%20Maximum%20Number%20of%20Credits%20Below%20the%202000%2Dlevel." - name: Adding a Minor @@ -22,7 +22,7 @@ related: --- When trying to figure out which electives might be best for you - there are a few things that you might want to consider. Whether that might be making the best use of your breadth and free electives, getting a minor, or strategically planning your electives to be able to take online courses during the summer, there are a lot of options for Computer Science students! -Before we get started - you can find the complete list of course offerings [here](https://calendar.carleton.ca/undergrad/courses/). Also be sure to check the list of [prohibited courses](https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#text:~:text=Natural%20Science%20Electives-,Prohibited%20Courses,-The%20following%20courses) that cannot be used for credit in the Computer Science program. +Before we get started - you can find the complete list of course offerings [here](https://calendar.carleton.ca/undergrad/courses/). Also be sure to check the list of [prohibited courses](https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#text:~:text=Course%20Categories%20(B.C.S.)) that cannot be used for credit in the Computer Science program.
diff --git a/content/resources/articles/why-you-should-consider-a-minor.md b/content/resources/articles/why-you-should-consider-a-minor.md index bf46461cd..c4c6e9c82 100644 --- a/content/resources/articles/why-you-should-consider-a-minor.md +++ b/content/resources/articles/why-you-should-consider-a-minor.md @@ -7,7 +7,7 @@ layout: article-question summary: "Instead of just filling elective credits with bird courses, using them toward a minor can help you stand out, deepen your skills, and explore a second area of interest." contributors: - Matthew MacRae-Bovell -- Aditya "Jacc" Padmakar +- Jacc Padmakar sources: - name: SCS Program Requirements link: https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#Computer_Science__BCS_Honours:~:text=Statistical%20Modeling%20I-,6.%C2%A0%C2%A05.0%20credits%20in%20Breadth%20Electives,4.0,-Total%20Credits @@ -26,7 +26,7 @@ sources: - name: How many first year courses can I take? link: https://carleton.ca/cuknowhow/my-degree/#:~:text=you%20can%20only%20count%20a%20maximum%20of%207.0%20credits%20in%20first%2Dyear%20courses related: -- +- which-electives-should-I-take --- As a computer science student, you’ll need to take several non-CS courses to complete your degree. Instead of just filling space, why not use those credits to earn a minor? diff --git a/content/resources/faqs/are-all-sections-the-same.md b/content/resources/faqs/are-all-sections-the-same.md index 1d0a2cf3f..0e902291a 100644 --- a/content/resources/faqs/are-all-sections-the-same.md +++ b/content/resources/faqs/are-all-sections-the-same.md @@ -14,7 +14,7 @@ sources: - name: COMP 1405 / 1406 Z Section link: https://ccss.carleton.ca/resources/faqs/comp1405-z-section/ related: -- +- comp1405-z-section --- While the **learning outcomes** and core content of a course are the **same across all sections**, there may be a few **minor differences**. Different instructors may have different grade breakdowns, assignment and test schedules, and slight differences in the order or focus of the course content. diff --git a/content/resources/faqs/can-I-take-2000-level-courses-in-first-year.md b/content/resources/faqs/can-I-take-2000-level-courses-in-first-year.md index d98c46855..11a74319e 100644 --- a/content/resources/faqs/can-I-take-2000-level-courses-in-first-year.md +++ b/content/resources/faqs/can-I-take-2000-level-courses-in-first-year.md @@ -11,12 +11,13 @@ contributors: sources: - name: Year standing link: https://carleton.ca/academicadvising/year-standing/ - - name: Undergraduate calendar + - name: Courses offered at Carleton link: https://calendar.carleton.ca/undergrad/courses/ - name: Override requests link: https://carleton.ca/registration/override-requests/ related: -- +- reducing-second-year-workload +- stat-2507-in-first-year --- Yes, you may be able to take some 2000-level or higher courses if you **meet the prerequisite requirements**. Registering for a course depends on prerequisites such as having a passing grade in certain other courses, or meeting a certain [year standing](https://carleton.ca/academicadvising/year-standing/). You can find these requirements in the **course’s description in the [undergraduate calendar](https://calendar.carleton.ca/undergrad/courses/)**. diff --git a/content/resources/faqs/comp1405-z-section.md b/content/resources/faqs/comp1405-z-section.md index 15a34e190..4f27883a1 100644 --- a/content/resources/faqs/comp1405-z-section.md +++ b/content/resources/faqs/comp1405-z-section.md @@ -1,5 +1,5 @@ --- -title: "What is the COMP 1405 Z section?" +title: "What is the COMP 1405/1406-Z section?" date: 2024-10-06T00:00:00Z last_updated: 2025-06-20T00:00:00Z draft: false @@ -13,7 +13,7 @@ sources: - name: Bachelor of Cybersecurity Program link: "https://carleton.ca/scs/current-students/bachelor-of-cybersecurity/bcyber-courses-and-registration/" - name: Override Requests - link: https://carleton.ca/registrar/registration/override-requests/ + link: https://carleton.ca/registration/override-requests/ related: - should-you-take-z-section --- @@ -22,4 +22,4 @@ The Z section is an **accelerated version of COMP 1405 and COMP 1406**, which al The learning outcomes and topics covered are the same as the standard versions of these courses, but they are covered in half as much time. It is recommended that you have some **prior programming experience** in order to ensure that you are able to keep up with the pace of the course. -The Z section is primarily for students in the [Shopify Dev Degree](https://devdegree.ca/) and [Bachelor of Cybersecurity (B.Cyber)](https://carleton.ca/scs/current-students/bachelor-of-cybersecurity/bcyber-courses-and-registration/) programs. However, Bachelor of Computer Science (BCS) students with an admission average of 90% or higher may also be eligible to take the course. If you are a BCS student, you must submit a [registration override request](https://carleton.ca/registration/override-requests/) (3) to get permission to register. +The Z section is primarily for students in the [Shopify Dev Degree](https://devdegree.ca/) and [Bachelor of Cybersecurity (B.Cyber)](https://carleton.ca/scs/current-students/bachelor-of-cybersecurity/bcyber-courses-and-registration/) programs. However, Bachelor of Computer Science (BCS) students with an admission average of 90% or higher may also be eligible to take the course. If you are a BCS student, you must submit a [registration override request](https://carleton.ca/registration/override-requests/) to get permission to register. diff --git a/content/resources/faqs/contact-for-registration-help.md b/content/resources/faqs/contact-for-registration-help.md index 8d98e30bf..cde4febb3 100644 --- a/content/resources/faqs/contact-for-registration-help.md +++ b/content/resources/faqs/contact-for-registration-help.md @@ -1,7 +1,7 @@ --- title: "Who should I contact if I need help with registration?" date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false layout: faq-question summary: "Contact the academic advisors at scs.ug.advisor@carleton.ca" diff --git a/content/resources/faqs/first-year-courses-order.md b/content/resources/faqs/first-year-courses-order.md index cc2067234..85a895769 100644 --- a/content/resources/faqs/first-year-courses-order.md +++ b/content/resources/faqs/first-year-courses-order.md @@ -12,10 +12,11 @@ sources: link: https://carleton.ca/registration/course-selection-guide/bcs/ related: - can-I-take-2000-level-courses-in-first-year +- reducing-second-year-workload --- The First-Year Course Selection Guide [1] recommends taking COMP 1405 and MATH 1007 in the Fall, followed by COMP 1406, COMP 1805, and MATH 1104 in the Winter. -**COMP 1405 must be taken in the Fall**, since it’s a prerequisite for COMP 1406, which should be completed in the Winter. +**COMP 1405 must be taken in the Fall** since it’s a prerequisite for COMP 1406, which should be completed in the Winter. The other courses - MATH 1007, MATH 1104, and COMP 1805 - have no prerequisites and can be taken in either term. When deciding which term to take them in, think about factors such as your overall workload, scheduling conflicts, and the instructors available for each term. diff --git a/content/resources/faqs/free-vs-breadth-electives.md b/content/resources/faqs/free-vs-breadth-electives.md index 8552d4930..7ae5905ed 100644 --- a/content/resources/faqs/free-vs-breadth-electives.md +++ b/content/resources/faqs/free-vs-breadth-electives.md @@ -12,6 +12,8 @@ sources: link: https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#text:~:text=Course%20Categories%20(B.C.S.) - name: School of Computer Science - Courses and Registration link: https://carleton.ca/scs/current-students/undergraduate-students/courses-and-registration/#UG_electives_and_prohibited:~:text=a%20payment.-,Electives%20and%20Prohibited%20Courses,-Electives%20are%20courses +related: +- which-electives-should-I-take --- **Breadth Electives cannot** be under **COMP, MATH, STAT, CSEC, DATA or Engineering**, or on the list of **[prohibited courses](https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#text:~:text=Course%20Categories%20(B.C.S.))**. After you fulfill your breadth elective requirement, courses that would have counted towards your breadth requirement begin to count as free electives. diff --git a/content/resources/faqs/lectures-vs-tutorials.md b/content/resources/faqs/lectures-vs-tutorials.md index e199be41d..82931295b 100644 --- a/content/resources/faqs/lectures-vs-tutorials.md +++ b/content/resources/faqs/lectures-vs-tutorials.md @@ -9,8 +9,6 @@ contributors: - Riley Lutz - Jacc Padmakar sources: - - name: Registration Terminology - link: https://carleton.ca/registration/terminology/ related: - --- diff --git a/content/resources/faqs/scheduled-vs-unscheduled-courses.md b/content/resources/faqs/scheduled-vs-unscheduled-courses.md index 25df6dcc3..e98f5ebcc 100644 --- a/content/resources/faqs/scheduled-vs-unscheduled-courses.md +++ b/content/resources/faqs/scheduled-vs-unscheduled-courses.md @@ -12,7 +12,7 @@ sources: - name: Course Delivery Types link: https://carleton.ca/registration/course-delivery-types/#fall-2025-winter-2026-course-registration-labels related: -- +- things-to-consider-while-making-schedule --- **Online scheduled**: Lectures are delivered online during specific time slots. Lecture recordings may or may not be provided diff --git a/content/resources/faqs/should-I-register-for-both-terms.md b/content/resources/faqs/should-I-register-for-both-terms.md index f4e4fe274..29fbe1e89 100644 --- a/content/resources/faqs/should-I-register-for-both-terms.md +++ b/content/resources/faqs/should-I-register-for-both-terms.md @@ -1,7 +1,7 @@ --- title: "Do we register for both fall and winter courses now?" date: 2025-06-16T00:00:00Z -last_updated: 2025-06-16T00:00:00Z +last_updated: 2025-06-20T00:00:00Z draft: false layout: faq-question summary: "Yes, you should register for both terms as soon as your time ticket opens to secure the classes you want." @@ -14,7 +14,7 @@ sources: - name: Academic dates link: https://students.carleton.ca/academic-dates/ related: -- +- what-are-time-tickets --- Yes, you are strongly encouraged to **register for your fall and winter semester courses as soon as your [time ticket](https://carleton.ca/registration/dates/timetickets/) opens**. Even if you aren’t sure about which courses you want to take, you should tentatively register in some courses to avoid losing your spot if they fill up. diff --git a/content/resources/faqs/stat-2507-in-first-year.md b/content/resources/faqs/stat-2507-in-first-year.md index eaffb7dd1..be868074e 100644 --- a/content/resources/faqs/stat-2507-in-first-year.md +++ b/content/resources/faqs/stat-2507-in-first-year.md @@ -11,7 +11,7 @@ sources: - name: Computer Science undergraduate calendar link: "https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/" related: -- +- reducing-second-year-workload --- Taking STAT 2507 in your first year can help reduce your second-year workload, which could include as many as seven required 2000-level courses for Computer Science students. [1] diff --git a/content/resources/faqs/which-courses-can-I-take-as-electives.md b/content/resources/faqs/which-courses-can-I-take-as-electives.md index 673218821..0044b6b3f 100644 --- a/content/resources/faqs/which-courses-can-I-take-as-electives.md +++ b/content/resources/faqs/which-courses-can-I-take-as-electives.md @@ -11,13 +11,13 @@ contributors: sources: - name: Prohibited courses for Computer Science students link: "https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#text:~:text=Course%20Categories%20(B.C.S.)" - - name: Carleton Courses - link: https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/ + - name: Courses offered at Carleton + link: https://calendar.carleton.ca/undergrad/courses/ - name: Computer Science undergraduate calendar link: https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/ related: -- +- free-vs-breadth-electives --- You can take **any course offered at Carleton** as an elective, **except for a few [prohibited courses](https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#text:~:text=Course%20Categories%20(B.C.S.))**. The complete list of subjects and courses offered can be found [here](https://calendar.carleton.ca/undergrad/courses/). -You must complete both your [breadth and free elective](https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/) credits to satisfy your degree’s requirements. +You must complete both your [breadth and free elective](https://calendar.carleton.ca/undergrad/undergradprograms/computerscience/#Computer_Science__BCS_Honours:~:text=Statistical%20Modeling%20I-,6.%C2%A0%C2%A05.0%20credits%20in%20Breadth%20Electives,4.0,-Total%20Credits) credits to satisfy your degree’s requirements. diff --git a/content/resources/faqs/which-courses-in-first-year.md b/content/resources/faqs/which-courses-in-first-year.md index 12bb44f91..0cba6be8a 100644 --- a/content/resources/faqs/which-courses-in-first-year.md +++ b/content/resources/faqs/which-courses-in-first-year.md @@ -15,7 +15,7 @@ sources: - name: BCS First Year Course Selection Guide link: https://carleton.ca/registration/course-selection-guide/bcs/ related: -- +- first-year-courses-order --- All Computer Science students should complete the following required courses in their first year [1], in addition to any elective courses: