diff --git a/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.scss b/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.scss
index e69de29b..6bde671b 100644
--- a/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.scss
+++ b/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.scss
@@ -0,0 +1,7 @@
+hr {
+ border: 2px solid #000000;
+ color: black;
+ width: 35%;
+ text-align: left;
+ margin-left: 0;
+ }
\ No newline at end of file
diff --git a/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.tsx b/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.tsx
index ff771f7f..aa3256a8 100644
--- a/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.tsx
+++ b/client-course-schedulizer/src/components/pages/AboutPage/AboutPage.tsx
@@ -44,7 +44,7 @@ const AboutVision = () => {
Faculty teaching loads cannot be “too high” or “too low”
These constraints make it extremely difficult for the department chair to create a
- schedule without a tool to help them. We propose building a web application, named the
+ schedule without a tool to help them. We are building and adding on to a web application, named the
Course Schedulizer, that will allow department chairs to visualize and manipulate their
department course schedules. It will provide:
@@ -54,18 +54,18 @@ const AboutVision = () => {
- Options to color the data by level, instructor, location, or prefix
- Functionality to create, read, update, and delete class sections
- A load summary for each instructor in the department
- - Schedule conflict detection and resolution suggestions (for honors portion)
+ - Schedule conflict detection and resolution suggestions
- An optimized user interface with an efficient use of screen space
- An extensible interface to integrate with future systems (e.g. Workday)
- By offering these features and improvements on the functionality previously implemented by
+ By offering these features and developing continuous improvements on the functionality previously implemented by
Professor Pruim and Professor VanderLinden, the Course Schedulizer will allow department
chairs to easily create their schedules.
- For an Honors Project, Charles is completing a second project relating to constraint
+ There is also a past Honors Project completed in year 2020 by Charles. It is a second project relating to constraint
problem satisfaction alongside the Course Schedulizer. By employing constraint
- satisfaction techniques, Charles hopes to allow department chairs the ability to upload a
+ satisfaction techniques, Charles has developed the ability to upload a
list of classes, professors, rooms, and times to the Course Schedulizer web application
and have the system create a schedule with no conflicts.
>
@@ -134,11 +134,11 @@ const AboutCode = () => {
production
is the working, stable build of the web application and{" "}
develop
is the less-stable, bleeding-edge build of our Course Schedulizer
app. Please feel free to look around the code and interact with us on the discussion board
- or by posting issues. The honors constraint satisfaction package is also{" "}
+ or by posting issues. The honors constraint satisfaction package from year 2020 is also{" "}
hosted on GitHub. The
Harmoniously project code is also{" "}
hosted on GitHub.
- For details on the development process, please view the respective ReadMes on GitHub.
+ For details on the development process, please view the respective ReadMe files on GitHub.
>
}
title="Code"
@@ -152,7 +152,7 @@ const AboutReport = () => {
body={
-
-
+
Final Report
{" "}
- 4.26.2022
@@ -163,6 +163,7 @@ const AboutReport = () => {
{" "}
- 10.01.2021
+
-
Final Report
@@ -198,6 +199,7 @@ const AboutResources = () => {
Computing@Calvin Department Website
+
-
Final Presentation Slides
@@ -210,6 +212,7 @@ const AboutResources = () => {
-
12.07.2021
+
-
Final Presentation Video -
4.25.2021