Introduction to E-Learning Technologies. Prof. dr. Paul De Bra Dr. ir. Natalia Stash

Size: px
Start display at page:

Download "Introduction to E-Learning Technologies. Prof. dr. Paul De Bra Dr. ir. Natalia Stash"

Transcription

1 Introduction to E-Learning Technologies Prof. dr. Paul De Bra Dr. ir. Natalia Stash

2 Presentation Outline What is & Why E-learning? E-learning technologies: Information Systems Section of Mathematics & Computer Science TU/e

3 About Me Russia, Saint-Petersburg State Electro-Technical University, 1999 Engineer diploma Development of the distance learning server for studying of artificial intelligence Russia, Saint-Petersburg, Projects IDLE (Intelligent Distance Learning Environment) Distance Learning Course on Business Planning

4 About Me The Netherlands, TU/e, 2007 PhD thesis Incorporating Cognitive/Learning Styles in a General-Purpose Adaptive Hypermedia System The Netherlands, TU/e, 2001 until now Projects AHA! (Adaptive Hypermedia for All) GRAPPLE (Generic Responsive Adaptive Personal Learning Environment) CHIP (Cultural Heritage Information Personalization)

5 What is E-Learning?/ Some History Facts Distance education dates to at least as early as 1728, when the Boston Gazette printed an advertisement from Caleb Phillips, teacher of the new method of Short Hand, that offered any persons in the country desirous to learn this Art, may, by having the several lessons sent weekly to them, be as perfectly instructed as those that live in Boston.

6 What is E-Learning?/ Generations of Distance Education 1840s: Stenographic Short Hand by Isaac Pitman, through written & print materials End of 1960s: Multimedia distance education through print materials, radio and TV broadcasting, cassettes, computers e.g. PLATO (computer system) Q: What is missing in these forms of distance education?

7 What is E-Learning?/ Generations of Distance Education 1970s: Computer-mediated communication through , teleconferences, growing use of Internet

8 Why E-Learning?/ Online Course vs Textbook physical local uniform

9 Why E-Learning?/ Online Course vs Textbook paperless global possibly adaptive

10 Popular Tools for E-Learning: Learning Management Systems WebCT (Course Tools) or Blackboard Learning System, now owned by Blackboard Inc.

11 Universities Worldwide Offering E-Learning Top universities offering e-learning: The Open University, UK University of British Columbia, Canada Pennsylvania State University, USA University of Florida, USA Walden University, USA to add more...

12 Dutch Universities Offering E-Learning Open University Collaboration between Fontys University of Applied Sciences

13 TU/e CoffeeDregs: Visualizing programs DiagNow - an interactive lecture-response system Escom-Method a multimedia guide through a knowledge area peach³ - for assignments evaluation peach3.nl

14 Information Systems Section, Mathematics & CS Dpt., TU/e Specialization in Adaptive E-learning Software for developing adaptive applications: AHA! (Adaptive Hypermedia Architecture) GALE (Generic Adaptive Learning Environment) The first adaptive online thesis

15 Adaptive E-Learning & Adaptive Web-Based Applications in IS scope is not limited to e-learning: AHA! and GALE are general-purpose tools for various types of adaptive applications CHIP demonstrator - personalized museum guide based on Semantic Web Technologies

16 Ideal Adaptive Teaching Master - Apprentice > Tutor - Student (Learner)

17 One Size Does Not Fit All

18 Adaptive E-Learning Consider adaptation to: knowledge goals & tasks cognitive/learning styles / Department of Mathematics and Computer Science

19 Adaptive E-Learning Most commonly used types of relationships between course topics: knowledge propagation prerequisites A is a prerequisite for B, means: You should study A before B or You should study A before you can understand B

20 Example Created with AHA!: Presentation for Visual+Global Learner

21 Example Created with AHA!: Presentation for Verbal+Analytic Learner

22 Example Created with AHA!: Inferring Preference for Image vs Text

23 Step 1 Image Text Step 2 Image Text... Step N Image Text Step N+1... Text

24 Example Created with GALE: Course about MilkyWay / Department of Mathematics and Computer Science

25 Example Created with GALE: World of Biomes / Department of Mathematics and Computer Science

26 Example Created with GALE: World of Biomes / Department of Mathematics and Computer Science

27 Example Created with GALE: World of Biomes / Department of Mathematics and Computer Science

28 Example Created with GALE: Latex Tutorial / Department of Mathematics and Computer Science

29 Example Created with GALE: Research Methods Book

30 ! Example: C# Online Tutorial

31 ! Example: C# Online Tutorial

32 ! Example: C# Online Tutorial

33 ! Example: Course About Tennis

34 Designing an Online Adaptive Course Consists of: 1. Designing information structure (domain model) 2. Information creation (application content) 3. Defining navigation structure (application content) 4. Defining pedagogical structure (adaptation model): Which navigation is desirable during learning? An adaptive system such as AHA! or GALE should support navigation / Department of Computer Science

35 Example: Milkyway Information Structure The logical structure of Milkyway Different relationship types result in links in the application Nebula Parent Rotates Around Milkyway Planet Produces Eta Carinae Star Sun Is Planet Of Earth Mars Is Moon Of Moon_Earth Phobos Deimos Moon

36 Example: Milkyway Pedagogical Structure Adaptation can be supported by Artificial Intelligence Nebula Parent Milkyway Produces Eta Carinae Star Rotates Around Planet Sun Is Planet Of Earth Mars Moon_Earth Is Moon Of Phobos Deimos Moon

37 Authoring Adaptive Application: Domain Model

38 Authoring Adaptive Application: Application Content/XHTML Page Using GALE Syntax <h2>authoring AHA! Applications</h2> <p>creating AHA! applications involves four main steps: writing <gale:a href="pages">pages</gale:a>, creating a <gale:a href="domainmodel">conceptual structure</gale:a> of the application, defining the <gale:a href="rules">adaptation rules</gale:a> <gale:if expr="${rules#knowledge}>50"> <gale:block> <gale:a href="rules"> (event-condition-action rules)</gale:a> </gale:block> </gale:if>, and defining the <gale:a href="layout">look and feel, or layout</gale:a> of the application.</p>

39 Authoring Adaptive Application: Adaptation Model

40 Prerequisites Structure Different ways of creating prerequisites structure: Top-down (deductive) approach from abstract to concrete concepts Bottom-up (inductive) approach from concrete to abstract concepts Adaptive systems allow for the implementation of different prerequisites structures for one course to address individual learner s preferences

41 How to Realize Prerequisites You should study A before B should : different adaptation techniques either enforce this or give advice study : this can be access or read or take a test; result is a knowledge value how much knowledge is enough? before : this does not imply just before

42 Conclusions: Applications Developed With AHA! and GALE Adaptation to address individual differences Adaptation through prerequisites Various prerequisite structures are possible for the same course Time estimation for authoring an adaptive online course (TU/e master students who followed Adaptive Systems course) - 10 to 25 hours

43 Use of Semantic Technologies in E-Learning In software, semantic technology encodes meanings separately from data and content files, and separately from application code In computer science and information science, an ontology formally represents knowledge as a set of concepts within a domain, and the relationships among those concepts. It can be used to reason about the entities within that domain and may be used to describe the domain

44 Use of Semantic Technologies in E-Learning Previous examples do not (yet) make use of semantic structures defined in ontologies ==> amount of reasoning over semantic structures is limited Next, we will see how to make adaptive applications based on semantic structures from CHIP project Although CHIP prototype is a recommender system, a personalized museum guide, it can also be seen as an e-learning application - teaching about Art

45 Use of Semantic Technologies in E-Learning: Ontologies Mapping Ontology A: #Rembrandt Ontology B: #Rembrandt van Rein Ontology C: #Rembrandt Harmensz. van Rein ULAN vocabulary (Union List of Artists Names)

46 Use of Semantic Technologies in E-Learning: Reasoning Example part of (stored) North- Holland part of (stored) Amsterdam part of (deduced) The Netherlands

47 Cultural Heritage Information Personalization, CHIP: a Personalized Museum Guide Developed in collaboration between TU/e, Telematica Institute and Rijksmuseum Personalized access through multiple devices PC, iphone, etc. Recommendations are based on: metadata about artworks & art topics

48 CHIP Data

49 CHIP Web-Based Tools Art Recommender Tour Wizard Mobile Museum Guide Artworks and Concepts Recommendations Managing and Visualizing Museum Tours Guiding the user inside the museum Interactive User Modeling

Integrating adaptive functionality in a LMS

Integrating adaptive functionality in a LMS Integrating adaptive functionality in a LMS Kees van der Sluijs 1 and Kai Michael Höver 2 1 Technische Universiteit Eindhoven, Eindhoven, The Netherlands 2 IMC Information Multimedia Communication AG,

More information

ONTOLOGY BASED FEEDBACK GENERATION IN DESIGN- ORIENTED E-LEARNING SYSTEMS

ONTOLOGY BASED FEEDBACK GENERATION IN DESIGN- ORIENTED E-LEARNING SYSTEMS ONTOLOGY BASED FEEDBACK GENERATION IN DESIGN- ORIENTED E-LEARNING SYSTEMS Harrie Passier and Johan Jeuring Faculty of Computer Science, Open University of the Netherlands Valkenburgerweg 177, 6419 AT Heerlen,

More information

The Multi-courses Tutoring System Design

The Multi-courses Tutoring System Design The Multi-courses Tutoring System Design Goran Šimić E-mail: gshimic@eunet.yu The Military educational center for signal, computer science and electronic warfare, Veljka Lukića Kurjaka 1, 11000 Belgrade,

More information

Selbo 2 an Environment for Creating Electronic Content in Software Engineering

Selbo 2 an Environment for Creating Electronic Content in Software Engineering BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 9, No 3 Sofia 2009 Selbo 2 an Environment for Creating Electronic Content in Software Engineering Damyan Mitev 1, Stanimir

More information

Real Time Collaboration System (RTCS) Tools in E-learning Portals

Real Time Collaboration System (RTCS) Tools in E-learning Portals Real Time Collaboration System (RTCS) Tools in E-learning Portals Ramin Sadeghi Power and water University of Technology (PWUT), Iran, Tehran Saeid Moslehpour Haidar Almohri University of Hartford Yousef

More information

The Solar System Hypermedia Presentation

The Solar System Hypermedia Presentation The Solar System Hypermedia Presentation Saima Ahmed Midterm-Option B EDCI 519 Dr. Haley October 16, 2007 Project Overview: The purpose of this hypermedia project was to provide Teachers and English Language

More information

24-03-2016. Seminar T3 «E-learning: application and implementation» Ann Bygholm, Professor, PhD 16-17 March 2016. Disclosure. Nothing to disclose

24-03-2016. Seminar T3 «E-learning: application and implementation» Ann Bygholm, Professor, PhD 16-17 March 2016. Disclosure. Nothing to disclose Seminar T3 «E-learning: application and implementation» Ann Bygholm, Professor, PhD 16-17 March 2016 1 Nothing to disclose Disclosure 2 1 TEACHING GOALS TO DEMONSTRATE WHERE E-LEARNING COULD BE CONSIDERED

More information

II. PREVIOUS RELATED WORK

II. PREVIOUS RELATED WORK An extended rule framework for web forms: adding to metadata with custom rules to control appearance Atia M. Albhbah and Mick J. Ridley Abstract This paper proposes the use of rules that involve code to

More information

technische universiteit eindhoven WIS & Engineering Geert-Jan Houben

technische universiteit eindhoven WIS & Engineering Geert-Jan Houben WIS & Engineering Geert-Jan Houben Contents Web Information System (WIS) Evolution in Web data WIS Engineering Languages for Web data XML (context only!) RDF XML Querying: XQuery (context only!) RDFS SPARQL

More information

Providing Adaptive Courses in Learning Management Systems with Respect to Learning Styles *

Providing Adaptive Courses in Learning Management Systems with Respect to Learning Styles * Providing Adaptive Courses in Learning Management Systems with Respect to Learning Styles * Sabine Graf Vienna University of Technology Women's Postgraduate College for Internet Technologies Vienna, Austria

More information

2 AIMS: an Agent-based Intelligent Tool for Informational Support

2 AIMS: an Agent-based Intelligent Tool for Informational Support Aroyo, L. & Dicheva, D. (2000). Domain and user knowledge in a web-based courseware engineering course, knowledge-based software engineering. In T. Hruska, M. Hashimoto (Eds.) Joint Conference knowledge-based

More information

Online Learning Strategies That Work: Real Examples (With an Emphasis on Strategy Planning)

Online Learning Strategies That Work: Real Examples (With an Emphasis on Strategy Planning) 1 21st Annual Conference on Distance Teaching and Online Strategies That Work: Real Examples (With an Emphasis on Strategy Planning) Paul Lam, PhD Postdoctoral Fellow, Chinese University of Hong Kong,

More information

Virtual Electronic Learning in Vocational Initial Teacher Training

Virtual Electronic Learning in Vocational Initial Teacher Training Virtual Electronic Learning in Vocational Initial Teacher Training Ágnes Tóth, Pál Pentelényi, Péter Tóth Bánki Donát Faculty of Budapest Polytechnic, Budapest, Hungary toth.belane@bgk.bmf.hu pentelenyi.pal@bgk.bmf.hu

More information

Methodology for Creating Adaptive Online Courses Using Business Intelligence

Methodology for Creating Adaptive Online Courses Using Business Intelligence Methodology for Creating Adaptive Online Courses Using Business Intelligence Despotović, S., Marijana; Bogdanović, M., Zorica; and Barać, M., Dušan Abstract This paper describes methodology for creating

More information

An Engagement Model for Learning: Providing a Framework to Identify Technology Services

An Engagement Model for Learning: Providing a Framework to Identify Technology Services Interdisciplinary Journal of Knowledge and Learning Objects Volume 3, 2007 An Engagement Model for Learning: Providing a Framework to Identify Technology Services I.T. Hawryszkiewycz Department of Information

More information

ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004

ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004 ONTOLOGY-BASED MULTIMEDIA AUTHORING AND INTERFACING TOOLS 3 rd Hellenic Conference on Artificial Intelligence, Samos, Greece, 5-8 May 2004 By Aristomenis Macris (e-mail: arism@unipi.gr), University of

More information

AN INTELLIGENT TUTORING SYSTEM FOR LEARNING DESIGN PATTERNS

AN INTELLIGENT TUTORING SYSTEM FOR LEARNING DESIGN PATTERNS AN INTELLIGENT TUTORING SYSTEM FOR LEARNING DESIGN PATTERNS ZORAN JEREMIĆ, VLADAN DEVEDŽIĆ, DRAGAN GAŠEVIĆ FON School of Business Administration, University of Belgrade Jove Ilića 154, POB 52, 11000 Belgrade,

More information

Semantic Web Services for e-learning: Engineering and Technology Domain

Semantic Web Services for e-learning: Engineering and Technology Domain Web s for e-learning: Engineering and Technology Domain Krupali Shah and Jayant Gadge Abstract E learning has gained its importance over the traditional classroom learning techniques in past few decades.

More information

CSE 459/598: Logic for Computer Scientists (Spring 2012)

CSE 459/598: Logic for Computer Scientists (Spring 2012) CSE 459/598: Logic for Computer Scientists (Spring 2012) Time and Place: T Th 10:30-11:45 a.m., M1-09 Instructor: Joohyung Lee (joolee@asu.edu) Instructor s Office Hours: T Th 4:30-5:30 p.m. and by appointment

More information

Evaluation of Adaptive Course Construction Toolkit (ACCT)

Evaluation of Adaptive Course Construction Toolkit (ACCT) Evaluation of Adaptive Course Construction Toolkit (ACCT) Declan Dagger, Vincent P. Wade Knowledge and Data Engineering Group, Department of Computer Science, Trinity College Dublin, Ireland {Declan.Dagger,

More information

BSc in Information Systems & BSc in Information Technology Degree Programs

BSc in Information Systems & BSc in Information Technology Degree Programs BSc in Information Systems & BSc in Information Technology Degree Programs General Sir John Kotelawala Defence University is about to start the above mentioned degree programs at Hambanthota Southern Campus

More information

Learner-Centric Online Teaching for Non-Computer Science Students

Learner-Centric Online Teaching for Non-Computer Science Students Learner-Centric Online Teaching for Non-Computer Science Students Guido Rößling, Jana Trnková, Uwe Langendorf, Karin Tillack, Max Mühlhäuser Department of Computer Science, FG Telecooperation Darmstadt

More information

An Ontology-based e-learning System for Network Security

An Ontology-based e-learning System for Network Security An Ontology-based e-learning System for Network Security Yoshihito Takahashi, Tomomi Abiko, Eriko Negishi Sendai National College of Technology a0432@ccedu.sendai-ct.ac.jp Goichi Itabashi Graduate School

More information

E-LEARNING: USIU s EXPERIENCE

E-LEARNING: USIU s EXPERIENCE E-LEARNING: USIU s EXPERIENCE Gerald W. Chege, Ph.D. Assistant Professor, Information Systems & Technology, United States International University COL Training Workshop, Pan Afric Hotel 23rd Nov 2006 1

More information

Curriculum of the research and teaching activities. Matteo Golfarelli

Curriculum of the research and teaching activities. Matteo Golfarelli Curriculum of the research and teaching activities Matteo Golfarelli The curriculum is organized in the following sections I Curriculum Vitae... page 1 II Teaching activity... page 2 II.A. University courses...

More information

Utilising Ontology-based Modelling for Learning Content Management

Utilising Ontology-based Modelling for Learning Content Management Utilising -based Modelling for Learning Content Management Claus Pahl, Muhammad Javed, Yalemisew M. Abgaz Centre for Next Generation Localization (CNGL), School of Computing, Dublin City University, Dublin

More information

E-Learning Using Data Mining. Shimaa Abd Elkader Abd Elaal

E-Learning Using Data Mining. Shimaa Abd Elkader Abd Elaal E-Learning Using Data Mining Shimaa Abd Elkader Abd Elaal -10- E-learning using data mining Shimaa Abd Elkader Abd Elaal Abstract Educational Data Mining (EDM) is the process of converting raw data from

More information

One Approach of e-learning Platform Customization for Primary Education

One Approach of e-learning Platform Customization for Primary Education One Approach of e-learning Platform Customization for Primary Education Nenad Kojic, Aleksandra Adzic, Radica Kojic Abstract There are many different types of platforms for e learning. A lot of them can

More information

p. 3 p. 4 p. 93 p. 111 p. 119

p. 3 p. 4 p. 93 p. 111 p. 119 The relationship between minds-on and hands-on activity in instructional design : evidence from learning with interactive and non-interactive multimedia environments p. 3 Using automated capture in classrooms

More information

Background Information Students will learn about the Solar System while practicing communication skills.

Background Information Students will learn about the Solar System while practicing communication skills. Teacher Information Background Information Students will learn about the Solar System while practicing communication skills. Materials clipboard for each student pencils copies of map and Available Destinations

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

Semantic Web based e-learning System for Sports Domain

Semantic Web based e-learning System for Sports Domain Semantic Web based e-learning System for Sports Domain S.Muthu lakshmi Research Scholar Dept.of Information Science & Technology Anna University, Chennai G.V.Uma Professor & Research Supervisor Dept.of

More information

Interactive Ontology-Based User Modeling for Personalized Learning Content Management

Interactive Ontology-Based User Modeling for Personalized Learning Content Management Interactive Ontology-Based User Modeling for Personalized Learning Content Management Ronald Denaux 1, Vania Dimitrova 2, Lora Aroyo 1 1 Computer Science Department, Eindhoven Univ. of Technology, The

More information

Course Overview. CSCI 480 Computer Graphics Lecture 1. Administrative Issues Modeling Animation Rendering OpenGL Programming [Angel Ch.

Course Overview. CSCI 480 Computer Graphics Lecture 1. Administrative Issues Modeling Animation Rendering OpenGL Programming [Angel Ch. CSCI 480 Computer Graphics Lecture 1 Course Overview January 14, 2013 Jernej Barbic University of Southern California http://www-bcf.usc.edu/~jbarbic/cs480-s13/ Administrative Issues Modeling Animation

More information

Running head: CONCEPTUALIZING INTELLIGENT AGENTS FOR TEACHING AND LEARNING. Conceptualizing Intelligent Agents For Teaching and Learning

Running head: CONCEPTUALIZING INTELLIGENT AGENTS FOR TEACHING AND LEARNING. Conceptualizing Intelligent Agents For Teaching and Learning Running head: CONCEPTUALIZING INTELLIGENT AGENTS FOR TEACHING AND LEARNING Conceptualizing Intelligent Agents For Teaching and Learning Ali Jafari, Ph.D. Professor of Computer Technology Director of CyberLab

More information

DEVELOPMENT OF EDUCATIONAL ONTOLOGY FOR C-PROGRAMMING. Tatiana Gavrilova. Sergey Sosnovsky. Introduction. Stepwise ontology design

DEVELOPMENT OF EDUCATIONAL ONTOLOGY FOR C-PROGRAMMING. Tatiana Gavrilova. Sergey Sosnovsky. Introduction. Stepwise ontology design DEVELOPMENT OF EDUCATIONAL ONTOLOGY FOR C-PROGRAMMING Sergey Sosnovsky University of Pittsburgh 135, North Bellefield Street Pittsburgh, PA, 15217, USA +1 (412) 624-5513 sas15@pitt.edu Tatiana Gavrilova

More information

E-learning...and the future? Open source software Intelligent tutorial systems Metadata standards. Inter-operability European perspective

E-learning...and the future? Open source software Intelligent tutorial systems Metadata standards. Inter-operability European perspective E-learning...and the future? Open source software Intelligent tutorial systems Metadata standards Inter-operability European perspective Blended learning M(obile) - Learning New/permanent financial sources?

More information

COURSE RECOMMENDER SYSTEM IN E-LEARNING

COURSE RECOMMENDER SYSTEM IN E-LEARNING International Journal of Computer Science and Communication Vol. 3, No. 1, January-June 2012, pp. 159-164 COURSE RECOMMENDER SYSTEM IN E-LEARNING Sunita B Aher 1, Lobo L.M.R.J. 2 1 M.E. (CSE)-II, Walchand

More information

Designing an Adaptive Virtual Guide for Web Applications

Designing an Adaptive Virtual Guide for Web Applications 6th ERCIM Workshop "User Interfaces for All" Long Paper Designing an Adaptive Virtual Guide for Web Applications Luisa Marucci, Fabio Paternò CNUCE-C.N.R. Via V.Alfieri 1, 56010 Ghezzano - Pisa, Italy

More information

A PROCESS-ORIENTED E-LEARNLING SYSTEM: FROM MASTERY LEARNING PERSPECTIVE

A PROCESS-ORIENTED E-LEARNLING SYSTEM: FROM MASTERY LEARNING PERSPECTIVE A PROCESS-ORIENTED E-LEARNLING SYSTEM: FROM MASTERY LEARNING PERSPECTIVE Ph.D Candidate, ChiLun Liu, Cheng Chi University, Taiwan, tonyliu@mis.nccu.edu.tw Professor Heng-Li Yang, Cheng Chi University,

More information

A Framework for Self-Regulated Learning of Domain-Specific Concepts

A Framework for Self-Regulated Learning of Domain-Specific Concepts A Framework for Self-Regulated Learning of Domain-Specific Concepts Bowen Hui Department of Computer Science, University of British Columbia Okanagan and Beyond the Cube Consulting Services Inc. Abstract.

More information

Supporting Active Database Learning and Training through Interactive Multimedia

Supporting Active Database Learning and Training through Interactive Multimedia Supporting Active Database Learning and Training through Interactive Multimedia Claus Pahl ++353 +1 700 5620 cpahl@computing.dcu.ie Ronan Barrett ++353 +1 700 8616 rbarrett@computing.dcu.ie Claire Kenny

More information

Bridging the Gap between Knowledge Management and E-Learning with Context-Aware Corporate Learning

Bridging the Gap between Knowledge Management and E-Learning with Context-Aware Corporate Learning Bridging the Gap between Knowledge Management and E-Learning with Context-Aware Corporate Learning Andreas Schmidt FZI Research Center for Information Technologies, Karlsruhe, GERMANY Andreas.Schmidt@fzi.de

More information

Best of the Solar System

Best of the Solar System Best of the Solar System Topic Area: Solar system, planets and moons Purpose: Introduce students to planetary research and familiarize them with the planets and their features. Key Questions: What are

More information

Terry Ann Morris, Ed.D. http://terrymorris.net terrymorris99@gmail.com

Terry Ann Morris, Ed.D. http://terrymorris.net terrymorris99@gmail.com OBJECTIVE: Adjunct Faculty Online EMPLOYMENT HISTORY 1998 Present Full-Time Faculty Professor, Tenured Web Development Program, Computer Information Systems Department William Rainey, Palatine, IL New

More information

A knowledge-based model for instructional design

A knowledge-based model for instructional design A knowledge-based model for instructional design Frosina Koceva Università degli Studi di Genova, Italy frosina.koceva@edu.unige.it Abstract. This thesis will discuss a knowledge-based model for the design

More information

COURSE DEVELOPMENT: FROM PRINTED-BASED TO WEB-BASED COURSES 1 : Martine Coun, OUNL, The Netherlands. Kathleen Schlusmans, OUNL, The Netherlands

COURSE DEVELOPMENT: FROM PRINTED-BASED TO WEB-BASED COURSES 1 : Martine Coun, OUNL, The Netherlands. Kathleen Schlusmans, OUNL, The Netherlands COURSE DEVELOPMENT: FROM PRINTED-BASED TO WEB-BASED COURSES 1 : Martine Coun, OUNL, The Netherlands Kathleen Schlusmans, OUNL, The Netherlands Summary In the Strategic Plan 2006-2009 of the Open University

More information

The European Digital Library - An Introduction

The European Digital Library - An Introduction 5th European Semantic Web Conference 01-05 June 2008 Tenerife, Spain http://www.eswc2008.org/ Workshop Semantic Interoperability in the European Digital Library Aims and Scope One of Europe s current most

More information

One for All and All in One

One for All and All in One One for All and All in One A learner modelling server in a multi-agent platform Isabel Machado 1, Alexandre Martins 2 and Ana Paiva 2 1 INESC, Rua Alves Redol 9, 1000 Lisboa, Portugal 2 IST and INESC,

More information

Web services to allow access for all in dotlrn

Web services to allow access for all in dotlrn Web services to allow access for all in dotlrn German Moreno 1, Olga C. Santos 2, Jesus G. Boticario 2, Ramon Fabregat 1 1 Institute of Informatics and Aplications (IIiA), Universidad de Girona, Spain,

More information

A Tool for Searching the Semantic Web for Supplies Matching Demands

A Tool for Searching the Semantic Web for Supplies Matching Demands A Tool for Searching the Semantic Web for Supplies Matching Demands Zuzana Halanová, Pavol Návrat, Viera Rozinajová Abstract: We propose a model of searching semantic web that allows incorporating data

More information

MANDARAX + ORYX An Open-Source Rule Platform

MANDARAX + ORYX An Open-Source Rule Platform MANDARAX + ORYX An Open-Source Rule Platform Presentation by Jens Dietrich, Massey University, New Zealand Gerd Wagner, Eindhoven University of Technology, The Netherlands Content 1. Introduction 2. Pros

More information

Learning Mathematics with

Learning Mathematics with Deutsches Forschungszentrum für f r Künstliche K Intelligenz Learning Mathematics with Jörg Siekmann German Research Centre for Artificial Intelligence DFKI Universität des Saarlandes e-learning: Systems

More information

M.Sc. Program in Informatics and Telecommunications

M.Sc. Program in Informatics and Telecommunications M.Sc. Program in Informatics and Telecommunications at UoA-DIT Prof. Ioannis Stavrakakis Deputy Dept Chair, Director of Graduate Studies 1 Overview of Graduate Studies Initiated in 1993 Modified in 2000

More information

New Web tool to create educational and adaptive courses in an E-Learning platform based fusion of Web resources

New Web tool to create educational and adaptive courses in an E-Learning platform based fusion of Web resources New Web tool to create educational and adaptive courses in an E-Learning platform based fusion of Web resources Mohammed Chaoui 1, Mohamed Tayeb Laskri 2 1,2 Badji Mokhtar University Annaba, Algeria 1

More information

Exemplary Online Courses Michael W. Lindeman Updated: 6/10/2004

Exemplary Online Courses Michael W. Lindeman Updated: 6/10/2004 Exemplary Online Courses Michael W. Lindeman Updated: 6/10/2004 1. Online Course Rubrics a. Common Categories i. Organization and Design ii. Content, Media, and Materials iii. Instructional Design iv.

More information

WEB SITE AND CONCEPT MAPS TO TEACH STATISTICS. Gloria Icaza, Carlos Bravo, Sergio Guiñez, Julio Muñoz University of Talca, Chile gicaza@utalca.

WEB SITE AND CONCEPT MAPS TO TEACH STATISTICS. Gloria Icaza, Carlos Bravo, Sergio Guiñez, Julio Muñoz University of Talca, Chile gicaza@utalca. WEB SITE AND CONCEPT MAPS TO TEACH STATISTICS Gloria Icaza, Carlos Bravo, Sergio Guiñez, Julio Muñoz University of Talca, Chile gicaza@utalca.cl We constructed a web site to support service statistic courses

More information

Peer-to-Peer: an Enabling Technology for Next-Generation E-learning

Peer-to-Peer: an Enabling Technology for Next-Generation E-learning Peer-to-Peer: an Enabling Technology for Next-Generation E-learning Aleksander Bu lkowski 1, Edward Nawarecki 1, and Andrzej Duda 2 1 AGH University of Science and Technology, Dept. Of Computer Science,

More information

Slow Intelligence System Framework to Network Management Problems for Attaining Feasible Solution

Slow Intelligence System Framework to Network Management Problems for Attaining Feasible Solution Slow Intelligence System Framework to Network Management Problems for Attaining Feasible Solution T.S.Baskaran 1 and R.Sivakumar 2 1 Department of Computer Science, A.V.V.M. Sri Pushpam College, Poondi,

More information

Developing Course Materials for Open and Distance Learning: BOU Perspective

Developing Course Materials for Open and Distance Learning: BOU Perspective Turkish Online Journal of Distance Education-TOJDE July 2006 ISSN 1302-6488 Volume: 7 Number: 4 Article: 4 Developing Course Materials for Open and Distance Learning: BOU Perspective ABSTRACT Mohammad

More information

Project type: GRUNDTVIG LEARNING PARTNERSHIP

Project type: GRUNDTVIG LEARNING PARTNERSHIP Project type: GRUNDTVIG LEARNING PARTNERSHIP Countries involved / partner countries: Countries involved / partner countries: UK, WILTSHIRE COLLEGE ROMANIA, BABEL CENTER GREECE, HELLENIC CULTURE CENTRE

More information

One of the main reasons for the Web s success

One of the main reasons for the Web s success Editor: Peiya Liu Siemens Corporate Research Metadata Standards for Web-Based Resources Achim Steinacker University of Technology, Darmstadt Amir Ghavam University of Ottawa Ralf Steinmetz German National

More information

Facilitating Knowledge Intelligence Using ANTOM with a Case Study of Learning Religion

Facilitating Knowledge Intelligence Using ANTOM with a Case Study of Learning Religion Facilitating Knowledge Intelligence Using ANTOM with a Case Study of Learning Religion Herbert Y.C. Lee 1, Kim Man Lui 1 and Eric Tsui 2 1 Marvel Digital Ltd., Hong Kong {Herbert.lee,kimman.lui}@marvel.com.hk

More information

ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE NUMBER CS 215 - WEB DEVELOPMENT & PROGRAMMING I AND TITLE:

ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE NUMBER CS 215 - WEB DEVELOPMENT & PROGRAMMING I AND TITLE: ERIE COMMUNITY COLLEGE COURSE OUTLINE A. COURSE NUMBER CS 215 - WEB DEVELOPMENT & PROGRAMMING I AND TITLE: B. CURRICULUM: Mathematics / Computer Science Unit Offering PROGRAM: Web-Network Technology Certificate

More information

Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object

Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object Anne Monceaux 1, Joanna Guss 1 1 EADS-CCR, Centreda 1, 4 Avenue Didier Daurat 31700 Blagnac France

More information

An Instructional Design Model for Constructivist Learning

An Instructional Design Model for Constructivist Learning An Instructional Design Model for Constructivist Learning Lily Sun and Shirley Williams Department of Computer Science, The University of Reading {lily.sun; Shirley.williams}@reading.ac.uk Abstract The

More information

BSc in Information Technology Degree Programme. Syllabus

BSc in Information Technology Degree Programme. Syllabus BSc in Information Technology Degree Programme Syllabus Semester 1 Title IT1012 Introduction to Computer Systems 30 - - 2 IT1022 Information Technology Concepts 30 - - 2 IT1033 Fundamentals of Programming

More information

Long Beach Community College District Date Adopted: October 5, 2007

Long Beach Community College District Date Adopted: October 5, 2007 Long Beach Community College District Date Adopted: October 5, 2007 CLASS SPECIFICATION Web Developer II Instructional Technology and Distance Learning FLSA Status: EEOC Job Category: Union Representation:

More information

DEVELOPMENT OF THE PLANETARY CARTOGRAPHY WEB-SITE WITH OPEN SOURCE CONTENT MANAGEMENT SYSTEM

DEVELOPMENT OF THE PLANETARY CARTOGRAPHY WEB-SITE WITH OPEN SOURCE CONTENT MANAGEMENT SYSTEM CO-131 DEVELOPMENT OF THE PLANETARY CARTOGRAPHY WEB-SITE WITH OPEN SOURCE CONTENT MANAGEMENT SYSTEM ROZHNEV I. Moscow State University of Geodesy and Cartography, PUSHKINO, RUSSIAN FEDERATION Considerable

More information

Analysing the Behaviour of Students in Learning Management Systems with Respect to Learning Styles

Analysing the Behaviour of Students in Learning Management Systems with Respect to Learning Styles Analysing the Behaviour of Students in Learning Management Systems with Respect to Learning Styles Sabine Graf and Kinshuk 1 Vienna University of Technology, Women's Postgraduate College for Internet Technologies,

More information

Task-Model Driven Design of Adaptable Educational Hypermedia

Task-Model Driven Design of Adaptable Educational Hypermedia Task-Model Driven Design of Adaptable Educational Hypermedia Huberta Kritzenberger, Michael Herczeg Institute for Multimedia and Interactive Systems University of Luebeck Seelandstr. 1a, D-23569 Luebeck,

More information

Masters in Human Computer Interaction

Masters in Human Computer Interaction Masters in Human Computer Interaction Programme Requirements Taught Element, and PG Diploma in Human Computer Interaction: 120 credits: IS5101 CS5001 CS5040 CS5041 CS5042 or CS5044 up to 30 credits from

More information

New trend in Russian informatics curricula: integration of math and informatics

New trend in Russian informatics curricula: integration of math and informatics New trend in Russian informatics curricula: integration of math and informatics Svetlana Gaisina Academy of post-degree pedagogical education, Saint Petersburg, g.selania@gmail.com Sergei Pozdniakov Saint

More information

Masters in Advanced Computer Science

Masters in Advanced Computer Science Masters in Advanced Computer Science Programme Requirements Taught Element, and PG Diploma in Advanced Computer Science: 120 credits: IS5101 CS5001 up to 30 credits from CS4100 - CS4450, subject to appropriate

More information

Learning paths in open source e-learning environments

Learning paths in open source e-learning environments Learning paths in open source e-learning environments D.Tuparova *,1, G.Tuparov 1,2 1 Dept. of Informatics, South West University, 66 Ivan Michailov Str., 2700 Blagoevgrad, Bulgaria 2 Dept. of Software

More information

Masters in Artificial Intelligence

Masters in Artificial Intelligence Masters in Artificial Intelligence Programme Requirements Taught Element, and PG Diploma in Artificial Intelligence: 120 credits: IS5101 CS5001 CS5010 CS5011 CS4402 or CS5012 in total, up to 30 credits

More information

Department of Science Education and Mathematics Education

Department of Science Education and Mathematics Education Department of Science Education and Mathematics Education http://www.utdallas.edu/dept/sci_ed/ Faculty Professors: Thomas R. Butts (interim head), Frederick L. Fifer, Jr., Russell Hulse Associate Professors:

More information

Using artificial intelligence methods and 3D graphics for implementation a computer simulator for ophthalmology

Using artificial intelligence methods and 3D graphics for implementation a computer simulator for ophthalmology Using artificial intelligence methods and 3D graphics for implementation a computer simulator for ophthalmology V. V. Gribova, M. V. Petryaeva, L. A. Fedorischev Intelligent System Laboratory, Institute

More information

Masters in Networks and Distributed Systems

Masters in Networks and Distributed Systems Masters in Networks and Distributed Systems Programme Requirements Taught Element, and PG Diploma in Networks and Distributed Systems: 120 credits: IS5101 CS5001 CS5021 CS4103 or CS5023 in total, up to

More information

Implementing Information Technology in the Learning Process

Implementing Information Technology in the Learning Process 6th WSEAS International Conference on E-ACTIVITIES, Tenerife, Spain, December 14-16, 2007 263 Implementing Information Technology in the Learning Process SEPPO SIRKEMAA Pori Unit Turku School of Economics

More information

Business Intelligence in E-Learning

Business Intelligence in E-Learning Business Intelligence in E-Learning (Case Study of Iran University of Science and Technology) Mohammad Hassan Falakmasir 1, Jafar Habibi 2, Shahrouz Moaven 1, Hassan Abolhassani 2 Department of Computer

More information

Teaching Reading in Mathematics and Science

Teaching Reading in Mathematics and Science November 2002 Volume 60 Number 3 Reading and Writing in the Content Areas Pages 24-28 Teaching Reading in Mathematics and Science Mary Lee Barton, Clare Heidema and Deborah Jordan Students face special

More information

Integrated Study Programs through e-learning

Integrated Study Programs through e-learning Integrated Study Programs through e-learning Sandra Aguirre, Juan Quemada, Joaquín Salvachúa Universidad Politécnica de Madrid, saguirre@dit.upm.es, jquemada@dit.upm.es, jsr@dit.upm.es Abstract - In the

More information

Context Model Based on Ontology in Mobile Cloud Computing

Context Model Based on Ontology in Mobile Cloud Computing Context Model Based on Ontology in Mobile Cloud Computing Changbok Jang, Euiin Choi * Dept. Of Computer Engineering, Hannam University, Daejeon, Korea chbjang@dblab.hannam.ac.kr, eichoi@hnu.kr Abstract.

More information

Master of Arts in Teaching English to Speakers of Other Languages (MA TESOL)

Master of Arts in Teaching English to Speakers of Other Languages (MA TESOL) Master of Arts in Teaching English to Speakers of Other Languages (MA TESOL) Overview Teaching English to non-native English speakers requires skills beyond just knowing the language. Teachers must have

More information

A Model Based on Semantic Nets to Support Evolutionary and Adaptive Hypermedia Systems

A Model Based on Semantic Nets to Support Evolutionary and Adaptive Hypermedia Systems A Model Based on Semantic Nets to Support Evolutionary and Adaptive Hypermedia Systems Natalia Padilla Zea 1, Nuria Medina Medina 1, Marcelino J. Cabrera Cuevas 1, Fernando Molina Ortiz 1, Lina García

More information

60+ YEARS' NVR MAGAZINE 'RUIMTEVAART' LESSONS LEARNED AND FUTURE PROSPECTS

60+ YEARS' NVR MAGAZINE 'RUIMTEVAART' LESSONS LEARNED AND FUTURE PROSPECTS 60+ YEARS' NVR MAGAZINE 'RUIMTEVAART' LESSONS LEARNED AND FUTURE PROSPECTS Peter Buist, Michel van Pelt, Peter Batenburg Netherlands Space Society NVR 1951, the First Edition The magazine 'Ruimtevaart'

More information

Journal of Information Technology Impact

Journal of Information Technology Impact Journal of Information Technology Impact Vol. 3, No. 3, pp. 121-130, 2003 The Impact of Web-Based Educational Software: Off-the-Shelf vs. In-House Developed Software Philippos Pouyioutas 1 Maria Poveda

More information

Machine Learning and Data Mining. Fundamentals, robotics, recognition

Machine Learning and Data Mining. Fundamentals, robotics, recognition Machine Learning and Data Mining Fundamentals, robotics, recognition Machine Learning, Data Mining, Knowledge Discovery in Data Bases Their mutual relations Data Mining, Knowledge Discovery in Databases,

More information

<is web> Information Systems & Semantic Web University of Koblenz Landau, Germany

<is web> Information Systems & Semantic Web University of Koblenz Landau, Germany Information Systems University of Koblenz Landau, Germany Semantic Multimedia Management - Multimedia Annotation Tools http://isweb.uni-koblenz.de Multimedia Annotation Different levels of annotations

More information

Considering Learning Styles in Learning Management Systems: Investigating the Behavior of Students in an Online Course*

Considering Learning Styles in Learning Management Systems: Investigating the Behavior of Students in an Online Course* Considering Learning Styles in Learning Management Systems: Investigating the Behavior of Students in an Online Course* Sabine Graf Vienna University of Technology Women's Postgraduate College for Internet

More information

Course Book. Data for ELCC School Registration 2016/17

Course Book. Data for ELCC School Registration 2016/17 Course Book Data for ELCC School Registration 2016/17 December 6 2015 1 Appleby College, Balmoral Hall, The Bishop Strachan School, Elmwood School, Havergal College, Hillfield Strathallan College, Northmount

More information

Inviting New Players to the Multimedia M-Commerce Arena

Inviting New Players to the Multimedia M-Commerce Arena Inviting New Players to the Multimedia M-Commerce Arena An approach to enhance the current M-Commerce business model with regard to emerging DVB-T networks Oslo, 2004-09-17 Stefan Figge T-Mobile Chair

More information

The Arts and Architecture

The Arts and Architecture Lesson 4 The Legacy of Greece MAIN IDEAS Culture Greek art and architecture introduced new styles and concepts that set standards for generations of artists around the world. Culture The Greek love of

More information

A Framework for the Delivery of Personalized Adaptive Content

A Framework for the Delivery of Personalized Adaptive Content A Framework for the Delivery of Personalized Adaptive Content Colm Howlin CCKF Limited Dublin, Ireland colm.howlin@cckf-it.com Danny Lynch CCKF Limited Dublin, Ireland colm.howlin@cckf-it.com Abstract

More information

Developing Adaptive Internet Based Courses with the Authoring System NetCoach

Developing Adaptive Internet Based Courses with the Authoring System NetCoach Developing Adaptive Internet Based Courses with the Authoring System NetCoach Gerhard Weber, Hans-Christian Kuhl, and Stephan Weibelzahl Pedagogical University Freiburg, Germany [weber,kuhl,weibelza]@ph-freiburg.de

More information

REGULATIONS FOR THE DEGREE OF MASTER OF SCIENCE IN INFORMATION TECHNOLOGY IN EDUCATION (MSc[ITE])

REGULATIONS FOR THE DEGREE OF MASTER OF SCIENCE IN INFORMATION TECHNOLOGY IN EDUCATION (MSc[ITE]) 229 REGULATIONS FOR THE DEGREE OF MASTER OF SCIENCE IN INFORMATION TECHNOLOGY IN EDUCATION (MSc[ITE]) (See also General Regulations) Any publication based on work approved for a higher degree should contain

More information

Getting Started with WebCT

Getting Started with WebCT Getting Started with WebCT Tanya Goette Assistant Professor ISC Dept CBX 12 Georgia College & State University Milledgeville, GA 31061 tgoette@mail.gcsu.edu 478-445-5721 fax: 478-445-5249 Abstract This

More information

Requirements of Chinese teachers for online student tracking and a comparison to their Western counterparts

Requirements of Chinese teachers for online student tracking and a comparison to their Western counterparts Requirements of Chinese teachers for online student tracking and a comparison to their Western counterparts Xiaohong Tan 1, Carsten Ullrich 1, Oliver Scheuer 2, Erica Melis 2, Ruimin Shen 1 1 E-learning

More information

Introducing SAP NetWeaver in education: The impact of a SOA based platform

Introducing SAP NetWeaver in education: The impact of a SOA based platform Introducing SAP NetWeaver in education: The impact of a SOA based platform Dr. Holger Wittges, Valentin Nicolescu, Prof. Dr. Helmut Krcmar Technische Universität München Chair for Information Systems Lecturers

More information