ARAS: Adaptive Recommender for Academic Scheduling

Size: px
Start display at page:

Download "ARAS: Adaptive Recommender for Academic Scheduling"

Transcription

1 ARAS: Adaptive Recommender for Academic Scheduling Mark Kilfoil, Wenpu Xing and Ali Ghorbani Faculty of Computer Science University of New Brunswick Fredericton, NB, E3B 5A3, Canada Abstract This paper describes ARAS, a prototype adaptive website based on a novel and general adaptive website framework. ARAS acts as a course counselor, guiding students through an online information system of university courses. Using realistic trial data the prototype demonstrates adaptive navigation, fragment substitution, link addition and removal, and conditional fragment inclusion. 1. Introduction The choice of what courses a student should take can be daunting, simply because most universities offer many alternatives. Finding the right courses to match the student s interest can be time-consuming and require laborious scanning through numerous pages of uninteresting courses. Creating an online browsing system for such an information space assists somewhat, in that additional search functions can be used to narrow down the number of pages to view. Searches, however, require the student to be able to specify their interests and needs, and that specification must be carefully crafted to match the descriptions entered for the courses. Furthermore, once the courses are found, there is still some concern about whether they fit within the curriculum set out for the degree program the student is considering. To make this online course catalogue more approachable, it would be desirable to have it have some capacity of learning what a student is interested in automatically. In addition, it would be useful to have any course recommendations provided by the system consider not only the student s interests, but also the needs of their degree program. ARAS (Adaptive Recommendations for Academic Scheduling) is aimed at providing an online course catalogue which observes a student s course browsing behaviour and previously taken courses in order to learn in which course topics the student is interested. That information, along with their curriculum requirements, is used to generate customized course recommendations for that student. ARAS is implemented as an example of an adaptive web system (AWS). An AWS dynamically generates and modifies page responses for its users based not only on the target page request but on the user who requested it and their context of use, knowledge and interest. The rest of this paper is organized as follows: a brief background review of AWSs and AWFs is presented in Section 2. Section 3 presents the ARAS prototype application in detail. Some conclusions about our work are described in Section Background and Related Work In the past few years, the Web has expanded quickly and has permeated people s lives. People can do much of their daily activities online, such as shopping, reading news, banking or booking a flight seat or a restaurant. The Web makes life convenient. However, with the fast growth of the Web, people are not satisfied with viewing the same content on the same web page and are not happy with easily getting lost in the hyperspace of the Web. To cater to people s needs, adaptive web systems (AWSs) are needed to provide personalized web pages and guidance. An AWS dynamically synthesizes and adapts the response for a given web request within the context of the person who issued the request. Thus, responses are a synthesis of information and layout, combining information about the particular request (time of request, previous requests, implications of the request), the web site application domain, the environment in which the response will be consumed (the network bandwidth, the browser, the computer) and the user s context (their preferences, interests, dislikes, goals) [7]. 1

2 Generally, three kinds of adaptations can be provided by an AWS: changes in content, changes to presentation, and the manipulation of navigation options [1, 7]. Changes in content can include selectively including, excluding or substituting text, images, links, or other web page objects. Changes to presentation can also include the substitution of web page objects (although usually trying to maintain the same content), but also includes transformation of attributes such as size, colour or font size. The manipulation of navigation options includes adding, removing, reordering, changing or annotating links on a page, with goals to make the immediate navigation from the page more relevant to the user. AHA! (Adaptive Hypermedia Architecture) [3] is a prime example of an AWS. It is intended to serve many different purposes, such as distance learning and information systems and claims to be general purpose but has mainly been used to develop on-line courses. AHA! provides adaptive content and adaptive navigation support based on the user s browsing actions; it offers adaptive content through conditional inclusion of fragments and provides adaptive navigation through link annotation, link hiding and link disabling. Many AWSs have been built in areas such as e- learning, e-education, e-information, e-business, and e- news (i.e. AHA! [3], InterBook [2], PageGather [9], SKILL [8], and WebWatcher [6]), but there is no standard, comprehensive framework or design pattern for building them. To avoid having developers repeat the same work that others have already done for AWSs and promote knowledge transfer between AWS domains, the development of an adaptive web framework (AWF) is paramount. Such a framework would allow the description of an AWS on an abstract level and guide the process of development toward realizing a specific implementation. An AWF is a general, abstract language for describing an AWS, a common structure for building AWSs, and a process for developing new AWSs. Primarily, an AWF allows for the description and interplay between the content of the website, the user and the navigational and structural layout goals of the site builder. An AWF should also allow the description and integration of secondary AWS development goals such as flexibility, extendibility, maintainability and scalability. The framework may include a development environment and/or development support tools. Adaptive Hypermedia Application Model (AHAM) is a good example. AHAM is a general reference model for adaptive hypermedia systems. It provides a clear separation of three parts of an adaptive application: the information domain (which includes the content and the navigation structure), a representation of the user (which are discovered from the usage data), a description of the functionalities (how the AHS adapts the information to the user). The Intelligent and Adaptive Systems Research Group (IASRG) [4] is developing an adaptive website framework based on a layered, extensible approach. The ARAS prototype discussed here is a proof-of-concept development from that framework. 3. The ARAS prototype application The ARAS prototype application aims to design, code, test, implement and maintain a functional web site built on top of the IASRG adaptive website framework [5] for a particular information domain. ARAS provides planning support to students for their academic career. Students browse through courses offered by a university and are given recommendations by the system on which courses they should browse next and perhaps take. The recommendations are generated based on the individual students course experience and their browsing behaviour in the current and previous sessions. Students have the option of browsing casually or informing the system of their entire university academic career. By providing this information, the system will be capable of discovering more personalized recommendations. Eventually, it is intended students using this system will be able to set degree goals and plan out their entire degree. ARAS consists of a collection of interrelated information (the ontology), a set of templates written in an extended HTML notation and a set of processing block elements (PBEs) The Ontology Database The ARAS prototype models information as a general structure for representing and the inter-relationships within it called an ontology. There are four primitive objects in an ontology, as shown in Figure 1: concepts, which are the base data objects within the system; attributes, which describe features of each concept; values, of which an attribute can have zero or more; and relationships, which describe in what way (if any) two concepts are related, and to what degree that relationship exists. In ARAS, The basic concepts included are: CON- CEPT, which is the basic unit in the information domain; USER, which is a person using the system; RE- QUEST, which describes an individual (page/concept) request made by a user; and SESSION, which describes a particular series of requests from a user. A session begins when a user first connects and ends either when

3 Value * 1 * 1 Attribute parent 0,1 * Concept 1 1 "source" "target" * * parent 0,1 Relationship * strength Figure 1. The components of an Ontology: Concepts, Attributes, Values and Relationships they explicitly logout or after an arbitrary period of time between requests. Each USER can have one or more SESSIONs (although only one can be active at a time), and each SES- SION contains multiple REQUESTs. The basic relationships in ARAS include: PREREQ- UISITE, which describes the viewing order requirement between two concepts; CONTAINS, which describes the relationship between a group and a member of the group; and SIMILARITY, which describes the degree to which two objects are the same. Additional concepts were created to represent school information (FACULTY, DEPARTMENT, PROFES- SOR) and course information (COURSE, COURSE SECTION). Also, the concept TOPIC is used to describe both the topics taught in a course, and the topics of interest of the users. New relationships were also added to relate these concepts together. The relationships defined among these concepts are summarized in Figure 2. the processing of a particular request (although it can be), and its life-time is independent of a particular request. This hybrid ontology is presented to the processing block elements as the current state of processing, and thus the actual life-time of the data is unknown to the processing (Figure 3). Query operations pass through the short-term ontology to the long-term ontology if no results were found; add operations only add concept and relationships to the short-term ontology; create operations always operate on the long-term ontology. Concepts and relationships in the short-term ontology can refer to (derive from, have relationships with) those in the long-term ontology (but not vice-versa). Hybrid Ontology create Long Term (Permanent) Ontology Short Term Ontology add query Figure 3. The Hybrid Ontology contains a short-term ontology and a long-term ontology The Ontology Interface The ontology has three basic operations that can be done on either Concepts or Relationships: query, which retrieves a Concept or Relationship from the ontology; add, which adds a new Concept or Relationships to the ontology; and create, which creates a new Concept instance. add is separate from create, in that the former implies that the Concept or Relationship already exists in local storage, and the latter implies that it should be created within the ontology storage. This distinction makes the hybrid ontology possible The Hybrid Ontology The ontology model has been extended to allow for short-term information and long-term information. Short-term information is generated during the processing of a request, and last only for that request; long-term information, in contrast, is generally not created during Most of the short-term concepts are derived from existing concepts, and are used as a short-hand reference to the user, core concept, session, request or page template in use for processing the request. Among those kind are TARGET USER, TARGET CONCEPT, TAR- GET SESSION, TARGET REQUEST and TAR- GET TEMPLATE. Other short-term concepts might be created to represent conclusions discovered in the processing of the request. For example, RECOMMENDATIONS is created to contain information about the navigation recommendations provided by the system Templates A template describes the layout of a page as well as presentation-time decisions that can be made about content for a page. It was decided that a strict HTML extension takes advantage of the common familiarity

4 fcontainsdep Faculty fcontainsprof Department fcontainstopic Professor tsimilart fcontainsc tcontainst Topic isinterestedin teaches User isinterestedin tismemberofc ccontainscs CourseSection csimilarc Course cprerequisitec Figure 2. The inter-relationships of concepts used in ARAS. of HTML, so templates extend HTML with specialized tags for adaptation HTML Extensions The INCLUDE extension allowed template code re-use by allowing components to be written separate and simply included into the final template; it takes as its argument only the name of another template or external HTML file to be included. The remaining extensions (VARIABLE, IF and LIST) all depend upon an expression built in a custom expression language for their work. The language allows expressions to be described which involve ontology concepts and concept attributes to be used as variables. The language can also be extended with new function calls based on internal concepts; the System concept, for example, allows more complex relationship queries and date manipulations not allowed by the base language. The language is also capable of dynamically switching the data type being examined, which allows boolean values, floating-point numbers, text strings and value lists to be used easily. The VARIABLE extension allowed the simple retrieval of the result of an expression; in the case of multivalued expression results, it simply selects the first. The IF extension allows branching within the template with boolean-valued expressions, allowing conditional page definition. The most powerful extension, LIST, takes a multi-valued result of an expression and repeats a body of code for each value. With the three basic components of a programming language (variables, conditional execution and loops), sophisticated, Concept-based, adaptive templates can be created within a few lines of extended HTML code ARAS-specific Templates Templates were created that represented navigation locations (Welcome), user interactions (Login, Logout, UpdateUser, Register), processing results (TopicList, CourseList, CourseSectionList, ProfList, SessionList), status information (LoginFailed, LoginSucceeded, Error) and particular concepts (Course, CourseSection, Topic, Professor, User). Standard page fragments (Banner, Header) were also represented as templates, although they were only used through the INCLUDE extension Processing Block Elements The processing block element (PBE) is a processor, taking as input the request and the current- and longterm ontologies of information, performing some computations, and producing as output either a completed response to the request or some changes in the current or long-term information. Basic PBEs are included for detecting the target concept requested by the user, tracking the user s requests, controlling authentication information for a user s session, and resolving templates into a particular page. ARAS extends the basic information about the user and adds information about the user s relationship to courses. In order to allow the user the ability to manipulate this information, new PBEs were required. UpdateUser is responsible for updating the user profile. Since ARAS has additional attributes not defined in

5 the base USER, it is necessary to have some additional processing to update the user. UpdateUserCourses is responsible for adding course sections to the user s course taken list. RemoveUserCourses is responsible for removing courses sections from the user s course taken list. Additional PBEs were introduced at this stage to handle ARAS-specific navigation recommendations. LearnFromCourses is responsible for mining the user s interests from the courses viewed or taken by the user. LearnCurrentSession is responsible for finding the courses viewed in the current session and passing the courses to LearnFromCourses for mining the user s interests. LearnSessionHistory is responsible for finding the courses viewed in the user s session history and passing the courses to LearnFromCourses for mining the user s interests. LearnUserCourseHistory is responsible for finding the courses taken by the user from his/her course taken history and passing the courses to LearnFromCourses for mining the user s interests. RecommendationFromHistory is responsible for generating recommendations based on the user s interests and the relationships between the concepts. CleanUserInterestHistory is responsible for cleaning up the user s interests from the user profile before re-mining interests for the user Page Layout and Content Creation At this point, the focus shifts from developing new tools and mechanisms to creating information and particular templates to complete the site. In the case of ARAS, this means inputting information about a school, including faculty, department, professor, course topic, course and course section data. A realistic data set was created for demonstration purposes Adaptations and Recommendations In ARAS, numerous adaptations are achieved, including the following. Adding/removing links. Links are added or removed dynamically based on the user s condition. For example, as shown in Figures 4(a) and 4(b), on the top of the welcome page, only a Login button is included for the user who has not logged in while the buttons of Logout *** and My Profile are displayed for the user already logged in. Recommendation generation. The ARAS system generates recommendations by first examining the (a) The welcome page for the user who has not logged in. (b) The welcome page for the user who has logged in. Figure 4. Pages change depending on the system s level of knowledge of them. courses the user has taken or has browsed and trying to discover the topics that the user is apparently interested in. Once a starting set of weighted topics of interest are established, a search is performed through the collection of courses and topics related to those starting topics. The results are sorted and the top recommendations are shown. Currently, this activity takes place when a user browses a course page. For example, as shown in Figure 5, the links in the recommendation table are sorted based on the user s perceived interests. Altering fragments. The content of the same page is changed for different users by selecting variant fragments based on the user profile or condition. For example, as shown in Figures 4(a) and 4(b), the paragraphs in the welcome page are different for the users who has or has not logged in.

6 template language, complex decision making and querying could be accomplished to provide the student with personalized experience. The student experience with ARAS is in its infancy, providing basic course recommendation and navigation possibilities. The next step within ARAS is to introduce the full curriculum model, allowing curriculum-based recommendations to be generated. Also, the data will be upgraded to fully represent a model university. 5. Acknowledgements Figure 5. The course page with recommendations. Inserting/removing fragments. Some fragments are conditional text which are associated on the information of the user profile. When displaying a page including the fragments, the system only presents the fragments for which the condition is true. For example, as shown in Figures 4(a) and 4(b), the fragment of Welcome back *** in the welcome page is only shown to the user who has logged in. 4. Conclusions The implemented ARAS prototype has demonstrated a layered approach to adaptive website development. Having built a set of broadly scoped, general, lowerlevel components, a particular application can be built quickly and efficiently. The layered approach supports extendability in the data model (by defining new Concepts and Relationships), the processing model (by creating new processing block elements to handle specialized request processing), and in the adaptation expressions (both by providing a general template language for expression concept-based decision-making and adaptation and by allowing the language itself to be extensible). Using ARAS, a student can navigate courses more easily and directly than the linear approach offered by either the paper version or a directly translated web site. Moreover, it has been demonstrated that it can learn about the user from their behaviour and their current course status to provide recommendations on courses. Because we could expose the data model directly to the The authors would like to thank Zhong (John) Lei and Edward Blake for their assistance with the prototype s implementation. This work was funded by the Atlantic Canada Opportunity Agency (ACOA) through the Atlantic Innovation Fund (AIF) to Dr. Ali A. Ghorbani. References [1] P. Brusilovsky. Methods and techniques of adaptive hypermedia. User Modelling and User-Adapted Interaction, 6(2-3):87 129, July [2] P. Brusilovsky, J. Eklund, and E. Schwarz. Web-based education for all: A tool for developing adaptive courseware. In Computer Networks and ISDN Systems (Proceedings of Seventh International World Wide Web Conference), pages , April [3] P. De Bra and L. Calvi. AHA: a generic adaptive hypermedia system. In Proceedings of the 2nd Workshop on Adaptive Hypertext and Hypermedia, HYPERTEXT 98, Pittsburgh, USA, June [4] IASRG. Intelligent and Adaptive Systems Research Group (IASRG). [5] IASRG. Adaptive web sites (AWS) framework high-level design document. Technical Report TR03-102, Intelligent and Adaptive Systems Research Group, Faculty of Computer Science, University of New Brunswick, Fredericton, NB, Canada, [6] T. Joachims, D. Freitag, and T. Mitchell. WebWatcher: A tour guide for the World Wide Web. In Proceedings of the Fifteenth International Joint Conference on Artificial Intelligence, pages Morgan Kaufmann, August [7] M. Kilfoil, A. Ghorbani, W. Xing, Z. Lei, J. Lu, J. Zhang, and X. Xu. Toward an adaptive web: The state of the art and science. In Proceedings of Communication Network and Services Research (CNSR) 2003 Conference, pages , Moncton, NB, Canada, May [8] G. Neumann and J. Zirvas. Skill - a scalable internetbased teaching and learning system. In Proceedings of WebNet 98, World Conference on WWW, Internet and Intranet AACE, pages 7 12, Orlando, Fl, November [9] M. Perkowitz and O. Etzioni. Adaptive web sites: Automatically synthesizing web pages. In Proceedings of the Fifteenth National Conference on Artificial Intelligence, pages , Madison, WI, USA, 1998.

Web-Based Learning Environment using Adapted Sequences of Programming Exercises

Web-Based Learning Environment using Adapted Sequences of Programming Exercises Web-Based Learning Environment using Adapted Sequences of Programming Exercises Radovan Kostelník * radok@nextra.sk Mária Bieliková * bielik@elf.stuba.sk Abstract: Adaptive hypermedia (AH) educational

More information

Enriching Lifelong User Modelling with the Social e- Networking and e-commerce Pieces of the Puzzle

Enriching Lifelong User Modelling with the Social e- Networking and e-commerce Pieces of the Puzzle Enriching Lifelong User Modelling with the Social e- Networking and e-commerce Pieces of the Puzzle Demetris Kyriacou Learning Societies Lab School of Electronics and Computer Science, University of Southampton

More information

Creating Adaptive Textbooks with AHA! (An Interactive RoundTable)

Creating Adaptive Textbooks with AHA! (An Interactive RoundTable) Creating Adaptive Textbooks with AHA! (An Interactive RoundTable) Paul De Bra, Natalia Stash, David Smits Department of Computing Science Eindhoven University of Technology (TU/e) PO Box 513, Eindhoven,

More information

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction Adaptable and Adaptive Web Information Systems School of Computer Science and Information Systems Birkbeck College University of London Lecture 1: Introduction George Magoulas gmagoulas@dcs.bbk.ac.uk October

More information

GUMSAWS: A Generic User Modeling Server for Adaptive Web Systems

GUMSAWS: A Generic User Modeling Server for Adaptive Web Systems GUMSAWS: A Generic User Modeling Server for Adaptive Web Systems Jie Zhang School of Computer Science University of Waterloo Waterloo, ON, Canada j44zhang@uwaterloo.ca Ali A. Ghorbani Faculty of Computer

More information

Improving Adaptive Hypermedia by Adding Semantics

Improving Adaptive Hypermedia by Adding Semantics Improving Adaptive Hypermedia by Adding Semantics Anton ANDREJKO Slovak University of Technology Faculty of Informatics and Information Technologies Ilkovičova 3, 842 16 Bratislava, Slovak republic andrejko@fiit.stuba.sk

More information

Towards Open Adaptive Hypermedia

Towards Open Adaptive Hypermedia [Bailey, C., Hall, W., Millard, D. E. & Weal, M. J. 2002. Towards Open Adaptive Hypermedia. In Proceedings of the Second International Conference on Adaptive Hypermedia and Adaptive Web Based Systems,

More information

Modelling of Adaptive Hypermedia Systems

Modelling of Adaptive Hypermedia Systems Modelling of Adaptive Hypermedia Systems Martin Balík, Ivan Jelínek Abstract: The amount of information on the web is permanently growing. The orientation within the information is becoming more and more

More information

Unifying Adaptive Learning Environments: authoring styles in the GRAPPLE project

Unifying Adaptive Learning Environments: authoring styles in the GRAPPLE project Unifying Adaptive Learning Environments: authoring styles in the GRAPPLE project Paul De Bra, David Smits, Evgeny Knutov, Eva Ploum, Kees van der Sluijs Eindhoven University of Technology, Department of

More information

A Flexible Layout Model for a Web-Based Adaptive Hypermedia Architecture

A Flexible Layout Model for a Web-Based Adaptive Hypermedia Architecture A Flexible Layout Model for a Web-Based Adaptive Hypermedia Architecture Peter Brusilovsky School of Information Sciences University of Pittsburgh 135 North Bellefield Avenue Pittsburgh, PA 15260 peterb@mail.sis.pitt.edu

More information

Personalized Navigation in the Semantic Web

Personalized Navigation in the Semantic Web Personalized Navigation in the Semantic Web Michal Tvarožek Institute of Informatics and Software Engineering Faculty of Informatics and Information Technology, Slovak University of Technology, Ilkovičova

More information

LECTURE 12. Web-Technology

LECTURE 12. Web-Technology LECTURE 12 Web-Technology Household issues Course evaluation on Caracal o https://caracal.uu.nl o Between 3-4-2018 and 29-4-2018 Assignment 3 deadline extension No lecture/practice on Friday 30/03/18 2

More information

Adaptive Hypermedia: Student modeling in e-learning systems

Adaptive Hypermedia: Student modeling in e-learning systems Adaptive Hypermedia: Student modeling in e-learning systems Hauptseminar E-Learning Sommersemester 2008 Matthias Hoyer LFE Medieninformatik 22.07.2008 LMU Munich Media Informatics Hauptseminar SS 2008

More information

Ministry of Higher Education and Scientific Research

Ministry of Higher Education and Scientific Research Morning Study Department of information technology Institute of Technical - Duhok. University of Polytechnic Duhok. Subject: Web Technology Course book for 2nd year. Lecturer s name: MSc. Ayman Nashwan

More information

Trillium Web Secondary Achievement Overview TWebSA April 2015

Trillium Web Secondary Achievement Overview TWebSA April 2015 Trillium Web Secondary Achievement Overview TWebSA 5.20.00 April 2015 This document is furnished under license from SRB Education Solutions Inc. and may be used or copied only in accordance with the terms

More information

Context-based Navigational Support in Hypermedia

Context-based Navigational Support in Hypermedia Context-based Navigational Support in Hypermedia Sebastian Stober and Andreas Nürnberger Institut für Wissens- und Sprachverarbeitung, Fakultät für Informatik, Otto-von-Guericke-Universität Magdeburg,

More information

ways to present and organize the content to provide your students with an intuitive and easy-to-navigate experience.

ways to present and organize the content to provide your students with an intuitive and easy-to-navigate experience. In Blackboard Learn, as you create your course, you can add a variety of content types, including text, file attachments, and tools. You can experiment with ways to present and organize the content to

More information

A Tagging Approach to Ontology Mapping

A Tagging Approach to Ontology Mapping A Tagging Approach to Ontology Mapping Colm Conroy 1, Declan O'Sullivan 1, Dave Lewis 1 1 Knowledge and Data Engineering Group, Trinity College Dublin {coconroy,declan.osullivan,dave.lewis}@cs.tcd.ie Abstract.

More information

Evolution of the Walden s Paths Authoring Tools

Evolution of the Walden s Paths Authoring Tools Evolution of the Walden s Paths Authoring Tools Unmil P. Karadkar, Luis Francisco-Revilla, Richard Furuta, Haowei Hsieh, Frank M. Shipman III Center for the Study of Digital Libraries and Department of

More information

Web Usage Data for Web Access Control (WUDWAC)

Web Usage Data for Web Access Control (WUDWAC) Web Usage Data for Web Access Control (WUDWAC) Dr. Selma Elsheikh* Abstract The development and the widespread use of the World Wide Web have made electronic data storage and data distribution possible

More information

AHA! meets Interbook, and more

AHA! meets Interbook, and more AHA! meets Interbook, and more Paul De Bra * and Tomislav Santic Department of Computing Science Eindhoven University of Technology (TU/e) PO Box 513, Eindhoven The Netherlands debra@win.tue.nl, tomi@santic.nl

More information

MICROSOFT WORD. Table of Contents. What is MSWord? Features LINC TWO

MICROSOFT WORD. Table of Contents. What is MSWord? Features LINC TWO Table of Contents What is MSWord? MS Word is a word-processing program that allows users to create, edit, and enhance text in a variety of formats. Word is a powerful word-processor with sophisticated

More information

Design issues in adaptive web-site development

Design issues in adaptive web-site development Design issues in adaptive web-site development De Bra, P.M.E. Published in: Proceedings of the Second Workshop on Adaptive Systems and User Modeling on the World Wide Web Published: 01/01/1999 Document

More information

Adaptation Control in Adaptive Hypermedia Systems

Adaptation Control in Adaptive Hypermedia Systems Adaptation Control in Adaptive Hypermedia Systems Hongjing Wu, Paul De Bra, Ad Aerts, Geert-Jan Houben Department of Computing Science Eindhoven University of Technology PO Box 513, 5600 MB Eindhoven the

More information

A Generic Transcoding Tool for Making Web Applications Adaptive

A Generic Transcoding Tool for Making Web Applications Adaptive A Generic Transcoding Tool for Making Applications Adaptive Zoltán Fiala 1, Geert-Jan Houben 2 1 Technische Universität Dresden Mommsenstr. 13, D-01062, Dresden, Germany zoltan.fiala@inf.tu-dresden.de

More information

Blackboard 5 Level One Student Manual

Blackboard 5 Level One Student Manual Blackboard 5 Level One Student Manual Blackboard, Inc. 1899 L Street NW 5 th Floor Washington DC 20036 Copyright 2000 by Blackboard Inc. All rights reserved. No part of the contents of this manual may

More information

Modelling of an Adaptive Hypermedia System Based on Active Rules

Modelling of an Adaptive Hypermedia System Based on Active Rules Modelling of an Adaptive Hypermedia System Based on Active Rules Hussein Raad and Bernard Causse LIUPPA Université de Pau BP 576 64010 Pau cedex Tel : 01.47.98.72.84 raadhussein@hotmail.com Bernard.Causse@iutbay.univ-pau.fr

More information

Evaluating Three Scrutability and Three Privacy User Privileges for a Scrutable User Modelling Infrastructure

Evaluating Three Scrutability and Three Privacy User Privileges for a Scrutable User Modelling Infrastructure Evaluating Three Scrutability and Three Privacy User Privileges for a Scrutable User Modelling Infrastructure Demetris Kyriacou, Hugh C Davis, and Thanassis Tiropanis Learning Societies Lab School of Electronics

More information

Incorporating Cognitive/Learning Styles in a General-Purpose Adaptive Hypermedia System

Incorporating Cognitive/Learning Styles in a General-Purpose Adaptive Hypermedia System Incorporating Cognitive/Learning Styles in a General-Purpose Adaptive Hypermedia System Natalia Stash June 25, 2008 1 Contents Introduction Goals of the Dissertation Implementation of a General-Purpose

More information

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World Introduction Paradigm Publishing Paradigm understands the needs of today s educators and exceeds the demand by offering the latest technological advancements for coursework settings. With the success of

More information

Evaluating Adaptive Web Site Agents

Evaluating Adaptive Web Site Agents ABSTRACT Evaluating Adaptive Web Site Agents Michael J. Pazzani Department of Information and Computer Science University of California, Irvine +1(949) 824-5888 pazzani@ics.uci.edu Daniel Billsus Department

More information

An Adaptive Hypermedia Presentation Modeling System for Custom Knowledge Representations

An Adaptive Hypermedia Presentation Modeling System for Custom Knowledge Representations An Adaptive Hypermedia Presentation Modeling System for Custom Knowledge Representations Pablo Castells and José Antonio Macías E.T.S. de Informática, Universidad Autónoma de Madrid Campus de Cantoblanco,

More information

CSA402. Lecture 13. Solutions provided by Adaptive Hypertext Systems

CSA402. Lecture 13. Solutions provided by Adaptive Hypertext Systems CSA402 Lecture 13 Solutions provided by Adaptive Hypertext Systems CSA402: Lecture 13 1 Problems addressed Lost in HyperSpace Cognitive overload Complexity of the search space Search-browsing Static hypertext

More information

etalus Process Guide Faculty Role

etalus Process Guide Faculty Role etalus Process Guide Faculty Role Information Management Client Support Services / DCATS 210-567-777 / Option 5 etalus Process Guide Version 3 Sept. 2011 Table of Contents ABOUT ETALUS... 3 ETALUS ENHANCEMENTS...

More information

eportfolio Support Guide

eportfolio Support Guide eportfolio Support Guide D2L Services West Chester University of Pennsylvania www.wcupa.edu/d2l 610-436-3350, option 2 Anderson Hall, room 20 d2l@wcupa.edu v10.3 September 2014 1 CONTENTS EPortfolio Basics

More information

Adaptive Navigation Methods and Techniques: The Basics.

Adaptive Navigation Methods and Techniques: The Basics. Adaptive Navigation Methods and Techniques: The Basics Owen.Conlan@scss.tcd.ie The problem Adaptive navigation support is a specific group of technologies that support user navigation in hyperspace, by

More information

A Fully Generic Approach for Realizing the Adaptive Web. Prof. dr. Paul De Bra Ir. David Smits

A Fully Generic Approach for Realizing the Adaptive Web. Prof. dr. Paul De Bra Ir. David Smits A Fully Generic Approach for Realizing the Adaptive Web Prof. dr. Paul De Bra Ir. David Smits We live in a one size fits all world What s wrong with this picture? Where else do we see the same problem?

More information

Interactive White Board

Interactive White Board Interactive White Board Handout: Level 1 elearning Department 16 Contents 1) Introduction to Interactive White Board... 3 1.1 Interactive White Board (IWB)... 3 1.2 HARDWARE used in IWB... 3 1.3 Operating

More information

AIDAS: Incremental Logical Structure Discovery in PDF Documents

AIDAS: Incremental Logical Structure Discovery in PDF Documents AIDAS: Incremental Logical Structure Discovery in PDF Documents Anjo Anjewierden Social Science Informatics, University of Amsterdam Roetersstraat 15, 1018 WB Amsterdam, The Netherlands anjo@swi.psy.uva.nl

More information

Ursuline College Accelerated Program

Ursuline College Accelerated Program Ursuline College Accelerated Program CRITICAL INFORMATION! DO NOT SKIP THIS LINK BELOW... BEFORE PROCEEDING TO READ THE UCAP MODULE, YOU ARE EXPECTED TO READ AND ADHERE TO ALL UCAP POLICY INFORMATION CONTAINED

More information

Overview of Web Mining Techniques and its Application towards Web

Overview of Web Mining Techniques and its Application towards Web Overview of Web Mining Techniques and its Application towards Web *Prof.Pooja Mehta Abstract The World Wide Web (WWW) acts as an interactive and popular way to transfer information. Due to the enormous

More information

User Guide. ISI Web of Knowledge Service for UK Education. Web of Knowledge. Helpdesk: Helpline:

User Guide. ISI Web of Knowledge Service for UK Education. Web of Knowledge. Helpdesk: Helpline: Web of Knowledge Through the ISI Web of Knowledge platform, users can search ISI Web of Science, ISI Proceedings and External Collections. Web of Knowledge Home page Use the drop down-down list in the

More information

MAPILab Statistics for SharePoint User Guide

MAPILab Statistics for SharePoint User Guide MAPILab Statistics for SharePoint User Guide Edition 1.0, April 2010, MAPILab LTD. Contents Introduction... 3 Quick start... 3 Getting started... 4 Report selection... 6 Report generation... 10 Filters

More information

Support Notes (Issue 1) September Diploma in Digital Applications (DA105) Coding for the web

Support Notes (Issue 1) September Diploma in Digital Applications (DA105) Coding for the web Support Notes (Issue 1) September 2016 Diploma in Digital Applications (DA105) Coding for the web Careers Fair Key points for this SPB The DA105 SPB 0916 is valid for moderation in June 2017, December

More information

Intelligent web site: Understanding the visitor behavior

Intelligent web site: Understanding the visitor behavior Intelligent web site: Understanding the visitor behavior Juan D. Velásquez 1, Pablo A. Estévez 2,3, Hiroshi Yasuda 1, Terumasa Aoki 1, and Eduardo Vera 4 1 Research Center for Advanced Science and Technology,

More information

Blackboard 5. Instructor Manual Level One Release 5.5

Blackboard 5. Instructor Manual Level One Release 5.5 Bringing Education Online Blackboard 5 Instructor Manual Level One Release 5.5 Copyright 2001 by Blackboard Inc. All rights reserved. No part of the contents of this manual may be reproduced or transmitted

More information

V12 Highlights. What s new in Richmond ServiceDesk V12?

V12 Highlights. What s new in Richmond ServiceDesk V12? V12 Highlights What s new in? Richmond ServiceDesk v12 incorporates many new features including a new Report Generator, a new CSP Homepage Designer, a new CSP Menu Designer, a new CSP Panels and new CSP

More information

User Reference Guide

User Reference Guide LEARNING CENTRE http://lms.toyota.com.au User Reference Guide Page 1 Learning Centre User Overview Reference Guide Last Modified 23/07/10 2010 Toyota Institute Australia. All rights reserved. All brand

More information

Internet Application Developer

Internet Application Developer Internet Application Developer SUN-Java Programmer Certification Building a Web Presence with XHTML & XML 5 days or 12 evenings $2,199 CBIT 081 J A V A P R O G R A M M E R Fundamentals of Java and Object

More information

AHAM: A Dexter-based Reference Model for Adaptive Hypermedia

AHAM: A Dexter-based Reference Model for Adaptive Hypermedia AHAM: A Dexter-based Reference Model for Adaptive Hypermedia Paul De Bra, Geert-Jan Houben y and Hongjing Wu Department of Computing Science Eindhoven University of Technology PO Box 513 NL 5600 MB Eindhoven

More information

Unit title: Computing: Authoring a Website (SCQF level 6)

Unit title: Computing: Authoring a Website (SCQF level 6) National Unit specification General information Unit code: F3T2 12 Superclass: CB Publication date: December 2013 Source: Scottish Qualifications Authority Version: 02 Unit purpose This Unit is designed

More information

Introduction. Welcome to PeopleAdmin 7, the new and improved Online Employment System. This system allows applicants to:

Introduction. Welcome to PeopleAdmin 7, the new and improved Online Employment System. This system allows applicants to: Table of Contents 1. Introduction 3 2. Navigation and Security 4 3. Employment Opportunities 5 4. Homepage 6 5. Viewing and Searching Available Positions 7-9 6. Viewing a Posting 10 7. Information to Gather

More information

eportfolio 1.1 and 2.0

eportfolio 1.1 and 2.0 User Guide Second Edition, April 14, 2009 2009 by Desire2Learn, Inc. All rights reserved 2009 by Desire2Learn, Inc. All rights reserved. 305 King Street West, Suite 200 Kitchener, Ontario N2G 1B9 Canada

More information

TechPaths: A Curriculum Mapping System User s Guide 4.3 Revised July, 2007

TechPaths: A Curriculum Mapping System User s Guide 4.3 Revised July, 2007 TechPaths: A Curriculum Mapping System User s Guide 4.3 Revised July, 2007 TABLE OF CONTENTS 9 Table of Content Vision Statement Performance Pathway s Vision................................page 2 Getting

More information

AHAM: A Dexter-based Reference Model for Adaptive Hypermedia

AHAM: A Dexter-based Reference Model for Adaptive Hypermedia AHAM: A Dexter-based Reference Model for Adaptive Hypermedia Paul De Bra, Geert-Jan Houben and Hongjing Wu Department of Computing Science Eindhoven University of Technology PO Box 513 NL 5600 MB Eindhoven

More information

ESDA-Operation Manual Version 1.0. E-platform for School Development & Accountability (ESDA) Operation Manual. Nov [Version 1.

ESDA-Operation Manual Version 1.0. E-platform for School Development & Accountability (ESDA) Operation Manual. Nov [Version 1. E-platform for School Development & Accountability (ESDA) Operation Manual Nov 2005 [Version 1.0] Copyright 2005 Education and Manpower Bureau Page 1 Table of Contents About this Operation Manual... 6

More information

Co. Louth VEC & Co. Monaghan VEC. Programme Module for. Web Authoring. leading to. Level 5 FETAC. Web Authoring 5N1910

Co. Louth VEC & Co. Monaghan VEC. Programme Module for. Web Authoring. leading to. Level 5 FETAC. Web Authoring 5N1910 Co. Louth VEC & Co. Monaghan VEC Programme Module for Web Authoring leading to Level 5 FETAC Web Authoring 5N1910 Web Authoring 5N1910 1 Introduction This programme module may be delivered as a standalone

More information

Methodologies for Web Information System Design

Methodologies for Web Information System Design Methodologies for Web Information System Design Peter Barna, Flavius Frasincar, Geert-Jan Houben, and Richard Vdovjak Technische Universiteit Eindhoven PO Box 53, NL-5600 MB Eindhoven, The Netherlands

More information

SQA Advanced Unit specification. General information for centres. Unit title: Web Development Fundamentals. Unit code: HR7M 47

SQA Advanced Unit specification. General information for centres. Unit title: Web Development Fundamentals. Unit code: HR7M 47 SQA Advanced Unit specification General information for centres Unit title: Web Development Fundamentals Unit code: HR7M 47 Unit purpose: This Unit is designed to enable candidates to develop websites

More information

Microsoft Word 2013 Introductory By Misty E Vermaat

Microsoft Word 2013 Introductory By Misty E Vermaat MICROSOFT WORD 2013 INTRODUCTORY BY MISTY E VERMAAT PDF - Are you looking for microsoft word 2013 introductory by misty e vermaat Books? Now, you will be happy that at this time microsoft word 2013 introductory

More information

Page 1 of 13. E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad Phone:

Page 1 of 13. E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad   Phone: E-COMMERCE PROJECT HundW Consult MENA Instructor: Ahmad Hammad Email: AhmadNassr@gmail.com Phone: 0599042502 1. Rationale This is the major project for both (Open Source and.net teams) as an E-Commerce

More information

Using the Web in Your Teaching

Using the Web in Your Teaching Using the Web in Your Teaching November 16, 2001 Dirk Morrison Extension Division, University of Saskatchewan Workshop Outline What will we cover? Why use the Web for teaching and learning? Planning to

More information

An Annotation Tool for Semantic Documents

An Annotation Tool for Semantic Documents An Annotation Tool for Semantic Documents (System Description) Henrik Eriksson Dept. of Computer and Information Science Linköping University SE-581 83 Linköping, Sweden her@ida.liu.se Abstract. Document

More information

Adaptive Socio-Recommender System for Open Corpus E-Learning

Adaptive Socio-Recommender System for Open Corpus E-Learning Adaptive Socio-Recommender System for Open Corpus E-Learning Rosta Farzan Intelligent Systems Program University of Pittsburgh, Pittsburgh PA 15260, USA rosta@cs.pitt.edu Abstract. With the increase popularity

More information

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements Introduction Paradigm Publishing Paradigm understands the needs of today s educators and exceeds the demand by offering the latest technological advancements for coursework settings. With the success of

More information

Domain Specific Search Engine for Students

Domain Specific Search Engine for Students Domain Specific Search Engine for Students Domain Specific Search Engine for Students Wai Yuen Tang The Department of Computer Science City University of Hong Kong, Hong Kong wytang@cs.cityu.edu.hk Lam

More information

ER/Studio Enterprise Portal Evaluation Guide. Published: March 6, 2009

ER/Studio Enterprise Portal Evaluation Guide. Published: March 6, 2009 ER/Studio Enterprise Portal 1.0.3 Evaluation Guide Published: March 6, 2009 Contents Introduction to ER/Studio Enterprise Portal 1.0... 3 Session 1: Getting Started with the Enterprise Portal... 4 Session

More information

Curriculum Mapping for National Curriculum Statement Grades R-12 and Oracle Academy.

Curriculum Mapping for National Curriculum Statement Grades R-12 and Oracle Academy. Curriculum Mapping for National Curriculum Statement Grades R-12 and Oracle Academy. Contents Executive Summary... 3 IT Curriculum Overview... 3 Aims... 3 Oracle Academy Introduction to Computer Science...

More information

AHAM: A Reference Model to Support Adaptive Hypermedia Authoring

AHAM: A Reference Model to Support Adaptive Hypermedia Authoring AHAM: A Reference Model to Support Adaptive Hypermedia Authoring Hongjing Wu, Geert-Jan Houben, Paul De Bra Department of Mathematics and Computing Science Eindhoven University of Technology PO Box 513,

More information

Final Project Design Document Heidi Weber. Purpose:

Final Project Design Document Heidi Weber. Purpose: Final Project Design Document Heidi Weber Purpose: The purpose of the web site I will be designing is to showcase the artifacts, knowledge, and competencies gained throughout the Instructional Technology

More information

From Adaptive Hypermedia to the Adaptive Web Systems. WWW: One Size Fits All?

From Adaptive Hypermedia to the Adaptive Web Systems. WWW: One Size Fits All? From Adaptive Hypermedia to the Adaptive Web Systems Peter Brusilovsky School of Information Sciences University of Pittsburgh, USA peterb@mail.sis.pitt.edu http://www.sis.pitt.edu/~peterb WWW: One Size

More information

The Oracle Academy Introduction to Computer Science

The Oracle Academy Introduction to Computer Science The Oracle Academy Introduction to Computer Science The Oracle Academy Welcome! Caron Newman Senior Curriculum Manager The Oracle Academy www.sitwithme.org 2 2012 Oracle Corporation The Oracle Academy

More information

Development of Educational Software

Development of Educational Software Development of Educational Software Rosa M. Reis Abstract The use of computer networks and information technology are becoming an important part of the everyday work in almost all professions, especially

More information

Weighted Page Rank Algorithm Based on Number of Visits of Links of Web Page

Weighted Page Rank Algorithm Based on Number of Visits of Links of Web Page International Journal of Soft Computing and Engineering (IJSCE) ISSN: 31-307, Volume-, Issue-3, July 01 Weighted Page Rank Algorithm Based on Number of Visits of Links of Web Page Neelam Tyagi, Simple

More information

Introduction to Programming

Introduction to Programming Introduction to Programming Course ISI-1329 - Three Days - Instructor-Led Introduction This three-day, instructor-led course introduces students to computer programming. Students will learn the fundamental

More information

Assessment Marks Entry System

Assessment Marks Entry System DIT Information Services Assessment Marks Entry System Using the Electronic Grade Book (EGB) for Assessment and Reassessment Niall Dixon, IT Training Manager, Information Services Dublin Institute of Technology

More information

AutoCAD 2009 Certification Exam Guide

AutoCAD 2009 Certification Exam Guide AutoCAD 2009 Certification Exam Guide AutoCAD 2009 Certification Exam Guide Preparation Guide for AutoCAD 2009 Certified Associate and AutoCAD 2009 Certified Professional Certification Exams This guide

More information

KENDRIYA VIDYALAYA CHENANI (J & K)

KENDRIYA VIDYALAYA CHENANI (J & K) KENDRIYA VIDYALAYA CHENANI (J K) SESSION: 2017-18 SPLIT-UP OF COMPUTER EDUCATION Class : III INTRODUCTION ABOUT COMPUTERS What is Computer? April Introduction about main parts of computer 1. Advantages

More information

A Multidimensional Approach for Modelling and Supporting Adaptive Hypermedia Systems

A Multidimensional Approach for Modelling and Supporting Adaptive Hypermedia Systems A Multidimensional Approach for Modelling and Supporting Adaptive Hypermedia Systems Mario Cannataro, Alfredo Cuzzocrea, Andrea Pugliese ISI-CNR, Via P. Bucci, 41/c 87036 Rende, Italy {cannataro, apugliese}@si.deis.unical.it,

More information

SIMILARITY MEASURES FOR MULTI-VALUED ATTRIBUTES FOR DATABASE CLUSTERING

SIMILARITY MEASURES FOR MULTI-VALUED ATTRIBUTES FOR DATABASE CLUSTERING SIMILARITY MEASURES FOR MULTI-VALUED ATTRIBUTES FOR DATABASE CLUSTERING TAE-WAN RYU AND CHRISTOPH F. EICK Department of Computer Science, University of Houston, Houston, Texas 77204-3475 {twryu, ceick}@cs.uh.edu

More information

Harlan County Public Schools. NTI Days Web Design, Advanced Multimedia. Grades 9-12, HCHS

Harlan County Public Schools. NTI Days Web Design, Advanced Multimedia. Grades 9-12, HCHS Harlan County Public Schools NTI Days 1-10 Web Design, Advanced Multimedia Grades 9-12, HCHS Introduction: On any days designated as Non-Traditional Instruction (NTI) days, students will be required to

More information

Tennessee. Business Technology Course Code Web Design Essentials. HTML Essentials, Second Edition 2010

Tennessee. Business Technology Course Code Web Design Essentials. HTML Essentials, Second Edition 2010 Tennessee Business Technology Course Code 6501240 Web Design Essentials HTML Essentials, Second Edition 2010 Notation Key SE Student Edition LE Learning Expectation Standard 1.0 Demonstrate knowledge of

More information

CTI Higher Certificate in Information Systems (Internet Development)

CTI Higher Certificate in Information Systems (Internet Development) CTI Higher Certificate in Information Systems (Internet Development) Module Descriptions 2015 1 Higher Certificate in Information Systems (Internet Development) (1 year full-time, 2½ years part-time) Computer

More information

Microsoft Office 2013 Introductory

Microsoft Office 2013 Introductory MICROSOFT OFFICE 2013 INTRODUCTORY PDF - Are you looking for microsoft office 2013 introductory Books? Now, you will be happy that at this time microsoft office 2013 introductory PDF is available at our

More information

Exemplar Candidate Work Part 1 of 2 GCE in Applied ICT. OCR Advanced GCE in Applied ICT: H715 Unit G057: Database design

Exemplar Candidate Work Part 1 of 2 GCE in Applied ICT. OCR Advanced GCE in Applied ICT: H715 Unit G057: Database design Exemplar Candidate Work Part 1 of 2 GCE in Applied ICT OCR Advanced GCE in Applied ICT: H715 Unit G057: Database design OCR 2011 Contents Contents 2 Introduction 3 Moderator s Commentary: G057 Database

More information

National Unit Specification: general information. The Internet (Higher) NUMBER DM4F 12. Information Systems (Higher)

National Unit Specification: general information. The Internet (Higher) NUMBER DM4F 12. Information Systems (Higher) National Unit Specification: general information NUMBER DM4F 12 COURSE Information Systems (Higher) SUMMARY This Unit is designed to develop knowledge and understanding of the operating principles of the

More information

Elsevier s Engineering and Geosciences solutions Supporting you and your users

Elsevier s Engineering and Geosciences solutions Supporting you and your users 1 Elsevier s Engineering and Geosciences solutions Supporting you and your users Susan Watson Customer Consultant 30 th November 2016 Andrew Dodd Solutions Manager ENGINEERING PORTFOLIO TITLE OF PRESENTATION

More information

Web CMS Sub Administrator Training

Web CMS Sub Administrator Training Web CMS Sub Administrator Training - Introduction... 2 User Administration... 2 User Roles... 2 Administrator... 2 Sub Administrator... 2 Content Contributor... 2 Site User... 3 Overview of User Management...

More information

Instructional Improvement System (IIS) Dashboard District User Guide Statewide Longitudinal Data System (SLDS)

Instructional Improvement System (IIS) Dashboard District User Guide Statewide Longitudinal Data System (SLDS) Instructional Improvement System (IIS) Dashboard District User Guide Statewide Longitudinal Data System (SLDS) June 10, 2014 Page 1 of 36 IIS Dashboard District User Guide 2 Contents Project Overview...

More information

(http://www.emeraldinsight.com)

(http://www.emeraldinsight.com) Emerald (http://www.emeraldinsight.com) Emerald publishes the world's widest range of management journals which provides information, ideas and opportunity to gain insight into key management topics. Emerald

More information

INTRODUCTION TO GRAPHIC DESIGN FOR WEB AND PRINT (INTENSIVE) COURSE ID: GD0086

INTRODUCTION TO GRAPHIC DESIGN FOR WEB AND PRINT (INTENSIVE) COURSE ID: GD0086 NEW THIS SEMESTER: INTENSIVE COURSES! THE TYPICALLY 12 - WEEK VERSIONS HAVE BEEN CONDENSED TO SIX-WEEK COURSES MEETING SEMI-WEEKLY. SO NOW YOU CAN KICK - START YOUR NEW YEAR WITH AN INTENSIVE BURST OF

More information

Tennessee. Trade & Industrial Course Web Page Design II - Site Designer Standards. A Guide to Web Development Using Adobe Dreamweaver CS3 2009

Tennessee. Trade & Industrial Course Web Page Design II - Site Designer Standards. A Guide to Web Development Using Adobe Dreamweaver CS3 2009 Tennessee Trade & Industrial Course 655745 Web Page Design II - Site Designer Standards A Guide to Web Development Using Adobe Dreamweaver CS3 2009 ation Key SE Student Edition LE Learning Expectation

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK A SURVEY ON WEB CONTENT MINING DEVEN KENE 1, DR. PRADEEP K. BUTEY 2 1 Research

More information

MEPD: Medaka Expression Pattern Database. User manual. 11th September Juan L. Mateo

MEPD: Medaka Expression Pattern Database. User manual. 11th September Juan L. Mateo MEPD: Medaka Expression Pattern Database User manual 11th September 2015 Juan L. Mateo Centre for Organismal Studies, University of Heidelberg, juan.mateo@cos.uni-heidelberg.de Contents 1 Introduction

More information

Creating and Delivering Adaptive Courses with AHA!

Creating and Delivering Adaptive Courses with AHA! Creating and Delivering Adaptive Courses with AHA! Paul De Bra, David Smits, Natalia Stash Faculty of Mathematics and Computer Science, Eindhoven University of Technology, Postbus 513, 5600 MB Eindhoven,

More information

Prototyping Navigation in Web-Based Information Systems Using WebML

Prototyping Navigation in Web-Based Information Systems Using WebML Prototyping Navigation in Web-Based Information Systems Using WebML Jaroslav KURUC 1, Peter DOLOG 2 and Mária BIELIKOVÁ 1 1 Institute of Informatics and Software Engineering, Faculty of Informatics and

More information

How to Guide. For Personal Users

How to Guide. For Personal Users How to Guide For Personal Users February 2016 Contents Introduction... 2 Features and functions:... 2 Accessing UICollaboratory... 3 Home Page... 3 Homepage Key Features... 3 Collaboration Map... 4 Search

More information

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward Perch Documentation U of M - Department of Computer Science Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward 1 TABLE OF CONTENTS Introduction to Perch History of Perch ---------------------------------------------

More information

MICROSOFT ESSENTIALS & SPECIFIC COURSES

MICROSOFT ESSENTIALS & SPECIFIC COURSES MICROSOFT ESSENTIALS & SPECIFIC COURSES INTRODUCTION Microsoft Office is the term adopted for the set of desktop applications that offer flexible and powerful ways for using technology to manage the daily

More information

Support Notes (Issue 1) September Snap it! Certificate in Digital Applications (DA105) Coding for the Web

Support Notes (Issue 1) September Snap it! Certificate in Digital Applications (DA105) Coding for the Web Support Notes (Issue 1) September 2014 Certificate in Digital Applications (DA105) Coding for the Web Snap it! Introduction Before tackling the Summative Project Brief (SPB), students should have acquired

More information