Supporting Multilingual Paths over the WWW

Size: px
Start display at page:

Download "Supporting Multilingual Paths over the WWW"

Transcription

1 Supporting Multilingual Paths over the WWW Unmil P. Karadkar, Luis Francisco-Revilla, Richard Furuta, Frank M. Shipman III, Avital Arora Center for the Study of Digital Libraries and Department of Computer Science Texas A&M University College Station, TX USA {unmil, l0f0954, furuta, shipman, Abstract Walden s Paths is a Web-based implementation of trails. It facilitates the use of Web documents in K-12 classrooms by allowing teachers to contextualize Web-based information to best suit their curricular goals. With the rapid spread of the Web to countries that speak different languages, there is a need to provide multilingual support for Walden s Paths. In this paper we discuss the issues that must be considered while providing this support and present a prototype version of the path server that supports three languages. Introduction The spread of computers around the world has opened up new markets for software developers. Many software vendors must now design their software for use in different parts of the world, by people who speak different languages and have different cultures. The issues in internationalization and localization of software have been well documented [Russo 1993, del Galdo 1996, Kokkotos 1997]. The World-Wide Web (also referred to as the WWW or the Web) brings different cultures and countries closer together in an unprecedented way. It facilitates computing in a truly global sense, in that it is now possible to transfer messages across the globe in a matter of seconds or use computing resources located anywhere in the world. This implies that developers of Web sites must consider internationalization issues and design Web pages that cater to culturally diverse audience. Nielsen has addressed the issue of designing Web sites targeted at an international audience [Nielsen 2000]. The discussion of internationalization issues and the advantages of global reach have influenced the design on many corporate Web sites. The Web sites of CNN, Yahoo!, BBC, Amazon and Lufthansa Airlines are some that offer information in multiple languages to their visitors. While professional software developers and service providers have been quick to adopt multilingual interfaces, it is difficult to find parallels in educational software. Vannevar Bush, in 1945, proposed the concept of trails as a means to associate and communicate information items that are semantically related but physically scattered in a hypertextual web [Bush 1945]. Since then, trails have been implemented in various hypermedia systems, for example, in Guided Tours and TableTops [Trigg 1988], in NoteCards [Halasz 1987] and in Scripted Paths [Zellweger 1989]. Walden s Paths ( is a Web-based implementation of a path mechanism. In its present form, the Web cannot be considered as a digital library. It lacks the crucial services like cataloging and collection development [Levy 1995]. In the absence of editors, librarians and publishers, users of the Web are deprived of guidance to trustworthy material [Wiederhold 1995]. Walden s Paths provides a service that helps in reformulating Web-based material into a Digital Library context. Authors of paths add metadata to Web-based information in order to contextualize it. The humangenerated metadata enhances the value of the document collection when used in conjunction with automatically generated metadata as it describes materials in terms of their expected usage instead of characterizing them based only on the terms they contain. It also aids resource discovery at the collection and sub-collection level and is useful for recording within-collection organization [Marshall 1998]. The authors of paths are usually persons with some domain knowledge and material annotated by them can be expected to have a sense of authority. [Schatz 1996] defines federation as mapping together similar objects from different collections. Paths aid in federation of Web materials as they usually contain documents from different Web sites and hence different sources and collections. In this paper, we discuss issues involved in the internationalization of Walden s Paths, a Web-based educational software package. While much of the discussion focuses on issues involving K-12 education, Walden s Paths can be used as a tool to federate WWW materials, providing library services over the WWW.

2 Figure 1: The Walden s Paths Start Page Section 2 briefly describes Walden s Paths. Section 3 outlines the architecture for internationalization of Walden s Paths. We discuss the features supported by a multilingual version of Walden s Paths in Section 4. In Section 5 we highlight some unresolved issues and present our plan for future work. The final section provides a general discussion and concluding remarks. 1 Walden s Paths Walden s Paths can be accessed from any standard Web browser that supports frames and JavaScript. Paths are linear, directed, network-based metadocuments. A path is essentially a collection of Web documents that are to be traversed in the order of their appearance. In general, the author of a path is not the author of the Web documents that the path contains. Walden s Paths was developed for use as an educational aid in K-12 classrooms to help teachers achieve their curricular goals. Most information on the Web is not oriented towards young audiences and hence it must be contextualized before it is used in the classroom. The author of the path (usually the teacher) can do so by adding HTML annotations to the pages on the paths and by providing a higher-level abstract for the entire path. For a detailed description of issues and experiences with Walden s Paths, refer to [Shipman 1996, Furuta 1997, Shipman 1998]. Viewers select a path to traverse from the list of paths presented to them as shown in Figure 1. Figure 2 illustrates the typical browser window during a Walden s Paths session. The window is divided into three frames. The bottom frame, called the Content Figure 2: The Walden s Paths Interface Frame, displays the original page as the user would see it when viewed outside the Walden s Paths interface. The top-right frame, called the Annotation Frame is where the author s annotations to the current page are displayed. These annotations may contextualize, elucidate or analyze the information in the Content Frame. An annotation may highlight a focal point for the viewers, provide pointers to related resources or pose questions regarding the page displayed below. The top-left frame, called the Control Frame, displays the widgets that the viewer uses to navigate along the path. The reader may click on the left and right arrows to move along the path or on the numbered images to jump to a particular page on the path. A click on the lettered icon i displays an overview of the path and information about the author if it is available. Clicking on the image labeled as Walden s Paths brings up the start page again. The Control Frame also contains a link to the original URL of the page in the Content Frame and the user can follow it to view the page without the Walden s Paths interface. While navigating along the path, the reader is free to follow any of the links on the page being viewed. The new page is now displayed in the Content Frame and a Return to Path icon replaces the widgets in the Control Frame. The reader may follow any number of links and be at ease in the knowledge that a single click will return him to the point where he veered off the path. 2 System Architecture Figure 3 illustrates the architecture of Walden s Paths. This Figure displays the author as well as the reader perspective of the system. Readers access Walden s Paths through the Path Server, which is implemented as

3 Reader Browser Path Server HTTP Server Path Publisher Publish Paths Language Selector Control Widgets Fonts Local Paths Save/Load Paths PathAuthor Browser Author Published Paths P 1 P 2 P n L 1 L 2 L 2 L 1 L 3 L 4 Figure 3: Architecture of Walden s Paths a CGI program. When the reader selects a path to view, the Path Server selects the path in the appropriate language and loads the Control Widgets, Fonts and the path from the database of published paths. As the reader requests a page on the path, the Path Server reads the URL, retrieves the page from the HTTP server that contains it and displays it in the Content Frame. Path creation is a two-step process [Karadkar 2000]. It enables the authoring of paths in the absence of a network connection, provided authors already know which URLs they want to include in a path. The authored path can then be published when a network connection is available. This scheme allows authors to create paths from their home or while they are traveling. The author first creates a path on the local file system using the PathAuthor, which is a networkindependent tool that supports multilingual annotations. The paths that are stored locally must be uploaded to a Web server before the readers can access them. This process is called publishing. The author publishes a path using the PathPublisher, another CGI program. During the authoring process, the author may also act as the reader in order to view the path created by him. 3 System Features in Support of Internationalization The PathAuthor 1 allows authors to create paths and store them on their local file systems. It currently supports three languages: English (the default language), Hindi (the national language of India) and Spanish. A snapshot taken during the creation of a path is shown in Figure 4. The left part of the PathAuthor interface displays information about the path as a whole. It contains the title of the path and provides a listing of all the pages in the path. While the title for a page may be different in each language, the PathAuthor currently displays the title for the English version of each page only. The author may also provide a different path title for each language. The order of pages in a path can be altered using the Shift Up and Shift Down buttons. The right side of the interface displays information about individual pages in the path. More specifically, it 1 This section provides a short introduction to the PathAuthor and the PathPublisher. For a detailed description of these tools and a preliminary evaluation, see [Karadkar 2000].

4 displays the details of the page that has been selected in the list of pages on the left. For every page on the path, the author provides the title, URL, annotation and caching preferences. If the author wishes to make the page available in multiple languages, he must provide these fields for each language that the path supports. The right part of the interface also contains buttons for adding pages to the path, deleting the page that is currently displayed and for viewing other pages in the path. The Undo Changes button reverts all changes made to the current version of the page since it was displayed. The PathAuthor supports the standard New, Open and Save features. The author may provide his contact details, a brief abstract and an expiration date for the path (displayed when the reader selects the i icon) for display. The path shown in Figure 4 contains titles, pages and annotations in all three languages. In this Figure the path title is displayed in Hindi and the page details are displayed in Spanish in order to present the maximum features. Also notice that ñ character in Spanish is written as its HTML equivalent, ñ, as the Annotation field actually accepts HTML input. This path is called a master path as it is conceptually a path that contains pages in all languages. This path serves as a model for creating individual paths in each of the languages. The master path must be split into paths for every language that it supports before it can be viewed via the Walden s Paths server. The relationship between the master path and a path generated from it for a particular language is analogous to that between a Class and an Object (an instantiation of a Class) in Object- Oriented Programming. Paths for different languages are generated from the master path that serves as a conceptual and semantic model for the paths. The PathPublisher generates individual paths for each supported language from the master path automatically at the time of publishing the path. Figure 5 displays the interface of the PathPublisher. The PathPublisher requires user authentication to ensure that no one but Figure 4: Walden s PathAuthor

5 the author can tamper with his/her published paths. Once the author successfully logs in, he is free to add or delete paths. The published version of a path cannot be modified. The author must edit the path locally, delete the published version of the path, and then republish the modified path. While this method may seem cumbersome it ensures that different paths generated from a master path remain synchronized. Additionally, this reduces the processing required by the path server. However, it does make switching between different versions of a path awkward. It may happen that parallels for a certain page on the path may not be available in all languages. However, the page must be included in all paths to maintain the sequence and flow of the narrative. The PathAuthor handles such situations by the use of a default language. When the paths are generated, any missing pages for path in a certain language are substituted with a parallel page in the default language. Currently the PathAuthor treats the pages in English as the default pages. Figures 6 and 7 display an example of pages on the Travel India path. The fourth page on the both the paths refers to Sanchi, the location of some of the oldest Buddhist Stupas. Figure 6 shows the 4 th page in the Hindi version of the path, which points to a Hindi page. Figure 7 points to the Spanish version of the path. The Travel India path did not have a page in the Spanish version, so during the creation of this path, the system included the page from the English version (the annotation is in English). The language in the Control Frame points to the fact that the path being viewed is in Spanish. The main page of the Walden s Paths server (shown in Figure 1) allows readers to view paths that have been authored in the various languages that it supports. Thus, clicking on the link titled Español displays the interface in Spanish and lists all paths that are available in Spanish. The link labeled Create Virtual Directories allows readers to group paths that satisfy certain criteria using a search mechanism. Figure 5: Walden s PathPublisher

6 Figure 6: Hindi Page on Sanchi Figure 7: Spanish Page on Sanchi

7 4 Issues and Future Work The current support provided for viewing paths in multiple languages is by no means complete. Several issues still remain in providing a complete multilingual experience to the authors and the readers of Walden s Paths. While readers can view the paths in their native language, the author still must know English, as the interface of the PathAuthor currently is available only in one language. For an internationalized version of Walden s Paths, the interface of the PathAuthor must be converted to the various languages that it supports using the various internationalization and localization techniques suggested in [Russo 1993, del Galdo 1996]. The PathPublisher also must support multiple languages and must accept input in these languages in order to provide complete multilingual support. While this feature is already supported for European languages, it is essential that this support be extended to languages that use non-european scripts. Finding the required information is a crucial aspect of path creation. Currently, most of the information on the Web is available in English. Finding information on different topics turned out to be an exercise in patience, perseverance and hope. However, we expect this task to be easier in the future due to the increasing multilingual support provided by various Web search engines. AltaVista [AltaVista 2000] and Google [Google 2000] also allow users to search for Web pages in specific languages. This is a very useful feature for authors who would like to find languagespecific pages. In some cases, pages in certain languages simply do not exist. This issue can also be handled to some extent by AltaVista, which allows all the pages returned in response to a search to be translated between most European languages. While the translation is not perfect, it is good enough to provide the readers with a general idea of the contents of the page. This is a good start, but the issue of translating to non-phonetic languages like Chinese still remains to be resolved. As the Walden s Path Server supports authoring in more languages, the various interface issues must also be considered. The PathAuthor must allow authors to choose the specific languages that they would like to create paths in, instead of displaying all languages that it supports. However, an individual author may not know all the languages that they want to author paths in. For example, a teacher may want to author paths in English and Spanish, the two dominant languages in the southern United States. However, if the teacher does not know Spanish, he must acquire help from someone who does. Consequently, the PathAuthor must support collaborative authoring. If the teacher first authors the path in the language that he knows best and passes on the path for translation to a colleague, for ease of translation the colleague must be able to view the annotations in at least two languages in parallel. It is also essential to provide a text editor that will convert text entered by the author to HTML transparently to the author. Recall the example shown in Figure 4. An editor that allows the HTML source view as well as the document view and can convert text typed in both these formats to display in the other will help reduce the authors tribulations. In some cases, teachers may want to use the default URL for a page that is not available in a native language along with an annotation in the native language. They must be allowed to incorporate the default page in different versions of the paths without providing the URL repeatedly. Another possible complication can arise due to the various dialects of a language. The use of English terms in Australia, England and the United States is significantly different. However, people from these countries can communicate without problem, as most of the grammar and the words are identical. There are other languages where the dialects differ so that it is almost impossible to communicate across dialects. For example, the Hindi language, as spoken in different states of India, varies drastically with respect to the usage of words and grammar. Readers must be provided with an option to switch languages at any point on a path. A reader who is viewing page 4 of the Hindi version (Figure 6) of the Travel India path must be allowed to shift to the Spanish (Figure 7) or the English versions so that they may compare the pages and choose which page provides them with the best information. This feature may be useful for multilingual readers. If the pages on the parallel paths are direct translations, the users can read a path in a language they have mastered and attempt to learn a language they barely know about by viewing corresponding pages on parallel paths. Walden s Paths has long advocated controlled exploratory learning [Shipman 1996]; this feature expands the method across languages. While the new interfaces and the multilingual paths are being developed, their usability must be assessed through evaluation by subjects from the target population, that is, the K-12 students and their teachers. The students can help evaluate the modifications to the path server, while the teachers can evaluate the authoring tools.

8 Conclusion The current implementation provides a baseline for further development of multilingual support for Walden s Paths, which is expected to culminate in a fully internationalized version. The support for multilingual paths will allow teachers from around the world to incorporate Walden s Paths into their classroom teaching and teach the students in their native language. With the increasing focus on internationalization for the Web and the development of Web pages in multiple languages, the potential of paths in education could be fully exploited in the near future. On a broader level, the support for multilingual paths will help authors from around the world contextualize and annotate Web-based information in their native languages to suit various purposes. The provision for federating Web documents and adding metadata will incorporate some library-like features over the WWW in addition to the existing automatic indexing services that the Web search engines offer. Paths created by reputed or knowledgeable authors may bestow some legitimacy on the information that they annotate. If the Web provides the services that meet the expectations of patrons of a present day libraries, it has the potential to be the global digital library of the future. Acknowledgments This material is based upon work that was supported by the National Science Foundation under Grant Nos. IIS and DUE and by the Office of the Vice President for Research and Associate Provost for Graduate Studies, through the Interdisciplinary Research Initiatives Program, Texas A&M University. References AltaVista Help FAQ Bush, V As We May Think. The Atlantic Monthly, August 1945, pp del Galdo, E. and Nielsen, J. (Editors) 1996 International User Interfaces. John Wiley & Sons, Inc., New York, USA. Furuta, R., Shipman, F., Marshall, C., Brenner, D. and Hsieh, H Hypertext Paths and the World-Wide Web: Experiences with Walden s Paths. Proceedings of Hypertext 97: the Eighth ACM Conference on Hypertext, Southampton, U.K., pp Google Halasz, F., Moran, T. and Trigg, R Notecards in a Nutshell. Proceedings of the ACM CHI+GI Conference 1987, Toronto, Canada, pp Karadkar, U., Francisco-Revilla, L., Furuta, R., Hsieh, H. and Shipman, F Evolution of the Walden s Paths Authoring Tools. to appear in Proceedings of WebNet 2000, San Antonio, USA. Kokkots, S. and Spyropoulos, C.D An architecture for designing internationalized software. Proceedings of Software Technology and Engineering Practice, Eighth IEEE International Workshop on incorporating Computer Aided Software Engineering, Athens, Greece, pp Levy, D. and Marshall, C Going Digital: A Look At Assumptions Underlying Digital Libraries. Communications of the ACM, 38/4, pp Marshal1, C Making Metadata: A Study of Metadata Creation for a Mixed Physical-digital Collection. Proceedings of Digital Libraries 98, Pittsburgh, USA, pp Nielsen, J Designing Web Usability: The Practice of Simplicity. New Riders Publishing, Indianapolis, USA. Russo, P. and Boor, S How Fluent is Your Interface? Designing for International Users. In Proceedings of INTERCHI 93, Amsterdam, The Netherlands, pp Schatz, B. and Chen, S Building Large-Scale Digital Libraries, IEEE Computer 29/5, pp Shipman, F., Marshall, C., Furuta, R., Brenner, D., Hsieh, H. and Kumar, V Creating Educational Guided Paths over the World-Wide Web. Proceedings of ED-TELECOM 96, Boston, USA, pp Shipman, F., Furuta, R., Brenner, D., Chung, C. and Hsieh, H Using Paths in the Classroom: Experiences and Adaptations. Proceedings of Hypertext '98, Pittsburgh, USA, pp Trigg, R Guided Tours and Tabletops: Tools for Communicating in a Hypertext Environment. ACM Transactions on Office Information Systems 6/4, pp Wiederhold, G Digital libraries, value, and productivity. Communications of the ACM 38/4, pp Zellweger, P Scripted Documents: A Hypertext Path Mechanism. Proceedings of Hypertext '89, New York, USA, pp. 1-26

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

Structuring Access to a Dynamic Collection of Digital Documents: The Walden s Paths Virtual Directories

Structuring Access to a Dynamic Collection of Digital Documents: The Walden s Paths Virtual Directories Structuring Access to a Dynamic Collection of Digital Documents: The Walden s Paths Virtual Directories Unmil P. Karadkar, Luis Francisco-Revilla, Richard Furuta, Frank M. Shipman III Center for the Study

More information

GENERATING WEB-BASED PRESENTATIONS IN SPATIAL HYPERTEXT

GENERATING WEB-BASED PRESENTATIONS IN SPATIAL HYPERTEXT GENERATING WEB-BASED PRESENTATIONS IN SPATIAL HYPERTEXT Frank M. Shipman III, Richard Furuta, Catherine C. Marshall * Department of Computer Science & Center for the Study of Digital Libraries Texas A&M

More information

Adaptive Medical Information Delivery Combining User, Task and Situation Models

Adaptive Medical Information Delivery Combining User, Task and Situation Models Adaptive Medical Information Delivery Combining User, Task and Situation s Luis Francisco-Revilla and Frank M. Shipman III Department of Computer Science Texas A&M University College Station, TX 77843-3112,

More information

Easy Ed: An Integration of Technologies for Multimedia Education 1

Easy Ed: An Integration of Technologies for Multimedia Education 1 Easy Ed: An Integration of Technologies for Multimedia Education 1 G. Ahanger and T.D.C. Little Multimedia Communications Laboratory Department of Electrical and Computer Engineering Boston University,

More information

GENERATING WEB-BASED PRESENTATIONS

GENERATING WEB-BASED PRESENTATIONS GENERATING WEB-BASED PRESENTATIONS IN SPATIAL HYPERTEXT Frank M. Shipman III, Richard Furuta, Catherine C. Marshall* Department of Computer Science& Center for the Study of Digital Libraries Texas A&M

More information

Multilingual Information Access for Digital Libraries The Metadata Records Translation Project

Multilingual Information Access for Digital Libraries The Metadata Records Translation Project Multilingual Information Access for Digital Libraries The Metadata Records Translation Project Jiangping Chen Http://max.lis.unt.edu/ Jiangping.chen@unt.edu July 2011 Presentation Outline About Me Current

More information

Connecting Interface Metaphors to Support Creation of Path-Based Collections

Connecting Interface Metaphors to Support Creation of Path-Based Collections Connecting Interface Metaphors to Support Creation of Path-Based Collections Unmil P. Karadkar, Andruid Kerne, Richard Furuta, Luis Francisco-Revilla, Frank Shipman, and Jin Wang Center for the Study of

More information

Creating Educational Guided Paths over the World-Wide Web

Creating Educational Guided Paths over the World-Wide Web 1 Creating Educational Guided Paths over the World-Wide Web Frank M. Shipman III, Catherine C. Marshall, Richard Furuta, Donald A. Brenner, Hao-wei Hsieh, and Vijay Kumar Center for the Study of Digital

More information

Student Usability Project Recommendations Define Information Architecture for Library Technology

Student Usability Project Recommendations Define Information Architecture for Library Technology Student Usability Project Recommendations Define Information Architecture for Library Technology Erika Rogers, Director, Honors Program, California Polytechnic State University, San Luis Obispo, CA. erogers@calpoly.edu

More information

Library websites are strange beasts. They are often a. Advanced Implementation. Managing Data from Multiple Websites. Chapter 3.

Library websites are strange beasts. They are often a. Advanced Implementation. Managing Data from Multiple Websites. Chapter 3. Chapter 3 Advanced Implementation Managing Data from Multiple Websites Abstract The basic Google Analytics installation is one tracking code for each website. This method neatly stores and reports data

More information

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone 2017-02-13 Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.orckestra.com Content 1 INTRODUCTION... 4 1.1 Page-based systems versus item-based systems 4 1.2 Browser support 5

More information

A Top-Down Visual Approach to GUI development

A Top-Down Visual Approach to GUI development A Top-Down Visual Approach to GUI development ROSANNA CASSINO, GENNY TORTORA, MAURIZIO TUCCI, GIULIANA VITIELLO Dipartimento di Matematica e Informatica Università di Salerno Via Ponte don Melillo 84084

More information

Chapter 1 Introduction to HTML, XHTML, and CSS

Chapter 1 Introduction to HTML, XHTML, and CSS Chapter 1 Introduction to HTML, XHTML, and CSS MULTIPLE CHOICE 1. The world s largest network is. a. the Internet c. Newsnet b. the World Wide Web d. both A and B A PTS: 1 REF: HTML 2 2. ISPs utilize data

More information

Seminal: Additive Semantic Content for Multimedia Streams

Seminal: Additive Semantic Content for Multimedia Streams Seminal: Additive Semantic Content for Multimedia Streams Sami Rollins Department of Computer Science University of California Santa Barbara, CA 93106-5110 srollins@cs.ucsb.edu Kevin C. Almeroth Department

More information

GRAPH BASED REPRESENTATION OF WALDEN S PATHS IN DRUPAL 7

GRAPH BASED REPRESENTATION OF WALDEN S PATHS IN DRUPAL 7 GRAPH BASED REPRESENTATION OF WALDEN S PATHS IN DRUPAL 7 A Thesis by SWATI SINGH Submitted to the Office of Graduate and Professional Studies of Texas A&M University in partial fulfillment of the requirements

More information

Introduction to Ardora

Introduction to Ardora Ardora is an authoring software focused mainly on the development of educational content for the Web. Its main purpose is that teachers focus their efforts on the methodological and didactic aspects of

More information

Experiences and Directions in Spatial Hypertext

Experiences and Directions in Spatial Hypertext Experiences and Directions in Spatial Hypertext Frank Shipman Department of Computer Science & Center for the Study of Digital Libraries Texas A&M University What is Spatial Hypertext? Hypertext but spatial

More information

Self Introduction. Presentation Outline. College of Information 3/31/2016. Multilingual Information Access to Digital Collections

Self Introduction. Presentation Outline. College of Information 3/31/2016. Multilingual Information Access to Digital Collections College of Information Multilingual Information Access to Digital Collections Jiangping Chen Http://coolt.lis.unt.edu/ Jiangping.chen@unt.edu April 20, 2016 Self Introduction An Associate Professor at

More information

Supporting World-Wide Web Navigation Through History Mechanisms

Supporting World-Wide Web Navigation Through History Mechanisms Supporting World-Wide Web Navigation Through History Mechanisms Linda Tauscher Computer Science Department, University of Calgary tauscher@cpsc.ucalgary.ca Cite as: Tauscher, L. (1996) Supporting World

More information

Usability Evaluation as a Component of the OPEN Development Framework

Usability Evaluation as a Component of the OPEN Development Framework Usability Evaluation as a Component of the OPEN Development Framework John Eklund Access Testing Centre and The University of Sydney 112 Alexander Street, Crows Nest NSW 2065 Australia johne@testingcentre.com

More information

Digital Libraries: Issues and Architectures

Digital Libraries: Issues and Architectures Page 1 of 11 Digital Libraries: Issues and Architectures Peter J. Nürnberg Richard Furuta John J. Leggett Catherine C. Marshall Frank M. Shipman III Center for the Study of Digital Libraries Texas A&M

More information

BEAWebLogic. Portal. Overview

BEAWebLogic. Portal. Overview BEAWebLogic Portal Overview Version 10.2 Revised: February 2008 Contents About the BEA WebLogic Portal Documentation Introduction to WebLogic Portal Portal Concepts.........................................................2-2

More information

Guide to the Online Community Interpreter Certification Program

Guide to the Online Community Interpreter Certification Program Guide to the Online Community Interpreter Certification Program Cultural Interpretation Services for Our Communities 44 Eccles Street, Suite 100, Ottawa, Ontario K1R 6S4 Canada telephone 613-237-0502 fax

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

Web Engineering. Introduction. Husni

Web Engineering. Introduction. Husni Web Engineering Introduction Husni Husni@trunojoyo.ac.id Outline What is Web Engineering? Evolution of the Web Challenges of Web Engineering In the early days of the Web, we built systems using informality,

More information

An Introduction to Search Engines and Web Navigation

An Introduction to Search Engines and Web Navigation An Introduction to Search Engines and Web Navigation MARK LEVENE ADDISON-WESLEY Ал imprint of Pearson Education Harlow, England London New York Boston San Francisco Toronto Sydney Tokyo Singapore Hong

More information

WWW Searching the Internet

WWW Searching the Internet WWW Searching the Internet A Workshop for San Diego State University Students 2000. San Diego State University. All Rights Reserved Sponsored by Academic Affairs þýüý úù ø öõ ôýóò þýö ñùð ïýýõ îú Student

More information

Realize Reader Windows App. Early Learner User Guide

Realize Reader Windows App. Early Learner User Guide Realize Reader 18.1 Windows App Early Learner User Guide 6/12/2018 Contents Contents ii What Is Realize Reader? 3 Use Realize Reader Mobile Apps 3 Complete an Assignment 4 Use the Table of Contents 6 View

More information

ANNOTATION STUDIO User s Guide. DRAFT - Version January 2015

ANNOTATION STUDIO User s Guide. DRAFT - Version January 2015 ANNOTATION STUDIO User s Guide DRAFT - Version January 2015 Table of Contents 1. Annotation Studio and How you can use it to improve the classroom experience... 3 2. Description and terminology... 5 2.1

More information

Human-Computer Interaction IS4300

Human-Computer Interaction IS4300 Human-Computer Interaction IS4300 1 Designing for the Web Stone Ch 17 + J. Lazar et al, HCI Handbook 1 Today Stone Chapter J. Lazar et al, HCI Handbook Testing tools & surveys Nielsen s Top 10 Mistakes

More information

Brown University Libraries Technology Plan

Brown University Libraries Technology Plan Brown University Libraries Technology Plan 2009-2011 Technology Vision Brown University Library creates, develops, promotes, and uses technology to further the Library s mission and strategic directions

More information

Preserving Rich User Interface State in Web Applications across Various Platforms

Preserving Rich User Interface State in Web Applications across Various Platforms Preserving Rich User Interface State in Web Applications across Various Platforms Fabio Paternò, Carmen Santoro, and Antonio Scorcia ISTI-CNR, Via G. Moruzzi, 1 56124 Pisa, Italy {Fabio.Paterno,Carmen.Santoro,Antonio.Scorcia}@isti.cnr.it

More information

SYSPRO s Fluid Interface Design

SYSPRO s Fluid Interface Design SYSPRO s Fluid Interface Design Introduction The world of computer-user interaction has come a long way since the beginning of the Graphical User Interface, but still most application interfaces are not

More information

How to Conduct a Heuristic Evaluation

How to Conduct a Heuristic Evaluation Page 1 of 9 useit.com Papers and Essays Heuristic Evaluation How to conduct a heuristic evaluation How to Conduct a Heuristic Evaluation by Jakob Nielsen Heuristic evaluation (Nielsen and Molich, 1990;

More information

WORKSHOP ON EASY JAVA SIMULATIONS AND THE COMPADRE DIGITAL LIBRARY

WORKSHOP ON EASY JAVA SIMULATIONS AND THE COMPADRE DIGITAL LIBRARY MPTL14 2009 Udine 23-27 September 2009 WORKSHOP ON EASY JAVA SIMULATIONS AND THE COMPADRE DIGITAL LIBRARY Francisco Esquembre, Universidad de Murcia Wolfgang Christian, Davidson College Bruce Mason, University

More information

Knowledge enrichment through dynamic annotation

Knowledge enrichment through dynamic annotation Knowledge enrichment through dynamic annotation Abstract This paper describes a technique for interceding between users and the information that they browse. This facility, that we term dynamic annotation,

More information

Using Electronic Document Repositories (EDR) for Collaboration A first definition of EDR and technical implementation

Using Electronic Document Repositories (EDR) for Collaboration A first definition of EDR and technical implementation Using Electronic Document Repositories (EDR) for Collaboration A first definition of EDR and technical implementation Hilda Tellioglu Vienna University of Technology, Department for CSCW Argentinierstrasse

More information

WEBSITE ANNOTATED BIBLIOGRAPHY. Website Annotated Bibliography Abigail Smith State University of New York College at Oneonta

WEBSITE ANNOTATED BIBLIOGRAPHY. Website Annotated Bibliography Abigail Smith State University of New York College at Oneonta WEBSITE ANNOTATED BIBLIOGRAPHY Website Annotated Bibliography Abigail Smith State University of New York College at Oneonta WEBSITE ANNOTATED BIBLIOGRAPHY 1 Website Annotated Bibliography Riedel, K.N.

More information

THROUGH COMMUNITY SERVICE PROJECTS

THROUGH COMMUNITY SERVICE PROJECTS TEACHING WEB DESIGN THROUGH COMMUNITY SERVICE PROJECTS J onathan Towson Lazar University ABSTRACT As the importance of the World Wide Web grows, universities are developing a number of courses that teach

More information

COMD Web Design I

COMD Web Design I New York City College of Technology The City University of New York Communication Design COMD 2451 - Web Design I Course Description Required for all associate level students, this capstone course is designed

More information

AutoCode: Using Memex-like Trails to Improve Program Comprehension

AutoCode: Using Memex-like Trails to Improve Program Comprehension AutoCode: Using Memex-like Trails to Improve Program Comprehension Richard Wheeldon, Steve Counsell and Kevin Keenoy Department of Computer Science Birkbeck College, University of London London WC1E 7HX,

More information

Developing a Synchronous Activity Module for the Moodle CMS

Developing a Synchronous Activity Module for the Moodle CMS Developing a Synchronous Activity Module for the Moodle CMS Pei-Chen Sun 1 Te-Hsiung Tseng 2 Information and computer Education Graduate Institute National Kaohsiung Normal University No.116, Heping 1

More information

Information retrieval concepts Search and browsing on unstructured data sources Digital libraries applications

Information retrieval concepts Search and browsing on unstructured data sources Digital libraries applications Digital Libraries Agenda Digital Libraries Information retrieval concepts Search and browsing on unstructured data sources Digital libraries applications What is Library Collection of books, documents,

More information

There are four (4) skills every Drupal editor needs to master:

There are four (4) skills every Drupal editor needs to master: There are four (4) skills every Drupal editor needs to master: 1. Create a New Page / Edit an existing page. This entails adding text and formatting the content properly. 2. Adding an image to a page.

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

Designing the User Interface

Designing the User Interface Designing the User Interface Strategies for Effective Human-Computer Interaction Second Edition Ben Shneiderman The University of Maryland Addison-Wesley Publishing Company Reading, Massachusetts Menlo

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

Metadata Management System (MMS)

Metadata Management System (MMS) Metadata Management System (MMS) Norhaizan Mat Talha MIMOS Berhad, Technology Park, Kuala Lumpur, Malaysia Mail:zan@mimos.my Abstract: Much have been said about metadata which is data about data used for

More information

Dynamic Visualization of Hubs and Authorities during Web Search

Dynamic Visualization of Hubs and Authorities during Web Search Dynamic Visualization of Hubs and Authorities during Web Search Richard H. Fowler 1, David Navarro, Wendy A. Lawrence-Fowler, Xusheng Wang Department of Computer Science University of Texas Pan American

More information

DesignMinders: A Design Knowledge Collaboration Approach

DesignMinders: A Design Knowledge Collaboration Approach DesignMinders: A Design Knowledge Collaboration Approach Gerald Bortis and André van der Hoek University of California, Irvine Department of Informatics Irvine, CA 92697-3440 {gbortis, andre}@ics.uci.edu

More information

CHALLENGES IN ADAPTIVE WEB INFORMATION SYSTEMS: DO NOT FORGET THE LINK!

CHALLENGES IN ADAPTIVE WEB INFORMATION SYSTEMS: DO NOT FORGET THE LINK! CHALLENGES IN ADAPTIVE WEB INFORMATION SYSTEMS: DO NOT FORGET THE LINK! GEERT-JAN HOUBEN Technische Universiteit Eindhoven PO Box 513, NL-5600 MB Eindhoven, The Netherlands E-mail: g.j.houben@tue.nl In

More information

Desire2Learn eportfolio Tool NEIU Instructor Guide

Desire2Learn eportfolio Tool NEIU Instructor Guide Desire2Learn eportfolio Tool NEIU Instructor Guide Introduction The Desire2Learn (D2L) eportfolio tool allows you to store, organize, reflect on, and share items that represent your learning. You can include

More information

Teachers Manual for Creating a Website with WordPress

Teachers Manual for Creating a Website with WordPress Teachers Manual for Creating a Website with WordPress ISBN 978 90 5905 422 6 2 1. Introduction This course manual assumes a lesson structure consisting of nine points. These points have been divided into

More information

EVALUATION OF THE USABILITY OF EDUCATIONAL WEB MEDIA: A CASE STUDY OF GROU.PS

EVALUATION OF THE USABILITY OF EDUCATIONAL WEB MEDIA: A CASE STUDY OF GROU.PS EVALUATION OF THE USABILITY OF EDUCATIONAL WEB MEDIA: A CASE STUDY OF GROU.PS Turgay Baş, Hakan Tüzün Hacettepe University (TURKEY) turgaybas@hacettepe.edu.tr, htuzun@hacettepe.edu.tr Abstract In this

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

Creating a Course Web Site

Creating a Course Web Site Creating a Course Web Site What you will do: Use Web templates Use shared borders for navigation Apply themes As an educator or administrator, you are always looking for new and exciting ways to communicate

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

Realize Reader ios Mobile App Version User Guide

Realize Reader ios Mobile App Version User Guide Realize Reader 18.1 ios Mobile App Version 5.0.0 User Guide 6/6/2018 Contents Contents ii What Is Realize Reader 1 Use Realize Reader Mobile Apps 1 Navigate the Bookshelf 2 View Information About a Book

More information

data elements (Delsey, 2003) and by providing empirical data on the actual use of the elements in the entire OCLC WorldCat database.

data elements (Delsey, 2003) and by providing empirical data on the actual use of the elements in the entire OCLC WorldCat database. Shawne D. Miksa, William E. Moen, Gregory Snyder, Serhiy Polyakov, Amy Eklund Texas Center for Digital Knowledge, University of North Texas Denton, Texas, U.S.A. Metadata Assistance of the Functional Requirements

More information

A Distributed Virtual Learning Centre in Cyberspace

A Distributed Virtual Learning Centre in Cyberspace A Distributed Virtual Learning Centre in Cyberspace CHRISTOS BOURAS Computer Technology Institute-CTI, Kolokotroni 3, 26221 Patras, Greece Department of Computer Engineering and Informatics, University

More information

Web-based Presentation Management System John Wiley & Sons, Inc.

Web-based Presentation Management System John Wiley & Sons, Inc. Web-based Presentation Management System John Wiley & Sons, Inc. Final Report December 21, 2001 Development Team of NYU Eric Xi Lu Iftikhar Rafi Anil Singh Jie Zhang Professor Arthur Goldberg Wiley s Management

More information

ReadyGEN Grade 2, 2016

ReadyGEN Grade 2, 2016 A Correlation of ReadyGEN Grade 2, 2016 To the Introduction This document demonstrates how meets the College and Career Ready. Correlation page references are to the Unit Module Teacher s Guides and are

More information

Usability Testing of Multilingual Educational Websites

Usability Testing of Multilingual Educational Websites Usability Testing of Multilingual Educational Websites Manal M. Elobaid, Afifa Lodhi, Abdul Raouf Khan Department of Computer Sciences, King Faisal University, 31982, Alhassa, Saudi Arabia manalobaid@yahoo.com;

More information

Elluminate Plan! What s next in the Instructional Cycle

Elluminate Plan! What s next in the Instructional Cycle Elluminate Plan! What s next in the Instructional Cycle A solution brief August, 2010 No part of this document may be reproduced or transmitted in any form by any means, electronic or mechanical, including

More information

Beginning Web Programming with HTML, XHTML, and CSS. Second Edition. Jon Duckett

Beginning Web Programming with HTML, XHTML, and CSS. Second Edition. Jon Duckett Beginning Web Programming with HTML, XHTML, and CSS Second Edition Jon Duckett Beginning Web Programming with HTML, XHTML, and CSS Introduction............................................... xxiii Chapter

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Ohio Media Spectrum Fall 2015, Vol. 67, No. 1

Ohio Media Spectrum Fall 2015, Vol. 67, No. 1 ISearch: Bridging the Research Path from K- 12 to College and Career by Erica Clay, INFOhio Integration Librarian and Jennifer Schwelik, INFOhio elearning Specialist Abstract: Along with many other changes

More information

Building a Large, Successful Web Site on a Shoestring: A Decade of Progress

Building a Large, Successful Web Site on a Shoestring: A Decade of Progress Building a Large, Successful Web Site on a Shoestring: A Decade of Progress Theodore W. Frick Bude Su Yun-Jo An Instructional Systems Technology School of Education Indiana University Bloomington Abstract

More information

Course Information. Course Name: M150-A [Data, Computing and Information] Course Material and resources

Course Information. Course Name: M150-A [Data, Computing and Information] Course Material and resources The contents of this Supporting Material document have been prepared from the Eight units of study texts for the course M150: Date, Computing and Information, produced by The Open University, UK. Copyright

More information

Realize Reader Windows App. User Guide

Realize Reader Windows App. User Guide Realize Reader 18.1 Windows App User Guide 6/12/2018 Contents Contents ii What Is Realize Reader 1 Use Realize Reader Mobile Apps 1 Navigate the Bookshelf 2 View Information About a Book 2 Download a Book

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

WP710 Language: English Additional languages: None specified Product: WebSphere Portal Release: 6.0

WP710 Language: English Additional languages: None specified Product: WebSphere Portal Release: 6.0 General information (in English): Code: WP710 Language: English Additional languages: Brand: Lotus Additional brands: None specified Product: WebSphere Portal Release: 6.0 WW region: WorldWide Target audience:

More information

Two interrelated objectives of the ARIADNE project, are the. Training for Innovation: Data and Multimedia Visualization

Two interrelated objectives of the ARIADNE project, are the. Training for Innovation: Data and Multimedia Visualization Training for Innovation: Data and Multimedia Visualization Matteo Dellepiane and Roberto Scopigno CNR-ISTI Two interrelated objectives of the ARIADNE project, are the design of new services (or the integration

More information

Realize Reader Chrome App Version Early Learning User Guide

Realize Reader Chrome App Version Early Learning User Guide Realize Reader 18.0 Chrome App Version 3.2.0 Early Learning User Guide 3/9/2018 Contents Contents ii What Is Realize Reader? 3 Use Realize Reader Mobile Apps 3 Complete Realize Reader Assignments 4 Use

More information

User Guide. Version 1.5 Copyright 2006 by Serials Solutions, All Rights Reserved.

User Guide. Version 1.5 Copyright 2006 by Serials Solutions, All Rights Reserved. User Guide Version 1.5 Copyright 2006 by Serials Solutions, All Rights Reserved. Central Search User Guide Table of Contents Welcome to Central Search... 3 Starting Your Search... 4 Basic Search & Advanced

More information

Just-In-Time Hypermedia

Just-In-Time Hypermedia A Journal of Software Engineering and Applications, 2013, 6, 32-36 doi:10.4236/jsea.2013.65b007 Published Online May 2013 (http://www.scirp.org/journal/jsea) Zong Chen 1, Li Zhang 2 1 School of Computer

More information

UNIVERSITE SORBONNE - NOUVELLE PARIS 3 TELE 3 MASTER PROFESSIONNEL AIGEME

UNIVERSITE SORBONNE - NOUVELLE PARIS 3 TELE 3 MASTER PROFESSIONNEL AIGEME UNIVERSITE SORBONNE - NOUVELLE PARIS 3 TELE 3 MASTER PROFESSIONNEL AIGEME Applications Informatiques : Gestion, Etudes, Multimédia, E-formation Ingénierie de la Formation à Distance English for communication,

More information

PROGRAMMING: PRINCIPLES AND PRACTICE USING C++ (2ND EDITION) BY BJARNE STROUSTRUP

PROGRAMMING: PRINCIPLES AND PRACTICE USING C++ (2ND EDITION) BY BJARNE STROUSTRUP Read Online and Download Ebook PROGRAMMING: PRINCIPLES AND PRACTICE USING C++ (2ND EDITION) BY BJARNE STROUSTRUP DOWNLOAD EBOOK : PROGRAMMING: PRINCIPLES AND PRACTICE USING C++ Click link bellow and free

More information

Information Push Service of University Library in Network and Information Age

Information Push Service of University Library in Network and Information Age 2013 International Conference on Advances in Social Science, Humanities, and Management (ASSHM 2013) Information Push Service of University Library in Network and Information Age Song Deng 1 and Jun Wang

More information

User Experience Report: Heuristic Evaluation

User Experience Report: Heuristic Evaluation User Experience Report: Heuristic Evaluation 1 User Experience Report: Heuristic Evaluation Created by Peter Blair for partial fulfillment of the requirements for MichiganX: UX503x Principles of Designing

More information

Development of a Mobile Observation Support System for Students: FishWatchr Mini

Development of a Mobile Observation Support System for Students: FishWatchr Mini Development of a Mobile Observation Support System for Students: FishWatchr Mini Masaya Yamaguchi, Masanori Kitamura, and Naomi Yanagida National Institute for Japanese Language and Linguistics, Nanzan

More information

BIM Goes to School AUTODESK REVIT BUILDING INFORMATION MODELING. BIM in the Architectural Curriculum. Savannah College of Art and Design, USA

BIM Goes to School AUTODESK REVIT BUILDING INFORMATION MODELING. BIM in the Architectural Curriculum. Savannah College of Art and Design, USA AUTODESK REVIT BUILDING INFORMATION MODELING As BIM adoption grows in the building industry, so does the use of BIM in educational curricula. This white paper focuses on how BIM is being leveraged within

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Ghotit Real Writer and Reader for Chromebooks and Android User Guide

Ghotit Real Writer and Reader for Chromebooks and Android User Guide Ghotit Real Writer and Reader for Chromebooks and Android User Guide Version 2.0 2018 Ghotit Ltd. - 1 - Contents Ghotit Real Writer & Reader App... 3 Setup 4 Text Correction Application Main Screen...

More information

Enhancing Wrapper Usability through Ontology Sharing and Large Scale Cooperation

Enhancing Wrapper Usability through Ontology Sharing and Large Scale Cooperation Enhancing Wrapper Usability through Ontology Enhancing Sharing Wrapper and Large Usability Scale Cooperation through Ontology Sharing and Large Scale Cooperation Christian Schindler, Pranjal Arya, Andreas

More information

Xton Access Manager GETTING STARTED GUIDE

Xton Access Manager GETTING STARTED GUIDE Xton Access Manager GETTING STARTED GUIDE XTON TECHNOLOGIES, LLC PHILADELPHIA Copyright 2017. Xton Technologies LLC. Contents Introduction... 2 Technical Support... 2 What is Xton Access Manager?... 3

More information

Web Page Fragmentation for Personalized Portal Construction

Web Page Fragmentation for Personalized Portal Construction Web Page Fragmentation for Personalized Portal Construction Bouras Christos Kapoulas Vaggelis Misedakis Ioannis Research Academic Computer Technology Institute, 6 Riga Feraiou Str., 2622 Patras, Greece

More information

2/18/2009. Introducing Interactive Systems Design and Evaluation: Usability and Users First. Outlines. What is an interactive system

2/18/2009. Introducing Interactive Systems Design and Evaluation: Usability and Users First. Outlines. What is an interactive system Introducing Interactive Systems Design and Evaluation: Usability and Users First Ahmed Seffah Human-Centered Software Engineering Group Department of Computer Science and Software Engineering Concordia

More information

Google technology for teachers

Google technology for teachers Google technology for teachers Sandhya Digambar Shinde Assistant Professor, Department of Library and Information Science, Jayakar Library, University of Pune-411007 Pune, Maharashtra, India srmaharnor@unipune.ac.in

More information

Chapter 126 TEKS for Technology Applications

Chapter 126 TEKS for Technology Applications Chapter 126 TEKS for Technology Applications What is Chapter 126? Chapter 126 outlines the skill levels that have to be achieved by all Texas students per year through the 8 th grade. Since many schools

More information

USING POWERPOINT IN THE CLASSROOM LESSON 1 POWERPOINT BASICS

USING POWERPOINT IN THE CLASSROOM LESSON 1 POWERPOINT BASICS USING POWERPOINT IN THE CLASSROOM LESSON 1 POWERPOINT BASICS Objectives Start PowerPoint. Open an existing presentation. Save a presentation. Navigate through a presentation, and use the menus and toolbars.

More information

Remote Patron Authentication Service (RPAS)

Remote Patron Authentication Service (RPAS) Remote Patron Authentication Service (RPAS) Technical Bulletin Last Updated: 01/22/2001 Table of Contents 1 About this Technical Bulletin... 1 1.1 Purpose...1 1.2 Intended Audience...1 1.3 Additional

More information

Barnes & Noble College LTI Tool. Admin Guide Moodlerooms Joule

Barnes & Noble College LTI Tool. Admin Guide Moodlerooms Joule Barnes & Noble College LTI Tool Last Updated August 2016-1 - 8/1/2016 Contents Table of Contents 1.0 INTRODUCTION... 3 2.0 KEY AND SECRET REQUEST FORM LINK AND INSTRUCTIONS... 3 3.0 TESTING LINK CONNECTIVITY

More information

Graaasp: a Web 2.0 Research Platform for Contextual Recommendation with Aggregated Data

Graaasp: a Web 2.0 Research Platform for Contextual Recommendation with Aggregated Data Graaasp: a Web 2.0 Research Platform for Contextual Recommendation with Aggregated Data Evgeny Bogdanov evgeny.bogdanov@epfl.ch Sandy El Helou Sandy.elhelou@epfl.ch Denis Gillet denis.gillet@epfl.ch Christophe

More information

Washington State Educator Electronic Certificate System (E-Certification) College/University Administrator User Guide

Washington State Educator Electronic Certificate System (E-Certification) College/University Administrator User Guide Washington State Educator Electronic Certificate System (E-Certification) College/University Administrator User Guide October 8, 2015 Table of Contents 2.0 College/University Personnel Administrators...

More information

The CISM Education Plan (updated August 2006)

The CISM Education Plan (updated August 2006) The CISM Education Mission The CISM Education Plan (updated August 2006) The CISM Education Mission is to recruit and train the next generation of space physicists and imbue them with an understanding

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. Microsoft PowerPoint.

Introduction. Microsoft PowerPoint. Introduction to Microsoft PowerPoint www.ascension.lib.la.us/apl Getting Started Introduction to Microsoft PowerPoint PowerPoint allows you to create professional presentations that can include text, graphics,

More information

Creating a multilingual site in WebPlus

Creating a multilingual site in WebPlus Creating a multilingual site in WebPlus One of the problems faced by a number of WebPlus users involves organizing a multilingual website. Ordinarily, the easiest way to do this is to create your primary

More information