elearning Content Management Middleware
|
|
|
- Victor Wright
- 10 years ago
- Views:
Transcription
1 elearning Content Management Middleware Chen Zhao Helsinki University of Helsinki Department of Computer Science
2 Authors Chen Zhao Title elearning Content Management Middleware Date Pages 12 pages Abstract Content Management System (CMS) Middleware provides a bundle of tools for educational content creation, management and delivery. We introduce one of the CMS middleware named as ecms. ecms is a web-based CMS middleware which supports features like metadata repository, course / examination creation, modification and publication, statistics collection and analysis. ecms implements a 3-tier architecture with the possibility to build a distributed ecms network at the server end. ACM Computing Classification System ( CCS, 1998 ) A.1 [Introductory and Survey] Keywords elearning, content management, middleware, courseware, content reuse
3 Content 1. Introduction ecms functional model ecms architecture and components Metadata Course Developer and Editor Examination Developer and Editor System Statistics Additional ecms services Conclusions...9 References...9
4 1. Introduction A Content Management System (CMS) is a combination of tools that enables content providers to create, maintain, store, reuse and finally publish the digital content in various formats (such as text, graphics, video etc). The system should be able to separate the content from its presentation to allow the non-technical users to create and manage the content directly while being constrained by a centralised set of rules, processes and workflows that ensure a coherent, validated course quality. As a system tool that emphasizes on managing processes of creating and publishing learning content, CMS has several common features including but not limited to: content assembly tools, content authoring tools, content version control, templatebased publishing tools, workflow process management, metadata features such as metadata enabled content repository. Content Management Middleware refers to web-based CMS, centralized or decentralized. With a centralized model, content is managed in a centralized place for increased control and security. With a decentralized model, content is stored in different locations, which are connected via Internet. Decentralization is usually transparent to users such as content providers, course managers and learners. Since content is connected for federated searching and managing, users do not need to know where content is physically located. There are many Content Management Middleware vendors in the market. In this paper, we introduce one of those products named as ecms (elearning Content Management Middleware) developed under MINERVA-SOCRATES funded project CP GR-MINERVA-M Content Management Middleware for the support of elearning across Europe [TSBC2001]. The rest of the paper is organized as follows. In Chapter 2 we introduce the ecms functional model. In Chapter 3, we explain in details about ecms architecture and its components. In Chapter 4 comes 1
5 out the additional services and functions provided by ecms. And finally we present a brief summary of ecms and the possible future work. 2. ecms functional model ecms provides an web-based, open, distributed middleware for federated content management. Its functions include creation, reuse, management, publication, discovery, retrieval and integration of educational content. ecms users include learners, content providers, course managers and repository administrators. Public service Learners Metadata Provider Service Content Providers Content Manager Service Course managers System statistics. Administrator. Service Administrator Server side Middle tier (Application server) Client side Figure 1. ecms functional model Figure 1 displays the functional model of ecms. It is a 3-tier implementation. The server side deploys databases to store the metadata, content and system statistics. ecms support distributed implementation from the server side. This means ecms can 2
6 be either a single independent instance or a decentralized system by joining more ecms nodes to form a wider ecms network. Each node stores its own metadata and content and support queries from other nodes. Decentralized ecms network is implemented thought the metadata synchronization and distributed query functions. In a decentralized ecms network, each participating organization can enjoy the scalability of metadata and content volume while still maintains the autonomy in the content management within its own node. Organizations can easily join into or detach from the ecms network at their convenience. The middle tier deploys come commercial Application Servers to implement the business logic. It provides services and interfaces for each user groups in the ecms system. Public service is for learners, which includes metadata search, content navigation, content review, participation in course examinations, learner profile management and basic collaboration such as learner forums and chat rooms. Please note that some of the services for learners belong to the Learning Management System (LMS). However, ecms does cover those features while emphasizes on the content management and delivery. Provider service is for content providers, which includes content hosting (optional), course module development, management and publication, metadata generation and workflow management. Manager service is for course managers to edit, schedule or publish course modules, manage examinations and access course reviews. Administrator service is for the ecms repository administrators to manage the user accounts and groups, gather and analyse system statistics such as information on course operations, synchronize metadata repositories to support distributed queries in a ecms network. We introduce only ecms tools and functions related to content management in this paper, hence system administration and maintenance are not mentioned here. All the user interfaces reside on the client side. ecms offers separate user interfaces for learners, content provides, course managers and repository administrators. The system requirements are minimized on the client side because of the 3-tier implementation with modularity of services. As shown in the ecms functional model, 3
7 powerful and scalable application servers are essential for the high availability for the end users, high performance in interoperability among the ecms components and security for distributed user and content management. 3. ecms architecture and components The main components of ecms system are metadata store, optional content hosting area, statistics store and publication service tools such as course developer and editor, examination developer and editor. 3.1 Metadata Educational content metadata plays one of the most import roles in ecms. It keeps descriptive records for publishers, content modules, users, and optional repositories in other ecms nodes. It allows content modules to be stored, reused, managed and retrieved in an efficient way for authorized users. Metadata Publishers Security info. Thematic area Indexes Ref to cntent, indexes Modules Ref Repository content directory Figure 2. ecms Educational Content Metadata 4
8 Figure 2 shows all the information that is recorded in the metadata. All those are stored in relational database tables. There are tables maintaining the hierarchy information on publishers and their institutions. Thus Metadata search based on publishers is supported based on this information. Metadata search and navigation is also supported based on the thematic information. Tables of content modules contain information on module type, status and hierarchy structure for each module. Module type can be courses, chapters or sections, etc. It enables the flexible course structures as adding a module at any level is dynamic and simply. We talk about the flexible course structures in more details in the section 3.2. Module status shows the module s availability, such as ready for publication, for internal review or available for reuse. Module hierarchy records the relationships among modules. Security information as user accounts and access records is held in the metadata to enforce user identification and authorization. Metadata contains references to the content modules and there are text-based indexes build on the content to support free text searches. Optionally, metadata maintains a directory of all the available repositories in an ecms learning network. The directory is build during the metadata synchronization mentioned in Chapter Course Developer and Editor ecms Course Developer and Course Editor are the structured-course authoring tools. Course Developer is used for creation of structured courses while Course Editor is for reviewing and modifying the existing courses. 5
9 Course Developer guides authorized content providers to construct courses in four steps. First, the tool asks content providers to submit course metadata descriptions such as course name and instructor names, search keywords, content classifications, etc. Then, providers can add modules to the course. The submitted module can be either a new entity or a reused one. If a new entity, the tool will request provider to submit module descriptions to the metadata store. Next, providers are able to attach the content to the module. Content may physically be uploaded to the ecms content hosting area or it can be a URL to the remote content. At last, the module hierarchy is maintained and recorded in the module hierarchy table in the metadata. Figure 3 shows how Course Developer works with the Metadata. login Metadata Course Developer (Course Editor) metadata submisstion Publisher info., thrmatic info., ref. to content, module info. Figure 3. Course Developer / Editor and Metadata Course Editor is used to review the existing courses and modify the content, modules, or module hierarchy as needed. It supports operations as editing course metadata descriptions, modifying content and attaching/detaching content to modules, publishing or hiding or deleting course modules. Content providers can use Course Editor to easily change the course module hierarchy by adding or deleting course modules dynamically. Course modules at any level can be modified and the new hierarchy information is recorded into the metadata. The module hierarchy approach ensures maximum flexibility in course structures. 6
10 3.3 Examination Developer and Editor ECMS Examination Developer and Examination Editor are the authoring tools for course managers to create and manage multiple-choice self-assessment examinations for learners. The examinations can be created as standalone or to be associated with the courses, or to be associated to certain courses after the creation. Examination Developer deploys the similar top-down construction approach in examination creations as the Course Developer in course creations. First, Examination Developer requires the general metadata description for the new examination. It also let the course managers to decide if the examination should be linked to some course or not. Next, managers are guided to add multiple-choice questions to the examinations. After the creation, managers may use Examination Editor to review the whole examination, modify its metadata, add or delete questions. Just as the ecms Course Developer and Editor, Examination Developer and Editor adopt the module approach to ensure the flexible examination structure. 3.4 System Statistics System statistics is important for repository administers to get information on ecms system usage and improve the services based on that information. ecms divides System Statistics Store into two parts: the Raw Statistics area and the Analysed Statistics area. ecms collects and analyses the system statistics without the administrators interference. ecms collects and stores unprocessed information on users, metadata searches and content module usages in the Raw Statistics area. The raw information is then analysed and the results are saved to the Analysed Statistics area. Analysed statistics are interpreted information in an easy- understood format for administrators review. Such analysed statistics includes occurrence of a particular keyword in metadata searches, ecms identifiers of matched records, and reviewed metadata entities, etc. Those statistics give administrators a detailed picture of how exactly the ecms 7
11 services are utilized and a base point of what to improve with respect to the metadata and content. 4. Additional ecms services In Chapter 2 we review the ecms functional model with ecms services for all the parties involved in the system. In Chapter 3 we present the main services provided by ecms tools, which are the course management service by Course Developer and Editor, examination management by Examination Developer and Editor, and statistics collection and analysis by System Statistics Store. Metadata Store provides various search and navigation services and its management service is integrated in Course/ Examination Developer and Editor tools. Besides those main services, there are several additional services provided by ecms. For learners, ecms provides Learner Profile management service to record and manage personal account information. ecms also provides a basic collaboration environment which includes chat-rooms, forums and application sharing. Learners can also submit course reviews and ratings online and give general feedback via s. ecms provides workflow management for content providers and course managers. Other service for content providers and course managers is to access content reviews and ratings. For repository administrators, ecms provides the ways to synchronize the metadata repositories and enable the metadata caching in a distributed ecms network environment. Metadata synchronization support distributed queries and metadata caching will further speed up the distributed queries. ecms supports integration of external repositories to ecms repositories to some extent. Repository administrators may invoke the metadata importing function to 8
12 migrate the non-ecms repositories to ecms system. This service may need administrators interference in defining the external repository format in order to map it to the ecms repository format. 5. Conclusions We present the ecms components and all its functions and services in this paper. ecms is a scalable CMS for management and publication of the educational content. It separates the content from the presentation and provides wizard-based tools to facilitate non-technical users to create, manage and publish the content. The scalability of ecms is achieved by joining ecms nodes together to form a wider learning network. In an ecms learning network, each participating party enjoys the increased volume of metadata and content while keeping the autonomy its own node management. Distributed information discovery in an ecms network is supported by the metadata synchronization and benefits more from the metadata caching. ecms already includes the possibility to migrate other existing metadata repositories to the ecms repository. However, the integration and interoperation between ecms and other CMSs and LMSs (Learning Management System) remains a future work for the ecms development. References [TSBC2001] ecms (2001): Content Management Middleware for the support of elearning across Europe, MINERVA-SOCRATES funded project CP GR-MINERVA-M, ecms: elearning Content Management Middleware Harkilia Tsalapatas, John B.Stav, Paul Brna, Christos Calantzis 9
How To Write A Learning System Standard
Corporate Training and Education Technology Standards The 10th International Conference on Information Systems Analysis and Synthesis: ISAS 2004 and International Conference on Cybernetics and Information
SERVICE ORIENTED ARCHITECTURE
SERVICE ORIENTED ARCHITECTURE Introduction SOA provides an enterprise architecture that supports building connected enterprise applications to provide solutions to business problems. SOA facilitates the
What s The Difference Between an LMS and an LCMS?
What s The Difference Between an LMS and an LCMS? The Important Software Components of Both and The Specific Differences Between the Two By Vantage Path Table Of Contents The Best Learning Management System
Authoring Within a Content Management System. The Content Management Story
Authoring Within a Content Management System The Content Management Story Learning Goals Understand the roots of content management Define the concept of content Describe what a content management system
ANSYS EKM Overview. What is EKM?
ANSYS EKM Overview What is EKM? ANSYS EKM is a simulation process and data management (SPDM) software system that allows engineers at all levels of an organization to effectively manage the data and processes
SAS IT Resource Management 3.2
SAS IT Resource Management 3.2 Reporting Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. SAS IT Resource Management 3.2:
K-LMS KESDE. Knowledge Economy Skill Development E-learning Excellence. www.kesdee.com K-LMS
Knowledge conomy Skill Development -learning xcellence Learning Management System K-LMS K-LMS empowers your organizational learning culture through Learning Management System (K-LMS), a software package
Design of Data Archive in Virtual Test Architecture
Journal of Information Hiding and Multimedia Signal Processing 2014 ISSN 2073-4212 Ubiquitous International Volume 5, Number 1, January 2014 Design of Data Archive in Virtual Test Architecture Lian-Lei
Content Management System (CMS)
Content Management System (CMS) What is a CMS? What is a CMS? o A Content Management System (CMS) is software that makes it easier to create, edit and publish content on a web site. The features of a CMS
LearningServer for.net Implementation Guide
LearningServer for.net Implementation Guide This document outlines recommended steps for planning and implementing a LearningServer solution. A successful installation and implementation requires the completion
A Field Guide to Learning Management Systems (LMS)
A Field Guide to Learning Management Systems (LMS) How can organizations make smart purchasing decisions about LMSs? Ryann K. Ellis Editor, Learning Circuits American Society for Training & Development
dynamic Learning Content Management System
dynamic Learning Content Management System Samuel Schluep, [email protected] Contents 1. Introduciton to Learning Objects 2. The dlcms-project 1. Goals 2. Architecture 3. Implementation 3. Demo E-Learning
ENABLING SEMANTIC SEARCH IN STRUCTURED P2P NETWORKS VIA DISTRIBUTED DATABASES AND WEB SERVICES
ENABLING SEMANTIC SEARCH IN STRUCTURED P2P NETWORKS VIA DISTRIBUTED DATABASES AND WEB SERVICES Maria Teresa Andrade FEUP / INESC Porto [email protected] ; [email protected] http://www.fe.up.pt/~mandrade/
Integrating Business Intelligence Module into Learning Management System
Integrating Business Intelligence Module into Learning Management System Mario Fabijanić and Zoran Skočir* Cognita Address: Radoslava Cimermana 64a, 10020 Zagreb, Croatia Telephone: 00 385 1 6558 440 Fax:
LMS is our premium web based E-learning and management solution. It is SCORM and LDAP compliant. (Active Directory LDAP engine)
LMS LMS is our premium web based E-learning and management solution. It is SCORM and LDAP compliant. (Active Directory LDAP engine) LMS is a powerful web based easy to use, e-learning software system.
ENTERPRISE DOCUMENT MANAGEMENT SYSTEM
A Scalable Document Management for all businesses EDMS is a powerful and cost effective document management that allows businesses to centralize management, storage, collaboration, retrieval and archiving
Quality Assurance Checklists for Evaluating Learning Objects and Online Courses
NHS Shared Learning Quality Assurance Checklists for Evaluating Learning Objects and Online Courses February 2009 Page 1 Note This document provides an outline of the Resource workflow within NHS Shared
Mindshare Studios Introductory Guide to Content Management Systems
Mindshare Studios Introductory Guide to Content Management Systems A quick introduction to web-based content management. What is a CMS? A content management system (CMS) is a web application for creating
IBM WebSphere ILOG Rules for.net
Automate business decisions and accelerate time-to-market IBM WebSphere ILOG Rules for.net Business rule management for Microsoft.NET and SOA environments Highlights Complete BRMS for.net Integration with
known as the Sharable Content Object Reference Model (SCORM). It became the standard for all LMSs. INTRODUCTION
Investigating the Need for a Learning Content Management System Jay Crook Crook Consulting (2011) 9514 Snowfinch Cir., Corpus Christi, TX 78418 E-mail: [email protected] INTRODUCTION Many businesses and
DISTANCE EDUCATION DELIVERY USING THE LOTUS LEARNING MANAGEMENT SYSTEM
ISSN 1392 124X INFORMACINĖS TECHNOLOGIJOS IR VALDYMAS, 2004, Nr.4(33) DISTANCE EDUCATION DELIVERY USING THE LOTUS LEARNING MANAGEMENT SYSTEM Jelena Stankevič, Irma Šileikienė Vilnius Gediminas Technical
A Survey Study on Monitoring Service for Grid
A Survey Study on Monitoring Service for Grid Erkang You [email protected] ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide
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
Web Application Hosting Cloud Architecture
Web Application Hosting Cloud Architecture Executive Overview This paper describes vendor neutral best practices for hosting web applications using cloud computing. The architectural elements described
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, [email protected] Professor Heng-Li Yang, Cheng Chi University,
EMC E20-120. EMC Content Management Foundation Exam(CMF) http://www.examskey.com/e20-120.html
EMC E20-120 EMC Content Management Foundation Exam(CMF) TYPE: DEMO http://www.examskey.com/e20-120.html Examskey EMC E20-120 exam demo product is here for you to test the quality of the product. This EMC
AGILEXRM REFERENCE ARCHITECTURE
AGILEXRM REFERENCE ARCHITECTURE 2012 AgilePoint, Inc. Table of Contents 1. Introduction 4 1.1 Disclaimer of warranty 4 1.2 AgileXRM components 5 1.3 Access from PES to AgileXRM Process Engine Database
CHAPTER 2 MODELLING FOR DISTRIBUTED NETWORK SYSTEMS: THE CLIENT- SERVER MODEL
CHAPTER 2 MODELLING FOR DISTRIBUTED NETWORK SYSTEMS: THE CLIENT- SERVER MODEL This chapter is to introduce the client-server model and its role in the development of distributed network systems. The chapter
GenericServ, a Generic Server for Web Application Development
EurAsia-ICT 2002, Shiraz-Iran, 29-31 Oct. GenericServ, a Generic Server for Web Application Development Samar TAWBI PHD student [email protected] Bilal CHEBARO Assistant professor [email protected] Abstract
An Integrated Approach to Learning Object Sequencing
An Integrated Approach to Learning Object Sequencing Battur Tugsgerel 1, Rachid Anane 2 and Georgios Theodoropoulos 1 1 School of Computer Science, University of Birmingham, UK. {b.tugsgerel, g.k.theodoropoulos}@cs.bham.ac.uk
Transform. Training Courses A Bottomline Guide
Transform Training Courses A Bottomline Guide Transform Training Course Guide Bottomline training courses are designed to enable you to implement your Transform projects quickly. Courses can be attended
Data Management in an International Data Grid Project. Timur Chabuk 04/09/2007
Data Management in an International Data Grid Project Timur Chabuk 04/09/2007 Intro LHC opened in 2005 several Petabytes of data per year data created at CERN distributed to Regional Centers all over the
SOA, case Google. Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901.
Faculty of technology management 07.12.2009 Information Technology Service Oriented Communications CT30A8901 SOA, case Google Written by: Sampo Syrjäläinen, 0337918 Jukka Hilvonen, 0337840 1 Contents 1.
D83167 Oracle Data Integrator 12c: Integration and Administration
D83167 Oracle Data Integrator 12c: Integration and Administration Learn To: Use Oracle Data Integrator to perform transformation of data among various platforms. Design ODI Mappings, Procedures, and Packages
Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft
5.6 Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft logo, Jaspersoft ireport Designer, JasperReports Library, JasperReports Server, Jaspersoft
What s New in VMware vsphere 5.1 VMware vcenter Server
What s New in VMware vsphere 5.1 VMware vsphere 5.1 TECHNICAL MARKETING DOCUMENTATION V 1.0/UPDATED JULY 2012 Table of Contents Introduction... 3 Key Components... 3 vcenter Single Sign-On Server.... 3
Solution Documentation for Custom Development
Version: 1.0 August 2008 Solution Documentation for Custom Development Active Global Support SAP AG 2008 SAP AGS SAP Standard Solution Documentation for Custom Page 1 of 53 1 MANAGEMENT SUMMARY... 4 2
Web project proposal. European e-skills Association
Web project proposal European e-skills Association LUCISMEDIA WEB DESIGN PROPOSAL CONTENTS Lucismedia... 3 Building enterprise social communities... 3 project objective... 4 Project scope... 6 Interface
Functional Requirements for Digital Asset Management Project version 3.0 11/30/2006
/30/2006 2 3 4 5 6 7 8 9 0 2 3 4 5 6 7 8 9 20 2 22 23 24 25 26 27 28 29 30 3 32 33 34 35 36 37 38 39 = required; 2 = optional; 3 = not required functional requirements Discovery tools available to end-users:
SCORM Users Guide for Instructional Designers. Version 8
SCORM Users Guide for Instructional Designers Version 8 September 15, 2011 Brief Table of Contents Chapter 1. SCORM in a Nutshell... 6 Chapter 2. Overview of SCORM... 15 Chapter 3. Structuring Instruction...
A Brief Analysis on Architecture and Reliability of Cloud Based Data Storage
Volume 2, No.4, July August 2013 International Journal of Information Systems and Computer Sciences ISSN 2319 7595 Tejaswini S L Jayanthy et al., Available International Online Journal at http://warse.org/pdfs/ijiscs03242013.pdf
BMC Cloud Management Functional Architecture Guide TECHNICAL WHITE PAPER
BMC Cloud Management Functional Architecture Guide TECHNICAL WHITE PAPER Table of Contents Executive Summary............................................... 1 New Functionality...............................................
Five Steps to Integrate SalesForce.com with 3 rd -Party Systems and Avoid Most Common Mistakes
Five Steps to Integrate SalesForce.com with 3 rd -Party Systems and Avoid Most Common Mistakes This white paper will help you learn how to integrate your SalesForce.com data with 3 rd -party on-demand,
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. [email protected] Abstract Content Management Systems
Course Code NCS2013: SharePoint 2013 No-code Solutions for Office 365 and On-premises
4 DAYS SHAREPOINT FOR THE POWER USER AND SOLUTIONS BUILDER Course Code NCS: SharePoint No-code Solutions for Office 365 and On-premises AUDIENCE FORMAT COURSE DESCRIPTION Power Users Instructor led training
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...
Requirements Specifications for: The Management Action Record System (MARS) for the African Development Bank
Annex 3 Requirements Specifications for: The Management Action Record System (MARS) for the African Development Bank The bidder is requested to identify and describe the levels of support (Full Support,
The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets
The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets!! Large data collections appear in many scientific domains like climate studies.!! Users and
Flattening Enterprise Knowledge
Flattening Enterprise Knowledge Do you Control Your Content or Does Your Content Control You? 1 Executive Summary: Enterprise Content Management (ECM) is a common buzz term and every IT manager knows it
000-596. IBM Security Access Manager for Enterprise Single Sign-On V8.2 Implementation Exam. http://www.examskey.com/000-596.html
IBM 000-596 IBM Security Access Manager for Enterprise Single Sign-On V8.2 Implementation Exam TYPE: DEMO http://www.examskey.com/000-596.html Examskey IBM 000-596 exam demo product is here for you to
SOA REFERENCE ARCHITECTURE: WEB TIER
SOA REFERENCE ARCHITECTURE: WEB TIER SOA Blueprint A structured blog by Yogish Pai Web Application Tier The primary requirement for this tier is that all the business systems and solutions be accessible
Installation Guide NetIQ AppManager
Installation Guide NetIQ AppManager April 2016 www.netiq.com/documentation Legal Notice NetIQ AppManager is covered by United States Patent No(s): 05829001, 05986653, 05999178, 06078324, 06397359, 06408335.
SEMINAR. Content Management System. Presented by: Radhika Khandelwal
SEMINAR on Content Management System Presented by: Radhika Khandelwal Introduction WWW- an effective source of info., Manual method of content management are unacceptable. CMS came from concept to reality
User Guide. Chapter 1. SitePublish: Content Management System
User Guide Chapter 1 SitePublish: Content Management System Table of Contents About SharpSchool... 4 About this Guide... 4 Who Should Use this Guide... 4 About SitePublish... 5 Accessing your Website...
Control scanning, printing and copying effectively with uniflow Version 5. you can
Control scanning, printing and copying effectively with uniflow Version 5 you can Bring more control and added efficiency to your scanning and print environment. What is uniflow? uniflow is a software
EMC PERSPECTIVE EMC SourceOne Email Management
EMC PERSPECTIVE EMC SourceOne Email Management Competitive Advantages Foreword This document provides an overview of the competitive advantages of EMC SourceOne Email Management, part of a family of next-generation
LMS Integration: Authoring Tools, Collaboration Tools and Enterprise IT. Andrew Chemey. Computer Scientist
LMS Integration: Authoring Tools, Collaboration Tools and Enterprise IT Andrew Chemey Computer Scientist 2008 Adobe Systems Incorporated. All Rights Reserved. 1 LMS Integration with Connect Pro: elearning
irods and Metadata survey Version 0.1 Date March Abhijeet Kodgire [email protected] 25th
irods and Metadata survey Version 0.1 Date 25th March Purpose Survey of Status Complete Author Abhijeet Kodgire [email protected] Table of Contents 1 Abstract... 3 2 Categories and Subject Descriptors...
Position Paper for The Fourth W3C Web and TV Workshop. Mingmin Wang Oriental Cable Network [email protected]
Position Paper for The Fourth W3C Web and TV Workshop Abstract This paper introduces multiple screen technology research and services implementation in China, which has the close relationship between Web
System Requirement Specification for A Distributed Desktop Search and Document Sharing Tool for Local Area Networks
System Requirement Specification for A Distributed Desktop Search and Document Sharing Tool for Local Area Networks OnurSoft Onur Tolga Şehitoğlu November 10, 2012 v1.0 Contents 1 Introduction 3 1.1 Purpose..............................
A UPS Framework for Providing Privacy Protection in Personalized Web Search
A UPS Framework for Providing Privacy Protection in Personalized Web Search V. Sai kumar 1, P.N.V.S. Pavan Kumar 2 PG Scholar, Dept. of CSE, G Pulla Reddy Engineering College, Kurnool, Andhra Pradesh,
LMS L E A R N I N G S O L U T I O N S
LMS FEATURES LEARNING SOLUTIONS Table of Contents ORGANIZATION AND SEARCH Unique Features of Vowel LMS Tracking of non-scorm Learning Material Face-to-Face Training Management HTML Drag and Drop Course
Planning, Deploying, and Managing an Enterprise Project Management Solution
Planning, Deploying, and Managing an Enterprise Project Management Solution Course 2732 Five days Instructor-led Introduction The goal of this five-day, instructor-led course is to provide systems engineers
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.
Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332A; 5 Days, Instructor-led
Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Advanced Solutions of Microsoft SharePoint Server 2013 Course 20332A; 5 Days,
Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform
Communiqué 4 Standardized Communiqué 4 - fully implementing the JCR (JSR 170) Content Repository Standard, managing digital business information, applications and processes through the web. Communiqué
Ever since the inception of Information Technology, everyone wants to get global exposure of their business by. Research Article 2014
Abstract- Web Development Using Content System Rushabhkumar H. Baldaniya, Prof. H.J.Baldaniya Department of Computer Engineering Government Polytechnic For Girls, Ahmedabad, India Ever since the inception
Content Manager User Guide Information Technology Web Services
Content Manager User Guide Information Technology Web Services The login information in this guide is for training purposes only in a test environment. The login information will change and be redistributed
Oracle Content Management and Archiving
1 Oracle Content Management and Archiving Donna Harland Principal Product Manager SAM QFS and Archiving Solutions Agenda Archive and Tiered Storage Value What is Oracle Content Management?
Intinno: A Web Integrated Digital Library and Learning Content Management System
Intinno: A Web Integrated Digital Library and Learning Content Management System Synopsis of the Thesis to be submitted in Partial Fulfillment of the Requirements for the Award of the Degree of Master
Solution & Design Architecture
Solution & Design Architecture Agenda Key Requirements Independence to ULBs Workflow : Administrator Activities Solution To Address Key Requirements Flexibility in selection of services Application Usage
Windchill Service Information Manager 10.1. Curriculum Guide
Windchill Service Information Manager 10.1 Curriculum Guide Live Classroom Curriculum Guide Building Information Structures with Windchill Service Information Manager 10.1 Building Publication Structures
Managing Documents with SharePoint 2010 and Office 2010
DMF Adds Value in 10 Ways With its wide-ranging improvements in scalability, functionality and managability, Microsoft SharePoint 2010 provides a much stronger platform for document management solutions.
Studio. Rapid Single-Source Content Development. Author XYLEME STUDIO DATA SHEET
Studio Xyleme delivers content management for learning and development. We transform the way you author, publish, deliver, and analyze learning content to drive business performance. With Xyleme, you have
Integration of DB oriented CAD systems with Product Lifecycle Management
Integration of DB oriented CAD systems with Product Lifecycle Management Roberto Penas, SENER Ingeniería y Sistemas S.A., Tres Cantos/Spain, [email protected] Carlos González, SENER Ingeniería y Sistemas
An Oracle White Paper September 2011. Oracle Team Productivity Center
Oracle Team Productivity Center Overview An Oracle White Paper September 2011 Oracle Team Productivity Center Overview Oracle Team Productivity Center Overview Introduction... 1 Installation... 2 Architecture...
Content Editor and Administration Training
Content Editor and Administration Training Falcon Software Company, Inc. 800 707 1311 USA/Canada 250 480 1311 Local 250 480 1322 Fax www.falcon software.com Copyright Protected Falcon Software Company,
Introducing IBM Tivoli Configuration Manager
IBM Tivoli Configuration Manager Introducing IBM Tivoli Configuration Manager Version 4.2 GC23-4703-00 IBM Tivoli Configuration Manager Introducing IBM Tivoli Configuration Manager Version 4.2 GC23-4703-00
DottsConnected SHAREPOINT 2010 ADMIN TRAINING. Exercise 1: Create Dedicated Service Accounts in Active Directory
DottsConnected SHAREPOINT 2010 ADMIN TRAINING Module 1 - Getting started with SharePoint 2010 This introductory module introduces students to the fundamental terminology and architecture of SharePoint
Oracle Data Integrator 12c: Integration and Administration
Oracle University Contact Us: +33 15 7602 081 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive data integration
Microsoft Project Server 2010 Technical Boot Camp
Microsoft Project Server 2010 Technical Boot Camp Course M50558 5 Day(s) 30:00 Hours Introduction Course retirement date: November 30, 2012 For a complete list of courseware retirements, see: www.microsoft.com/learning/en/us/training/retired
Oracle Data Integrator 11g: Integration and Administration
Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle Data Integrator 11g: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive
AlienVault Unified Security Management (USM) 4.x-5.x. Deployment Planning Guide
AlienVault Unified Security Management (USM) 4.x-5.x Deployment Planning Guide USM 4.x-5.x Deployment Planning Guide, rev. 1 Copyright AlienVault, Inc. All rights reserved. The AlienVault Logo, AlienVault,
Installing and Administering VMware vsphere Update Manager
Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document
DataNet Flexible Metadata Overlay over File Resources
1 DataNet Flexible Metadata Overlay over File Resources Daniel Harężlak 1, Marek Kasztelnik 1, Maciej Pawlik 1, Bartosz Wilk 1, Marian Bubak 1,2 1 ACC Cyfronet AGH, 2 AGH University of Science and Technology,
Editor Manual for SharePoint Version 1. 21 December 2005
Editor Manual for SharePoint Version 1 21 December 2005 ii Table of Contents PREFACE... 1 WORKFLOW... 2 USER ROLES... 3 MANAGING DOCUMENT... 4 UPLOADING DOCUMENTS... 4 NEW DOCUMENT... 6 EDIT IN DATASHEET...
