@@ -3,23 +3,23 @@ import Back from "@components/Back/Back.astro";
33import { default as Layout } from " src/layouts/Content/Content.astro" ;
44---
55
6- <Layout title =" Changelog " >
6+ <Layout title =" About " >
77 <div class =" Question__bar" >
88 <Back href ={ ` / ` } label =" Home" />
99 </div >
1010 <h1 >About</h1 >
1111 <p >
12- The Carleton Computer Science Question Repository is collection of practice
13- questions for Carleton University's Computer Science courses. The questions
14- are sourced from previous evaluations and are intended to help students
15- prepare for exams.
12+ The Carleton Computer Science Question Repository is a collection of
13+ practice questions for Carleton University's Computer Science courses. The
14+ questions are sourced from previous evaluations and are intended to help
15+ students prepare for exams.
1616 </p >
1717 <p >
1818 The project was developed by students with resources and content provided by
1919 staff members of Carleton University's School of Computer Science.
2020 </p >
2121 <p >
22- For those familliar with <a href =" https://discretemath.ca/#/"
22+ For those familiar with <a href =" https://discretemath.ca/#/"
2323 >DiscreteMath.ca</a
2424 >, this website is a modernized version built to support multiple courses
2525 and provide an easier experience for maintainers and volunteers.
@@ -57,15 +57,15 @@ import { default as Layout } from "src/layouts/Content/Content.astro";
5757 </p >
5858 <p >
5959 In March 2020, the three would begin work on a project called the "Carleton
60- Computer Science Study Center", named to parralel the <a
60+ Computer Science Study Center", named to parallel the <a
6161 href =" https://cglab.ca/~discmath/about.html" >Discrete Math Study Center</a
6262 > created by Prosenjit Bose and John Howat for COMP 1805 course. Using previous
6363 midterms and finals written by Michiel Smid and Pat Morin, Alexa manually formatted
6464 and organized each question from 2013-2019. Matthew wrote the first version of
6565 the website.
6666 </p >
6767 <p >
68- In Summer 2021, Forest hosted another event focussed on developing
68+ In Summer 2021, Forest hosted another event focused on developing
6969 interactive resources at Carleton: "Hacking COMP 1XXX" and Matthew led an
7070 effort to rebuild the site with a group of volunteers including Damilola
7171 Adesola, Elias Hawa, Erica Li, Jonathon Steeves, and Robert Babaev. This
@@ -90,7 +90,7 @@ import { default as Layout } from "src/layouts/Content/Content.astro";
9090 maintainers and volunteers to contribute to the project. All content was
9191 moved to a new repository and the project was renamed to "Carleton Computer
9292 Science Question Repository". John Lu and Nguyen-Hanh Nong also collaborated
93- on writting out solutions for almost all of the past COMP 2804 questions.
93+ on writing out solutions for almost all of the past COMP 2804 questions.
9494 John Lu also tagged all questions with tags related to their associated
9595 course chapter, enabling students to be able to practice questions based on
9696 the chapter they are currently studying.
0 commit comments