An Experimental Comparison of ER and UML Class Diagrams for Data Modelling - Experimental Material -

Size: px
Start display at page:

Download "An Experimental Comparison of ER and UML Class Diagrams for Data Modelling - Experimental Material -"

Transcription

1 An Experimental Comparison of ER and UML Class Diagrams for Data Modelling - Experimental Material - January 14, 2009 Abstract This report describes the experimental material used in three sets of controlled experiments carried out to compare ER and UML class diagrams for data modelling. In particular, the experimentation aimed at comparing the support given by ER and UML class diagrams in comprehension, maintenance, and verification of data models. The experiments involved university students with different levels of ability and experience. The comparison provides qualitative and quantitative results that can be used by project managers to evaluate the possibility of adopting a design method within their own organisation, depending on the skills of the involved human resources.

2 1 Comprehension Tasks: questionnaire and artefacts This section describes the two tasks used to analyse the comprehensibility of ER and UML class diagrams. To evaluate it, we asked the subjects to answer a questionnaire consisting of 5 multiple choice questions where each question can have one or more correct answers. It is important to note that the number of answers was the same for each question (i.e., three answers), while the number of correct answers was different. The questions cover all the entities and the relationships of the data model presented to the subjects. Next section shows the questionnaire and the ER and UML class diagrams (see Figure 1) for the task T1 c on the data model ADAMS-TeamManagement. Moreover, Section 1.2 shows the ER and the UML class diagrams (see Figure 2), as well as the questionnaire, for the task T2 c on the data model EasyClinic-BookingManagement. 1.1 Task T1 c The questionnaire used for the ADAMS-TeamManagement system is: Q1 Consider the relationship between Artefact and Version and select the correct statements: An artefact can have more versions An artefact can have at most one version An artefact could have no versions Q2 Consider the relationship between Artefact and Resource and select the correct statements: On an artefact can be allocated one resource On an artefact can be allocated at least one resource On an artefact could be no resources allocated Q3 Consider the relationship between Version and File and select the correct statements: A version can have more associated files A version could be no associated files A version can have at most one associated file Q4 Consider the class Resource and its relationships. Which are the correct statements: Skills of a resource can be identified It is possible to verify if a resource is allocated on an artefact It is possible to identify the telephone number of a resource

3 Figure 1: Data model of ADAMS-TeamManagement represented by an ER diagram and an UML class diagram Q5 Consider the class Artefact and its relationships. Which are the correct statements: An artefact can be associated to only one project

4 Figure 2: EasyClinic data model represented by ER diagram and UML class diagram It is possible to identify the artefact manager It is possible to identify the date of an artefact version 1.2 Task T2 c The questionnaire used for the EasyClinic-BookingManagement system is: Q1 Consider the relationship between Patient and Booking and select the correct

5 statements: A patient can make only one reservation A patient has to make at least one reservation A patient could not make a reservation Q2 Consider the relationship between Patient and Visit and select the correct statements: A patient can make only one visit A patient has to make at least one visit A patient can make more than one visit Q3 Consider the relationship between Booking and VisitType and select the correct statements: A reservation has to refer to only one type of visit A reservation could not refer to any type of visit A reservation is referred to at least one type of visit Q4 Consider the class Patient and its relationships. Which are the correct statements: It is possible to establish the reservations of a patient It is possible to establish when a patient has been registered It is possible to establish the reservation cancelled by a patient Q5 Consider the class Booking and its relationships. Which are the correct statements: A reservation can be made by more than one patient Given a reservation, it is possible to establish the of the booked visit Given a reservation, it is possible to establish the date of the visit

6 2 Maintenance Tasks: questionnaire and artefacts This section describes the two tasks used to analyse the maintainability of ER and UML class diagrams. In order to evaluate it we adopted a similar approach as the assessment of the comprehension level. In particular, we asked the subjects to answer a questionnaire consisting of 5 multiple choice questions, but in this case each question has only one correct answers. It is important to note that the number of answers was the same for each question (i.e., three answers). In each question we present a change request and ask to the subjects to select which are the correct changes to perform on the data model to satisfy the request. Next section shows the questionnaire and the UML class diagram (see Figure 3) for the task T1 m on the data model Company. Moreover, Section 2.2 shows the ER diagram (see Figure 10), as well as the questionnaire, for the task T2 m on the data model University. Figure 3: Company data model represented by UML class diagram 2.1 Task T1 m The questionnaire used for the Company system is: Q1 We want to keep track of the projects completed by each unit (by storing start and end date of the project). What are the modifications to be accomplished in order to carry out this request? Select the correct UML class diagram in Figure 2.1:

7 WorksOn hour Projects location controls works_on Startdate chairs +supervised supervises Projects location controls CompleteProjects works_for Manager companyphone companycar projectbenefit +supervisor Developer nolanguages completeprojects Question Q1 Projects location CompleteProjects Projects location CompleteProjects Projects location controls controls controls 1 completeprojects 1 completeprojects Question Q2 Projects location Figure 4: Question Q1 - Select the correct UML class diagram 1 1 controls depend 1 Q2 We want to keep track of the dependent people for each employee, by storing DependentOf Social Security Number (SSN), first, last, birth of date. What are the modifications to be accomplished in order to carry out this request? Select the correct UML class diagram in Figure 2.1: Question Q2 1 1 depend DependentOf depend DependentOf 1 1 depend DependentOf depend Question Q3 Figure 5: Question Q2 - Select the correct UML class diagram DependentOf worked Worked

8 1 1 depend DependentOf Q3 We want to keep track of all unit for which an employee worked, worked by storing the start date and the end date (note that that an employee can work for a department at most once and an employee works for one and only department at a given date). What are the modifications to be accomplished in order to carry out this request? Select the correct UML class diagram in Figure 2.1: Question Q3 1 1 Worked worked Worked 1 1 worked Worked worked Worked Question Q4 Figure 6: Question Q3 - Select the correct UML class diagram Worked Q4 We want to keep track of the seniority years of the manger and developers. What worked are the modifications to be accomplished in order to carry out this request? SSe- Manager Developer companyphone nolanguages lect the correct UML class diagram companycar inseniority Figure 2.1: projectbenefit seniority Question Q4 seniority seniority Manager Developer Manager Developer Manager Developer companyphone companycar projectbenefit seniority nolanguages seniority companyphone companycar projectbenefit nolanguages companyphone companycar projectbenefit seniority nolanguages seniority seniority Figure 7: Question Q4 - Select the correct UML class diagram Manager companyphone companycar projectbenefit Developer nolanguages Q5 Consider the database schemas before and after a maintenance activity on the relational schemas PROJECTS e UNIT (see Figure 8). Note that the attributes with a line are the primary keys while the starred attributes are reference keys. Select the correct UML class diagram (regarding PROJECTS e UNIT classes) from Figure 2.1 for the relational schema after the maintenance activity.

9 Figure 8: Company Schema before the maintenance activity and after the maintenance activity Figure 9: Question Q5 - Select the correct UML class diagram

10 Vote Registration STUDENT Date Presence ATTENDS Figure 10: University data model represented by ER diagram 2.2 Task T2 m Registration Question Q2 Presence The questionnaire STUDENT used ATTENDS for the University system is: Vote Date Q1 We want to keep track of the module completed by each student, storing the vote and the date. What are the modifications to be accomplished in order to carry out this request? Select the correct ER diagram in Figure 2.2: Question Q2 (0,1) Question Q3 Figure 11: Question Q1 - Select the correct ER diagram TEACHES TEACHES TEACHES

11 Vote Registration STUDENT Date ATTENDS Question Q2 Presence Registration STUDENT ATTENDS Vote Date Q2 We want to keep track of the information on the lessons for each module by storing room, floor, and hour. What are the modifications to be accomplished in order to carry out this request? Select the correct ER diagram in Figure 2.2: Question Q2 (0,1) (0,1) Question Q3 (0,1) Figure 12: Question Q2 - Select the correct ER diagram Question Q3 TEACHES Q3 We want to keep track of all teacher that teach a Module, by storing their responsability (0,1) and the number Question ofq3 hour (taking into account that a module can be held by more than one teacher). What are the modifications to be accomplished in TEACHES order to carry out this request? Select the correct ER diagram in Figure??: TEACHES Question Q3 TEACHES TEACHES TEACHES TEACHES TEACHES TEACHES TEACHES TEACHES TEACHES Figure 13: Question Q3 - Select the correct ER diagram Q4 We want to keep track of the telephone number of teachers and students. What are the modifications to be accomplished in order to carry out this request? Select the correct ER diagram in Figure 2.2:

12 Question Q4 Registration STUDENT SSN Last Address SSN First Last Address First Registration Registration STUDENT STUDENT SSN Registration SSN Last STUDENT Last Address SSN Address First First Address Last First Question Q4 SSN Last Address First Registration STUDENT SSN Last Address First Registration SSN STUDENT Last Address First Registration SSN STUDENT Last Address First STUDENT relational schemas Faculty and Department in Figure 15. Note that the attributes Figure 14: Question Q4 - Select the correct ER diagram Registration STUDENT Registration Q5 Consider the database schemas before and after a maintenance activity on the with a line are the primary keys while the starred attributes are reference keys. Select the correct ER diagram (regarding Faculty and Department entities) from Figure 2.2 for the relational schema after the maintenance activity

13 Figure 15: Company Schema before the maintenance activity and after the maintenance activity Figure 16: Question Q5 - Select the correct ER diagram

14 3 Verification Tasks: questionnaire and artefacts This section describes the two tasks used to analyse the support give by ER and UML class diagrams during verification activities. In order to evaluate it we presented to the subjects a list of requirements and asking them to highlight in the data models the points that did not satisfy the requirements. Next section shows the requirements and both the ER and UML class diagram (see Figures 3.1 and 3.1) for the task T1 v on the data model ADAMS-EventManagement. Moreover, Section 3.2 shows both the ER and UML class diagrams (see Figures 3.1 and 3.1), as well as the requirements, for the task T2 v on the data model EasyClinic- VisitManagement. 3.1 Task T1 v The following diagram represents the data model of an artefact management system, called ADAMS.In particular, the diagram describes the management of the files associated to an artefact and the event subscriptions mechanism of ADAMS. The diagram contains some defects, e.g., missing attributes or relationships, wrong cardinality. Analyse the requirements of the system and highlight in the data models the points that do not satisfy the requirements Figure 17: UML class diagram of ADAMS-EventManagement An artefact...

15 Figure 18: ER diagram of ADAMS-EventManagement is characterised by a, a description, a status, a creation data, a starting and ending date; has a type. The artefact type is characterised by a, a description, an icon, and an identifier. Moreover, almost a file type has to be specified for each artefact type. Clearly, the same file type (characterised by a, a description and an extension) can be associated to one or more artefact types; should depend by other artefacts (target). In this case, it is necessary to specify the direction as well as the stereotype of the dependence; should be composed of one or more artefacts. In this case, for each component artefacts (child) it is necessary to specify its position in the hierarchy; has at least one resource allocated on it. Each resource allocated on an artefacts has the possibility to subscribe an event on it specifying the subscription level (eventlevel). 3.2 Task T2 v The following diagram represents the data model of a software system implementing all the operations required to manage a doctor s office, called EasyClinic.In particular, the diagram describes the management of the patients visits and bookings. The diagram contains some defects, e.g., missing attributes or relationships, wrong cardinality.

16 Figure 19: UML class diagram of EasyClinic-VisitManagement Figure 20: ER diagram of EasyClinic-VisitManagement Analyse the requirements of the system and highlight in the data models the points that do not satisfy the requirements.

17 A visit... is characterised by a date, a code, an anamnesis, and a therapy; should require some laboratory exams. In this case is specified when the exam is performed (i.e., date) and the results of the exam. Clearly, the same exam should be required in one or more visit. Each exam is characterised by a and a description, and it is performed in a laboratory. Each laboratory is characterised by a and an. Moreover, each laboratory is specialised in several exams and only one laboratory is able to perform a particular exam; is performed by at least one doctor. In this case is specified the role of the doctor; requires a booking. Clearly, a booking should exist without a visit (it is not performed yet).

Chapter 3. Data Modeling Using the Entity-Relationship (ER) Model

Chapter 3. Data Modeling Using the Entity-Relationship (ER) Model Chapter 3 Data Modeling Using the Entity-Relationship (ER) Model Chapter Outline Overview of Database Design Process Example Database Application (COMPANY) ER Model Concepts Entities and Attributes Entity

More information

Entity-Relationship Model

Entity-Relationship Model UNIT -2 Entity-Relationship Model Introduction to ER Model ER model is represents real world situations using concepts, which are commonly used by people. It allows defining a representation of the real

More information

UNIVERSITY OF TRIESTE UNIVERSITY OF UDINE ACADEMIC REGULATIONS MASTER DEGREE PROGRAMMEME IN PHYSICS. Master Degree Programme Section LM-17

UNIVERSITY OF TRIESTE UNIVERSITY OF UDINE ACADEMIC REGULATIONS MASTER DEGREE PROGRAMMEME IN PHYSICS. Master Degree Programme Section LM-17 UNIVERSITY OF TRIESTE UNIVERSITY OF UDINE ACADEMIC REGULATIONS MASTER DEGREE PROGRAMMEME IN PHYSICS Master Degree Programme Section LM-17 DM 270/2004, art.12 R.D.A. art. 5 1 Art. 1 General rules and objectives

More information

Clarification of Section 4. Teaching credentials in KTH's CV template for the employment of teachers

Clarification of Section 4. Teaching credentials in KTH's CV template for the employment of teachers Clarification of Section 4. Teaching credentials in KTH's CV template for the employment of teachers 4.1. Briefly describe your profile as a teacher (maximum half a page). Tell us in brief (about half

More information

Academic Program: Doctoral Program in Clinical Psychology. Graduate or Undergraduate: Graduate Date: October 10, 2003

Academic Program: Doctoral Program in Clinical Psychology. Graduate or Undergraduate: Graduate Date: October 10, 2003 Academic Program: Doctoral Program in Clinical Psychology Graduate or Undergraduate: Graduate Date: October 10, 2003 Coordinator of the Program: Kenneth W. Sewell Person completing this form: Kenneth W.

More information

Student Learning Outcomes Bachelor in Health Information Management Department of Health Sciences College of Applied Science and Technology

Student Learning Outcomes Bachelor in Health Information Management Department of Health Sciences College of Applied Science and Technology Student Learning Outcomes Bachelor in Health Information Management Department of Health Sciences College of Applied Science and Technology Upon successful completion of the Health Information Management

More information

Introducing PAUL. Thursday, October, 15th 2015, Room F1.310 4:07 pm Rainer Feldmann PAUL Coordination. Alles online auf einer Plattform

Introducing PAUL. Thursday, October, 15th 2015, Room F1.310 4:07 pm Rainer Feldmann PAUL Coordination. Alles online auf einer Plattform Introducing PAUL Thursday, October, 15th 2015, Room F1.310 4:07 pm Rainer Feldmann PAUL Coordination Management of Campus Management Systems: Integrated Software Campus Management Systems: integrated Software

More information

IV. The (Extended) Entity-Relationship Model

IV. The (Extended) Entity-Relationship Model IV. The (Extended) Entity-Relationship Model The Extended Entity-Relationship (EER) Model Entities, Relationships and Attributes Cardinalities, Identifiers and Generalization Documentation of EER Diagrams

More information

CHAPTER 6. Discussion and Conclusion. patient health information, such as diagnosis, medicine orders, managing patient

CHAPTER 6. Discussion and Conclusion. patient health information, such as diagnosis, medicine orders, managing patient CHAPTER 6 Discussion and Conclusion 6.1 Introduction Health care information system is a computer application to represent patient information in a friendly user interface and allowing users to review

More information

Database Design Process

Database Design Process Database Design Process Entity-Relationship Model From Chapter 5, Kroenke book Requirements analysis Conceptual design data model Logical design Schema refinement: Normalization Physical tuning Problem:

More information

Doctoral program regulations

Doctoral program regulations Faculty of Economics, Business Administration and Information Technology This document is a translation only. It is solely for information purposes and has no legal validity. For any case of legal proceedings

More information

Transition Points for the Master of Arts in Special Education (MASPE) LBD P-12

Transition Points for the Master of Arts in Special Education (MASPE) LBD P-12 Transition Points for the Master of Arts in Special Education (MASPE) LBD P-12 Teacher Education Program Admissions Requirements BEFORE September 1, 2012 Teacher Education Program Admissions Requirements

More information

Database Design Process

Database Design Process Entity-Relationship Model Chapter 3, Part 1 Database Design Process Requirements analysis Conceptual design data model Logical design Schema refinement: Normalization Physical tuning 1 Problem: University

More information

MSc Research (Human Geography):

MSc Research (Human Geography): Masters in Research (Human Geography) For students entering in 2006 Awarding Institution: Teaching Institution: Faculty of Science Date of specification: 08/2006 Programme Coordinator: Board of Studies:

More information

The British University in Dubai Doctor of Philosophy (PhD) Project Management

The British University in Dubai Doctor of Philosophy (PhD) Project Management The British University in Dubai Doctor of Philosophy (PhD) Project Management Why a named PhD at BUiD UAE Ministry require this Other PhD programmes include: Doctor of Education Architecture and Sustainable

More information

Quantitative and qualitative methods in process improvement and product quality assessment.

Quantitative and qualitative methods in process improvement and product quality assessment. Quantitative and qualitative methods in process improvement and product quality assessment. Anna Bobkowska Abstract Successful improvement of the development process and product quality assurance should

More information

MSc Applied Child Psychology

MSc Applied Child Psychology MSc Applied Child Psychology Module list Modules may include: The Child in Context: Understanding Disability This module aims to challenge understandings of child development that have emerged within the

More information

Faculty of Economics, Business Administration and Information Technology

Faculty of Economics, Business Administration and Information Technology Faculty of Economics, Business Administration and Information Technology This document is a translation only. It is solely for information purposes and has no legal validity. For any case of legal proceedings

More information

PROVISIONAL ACADEMIC REGULATIONS KAUNAS UNIVERSITY OF TECHNOLOGY CHAPTER I. GENERAL PROVISIONS CHAPTER II. SCIENCE AND STUDIES GOVERNANCE

PROVISIONAL ACADEMIC REGULATIONS KAUNAS UNIVERSITY OF TECHNOLOGY CHAPTER I. GENERAL PROVISIONS CHAPTER II. SCIENCE AND STUDIES GOVERNANCE ANNEX 22 APPROVED By the decision of Senate of Kaunas University of Technology as of June 20 2012, No. V3-S-48 PROVISIONAL ACADEMIC REGULATIONS KAUNAS UNIVERSITY OF TECHNOLOGY CHAPTER I. GENERAL PROVISIONS

More information

Riley College of Education and Leadership Ed.D. Administrator Leadership Student Performance on Program Major Assessments

Riley College of Education and Leadership Ed.D. Administrator Leadership Student Performance on Program Major Assessments Ed.D. Administrator Leadership Student Performance on Program Major Assessments Percentage of EdD Administrator Leadership Candidate Scores by Major Assessment in the Unacceptable, Acceptable, and Target

More information

Postgraduate Research Code of Practice APPENDIX 12. Framework for Online Professional Doctorates

Postgraduate Research Code of Practice APPENDIX 12. Framework for Online Professional Doctorates Postgraduate Research Code of Practice APPENDIX 12 Revised 2014 This is the academic Framework for Professional Doctorate programmes to be delivered online in partnership with Laureate Online Education.

More information

Psychology. Forensic Psychology Master of Science (M.S.)

Psychology. Forensic Psychology Master of Science (M.S.) University of North Dakota 1 Psychology http://www.und.edu/dept/psych/ Bradley, Derenne, De Young, Ferraro, Grabe, Holm, Kehn, Kelly, King, Legerski, Looby, McDonald, Miller, Peters, Petros, Plumm, Poltavski,

More information

Programme Study Plan. Early Years Education Programme

Programme Study Plan. Early Years Education Programme Faculty Board for Teacher Education Programme Study Plan Early Years Education Programme Programme Code Programme Title LGFLP Early Years Education Programme Credits/ECTS: 210 Programme Approval The Programme

More information

Performance Appraisal System Evaluation Form Managers

Performance Appraisal System Evaluation Form Managers Performance Appraisal System Evaluation Form Managers Name: Position Title: Department: Plan Date: Annual Review Date: PURPOSE OF PERFORMANCE APPRAISAL Enable joint planning and communication between a

More information

A Short Manual on How to Write Your Thesis for the MA in Psychology Programme

A Short Manual on How to Write Your Thesis for the MA in Psychology Programme ELTE Faculty of Education and Psychology Valid starting from 2010/2011 for students who began their studies in September 2008 or later A Short Manual on How to Write Your Thesis for the MA in Psychology

More information

Doctoral Degree Programs in Higher Education

Doctoral Degree Programs in Higher Education Doctoral Degree Programs in Higher Education The Program in Higher Education offers the Ed.D. and Ph.D. in Higher Education. Both programs are designed to enable students to: acquire knowledge about and

More information

PROGRAMME AND COURSE OUTLINE MASTER S PROGRAMME IN MULTICULTURAL AND INTERNATIONAL EDUCATION. 12O ECTS credits. The academic year 2013/2014

PROGRAMME AND COURSE OUTLINE MASTER S PROGRAMME IN MULTICULTURAL AND INTERNATIONAL EDUCATION. 12O ECTS credits. The academic year 2013/2014 PROGRAMME AND COURSE OUTLINE MASTER S PROGRAMME IN MULTICULTURAL AND INTERNATIONAL EDUCATION 12O ECTS credits The academic year 2013/2014 Oslo and Akershus University College of Applied Sciences Faculty

More information

Study, Internship, and Examination Regulations. Academy Profession and Bachelor Degrees INTERNATIONAL BUSINESS COLLEGE MITROVICA

Study, Internship, and Examination Regulations. Academy Profession and Bachelor Degrees INTERNATIONAL BUSINESS COLLEGE MITROVICA Study, Internship, and Examination Regulations Academy Profession and Bachelor Degrees INTERNATIONAL BUSINESS COLLEGE MITROVICA These study and examination regulations apply for the two year Academy Profession

More information

Programme Study Plan. Primary Education Specialisation: Teaching in pre-school class and grades 1-3 Specialisation: Teaching in grades 4-6.

Programme Study Plan. Primary Education Specialisation: Teaching in pre-school class and grades 1-3 Specialisation: Teaching in grades 4-6. Faculty Board for Teacher Education Programme Study Plan Primary Education Specialisation: Teaching in pre-school class and grades 1-3 Specialisation: Teaching in grades 4-6. Programme Code Programme Title

More information

Limited Permit X-ray Technician Bone Densitometry School ID#6020 CLASS NOTIFICATION

Limited Permit X-ray Technician Bone Densitometry School ID#6020 CLASS NOTIFICATION Limited Permit X-ray Technician CLASS NOTIFICATION School information Date: November 6-8, 2015 Time: Friday 7:45 am 7:30 pm Saturday and Sunday 7:30 am 5 pm - Each student s schedule varies Location: 1814

More information

MASTER S DEGREE IN EUROPEAN STUDIES

MASTER S DEGREE IN EUROPEAN STUDIES Academic regulations for MASTER S DEGREE IN EUROPEAN STUDIES THE FACULTY OF HUMANITIES THE UNIVERSITY OF AARHUS 2007 1. Framework provisions Title Prepared by Effective date Prescribed points Master s

More information

THE MSDM MANAGEMENT PRACTICUM 2015/2016

THE MSDM MANAGEMENT PRACTICUM 2015/2016 American University School of International Service International Development Program Master of Science in Development Management THE MSDM MANAGEMENT PRACTICUM 2015/2016 Practicum Supervisor: David Hirschmann

More information

* * * * * * * * * * * * * * * * * * * * * * * *

* * * * * * * * * * * * * * * * * * * * * * * * "INTERUNIVERSITY DOCTORAL PROGRAM IN ORGANISMAL BIOLOGY" "Interuniversity Doctoral Program in Organismal Biology"... 1 1. Aims... 2 2. Registration and eligibility... 2 3. Concept... 2 Courses, workshops,

More information

DOCTORAL PROGRAM IN HIGHER EDUCATION Community College Cognate University of North Texas

DOCTORAL PROGRAM IN HIGHER EDUCATION Community College Cognate University of North Texas DOCTORAL PROGRAM IN HIGHER EDUCATION Community College Cognate University of North Texas Contact: Patsy Fulton-Calkins, Ph.D. Director of the Bill J. Priest Center for Community College Education Don A.

More information

Lecture 12: Entity Relationship Modelling

Lecture 12: Entity Relationship Modelling Lecture 12: Entity Relationship Modelling The Entity-Relationship Model Entities Relationships Attributes Constraining the instances Cardinalities Identifiers Generalization 2004-5 Steve Easterbrook. This

More information

PUBLIC UNIVERSITY OF NAVARRE REGULATIONS ON STUDENTS MOBILITY INDEX TITLE I SUBJECT MATTER AND SCOPE... 4

PUBLIC UNIVERSITY OF NAVARRE REGULATIONS ON STUDENTS MOBILITY INDEX TITLE I SUBJECT MATTER AND SCOPE... 4 PUBLIC UNIVERSITY OF NAVARRE REGULATIONS ON STUDENTS MOBILITY INDEX GENERAL PROVISIONS TITLE I SUBJECT MATTER AND SCOPE... 4 TITLE II BODIES AND HEADS WITH COMPENTENCES ON MOBILITY... 5 Chapter I Vice-chancellorships

More information

DEPARTMENT OF INDUSTRIAL AND ENGINEERING TECHNOLOGY DEPARTMENTAL PROCEDURES, CRITERIA, AND BYLAWS Approved 2/98

DEPARTMENT OF INDUSTRIAL AND ENGINEERING TECHNOLOGY DEPARTMENTAL PROCEDURES, CRITERIA, AND BYLAWS Approved 2/98 DEPARTMENT OF INDUSTRIAL AND ENGINEERING TECHNOLOGY DEPARTMENTAL PROCEDURES, CRITERIA, AND BYLAWS Approved 2/98 TABLE OF CONTENTS Page I. Introduction... 2 II. III. IV. The Chairperson...2 Chairperson

More information

THE ENTITY- RELATIONSHIP (ER) MODEL CHAPTER 7 (6/E) CHAPTER 3 (5/E)

THE ENTITY- RELATIONSHIP (ER) MODEL CHAPTER 7 (6/E) CHAPTER 3 (5/E) THE ENTITY- RELATIONSHIP (ER) MODEL CHAPTER 7 (6/E) CHAPTER 3 (5/E) 2 LECTURE OUTLINE Using High-Level, Conceptual Data Models for Database Design Entity-Relationship (ER) model Popular high-level conceptual

More information

2016 STUDIES IN ORIENTATION AND MOBILITY AT THE RIDBC RENWICK CENTRE

2016 STUDIES IN ORIENTATION AND MOBILITY AT THE RIDBC RENWICK CENTRE 2016 STUDIES IN ORIENTATION AND MOBILITY AT THE RIDBC RENWICK CENTRE Welcome to the RIDBC Renwick Centre. The RIDBC Renwick Centre is a centre for research, professional training, and continuing professional

More information

Regulation on doctoral studies at the Agricultural University of Iceland

Regulation on doctoral studies at the Agricultural University of Iceland Regulation on doctoral studies at the Agricultural University of Iceland Art. 1. Terms and scope. This Regulation refers to the doctoral studies at the Agricultural University of Iceland which is carried

More information

INTERNSHIP TRACKING SHEET INFORMATION FCNS 631: CHILD DEVELOPMENT, FCNS 632: FAMILY SERVICES,

INTERNSHIP TRACKING SHEET INFORMATION FCNS 631: CHILD DEVELOPMENT, FCNS 632: FAMILY SERVICES, INTERNSHIP TRACKING SHEET INFORMATION FCNS 631: CHILD DEVELOPMENT, FCNS 632: FAMILY SERVICES, and FCNS 638: Parent Education School of Family, Consumer, and Nutrition Sciences (FCNS) The Master of Science

More information

University of Cambridge: Programme Specifications MASTER OF PHILOSOPHY IN MANAGEMENT SCIENCE AND OPERATIONS

University of Cambridge: Programme Specifications MASTER OF PHILOSOPHY IN MANAGEMENT SCIENCE AND OPERATIONS University of Cambridge: Programme Specifications Every effort has been made to ensure the accuracy of the information in this programme specification. Programme specifications are produced and then reviewed

More information

Graduate Programs office. PhD Thesis Guide. Version Date: October, 2015. www.edu.uwo.ca 519-661-2099

Graduate Programs office. PhD Thesis Guide. Version Date: October, 2015. www.edu.uwo.ca 519-661-2099 Updated Fe Graduate Programs office PhD Thesis Guide Version Date: October, 2015 www.edu.uwo.ca 519-661-2099 Contents Introduction 1 What is a Thesis? 1 Thesis Advisory Committee 1-2 Proposal 2-3 Ethics

More information

Class Diagrams. University. Exercises

Class Diagrams. University. Exercises Class Diagrams Exercises University In a university there are different classrooms, offices and departments. A department has a name and it contains many offices. A person working at the university has

More information

2014 STUDIES IN ORIENTATION AND MOBILITY AT THE RIDBC RENWICK CENTRE

2014 STUDIES IN ORIENTATION AND MOBILITY AT THE RIDBC RENWICK CENTRE 2014 STUDIES IN ORIENTATION AND MOBILITY AT THE RIDBC RENWICK CENTRE Welcome to the RIDBC Renwick Centre. The RIDBC Renwick Centre is a centre for research, professional training, and continuing professional

More information

The system is available to the holders of Medicover cards entitled to examinations and consultations in Medicover Centres.

The system is available to the holders of Medicover cards entitled to examinations and consultations in Medicover Centres. Medicover OnLine This guide will provide you with basic information about Medicover OnLine, such as access and logging to the system, data safety, and description of the system s features. If you have

More information

Graduate Program Handbook M.S. and Ph.D. Degrees

Graduate Program Handbook M.S. and Ph.D. Degrees Graduate Program Handbook M.S. and Ph.D. Degrees Department of Computer Science University of New Hampshire updated: Summer 2012 1 Overview The department offers both an M.S. in Computer Science and a

More information

Foundations of Information Management

Foundations of Information Management Foundations of Information Management - WS 2012/13 - Juniorprofessor Alexander Markowetz Bonn Aachen International Center for Information Technology (B-IT) Data & Databases Data: Simple information Database:

More information

Regulations of granting a master s degree at the University of Jordan

Regulations of granting a master s degree at the University of Jordan Regulations of granting a master s degree at the University of Jordan issued by the Deans Council, according to Article (3/A) of the bylaws of granting scientific degrees, honorary degrees and certificates

More information

Mr. Snong Boiciew. Summary

Mr. Snong Boiciew. Summary This dissertation entitled The Preparedness of Selected Schools Krabi Educational Service Area to Become Lab School Project Basic for an Enhancement Program by Mr. Snong Boiciew This research was conducted

More information

College of Education Clinical Faculty Appointment and Promotion Criteria Provost Approved 11/11/11

College of Education Clinical Faculty Appointment and Promotion Criteria Provost Approved 11/11/11 Introduction: The Clinical Faculty College of Education Clinical Faculty Appointment and Promotion Criteria Provost Approved 11/11/11 In accordance with University guidelines most professional programs

More information

Executive Director Institute of Diagnostic Ultrasound

Executive Director Institute of Diagnostic Ultrasound Executive Director Institute of Diagnostic Ultrasound Information for Candidates Contents Background Information... 3 Position Description... 4 Selection Criteria... 6 Application process... 7 Background

More information

Checklist for the Professional Service License Application (out-of-state)

Checklist for the Professional Service License Application (out-of-state) Checklist for the Professional Service License Application (out-of-state) Before you mail this application, be certain that you have completed the following: I have enclosed official transcripts showing

More information

Lab Manual. Advanced Pr I IT 314

Lab Manual. Advanced Pr I IT 314 Lab Manual Advanced Pr I IT 314 Lab Instructions Several practicals / programs? Whether an experiment contains one or several practicals /programs One practical / program Lab Teacher forms groups of the

More information

WASHINGTON STATE UNIVERSITY Counseling Psychology Ph.D. Program. Program Planning Guide. Last First MI

WASHINGTON STATE UNIVERSITY Counseling Psychology Ph.D. Program. Program Planning Guide. Last First MI WASHINGTON STATE UNIVERSITY Counseling Psychology Ph.D. Program Proposed Program for: Program Planning Guide Last First MI Prior Education: Dates Degree Major Prior Education: Dates Degree Major Undergraduate

More information

STUDY REGULATIONS Study regulations for International Executive Master of Business Administration (MBA) program, applicable to English language

STUDY REGULATIONS Study regulations for International Executive Master of Business Administration (MBA) program, applicable to English language STUDY REGULATIONS Study regulations for International Executive Master of Business Administration (MBA) program, applicable to English language version Table of contents Page 2 1 Equity principle... 3

More information

Note to the Project Guides MSC (CS-FOSS) Final Semester Projects

Note to the Project Guides MSC (CS-FOSS) Final Semester Projects Note to the Project Guides MSC (CS-FOSS) Final Semester Projects The students of MSC (CS-FOSS) of students are now in the final semester and will be doing their project work this semester. This is one

More information

How To Study Engineering In Global And Manufacturing

How To Study Engineering In Global And Manufacturing 1 Academic Regulations 2014, Bachelor of Engineering in Global and Manufacturing (GMM) Applicable to students enrolled in September 2014 and onwards Contents 1. Framework provisions of the Academic Regulations...

More information

PhD Degree Programme in Business, Economics and Statistics and Doctoral Degree Programme in Business, Economics and Statistics

PhD Degree Programme in Business, Economics and Statistics and Doctoral Degree Programme in Business, Economics and Statistics PhD Degree Programme in Business, Economics and Statistics and Doctoral Degree Programme in Business, Economics and Statistics Faculty of Business, Economics and Statistics Brünner Straße 72 A-1210 Vienna

More information

DOKUZ EYLUL UNIVERSITY GRADUATE SCHOOL OF HEALTH SCIENCES NEW CODE OF PRACTICE

DOKUZ EYLUL UNIVERSITY GRADUATE SCHOOL OF HEALTH SCIENCES NEW CODE OF PRACTICE DOKUZ EYLUL UNIVERSITY GRADUATE SCHOOL OF HEALTH SCIENCES NEW CODE OF PRACTICE in PhD TRAINING AND ASSESSMENT (Confirmed by the University Senate on March 18, 2015) Important Note: Only the issues discussed

More information

Frequently. asked questions. g ro u p insu ra n ce

Frequently. asked questions. g ro u p insu ra n ce g ro u p insu ra n ce Frequently asked questions The answers to the following questions are for union members enrolled in FNEEQ-CSN s group insurance plan. Please contact your union to learn about the

More information

How To Complete A Third Cycle Programme In Business Administration

How To Complete A Third Cycle Programme In Business Administration 1 14 September 2012 Reg. No EHL 2012/99 - Department of Business Administration Third-Cycle Studies in Business Administration for the Degree of Doctor at Lund University This syllabus was adopted by the

More information

General Syllabus for Industrial Economics and Organisations at Mälardalen University

General Syllabus for Industrial Economics and Organisations at Mälardalen University 1 Reg.No. MDH 1.1-23-/14 General Syllabus for Industrial Economics and Organisations at Mälardalen University Valid for all doctoral students admitted to the third-cycle subject area after 16 December

More information

UNIVERSITY EVALUATION SYSTEMS IN GREECE: ATHENS UNIVERSITY OF ECONOMICS AND BUSINESS. Dimitris Bourantas, Spyros Lioukas andvassilis Papadakis

UNIVERSITY EVALUATION SYSTEMS IN GREECE: ATHENS UNIVERSITY OF ECONOMICS AND BUSINESS. Dimitris Bourantas, Spyros Lioukas andvassilis Papadakis UNIVERSITY EVALUATION SYSTEMS IN GREECE: ATHENS UNIVERSITY OF ECONOMICS AND BUSINESS Dimitris Bourantas, Spyros Lioukas andvassilis Papadakis 1. The National Context: State-University Relationships Greek

More information

HCMG02 ADVANCED CHILD CARE PRACTICE 2. - Therapeutic Communication with Children & Young People 30 M

HCMG02 ADVANCED CHILD CARE PRACTICE 2. - Therapeutic Communication with Children & Young People 30 M MA/PGDip/PGCert in Therapeutic Child Care Awarding Institution: The University of Reading Teaching Institution: The University of Reading Programme length: part-time over 24 months, including 2 residential

More information

UNIVERSITY OF LJUBLJANA FACULTY OF ARTS FACULTY OF SOCIAL SCIENCES SOCIAL SCIENCES INTERDISCIPLINARY DOCTORAL PROGRAMME

UNIVERSITY OF LJUBLJANA FACULTY OF ARTS FACULTY OF SOCIAL SCIENCES SOCIAL SCIENCES INTERDISCIPLINARY DOCTORAL PROGRAMME UNIVERSITY OF LJUBLJANA FACULTY OF ARTS FACULTY OF SOCIAL SCIENCES AND OCHUMANITIES SOCIAL SCIENCES INTERDISCIPLINARY DOCTORAL PROGRAMME SION TOWARD A THE ADVANCE GE IS AN INFINI FOREVER RECE JAMES GEORGE

More information

How to Apply For a Preliminary School Psychologist Certificate

How to Apply For a Preliminary School Psychologist Certificate Application for Preliminary School Psychology Certificate Please direct questions regarding this application to the School Psychologist Certification Administrator, Psychology Department, Sloan Hall 139,

More information

HENLEY BUSINESS SCHOOL DOCTORAL PROGRAMME SPECIFICATION DOCTOR OF BUSINESS ADMINISTRATION

HENLEY BUSINESS SCHOOL DOCTORAL PROGRAMME SPECIFICATION DOCTOR OF BUSINESS ADMINISTRATION HENLEY BUSINESS SCHOOL DOCTORAL PROGRAMME SPECIFICATION DOCTOR OF BUSINESS ADMINISTRATION 1 1 CONTENTS Page 1. Award Information and Programme Description 3 2. Educational Aims of the Programme 4 Programme

More information

Each Graduate School has a Master (Pre-Doctoral) Program and a Doctoral Program, and are supported by constituent Departments.

Each Graduate School has a Master (Pre-Doctoral) Program and a Doctoral Program, and are supported by constituent Departments. 1. Graduate Schools and Departments Tokyo Institute of Technology has 6 Graduate Schools as below: Graduate School of Science and Engineering Graduate School of Bioscience and Biotechnology Graduate School

More information

Department of Child & Family Development Promotion and Tenure Guidelines November 2004

Department of Child & Family Development Promotion and Tenure Guidelines November 2004 A. Contributions to Teaching Department of Child & Family Development Promotion and Tenure Guidelines November 2004 The Standard Teaching communicates knowledge to students and develops in them the desire

More information

Use this form beginning July 1, 2013. Name Social Security Number XXX-XX- Date of Birth / /

Use this form beginning July 1, 2013. Name Social Security Number XXX-XX- Date of Birth / / HTSB Form 5010 Librarian 1/2015 HAWAI I TEACHER STANDARDS BOARD LICENSE RENEWAL F SCHOOL LIBRARIANS VERIFICATION OF SATISFYING THE HAWAI'I SCHOOL LIBRARIAN PERFMANCE STANDARDS DOCUMENTATION Use this form

More information

Doctor of Education in Educational Practice Degree

Doctor of Education in Educational Practice Degree SENATE PROGRAM PROPOSAL FORM for: CHECK ONE: Add, Change, Combine, Drop, Archive CHECK ONE: Degree program, Minor, Certificate, Emphasis area From: N.A. Approved By: Date: Department Department Chair From:

More information

Insurance Training 101

Insurance Training 101 Access Management Insurance Training 101 University of Mississippi Medical Center Access Management Patient Access Specialists I In Access Management WE are the FIRST STAGE in the Revenue Cycle. If Patient

More information

PROCESS IMPROVEMENT CAPABILITY MATURITY MODEL

PROCESS IMPROVEMENT CAPABILITY MATURITY MODEL PROCESS IMPROVEMENT CAPABILITY MATURITY MODEL Immature versus Mature Software Organisations In an immature software organisation, software processes are generally improvised by practitioners and their

More information

Programme Study Plan. Secondary Education Programme

Programme Study Plan. Secondary Education Programme Faculty Board for Teacher Education Programme Study Plan Secondary Education Programme Programme Code Programme Title LAALP Secondary Education Programme Credits/ECTS: 270/300/330 Programme Approval The

More information

Targeted Needs Training. Training Topics. Training Techniques

Targeted Needs Training. Training Topics. Training Techniques Infant/Toddler Professional Caregiver Certificate (I/T 121) A formal online training series of six separate modules providing an opportunity to build Infant/Toddler training hours and earn a professional

More information

MSc in Physics Research For students entering in 2006

MSc in Physics Research For students entering in 2006 MSc in Physics Research For students entering in 2006 Awarding Institution: The University of Reading Teaching Institution: The University of Reading Faculty of Science Programme length: 12 or 24 months

More information

APAC Accreditation Assessment Summary Report

APAC Accreditation Assessment Summary Report APAC Accreditation Assessment Summary Report Higher Education Provider University of New South Wales, School of Psychology Date of Determination 11 November 2013 s Version Version 10, June 2010 Programs

More information

Master Supervising Teacher Program (MaST Program) Lamar University

Master Supervising Teacher Program (MaST Program) Lamar University Master Supervising Teacher Program (MaST Program) Lamar University Under traditional methods of supervision, clinical teachers are assigned to a cooperating teacher and a university supervisor. The cooperating

More information

Control and Accountability Tools - Spot Checks

Control and Accountability Tools - Spot Checks Control and Accountability Tools - Spot Checks Spot Check or Sample-Based Site Monitoring: Application in Colombia Familias en Accion By Maria Claudia Vasquez (18 pages) Definition of Spot Check Mechanism

More information

Department of Health Sciences

Department of Health Sciences Department of Health Sciences Unless indicated to the contrary the Period of Registration, Entry Requirements, Curriculum, Assessment and Qualifications for Programmes are as follows: Period of Registration:

More information

Australian Institute for Teaching and School Leadership. Supervising Preservice Teachers

Australian Institute for Teaching and School Leadership. Supervising Preservice Teachers Australian Institute for Teaching and School Leadership Supervising Preservice Teachers Supervising Preservice Teachers is an interactive and self-directed online professional learning program aimed at

More information

PreClose Monitoring (PCM)

PreClose Monitoring (PCM) PreClose Monitoring (PCM) PreClose Monitoring Guide 13030 Euclid Street Garden Grove, CA 92843 T: 800-473-4633 F: 714-636-2510 www.informativeresearch.com Product Description PreClose Monitoring (PCM)

More information

State of Utah Department of Commerce Division of Occupational and Professional Licensing

State of Utah Department of Commerce Division of Occupational and Professional Licensing State of Utah Department of Commerce Division of Occupational and Professional Licensing Official Use Only Number: Date Approved/Denied: Approved/Denied By: Psychologist APPLICANT INFORMATION Full Legal

More information

StruxureWare Power Monitoring 7.0. Side By Side Upgrade Guide For Distributed Systems

StruxureWare Power Monitoring 7.0. Side By Side Upgrade Guide For Distributed Systems StruxureWare Power Monitoring 7.0 Side By Side Upgrade Guide For Distributed Systems Document Overview Author Power Software, Schneider Electric Last Revised 21 st March 2013 Document Purpose Provides

More information

2. State the job opportunities for graduates of the proposed program. Include evidence documenting those opportunities.

2. State the job opportunities for graduates of the proposed program. Include evidence documenting those opportunities. TO: GRADUATE PROGRAMS COMMITTEE FROM: DEPARTMENT OF PSYCHOLOGY SUBJECT: NEW MASTER S DEGREE OPTION IN PSYCHOLOGY: APPLIED BEHAVIOR ANALYSIS DATE FEBRUARY 14, 2014 1 The Department of Psychology is submitting

More information

Appendix A JOINT DOCTORAL PROGRAM (JDP) AGREEMENT BETWEEN. DALHOUSIE UNIVERSITY (Halifax, Canada) AND ( )

Appendix A JOINT DOCTORAL PROGRAM (JDP) AGREEMENT BETWEEN. DALHOUSIE UNIVERSITY (Halifax, Canada) AND ( ) Appendix A JOINT DOCTORAL PROGRAM (JDP) AGREEMENT BETWEEN DALHOUSIE UNIVERSITY (Halifax, Canada) AND ( ) 1. Preamble: In accordance with Dalhousie University s JDP Policy and (policy, bylaw of partner

More information

Clearance and Demographics Process Enhancements BAS, BEIS, OCYF, ODP, OLTL, OMHSAS OCTOBER 2010

Clearance and Demographics Process Enhancements BAS, BEIS, OCYF, ODP, OLTL, OMHSAS OCTOBER 2010 Clearance and Demographics Process Enhancements BAS, BEIS, OCYF, ODP, OLTL, OMHSAS OCTOBER 2010 1 Contents Overview Roles Impacted Changes to Clearance Process Alerts Additional Resources 2 Overview This

More information

August 2014. Doctor of Philosophy Counselor Education and Supervision

August 2014. Doctor of Philosophy Counselor Education and Supervision August 2014 Doctor of Philosophy Counselor Education and Supervision Doctor of Philosophy in Counselor Education and Supervision Kansas State University College of Education The official title of this

More information

THE MASTER'S DEGREE IN ENGLISH

THE MASTER'S DEGREE IN ENGLISH Academic regulations for THE MASTER'S DEGREE IN ENGLISH THE FACULTY OF HUMANITIES THE UNIVERSITY OF AARHUS 2007 1 Framework conditions Title Prepared by Effective date Prescribed points Master s degree

More information

Glen Ellyn School District 41 Online Registration Process Help Document

Glen Ellyn School District 41 Online Registration Process Help Document Glen Ellyn School District 41 Welcome to Family Access. In Family Access you may register your child for the next school year; schedule conferences; see messages from teachers; pay fees/place money on

More information

APPLICATION FOR CERTIFIED KENTUCKY PARALEGAL EXAMINATION. First Name MI Last Name Previous Name* City State Zip Code

APPLICATION FOR CERTIFIED KENTUCKY PARALEGAL EXAMINATION. First Name MI Last Name Previous Name* City State Zip Code APPLICATION FOR CERTIFIED KENTUCKY PARALEGAL EXAMINATION 1. APPLICANT INFORMATION First Name MI Last Name Previous Name* Home Street Address City State Zip Code Home Phone Number/Area Code Work Phone Number/Area

More information

Database Management Systems

Database Management Systems Database Management Systems Database Design (1) 1 Topics Information Systems Life Cycle Data Base Design Logical Design Physical Design Entity Relationship (ER) Model Entity Relationship Attributes Cardinality

More information

Psychology. Forensic Psychology Master of Science (M.S.)

Psychology. Forensic Psychology Master of Science (M.S.) University of North Dakota 1 Psychology http://www.und.edu/dept/psych/ Bradley, Derenne, De Young, Ferraro, Grabe, Holm, Kehn, Kelly, King, Legerski, Looby, McDonald, Miller, Peters, Petros, Plumm, Poltavski,

More information

AMI Management System Shenzhen Star Instrument Co., Ltd.

AMI Management System Shenzhen Star Instrument Co., Ltd. AMI Management System Shenzhen Star Instrument Co., Ltd. 7-3 - 2013 Brief Introduction STAR AMI management system is used to manage smart meters and terminals which comply with STS,DLMS/COSEM standard

More information

Early Childhood Education & Care Services

Early Childhood Education & Care Services ECE0051 48 Webb Street, Narre Warren, VIC, 3805 Phone. 9705 3200 Facsimile. 9796 7650 Early Childhood Education & Care Services Family Day Care Educator Application Form 1. Personal information Mrs Ms

More information

SELF REPORT FOR RENEWAL OF ACCREDITATION OF OFFICIAL BACHELOR S AND MASTER'S DEGREES

SELF REPORT FOR RENEWAL OF ACCREDITATION OF OFFICIAL BACHELOR S AND MASTER'S DEGREES SELF REPORT FOR RENEWAL OF ACCREDITATION OF OFFICIAL BACHELOR S AND MASTER'S DEGREES The present proposal has been drawn up to provide help when writing the self report, following the criteria and sub

More information

A SOFTWARE SYSTEM FOR ONLINE LEARNING APPLIED IN THE FIELD OF COMPUTER SCIENCE

A SOFTWARE SYSTEM FOR ONLINE LEARNING APPLIED IN THE FIELD OF COMPUTER SCIENCE The 1 st International Conference on Virtual Learning, ICVL 2006 223 A SOFTWARE SYSTEM FOR ONLINE LEARNING APPLIED IN THE FIELD OF COMPUTER SCIENCE Gabriela Moise Petroleum-Gas University of Ploieşti 39

More information

Supervisory/Evaluative Process for Graduate Teaching Assistants, Graduate Research Assistants and Graduate Assistants

Supervisory/Evaluative Process for Graduate Teaching Assistants, Graduate Research Assistants and Graduate Assistants Supervisory/Evaluative Process for Graduate Teaching Assistants, Graduate Research Assistants and Graduate Assistants Graduate Teaching Assistants Graduate teaching assistants (TA s) must hold a minimum

More information