Defining variables used in a multi-lingual internet presentation6819338Abstract The present invention provides methods, apparatus and systems for defining variables to be used in a multi-lingual presentation system accessed by the Internet network wherein a plurality of visual objects such as charts and/or slides controlled by a third party in a server can be accessed by any user of the Internet network having a workstation. In an example embodiment, visual objects are each associated with an audio recording in any language selected amongst several predetermined languages. This method generally includes creating a control file having variables defining all the parameters of a presentation requested by a user of the Internet network. The variables are defined in the control file previously to the presentation. Claims What is claimed is: Description TECHNICAL FIELD
Code Description
AudioStatus="rec" audio has been recorded, so enable
the audio streaming option.
BambaJava="yes"; provide the option of Bamba for
Java audio streaming
BambaPlugin="yes"; provide the option of Bamba
Plugin audio streaming
commonDir="/common_v2_0/"; the location where the html pages
are located
cutpoints="6,12,18,24,30,36"; the slide numbers for the start of
a new part (chapter)
Duration="51"; the time/duration of the audio (in
minutes)
ExternalPres="no" change the look and feel, plus
colours to that of the Internet
Server if `yes`
FoilExtension="jpg"; the file extension name of the
slide.
FoilName="slide"; the name prefix of the slide (in
this example, slides will be named
slide1.jpg, slide2.jpg, etc)
Ha1="no"; Do not provide the option of
HotAudio audio streaming
JbCodebase="/JavaBamba/"; the location of the codebase files
required for Bamba for Java audio
streaming
language[1]="ENG,English"; The language of the audio file and
hence the language that should be
used for the navigation controls
lastUpdate="23/05/00 17:29:05" Date and time when the
presentation was last modified
multipleResolutions="yes"; Provide the option of large or
small graphics.
presAbstract="A summary of the Abstract for this presentation.
business to business opportunity
with e-commerce. Outlines the
opportunity, challenges, and the
strategy for addressing this
opportunity.";
Email="heasmanb@be.ibm.com"; (if Email address of the presenter
it has to be a real address then
make it mine.
presName="Big . . . Really BIG - Name of this presentation
The Business to Business
Opportunity";
questionURL="noquestion" Does the presentation have a
feedback feature (send questions
to the presenter)?
showIcons="yes"; Show icons or text-only links?
speakerBio=" Brian: has almost 15 Biography of the presenter
years experience with IBM, and has
been in e-business marketing since
its inception at IBM.
speakerName="Brian"; Name of the presenter
SurveyURL="nosurvey"; Does the presentation have a
feedback feature (complete a
survey)?
TotalSlides=42 Number of slides in this
presentation.
ReturnURL[1]="Online Library", Label and URL for a link
http://Our_server.ibm.com/";
As shown in FIG. 2, the third party server 20 includes the content directory 22 which contains control file 24. The content directory also contains the graphic and audio files (not shown) and two generic files INDEX.HTML 26 and CONTAINER.HTML 28. But other generic files are contained in a common directory 30. Such generic files are INDEX.JS 32 and CONTAINER.JS 34 if they are javascript files. Note that a reason the two generic HTML files are in the content directory 22 is that the user can link to them via a web browser. Other than loading the control file and specific files in the common directory, there is no functionality in these files. The real functionality is in the files within the common directory. When an end user wants to have the presentation in the user workstation 10, the steps to be used are illustrated by the flow chart represented in FIG. 3. First, the user accesses INDEX.HTML (step 40) which is the introductory page describing the presentation and the speaker. Such an introductory page includes an example any combination of items in the following information: Title of Presentation Presenters Name Number of Slides Duration of the audio Language/languages Abstract of Presentation Biography of Presenter Picture of Presenter Choice of large or small graphics Which part (Chapter) they wish to start with. Audio Steaming Options with or without icons. In accessing INDEX.HTML, the control file (INI.JS) is automatically downloaded in the user workstation as well as INDEX.JS that is within common directory 30 in order to build the index page (step 42). The file INDEX.JS includes the real functionality needed to build the index page. The variables in the control file are then used to: 1. Complete INDEX.JS e.g. to display the title of presentation, INDEX.JS includes the following line of code: Document.write (`<H3>`4+presName+`</H3<`) The presName variable from the control file is then used to complete this line of code with the title of the presentation. 2. Allow/disallow access to certain functions/features e.g. the index.JS has the possibility to let the user start the presentation using different streaming technologies. All options are not necessarily shown, only those that are listed in the control file. Once the index page is downloaded, the user can read the details on the presentation and the speaker and make certain choices in regard to the presentation he is about to start (step 44). These choices include the language being used, the size of foil graphics, the part number at which to start the presentation and the technology in which to listen to the audio. Once the user has indicated he wants to start the presentation using certain options, the file CONTAINER.HTML is sent in the browser for the userworkstation. User choices are passed (step 46) by adding them in the URL (hash statement). Then, the access to CONTAINER.HTML automatically loads the control file INI.JS and the file CONTAINER.JS that is within common directory 30. Similar to step 42, the control file is used to build CONTAINER.JS and allow/disallow functions and features (steps 48). The users choices that were passed in the URL are also used for this purpose. As an example, the control file can define the presentation as being divided in three parts: charts 1-5, charts 6-10 and charts 11-15. As a result the index page will offer the user the option to select at which part he wants to start the presentation (e.g. part 2). His choice is then passed in the URL to CONTAINER.HTML. The latter file looks at the control file to determine which charts are included in part 2 and displays only those charts. Once the container page is completely built, the user will have access to certain functions as defined in the control file (step 50). Some of these functions will in return load HTML and/or JS files that are in common directory 30. As these files are loaded within a specific frameset, they can access the variables in the control file by reading them from COINTAINER.JS which is its parent. As an example, in the control file, the variable AskaQuestion is set to "yes". This results in the container displaying a button that the user can press to bring up "Question.HTML", which is a file in the common directory. This file will then read certain variables from the control file, such as e-mail address, and use this information to customize the otherwise generic Question.HTML file. thus in an embodiment of the present invention is a method, apparatus and/or system to store the complementary information (basic information being the slides and associated audio recordings) in a control file, so that a very limited number of specially written HTML pages can use the variables within this file to provide the end result. By using this approach, the work associated with creating a presentation or the end viewed result is all included in this file as variables. Only one HTML Page per audio streaming type is used with the information needed for this page being stored as variables in the control file. Note also that the same HTML pages can be used for all presentations, the control file being the only file which is different. Again, there is one HTML page which performs the function of the introductory page. This page gives an overview of what the presentation includes. On selecting an audio streaming option, the user enters a second page. There is one HTML page for every audio streaming option. For each additional function like Help, Survey, Ask a question, etc. there is a single HTML page per language being used. On inputting the second page, the user sees the graphics and will hear the first audio recording. Depending on the definition of the variables in the control file, the user will see a series of buttons for Help, Survey, et. Note that, since all the features and functions are stored in the control file, it is possible to make for example the Help function become an intelligent Help screen. Since the Help HTML Page can be made to read the control file, it can predetermine what the user has as options and only provide Help for the options visible. The present invention can be realized in hardware, software, or a combination of hardware and software. A visualization tool according to the present invention can be realized in a centralized fashion in one computer system, or in a distributed fashion where different elements are spread across several interconnected computer systems. Any kind of computer system--or other apparatus adapted for carrying out the methods and/or functions described herein--is suitable. A typical combination of hardware and software could be a general purpose computer system with a computer program that, when being loaded and executed, controls the computer system such that it carries out the methods described herein. The present invention can also be embedded in a computer program product, which comprises all the features enabling the implementation of the methods described herein, and which--when loaded in a computer system--is able to carry out these methods. Computer program means or computer program in the present context include any expression, in any language, code or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function either directly or after conversion to another language, code or notation, and/or reproduction in a different material form. Thus the invention includes an article of manufacture which comprises a computer usable medium having computer readable program code means embodied therein for causing a function described above. The computer readable program code means in the article of manufacture comprises computer readable program code means for causing a computer to effect the steps of a method of this invention. Similarly, the present invention may be implemented as a computer program product comprising a computer usable medium having computer readable program code means embodied therein for causing a a function described above. The computer readable program code means in the computer program product comprising computer readable program code means for causing a computer to effect one or more functions of this invention. Furthermore, the present invention may be implemented as a program storage device readable by machine, tangibly embodying a program of instructions executable by the machine to perform method steps for causing one or more functions of this invention. It is noted that the foregoing has outlined some of the more pertinent objects and embodiments of the present invention. This invention may be used for many applications. Thus, although the description is made for particular arrangements and methods, the intent and concept of the invention is suitable and applicable to other arrangements and applications. It will be clear to those skilled in the art that modifications to the disclosed embodiments can be effected without departing from the spirit and scope of the invention. The described embodiments ought to be construed to be merely illustrative of some of the more prominent features and applications of the invention. Other beneficial results can be realized by applying the disclosed invention in a different manner or modifying the invention in ways known to those familiar with the art.
|
Same subclass Same class Consider this |
||||||||||
