Presentation is loading. Please wait.

Presentation is loading. Please wait.

Study Plan by : Muhammad Rasyad Safran Ab. Rahim, Katelyn Kasperowicz, Raphael Salas, Ucchishta Sivaguru, Nabilah Farhana Yahya.

Similar presentations


Presentation on theme: "Study Plan by : Muhammad Rasyad Safran Ab. Rahim, Katelyn Kasperowicz, Raphael Salas, Ucchishta Sivaguru, Nabilah Farhana Yahya."— Presentation transcript:

1 Study Plan by : Muhammad Rasyad Safran Ab. Rahim, Katelyn Kasperowicz, Raphael Salas, Ucchishta Sivaguru, Nabilah Farhana Yahya

2 What Will be Covered -Problem -Project Objective -Solution -Achieving the Solution -Design -Administration and Student Side -Constraint Solver -Challenges -Future Work -Demo

3 Problem Statements of requirements for degree in CS are very complex Requirements change from year to year and are difficult to keep track off Students not following normal course path have difficulty figuring out study plan Students and Advisors can spend hours trying to devise schedule

4 Project Objectives Streamline the process of constructing individualized desired schedules of courses Reduce time for filling out the study plan Helps out with logistics involved in changing the statements of the requirements for degree programs.

5 Solution Create a web application that administrators and students can use to develop study plans Program Administrators are able to enter in the constraints of a degree program Students are able to enter previous taking course to be delivered a schedule

6 Achieving the Solution -Design -Administrative and Student Side -Constraint Solver

7 Design Broke down Study plan into more simple specifications: o Courses - simple courses as already specified  ex. CS115, CS284 o Course Groups - list of courses  ex. HumGroupA = [hum101, hli117, hpl112] o Degree Requirements - specific number of courses from course group  ex. 2 FROM HumGroupA o Degree - built from degree requirements  ex. 2 FROM HumGroupA  AND 2 FROM HumGroupB  AND 2 FROM CSReqCourses

8 Administrative Side Courses o Courses should have these attributes :  Course Prefix, Number and Name  Credits  Department  Prerequisites  Corequisites  Term Offered o Admins can add, edit or delete the courses. o If an admin wants to change the attributes of the course, he can do so by editing the courses.

9

10 Administrative Side Course groups o Course groups should have these attributes :  Course Group Name  Courses o Admins can add course groups without specifying the courses to be included beforehand o Admins can edit or delete the course groups.

11

12 Administrative Side Degree Programs o Degree programs should have these attributes:  Degree Program Name  Year  Department  Degree Requirements o Admin can add an empty degree program without specifying the requirements. o Admin can edit or delete degree programs.

13

14 Student Side Students will be asked to input information regarding their degree programs

15 Student Side Students then choose when they wish to graduate and the number of credits to take per semester.

16 Student Side Students have to then specify the courses that they have taken and optionally, the courses that they want to take

17 Student Side The system will then generate suitable schedules for the students.

18 Constraint Solver Choose to use ECLiPSe Prolog as Logic Programming Language Open-Source Software System for Constraint Programming Applications Query Based System that can find solutions Used to solve study plan

19 Constraint Solver How we used it: o Formulated input from student side web application o Loaded information on courses and course groups from database o Developed constraints for semesters based on:  Pre-reqs, Term Offered, Credit Load ECLiPSe solved by o Trying different combinations of courses & course groups for a semester o Checking that this was a valid semester o Checking that combination of semesters satisfied Degree

20 Challenges Make a generic way of constructing schedules without hardcoding any class information Reduce the complexity of the algorithm for constructing the schedule Consider all requirements from different boolean combinations of courses

21 Future Plans


Download ppt "Study Plan by : Muhammad Rasyad Safran Ab. Rahim, Katelyn Kasperowicz, Raphael Salas, Ucchishta Sivaguru, Nabilah Farhana Yahya."

Similar presentations


Ads by Google