How To Write An Ebook Recipe Card

Size: px
Start display at page:

Download "How To Write An Ebook Recipe Card"

Transcription

1 INTEGRATION OF E-BOOK CREATION INTO AN E-LEARNING ENVIRONMENT Nick Hatzigeorgiu Stamatia Chatzisavva Institute for Language and Speech Processing (ILSP) / Research Center "Athena" ILSP - Thrace Branch Vasilissis Sofias 8 GR Xanthi GREECE Abstract Learning management systems (LMS) are used by many institutions for the support of the courses they are offering, both classroom-based and internet-based. Also, in recent years, e- book devices have become very popular and their growth is predicted to continue in the near future. It is only recently that e-book devices became affordable and there is now a slow, tentative introduction of such devices into the educational process. In this paper, we discuss the possibility of merging these two platforms: the learning management system and the e- book reader environment and technologies. In particular, we describe software developed by the authors that can extract information from an e-learning management system to an epub file that can be used with an e-reader without the need of a live internet connection. This software can create electronic books that include a variety of information stored in the LMS database, such as notes, discussions, exercises and assignments. Keywords: E-Learning, EPUB, Learning Management Systems, E-book Readers Introduction Several educational institutions around the world use e-learning platforms or distance learning environments to support their educational process. The main utilization of such software is the creation of internet-based courses and web sites, and the storage of related support materials and discussions. One popular software platform which permits these functions is Moodle, an open source modular platform which is widely used as a learning management system (LMS). In an unrelated development, in recent years there is a growing enthusiasm for the use of e-book readers instead of printed books (Young, 2009), a trend that was accelerated by the arrival of the Amazon Kindle in These e-book reader devices use e-ink technology which permits very high readability, comparable to 1

2 printed books, and very long battery lives. One of the most flexible open e-book formats is EPUB, which is now one of the most widely used formats for electronic book storage and distribution. Right now, e-book readers are used mainly for reading literature and not for textbooks. Therefore, there is currently a limited use of e-book readers in education (Rowlands, 2007). However, there are several projects on using e-book readers in an educational setting (Nelson, 2008) and we predict that a few years from now the use of e-book readers in education will be routine and widespread (Dougherty, 2010). In our work, we developed an integration of these two learning environments: the e- learning platform and the EPUB format for e-books. We have developed a software module that can be used to transform the supporting material stored in the LMS database (such as teacher notes, exercises, answers and discussions) to the EPUB format. Using our software the LMS user can utilize the advantages of an e-book reader: portability, readability, long lasting battery life and independence from internet connections. Electronic books in general, are considered as a useful tool for enhancing the learning process (Jamali et. al., 2008). This is because the relationship between the learner and the book, is changing towards a more interactive and dynamic way. E- books can include animations, videos, images, sounds, hyperlinks and other features that can improve the classic model of reading process by involving reader s interaction. Learning management systems A Learning Management System (LMS) or a Virtual Learning Environment (VLE) is software designed to manage education activities. This is usually a software platform that can electronically store files and reports and manage teachers and students. Many educational institutions use this software as an additional tool for enhancing their teaching process (Archambault, 2008). The capabilities that such a system can provide differ, depending not only on the platform used but also on the various modules that are activated and the policies of the institution and of the educator for a particular class. Some of the most common uses of an LMS are: user registration, educational material management, video conferencing, chat tools, forums, online exercises, grading system, on-line tutorials. A large variety of technologies has been used to develop such software and there are a variety of e-learning platforms available today (Lewis, 2005). Most LMS that are being used today are web-based. As a result, access to the learning material, and also to the management of the LMS, is easier and can be performed remotely. There are systems, such as Moodle and Atutor that use PHP and MySQL, while others use ASP.NET and SQL Server. Similarly, there are systems that are open source and free and others that are not. Some of the most known open source LMS are: Moodle, Atutor, Bazaar, Bodington, Claroline, Coursemanager, ILIAS and Sakai (Uzunboylu et. al., 2006). Almost all of the above LMS provide tools to support discussion 2

3 forums, file sharing, , chat, forums, group work, student community building and student portfolios. Moodle (Modular Object-Oriented Dynamic Learning Environment) is one of the most popular and widely used open source LMS platforms. Moodle was created by Martin Dougiamas who in the past was the manager of WebCT. It was designed with the purpose of managing education activities and it is mostly used for asynchronous distance learning. Moodle can be installed in Unix, Linux, Windows, Mac OS X, NetWare environment and in any other operational system that supports PHP. The data is stored in a relational SQL database. It is mostly combined with MySQL or PostgreSQL, but it can also be used with Oracle, IBM DB2, Microsoft SQL Server, Borland Interbase, Informix, Visual Foxpro, SAP DB, SQLite, Sybase, Microsoft Access and ADO. One of the strengths of Moodle is its modular design, which is such an integral part of its architecture that the word module is part of the acronym Moodle. There are dozens of modules that are available and each module can accomplish a specific task. The administrator can enable or disable modules depending on the specific needs in an installation. E-book readers and the EPUB standard E-book readers are electronic devices used for reading an electronic book. A number of portable e-book devices with different sizes, shapes and prices are available in the market (Weinstein, 2010). Some of the e-book devices that use e-ink technology are: the Amazon Kindle, the Barnes & Noble Nook, the Sony Reader, the Hanlin ebook and the Cybook Gen3. These devices differ in their characteristics, such as search tool options, adjustable font size, support for images and sound and availability of other tools. They also differ in the file formats they support. Currently one of the most widely used formats for e-books is the EPUB format. EPUB (short for Electronic PUBlication) is a free, open source e-book standard created by the International Digital Publishing Forum ( It became an official standard in September Most of the popular e-book reader devices support the EPUB format. An EPUB file is a collection of files and folders compressed into one single file. An EPUB file can be decompressed by the usual PC compression utilities. Also, the book content inside the EPUB file is mostly defined using standard XML. These decisions had the purpose to make EPUB an open and widespread standard which is easy to use, and works well with established software technologies and tools. In particular, EPUB contains the following three specifications: Open Publication Structure (OPS) 2.0, uses XHTML to format its content. Open Packaging Format (OPF) 2.0, involves two XML files with type extensions.opf and.ncx respectively that describe the structure of the EPUB file. OEBPS Container Format (OCF) 1.0 describes the compression of all files in a ZIP archive. 3

4 In particular, the minimum files that an EPUB file has to include when decompressed are the following: Mimetype file. This file usually includes the mime type. META-INF folder. This folder contains the file container.xml, which describes the path for the.opf file. OEBPS folder. According to IDPF specifications, it is recommended all files related to book contents should be placed in this folder. For example, the OEBPS folder may include an image folder, an.opf file with metadata, an.ncx file with the contents of the book. XHTML files. Content files of the book should be XML 1.1 documents. The epubgen module Our main goal was to create EPUB books using the information contained in a Moodle course. This is very useful in many situations. For example, a professor might want to put together a study package for a course, which can be saved as an electronic book that contains all the relevant material for a course: notes, exercises, answers, discussions. Or perhaps a student might want to create such an e-book so that he can be able to study the material using an e-reader, which is less straining for the eyes. This way the e-book can be studied in any environment, for example in a park without a wireless connection. The creation of an electronic book also saves paper, especially in situations like this where the study material is comparatively ephemeral. To construct such an e-book we have to tap the LMS database for the relevant material and extract the required information in a structured way. The various text fields should be wrapped in XHTML markup and create separate web pages. For each of them we have to write the relevant contents and save them appropriately. Images, links and other files should be modified accordingly. It is very useful that Moodle is open source, so that all the material is open, the database is also open, and there is adequate documentation for all the aspects of the platform. This way the computer programmer can see directly how things work and extend the capabilities of the platform. There are hundreds of Moodle modules available for download but we couldn t find anything that can create EPUB files for a course. So we developed a new module that can perform this purpose. It is called epubgen (EPUB generator), and it was developed using PHP code. It has to be installed in the course/report directory of Moodle. For the user, the module is a simple wizard that guides the user to create an e-book which contains the elements he wants. To use the module, the user has to go to the course he is interested in and then click on the Reports link. He will get to a page of possible reports, and one of the links will be called Generate EPUB document. Clicking on this starts the wizard. In the first step (Figure 1) the user has to specify what material he wants to include in the e-book. This depends on the particular course, but in general there are the following options: 4

5 Wikis documents authored collectively by more than one person. Forums - asynchronous discussions on a topic. Chats - real-time synchronous discussions over a topic, via the web. Notes (.html) - supporting material in the form of html that the teacher has composed through the use of Moodle's WYSIWYG HTML editor. Glossaries - a list of definitions such as a dictionary. Databases - a bank of record entries about any topic. Assignments - tasks specified by the teacher that require students to prepare digital content and submit it. Choices - simple questions by the teacher with a choice of multiple responses. Quizzes - quiz test that can include multiple choices, true \ false and short answer questions. Lessons - a number of pages for delivering content. Surveys a set of questions in different forms created by teachers for gathering data from their students. External Files (.doc,.ppt,.pdf) - resources attached into the course in the form of.doc,.ppt and.pdf. Figure 1: The user has to specify the material to be included in the e-book. In the next step (Figure 2), the user has to specify the options that Next follows a screen that includes both standard and custom settings for the EPUB book creation; the user can specify image dimensions, color and depth, quality of compression and simple or formatted view of book s text (figure 2). A confirmation screen, with the 5

6 selected material and the preferred settings, is displayed. The user is informed whether the e-book has been created successfully. A button for downloading the e- book is provided as far as an option for downloading the external files. After these selections, the module accesses the Moodle database, selects the relevant material, and creates the required XHTML pages. Then it creates the contents pages, as well as all the other files required by the EPUB standard and also saves all the connected files, for example images, and transforms them to an appropriate format. At the end the module compresses all the files and creates an.epub file that the user can download. Figure 2: The user can specify EPUB file options. Conclusions E-learning platforms and distance learning environments have become popular among educational institutions and many have integrated them in their educational process. Moodle is one of the most popular open source platforms and it is widely used as a learning management system (LMS). Additionally, the use of e-book readers has recently emerged as a possible replacement for the traditional printed books, and it is currently being introduced in many universities as an alternative option for traditional textbooks. We believe that the EPUB standard will become the main format used by e-book readers. It is already very popular and it is supported by the majority of devices. Thus e-books and e-book readers are becoming an ideal tool in distance learning methods, since they allow access in knowledge in a new way with various advantages, especially readability and long lasting battery lives. It is natural to anticipate the combination of those two educational systems: the e- learning platform and the e-book concept. The module we have developed, epubgen, performs exactly this function. It is an EPUB generator living inside the learning 6

7 management system. It can create.epub files that can be used as e-book with most of the commercial e-book reader devices and it permits the reader to study the material of the LMS in any environment, without the need of a live network connection. References Archambault, L., Oh Young, C., Rongratana, N. & Levitt, G. (2008). A Look At Content Management Systems in a Higher Education Setting: Implementation Strategies, Experiences, and Future Implications. In C. Bonk et al. (Eds.), Proceedings of World Conference on E-Learning in Corporate, Government, Healthcare, and Higher Education 2008, Dougherty, W. C. (2010). Managing Technology E-Readers: Passing fad or trend of the future? The Journal of Academic Librarianship, 36(3), Jamali, H. R., Nicholas, D. and Rowlands, I. (2008), Scholarly e-books: the views of 16,000 academics, Results from the JISC National E-Book Observatory, Aslib Proceedings: New Information Perspectives, 61(1), Lewis, B.A., MacEntee, V.M., DeLaCruz, S., Englander, C., Jeffrey, T., Takach, E., Wilson, S., Woodall, J. (2005). Learning Management System Comparison. Proceedings of the 2005 Informing Science and IT Education Joint Conference. June, Flagstaff, Arizona, USA, Nelson, Mark R. (2008). E-Books in Higher Education: Nearing the End of the Era of Hype? ECAR Research Bulletin, (1), Rowlands, I., Nicholas, D., Jamali H. R. and Huntington P. (2007). What do faculty and students really think about e-books? Aslib Proceedings: New Information Perspectives, 59 (6), Uzunboylu, H., Özdamli, F., Özçınar, Z. (2006). An Evaluation of Open Source Learning Management Systems According to Learners Tool. FORMATEX. Weinstein, A. (2010). A Look at Global Expansion for e-books. Pub Res Q, 26, Young, Jeffrey R. (2009). 6 Lessons One Campus Learned About E-Textbooks. Chronicle of Higher Education, 55 (39), 18. 7

An Evaluation of Open Source Learning Management Systems According to Learners Tools

An Evaluation of Open Source Learning Management Systems According to Learners Tools An Evaluation of Open Source Learning Management Systems According to Learners Tools Hüseyin Uzunboylu, Ph.D *, Fezile Özdamlı ** and Zehra Özçınar, PhD *** * Associate Professor of Educational Technology,

More information

THE POSSIBILITIES OF E-LEARNING, BASED ON MOODLE SOFTWARE PLATFORM

THE POSSIBILITIES OF E-LEARNING, BASED ON MOODLE SOFTWARE PLATFORM Trakia Journal of Sciences, Vol. 3, No.7, pp 12-19, 2005 Copyright 2005 Trakia University Available online at: http://www.uni-sz.bg ISSN 1312-1723 12 Information Technology THE POSSIBILITIES OF E-LEARNING,

More information

EPUB Use in Digital Libraries: Developing an Online EPUB Creator Application

EPUB Use in Digital Libraries: Developing an Online EPUB Creator Application EPUB Use in Digital Libraries: Developing an Online EPUB Creator Application Zeki Çelikbaş İstanbul Technical University. 34469 Maslak, İstanbul, Turkey. Email: celikbas@itu.edu.tr Abstract: Libraries

More information

Development of a Learning Content Management Systems

Development of a Learning Content Management Systems Development of a Learning Content Management Systems Lejla Abazi-Bexheti Abstract Change appears to be the only constant in the field of ICT and what was treated as advanced feature few years ago is today

More information

Communication Software Laboratory Academic Year 2007-2008. E-learning Platforms. Moodle and Dokeos.

Communication Software Laboratory Academic Year 2007-2008. E-learning Platforms. Moodle and Dokeos. Communication Software Laboratory Academic Year 2007-2008 E-learning Platforms. Moodle and Dokeos. Group 95 Homero Canales Guenaneche 100031592 Fernando García Radigales 100039032 Index 1. Introduction...

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

Comparison of Moodle and ATutor LMSs

Comparison of Moodle and ATutor LMSs Comparison of Moodle and ATutor LMSs Péter Lengyel - Miklós Herdon - Róbert Szilágyi University of Debrecen CAS-FAERD Contents Introduction (Moodle, ATutor) Evaluation aspects Technical flexibility Learning

More information

Improving the outcome of e-learning using new technologies in LMS systems

Improving the outcome of e-learning using new technologies in LMS systems Improving the outcome of e-learning using new technologies in LMS systems and establishing the requirements for an LMS system in an academic environment TOR FAXÉN Master of Software Engineering and Management

More information

LearnIT project PL/08/LLP-LdV/TOI/140001

LearnIT project PL/08/LLP-LdV/TOI/140001 LearnIT project PL/08/LLP-LdV/TOI/140001 Newsletter Issue 2 April 2009 Dear Reader, We are pleased to present the second issue of the LearnIT newsletter. In this issue we would like to explain more about

More information

The application of Moodle on an EFL collegiate. writing environment

The application of Moodle on an EFL collegiate. writing environment Journal of Education and Foreign Languages and Literature, V. 7, June 2008, p.45-56 The application of Moodle on an EFL collegiate writing environment Wen-Shuenn Wu Instructor, Department of Foreign Languages

More information

Moodle: Discover Open Source Course Management Software for Medical Education

Moodle: Discover Open Source Course Management Software for Medical Education Moodle: Discover Open Source Course Management Software for Medical Education Serkan Toy, Ph.D Children s Mercy Hospital University of Missouri, Kansas City, Missouri Kadriye O. Lewis, Ed.D Cincinnati

More information

Optimization of LMS for Improving User Response Time

Optimization of LMS for Improving User Response Time Optimization of LMS for Improving User Response Time 24 June 2014 B.RAJU (123050091) Under the guidance of Prof. Deepak B. Phatak Dept. of Computer Science and Engineering IIT Bombay Outline LMS Moodle

More information

Comparison of E-Learning Platforms

Comparison of E-Learning Platforms Comparison of E-Learning Platforms Robert Pinter Msc Polytechnical Engineering College, Subotica, Serbia and Montenegro probi@vts.su.ac.yu Dragica Radosav Phd University of Novi Sad, Technical Faculty,

More information

A Special Online Education Model for the Graduate Degree Programs at the University of Makati

A Special Online Education Model for the Graduate Degree Programs at the University of Makati A Special Online Education Model for the Graduate Degree Programs at the University of Makati Antonio E. Refre, Ph.D. (AppliedSciences/Engineering, KULeuven, Belgium) e Learning Consultant of the University

More information

Introduction. Moodle for E-learning

Introduction. Moodle for E-learning Effective E-Learning through Moodle Dr. Dharmendra Chourishi 1 Dr. Chanchal Kumar Buttan 2 Abhishek Chaurasia 3 Anita Soni 1 1 Professor, M.B.A. Department, T.I.T. College. Bhopal,M.P. India,e-mail:dharm13@yahoo.com,anita_alghare@yahoo.com

More information

ARE YOU READY TO "MOODLE"?

ARE YOU READY TO MOODLE? Language Learning & Technology http://llt.msu.edu/vol9num2/review1/ May 2005, Volume 9, Number 2 pp. 16-23 ARE YOU READY TO "MOODLE"? Klaus Brandl University of Washington INTRODUCTION With the rapidly

More information

E-Books and E-Book Readers

E-Books and E-Book Readers E-Books and E-Book Readers Prepared by the Monroe County Library System E-Book Readers Key Points to Remember Not all e-book readers will read all e-book file formats. Some e-book readers are limited to

More information

0-7803-5643-8/99/$10.00 1999 IEEE

0-7803-5643-8/99/$10.00 1999 IEEE Design of a Web-Based Education Environment Session 12a3 Thomas G. Cleaver and Robert L. Toole Department of Electrical Engineering University of Louisville Louisville, KY 40292 Abstract - Delivery of

More information

ANGEL 7.3 Instructor Step-by-Step

ANGEL 7.3 Instructor Step-by-Step ANGEL 7.3 Instructor Step-by-Step ANGEL Learning, Inc. 6510 Telecom Drive, Suite 400 Indianapolis, IN 46278 Copyright 2008 ANGEL Learning Table of Contents Global and Home Page Tasks... 4 How to Change

More information

Planning to Teach High School Credits Online

Planning to Teach High School Credits Online Planning to Teach High School Credits Online 1 Today's Learning Goals: By the end of this workshop I will be able to: Identify key components of an online classroom Outline necessary features for an online

More information

International Journal of Asian Social Science LEARNING MANAGEMENT SYSTEM USING MULTI-AGENT TECHNOLOGY: A PROPOSED IMPLEMENTATION STRATEGY

International Journal of Asian Social Science LEARNING MANAGEMENT SYSTEM USING MULTI-AGENT TECHNOLOGY: A PROPOSED IMPLEMENTATION STRATEGY International Journal of Asian Social Science Special Issue: International Conference on Teaching and Learning in Education, 2013 journal homepage: http://www.aessweb.com/journal-detail.php?id=5007 LEARNING

More information

Comparison of Moodle and ATutor LMSs

Comparison of Moodle and ATutor LMSs Comparison of Moodle and ATutor LMSs Péter Lengyel, Miklós Herdon, Róbert Szilágyi University of Debrecen Centre of Agricultural Sciences, Faculty of Agricultural Economics and Rural Development, Department.

More information

Comparing Course Authoring Software: WebCT vs. Blackboard

Comparing Course Authoring Software: WebCT vs. Blackboard Comparing Course Authoring Software: WebCT vs. Blackboard Introduction The number of higher education courses offered online has grown significantly in the past 5 years, and the World Wide Web is being

More information

Distance Education at Silesian University of Technology

Distance Education at Silesian University of Technology Distance Education at Silesian University of Technology Piotr KLOSOWSKI Institute of Electronics, Silesian University of Technology, Akademicka 16, 44-100 Gliwice, Poland ABSTRACT This paper presents Distance

More information

Free software can satisfactorily meet the needs of students and faculty for online teaching and learning;

Free software can satisfactorily meet the needs of students and faculty for online teaching and learning; Free software can satisfactorily meet the needs of students and faculty for online teaching and learning; Implementing Moodle at Medical Faculty in Zagreb Milan Taradi, Sunčana Kukolja Taradi, Marinko

More information

Moodle Integrated Synchronous Teaching/Conferencing: A Free Open-Source Synchronous Capability for Moodle

Moodle Integrated Synchronous Teaching/Conferencing: A Free Open-Source Synchronous Capability for Moodle Moodle Integrated Synchronous Teaching/Conferencing: A Free Open-Source Synchronous Capability for Moodle Nicholas Clark, M.S. Research Associate, C4I Center J. Mark Pullen, D.Sc Professor of Computer

More information

Short notes on webpage programming languages

Short notes on webpage programming languages Short notes on webpage programming languages What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is a markup language A markup language is a set of

More information

Totara LMS. Key benefits. Key Features

Totara LMS. Key benefits. Key Features Totara LMS Achieve your business objectives through effective learning and development with our game-changing Learning Management System (LMS). Today, more than ever, the achievement of your business objectives

More information

Using Moodle. Moodle can do lots of things but my advice would be to use it for:

Using Moodle. Moodle can do lots of things but my advice would be to use it for: Using Moodle Moodle is a virtual learning environment. It can be a very useful learning tool and I will outline briefly how to do some of the basic tasks that make it so powerful. Moodle can do lots of

More information

Comparing and Evaluating Open Source E-learning Platforms

Comparing and Evaluating Open Source E-learning Platforms ISSN: 22-207, Volume-, Issue-, July 20 Comparing and Evaluating Open Source E-learning Platforms Fakhreldeen Abbas Saeed Abstract Because of the huge development in E-learning and the spread of its open

More information

Suite. How to Use GrandMaster Suite. Exporting with ODBC

Suite. How to Use GrandMaster Suite. Exporting with ODBC Suite How to Use GrandMaster Suite Exporting with ODBC This page intentionally left blank ODBC Export 3 Table of Contents: HOW TO USE GRANDMASTER SUITE - EXPORTING WITH ODBC...4 OVERVIEW...4 WHAT IS ODBC?...

More information

King Fahd University of Petroleum and Minerals DEANSHIP OF ACADEMIC DEVELOPMENT KFUPM ONLINE COURSES:

King Fahd University of Petroleum and Minerals DEANSHIP OF ACADEMIC DEVELOPMENT KFUPM ONLINE COURSES: King Fahd University of Petroleum and Minerals DEANSHIP OF ACADEMIC DEVELOPMENT KFUPM ONLINE COURSES: LAST REVISED: March 2003 TABLE OF CONTENTS Page 1. INTRODUCTION 1 2. ESSENTIAL FEATURES FOR AN EFFECTIVE

More information

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs

COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs A Course of Study for COMPUTER SCIENCE (AS) Associate Degree, Certificate of Achievement & Department Certificate Programs The field of computer science leads to a variety of careers that all require core

More information

TEACHING WITH MOODLE IN HIGHER EDUCATION

TEACHING WITH MOODLE IN HIGHER EDUCATION TEACHING WITH MOODLE IN HIGHER EDUCATION Ana Paula Lopes Institute of Accounting and Administration ISCAP Polytechnic Institute of Oporto IPP PORTUGAL aplopes@iscap.ipp.pt Abstract Nowadays, with the use

More information

Stockholm University, Department of Computer and Systems Sciences, Sweden 2 University of Colombo School of Computing, Sri Lanka

Stockholm University, Department of Computer and Systems Sciences, Sweden 2 University of Colombo School of Computing, Sri Lanka enosha and Moodle the Integration of two E-learning Systems Peter Mozelius 1, Isuru Balasooriya 2, Enosha Hettiarachchi 2 1 Stockholm University, Department of Computer and Systems Sciences, Sweden 2 University

More information

INTRODUCTION TO ebooks

INTRODUCTION TO ebooks University of North Carolina at Chapel Hill Libraries Carrboro Cybrary Chapel Hill Public Library Durham County Public Library INTRODUCTION TO ebooks GETTING STARTED PAGE 02 Prerequisites What You Will

More information

Content Management Systems: Drupal Vs Jahia

Content Management Systems: Drupal Vs Jahia Content Management Systems: Drupal Vs Jahia Mrudula Talloju Department of Computing and Information Sciences Kansas State University Manhattan, KS 66502. mrudula@ksu.edu Abstract Content Management Systems

More information

White Paper Global ebook Standards and Applicability for Indian Language Publishing

White Paper Global ebook Standards and Applicability for Indian Language Publishing White Paper Global ebook Standards and Applicability for Indian Language Publishing GreatMinds Media Solutions Private Limited Introduction ebook is a term used used to describe an electronic or digital

More information

Open eclass Asynchronous elearning Platform

Open eclass Asynchronous elearning Platform Open eclass Asynchronous elearning Platform Student Manual The Open eclass platform is a complete Course Management System. It is the solution offered by the Greek Academic Network GUnet to support Asynchronous

More information

Analysis a project at learner used collaboration of educational process promote collaboration application

Analysis a project at learner used collaboration of educational process promote collaboration application Proceedings of the 1 st International Conference and Exhibition on Future RFID Technologies Eszterhazy Karoly University of Applied Sciences and Bay Zoltán Nonprofit Ltd. for Applied Research Eger, Hungary,

More information

SYSTEM DEVELOPMENT AND IMPLEMENTATION

SYSTEM DEVELOPMENT AND IMPLEMENTATION CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design

More information

Overview of available elearning Platforms (focusing on freeware) Blended Learning Quality-Concepts Optimized for Adult Education

Overview of available elearning Platforms (focusing on freeware) Blended Learning Quality-Concepts Optimized for Adult Education Overview of available elearning Platforms (focusing on freeware) Work Package 4 of the Project Blended Learning Quality-Concepts Optimized for Adult Education Compiled and edited by Multilateral Grundtvig

More information

Application of Project-driven Teaching Practice Based on Sakai

Application of Project-driven Teaching Practice Based on Sakai 2012 International Conference on Education Technology and Computer (ICETC2012) IPCSIT vol.43 (2012) (2012) IACSIT Press, Singapore Application of Project-driven Teaching Practice Based on Sakai Wang Lin

More information

Electronic Book and e-reader Device Report

Electronic Book and e-reader Device Report Electronic Book and e-reader Device Report OBERLIN, OH (Oct. 2010) Over the past six months or so, there has been much attention given to electronic books and e-readers, particularly as to their use in

More information

Mercury Users Guide Version 1.3 February 14, 2006

Mercury Users Guide Version 1.3 February 14, 2006 Mercury Users Guide Version 1.3 February 14, 2006 1 Introduction Introducing Mercury Your corporate shipping has just become easier! The satisfaction of your customers depends on the accuracy of your shipments,

More information

DevForce WinClient. DevForce 2010. Installation Guide

DevForce WinClient. DevForce 2010. Installation Guide pn DevForce WinClient DevForce 2010 p Installation Guide Table of Contents Table of Contents Installation... 2 Product Prerequisites... 2 Pre-installation Checklist... 2 Installing DevForce 2010... 3 Updating

More information

ebooks: From Adobe InDesign to the Kindle Store

ebooks: From Adobe InDesign to the Kindle Store Technical Paper ebooks: From Adobe InDesign to the Kindle Store Table of Contents 1 A multiplicity of formats 2 Step 1: Export InDesign document to EPUB 5 Step 2: Convert EPUB to MOBI 9 Step 3: Preview

More information

Executive Summary for Formats / Standards

Executive Summary for Formats / Standards Executive Summary for Formats / Standards This subcommittee explored: 1) What formats are available for ebooks? 2) Are there any emerging standards for ebook formats? We found that there are both proprietary

More information

Borrowing NWRLS ebooks with your Kindle No Software to download! No USB cable required if you have Wi-Fi!

Borrowing NWRLS ebooks with your Kindle No Software to download! No USB cable required if you have Wi-Fi! Borrowing NWRLS ebooks with your Kindle No Software to download! No USB cable required if you have Wi-Fi! What you will need: An Amazon Kindle, or a device with the Kindle app A computer to checkout your

More information

ENHANCING MOODLE TO MEET THE NEEDS OF 200,000 DISTANCE

ENHANCING MOODLE TO MEET THE NEEDS OF 200,000 DISTANCE ENHANCING MOODLE TO MEET THE NEEDS OF 200,000 DISTANCE LEARNERS: Niall Sclater, The Open University, n.l.sclater@open.ac.uk Key words: elearning, Moodle, Open University, Virtual Learning Environments,

More information

Producing Standards Based Content with ToolBook

Producing Standards Based Content with ToolBook Producing Standards Based Content with ToolBook Contents Using ToolBook to Create Standards Based Content... 3 Installing ToolBook... 3 Creating a New ToolBook Book... 3 Modifying an Existing Question...

More information

Product Name ATutor 1.5 Moodle 1.5.2

Product Name ATutor 1.5 Moodle 1.5.2 Product Name ATutor 1.5 Moodle 1.5.2 Developer Name University of Toronto (ATRC) Moodle.com Communication Tools Discussion Forums Discussions can be viewed by thread. Posts can include URLs, and can be

More information

User Manual. Learning Management System COMSATS Virtual Campus

User Manual. Learning Management System COMSATS Virtual Campus User Manual Learning Management System COMSATS Virtual Campus Table of Contents Overview... 3 The LMS Home Screen... 4 The Main Menu bar... 4 1. LMS Home:... 4 2. About LMS:... 4 3. Contacts:... 4 4. Login

More information

Chapter 10: Multimedia and the Web

Chapter 10: Multimedia and the Web Understanding Computers Today and Tomorrow 12 th Edition Chapter 10: Multimedia and the Web Learning Objectives Define Web-based multimedia and list some advantages and disadvantages of using multimedia.

More information

Comparison of WebCT & Moodle Course Management Systems (CMS) Agenda

Comparison of WebCT & Moodle Course Management Systems (CMS) Agenda Comparison of WebCT & Moodle Course Management Systems (CMS) Presentation to M.Ed. Program Helen Mongan-Rallis & Shelly McCauley Jugovich March 22, 2007 Agenda Background: what is a Course Management System

More information

DB2 Application Development and Migration Tools

DB2 Application Development and Migration Tools DB2 Application Development and Migration Tools Migration Tools If I decide I want to move to DB2 from my current database, can you help me? Yes, we have migration tools and offerings to help you. You

More information

Web Design and Development ACS-1809

Web Design and Development ACS-1809 Web Design and Development ACS-1809 Chapter 1 9/9/2015 1 Pre-class Housekeeping Course Outline Text book : HTML A beginner s guide, Wendy Willard, 5 th edition Work on HTML files On Windows PCs Tons of

More information

Teaching Guidelines for Hybrid (Blended or Mix-Modal) course and fully online course at Trinity Western University (Suggested)

Teaching Guidelines for Hybrid (Blended or Mix-Modal) course and fully online course at Trinity Western University (Suggested) Teaching Guidelines for Hybrid (Blended or Mix-Modal) course and fully online course at Trinity Western University (Suggested) Category 1- getting ready for teaching online: Welcome message in the course

More information

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence Web Development Owen Sacco ICS2205/ICS2230 Web Intelligence Brief Course Overview An introduction to Web development Server-side Scripting Web Servers PHP Client-side Scripting HTML & CSS JavaScript &

More information

DEVELOPING AN OPEN SOURCE CONTENT MANAGEMENT STRATEGY FOR E-GOVERNMENT

DEVELOPING AN OPEN SOURCE CONTENT MANAGEMENT STRATEGY FOR E-GOVERNMENT Abhijeet Chavan Editor, Planetizen; Chief Technology Officer, Urban Insight Los Angeles, CA 90036 Phone: 323-966-4540; Fax: 323-966-4544; Email: chavan@planetizen.com DEVELOPING AN OPEN SOURCE CONTENT

More information

<Insert Picture Here> Introducing Data Modeling and Design with Oracle SQL Developer Data Modeler

<Insert Picture Here> Introducing Data Modeling and Design with Oracle SQL Developer Data Modeler Introducing Data Modeling and Design with Oracle SQL Developer Data Modeler Sue Harper Senior Principle Product Manager 1 The following is intended to outline our general product

More information

ELECTRONIC MEDICAL RECORD SYSTEM FOR PULMONARY DISEASE PATIENTS. IMPLEMENTATION AT SOTIRIA HOSPITAL, HELLAS

ELECTRONIC MEDICAL RECORD SYSTEM FOR PULMONARY DISEASE PATIENTS. IMPLEMENTATION AT SOTIRIA HOSPITAL, HELLAS ELECTRONIC MEDICAL RECORD SYSTEM FOR PULMONARY DISEASE PATIENTS. IMPLEMENTATION AT SOTIRIA HOSPITAL, HELLAS Nikolaos Apostolou, Georgios Karkalis, Costas Kyriakou, Maria Haritou, Dimitrios Koutsouris Biomedical

More information

SIMIAN systems. Setting up a Sitellite development environment on Windows. Sitellite Content Management System

SIMIAN systems. Setting up a Sitellite development environment on Windows. Sitellite Content Management System Setting up a Sitellite development environment on Windows Sitellite Content Management System Introduction For live deployment, it is strongly recommended that Sitellite be installed on a Unix-based operating

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

Read. ebooks: Read, Create, Publish July 20, 2011 8:00-12:00 Cache the Wave Barnstable High School

Read. ebooks: Read, Create, Publish July 20, 2011 8:00-12:00 Cache the Wave Barnstable High School ebooks: Read, Create, Publish July 20, 2011 8:00-12:00 Cache the Wave Barnstable High School Read ebooks ebook is short for electronic book. They are essentially electronic or digital copies of printed

More information

Document Freedom Workshop 2012. DFW 2012: CMS, Moodle and Web Publishing

Document Freedom Workshop 2012. DFW 2012: CMS, Moodle and Web Publishing Document Freedom Workshop 2012 CMS, Moodle and Web Publishing Indian Statistical Institute, Kolkata www.jitrc.com (also using CMS: Drupal) Table of contents What is CMS 1 What is CMS About Drupal About

More information

Change Manager 5.0 Installation Guide

Change Manager 5.0 Installation Guide Change Manager 5.0 Installation Guide Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.

More information

Lesson 7 - Website Administration

Lesson 7 - Website Administration Lesson 7 - Website Administration If you are hired as a web designer, your client will most likely expect you do more than just create their website. They will expect you to also know how to get their

More information

OPEN SOURCE CONTENT MANAGEMENT SOFTWARE, JOOMLA & DRUPAL: A COMPARATIVE STUDY. Librarian. Kendriya Vidyalaya Tinsukia. West Bengal, India

OPEN SOURCE CONTENT MANAGEMENT SOFTWARE, JOOMLA & DRUPAL: A COMPARATIVE STUDY. Librarian. Kendriya Vidyalaya Tinsukia. West Bengal, India OPEN SOURCE CONTENT MANAGEMENT SOFTWARE, JOOMLA & DRUPAL: A COMPARATIVE STUDY Deep Kr. Kirtania Library Trainee Administrative Training Institute, Kolkata, West Bengal, India Mithun Sarkar Librarian Kendriya

More information

Connecting Your Device to a Wireless Network

Connecting Your Device to a Wireless Network Connecting Your Device to a Wireless Network This manual is designed to be a tutorial for our customers seeking to connect their electronic devices to their home Internet network. This manual will include

More information

E-TEXTBOOKS: WHAT JOB ARE WE DOING FOR THE CUSTOMER?

E-TEXTBOOKS: WHAT JOB ARE WE DOING FOR THE CUSTOMER? E-TEXTBOOKS: WHAT JOB ARE WE DOING FOR THE CUSTOMER? Mary Tripsas Harvard Business School mtripsas@hbs.edu Mitchell Weisberg Sawyer Business School mweisberg@suffolk.edu 0 Why did people use PDAs to read

More information

Downloadable ebooks and Audiobooks at McKinney Public Library

Downloadable ebooks and Audiobooks at McKinney Public Library Downloadable ebooks and Audiobooks at McKinney Public Library Contents 1. How to Borrow a Title 2. EPUB ebooks: Using Adobe Digital Editions 3. EPUB ebooks: Using the OverDrive App (includes Kindle Fire)

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

Current Advantages and Disadvantages of Using E-Textbooks in Texas Higher Education

Current Advantages and Disadvantages of Using E-Textbooks in Texas Higher Education VOLUME 7, NUMBER 1, 2013 Current Advantages and Disadvantages of Using E-Textbooks in Texas Higher Education Darlene Waller Doctoral Candidate Texas A&M University-Commerce Commerce, TX Abstract This study

More information

INTEGRATED VIRTUAL LEARNING ENVIRONMENT (IVLE)

INTEGRATED VIRTUAL LEARNING ENVIRONMENT (IVLE) INTEGRATED VIRTUAL LEARNING ENVIRONMENT (IVLE) http://ivle.nus.edu.sg IVLE is a learning management system, designed to manage and support training and education over the Internet. IVLE provides numerous

More information

Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry

Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry Mobile Learning Application Based On Hybrid Mobile Application Technology Running On Android Smartphone and Blackberry Djoni Haryadi Setiabudi, Lady Joanne Tjahyana,Winsen Informatics Department Petra

More information

Obtain Professional Master of Computing From EIC in London

Obtain Professional Master of Computing From EIC in London Obtain Professional Master of Computing From EIC in London Professional Maser in E-Commerce In this program, you will learn to design, create, document and implement computer programs in three languages.

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

OWB Users, Enter The New ODI World

OWB Users, Enter The New ODI World OWB Users, Enter The New ODI World Kulvinder Hari Oracle Introduction Oracle Data Integrator (ODI) is a best-of-breed data integration platform focused on fast bulk data movement and handling complex data

More information

Moodle on Android. Polat Olu 1

Moodle on Android. Polat Olu 1 Moodle on Android Polat Olu 1 Abstract Mobile telephones are used much more than telephone calls, hence the term mobile device. The advent of the Java engine in mobile phone technology has enabled manufacturers

More information

To use MySQL effectively, you need to learn the syntax of a new language and grow

To use MySQL effectively, you need to learn the syntax of a new language and grow SESSION 1 Why MySQL? Session Checklist SQL servers in the development process MySQL versus the competition To use MySQL effectively, you need to learn the syntax of a new language and grow comfortable

More information

BUILDING YOUR COURSE WITH MOODLE TRAINING MANUAL LEVEL I. Learning Management System Learning Management System (LMS)

BUILDING YOUR COURSE WITH MOODLE TRAINING MANUAL LEVEL I. Learning Management System Learning Management System (LMS) Learning Management System Learning Management System (LMS) BUILDING YOUR COURSE WITH MOODLE TRAINING MANUAL LEVEL I Louisiana Tech University Wyly Tower 1014 P.O. Box 10167 Ruston, LA 71272-0046 ph. (318)

More information

Introduction. Evaluation of LMS systems. 1. Methodology

Introduction. Evaluation of LMS systems. 1. Methodology MODULE: 4d) Online Learning Management Systems CONTRIBUTORS Batpurev Batchuluun, InfoCon Ltd., Mongolia TO THIS SECTION: Buyandelger Batsaikhan, Health Sciences University of Mongolia UPDATED ON: 31 May

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

NEW MODULAR APPROACH FOR KNOWLEDGE- TRANSFER IN MULTIMEDIA CARTOGRAPHY: THE E-LEARNING PROJECT CARTOUCHE

NEW MODULAR APPROACH FOR KNOWLEDGE- TRANSFER IN MULTIMEDIA CARTOGRAPHY: THE E-LEARNING PROJECT CARTOUCHE NEW MODULAR APPROACH FOR KNOWLEDGE- TRANSFER IN MULTIMEDIA CARTOGRAPHY: THE E-LEARNING PROJECT CARTOUCHE Olaf Schnabel, Regula Stopper, Lorenz Hurni Institute of Cartography ETH Zurich CH-8093 Zurich,

More information

E-learning in Course Operating Systems

E-learning in Course Operating Systems E-learning in Course Operating Systems M. Fikar, L. Čirka, M. Herceg, and M. Podmajerský Slovak University of Technology in Bratislava, Slovakia, Faculty of Chemical and Food Technology, e-mail: miroslav.fikar@stuba.sk,

More information

Oracle Universal Content Management 10.1.3

Oracle Universal Content Management 10.1.3 Date: 2007/04/16-10.1.3 Oracle Universal Content Management 10.1.3 Document Management Quick Start Tutorial Oracle Universal Content Management 10.1.3 Document Management Quick Start Guide Page 1 Contents

More information

Learning Management Systems Comparison

Learning Management Systems Comparison Proceedings of the 2005 Informing Science and IT Education Joint Conference Learning Management Systems Comparison Barbara A. Lewis Lamar University Beaumont, Texas USA blewis_lamar@hotmail.com Virginia

More information

Course Scheduling Support System

Course Scheduling Support System Course Scheduling Support System Roy Levow, Jawad Khan, and Sam Hsu Department of Computer Science and Engineering, Florida Atlantic University Boca Raton, FL 33431 {levow, jkhan, samh}@fau.edu Abstract

More information

What s New in Delphi for PHP 2.0. New and Enhanced IDE Features. Form Designer

What s New in Delphi for PHP 2.0. New and Enhanced IDE Features. Form Designer What s New in Delphi for PHP 2.0 Delphi for PHP 2.0 provides a big step forward in functionality and performance. IDE enhancements in the new version enable you to do more and get your work done faster.

More information

elearning Methodology

elearning Methodology 1 Introduction elearning is the education methodology that takes advantage of modern information and communication technologies (ICT) to address the continuing educational needs of students. "Internet-enabled

More information

USER GUIDE. Snow Inventory Data Receiver Version 2.1 Release date 2013-04-26. Installation Configuration Document date 2014-12-02

USER GUIDE. Snow Inventory Data Receiver Version 2.1 Release date 2013-04-26. Installation Configuration Document date 2014-12-02 USER GUIDE Product Snow Inventory Data Receiver Version 2.1 Release date 2013-04-26 Content Prerequisites Installation Configuration Document date 2014-12-02 CONTENT ABOUT THIS DOCUMENT... 3 PREREQUISITES...

More information

elearning Instructional Design Guidelines Ministry of Labour

elearning Instructional Design Guidelines Ministry of Labour elearning Instructional Design Guidelines Ministry of Labour Queen s Printer for Ontario ISBN 978-1-4606-4885-8 (PDF) ISBN 978-1-4606-4884-1 (HTML) December 2014 1 Disclaimer This elearning Instructional

More information

How to download your NI Press ebook for Nook Users

How to download your NI Press ebook for Nook Users How to download your NI Press ebook for Nook Users Downloading and Transferring Content via USB Nook 1 st Edition - NOOK HD: Nook1st Edition readers, please follow the steps for below to side-load a NOOK

More information

Dell Backup & Disaster Recovery Suite. Resiliency without compromise.

Dell Backup & Disaster Recovery Suite. Resiliency without compromise. Dell Backup & Disaster Recovery Suite Resiliency without compromise. Resiliency without compromise Dell Backup & Disaster Recovery Suite 1 suite, 3 types of data protection: AppAssure, NetVault Backup,

More information

VBA and Databases (see Chapter 14 )

VBA and Databases (see Chapter 14 ) VBA and Databases (see Chapter 14 ) Kipp Martin February 29, 2012 Lecture Files Files for this module: retailersql.m retailer.accdb Outline 3 Motivation Modern Database Systems SQL Bringing Data Into MATLAB/Excel

More information

Dearborn Public Schools. elearning Platform. Communicate. Learn. Collect. See what you can do.

Dearborn Public Schools. elearning Platform. Communicate. Learn. Collect. See what you can do. Dearborn Public Schools elearning Platform Communicate. Learn. Collect. See what you can do. 1 COMMUNICATE / LEARN / COLLECT elearning Platform A Quick Introduction Dearborn Public Schools offers teachers

More information

LMS MOODLE IN TEACHING BIOPHYSICS AND MEDICAL INFORMATICS AT FACULTY OF MEDICINE, UNIVERSITY OF OSTRAVA

LMS MOODLE IN TEACHING BIOPHYSICS AND MEDICAL INFORMATICS AT FACULTY OF MEDICINE, UNIVERSITY OF OSTRAVA ORIGINAL ARTICLE 49 LMS MOODLE IN TEACHING BIOPHYSICS AND MEDICAL INFORMATICS AT FACULTY OF MEDICINE, UNIVERSITY OF OSTRAVA Hana Sochorová, Hana Materová Department of Biomedical Sciences, Faculty of Medicine,

More information

IAEA Learning Management System User Manual

IAEA Learning Management System User Manual IAEA Learning Management System User Manual May 2012 IAEA, Vienna Page 1 of 55 Table of Contents I: Introduction... 4 1. What is an e-learning site?... 4 2. What is Moodle?... 5 3. User types... 5 4. Requirements

More information

Angel Learning Management System Introductory Tutorial for Students

Angel Learning Management System Introductory Tutorial for Students Angel Learning Management System Introductory Tutorial for Students Welcome! Angel is the Learning Management System that you ll be using to access your classes. You ll use it to view lessons, submit assignments,

More information