IIMS 96 contents
[ IIMS 96 contents ]

Using the World Wide Web as a delivery mechanism for distributed educational multimedia

Brian R. von Konsky
Curtin University of Technology, Perth
World Wide Web (WWW) browser technology is reviewed and analysed as a delivery mechanism for distributed educational multimedia. Using several case studies as examples, existing WWW technology is shown to provide most of the features required to create distributed multimedia applications. The first case study describes a WWW adaptation of an educational tool examining the effectiveness of safer sex in curbing the HIV/AIDS epidemic. The second case study explores WWW tools created for a new tertiary unit on engineering and scientific visualisation. The case study includes a discussion of an animation tool used by students of physiotherapy to visualise human anatomical structure and function. Proposed extensions to existing WWW technology, including the Virtual Reality Modelling Language (VRML) and the Java(TM) programming language are discussed in the context of these case studies.


Introduction

Many enabling methodologies have been proposed for creating distributed educational multimedia [Anupam and Bajaj, 1994; von Konsky et al., 1993]. These systems required specialised hardware or software and were not based on a widely available industry standard, thereby limiting the extent of their use.

In 1993, The National Center for Super Computer Applications, (NCSA, Champaign, Illinois, USA), building on earlier work by the European Centre for Particle Physics (CERN, Geneva, Switzerland), released hypertext based client software for interactively accessing graphical and textual data managed by remote information servers. This software, called Mosaic, and similar products like Navigator from Netscape Communications Corporation (Mountain View, California, USA) and HotJava(TM) from Sun Microsystems (Mountain View, California, USA), provides a Graphical User Interface (GUI) to the Internet. When accessed with these interactive tools, the Internet has become known as the World Wide Web (WWW). The use of GUI based web browsers has become widespread, although their suitability for use in educational multimedia has not been widely discussed, and is the subject of this paper.

Background

Interactive multimedia systems integrate a diverse range of media types, which are accessed based on user interaction with a computer based information retrieval system. Media types may include text, images, and continuous media like sound, animation sequences, and video clips. In standalone multimedia systems, data is usually stored on CD-ROM, but may also be accessed across a computer network when available.

Multimedia features

Unlike a textbook, which presents information in a linear fashion, most multimedia systems support non-linear navigation through available material in an attempt to provide a high degree of user control over the order and nature of information presented.

The user navigates through available information by following static links established by the content provider. The content provider must anticipate all required static navigational paths through the available information when establishing hierarchical links to the data.

Dynamic links created via user input, computer based simulation, and interaction with knowledge based systems are also becoming increasingly common as content providers strive to design systems which promote active learning [Woolf and Hall, 1995]. Dynamic links also provide some advantage when information content cannot be adequately anticipated or collected in advance, or when data cannot be archived due to insufficient space on local storage devices.

Given these features, it is widely held that educational multimedia systems provide specific advantages when used to supplement traditional instructional resources. These advantages include [Edgar and Willis, 1993] :

The effectiveness of the World Wide Web as a delivery mechanism for distributed educational multimedia must be measured against these traditional multimedia expectations and benefits, and those of other accepted instructional resources.

Web browser features

The Hyper Text Markup Language (HTML), a sub-set of the Standard Generalised Markup Language (SGML) [Goldfarb, 1990], is a document authoring language, enabling an information provider to specify formatting instructions and links to related information, including links to non-textual data types like images and sound [World Wide Web Consortium, 1995a].

HTML is transmitted from the information server to the client browser using the Hyper Text Transport Protocol (HTTP), where it is interpreted, formatted, and displayed in a browser window [World Wide Web Consortium, 1995c]. HTTP is also used to transmit user requests for information to the server. Sometimes, noticeable variation may be apparent when comparing the output produced by competing browsers [Berghel, 1992]. In general, however, the technology is designed to be relatively platform independent, making it ideal for cross platform development.

As a minimum, it is assumed that web browsers support the following basic embedded data types, or provide a mechanism to display data in an external helper application running on the client side of a potentially slow transmission link:

It is further assumed that any browser used for educational multimedia will incorporate a mechanism to integrate additional data types not supported by the browser directly. This assumption is necessary if engaging instructional presentations are to be created using media types consistent with those found in other traditional multimedia systems.

Most first generation browsers extend the set of supported media types by displaying unsupported types in a second helper application external to the browser once the file has been transmitted across the link by the server. This mechanism is shown in Figure 1(a). While this approach to extensibility is relatively easy to implement, it tends to present information in a disjointed fashion given that the helper application becomes independent of the browser once invoked.

Figure 1

Figure 1: Extending the set of supported media types through
(a) external helper applications; or (b) plugin extensions.

In contrast, Netscape's second generation browser extends the set of supported media types by using "plugin" browser modules, running on the client side of the transmission link, with data being displayed directly within the browser window. The second generation approach used by Netscape is shown in Figure 1(b). It is important to note that interaction between client and server is stream based, not file based as in first generation approaches, and includes provisions for mouse and keyboard input. Plugin extensions available for Netscape 2.0 include:

Using an Application Programmers Interface (API) defined by Netscape Communication Corporation, developers author a different plugin module for each supported operating system. Modules must be downloaded and installed by the user before they become accessible from a web page utilising the "embedded" HTML tag.

In addition to using plugin modules to extend the set of supported media types, interactive graphical applications called applets may be integrated within Netscape 2.0 and HotJava browser windows. Using an architecturally neutral object oriented programming language called Java, content creators author interactive applets for a virtual machine running within the browser, as shown in Figure 2(a) [Goaling and McGilton, 1995; December, 1995]. Because the browsers interpret compiled, operating system and device independent Java code, this technology enables content creators to author a single interactive application for the World Wide Web. The creation of separate operating system specific versions is not required.

Figure 2

Figure 2: Integrating an application program and web browsers using (a) Java Applet interpreted within second generation browser; and (b) using a CGI script on the server side of a first generation browser.

A wide range of Java class libraries are available for graphics and animation and for creating and maintaining applet GUIs.

Java is a multi-threaded language, which may be exploited by multimedia applets to:

In contrast, first generation browsers integrate command line driven programs using server side scripts as shown in Figure 2(b). These scripts are generally either a UNIX shell script, an AppleScript, a Practical Extraction Report Language (PERL) script, or sometimes a Visual Basic program. The output of the script is usually a unique HTML document, generated based on input entered by the user in a browser form and submitted to the server using the Common Gateway Interface (CGI) [World Wide Web Consortium, 1995b]. Applications invoked by this technique are generally limited to command line driven programs, which read their input, perform some calculation, and then write their output. Consequently, first generation approaches to application integration using CGI scripts are somewhat limited when compared with multi-threaded browser interpreted Java applets.

Although some WWW sites make effective educational uses of application integration, most sites only use CGI scripts to enter or retrieve information from remote databases, such as phone numbers and addresses. Used for these purposes only, the full educational potential of this technology fails to be realised.

In contrast, a few educators have created innovative educational applications based on World Wide Web technology. In work pioneered at the Lawrence Berkeley Laboratory, students can interactively dissect a virtual frog using a CGI based form [Lawrence Berkeley National Lab, 1995]. In another example, CGI scripts have been used to enable North American school students to collaboratively track the seasonal progress of migratory animals and insects, while also authoring hypertext documents containing additional information on the animals studied [University of Kansas, 1995].

Case studies

Uses of the WWW in learning and research have been developed by educators representing many diverse academic disciplines [University of Texas, 1995]. These include: Research students utilise the web to: Additional uses of the WWW arising from extensible browser technology will be highlighted by examining two case studies in detail: the World Wide Web in safer sex education, and in web tools for a new tertiary unit in engineering and scientific visualisation.

Safer sex education

The World Health Organisation's Global Program on AIDS [WHO, 1995b] has estimated that as of July 1995 that 18.5 million people have been infected with the HIV virus which causes the Acquired Immune Deficiency Syndrome (AIDS) [WHO, 1995c], 25,000 of them in Australia [WHO, 1995a]. The disease cannot be transmitted through casual contact, but only through the exchange of bodily fluids, such as during unprotected sexual contact. Because there is no cure for this fatal disease, health care professionals hold that prevention and education are the best methods for combating the epidemic [US Department of Health and Human Services, 1995].

Guidelines for safer sex are a main component of the educational message put forward by public health officials and medical professionals. These guidelines are meant to curtail the transmission of HIV by preventing the exchange of bodily fluids.

The safer sex guidelines have been communicated to the public through the popular media, and have included public service announcements on television and radio, and in newspapers and magazines. Safer sex brochures and posters are distributed at universities, nightclubs, and in public toilets, as well as to international travellers leaving and arriving in Australia through the Commonwealth's "Travel Safe" campaign.

In communities where the incidence of HIV is high, safer sex workshops sponsored by local health departments and community action groups are common. In a forum pioneered by the San Francisco Stop AIDS Project, participants anonymously discuss individual concerns with a trained moderator and a small group of peers in the non-threatening, non- clinical setting of a private home. Participants interact and are encouraged to ask questions, supplementing information found in printed material. At the conclusion of the workshop, participants are asked to make a personal commitment to safer sex.

Because these workshops rely on the interaction of group members, they personalise the safer sex message in a manner that cannot be fully achieved by traditional media sources alone.

Building on the strengths of these approaches to safer sex education, several groups have begun to exploit the World Wide Web to supplement the traditional methods.

Internet bulletin boards and news groups enable individuals to interact, posing and responding to questions on safer sex and HIV/AIDS [University of California San Francisco, 1995a; Internet Roundtable Society 1995]. In essence, these bulletin boards facilitate Stop AIDS Project like meetings in cyberspace, without a moderator and on a global scale. Some individuals may actually prefer a virtual forum as a means of participating in a safer sex educational workshop, as anonymity can be maintained given that the physical presence of participants is not required.

Safer sex material has also been made available for World Wide Web access by various organisations in Australia [Pinkboard, 1995] and the United States [University of California San Francisco, 1995b]. This material includes safer sex guidelines, information demonstrating proper condom usage, updates extracted from current medical journals, and homeopathic HIV/AIDS treatment strategies [HIV EMIR, 1995].

In the study reported here, HTML has been used to link these existing resources with a computer based model of HIV/AIDS epidemiology for use in safer sex education.

Previously, a computer based model was created as a stand alone application using a command line interface to enable students to predict the course of the HIV/AIDS epidemic for a hypothetical community [von Konsky, 1991]. In recent work, this model has been made available to a global audience using CGI scripts to enable the model to be invoked across the Internet from a web page [von Konsky, 1995b].

Parameters related to the sexual activity of the hypothetical community are estimated by the user and entered in a web browser form. These parameters include:

When the form is submitted, the predicted course of the epidemic is modelled dynamically at a remote location using a CGI script to invoke the command line version of the HIV/AIDS computer simulation. Graphical results from the simulation are displayed locally within the browser interface after transmission to the browser as an interlaced GIF file. Hypertext links to remote graphical and textual sources are also provided to enable other safer sex and HIV/AIDS resources to be accessed, although these are located elsewhere on the Internet.

Sample forms with pre-selected parameters consistent with a hypothetical monogamous community, a promiscuous community, a community which ignores the safer sex guidelines, and a community which always tends to practice safer sex are provided. Entering parameters for a community in which members are as responsible as the user is also encouraged.

Anecdotal evidence indicates that while many individuals initially select parameters which stretch credibility, they later tend to enter parameters consistent with their own sexual history or that of their peer group, suggesting that web based HIV/AIDS modelling serves several broad purposes:

Engineering and scientific visualisation

In developing two new units to teach computer graphics and engineering visualisation to one hundred and fifty first year engineering students, the School of Electrical and Computer Engineering at Curtin University of Technology was presented with several issues regarding computing resources and the content and presentation of course material.

The school's computing infrastructure consists of limited numbers of Pentium based Personal Computers, UNIX Workstations, and Apple Macintosh Computers. A means of providing a relatively large number of students access to limited graphics resources was required, while also minimising expenses associated with the purchase of additional hardware or software.

It was recognised that web browsers present a relatively consistent interface, regardless of the hardware or software running on the client and server. It was further recognised that the WWW could provide students with access to graphics resources from home and other remote locations both on and off campus, while at the same time increasing accessibility to the school's existing heterogeneous computing resources.

Additionally, new lecture theatres on campus are designed to facilitate the electronic presentation of course material, enabling video, multimedia output, and web based material to be exploited in the lecture theatre. Where possible, it was felt that all material presented during lectures should be available to students during tutorial sessions, for private study and during revision. Ideally, this should assist students to be better prepared for scheduled sessions since instructional resources can be accessed from home during pre-study.

It was further recognised that graduate engineers must be fully Internet literate to be productive professionals in the twenty-first century. As such, it was decided that use of the Internet, including the WWW, would become an integral part of the school's new engineering course.

As a first step in developing instructional material for the new units, software with educational relevance to the new course was identified. In particular, several software packages, some of them copyrighted freeware, were selected. These include:

CGI scripts, browser forms, and other supporting web pages were built around these packages for use in lectures notes, tutorial sessions, and laboratories [von Konsky 1995a].

In one laboratory session, students enter mathematical formulas for two dimensional curves and three dimensional surfaces in a browser form. When submitted, a corresponding plot is generated at a remote location using gnuplot. The image is then displayed locally in the browser interface window.

During Constructive Solid Geometry (CSG) laboratory sessions, students build complex objects by applying union, intersection, and difference operations to a collection of simple shapes. CSG operations and simple primitives are selected in a browser form. When submitted, a CGI script generates the corresponding POV-Ray description file, enabling attention to be focused on CSG concepts without being diverted by unnecessary POV-Ray syntax.

POV-Ray syntax is presented during another complimentary laboratory session in which an ASCII description of a three dimensional scene is entered by the student in a browser form. The scene description specifies primitives to be rendered, including object size and location; lighting, transparency, and shading characteristics and camera viewpoint. Hypertext links to laboratory exercise material, tutorials, and online documentation is available. When submitted, the scene is rendered using the POV-Ray rendering package running on a high end graphics workstation and invoked by a CGI script at a remote location. The server transmits the resulting image across the network for local display within the browser interface. Iterative changes may be made by following a backward link to the form containing the previous POV-Ray scene description.

As part of this laboratory, students write a POV-Ray description for a scene modelling the water molecule, H2O. The solution should use POV-Ray spheres and cylinders. In a subsequent laboratory session, this exercise is repeated, but using VRML 1.0. Hypertext links to additional information on hydrogen and oxygen are included, and may be invoked when the corresponding VRML atom is selected. All of this is carried out within the structured confines of the laboratory web page, where additional supporting documentation is available if needed.

As a final assignment, students choose a topic in engineering or scientific visualisation and author related web pages. To assist in selecting a suitable topic, several examples are provided.

Examples include an animation tool, originally developed to train students of physiotherapy on subjects in gross, functional, and descriptive anatomy. To visualise terminology used in descriptive anatomy, several pre-rendered animations are available, including examples depicting flexion of the forearm at the elbow, extension, supination, and pronation. Joint angles corresponding to animation key frames are available in a browser form, and may be modified to generate a new and unique MPEG animation sequence. A browser form to produce animation sequences based on muscle activation levels and human biomechanics is also planned [von Konsky, 1994; von Konsky and Zomlefer, 1994].

Other examples include a CGI script which presents the student with hypertext information on the meaning of resistor colour codes. Students can test their knowledge of colour codes by selecting the values of the two significant digit bands, the multiplier band, and the tolerance band in a browser form. This form can then be submitted to POV-Ray which automatically produces a rendered representation of an actual resistor.

Significantly, simulation based web applications like the ones described in these case studies use the information super highway in two directions, not merely as a means of recalling static information laid down in advance by the content provider.

Discussion

Recognising the significance of the trend toward the electronic delivery of educational material and other resources, many universities are developing standard environments for the creation and integration of web based services [Dougiamas, 1995].

The real challenge for educational web content creators, however, is to create electronic presentations which encourage entrepreneurial learning through dynamic content based in part on computer simulation and knowledge based systems.

In many respects, the WWW is an enabling technology which facilitates bringing existing stand alone simulation tools and related computer applications to a broader global audience.

For command line driven applications like the Safer Sex model and the human arm animation system cited as case studies, this can be done with CGI scripts and minimal effort on the part of the programmer.

When building Java applets, however, additional effort is required, as this effectively means starting from scratch. From the standpoint of the user, the extra effort results in a finished product which is seamlessly integrated with the browser, often using engaging animated graphics and advanced GUI features.

Given that second generation browsers are highly media extensible, the question then arises, which media type should be used for web based educational tools? The answer to this question is somewhat complicated by two seemingly conflicting goals:

Consider the case of the human forearm animation system cited in the case study. The media generated by the web version of this tool is an MPEG animation sequence. This sequence is automatically constructed by a CGI script using joint configurations entered by the user to generate key frames. MPEG was chosen for the initial web prototype as it produces an animation sequence which is spatially and temporally compressed, resulting in smaller files than from most other multiple frame media format.

MPEG was chosen over VRML 1.0 because although VRML allows the user to move through a three dimensional virtual environment, it does not enable data to be animated. It should be noted, however, that this feature is anticipated in a future version of VRML.

Java, on the other hand, supports extensive class libraries for animation, and will be supported on most platforms including UNIX systems, Windows PCs, and the Macintosh Computers by early 1996. Significantly, geometry data is downloaded and animated on the client side of the transmission link, rather than on the server side as would be the case with an MPEG approach or with other multiple frame media. In many cases, using Java will result in less data being transmitted and an animation sequence of higher quality. A Java implementation of the human forearm animation system is therefore planned for early 1996 when Java becomes stable on all platforms.

It is worth noting that FAST for scientific visualisation in the schools, implemented by NASA's Ames Research Center, is based on a similar premise. This project has demonstrated that remote students and researchers can collaborate more efficiently on many scientific visualisation projects when raw data is exchanged rather than compressed video files, as the latter often requires greater network bandwidth [Watson, 1995].

Conclusions

This paper has shown that the World Wide Web currently possesses most of the features required to create distributed educational multimedia. These features include: The future success of the WWW as a distributed educational multimedia delivery mechanism will depend on on going research and developments in the following areas: Management and economic challenges, as well as public policy issues must also be addressed. These include:

Acknowledgments

Thank you to the following Curtin University of Technology staff members, who have provided valuable input regarding WWW based educational tools: Dr T. H. Edgar, Mr T. Docherty and Dr D. Myers, IMAGE Technology Research Group; Mr Clive Maynard, Head, Department of Computer Engineering; Mr Martin Dougiamas and Mr Glenn Chisholm, Web Crew, Curtin Computer Centre; Mr Nick Jenkins, Multimedia Consultant, Curtin Computer Centre; and Mr Andrew Marriott, Senior Lecturer, School of Computer Science. Thank you to Mr James Kent for assistance with preparing this manuscript.

References

Anupam, V., and Bajaj, C. (1994). Shastra: Multimedia Collaborative Design Environment. IEEE Multimedia, 1(2), 39-49.

Berghel, H. (1995). Using the WWW Test Pattern to check HTML client compliance. Computer, 28(9), 63-65.

Chee, Y.-K., Edgar, T. H., Myers, D. and Docherty, T. (1994). An introduction to vector quantisation. In C. McBeath and R. Atkinson (Eds), Proceedings of the Second International Interactive Multimedia Symposium, 88-98. Perth, Western Australia, 23-28 January. Promaco Conventions. http://www.aset.org.au/confs/iims/1994/bc/chee.html

Cox, M. (1995). Mark's List of Internet Interactivity: Remote Control, http://www.telescope.org/mark/fave-inter.html

December, J. (1995). Presenting Java. Macmillan Computer Publishing, ISBN:1-575-21039-8.

Dougiamas, M. (1995). CurtinLink: Using the Internet to Integrate a Large Organisation, DECUS Seminar. Perth, 19, October, 1995, http://www.curtin.edu.au/about/development/modules/

Edgar, T. H., and Willis, N. (1993). Digital Storage and Manipulation of Image and Video Sequences for Multimedia Applications: The Technology, Opportunities Afforded and Benefits Possible. Proceedings of the Fourth Annual Conference of the European Association for Education in Electrical and Information Engineering, EAEEIE '93, Prague, Czech Republic, September, 172-179.

Goaling, J., and McGilton, H. (1995). The Java Language Environment: A White Paper, http://webrunner.neato.org/whitePaper/javawhitepaper_1.html

Goldfarb, C. F. (1990). The SGML Handbook. Oxford University Press, Oxford, UK.

HIV EMIR (1995). HIV Electronic Media Information Review, http://florey.biosci.uq.oz.au/hiv/HIV_EMIR.html

Internet Roundtable Society (1995). WBS Tune, http://www.irsociety.com/wbs/tune.html

Lawrence Berkeley National Laboratory (1995). Virtual Frog Dissection Kit Info Page, http://george.lbl.gov/ITG.hm.pg.docs/dissect/info.html

Leifer, L. (1995). ME210: Cross-Functional Systems Design Framework, Stanford University, Stanford, California, http://me210.stanford.edu/index.html

Lycos (1995). Lycos, Inc Home Page. http://www.lycos.com/

Marriott, A. et al. (1995). Computer Graphics Course Notes, Curtin University, School of Computer Science, Perth, Western Australia, http://www.cs.curtin.edu.au/units/

Pesce, M. (1995). VRML: Browsing & Building Cyberspace. New Rider Publishing, Indianapolis, Indiana

Pinkboard (1995). Safe Sex Information. http://www.pinkboard.com.au:80/SafeSex/

Taylor, K. and Trevelyan, J. (1995). A telerobot on the World Wide Web. 1995 National Conference of the Australian Robot Association, Melbourne, Australia, http://telerobot.mech.uwa.edu.au/robot/telerobo.htm

University of California San Francisco (1995a). Safer Sex Forum. http://www.cmpharm.ucsf.edu/~troyer/safesex/forum/

University of California San Francisco (1995b). The Safer Sex Page. http://www.cmpharm.ucsf.edu/~troyer/safesex.html

University of Geneva (1995). Distance Education on the WWW. http://tecfa.unige.ch/~lintz/staf14/staf14+ST/projet.html

University of Kansas (1995). Welcome to the Monarch Watch! The University of Kansas, Department of Entomology, Lawrence, Kansas. http://129.237.246.134/Home.html

University of Texas (1995). The World Lecture Hall. The University of Texas, Austin, Texas. http://wwwhost.cc.utexas.edu/world/instruction/index.html

University of Western Australia (1995). Australia's Telerobot on the Web. The University of Western Australia, Perth, Western Australia. http://telerobot.mech.uwa.edu.au/

US Department of Health and Human Services (1995). Preventing HIV & AIDS: What You Can Do, HIV/NAIEP/1-92/013. gopher://cdcnac.aspensys.com:72/00/8/prevent.txt

von Konsky, B. R. (1991). A Computer Model to Demonstrate the Effectiveness of Safe Sex. The Proceedings of the VII International Conference on AIDS. Florence, Italy, June 1991, 2:419.

von Konsky, B. R., Docherty, T., Edgar, T.H., Zomlefer, M.R. (1993). Replicated interactive learning aids in the interactive classroom of the future and other collaborative environments. Proceedings of the Fourth Annual Conference of the European Association for Education in Electrical and Information Engineering, EAEEIE '93, Prague, Czech Republic, September, 1993, 172-179.

von Konsky, B. R. (1994). Interactive Visualization of Human Anatomic Structure and Function Using a Dynamic Muscle Model. Doctoral Thesis, Curtin University of Technology, Perth, Western Australia.

von Konsky, B. R., and Zomlefer, M. R. (1994). Interactive visualization of human arm structure and function, Proceedings of the IEEE Engineering in Medicine and Biology Society 16th Annual International Conference, 686-687.

von Konsky, B. R. (1995a). Engineering Graphics 111. http://www.ece.curtin.edu.au/~bvk/eg111.html

von Konsky, B. (1995b). WWW Safer-Sex Model. http://www.ece.curtin.edu.au/People/Brian/SafeSex/URL/Examples.html

Watson, V. (1995). The FASTexpeditions Home Page, http://www.nas.nasa.gov/NAS/FAST/FASTexpeditions/home.html [New location verified 12 Nov 2000] http://www.nas.nasa.gov/Software/FAST/FASTexpeditions/

Woolf, B. P., and Hall, W. (1995). Multimedia pedagogues: Interactive systems for teaching and learning, Computer, 28(5), 74-80.

WHO (1995a). Estimated Distribution of Total Adult HIV Infections From Late 1970s/ Early 1980s Until Mid-1995. World Health Organization, http://gpawww.who.ch/aidscase/july1995/figure2.htm

WHO (1995b). Global Programme on AIDS. World Health Organization, http://gpawww.who.ch/gpahome.htm

WHO (1995c). The Current Global Situation of the HIV/AIDS Pandemic as of 3 July 1995. World Health Organization. http://gpawww.who.ch/aidscase/july1995/current.htm

World Wide Web Consortium (1995a). HyperText Markup Language (HTML): Working and Background Materials. http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html

World Wide Web Consortium (1995b). Overview of CGI. http://www.w3.org/pub/WWW/CGI/

World Wide Web Consortium (1995c). Overview of HTTP. http://www.w3.org/pub/WWW/Protocols/ [verified 20 Nov 2000 at http://www.w3.org/Protocols/]

World Wide Web Consortium (1995d). VRML Virtual Reality Modeling Language. http://www.w3.org/hypertext/WWW/MarkUp/VRML/ [verified 20 Nov 2000 at http://www.w3.org/MarkUp/VRML/]

Author: Brian R. von Konsky
School of Computer Science
Curtin University of Technology
Perth, Western Australia

Please cite as: Konsky, B. R. von (1996). Using the World Wide Web as a delivery mechanism for distributed educational multimedia. In C. McBeath and R. Atkinson (Eds), Proceedings of the Third International Interactive Multimedia Symposium, 203-212. Perth, Western Australia, 21-25 January. Promaco Conventions. http://www.aset.org.au/confs/iims/1996/ek/konsky.html

Available also at: http://kickit.cs.curtin.edu.au/~bvk/iimms96/3rd_IIMMS.html


[ IIMS 96 contents ] [ IIMS Main ] [ ASET home ]
This URL: http://www.aset.org.au/confs/iims/1996/ek/konsky.html
© 1996 Promaco Conventions. Reproduced by permission. Last revision: 15 Jan 2004. Editor: Roger Atkinson
Previous URL 20 Nov 2000 to 30 Sep 2002: http://cleo.murdoch.edu.au/gen/aset/confs/iims/96/ek/konsky.html