Learning Software Evolution: Curriculum, Approaches and an Experience Report

Size: px
Start display at page:

Download "Learning Software Evolution: Curriculum, Approaches and an Experience Report"

Transcription

1 Learning Software Evolution: Curriculum, Approaches and an Experience Report Debora Maria Coelho Nascimento 1, Christina Chavez 2, Roberto Almeida Bittencourt 3 1 Federal University of Sergipe (UFS) São Cristovão SE Brazil 2 Federal University of Bahia (UFBA) Salvador BA Brazil 3 State University of Feira de Santana (UEFS) Feira de Santana BA Brazil dmcnascimento@ufs.br, flach@dcc.ufba.br, roberto@uefs.br Abstract. Software evolution tasks impose increasing challenges and require huge investments from industry and software engineers seem to be not prepared properly to deal with them. One possible way to handle this problem is teaching software evolution in graduate and undergraduate courses. To this end, several reference materials have been proposed and some courses try to implement them to achieve improved competencies for their students. This paper presents preliminary results of an investigation we have performed on how software evolution topics have been approached within reference curricula and some academic courses, and also reports our own experience within a graduate course on software evolution. 1. Introduction Literature provides reports of studies where software evolution accounts for more than 65% of the total software cost [Petrenko et al. 2007]. In case of systems with a long lifetime, software maintenance and evolution (SME) activities account for up to 50-75% of total software life-cycle costs [Koskinen 2011]. Thus, it is usual for software engineers in industry to spend a majority of their time understanding and evolving legacy software [McCartney et al. 2012]. These statistics provide evidence on the importance of these activities in the field of Software Engineering (SE). Evolving a large software product is a challenging task [van Deursen et al. 2003]. One needs to comprehend and modify a system that was mostly developed by others, that many users depend upon, and which is frequently complex and poorly structured. Often there is no other documentation apart from the source code, or the documentation is outdated. Previous research has been performed to facilitate such activities. However, there is still little impact of this research on software industry practices, which are frequently performed as a craft activity, without the support of proper methods. Furthermore, despite the availability of tools, software engineers were not trained for them and do not know how to interpret their outputs [van Deursen et al. 2003]. Beyond this, we can add the fact that maintaining a software system is usually the first activity assigned for recent graduates in their first jobs. Consequently, it is their first responsibility.

2 At the university, most SE courses overly emphasize software construction as opposed to maintenance and evolution [McCartney et al. 2012]. Students are trained in developing small programs, in size and complexity, starting from scratch, and are barely exposed to software change tasks on more realistic software projects [van Deursen et al. 2003]. Evolving large and complex software systems comprises: (i) understanding documentation; (ii) recovering and understanding the architecture; (iii) understanding some part of the source code; (iv) locating changes; (v) performing impact analysis, among other activities. These activities are quite challenging, both for industrial and academic settings. Mens et al [Mens et al. 2005] described some research challenges in software evolution, emphasizing that one of the best ways to place change and evolution in the center of the development process is to educate future generations of software engineers. In this context, one challenging question is how software evolution topics can be properly approached in software engineering curricula. This paper presents the preliminary results of an investigation we have performed on how software evolution has been dealt within some reference curricula. We have provided some examples of courses and also reported our own experience on a graduate course on software evolution. This document is organized as follows. Section 2 presents a brief summary on how important reference curricula treat this topic. Section 3 presents some interesting academic initiatives that work with software evolution topics. Section 4 reports our own onesemester initiative on teaching software evolution topics and Section 5 discusses some topics. Finally, Section 6 presents some concluding remarks. 2. Software Evolution in the Curriculum In order to better understand how software evolution is treated within the curriculum, we first analysed some reference curricula and guidelines, and their account of this subject area. Later, we provide examples of curricula implementation from undergraduate courses offered by three Brazilian universities. The Association for Computing Machinery (ACM) and the IEEE Computer Society have published the Computing Curricula Series [ACM and IEEE 2006], providing recommendations to five undergraduate programs, described below. In the 2010 Information Systems (IS) Curriculum [ACM and AIS 2010], the term maintenance is used at the discipline scope, but no specific course, topic or unit was proposed. Systems Analysis & Design is defined as a core course and Application Development as an elective course. While the former focuses on requirements, the latter focuses on design, implementation and testing. Both courses are foundations to one career track called Application Developer, what reveals the importance assigned to software development, in contrast to SME. In the 2008 Computer Science (CS) Curriculum [ACM and IEEE 2008a], Software Evolution is a core topic within the Software Engineering knowledge area (KA). The topic must have a minimum core coverage time of 3 hours, handling software maintenance, features of maintainable software, reengineering legacy systems, refactoring and software reuse. Maintenance is also mentioned in the Software Processes and Spe-

3 cialized Systems topics. In the 2008 Information Technology Curriculum [ACM and IEEE 2008b], only one KA, System Administration and Maintenance, references the term maintenance. However, it is not related to SE and covers topics such as operating systems, applications, and administrative activities and domains. The SE 2004 Curriculum Guidelines for Software Engineering [ACM and IEEE 2004b] states that evolution is a broad concept that expands upon the traditional notion of software maintenance and defines Software Evolution as a KA with a minimum coverage time of 10 hours. But the term maintenance is also mentioned in the Software Process and Software Quality KAs, and a topic is included in the Software Management KA. The Computer Engineering (CE) Curriculum [ACM and IEEE 2004a] describes two units: the Software Maintenance unit within the Computer Systems Engineering KA and Software Evolution within the Software Engineering KA, both with a minimum core coverage time of 2 hours. However, the topics specified for these two units have some overlapping content, such as software maintenance, impact analysis and reuse. ACM also provides recommendations for the graduate degree in SE [issec Project 2009]. In this case, Software Maintenance is a unit within the Software Engineering KA, which is subdivided into topics about maintenance fundamentals, processes and techniques. There is also another unit called Operation, Maintenance and Supporting within the Systems Engineering KA, but the topics are not described. The text emphasizes that it is a mistake to view the other development KAs as independent areas of software maintenance and to focus on development from scratch. Finally, the SWEBOK Software Engineering Body of Knowledge Guide currently in the public review phase of its third version [IEEE 2013], provides a reference to Lehman s Laws of Evolution, defining that maintenance is evolutionary development and maintenance is continued development. The guide sets software maintenance as one of the fifteen knowledge areas (KA) that provide the foundational knowledge for SE, thus reinforcing the relevance of the subject for the software engineer s background. In Brazil, the Brazilian Computer Society (SBC) has also produced recommendations for four undergraduate programs. The 2003 IS curriculum [SBC 2003] mentions maintenance as an activity in the software development process, with no emphasis at all. On the other hand, the CS and CE Curricula are described in a single document, available since 2005 [SBC 2005]. This document treats maintenance, reverse engineering and reengineering as topics in the Software Engineering subject matter within the Computing Technology core. In the Computing Education reference curriculum [SBC 2002], it is recommended that the area of SE should be comprehensively studied with emphasis on developing environments and systems for use in learning and other educational processes. The reference curriculum for Software Engineering has not been yet completed. The proposal for curricular guidelines from the Brazilian Ministry of Education (MEC) [MEC 2012] cites the term evolution when describing the expected competencies for CS, SE or IS graduates. However, the topic software evolution only shows up in the SE curriculum.

4 The Federal University of Sergipe offers three undergraduate programs: IS, CS and CE. Software maintenance is one topic within the Software Development III course, only in the CS Undergraduate Curriculum. For the other two curricula, there is no reference to software maintenance or evolution [UFS 2008]. However, faculty responsible for the courses on SE report that they address the topic in, at least, one lecture. The State University of Feira de Santana offers the Computer Engineering Undergraduate program. By insistence of some faculty, the Software Evolution and Maintenance was added as an optional course [UEFS 2012]. Finally, the Federal University of Bahia also offers three undergraduate programs: CS, IS and Computing Education [UFBA 2013]. In the CS course, since 2007, the Software Evolution elective course is provided every year. In the other two curricula, maintenance is one topic in the Software Engineering course. 3. Some Initiatives El-Ramly described an experience whose goal was to provide MSc. students with basic knowledge and training in reengineering [El-Ramly 2006]. The course covered reverse engineering and the forward engineering aspect of reengineering. Their approach used lectures, discussion classes, and computer labs with some tools where students had to work in a project to practice and expand on what they had learned. Among the lessons learned reported in their study, we highlight the need to cover practical tools and some industrial case studies and the use of few tools to reduce students workload. Petrenko et al. offered a course to senior undergraduates and first-year graduate students, in which they learnt about tasks, tools and techniques of an evolution process and practiced on software systems of considerable size [Petrenko et al. 2007]. Students had introductory lectures about software change process and tools, and had to perform required changes of increasing difficulty in an open source project. Koskinen [Koskinen 2011] used systematic seminars to teach software maintenance and evolution. The seminars were organized as part of a Software Engineering course, usually taken during the second year for undergraduate students in computing. Before the seminars, the instructor introduced the related area by means of lectures. Students had to form groups autonomously, and each group had to analyze one scientific paper and present its analysis at the seminar, write a careful summary report of the paper, serve as the opponent to another group, and listen to the presentations of other groups. The first two papers emphasized the importance of the students participating in practical projects, especially in projects closer to industrial reality, while the last one emphasized the use of seminars to provide a broad scientific view of the area to students. 4. Our Experience In this section, we report our experience in teaching software evolution to graduate students. Two authors of this paper were responsible for the Topics in Software Engineering 1 course, in an elective course from the Computer Science Graduate Program at the Federal University of Bahia Methodology The topics covered in our course were basic concepts of evolution and maintenance, laws of software evolution, software aging, software comprehension, reverse engineer-

5 ing, change requests, change classification, concept location, impact analysis, refactoring, tests in the change context and the mining of software repositories. Since the audience was composed of graduate students, we decided for a research approach. Students had to discuss concepts and trends in the area of software evolution based on scientific papers. They also had to use techniques and tools to study attributes of one software project during its evolution and present the results of the analysis. The topics were presented in lectures or individual seminars. Except for the first class, students had to prepare critical reviews for one or two scientific articles suggested. The goal was to generate discussion about the theme and the quality of the articles. A list of themes was suggested for the seminars, so that each student could choose one with better fit to his/her background and interests. A set of papers about each theme was also provided, but the student could research other sources and tools to support activities related to the chosen theme. The seminar was an individual task. To add a more practical view of the research, students, in pairs or in groups of three, had to produce research on mining software repositories related to evolution or maintenance for one or more available software projects chosen by the students. Thus, students had to identify issues, define research questions and methodology, perform the data collection, and analyze the results. The study proposal was initially validated by the faculty. Finally, students had to present the work in an oral session and write a report. The faculty effort was distributed into planning and leading. The effort during planning was reduced because of the previous experience in similar courses. Most of the time was used to define the themes and pre-select papers related to them, and also to define the evaluation criteria. Leading, time was needed to read the suggested papers and assessing the critical reviews, seminars and practical projects Students Perspective To obtain student s appraisal on course relevance and methodology, they were asked to fill an anonymous web survey, which had 8 responses in an universe of 11 students. Since the students were graduate students, we decided to characterize their experience in industry. Only one student did not have any work experience and most (75%) of them had more than five years experience. For those, 57% had 50% of their time working with maintenance activities and 43% had 75% of their time. When the students were questioned if they had previously studied software evolution, 50% answered that had never done it, while 10% had studied at a company, 10% on their own, and only 30% had studied it in college. However, 100% considered important that the theme be addressed in computer courses in academy, from that 50% considers that should exist a dedicated course for the theme. The opinion about this importance was changed after their participation in this course, for 75% of the students. Regarding the used methodology, 88% considered the duration appropriate, 100% considered the content appropriate, of whom 38% considered the content very important and 25% considered it important for a software engineer working in industry. Only 12.5% considered inappropriate the approach using seminars and practical projects, while 50% considered it good and 37.5% found it very good. In a self-assessment, 12.5% found their

6 learning less than satisfactory, 12.5% found it satisfactory and 75% found it good. From open questions, students could suggest improvements and indicate what they liked best. Some improvements suggested were: reducing the number of assignments of critical reviews, more feedback about the reviews, dedicating more time to discussions; faculty should discuss the seminar with the student preparing it before the oral presentations, for better quality and more uniform contents; the project should start at the beginning of the course, with more discussion about it, during the whole course. Students especially appreciated: the diversity of content that allowed a broad view of the maintenance and evolution area; the free choice of theme for seminars and practical project; knowledge and experience of students and faculty allowed enriching discussions; the practical project that allowed the comprehension of some aspects related with software evolution; and finally the critical reading of the scientific papers reported in the reviews Faculty s Perspective The faculty answered an evaluation questionnaire. The third author of this study was in charge of elaborating and evaluating answers of both questionnaires to avoid bias. Analyzing the students results, the instructors considered: (i) good results for critical reviews, with quality increase after the first results, although some students insisted on not do a critical analysis and only summarized the articles; (ii) for seminars, the results were regular, a few were very good, some were good, but many failed; and (iii) for the projects, the results were very good, surprising the instructors. In general, they considered having good results. Regarding the methodology, they considered that the success was partial. On the one hand, seminars turn students more active and cover a broad view of topics, on the other hand, when it fails, all students are harmed, since the topic is not covered in adequate way anywhere else. The tool demonstrations were mostly incomplete, reducing the potential practical impact on the students daily work. Although the critical reviews increased the students workload, they stimulated the discussions in class. In general, the practical projects were very good, providing students some experience in performing research and a view of evolution from the perspective of mining repositories. Regarding class time, it was adequate for a graduate course, where it is required more individual and extra-class work from students. Reflecting about what could be better, they concluded that is necessary: (i) to increase the monitoring of the projects, setting some milestones during the execution phase; (ii) to assure the content coverage with more lectures and assuring that the seminars have appropriate depth; and (iii) to improve the use of tools, maybe by adopting tutorials. 5. Discussion In the beginning of this study, we discussed the relevance of the software evolution area. This fact was supported by our survey results, where all graduate students participating in this study that had already worked at industry used at least 50% from their work time with maintenance activities. Despite this involvement, 75% of the students changed their opinion about the importance of teaching software maintenance and evolution, only after studying it in our course. One possible cause for this lack of awareness could be the

7 relative lack of knowledge about the techniques to evolve or maintain software systems. Perhaps, this is because teaching maintenance in college, most of the times is focused on the maintenance process, prioritization and impact analysis. And, as we mentioned, lots of concepts, processes and techniques must be covered. Regarding computing curricula, starting with ACM recommendations, we noticed the absence of coverage of the subject in the IS Curriculum, regardless of the large number of legacy systems existing in companies that must be maintained. For the CS and CE Curricula, the minimum core coverage time specified only allows a shallow learning of concepts. To practice the techniques, extra time is needed. Considering the SBC and MEC recommendations and the relevance of the theme, from our point of view, the matter has been neglected. In practice, using three Brazilian universities as examples, we identified that, in present, the coverage of this area depends on faculty staff s interests, even though this interest has increased in recent years. In our opinion, to introduce SME in the curriculum by a more traditional approach, there should exist one core course for SE and IS undergraduate programs, and one elective course for CS and CE programs. In a more revolutionary approach, following recently ideas [Rajlich 2013], the SE discipline could be introduced using a software evolution approach. Since SME covers important aspects of the software engineering area and corresponds to majority of activities which graduates will perform in their future jobs. 6. Conclusion In this study, we aimed to highlight the relevance of teaching and learning software evolution, so that universities can better prepare computing professionals to the challenges of industry of maintaining important software systems. Therefore, craft activities need to be replaced by proper methods. However, we noticed some failed coverage of SME in university-level, on the examples studied, possibly reflecting the importance found in curricula references. One solution would be raising faculty awareness about the relevance of evolving and maintaining a software system, activities as important as developing new systems from scratch, as it typically happens in most colleges and universities. Studies like this can help in this task. Teaching software maintenance and evolution is not an easy task, but there are some interesting initiatives that can be followed and adapted for different contexts. In this study, we reported our experience in teaching software evolution in a graduate course. The methodology used critical reviews, seminars and a practical project and was deemed satisfactory in this case. Beyond the adoption of the improvements suggested in the next graduate course, we are planning one undergraduate course that will be offered in the second term of the present academic year. The approach will be different, because, in this case, the practical project should reflect activities found in industry. References ACM and AIS (2010). IS 2010: Curriculum Guidelines for Undergraduate Degree Programs in Information Systems. ACM and IEEE (2004a). Computer Engineering 2004: Curriculum Guidelines for Undergraduate Degree Programs in Computer Engineering.

8 ACM and IEEE (2004b). Software Engineering 2004: Curriculum Guidelines for Undergraduate Degree Programs in Software Engineering. ACM and IEEE (2006). Computing Curricula 2005: The Overview Report. ACM and IEEE (2008a). Computer Science Curriculum 2008: An Interim Revision of CS ACM and IEEE (2008b). Information Technology 2008: Curriculum Guidelines for Undergraduate Degree Programs in Information Technology. El-Ramly, M. (2006). Experience in Teaching a Software Reengineering Course. In Proc. of the 28th Int. Conf. on Software engineering - ICSE 06, page 699. IEEE (2013). SWEBOK V3 Review: Guide to the Software Engineering Body of Knowledge. issec Project (2009). Graduate Software Engineering 2009: Curriculum Guidelines for Graduate Degree Programs in Software Engineering. Koskinen, J. (2011). Seminars on Software Maintenance and Evolution An Empirical Study of the Background Factors Affecting Student Success. McCartney, R., Gokhale, S. S., and Smith, T. M. (2012). Evaluating an Early Software Engineering Course with Projects and Tools from Open Source Software. In Proc. 9th International Computing Education Research - ICER 12, page 5. MEC (2012). Parecer CNE/CES N o :136/ Diretrizes Curriculares Nacionais para os cursos de graduação em Computação. Mens, T., Wermelinger, M., Ducasse, S., Demeyer, S., Hirschfeld, R., and Jazayeri, M. (2005). Challenges in Software Evolution. In Proc. of 8th Int. Workshop on Principles of Software Evolution, page 10. Petrenko, M., Poshyvanyk, D., Rajlich, V., and Buchta, J. (2007). Teaching Software Evolution in Open Source. Computer, 40(11): Rajlich, V. (2013). Teaching Developer Skills in the First Software Engineering Course. In Proc. of the 35th Int. Conf. on Software engineering - ICSE 2013, page 8. SBC (2002). Currículo de Referência para Cursos de Licenciatura em Computação. SBC (2003). Currículo de Referência da SBC para Cursos de Bacharelado em Sistemas de Informação - Versão SBC (2005). Currículo de Referência para Cursos de Graduação em Bacharelado em Ciência da Computação e Engenharia da Computação. UEFS (2012). Resolução CONSEPE 206/2012. UFBA (2013). Departamento de Ciência da Computação - UFBA - Graduação. UFS (2008). Resolução n. 50/2008/CONEPE. van Deursen, A., Favre, J.-M., Koschke, R., and Rilling, J. (2003). Experiences in Teaching Software Evolution and Program Comprehension. In Proc. Int. Symposium on Micromechatronics and Human Science - MHS2003., pages

Experience and Innovation Factory: Adaptation of an Experience Factory Model for a Research and Development Laboratory

Experience and Innovation Factory: Adaptation of an Experience Factory Model for a Research and Development Laboratory Experience and Innovation Factory: Adaptation of an Experience Factory Model for a Research and Development Laboratory Full Paper Attany Nathaly L. Araújo, Keli C.V.S. Borges, Sérgio Antônio Andrade de

More information

Deploying Agile Practices in Organizations: A Case Study

Deploying Agile Practices in Organizations: A Case Study Copyright: EuroSPI 2005, Will be presented at 9-11 November, Budapest, Hungary Deploying Agile Practices in Organizations: A Case Study Minna Pikkarainen 1, Outi Salo 1, and Jari Still 2 1 VTT Technical

More information

Software Maintenance

Software Maintenance 1 What is Software Maintenance? Software Maintenance is a very broad activity that includes error corrections, enhancements of capabilities, deletion of obsolete capabilities, and optimization. 2 Categories

More information

P. Belsis, C. Sgouropoulou, K. Sfikas, G. Pantziou, C. Skourlas, J. Varnas

P. Belsis, C. Sgouropoulou, K. Sfikas, G. Pantziou, C. Skourlas, J. Varnas Exploiting Distance Learning Methods and Multimediaenhanced instructional content to support IT Curricula in Greek Technological Educational Institutes P. Belsis, C. Sgouropoulou, K. Sfikas, G. Pantziou,

More information

Pair Programming. Spring 2015

Pair Programming. Spring 2015 CS4 Introduction to Scientific Computing Potter Pair Programming Spring 2015 1 What is Pair Programming? Simply put, pair programming is two people working together at a single computer [1]. The practice

More information

Bachelor of Software Engineering: Emerging sustainable partnership with industry in ODL

Bachelor of Software Engineering: Emerging sustainable partnership with industry in ODL Bachelor of Software Engineering: Emerging sustainable partnership with industry in ODL L.S.K. UDUGAMA, JANAKA LIYANAGAMA Faculty of Engineering Technology The Open University of Sri Lanka POBox 21, Nawala,

More information

Introduction to Modeling and Simulation. Conceptual Modeling. OSMAN BALCI Professor

Introduction to Modeling and Simulation. Conceptual Modeling. OSMAN BALCI Professor Introduction to Modeling and Simulation Conceptual Modeling OSMAN BALCI Professor Department of Computer Science Virginia Polytechnic Institute and State University (Virginia Tech) Blacksburg, VA 24061,

More information

Note: Principal version Modification Amendment Modification Amendment Modification Complete version from 1 October 2014

Note: Principal version Modification Amendment Modification Amendment Modification Complete version from 1 October 2014 Note: The following curriculum is a consolidated version. It is legally non-binding and for informational purposes only. The legally binding versions are found in the University of Innsbruck Bulletins

More information

School Inspection in Hesse/Germany

School Inspection in Hesse/Germany Hessisches Kultusministerium School Inspection in Hesse/Germany Contents 1. Introduction...2 2. School inspection as a Procedure for Quality Assurance and Quality Enhancement...2 3. The Hessian framework

More information

Towards a Collaboration Framework for Selection of ICT Tools

Towards a Collaboration Framework for Selection of ICT Tools Towards a Collaboration Framework for Selection of ICT Tools Deepak Sahni, Jan Van den Bergh, and Karin Coninx Hasselt University - transnationale Universiteit Limburg Expertise Centre for Digital Media

More information

RUBRICS FOR M.TECH PROJECT EVALUATION Rubrics Review. Review # Agenda Assessment Review Assessment Weightage Over all Weightage Review 1

RUBRICS FOR M.TECH PROJECT EVALUATION Rubrics Review. Review # Agenda Assessment Review Assessment Weightage Over all Weightage Review 1 GURU NANAK DEV ENGINEERING COLLEGE, LUDHIANA An Autonomous College Under UGC Act [2(f) 12(B)] (Department of Electronics & Communication Engineering) RUBRICS FOR M.TECH PROJECT EVALUATION Rubrics Review

More information

THE ROLE OF TOOL AND TEACHER MEDIATIONS IN THE CONSTRUCTION OF MEANINGS FOR REFLECTION

THE ROLE OF TOOL AND TEACHER MEDIATIONS IN THE CONSTRUCTION OF MEANINGS FOR REFLECTION THE ROLE OF TOOL AND TEACHER MEDIATIONS IN THE CONSTRUCTION OF MEANINGS FOR REFLECTION Lulu Healy Programa de Estudos Pós-Graduados em Educação Matemática, PUC, São Paulo ABSTRACT This article reports

More information

E-learning Strategies to Support Databases Courses: a Case Study

E-learning Strategies to Support Databases Courses: a Case Study E-learning Strategies to Support Databases Courses: a Case Study Luisa M. Regueras 1, Elena Verdú 1, María J. Verdú 1, María Á. Pérez 1, and Juan P. de Castro 1 1 University of Valladolid, School of Telecommunications

More information

Development of an IT Curriculum. Dr. Jochen Koubek Humboldt-Universität zu Berlin Technische Universität Berlin 2008

Development of an IT Curriculum. Dr. Jochen Koubek Humboldt-Universität zu Berlin Technische Universität Berlin 2008 Development of an IT Curriculum Dr. Jochen Koubek Humboldt-Universität zu Berlin Technische Universität Berlin 2008 Curriculum A curriculum consists of everything that promotes learners intellectual, personal,

More information

A cognitive perspective on pair programming

A cognitive perspective on pair programming Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2006 Proceedings Americas Conference on Information Systems (AMCIS) December 2006 A cognitive perspective on pair programming Radhika

More information

Different Requirements Gathering Techniques and Issues. Javaria Mushtaq

Different Requirements Gathering Techniques and Issues. Javaria Mushtaq 835 Different Requirements Gathering Techniques and Issues Javaria Mushtaq Abstract- Project management is now becoming a very important part of our software industries. To handle projects with success

More information

USER ADAPTATION IN E-LEARNING ENVIRONMENTS

USER ADAPTATION IN E-LEARNING ENVIRONMENTS USER ADAPTATION IN E-LEARNING ENVIRONMENTS Paraskevi Tzouveli Image, Video and Multimedia Systems Laboratory School of Electrical and Computer Engineering National Technical University of Athens tpar@image.

More information

Navigating the PhD Options in CMS

Navigating the PhD Options in CMS Navigating the PhD Options in CMS This document gives an overview of the typical student path through the four Ph.D. programs in the CMS department ACM, CDS, CS, and CMS. Note that it is not a replacement

More information

GALICIAN TEACHERS PERCEPTIONS ON THE USABILITY AND USEFULNESS OF THE ODS PORTAL

GALICIAN TEACHERS PERCEPTIONS ON THE USABILITY AND USEFULNESS OF THE ODS PORTAL The Fifth International Conference on e-learning (elearning-2014), 22-23 September 2014, Belgrade, Serbia GALICIAN TEACHERS PERCEPTIONS ON THE USABILITY AND USEFULNESS OF THE ODS PORTAL SONIA VALLADARES-RODRIGUEZ

More information

Implementing a tool to Support KAOS-Beta Process Model Using EPF

Implementing a tool to Support KAOS-Beta Process Model Using EPF Implementing a tool to Support KAOS-Beta Process Model Using EPF Malihe Tabatabaie Malihe.Tabatabaie@cs.york.ac.uk Department of Computer Science The University of York United Kingdom Eclipse Process Framework

More information

Empirical Software Evolvability Code Smells and Human Evaluations

Empirical Software Evolvability Code Smells and Human Evaluations Empirical Software Evolvability Code Smells and Human Evaluations Mika V. Mäntylä SoberIT, Department of Computer Science School of Science and Technology, Aalto University P.O. Box 19210, FI-00760 Aalto,

More information

WHY SOLVE PROBLEMS? INTERVIEWING COLLEGE FACULTY ABOUT THE LEARNING AND TEACHING OF PROBLEM SOLVING

WHY SOLVE PROBLEMS? INTERVIEWING COLLEGE FACULTY ABOUT THE LEARNING AND TEACHING OF PROBLEM SOLVING From Proceedings of Physics Teacher Education Beyond 2000 International Conference, Barcelona, Spain, August 27 to September 1, 2000 WHY SOLVE PROBLEMS? INTERVIEWING COLLEGE FACULTY ABOUT THE LEARNING

More information

Guidelines for Project I Delivery and Assessment Department of Industrial and Mechanical Engineering Lebanese American University

Guidelines for Project I Delivery and Assessment Department of Industrial and Mechanical Engineering Lebanese American University Guidelines for Project I Delivery and Assessment Department of Industrial and Mechanical Engineering Lebanese American University Approved: July 6, 2009 Amended: July 28, 2009 Amended: October 30, 2009

More information

Practice Examination IREB

Practice Examination IREB IREB Examination Requirements Engineering Advanced Level Elicitation and Consolidation Practice Examination Questionnaire: Set_EN_2013_Public_1.2 Syllabus: Version 1.0 Passed Failed Total number of points

More information

ECE-492 SENIOR ADVANCED DESIGN PROJECT

ECE-492 SENIOR ADVANCED DESIGN PROJECT ECE-492 SENIOR ADVANCED DESIGN PROJECT Meeting #3 1 ECE-492 Meeting#3 Q1: Who is not on a team? Q2: Which students/teams still did not select a topic? 2 ENGINEERING DESIGN You have studied a great deal

More information

UNIVERSITY OF THESSALY DEPARTMENT OF EARLY CHILDHOOD EDUCATION POSTGRADUATE STUDIES INFORMATION GUIDE

UNIVERSITY OF THESSALY DEPARTMENT OF EARLY CHILDHOOD EDUCATION POSTGRADUATE STUDIES INFORMATION GUIDE UNIVERSITY OF THESSALY DEPARTMENT OF EARLY CHILDHOOD EDUCATION POSTGRADUATE STUDIES INFORMATION GUIDE 2011-2012 CONTENTS Page INTRODUCTION 3 A. BRIEF PRESENTATION OF THE MASTER S PROGRAMME 3 A.1. OVERVIEW

More information

American Studies Ph.D. Timeline and Requirements

American Studies Ph.D. Timeline and Requirements American Studies Ph.D. Timeline and Requirements (Revised version ) (This document provides elaboration and specification of degree requirements listed in the UNC Graduate Record, especially regarding

More information

Guidelines for the Use of the Continuing Education Unit (CEU)

Guidelines for the Use of the Continuing Education Unit (CEU) Guidelines for the Use of the Continuing Education Unit (CEU) The UNC Policy Manual The essential educational mission of the University is augmented through a broad range of activities generally categorized

More information

Rule Learning with Negation: Issues Regarding Effectiveness

Rule Learning with Negation: Issues Regarding Effectiveness Rule Learning with Negation: Issues Regarding Effectiveness Stephanie Chua, Frans Coenen, and Grant Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX

More information

Motivation to e-learn within organizational settings: What is it and how could it be measured?

Motivation to e-learn within organizational settings: What is it and how could it be measured? Motivation to e-learn within organizational settings: What is it and how could it be measured? Maria Alexandra Rentroia-Bonito and Joaquim Armando Pires Jorge Departamento de Engenharia Informática Instituto

More information

Delaware Performance Appraisal System Building greater skills and knowledge for educators

Delaware Performance Appraisal System Building greater skills and knowledge for educators Delaware Performance Appraisal System Building greater skills and knowledge for educators DPAS-II Guide for Administrators (Assistant Principals) Guide for Evaluating Assistant Principals Revised August

More information

TU-E2090 Research Assignment in Operations Management and Services

TU-E2090 Research Assignment in Operations Management and Services Aalto University School of Science Operations and Service Management TU-E2090 Research Assignment in Operations Management and Services Version 2016-08-29 COURSE INSTRUCTOR: OFFICE HOURS: CONTACT: Saara

More information

Spanish III Class Description

Spanish III Class Description Spanish III Class Description Spanish III is an elective class. It is also a hands on class where students take all the knowledge from their previous years of Spanish and put them into practical use. The

More information

THE WEB 2.0 AS A PLATFORM FOR THE ACQUISITION OF SKILLS, IMPROVE ACADEMIC PERFORMANCE AND DESIGNER CAREER PROMOTION IN THE UNIVERSITY

THE WEB 2.0 AS A PLATFORM FOR THE ACQUISITION OF SKILLS, IMPROVE ACADEMIC PERFORMANCE AND DESIGNER CAREER PROMOTION IN THE UNIVERSITY THE WEB 2.0 AS A PLATFORM FOR THE ACQUISITION OF SKILLS, IMPROVE ACADEMIC PERFORMANCE AND DESIGNER CAREER PROMOTION IN THE UNIVERSITY F. Felip Miralles, S. Martín Martín, Mª L. García Martínez, J.L. Navarro

More information

Keywords: Fashion Design. SENAI CETIQT. Curriculum grid.

Keywords: Fashion Design. SENAI CETIQT. Curriculum grid. THE FASHION DESIGN COURSE AT FACULDADE SENAI CETIQT: A CURRICULUM READING Carolina Casarin da Fonseca Hermes 1 João Dalla Rosa Júnior 2 ABSTRACT This article assesses the curriculum grid of the course

More information

Linguistics Program Outcomes Assessment 2012

Linguistics Program Outcomes Assessment 2012 Linguistics Program Outcomes Assessment 2012 BA in Linguistics / MA in Applied Linguistics Compiled by Siri Tuttle, Program Head The mission of the UAF Linguistics Program is to promote a broader understanding

More information

STUDENT ASSESSMENT, EVALUATION AND PROMOTION

STUDENT ASSESSMENT, EVALUATION AND PROMOTION 300-37 Administrative Procedure 360 STUDENT ASSESSMENT, EVALUATION AND PROMOTION Background Maintaining a comprehensive system of student assessment and evaluation is an integral component of the teaching-learning

More information

STUDENT LEARNING ASSESSMENT REPORT

STUDENT LEARNING ASSESSMENT REPORT STUDENT LEARNING ASSESSMENT REPORT PROGRAM: Sociology SUBMITTED BY: Janine DeWitt DATE: August 2016 BRIEFLY DESCRIBE WHERE AND HOW ARE DATA AND DOCUMENTS USED TO GENERATE THIS REPORT BEING STORED: The

More information

Program Change Proposal:

Program Change Proposal: Program Change Proposal: Provided to Faculty in the following affected units: Department of Management Department of Marketing School of Allied Health 1 Department of Kinesiology 2 Department of Animal

More information

AC : BIOMEDICAL ENGINEERING PROJECTS: INTEGRATING THE UNDERGRADUATE INTO THE FACULTY LABORATORY

AC : BIOMEDICAL ENGINEERING PROJECTS: INTEGRATING THE UNDERGRADUATE INTO THE FACULTY LABORATORY AC 2007-2296: BIOMEDICAL ENGINEERING PROJECTS: INTEGRATING THE UNDERGRADUATE INTO THE FACULTY LABORATORY David Barnett, Saint Louis University Rebecca Willits, Saint Louis University American Society for

More information

A cautionary note is research still caught up in an implementer approach to the teacher?

A cautionary note is research still caught up in an implementer approach to the teacher? A cautionary note is research still caught up in an implementer approach to the teacher? Jeppe Skott Växjö University, Sweden & the University of Aarhus, Denmark Abstract: In this paper I outline two historically

More information

CPS122 Lecture: Identifying Responsibilities; CRC Cards. 1. To show how to use CRC cards to identify objects and find responsibilities

CPS122 Lecture: Identifying Responsibilities; CRC Cards. 1. To show how to use CRC cards to identify objects and find responsibilities Objectives: CPS122 Lecture: Identifying Responsibilities; CRC Cards last revised February 7, 2012 1. To show how to use CRC cards to identify objects and find responsibilities Materials: 1. ATM System

More information

Operational Knowledge Management: a way to manage competence

Operational Knowledge Management: a way to manage competence Operational Knowledge Management: a way to manage competence Giulio Valente Dipartimento di Informatica Universita di Torino Torino (ITALY) e-mail: valenteg@di.unito.it Alessandro Rigallo Telecom Italia

More information

Rubric for Scoring English 1 Unit 1, Rhetorical Analysis

Rubric for Scoring English 1 Unit 1, Rhetorical Analysis FYE Program at Marquette University Rubric for Scoring English 1 Unit 1, Rhetorical Analysis Writing Conventions INTEGRATING SOURCE MATERIAL 3 Proficient Outcome Effectively expresses purpose in the introduction

More information

Developing a Language for Assessing Creativity: a taxonomy to support student learning and assessment

Developing a Language for Assessing Creativity: a taxonomy to support student learning and assessment Investigations in university teaching and learning vol. 5 (1) autumn 2008 ISSN 1740-5106 Developing a Language for Assessing Creativity: a taxonomy to support student learning and assessment Janette Harris

More information

Towards a Mobile Software Engineering Education

Towards a Mobile Software Engineering Education Towards a Mobile Software Engineering Education Mira Kajko-Mattsson KTH School of Information and Communication Technology Royal Institute of Technology Kista, Sweden mkm2@kth.se Abstract It is high time

More information

Chamilo 2.0: A Second Generation Open Source E-learning and Collaboration Platform

Chamilo 2.0: A Second Generation Open Source E-learning and Collaboration Platform Chamilo 2.0: A Second Generation Open Source E-learning and Collaboration Platform doi:10.3991/ijac.v3i3.1364 Jean-Marie Maes University College Ghent, Ghent, Belgium Abstract Dokeos used to be one of

More information

Birzeit University Experience in Designing, Developing and Delivering e-enabled e enabled Courses

Birzeit University Experience in Designing, Developing and Delivering e-enabled e enabled Courses Birzeit University Experience in Designing, Developing and Delivering e-enabled e enabled Courses Jericho 10-11 11 February,2006 Dr. Wasel Ghanem, Birzeit University ghanem@birzeit.edu E- enabled Approach-

More information

Economics. Nijmegen School of Management, Radboud University Nijmegen

Economics. Nijmegen School of Management, Radboud University Nijmegen Economics Nijmegen School of Management, Radboud University Nijmegen QANU, October 2012 Quality Assurance Netherlands Universities (QANU) Catharijnesingel 56 PO Box 8035 3503 RA Utrecht The Netherlands

More information

Data Fusion Models in WSNs: Comparison and Analysis

Data Fusion Models in WSNs: Comparison and Analysis Proceedings of 2014 Zone 1 Conference of the American Society for Engineering Education (ASEE Zone 1) Data Fusion s in WSNs: Comparison and Analysis Marwah M Almasri, and Khaled M Elleithy, Senior Member,

More information

Requirements-Gathering Collaborative Networks in Distributed Software Projects

Requirements-Gathering Collaborative Networks in Distributed Software Projects Requirements-Gathering Collaborative Networks in Distributed Software Projects Paula Laurent and Jane Cleland-Huang Systems and Requirements Engineering Center DePaul University {plaurent, jhuang}@cs.depaul.edu

More information

PUBLIC CASE REPORT Use of the GeoGebra software at upper secondary school

PUBLIC CASE REPORT Use of the GeoGebra software at upper secondary school PUBLIC CASE REPORT Use of the GeoGebra software at upper secondary school Linked to the pedagogical activity: Use of the GeoGebra software at upper secondary school Written by: Philippe Leclère, Cyrille

More information

WOMEN RESEARCH RESULTS IN ARCHITECTURE AND URBANISM

WOMEN RESEARCH RESULTS IN ARCHITECTURE AND URBANISM WOMEN RESEARCH RESULTS IN ARCHITECRE AND URBANISM Arianna Guardiola-Víllora, Luisa Basset-Salom Escuela Técnica Superior de Arquitectura, Universitat Politècnica de València (SPAIN) aguardio@mes.upv.es,

More information

ABET Criteria for Accrediting Computer Science Programs

ABET Criteria for Accrediting Computer Science Programs ABET Criteria for Accrediting Computer Science Programs Mapped to 2008 NSSE Survey Questions First Edition, June 2008 Introduction and Rationale for Using NSSE in ABET Accreditation One of the most common

More information

b) Allegation means information in any form forwarded to a Dean relating to possible Misconduct in Scholarly Activity.

b) Allegation means information in any form forwarded to a Dean relating to possible Misconduct in Scholarly Activity. University Policy University Procedure Instructions/Forms Integrity in Scholarly Activity Policy Classification Research Approval Authority General Faculties Council Implementation Authority Provost and

More information

WHY GO TO GRADUATE SCHOOL?

WHY GO TO GRADUATE SCHOOL? WHY GO TO GRADUATE SCHOOL? 1 GRADUATE EDUCATION: WHAT ARE THE QUESTIONS? Why go to graduate school? What degree? Masters of Doctorate? Where should you go? And how to choose? When is the right time for

More information

General study plan for third-cycle programmes in Sociology

General study plan for third-cycle programmes in Sociology Date of adoption: 07/06/2017 Ref. no: 2017/3223-4.1.1.2 Faculty of Social Sciences Third-cycle education at Linnaeus University is regulated by the Swedish Higher Education Act and Higher Education Ordinance

More information

Education: Integrating Parallel and Distributed Computing in Computer Science Curricula

Education: Integrating Parallel and Distributed Computing in Computer Science Curricula IEEE DISTRIBUTED SYSTEMS ONLINE 1541-4922 2006 Published by the IEEE Computer Society Vol. 7, No. 2; February 2006 Education: Integrating Parallel and Distributed Computing in Computer Science Curricula

More information

MSW POLICY, PLANNING & ADMINISTRATION (PP&A) CONCENTRATION

MSW POLICY, PLANNING & ADMINISTRATION (PP&A) CONCENTRATION MSW POLICY, PLANNING & ADMINISTRATION (PP&A) CONCENTRATION Overview of the Policy, Planning, and Administration Concentration Policy, Planning, and Administration Concentration Goals and Objectives Policy,

More information

Experiences Using Defect Checklists in Software Engineering Education

Experiences Using Defect Checklists in Software Engineering Education Experiences Using Defect Checklists in Software Engineering Education Kendra Cooper 1, Sheila Liddle 1, Sergiu Dascalu 2 1 Department of Computer Science The University of Texas at Dallas Richardson, TX,

More information

A Model to Detect Problems on Scrum-based Software Development Projects

A Model to Detect Problems on Scrum-based Software Development Projects A Model to Detect Problems on Scrum-based Software Development Projects ABSTRACT There is a high rate of software development projects that fails. Whenever problems can be detected ahead of time, software

More information

Rule Learning With Negation: Issues Regarding Effectiveness

Rule Learning With Negation: Issues Regarding Effectiveness Rule Learning With Negation: Issues Regarding Effectiveness S. Chua, F. Coenen, G. Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX Liverpool, United

More information

Audit Documentation. This redrafted SSA 230 supersedes the SSA of the same title in April 2008.

Audit Documentation. This redrafted SSA 230 supersedes the SSA of the same title in April 2008. SINGAPORE STANDARD ON AUDITING SSA 230 Audit Documentation This redrafted SSA 230 supersedes the SSA of the same title in April 2008. This SSA has been updated in January 2010 following a clarity consistency

More information

Learning Methods for Fuzzy Systems

Learning Methods for Fuzzy Systems Learning Methods for Fuzzy Systems Rudolf Kruse and Andreas Nürnberger Department of Computer Science, University of Magdeburg Universitätsplatz, D-396 Magdeburg, Germany Phone : +49.39.67.876, Fax : +49.39.67.8

More information

Computer Science PhD Program Evaluation Proposal Based on Domain and Non-Domain Characteristics

Computer Science PhD Program Evaluation Proposal Based on Domain and Non-Domain Characteristics Computer Science PhD Program Evaluation Proposal Based on Domain and Non-Domain Characteristics Jan Werewka, Michał Turek Department of Applied Computer Science AGH University of Science and Technology

More information

Axiom 2013 Team Description Paper

Axiom 2013 Team Description Paper Axiom 2013 Team Description Paper Mohammad Ghazanfari, S Omid Shirkhorshidi, Farbod Samsamipour, Hossein Rahmatizadeh Zagheli, Mohammad Mahdavi, Payam Mohajeri, S Abbas Alamolhoda Robotics Scientific Association

More information

Identifying Novice Difficulties in Object Oriented Design

Identifying Novice Difficulties in Object Oriented Design Identifying Novice Difficulties in Object Oriented Design Benjy Thomasson, Mark Ratcliffe, Lynda Thomas University of Wales, Aberystwyth Penglais Hill Aberystwyth, SY23 1BJ +44 (1970) 622424 {mbr, ltt}

More information

WMO Global Campus: Frequently Asked Questions and Answers, July 2015 V1. WMO Global Campus: Frequently Asked Questions and Answers

WMO Global Campus: Frequently Asked Questions and Answers, July 2015 V1. WMO Global Campus: Frequently Asked Questions and Answers WMO Global Campus: Frequently Asked Questions and Answers The following FAQ and answers have arisen since September 2013 during discussions related to the proposal for a WMO Global Campus. As the WMO Global

More information

Curriculum for the doctoral (PhD) programme in Natural Sciences/Social and Economic Sciences/Engineering Sciences at TU Wien

Curriculum for the doctoral (PhD) programme in Natural Sciences/Social and Economic Sciences/Engineering Sciences at TU Wien Curriculum for the doctoral (PhD) programme in Natural Sciences/Social and Economic Sciences/Engineering Sciences at TU Wien The following curriculum shall apply at TU Wien according to the Universities

More information

An Open Framework for Integrated Qualification Management Portals

An Open Framework for Integrated Qualification Management Portals An Open Framework for Integrated Qualification Management Portals Michael Fuchs, Claudio Muscogiuri, Claudia Niederée, Matthias Hemmje FhG IPSI D-64293 Darmstadt, Germany {fuchs,musco,niederee,hemmje}@ipsi.fhg.de

More information

Coordination Challenges in Global Software Development

Coordination Challenges in Global Software Development Coordination Challenges in Global Software Development Anusuyah Subbarao, Dr Mohd Naz ri Mahrin Advanced Informatics School, Universiti Teknologi Malaysia, Jalan Sultan Yahya Petra, 54100 Kuala Lumpur,

More information

BENGKEL 21ST CENTURY LEARNING DESIGN PERINGKAT DAERAH KUNAK, 2016

BENGKEL 21ST CENTURY LEARNING DESIGN PERINGKAT DAERAH KUNAK, 2016 BENGKEL 21ST CENTURY LEARNING DESIGN PERINGKAT DAERAH KUNAK, 2016 NAMA : CIK DIANA ALUI DANIEL CIK NORAFIFAH BINTI TAMRIN SEKOLAH : SMK KUNAK, KUNAK Page 1 21 st CLD Learning Activity Cover Sheet 1. Title

More information

Software Security: Integrating Secure Software Engineering in Graduate Computer Science Curriculum

Software Security: Integrating Secure Software Engineering in Graduate Computer Science Curriculum Software Security: Integrating Secure Software Engineering in Graduate Computer Science Curriculum Stephen S. Yau, Fellow, IEEE, and Zhaoji Chen Arizona State University, Tempe, AZ 85287-8809 {yau, zhaoji.chen@asu.edu}

More information

The Learning Model S2P: a formal and a personal dimension

The Learning Model S2P: a formal and a personal dimension The Learning Model S2P: a formal and a personal dimension Salah Eddine BAHJI, Youssef LEFDAOUI, and Jamila EL ALAMI Abstract The S2P Learning Model was originally designed to try to understand the Game-based

More information

Word Segmentation of Off-line Handwritten Documents

Word Segmentation of Off-line Handwritten Documents Word Segmentation of Off-line Handwritten Documents Chen Huang and Sargur N. Srihari {chuang5, srihari}@cedar.buffalo.edu Center of Excellence for Document Analysis and Recognition (CEDAR), Department

More information

Process Assessment Issues in a Bachelor Capstone Project

Process Assessment Issues in a Bachelor Capstone Project Process Assessment Issues in a Bachelor Capstone Project, In O'Connor, R.V., Mitasiunas, A. and Ross, M. (Eds), Proceeding of the 1st International Workshop on Software Process Education, Training and

More information

Geo Risk Scan Getting grips on geotechnical risks

Geo Risk Scan Getting grips on geotechnical risks Geo Risk Scan Getting grips on geotechnical risks T.J. Bles & M.Th. van Staveren Deltares, Delft, the Netherlands P.P.T. Litjens & P.M.C.B.M. Cools Rijkswaterstaat Competence Center for Infrastructure,

More information

Major Milestones, Team Activities, and Individual Deliverables

Major Milestones, Team Activities, and Individual Deliverables Major Milestones, Team Activities, and Individual Deliverables Milestone #1: Team Semester Proposal Your team should write a proposal that describes project objectives, existing relevant technology, engineering

More information

DESIGN, DEVELOPMENT, AND VALIDATION OF LEARNING OBJECTS

DESIGN, DEVELOPMENT, AND VALIDATION OF LEARNING OBJECTS J. EDUCATIONAL TECHNOLOGY SYSTEMS, Vol. 34(3) 271-281, 2005-2006 DESIGN, DEVELOPMENT, AND VALIDATION OF LEARNING OBJECTS GWEN NUGENT LEEN-KIAT SOH ASHOK SAMAL University of Nebraska-Lincoln ABSTRACT A

More information

Higher education is becoming a major driver of economic competitiveness

Higher education is becoming a major driver of economic competitiveness Executive Summary Higher education is becoming a major driver of economic competitiveness in an increasingly knowledge-driven global economy. The imperative for countries to improve employment skills calls

More information

Introduction. 1. Evidence-informed teaching Prelude

Introduction. 1. Evidence-informed teaching Prelude 1. Evidence-informed teaching 1.1. Prelude A conversation between three teachers during lunch break Rik: Barbara: Rik: Cristina: Barbara: Rik: Cristina: Barbara: Rik: Barbara: Cristina: Why is it that

More information

Professional Practices in Engineering, An Introduction for Second Year Civil Engineering Students

Professional Practices in Engineering, An Introduction for Second Year Civil Engineering Students Professional Practices in Engineering, An Introduction for Second Year Civil Engineering Students Edward F. Glynn and Frank E. Falcone Department of Civil and Environmental Engineering Villanova University,

More information

Applying Learn Team Coaching to an Introductory Programming Course

Applying Learn Team Coaching to an Introductory Programming Course Applying Learn Team Coaching to an Introductory Programming Course C.B. Class, H. Diethelm, M. Jud, M. Klaper, P. Sollberger Hochschule für Technik + Architektur Luzern Technikumstr. 21, 6048 Horw, Switzerland

More information

Customer Relationship Management

Customer Relationship Management 1 - Curso 2015-16 PCA-27-F-01 Ed.00 COURSE GUIDE Universidad Católica de Valencia Universidad Católica de Valencia 2 COURSE GUIDE - CUSTOMER RELATIONSHIP MANAGEMENT ECTS MODULE Marketing 36 FIELD: Marketing

More information

REPORT ON CANDIDATES WORK IN THE CARIBBEAN ADVANCED PROFICIENCY EXAMINATION MAY/JUNE 2012 HISTORY

REPORT ON CANDIDATES WORK IN THE CARIBBEAN ADVANCED PROFICIENCY EXAMINATION MAY/JUNE 2012 HISTORY CARIBBEAN EXAMINATIONS COUNCIL REPORT ON CANDIDATES WORK IN THE CARIBBEAN ADVANCED PROFICIENCY EXAMINATION MAY/JUNE 2012 HISTORY Copyright 2012 Caribbean Examinations Council St Michael, Barbados All rights

More information

Survey Results and an Android App to Support Open Lesson Plans in Edu-AREA

Survey Results and an Android App to Support Open Lesson Plans in Edu-AREA Survey Results and an Android App to Support Open Lesson Plans in Edu-AREA M. Caeiro-Rodríguez 1, R. Couselo-Alonso 1, L. Pereiro-Melón 1, M. Rodríguez- Bermúdez 1, R. Míguez-Vázquez 1, M. Llamas-Nistal

More information

PRODUCT COMPLEXITY: A NEW MODELLING COURSE IN THE INDUSTRIAL DESIGN PROGRAM AT THE UNIVERSITY OF TWENTE

PRODUCT COMPLEXITY: A NEW MODELLING COURSE IN THE INDUSTRIAL DESIGN PROGRAM AT THE UNIVERSITY OF TWENTE INTERNATIONAL CONFERENCE ON ENGINEERING AND PRODUCT DESIGN EDUCATION 6 & 7 SEPTEMBER 2012, ARTESIS UNIVERSITY COLLEGE, ANTWERP, BELGIUM PRODUCT COMPLEXITY: A NEW MODELLING COURSE IN THE INDUSTRIAL DESIGN

More information

Developing a Distance Learning Curriculum for Marine Engineering Education

Developing a Distance Learning Curriculum for Marine Engineering Education Paper ID #17453 Developing a Distance Learning Curriculum for Marine Engineering Education Dr. Jennifer Grimsley Michaeli P.E., Old Dominion University Dr. Jennifer G. Michaeli, PE is the Director of the

More information

Ph.D. in Behavior Analysis Ph.d. i atferdsanalyse

Ph.D. in Behavior Analysis Ph.d. i atferdsanalyse Program Description Ph.D. in Behavior Analysis Ph.d. i atferdsanalyse 180 ECTS credits Approval Approved by the Norwegian Agency for Quality Assurance in Education (NOKUT) on the 23rd April 2010 Approved

More information

Digital Media Literacy

Digital Media Literacy Digital Media Literacy Draft specification for Junior Cycle Short Course For Consultation October 2013 2 Draft short course: Digital Media Literacy Contents Introduction To Junior Cycle 5 Rationale 6 Aim

More information

Session H1B Teaching Introductory Electrical Engineering: Project-Based Learning Experience

Session H1B Teaching Introductory Electrical Engineering: Project-Based Learning Experience Teaching Introductory Electrical Engineering: Project-Based Learning Experience Chi-Un Lei, Hayden Kwok-Hay So, Edmund Y. Lam, Kenneth Kin-Yip Wong, Ricky Yu-Kwong Kwok Department of Electrical and Electronic

More information

Course Syllabus Art History II ARTS 1304

Course Syllabus Art History II ARTS 1304 Semester with Course Reference Number (CRN) Spring 2015 CRN 45135 Course Syllabus Art History II ARTS 1304 Instructor contact information Office Location and Hours Course Location/Times Course Semester

More information

A Project-Based Learning Approach to Teaching Power Electronics

A Project-Based Learning Approach to Teaching Power Electronics A Project-Based Learning Approach to Teaching Power Electronics Difficulties in the application of Project-Based Learning in a subject of Switching-Mode Power Supplies Diego G. Lamar, Pablo F. Miaja, Manuel

More information

1. Study Regulations for the Bachelor of Arts (BA) in Economics and Business Administration

1. Study Regulations for the Bachelor of Arts (BA) in Economics and Business Administration This text is for information purposes only. The only binding text for legal matters is the German original version: Studienordnung Bachelor of Arts in Wirtschaftswissenschaften is binding. The following

More information

Instructions and Guidelines for Promotion and Tenure Review of IUB Librarians

Instructions and Guidelines for Promotion and Tenure Review of IUB Librarians Instructions and Guidelines for Promotion and Tenure Review of IUB Librarians Approved by the IUB Library Faculty June 2012. Future amendment by vote of Bloomington Library Faculty Council. Amended August

More information

Modeling user preferences and norms in context-aware systems

Modeling user preferences and norms in context-aware systems Modeling user preferences and norms in context-aware systems Jonas Nilsson, Cecilia Lindmark Jonas Nilsson, Cecilia Lindmark VT 2016 Bachelor's thesis for Computer Science, 15 hp Supervisor: Juan Carlos

More information

Stimulating Techniques in Micro Teaching. Puan Ng Swee Teng Ketua Program Kursus Lanjutan U48 Kolej Sains Kesihatan Bersekutu, SAS, Ulu Kinta

Stimulating Techniques in Micro Teaching. Puan Ng Swee Teng Ketua Program Kursus Lanjutan U48 Kolej Sains Kesihatan Bersekutu, SAS, Ulu Kinta Stimulating Techniques in Micro Teaching Puan Ng Swee Teng Ketua Program Kursus Lanjutan U48 Kolej Sains Kesihatan Bersekutu, SAS, Ulu Kinta Learning Objectives General Objectives: At the end of the 2

More information

A Study of the Effectiveness of Using PER-Based Reforms in a Summer Setting

A Study of the Effectiveness of Using PER-Based Reforms in a Summer Setting A Study of the Effectiveness of Using PER-Based Reforms in a Summer Setting Turhan Carroll University of Colorado-Boulder REU Program Summer 2006 Introduction/Background Physics Education Research (PER)

More information

CREATING SHARABLE LEARNING OBJECTS FROM EXISTING DIGITAL COURSE CONTENT

CREATING SHARABLE LEARNING OBJECTS FROM EXISTING DIGITAL COURSE CONTENT CREATING SHARABLE LEARNING OBJECTS FROM EXISTING DIGITAL COURSE CONTENT Rajendra G. Singh Margaret Bernard Ross Gardler rajsingh@tstt.net.tt mbernard@fsa.uwi.tt rgardler@saafe.org Department of Mathematics

More information

Computing Curricula -- Software Engineering Volume. Second Draft of the Software Engineering Education Knowledge (SEEK) December 6, 2002

Computing Curricula -- Software Engineering Volume. Second Draft of the Software Engineering Education Knowledge (SEEK) December 6, 2002 Computing Curricula -- Software Engineering Volume Second raft of the Software Engineering Education Knowledge (SEEK) ecember 6, 2002 Edited by Ann E.K. Sobel CCSE Knowledge Area Chair Table of Contents

More information