titis

25
TİTİS Lecture Timetable Scheduler

Upload: sven

Post on 23-Feb-2016

45 views

Category:

Documents


0 download

DESCRIPTION

Lecture Timetable Scheduler. TiTiS. The Problem. The Problem. A university timetable scheduling problem is the problem of finding proper time dependent assignments of courses to classrooms and teachers. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: TiTiS

TİTİSLecture Timetable Scheduler

Page 2: TiTiS

The Problem

Page 3: TiTiS

The Problem A university timetable scheduling

problem is the problem of finding proper time dependent assignments of courses to classrooms and teachers.

These assignements must be done in a way that it encorporates with students curriculums and elective course demands.

Page 4: TiTiS

The Problem A university timetable scheduling

problem is the problem of finding proper time dependent assignments of courses to classrooms and teachers.

These assignements must be done in a way that it encorporates with students curriculums and elective course demands.

Page 5: TiTiS

Existing Systems

Page 6: TiTiS

Existing Systems

Existing systems generally do not handle an information system. They only do the timetable scheduling, after a power user provides formatted data.

Some systems handle the data formatting process, still they work on a single computer with an operator.

Page 7: TiTiS

Existing Systems However, there are many products in

this area.

Page 8: TiTiS

Suggested System

Page 9: TiTiS

Suggested System The main purpose of the project is

designing a lecture timetable scheduling system.

This system will be composed of two subsystems:the information system to handle

interactions, andthe solution engine.

Page 10: TiTiS

Suggested System Key features of the system are,

distributed,online,web based,multi-user and secure.

Page 11: TiTiS

Suggested System Schools and similar organizations will

use this system while planning timetables before every semester to ease timetable generation process.

Users will be able to access the system from anywhere with internet connection using their computers, PDAs, mobile devices or etc.

Page 12: TiTiS

IS – List of users List of users,

AdminHead of DepartmentsStudent AffairsProfessorsTeaching AssistantsStudent

Page 13: TiTiS

IS – User functions (Admin) Admin,

Create necessary users of types Head of Department and Student Affairs.

Monitor system activity via a profiler tool.Start and stop phases of the application.

(Scheduling, Input collection, etc.)

Page 14: TiTiS

IS – User functions (Head of Department) Head of Department,

Create users of types Professor and Teaching Assistant.

Enter availability information for Professors and Teaching Assistants.

Input information about; courses, course instances, course-professor and course-teaching assistant associations.

Page 15: TiTiS

IS – User functions (Student Affairs) Student Affairs,

Create users of type Student.Provide information about mandatory

courses Provide inputs for classrooms, classroom

types

Page 16: TiTiS

IS – User functions (Pf, TA) Professors,

Enter time preferences to the system. Teaching assistants

Enter time preferences to the system.

Page 17: TiTiS

IS – User functions (Student) Student,

Enter time preferences to the system.Rank already assigned course-professor

pairs. View all possible courses.Choose a course and choose one of the

available lecturers for that course, if more than one exists.

Rank the courses, which he chose. Specify the number of courses he wants to take.

Page 18: TiTiS

IS – Data dictionary User super-class, and derived entities

Page 19: TiTiS

IS – Data dictionary Users & Time Preference entity and

related relationships.

Page 20: TiTiS

IS – Data dictionary Student & Course Instance Entities

and related relationships.

Page 21: TiTiS

IS – Data dictionary Department entity and it's

relationships with other entities.

Page 22: TiTiS

The solution engine Formal specification of the problem is

prepared. Notation used in the problem

specification is similar to data objects. i.e. Data objects are defined to be sets

in the problem spec.

Page 23: TiTiS

Scheduler – Problem Specification Following sets are used,

C set of Courses CI set of Course Instances ACP set of Atomic Course Partitions Pf set of Professors TA set of Teaching Assistants St set of Students Cl set of Classrooms ClType set of Classroom Types TS set of available Time Slots TPV al set of Time Preference values allowed

○ TPV al = {Never , Not Preferred, No different0, Preferred} R set of Rank values allowed

○ R = {0,1,...,10}

Page 24: TiTiS

Scheduler – Problem Specification Following functions and relations are defined:

TypeOf: Cl → ClTypeCapacity: ClType → NDuration: ACP → NAssignedPerson: ACP → (Pf U TA)CourseInstanceOf: ACP → CICourseOf: CI → CRequiredType: ACP → ClTypeDayOf: TS → NHourOf: TS → N

Page 25: TiTiS

Scheduler – Problem Specification Functions continued

TimePref: (Pf U TA U St) x TS → TPValMandatoryCIRanks: (St x CI) → RElectiveCIRanks: (St x CI) → RMinElectives: St → NMaxElectives: St → NCanNotTake: subset of St x CMustTake: subset of St x C