Web Magazine for Information Professionals

The Portole Project: Supporting E-learning

Tracey Stanley, Mina Sotiriou and Matthew Dovey provide an overview of a project to produce tools to discover information resources and deploy them within a university VLE.

The PORTOLE (Providing Online Resources To Online Learning Environments) Project [1] was funded by the Joint Information Systems Committee (JISC) as part of the DiVLE Programme (Linking Digital Libraries with Virtual Learning Environments - JISC 07/02). PORTOLE was a consortium undertaking of the Universities of Leeds and Oxford and the Resource Discovery Network (RDN). PORTOLE was a 10-month project which started on 1 October 2002 and completed on 15 August 2003. The University of Leeds was the lead site for the project.

The project sought to produce a range of tools for tutors which could be used to enable them to discover information resources and to embed these into their course modules from within a University Virtual Learning Environment (VLE). The VLE in use at the Universities of Leeds and Oxford is the Bodington system. A key deliverable of the project was to produce tools that were designed with the ease of incorporation into other VLE environments in mind.

Access to high quality online information sources is essential for both students and tutors. A key role for the tutor has always been to guide their students to resources that support their learning - whether in traditional printed book form or in online format. Students rely on their tutors to identify relevant resources, provide a context in which they can be understood and put a quality stamp on these resources. However, it can often be time-consuming for the tutor to find quality-assured resources to recommend, and in some cases, suitable resources may be difficult to track down, (for example, multimedia materials). Information resources are also often fragmented - for example; a tutor seeking out materials in Social Policy may need to navigate a complex set of different Web resources. Each of these will have a different search interface and may require the awareness of different search query languages.

Increasingly, when tutors find relevant resources to recommend to their students, they want to do this through a Virtual Learning Environment (VLE). The VLE provides the ideal environment for bringing together links to supporting resources with other teaching materials such as lecture notes, online tests and discussion areas. However, it is often difficult for the tutor to embed information resources into the VLE environment in a coherent and cohesive way as output formats and link structures may differ considerably from resource to resource.

Tutors also face problems with keeping their links up to date. A tutor managing a number of modules may find it difficult to ensure that links to external sources remain current, and may struggle to find the time to check and update dead links regularly. Online resources may also lack the required sign-posting which explains context and relevance for the student. For example, a tutor might want to point students to a certain section of a Web site, which might be relevant for lectures in a specific teaching week.

It is widely recognised that these difficulties inhibit the potential take-up and use of online resources in teaching. PORTOLE was conceived as a tool which would enable tutors to access the JISC Information Environment via the VLE in order to find and employ appropriate content in support of learning. The intention was also to integrate access to JISC IE resources with local digital resources.

Key Resources

The project initially identified a number of key resources which would be integrated into the tool:

The RDN provides access to over 50,000 quality-assured Internet resources across a wide range of subject areas. All resources have been selected by subject specialists in partner institutions and carefully indexed. Detailed resource descriptions are also provided. The inclusion of the RDN in the project enabled us to provide access to quality-assured content which is being externally maintained.

The University of Leeds Library Catalogue provides access to bibliographic information about the 2.6 million-plus resources in print and electronic format held by the University of Leeds Library. The inclusion of the Library Catalogue in the project enabled us to provide access to the wealth of resources held by the Library, including information about print and electronic journal holdings.

The University of Leeds Library ROADS database is used to provide access to subject-based listings of electronic subscriptions and external Web sites of particular relevance to University of Leeds staff and students. Over 4000 resources are included in the database. The inclusion of the ROADS database enabled us to provide access to information about subscription databases and links to other specialist resources. All resources are quality-assured and maintained by University Library staff.

The Google search engine was also added to the list of key resources. Google was included as it is a key resource used by a wide number of academic staff to locate resources on the Web. Google uses a highly effective relevance ranking algorithm, although resource quality issues are still evident.

The intention was for tutors to be able to cross-search these resources and retrieve an integrated set of links which would then be selected for inclusion in the VLE.

A tutor would enter the VLE and use a search interface to cross-search across the selected databases. An integrated, de-duplicated results set would be returned to the tutor, who would then be able to review and select suitable resources from those listed. Selected resources would be downloaded to the VLE for display as a dynamic Web page within the VLE environment. Custom annotations could then be added by the tutor to supplement or replace the resource descriptions provided from the RDN or other databases. The metadata for each record would be maintained by the source database, so that link checking and maintenance would be performed externally on centrally or nationally supported resources and the tutor would not need to be concerned with this. Finally, students would view the resources with their associated annotations.

Technical Infrastructure

PORTOLE used the JAFER client developed by the University of Oxford under JISC DNER funding in order to provide a Java-based toolkit for building a Z39.50 client. The Z39.50 search and retrieve protocol is one of the key components of the JISC Information Environment (formerly DNER) and acts as a protocol between middleware and the content providers.

JAFER

The JAFER Toolkit [2] was developed under the JISC 5/99 programme. It is a Java-based toolkit for building Z39.50 clients and servers. The PORTOLE Project uses the client components of the toolkit.

The core of the JAFER client is a JavaBean called ZClient. This exposes a fairly simple Java interface for searching a Z39.50 server. The ZClient bean is passed a query in an XML structure, (the toolkit also includes helper functions for building the XML structure programmatically), and the results can then be retrieved as XML documents.

Internally the ZClient bean handles the intricacies of the Z39.50 connection. It also includes various automated error-handling techniques, for example attempting multiple retries if network errors are encountered. Records retrieved via Z39.50 are first serialised into an appropriate XML format, (for example MARC X for MARC records [3]), and if required can be converted to other formats (e.g. Dublin Core) via XSLT. The architecture allows a novice user to employ the toolkit fairly quickly but allows the more advanced user a large degree of control over the behaviour of the ZClient bean.

Bodington

The Bodington [4] VLE software provides a mechanism for adding new resource types into the system. A resource consists of the following components:

A new resource is registered with Bodington by adding it to the system tables stored in an SQL database (typically Microsoft SQL Server). The data in these tables define a mapping whereby Java properties can be transferred to and from the SQL database - i.e. the SQL database acts as a persistent store for Java objects, in this case for Java objects representing Bodington resources.

PORTOLE

PORTOLE consists of a Template, Facility and Implementation which use the JAFER Client to search external Z39.50 databases. The basic architecture is shown in Figure 1.

Figure 1: diagram (16KB): PORTOLE Architecture

Bodington Room (Directory)
Figure 1: PORTOLE Architecture

For a Bodington user who has the Edit access right, the PORTOLE ReadingList Implementation allows the searching of multiple databases via JAFER ZClient beans.

Project Results

Figure 2: screenshot (27KB): Screenshot of PORTOLE Search Interface

Figure 2: Screenshot of PORTOLE Search Interface

The search interface can be used to search simultaneously across the Library Catalogues at the Universities of Leeds and Oxford, in addition with the RDN and Google. It was not possible to include the Leeds University Library ROADS database during the project as this database required additional technical development which was outside of the immediate scope of the project.

Once a search has been performed, the results are then presented to the tutor (Figure 3).

Figure 3: screenshot (51KB): Screenshot of PORTOLE search results

Figure 3: Screenshot of PORTOLE search results

The tutor can select items and then add annotations to provide context for the student.

When the tutor is happy with the list, they can then save it so that students can access a read-only version of the list. The tutor can modify the list at a later date.

Internally the selected items are stored in an XML format in the underlying Bodington SQL database. The XML structure stores data from the record, which is used for rendering the reading list to the user, the details of the source database from which the record originates, annotations added by the tutor, and the query used in the original search. This query can be used when editing the list so that for a given item, the tutor can search for new, similar or related items by using or modifying the original query that located that item.

As the internal structures are XML, it was fairly straightforward to add the ability to import and export the reading list in an XML format. At present this facility is primarily for transferring reading lists between different Bodington-based VLEs as the XML schema is a proprietary PORTOLE-defined schema, although the export user could transform the XML into any other suitable XML schema. Indeed the XML is passed through a XSLT engine during the import and export, so other formats could be handled by configuring a suitable XSLT transform. It transpired during the project that no standard XML schema for resource lists existed; one of the outcomes of the DiVLE Programme has been to motivate IMS to address this omission. Once such a standard emerges it should be possible to support this by adding a suitable XSLT transform.

A number of key lessons have been learned from the project. Focus groups were undertaken as part of the project, and the following key issues emerged:

Future Developments

A number of long-term issues exist in relation to further development of the system. A number of suggestions for further development have already been raised, and whilst these were outside the scope of the original project, the project team believes there would be some value in investigating these further.

  1. The ability to provide the Library with alerts when new items are added to resource lists. This was requested by the Library staff who were involved in the project. There are a number of alerting and reporting tools within Bodington which might be used for this purpose. However, a fuller requirements analysis is required before this development can be taken forward.
  2. The addition of further search targets has also been requested. It is possible to add new Z39.50 targets quite easily and the Leeds Team will undertake a scoping exercise to establish a priority list. The Leeds Team also intends to investigate the use of an OpenURL resolver to provide functionality for direct linking to journal articles. The University of Leeds will be implementing an OpenURL resolver in summer 2004. Once this is implemented, it will be necessary to review how metadata is being stored in PORTOLE in order to establish how best to link to the OpenURL resolver.
  3. The project has also touched on the issue of relevance ranking. Relevance ranking is a complex area, and very difficult to achieve, as different databases use different ranking algorithms. Combining these is technically impossible without a substantial understanding of the algorithms used. Many of our source databases - eg library catalogues - do not perform relevance ranking.
  4. The project also aimed to explore the transferability to other VLE platforms of the model for resource list creation. As both institutions are using the Bodington system, the project has not explored how the model could be used within other VLE platforms. Bodington does not currently interoperate well with other VLEs. Further JISC funding would be required to extend the model to other VLE systems and work in this area would be most likely to focus on the issue of metadata standards for resource lists.

Developments in this area would create significant added value from the project for the wider JISC community.

Conclusion

The PORTOLE Project has been successful in producing a working system, and positive feedback has so far been received from the focus groups and from those staff involved in testing. A full assessment of the success of the project requires a period of ongoing evaluation, and the project team aims to take this forward over the coming academic year.

The project has assisted in the development of working relationships between the key players; particularly between the VLE Teams at Leeds and Oxford. This can only be beneficial for the ongoing partnership of the two institutions and for our shared commitment to develop Bodington as an open source VLE. There will be an ongoing requirement for cross-divisional and cross-institutional collaboration in promoting and disseminating the system.

References

  1. PORTOLE Web site: http://www.leeds.ac.uk/portole/index.htm
  2. JAFER ToolKit Project -Development Web site http://www.lib.ox.ac.uk/jafer/develop.html
  3. MARC21 XML Schema Web site http://www.loc.gov/standards/marcxml/
  4. Bodington Common http://www.fldu.leeds.ac.uk/bodingtoncommon.html

Author Details

Tracey Stanley
Head of E-Strategy and Development
Leeds University Library

Email: t.s.stanley@leeds.ac.uk
Web site: http://www.leeds.ac.uk/library/people/tss.htm

Mina Sotiriou
E-Strategy Support Assistant (and PORTOLE Project Officer)
Leeds University Library

Email: a.sotiriou@leeds.ac.uk
Web site: http://www.leeds.ac.uk/library/people/ams.htm

Matthew Dovey
Technical Manager OeSC
Oxford University

Email : matthew.dovey@oucs.ox.ac.uk
Web site: http://e-science.ox.ac.uk/oesc/

Return to top