<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Information Science Today &#187; Digital libraries</title>
	<atom:link href="http://infosciencetoday.org/category/digital-libraries/feed" rel="self" type="application/rss+xml" />
	<link>http://infosciencetoday.org</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jul 2010 19:49:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Connecting and Sharing: the Emerging Role of Z39.50 in Library Networks</title>
		<link>http://infosciencetoday.org/featured/connecting-and-sharing-the-emerging-role-of-z39-50-in-library-networks.html</link>
		<comments>http://infosciencetoday.org/featured/connecting-and-sharing-the-emerging-role-of-z39-50-in-library-networks.html#comments</comments>
		<pubDate>Sun, 27 Dec 2009 21:07:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital libraries]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[integrated library management system]]></category>
		<category><![CDATA[National Library recognises]]></category>
		<category><![CDATA[Z39.50]]></category>

		<guid isPermaLink="false">http://infosciencetoday.org/?p=921</guid>
		<description><![CDATA[1. Introduction
While everyone has heard about Z39.50, there is still a lot of uncertainty about its relevance to the library community. &#8220;It’s still under development,.&#8221; you may have read on lists or heard people say. &#8220;It’s too complex to implement.&#8221; &#8220;It doesn’t work.&#8221; &#8220;It’s not needed now we have the Web.&#8221; In fact, Z39.50 is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. Introduction</strong></p>
<p>While everyone has heard about Z39.50, there is still a lot of uncertainty about its relevance to the library community. &#8220;It’s still under development,.&#8221; you may have read on lists or heard people say. &#8220;It’s too complex to implement.&#8221; &#8220;It doesn’t work.&#8221; &#8220;It’s not needed now we have the Web.&#8221; In fact, Z39.50 is a mature standard, widely implemented in the library community. It is beginning to solve real problems, not just for libraries, but also for other collecting agencies such as art galleries, museums and archives. Implementors Implementors are no longer focusing on adding new functionality but on ensuring interoperability within and across these communities. Not only is it still relevant in a Web environment, the Web provides opportunities for universal access to Z39.50-enabled databases.</p>
<p>The strategic importance of Z39.50 to the library community lies in its potential to accommodate a wide range of information exchange applications between libraries and consortia. The paper addresses the effect of Z39.50 on an activity the National Library considers important: to support the provision and maintenance of a centralised union catalogue. Following a short overview of the protocol, the distributed method of providing the functionality of a union catalogue by exploiting Z39.50 is compared with centralised models.<br />
<strong></strong></p>
<p><strong>2. The Protocol<br />
2.1 History<br />
</strong>The development of Z39.50 can be traced back to the OSI (Open Systems Interconnection) model, where Z39.50 is an application layer protocol.1 The current version of the protocol was published in 1995 and is titled Information Retrieval (Z39.50): Application Service Definition and Protocol Specification. In this form it is an ANSI/NISO standard (American National Standards Institute, National Information Standards Organization). Previous versions were published in 1992 (version 2) and 1988 (version 1, now considered obsolete). It has become an international standard with ISO number 23950, and the texts of the ISO and ANSI versions are identical. The standard is maintained by the Z39.50 Maintenance Agency at the Library of Congress. The Agency can be accessed at: http://lcweb.loc.gov/z3950/agency/. At this site, information on current developments of the standard and instructions on how to join the Z39.50 Implementors’ Group (ZIG) discussion list can be found.<br />
<strong></strong></p>
<p><strong>2.2 Basics</strong></p>
<p>The core functions of Z39.50 relate to searching and retrieving information from databases stored on multiple host sites. The protocol “specifies data structures and interchange rules that allow a client machine (called an ‘origin’ in the standard) to search databases on a server machine (called a ‘target’ in the standard) and retrieve records that are identified as a result of such a search.”2</p>
<p>The protocol confines itself to interactions between the client and server machines, and does not address interaction between a human user and the client machine or between the target machine and its databases. The standard is designed to facilitate interoperability between computer systems. The communication described in the standard is connection-oriented and stateful: that is, the origin initiates a session with the target and the connection is maintained until the association is terminated.</p>
<p>In an implementation, the origin and target convert their local forms of messages and responses to and from Z39.50 ‘language’. This means an origin can maintain a consistent user interface for searching targets which support Z39.50, because the client machine’s searching syntax can be mapped into Z39.50 queries. In this way, the origin extends the local interface to search external targets. On the target or server side, this requires considerable conversion because the incoming Z39.50 query must be mapped to retrieval mechanisms and vice versa.</p>
<p><img class="aligncenter size-full wp-image-923" title="1" src="http://infosciencetoday.org/wp-content/uploads/2009/12/112.jpg" alt="1" width="439" height="324" /></p>
<p>The standard does not directly support the broadcasting of searches to multiple servers, but a client can open Z39.50 sessions with multiple servers either sequentially or simultaneously. Manipulating multiple result sets to remove duplicates and ensure a uniform presentation to the user also falls outside the scope of the protocol.</p>
<p>Web-based search and retrieval applications need Z39.50 for the same reason as proprietary applications &#8211; to avoid the proliferation of interfaces to the target databases. The Web is a static collection of html documents stored on http servers. Special programs using scripting languages and compiled modules are needed to deliver search and retrieval functionality. In server-based implementations, the http/ Z39.50 gateway resides on an http server as in the diagram below. Browser-based implementations also exist which require Java or Active X applets to be downloaded to the user&#8217;s machine.</p>
<p><img class="aligncenter size-full wp-image-925" title="2" src="http://infosciencetoday.org/wp-content/uploads/2009/12/26.jpg" alt="2" width="429" height="338" /></p>
<p>As databases differ considerably in structure and indexing methods, the protocol employs a common, abstract model for describing databases. The model requires a &#8220;schema&#8221; or abstract record structure to be defined for each database, composed of &#8220;elements&#8221; such as author, title, date last modified. Access points are also defined for each searchable element or group of elements.</p>
<p>However, Z39.50 should not be interpreted as a database indexing standard. In each implementation, the targeta databases must be mapped to the Z39.50 database model to enable communication between origin and target. However, Z39.50 profiles and implementor agreements developed for specific communities do impose a de facto database indexing standard in that they define the minimum set of access points needing to be supported by the database indexes to ensure interoperability between target systems.</p>
<p><strong>2.3 Search and Retrieval Facilities</strong></p>
<p>The Search and Retrieval facilities are the core functions of the standard.</p>
<p>A Search request can be made to one or more databases at a target system and must contain a query. The group of records retrieved as the result of a query is called a result set. Several query-types are defined, including Type-1 for Reverse Polish Notation (RPN) and Type 101, which extends Type-1 for proximity searching and restricting result sets by other attributes. The protocol gives full support and mandates use of the type-1 query which consists of a single access point clause, or several clauses linked by logical operators. For example,<br />
In the database named “Library” find all records for which the access point ‘title word’ contains the value ‘glass’ AND the access point ‘author’ contains the value ‘white’</p>
<p>The attributes used in searching belong to a particular attribute set, “whose definition is registered, that is, assigned a unique and globally recognised attribute-set-ID, an Object Identifier, which is included within the query.”3 The attribute set used by the bibliographic community is called bib-1</p>
<p>Retrieval consists of two Z39.50 services: Present and Segment. In a Present response, the origin requests response records in the result set. The origin may specify a preferred syntax, schema and element specification (e.g., brief, full, brief with holdings, title and subject only, etc.). The syntax is the envelope in which the elements are packaged for transfer between systems. Z39.50 supports a number of such syntaxes, ranging from the familiar MARC syntax to the general, but very complex GRS (General Record Structure) syntax. GRS is becoming increasingly important in library applications because it enables elements from multiple schemas (e.g., bibliographic, holdings and circulation data) to be combined in one package for transfer.</p>
<p>If the target cannot support the number of response records requested by the origin, the target segments the response, delivering the result set in portions.</p>
<p><strong>2.4 Other Facilities</strong></p>
<p>There are a number of services which complement the basic Search and Present functions by providing other types of messages between origin and target. These include session establishment and termination, access control, and operations on result sets, such as sorting, browsing or deleting. The Scan service, important to library implementations because it enables browsing of ordered term lists, was introduced in version 3 of the standard and is not yet widely implemented.</p>
<p>One particularly promising service is Explain which allows an origin to query a target about implementation details, e.g., which databases are available, the particular attribute sets and record syntaxes used. The facility is “intended to permit the development of clients that to at least some extent are dynamically self-configuring as they encounter various servers.”4 The Explain facility has not been widely implemented. However, a number of implementors have formed a group recently to test its functionality.</p>
<p><strong>2.5 Extended Services</strong></p>
<p>Version 3 introduced a new service called Extended Services, which permits tasks to be performed outside a Z39.50 session. These tasks are more complex than a search and retrieve operation, and may usually be carried out after the session initiating the task has been completed. If the task is not completed before the target responds to the Extended Services request, the target creates a task package in a special Extended Services database which can be searched by the origin using standard Z39.50 facilities.“The Extended-Services (ES) service allows an origin to create, modify, or delete a task package at the target. The target maintains task packages in a special database.”5</p>
<p>The Extended Services are described in Appendix 8 of the published standard. They include:</p>
<p>· Persistent Result Set. This enables the origin to request the target to save a search result.</p>
<p>· Persistent Query. In this service, the target saves a Z39.50 Query in response to a request from the origin.</p>
<p>· Periodic Query. The origin requests the target to save a query and run it periodically, according to a schedule specified by the origin.</p>
<p>· Item Order. The origin can submit a document delivery request to the target</p>
<p>· Database Update. The origin requests that the target update a database by insert new records, replacing or deleting existing records, or by modifying elements within records.</p>
<p>· Export Specification. The origin specifies the format, delivery mechanism and destination of records from result sets.</p>
<p>· Export Invocation. This service allows the origin to request delivery of records, according to an Export Specification.</p>
<p><strong>3. Business Applications</strong></p>
<p>There are a number of potential and existing applications of this standard to libraries. Local access to external data sources. The basic search and retrieve functions can be used to extend the number of data sources available for searching at a user workstation. Local and remote databases can be searched using the syntax provided in the local system. This has been the most common implementation of Z39.50 in libraries.  Creation of virtual or distributed union catalogues. A group of libraries can use the Search and Present services to enable access from a local origin to many targets. In this way, a user on one library can use the syntax and interface of their local system to search catalogues of other systems in the group. With the ILL Protocol, a group of libraries could provide a virtual union catalogue and mechanisms for resource sharing between them. Issues related to this will be discussed later in the paper.  Copy cataloguing using Z39.50. A local Z39.50 origin can search an external database, specify that the records be presented in MARC syntax, and copy them into their local system for inclusion in a local catalogue. This practice is becoming more widespread.</p>
<p>Orders for bibliographic outputs. The Extended Services allow a variety of methods to retrieve result sets on a regular basis and have them sent in specified formats. There are a number of possibilities for use of these facilities: SDI services; new and changed records for catalogue purposes; reports for collection development purposes.<br />
Updating databases. The Update service of the Extended Services can enable simultaneous updating of more than one target by an origin. This will be taken up further in the discussion of the Union Catalogue Profile.</p>
<p><strong>4. Union Catalogues<br />
4.1 Introduction</strong></p>
<p>The business applications outlined in Section 3 have implications for centralised bibliographic services. The availability of copy cataloguing through Z39.50 can be expected to have some impact on enterprises based on supply of MARC records. In Australia, the use of ABN for catalogue record creation and supply has made a significant contribution to the development of a national union catalogue, which supports resource sharing and collection development activities in libraries across the nation. In planning for the replacement of ABN, the Library has had to take account of new and possible ways for libraries to build their catalogues: vendors supply MARC records; catalogue records can be obtained from other utilities such as OCLC and RLG; catalogue records can be copied from other servers, e.g., the Library of Congress.</p>
<p>While considering the future of the national union catalogue, the National Library has observed the development of sectoral consortia and regional or state-based networks. Z39.50 has the potential to change the operations of these networks through increasing implementations of distributed or virtual union catalogues. During planning for the Networked Services Project, the Library had to make a key strategic decision about continuing to provide and maintain a centralised national union catalogue. The decision was positive, because the Library believes the union catalogue will continue to play a role in resource sharing and collection development for at least another five years. Union catalogues may also have a strong role to play in access to digital collections, through collection level and item level records linked to the digital files at a remote host site. However, the Library did recognise that while the services delivered by a centralised national union catalogue were required, Z39.50 raised possibilities for new methods of creating this catalogue</p>
<p><strong>4.2 The Virtual Union Catalogue</strong></p>
<p>In the past, union catalogues have been implemented as centralised systems, with a single database on a single system. This model includes: commercial services such as OCLC, RLG and WLN which developed as large scale shared cataloguing systems; pure union catalogues, such as the University of California&#8217;s MELVYL system, developed specifically as public access union catalogues; and, shared union catalogues which are part of an integrated library system shared by a group of libraries.</p>
<p>Z39.50 based searching, on the other hand, allows users to search multiple catalogues on multiple distributed systems with a single search. These multiple databases then constitute a &#8216;virtual&#8217; union catalogue from the user&#8217;s point of view. Key research in this area is being carried out by the National Library of Canada. The goal of their virtual Canadian union catalogue (vCuc) project5 is to determine the long term feasibility of using Z39.50 for searching distributed individual library catalogues and consortial union catalogues which together would emulate the services provided by a centralised union catalogue.</p>
<p>One particular problem with the distributed search model is the retrieval of locations, holdings and circulation information. Recent discussion within the Z39.50 Implementors&#8217; Group on how to provide this information in response to a Z39.50 query has not yet achieved consensus. The problem is compounded by the lack of consistency in the storage of holdings data in local and union catalogues. The USMARC format for holdings and locations seems an obvious candidate to ensure predictability and reliability in standardising these types of data. However, in Australia there has not been widespread implementation of this particular USMARC format. USMARC also allows summary information for holdings to be embedded in bibliographic records in tags 850 and 852, but there is little evidence of this practice in Australia. Generally holdings data is held in locally defined MARC fields, usually in the 9XX block.</p>
<p>Another limitation of the distributed model is its inability to deal satisfactorily with duplicate records in a search result. Ideally, the separate result sets retrieved from each target should be merged and duplicate records removed. In centralised union catalogues, duplicate resolution is chiefly achieved through software. The residue of duplicates which cannot be resolved by software is sent to human review. However, duplicate resolution in the distributed environment is primarily a human task. When search results are retrieved from a Z39.50 broadcast search sent to multiple targets, a human being reviews the results to identify duplicates. With records being presented sequentially as the search results from each target arrives, and screen displays that are not designed to make record comparison easy, the searcher can have a difficult task.</p>
<p>The task of de-duplication will become critical if the shift to distributed union catalogues gathers pace. The University of Bradford is conducting some useful research in this area, using client software to merge records and deliver including record merging and user-friendly displays.6 However, the National Library of Canada is uncertain of the scalability of a client-based architecture for duplicate removal if complex algorithms such as those now common in large central databases are involved.7 At the National Library of Australia, we are beginning to think that &#8220;middle-ware&#8221; solutions may deliver better performance, with the client referring Z39.50 searches and the responsibility for resolving duplicates to a server-based broker. Such an architecture might also address concerns with the intellectual property invested in MARC records by managing user authentication and logging transactions. There is an increasing trend for OPACs to present search results in a syntax other than MARC to avoid copyright issues related to the re-use of records purchased from bibliographic utilities and other copy cataloguing services.</p>
<p>Lynch has examined the advantages and limitations of the centralised and distributed approaches, and concluded that with current technology, centralised union catalogues have major advantages both in function (searching and indexing consistency, database quality and removal of duplicates) and in performance (particularly from the user&#8217;s point of view, availability and response time)8. One argument against virtual union catalogues is that, to work effectively, they appear at present to be successful with a limited number of targets &#8211; up to around eight. The technical problems such as merging and de-duplication of result sets and performance may be solved sooner rather than later. However, on balance, there are technical advantages in delivering services through centralised union catalogues.</p>
<p><strong>4.3 Centralised Union Catalogues</strong></p>
<p>Technical factors were not the sole criteria for a decision about maintaining a centralised union catalogue. The National Library of Australia considered the value of the existing asset within the National Bibliographic Database, the cooperative environment in Australian libraries built up over many years, the high quality of service it can offer and the viability of the present service. For these reasons the National Library of Australia stated in its RFT for the Networked Services Project which will replace the ABN system, that “for the location information on the NBD, it is the Library&#8217;s present view that the most practical solution is probably a centralised national database”9. The National Library is committed to the national union catalogue as a means of supporting resource sharing among Australian libraries and believes that a centralised system is the best way of achieving this at the present time. However, the Library is aware that there may be significant changes to this system in the next few years.</p>
<p>Weighed against the advantages of a centralised system is the high cost of building and maintaining a large centralised database and the consequent charges which are passed on to searchers to meet desired levels of cost recovery. In the case of the ABN database, there are six million records without holdings in addition to the seven million with location information. The records without holdings are included to meet the needs of cataloguers searching for copy: before the Internet, it was an efficient way of providing a wide range of cataloguing data for libraries. The Library has been looking for other ways to deliver these services, and suggested in the Networked Services RFT that “for the data which does not have attached location information, the Library wishes to offer ‘apparent one-stop shopping’ but has no prior preference for whether this is implemented through a distributed or centralised model”10. Lynch argues that the centralised and distributed approaches should be complementary rather than competitive11.</p>
<p>While the national union catalogue, that is all bibliographic records with holdings, will probably be implemented in the replacement system in a centralised form, the provision of source data for copy cataloguing may be considered differently. The National Library is considering, for example, not migrating some older data without holdings to the new system. Access to lesser used data can be provided by Z39.50 searching of external databases through the same search interface as is provided for the proposed National Bibliographic Utility, and therefore the amount of data which the National Library has to maintain can be reduced. However the main benefit of Z39.50 searching of external databases for users lies in the wider range of bibliographic source data which can be made available.</p>
<p><strong>4.4 Strategies for delivering a centralised union catalogue</strong></p>
<p>The shared cataloguing service goes hand in hand with, and is a vital means of building and maintaining the national union catalogue. In replacing the ABN system, one of the National Library&#8217;s objectives is to make it as easy as possible for users to contribute to the national union catalogue.</p>
<p>Several years ago, it looked as though the best strategy for achieving this was to integrate file transfer mechanisms seamlessly into the workflows of information providers. The current ABN system has a downline loading service based on ftp which delivers records to the local system in real time. However, this service requires users to use one interface to catalogue the item and another to add detailed holdings information. In addition, keeping the national union catalogue up-to-date as holdings change depends on duplicating workflows or using a batch update process which has not been widely taken up by libraries. While the National Library recognises the need to accommodate libraries preferring to catalogue locally, the current ABN system is not equipped with duplicate removal software sufficiently sophisticated to support upline loading. Upline loading of records from local systems has been a key requirement from early stages in plans to replace ABN.</p>
<p>Since then, library systems have evolved from proprietary character-based applications to Z39.50-enabled client/server technologies. This new architecture provides both a threat to the existing strategies for maintaining the union catalogue and a significant opportunity to achieve seamless integration of union catalogue maintenance into user workflows.</p>
<p>Part of the solution is already provided by the Z39.50 Search and Present services. These enable libraries to obtain bibliographic records in MARC syntax from Z39.50-enabled servers. Many library system vendors now offer Z39.50 cataloguing client software to their users. The next generation of products will be integrated technical workstations which fully acknowledge the interrelationship between selection, acquisition, accessioning and cataloguing processes in building library catalogues.</p>
<p><strong>4.5 Union Catalogue Profile</strong></p>
<p>In 1996, IT/19, the joint Standards Australia and Standards New Zealand Committee dealing with library-related standards, endorsed a proposal from Jan Gatenby of Stowe Computing and the National Library of Australia to develop a cataloguing protocol that would enable all cataloguing to be done from a single client.12</p>
<p>Benefits of using a single client are:<br />
Potential for a superior work flow<br />
Only one interface to master<br />
A simple efficient configuration<br />
Simplified support<br />
A wider choice for users<br />
Opportunities for independent evolution of client and server products.</p>
<p>The cataloguing protocol needed to support all catalogue maintenance functions, including bibliographic, holdings and authority data. It needed to recognise that the update function is dependent on searching and that database searches are frequently done at several stages in the update process. Another requirement was to transfer information between systems about transactions as well as data. The protocol also needed appropriate security mechanisms and effective client-based, interactive error resolution methods where possible.</p>
<p>A Union Catalogue Profile over Z39.50 was considered to be the most appropriate mechanism for delivering these requirements. A profile specifies how a particular standard, or group of standards will be used to support a given application, function, community or environment. It is used both for procurement purposes and to ensure interoperability between systems. Developing a Z39.50 profile rather than a separate cataloguing protocol avoided the proliferation of protocols. Z39.50 already has all the services in place to support user authentication and search and retrieval, together with a Database Update Extended Service defined within it. These services have been widely accepted and implemented by the library community. The profile has now been reviewed by the ZIG in several versions and is about to be submitted to the International Standards Organisation as a Draft Internationally Registered Profile (DIRP).</p>
<p>The Union Catalogue Profile presents a strategy for enabling all cataloguing to be done through a single client. The National Library is interested in supporting and developing the Profile. The Networked Services Project RFT sought products which supported the Union Catalogue Profile. At the time of writing, it is not possible to disclose any more information about the tender process and solutions being considered. However, before any major implementation of the Profile, some testing will be required.</p>
<p>The Library encourages libraries and integrated library management system vendors to read the Profile and register interest in pilot projects. Comments on the Profile are also encouraged. It is recognised that implementors may wish to move towards conformance in stages. A set of priorities for staged implementation is included in Appendix 3 of the Profile. It may take several years before the Union Catalogue Profile is widely implemented. In the meantime, services such as the replacement ABN will have to support a range of migration strategies involving a combination of proprietary and standards-based solutions</p>
<p><strong>5. Conclusion</strong></p>
<p>The National Library recognises that the resource sharing environment is becoming more open and distributed. This trend has been assisted by libraries implementing key standards: MARC, Z39.50, the ILL Protocol are prominent now. There are many predictions about this future environment and many research projects underway. For the next five years at least, the National Library believes the national union catalogue still has an important role to play. As distributed approaches grow, the national union catalogue may end up covering gaps in the recording of collections and locations. Whatever the outcome, the national Library is committed to maintaining a centralised union catalogue, but offering a wide range of options for libraries to contribute to it. We believe it still a very important part of the nation’s information infrastructure.</p>
<p><strong>References</strong><br />
Clifford Lynch, “The Z39.50 Information Retrieval Standard. Part 1, A Strategic View of Its Past, Present and Future”. In D-Lib Magazine [online]. April, 1997 [cited 4 August 1997].<br />
Lynch.<br />
Z39.50 Maintenance Agency, Information Retrieval (Z39.50): Application Service Definition and Retrieval Specification (Washington, 1995), p. iii.<br />
Lynch.<br />
National Library of Canada, Virtual Canadian Union Catalogue Project [online] Ottawa, 1997 [cited 20 November 1997].<br />
University of Bradford, Dept. of Computing. Bradford OPAC 2 (BOPAC2) [online] Bradford, 1997 [cited 20 November 1997].<br />
Carrol Lunau, Fay Turner, Issues Related to the Use of Z39.50 to Emulate a Centralized Union Catalogue [online]. Ottawa: National Library of Canada, 1997 [cited 4 August 1997].<br />
Lynch.<br />
National Library of Australia, Request for Tender for National Library of Australia Networked Services (Canberra, 1997), p. 49.<br />
National Library of Australia, p. 49.<br />
Lynch.<br />
National Library of Australia, Union Catalogue Profile [online] Version 3, August 1997. Canberra, The Library. 1997 [cited 4 August 1997].</p>
]]></content:encoded>
			<wfw:commentRss>http://infosciencetoday.org/featured/connecting-and-sharing-the-emerging-role-of-z39-50-in-library-networks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Library Software</title>
		<link>http://infosciencetoday.org/library-automation/library-software.html</link>
		<comments>http://infosciencetoday.org/library-automation/library-software.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 01:12:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital libraries]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Library automation]]></category>
		<category><![CDATA[Library management]]></category>
		<category><![CDATA[Barcode Softwares]]></category>
		<category><![CDATA[Greenstone]]></category>
		<category><![CDATA[Library Automation System]]></category>
		<category><![CDATA[Library Management Systems]]></category>
		<category><![CDATA[library software]]></category>
		<category><![CDATA[Mylibrary]]></category>
		<category><![CDATA[NexLib - LIbrary Management System]]></category>
		<category><![CDATA[OpenBiblio]]></category>

		<guid isPermaLink="false">http://infosciencetoday.org/?p=780</guid>
		<description><![CDATA[ Barcode Softwares:

Barcode  Software
Barcode Software
Barcode Software
 GNU Barcode 
 Digital/Electronic Library Softwares:
 CdsWare
 Dienst 
 Eprints 
 Greenstone 
 Roads 
 SiteSearch 
 Library Management Systems:
 Athenaeum Light 
 Avanthi Circulation System 
 Glibms 
 Java Book Cataloguing System 
 Koha Open Source Library System
  Library Automation System
 LibraryCom  Web Based Library [...]]]></description>
			<content:encoded><![CDATA[<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><span style="font-family: Arial; color: #ff9933;"><strong><span style="text-decoration: underline;"> Barcode Softwares</span></strong>:<br />
</span><span style="font-family: Arial; font-size: x-small;"><br />
<a href="http://www.kanecal.net/bar-code-software-fonts.html">Barcode  Software</a></span></p>
<p><a href="http://www.ptshome.com/">Barcode Software</a></p>
<p><a href="http://www.hallogram.com/barcodesoftware.html">Barcode Software</a></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://www.gnu.org/software/barcode/barcode.html"> <span style="font-family: Arial; color: #000000; font-size: x-small;">GNU Barcode</span></a><span style="font-family: Arial; color: #000000; font-size: x-small;"> </span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><span style="font-family: Arial; color: #008000; font-size: x-small;"><strong><span style="text-decoration: underline;"> Digital/Electronic Library Softwares</span></strong>:</span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://cdsware.cern.ch/"> <span style="font-family: Arial; color: #000000; font-size: x-small;">CdsWare</span></a></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://www.cs.cornell.edu/cdlrg/dienst/DienstOverview.htm"> <span style="font-family: Arial; color: #000000; font-size: x-small;">Dienst</span></a><span style="font-family: Arial; color: #000000; font-size: x-small;"> </span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://www.eprints.org/download.php"> <span style="font-family: Arial; color: #000000; font-size: x-small;">Eprints</span></a><span style="font-family: Arial; color: #000000; font-size: x-small;"> </span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://www.greenstone.org/english/home.html"> <span style="font-family: Arial; color: #000000; font-size: x-small;">Greenstone</span></a><span style="font-family: Arial; color: #000000; font-size: x-small;"> </span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://www.roads.lut.ac.uk/"> <span style="font-family: Arial; color: #000000; font-size: x-small;">Roads</span></a><span style="font-family: Arial; color: #000000; font-size: x-small;"> </span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://www.sitesearch.oclc.org/"> <span style="font-family: Arial; color: #000000; font-size: x-small;">SiteSearch</span></a><span style="font-family: Arial; color: #000000; font-size: x-small;"> </span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><span style="font-family: Arial; color: #ff6600; font-size: x-small;"><strong><span style="text-decoration: underline;"> Library Management Systems</span></strong>:</span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://www.sumware.co.nz/Athenaeum/AthLight.htm"> <span style="font-family: Arial; color: #000000; font-size: x-small;">Athenaeum Light</span></a><span style="font-family: Arial; color: #000000; font-size: x-small;"> </span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://www.nslsilus.org/~schlumpf/avanti"> <span style="font-family: Arial; color: #000000; font-size: x-small;">Avanthi Circulation System</span></a><span style="font-family: Arial; color: #000000; font-size: x-small;"> </span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://sourceforge.net/projects/glibs/"> <span style="font-family: Arial; color: #000000; font-size: x-small;">Glibms</span></a><span style="font-family: Arial; color: #000000; font-size: x-small;"> </span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://sourceforge.net/projects/jbiblioteca/"> <span style="font-family: Arial; color: #000000; font-size: x-small;">Java Book Cataloguing System</span></a><span style="font-family: Arial; color: #000000; font-size: x-small;"> </span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://www.koha.org/"><span style="font-family: Arial; color: #000000; font-size: x-small;"> Koha Open Source Library System</span></a><span style="font-family: Arial; color: #000000; font-size: x-small;"></p>
<p></span><span style="font-family: &quot;Trebuchet MS&quot;;"> <a style="color: #2249cc; text-decoration: underline" href="http://www.insigniasoftware.com"> </a></span><strong><span style="font-family: &quot;Trebuchet MS&quot;;"><a style="color: #2249cc; text-decoration: underline" href="http://www.insigniasoftware.com">Library Automation System</a></span></strong></p>
<p><span style="font-family: &quot;Trebuchet MS&quot;; font-size: x-small;"> <a href="http://av.rds.yahoo.com/_ylt=A0Je5X1v7n9AlpEAIRpTDqMX;_ylu=X3oDMTBzZnMycjZhBHBndANhdl93ZWJfcmVzdWx0BHNlYwNvdi10b3A-/SIG=1e2ln9bn0/**http://www11.overture.com/d/sr/?xargs=02u3hs9yoaUHVvPSDD%2FRBdK4jCgw4MMXYMUgkMti3d2uySClxjsSDlIpfHkTiqqi3q%2Bffu7su9Ze%2Frkw2CPLfNs%2Bz9xjZWCNSC0ZWrFavl4fODzs2CY0zTaFZwNBgAZVyVsvAhQEI%2BUCksOnVU8%2F56hvs7S%2FluvUW9pj%2BG1cUBUcPAEUsCllyq6KNgpEFAFEAIjoWkNgh5TspeyUxd9bY06XaEuh12ja%2B5pmud4aYZ3xmn62QCpdMGAEuo6znxn8umH5847Em6ZNtblVR2QBeRMWmAVHYK7LF%2Berl9dg%2FwfchKzTX6c7ZzuigM%2Fy77cNcGcvR%2B&amp;yargs=www.librarycom.com"><span style="font-size: x-small;">LibraryCom  Web Based <strong>Library</strong> Service</span></a></span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><span style="font-family: &quot;Trebuchet MS&quot;;"> <a href="http://av.rds.yahoo.com/_ylt=A0Je5X1v7n9AlpEAIxpTDqMX;_ylu=X3oDMTBzZnMycjZhBHBndANhdl93ZWJfcmVzdWx0BHNlYwNvdi10b3A-/SIG=1fc3guch5/**http://www11.overture.com/d/sr/?xargs=02u3hs9yoakHVvTTCDhgzK%2F80uSzEHyJDkGUOqREO0uw%2FDI4sCgUQBJalUfj9WjKaavmmyWNr9n6%2F3%2Bd6yHtUV%2FBZ3fZqCcj7Ocy%2BC7bod9ervlJ%2BqxpuMmKIL1IopFKo%2F50ddzSasmHuw3Jc8MTzfqOwEclhSboPkSmYMqtPFdMS%2BPVFfwwN8OIfqp4e2MAVxUW%2BdOCU1wzgLChaB%2BS2f%2FiSSSpOSpDOgOPivWI%2BhuLChEOMa9Ydq1Z3r4wcpWS04KQwVFfQvho7A7UISqhSmo9GoUFQHcsf2tATrrYgL3aBgdEJFphhgiiW2HZY5ElbDuL2PxpLfutseIVDX8Q0xJmFB5%2FovuUMbhns%3D&amp;yargs=www.library.geac.com"> <span style="font-size: x-small;">Library Software</span></a><span style="font-size: x-small;"><br />
</span></span><span style="font-family: &quot;Trebuchet MS&quot;; color: #000000; font-size: x-small;"><br />
</span><span style="font-family: &quot;Trebuchet MS&quot;; font-size: x-small;"> <a href="http://av.rds.yahoo.com/_ylt=A0Je5X1v7n9AlpEAJBpTDqMX;_ylu=X3oDMTBzZnMycjZhBHBndANhdl93ZWJfcmVzdWx0BHNlYwNvdi10b3A-/SIG=1fac7baqu/**http://www11.overture.com/d/sr/?xargs=02u3hs9yoakHVrTTDDhgzK%2F%2FUuyDG%2BcTB8%2BaP0MMPWwe4dSUhqTOMSdv0Kc%2FHB02MYCLpXpKV6%2BWcMvbq13GjqFIdd0HoaOEu6nd%2BwXQfX21ajVYJfjcbuP8pSSSLXgay55PO%2FyB87pubsBUshyslLMkliMMbTEJjmBVcnQc8YQXhp%2FKJml7PpO2TVT6eaMRUO394dnPP84iZnTiFBIiqlHlkp7AXSjzGEOchGBQrOpP2oUavRONVar6%2Fr2xp3TRg7KSoNpBXj0m2AqsX82SjRyYAUXnTSUBMHLwp%2FclBuYMNaxiV5HMzEWCLAIcohYuKxZxAKi5vV0elHPlsebWDXN%2F5ORZHcQM%2F8X28dwj5%2F&amp;yargs=www.readerware.com"><span style="font-size: x-small;">Library  Software with Auto-Catalog</span></a></span></p>
<p><span style="font-family: Arial; color: #000000; font-size: x-small;"> <a href="http://sawansoft.cjb.net/">Library  Manager</a></span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://sourceforge.net/projects/mylibrarian/"> <span style="font-family: Arial; color: #000000; font-size: x-small;">Mylibrarian</span></a><span style="font-family: Arial; color: #000000; font-size: x-small;"> </span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://dewey.library.nd.edu/mylibrary/"> <span style="font-family: Arial; color: #000000; font-size: x-small;">Mylibrary</span></a><span style="font-family: Arial; color: #000000; font-size: x-small;"> </span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://www.nexevolve.com/nexlib.htm"><span style="font-family: Tahoma;"> <strong style="font-weight: 400"><span style="color: #000000; font-size: x-small;">NexLib &#8211; LIbrary  Management System </span></strong></span></a><br />
<span style="font-family: Tahoma; font-size: x-small;"><strong style="font-weight: 400"><br />
</strong> </span><a href="http://www.nexevolve.com/download.htm"> <span style="font-family: Tahoma; color: #000000; font-size: x-small;"><strong>Download Demo Version</strong></span></a></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://obiblio.sourceforge.net/"> <span style="font-family: Arial; color: #000000; font-size: x-small;">OpenBiblio</span></a><span style="font-family: Arial; color: #000000; font-size: x-small;"> </span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://www.trfoundation.org/projects/openbook.html"> <span style="font-family: Arial; color: #000000; font-size: x-small;">OpenBook Open Source Library System</span></a><span style="font-family: Arial; color: #000000; font-size: x-small;"> </span></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://researchguide.sourceforge.net/"> <span style="font-family: Arial; color: #000000; font-size: x-small;">Research Guide</span></a></p>
<p style="text-indent: 6; margin-left: 6; margin-right: 6" align="left"><a href="http://www.seansoft.co.uk/"> <span style="font-family: Arial; color: #000000; font-size: x-small;">Seansoft Library Loan Management  System</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://infosciencetoday.org/library-automation/library-software.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple media maintenance using the multifunctional Biblio Mobile StaffStation</title>
		<link>http://infosciencetoday.org/type/news/simple-media-maintenance-using-the-multifunctional-biblio-mobile-staffstation.html</link>
		<comments>http://infosciencetoday.org/type/news/simple-media-maintenance-using-the-multifunctional-biblio-mobile-staffstation.html#comments</comments>
		<pubDate>Thu, 19 Nov 2009 23:57:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bibliometrics]]></category>
		<category><![CDATA[Digital information system]]></category>
		<category><![CDATA[Digital libraries]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Biblio Mobile StaffStation]]></category>
		<category><![CDATA[BiblioCockpit]]></category>
		<category><![CDATA[media maintenance]]></category>

		<guid isPermaLink="false">http://infosciencetoday.org/?p=485</guid>
		<description><![CDATA[Bibliotheca RFID Library Systems has successfully establishes itself as a  provider of next-generation RFID technologies. Impressive presentations  Bibliotheca RFID Library Systems this year, 98-th of the German Conference of  Librarians in Erfurt, made clear to all that with its comprehensive presentation  of the numerous product innovations and innovations in RFID technology, [...]]]></description>
			<content:encoded><![CDATA[<p>Bibliotheca RFID Library Systems has successfully establishes itself as a  provider of next-generation RFID technologies. Impressive presentations  Bibliotheca RFID Library Systems this year, 98-th of the German Conference of  Librarians in Erfurt, made clear to all that with its comprehensive presentation  of the numerous product innovations and innovations in RFID technology,  Bibliotheca confirmed its position as a leader in innovative technologies. An  absolute highlight was a demonstration of next-generation software  BiblioCockpit. New tailor-made to order software with unlimited choice of  configurations and cabin as a central platform configuration and monitoring the  entire installation RFID has attracted great interest.</p>
<p>Another center of attention was the new Biblio IntelligentShelf &#8211;  installation, which allows visitors to check the publication or the media  directly.</p>
<p>The new portable hand reader is clearly more than just a further development of the familiar BiblioWand models. The new Biblio Mobile StaffStation is in fact a user-oriented, multifunctional and extremely lightweight device which, in conjunction with a laptop, can be used for media maintenance as well as offering a whole range of additional features. The very high reading speed is particularly striking: the device can reliably detect up to 500 shelved media in one minute. This is an outstanding performance compared to other mobile reading devices currently available. There is now a wide range of possible search criteria &#8211; in line with the requirements of modern practice. The Biblio Mobile StaffStation also fulfils the requested improvements in terms of operating convenience, memory, performance and service life. The reader and the slim yet stable antenna are surprisingly light, weighing just 700 grams.</p>
<p>All actions are carried out conveniently from the laptop, which is placed on a fully-fitted BiblioCart, a narrow carriage with smooth-running rollers, barcode reader, label dispenser, independent power supply and much more. In addition to inventory taking, the Mobile StaffStation can also be used for media checking or conversion purposes. And this is not all: data migration, data update, data model checks or data model updates are other potential functions. The device can also be integrated into the BiblioCockpit environment, the management platform for all new Bibliotheca products. Communication between components is wireless.</p>
]]></content:encoded>
			<wfw:commentRss>http://infosciencetoday.org/type/news/simple-media-maintenance-using-the-multifunctional-biblio-mobile-staffstation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SirsiDynix Announces General Availability of SchoolRooms 3.0</title>
		<link>http://infosciencetoday.org/type/news/sirsidynix-announces-general-availability-of-schoolrooms-3-0.html</link>
		<comments>http://infosciencetoday.org/type/news/sirsidynix-announces-general-availability-of-schoolrooms-3-0.html#comments</comments>
		<pubDate>Thu, 19 Nov 2009 23:48:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital information system]]></category>
		<category><![CDATA[Digital libraries]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[SchoolRooms 3.0]]></category>
		<category><![CDATA[SirsiDynix]]></category>

		<guid isPermaLink="false">http://infosciencetoday.org/?p=483</guid>
		<description><![CDATA[SchoolRooms is organized by subject and content is presented in virtual rooms to help students discover information, provide educators with access to quality materials, and enable parents to find appropriate resources for improving their children’s education.
]]></description>
			<content:encoded><![CDATA[<p>SchoolRooms is organized by subject and content is presented in virtual rooms to help students discover information, provide educators with access to quality materials, and enable parents to find appropriate resources for improving their children’s education.</p>
]]></content:encoded>
			<wfw:commentRss>http://infosciencetoday.org/type/news/sirsidynix-announces-general-availability-of-schoolrooms-3-0.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development of bibliometric indicators of research quality</title>
		<link>http://infosciencetoday.org/type/news/development-of-bibliometric-indicators-of-research-quality.html</link>
		<comments>http://infosciencetoday.org/type/news/development-of-bibliometric-indicators-of-research-quality.html#comments</comments>
		<pubDate>Wed, 18 Nov 2009 22:10:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bibliometrics]]></category>
		<category><![CDATA[Digital libraries]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[academic publications]]></category>
		<category><![CDATA[bibliometric]]></category>
		<category><![CDATA[bibliometric indicator]]></category>
		<category><![CDATA[Higher Education Funding Council for England]]></category>
		<category><![CDATA[Web of Science]]></category>

		<guid isPermaLink="false">http://infosciencetoday.org/?p=458</guid>
		<description><![CDATA[The United Kingdom, through the Higher Education Funding Council for England,  has worked since 2005 to reform the evaluation of research, known as the RAE  (Research Assessment Exercise). The latest study, published in a report in  September 2008, sought to analyze and deploy a database containing all academic  and publications submitted [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The United Kingdom, through the Higher Education Funding Council for England,  has worked since 2005 to reform the evaluation of research, known as the RAE  (Research Assessment Exercise). The latest study, published in a report in  September 2008, sought to analyze and deploy a database containing all academic  and publications submitted to evaluation committees during fiscal 2001.  Commissioned by HEFCE and conducted by the Center for the Study of Science and  Technology (CWTS, Leiden University, Netherlands), the authors of this study  explored and tried to solve a series of technical problems in optics developing  methods to produce bibliographic appropriate indicators of research quality. The  objective is to advise HEFCE on choice and use of such indicators in a pilot  exercise to be implemented in the near future.</p>
<p>The areas of research, academic publications and evaluated were classified into  8 groups. Six together the hard sciences (clinical medicine, health sciences,  disciplines related to health, biology, physics and engineering and computer  science) and the two remaining groups are math and social sciences and  humanities.</p>
<p style="text-align: justify;">The issues raised in this report were grouped into three sections: issues of  methodology, discipline groups and their aggregation and sensitivity analysis.</p>
<p style="text-align: justify;"><strong>1.1 Relevance of Web of Science (WoS) </strong><br />
To start, the authors created a database of researchers and publications from  the complete list of departments for the RAE 2001, which had been provided by  HEFCE. In the category of &#8220;best&#8221; publications submitted to RAE 2001 articles published  in scientific journals are on average 73% of all publications submitted for  evaluation. Cette proportion atteint 92 % en sciences dures et en mathématiques.  In contrast, social sciences and humanities, books and book chapters represent  15 and 24% respectively.</p>
<p style="text-align: justify;">On all publications submitted to evaluation committees, 84.1% were published in  journals listed in the WoS for the hard sciences, 81.8% for mathematics and  24.9% for social sciences and humanities . In the hard sciences, the range of  WoS coverage extends from 97% for clinical medicine at 70% for engineering and  computer science. It is noteworthy that in computing and engineering,  sub-disciplines are remarkably heterogeneous in terms of the WoS coverage: 44%  in computer engineering, 86% for electrical and electronic engineering and 88%  for chemical engineering.</p>
<p style="text-align: justify;"><strong>1.2 Correlation between the impact of quote &#8220;best&#8221; publications and the  classification of RAE 2001 </strong><br />
The analysis of correlation between the impact of quote &#8220;best&#8221; publications  submitted for evaluation by a university department on the one hand, and the  classification of the same department received the 2001 RAE the other hand,  focused on publications of the period from 1996 to 2000 and citations periods of  four years of each publication. According to a global trend, citing the impact  of increases in parallel with increasing rank of the department in EIR. The  authors suggest however that there are exceptions. In the group of engineering  and computer science for example, departments rated 2, 3a, 3b, 4 and 5 in RAE  2001 obtain quotations impacts very similar. Only those departments rated 5 *  get a higher citation impact to others. This distribution is also found in group  medical clinic in this case, however, the impact of citation are much higher  than those observed in Group Engineering Sciences and Informatics. Therefore,  the authors suggest that if the HEFCE wishes methods of peer review used for the  RAE 2001 represent the baseline measurement to validate the newly developed  metric indicators (for the years ahead score), the approach of relying on the  citations of &#8220;best &#8220;publications of a department on the 4-year period following  the publication is only partially valid in engineering and computer science and  clinical medicine, because it masks the incremental intrinsic value of a  department. However, it allows to distinguish the best from other departments.  In most cases, the citation impact differs substantially if the authors took  into account not the &#8220;best&#8221; but all publications.</p>
<p style="text-align: justify;"><strong>1.3 Analysis of citations of publications published in journals not  referenced in the WoS </strong><br />
This analysis indicated that the number of citations is higher for a book to an  article referenced in the WoS. However, it is lower for book chapters,  conference proceedings and items not listed in the WoS. In engineering and  computer science, conference proceedings and items not listed in the WoS are  much less cited than those listed in the WoS. It is noted that an analysis of publications not referenced in the WoS can be automated so that the need for  human intervention limits the number of publications that can be incorporated  into the analysis.</p>
<p style="text-align: justify;"><strong>1.4 Collection of exhaustive lists of publication of staff submitted to  RAE 2001 </strong><br />
The report&#8217;s authors have developed a technique extremely sensitive and almost  completely automated allowing them to identify all publications referenced in  the WoS for a given author. This technique, which takes into account the  homonyms and synonyms, showed high precision but low recall, especially for  authors with only few publications referenced in the WoS.</p>
<p style="text-align: justify;">During the analysis of a sample of publications collected in several major  British universities, the authors found that in 70% of cases, the address of the  institution indicated in the article matched the address of the researcher at  the time of evaluation. In the subgroup of &#8220;best&#8221; publications referenced in the  WoS, this proportion rose to 78%. In other words, between 20 and 30% of  publications submitted to evaluation by a department are the result of work that  has not been done in the department. It is therefore crucial that the evaluation  takes into account these differences and that is decided, upstream of the year,  what approach will be used: the past performance of a department or those active  staff in the department at evaluation.</p>
<p style="text-align: justify;"><strong>2. Combinations of disciplines and aggregation<br />
2.1 Appointment of groups of subjects </strong><br />
Initially, the authors found a correlation between categories of journals listed  in the WoS and the group of scientific disciplines of the RAE 2001. Each article  submitted for evaluation and was assigned to a group of scientific disciplines,  according to the newspaper in which he had been released. This correlation was  then enlarged using co-citations and redistributing each article published in a  newspaper multidisciplinary in unique categories of newspapers, on the basis of  the nature of newspapers cited references. For example, an article mentioning  mostly articles published in journals of astronomy would be classified in  astronomy. Whatever happens, an article will often be classified in more than  one category because the boundaries between disciplines are increasingly  blurred.</p>
<p style="text-align: justify;"><strong>2.2 Distribution of researchers in the groups of subjects </strong><br />
The authors used two methods to classify the researchers evaluated each based on  recent publications: classification of the researcher in the group of  disciplines in which he introduced more publications; splitting proportional to  the researcher&#8217;s classification between groups of subjects in which publications  are classified. The correlation of the two methods shows that only 77% of  results are correlated in Engineering Sciences and Informatics, 75% in physical  sciences, 68% in biology, 67% in health sciences, 65% medicine clinic, 64% in  social sciences and humanities, 58% in sciences related to health and 55% in  mathematics.</p>
<p style="text-align: justify;"><strong>2.3 Aggregation of bibliometric indicators in groups of subjects </strong><br />
The profiles of citation impact of an institution or group of disciplines  clearly reflect the distribution of staff submitted to the RAE and publications,  regardless of the impact factor of journal in which the article was published.  They bring a new vision of comparison between institutions and the differences  that occur when changing the period analyzed. The authors developed a method of aggregation of bibliometric indicators by  group of scientific disciplines. This method is based on research and  publications. The steps are:<br />
- Assign to each researcher or publication of a category of citation impact;<br />
- Allocate a value to each impact category;<br />
- Calculate the total value of all researchers or publications by institution  and by discipline group;<br />
- Finally, calculate the share of each individual publication or within an  institution and compare the total number of individuals or items in a given  group of subjects.</p>
<p style="text-align: justify;"><strong>3. Sensitivity analysis </strong><br />
A framework is established to review the relevance of the results depending on a  variety of methodological variations. This framework creates profiles of groups  of scientific disciplines for a series of bibliometric indicators, profiles  reflect the distribution of a performance indicator among institutions. These  profiles are compared in pairs.</p>
<p style="text-align: justify;">Minimal differences were observed when compared pairs of indicators are the  number of articles published between 1992 and 2001 on the one hand, and those  published between 1997 and 2002 on the other. In contrast, larger differences  were demonstrated when comparing the total number of researchers to researchers  assessed by the RAE, and the value of impact category of quote attributed to  them. This difference suggests that consideration of the impact of quote  allocated to researchers evaluated the influence score of the institution. The  results are substantially different from those obtained when only the volume  indicators is taken into account.</p>
<p style="text-align: justify;">Comparing the number of researchers with a value of citation impact and  assigned the number of articles published in the top 5% merit special attention:  if both indicators are a selection of excellence, but they differ in approaches  used first, and from one institution to another, on the other. It is therefore  important to decide what upstream approach will be most appropriate to the  desired results.</p>
]]></content:encoded>
			<wfw:commentRss>http://infosciencetoday.org/type/news/development-of-bibliometric-indicators-of-research-quality.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Positioning Liaison Librarians for the 21st Century by ARL</title>
		<link>http://infosciencetoday.org/type/news/positioning-liaison-librarians-for-the-21st-century-by-arl.html</link>
		<comments>http://infosciencetoday.org/type/news/positioning-liaison-librarians-for-the-21st-century-by-arl.html#comments</comments>
		<pubDate>Sun, 25 Oct 2009 21:44:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital information system]]></category>
		<category><![CDATA[Digital libraries]]></category>
		<category><![CDATA[Information Network]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[ARL]]></category>
		<category><![CDATA[Liaison Library]]></category>
		<category><![CDATA[Research Library]]></category>

		<guid isPermaLink="false">http://infosciencetoday.org/?p=406</guid>
		<description><![CDATA[Liaison  positions exist at nearly every research library, and a recent ARL member survey  documented a substantial broadening of liaison roles1.  Many believe that liaison librarian functions are becoming more central to  fulfilling the library’s mission in a digital age. While research libraries may  agree on the importance of the [...]]]></description>
			<content:encoded><![CDATA[<p align="LEFT"><span style="font-family: &quot;Humanist777BT-ExtraBlackB&quot;;">L</span><span style="font-family: &quot;Palatino-Roman&quot;; font-size: small;">iaison  positions exist at nearly every research library, and a recent ARL member survey  documented a substantial broadening of liaison roles</span><span style="font-family: &quot;Palatino-Roman&quot;; font-size: xx-small;">1</span><span style="font-family: &quot;Palatino-Roman&quot;; font-size: small;">.  Many believe that liaison librarian functions are becoming more central to  fulfilling the library’s mission in a digital age. While research libraries may  agree on the importance of the position, how to reconfigure liaison work has  become a topic of broad concern. Identifying emerging roles and determining how  to develop corresponding liaison capabilities are common challenges.</span></p>
<p align="LEFT"><span style="font-family: &quot;Palatino-Roman&quot;; font-size: small;">The article highlight  several new roles that are being fostered in research libraries and offer  different leadership perspectives on the change process. Two authors are  associate university librarians with broad responsibilities for managing the  development of new functions and responsibilities of their institutions’ public  services staff (Williams and Dupuis). Two are programmatic experts leading the  development and delivery of services that require liaison support for effective  engagement with faculty clients–scholarly communication (Kirchner) and data  management (Gabridge). Another fifth author is a liaison librarian with a  personal commitment to reinvention (Whatley) describing the change process from  the inside.</span></p>
<p align="LEFT"><span style="font-family: &quot;Palatino-Roman&quot;; font-size: small;">Amidst the diversity of  stories and assessments gathered here, several recurrent themes stand out. New  forms of relationship building, particularly with faculty, are central to  effective liaison functions. New kinds of relationships are needed to respond to  the changing work of faculty and researchers and to constantly evolving learning  outcomes, research processes, and communication practices. In addition, research  libraries are increasingly seeking to influence larger dialogs about changing  practices that are occurring on campuses and within disciplines. Liaison  librarians need well-developed, high-trust relationships to create strategic  opportunities to participate in and influence disciplinary and departmental  decisions.</span></p>
<p align="LEFT"><span style="font-family: &quot;Palatino-Roman&quot;; font-size: small;">It is also evident that the  range of activities addressed through liaison work is growing. As a consequence,  liaison librarians increasingly need the ability to acquire new skills and  leverage more specialized expertise among their library colleagues in service of  their clients. Liaisons cannot be expert themselves in each new capability, but  knowing when to call in a colleague, or how to describe appropriate expert  capabilities to faculty, will be key to the new liaison role. Just as  researchers are often working in teams to leverage compatible expertise, liaison  librarians will need to be team builders among library experts where this  advances client research.</span></p>
<p align="LEFT"><span style="font-family: &quot;Palatino-Roman&quot;; font-size: small;">New liaison roles are not  emerging <span style="font-family: &quot;Palatino-Italic&quot;; font-size: small;"><em>de novo</em></span>, but rather  in continuity with established roles. Consequently, the articles describe  developmental processes from the perspective of particular roles and  institutions. While there may be growing consensus on where to go, how to make  the journey is a pressing question. Organizations will need to map out different  routes to address their particular circumstances, but for fellow travelers the  authors have some helpful observations and astute insights to offer. </span></p>
]]></content:encoded>
			<wfw:commentRss>http://infosciencetoday.org/type/news/positioning-liaison-librarians-for-the-21st-century-by-arl.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is Needed to Educate Future Digital Librarians: A Study of Current Practice and Staffing Patterns in Academic and Research Libraries</title>
		<link>http://infosciencetoday.org/type/articles/what-is-needed-to-educate-future-digital-librarians-a-study-of-current-practice-and-staffing-patterns-in-academic-and-research-libraries.html</link>
		<comments>http://infosciencetoday.org/type/articles/what-is-needed-to-educate-future-digital-librarians-a-study-of-current-practice-and-staffing-patterns-in-academic-and-research-libraries.html#comments</comments>
		<pubDate>Thu, 15 Oct 2009 23:26:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Digital information system]]></category>
		<category><![CDATA[Digital libraries]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Library management]]></category>
		<category><![CDATA[Digital Library]]></category>
		<category><![CDATA[digital library (DL) application]]></category>
		<category><![CDATA[Digital Library Federation]]></category>
		<category><![CDATA[doctoral degree in Library]]></category>
		<category><![CDATA[Future Digital Librarians]]></category>
		<category><![CDATA[information technology management]]></category>
		<category><![CDATA[library and Information Science]]></category>
		<category><![CDATA[professional librarian]]></category>

		<guid isPermaLink="false">http://infosciencetoday.org/?p=379</guid>
		<description><![CDATA[Abstract
Due to the changing nature of librarianship resulting from the increasing amount of information available in digital format, educating digital librarians has become an important agenda within library and information science schools. To design and offer appropriate courses and teaching approaches for training competent digital librarians, educators can benefit from feedback provided by current practitioners [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Abstract</strong></p>
<p>Due to the changing nature of librarianship resulting from the increasing amount of information available in digital format, educating digital librarians has become an important agenda within library and information science schools. To design and offer appropriate courses and teaching approaches for training competent digital librarians, educators can benefit from feedback provided by current practitioners in order to accurately determine what skills and knowledge are really required for digital librarians to be effective in the digital work place. To that end, we surveyed current digital library professionals in academic libraries in the United States to identify their activities and skills and to detect any gaps in their training. We analyzed input from the survey responses to learn more about the nature of digital library work practices and to identify common and necessary attributes (knowledge and skills) required of &#8220;digital librarians.&#8221; The findings from our study have implications for the design of digital library education that meets real workplace needs.</p>
<p><strong>1. Introduction</strong></p>
<p>Digital libraries are an emerging concept, as today&#8217;s libraries routinely provide information and services in digital form. As the nature and role of libraries have changed in response to the new digital environment, new applications and services have been developed. Many practitioners have reported on these changes in the digital workplace (Association of Research Libraries, 2000; Croneis and Henderson, 2002; Stoffle, et al., 2003).</p>
<p>Digital libraries have unique characteristics that differ from traditional libraries and their approaches to information provision. The evolutionary view of digital libraries has been addressed by practitioners in the library and information fields (Borgman, 1999; Digital Library Federation, 1998). From a traditional librarian&#8217;s point of view, digital libraries present a transformative model of a large-scale, user-centric organization that is moving towards an integrated form with various components (See Figure 1). However, the main purpose of digital libraries remains consistent with that of traditional libraries in that the purpose of digital libraries is to organize, distribute, and preserve information resources just as it is for traditional libraries.</p>
<p><img class="aligncenter size-full wp-image-381" title="1" src="http://infosciencetoday.org/wp-content/uploads/2009/10/11.jpg" alt="1" width="450" height="325" /> Increasing priorities to align digital library (DL) applications with traditional library collections and services requires staff with new expertise that adds another dimension to library practice. Many researchers (such as Chowdhury and Chowdhury, 2003; Tanner, 2001) have described digital librarians&#8217; roles, and have suggested core competencies and skills needed to perform these roles. Now, in addition to their traditional library skills and knowledge, many of today&#8217;s professional librarians are expected to possess additional knowledge and skills required for work within the digital information world. Librarians are thus faced with the challenge of acquiring advanced knowledge and skills to augment what they traditionally learned, and to do so while at the same time there is a shortage of experienced library staff (Tennant, 2002). As a consequence, educating digital librarians who are competent to work in the dynamic and complex digital environment has become a high priority.</p>
<p>An important step in dealing with these needs is to design educational programs appropriate for preparing future digital librarians for the workplace. To design such programs, we need to understand the staffing patterns in digital library practice, the activities and tasks in which current practitioners in DL development are involved, and the practical skills that help these practitioners function effectively. The study described in this article contributes to the development of education for digital librarians in taking that first important step.</p>
<p>The goals of the study were to:</p>
<ul>
<li>Understand staffing patterns in digital library areas,</li>
<li>Identify critical activities of digital librarians,</li>
<li>Determine skills and knowledge required for digital librarians, and</li>
<li>Seek feedback on preparing students for digital librarianship.</li>
</ul>
<p><strong>2. Method</strong></p>
<p>To identify the range of activities in which digital librarians are engaged, we employed a survey method. The survey was distributed to 123 directors of libraries that were members of the Association of Research Libraries (ARL). We requested the directors to forward our survey questionnaire to the current practitioners in their libraries that were in charge of digitization projects or digital library projects during the period from September to December 2005.</p>
<p>The survey defined a &#8220;digital librarian&#8221; as someone who is responsible for and involved in technology-based projects to deliver digital information resources in non-public service areas (Croneis and Henderson, 2002).</p>
<p>Information collected in the survey included demographic information (such as age, gender, and educational background), current job title and responsibilities, job history, academic preparation for the position, perception of the knowledge and skills important in performing their job, and suggestions about education and training programs.</p>
<p>The total number of survey responses collected was 48, from 39 libraries.</p>
<p><strong>3. Results<br />
3.1 Demographics</strong></p>
<p>Forty-one of the respondents (85%) identified themselves as professional librarians, five respondents (10%) were paraprofessionals, and two (4%) were neither librarian nor paraprofessional, with titles of &#8220;associate director&#8221; and &#8220;director for digital library programs.&#8221; Of the 48 respondents, 37 (77%) had a master&#8217;s or doctoral degree in Library and Information Science, and 7 (15%) had an academic background in computer science, engineering, or information technology management. There were slightly more women (27, 56%) than men (21, 44%) among the respondents (see Table 1). One-third of respondents were aged in their 30s.</p>
<p><img class="aligncenter size-medium wp-image-384" title="2" src="http://infosciencetoday.org/wp-content/uploads/2009/10/21-300x103.jpg" alt="2" width="458" height="200" /></p>
<p>Among the 41 respondents who were professional librarians, 18 (43.9%) had a relatively short period of experience as a professional librarian (Table 2). Previous working experience in libraries varied from being a reference librarian to a media librarian to a data service librarian to a digital librarian. The most frequently mentioned areas of previous experience were reference services (16), special collections/archives (13), systems (11), and cataloging (9). Some respondents had acquired experience outside libraries, as a systems analyst, software developer, and a Web site developer.</p>
<p><img class="aligncenter size-medium wp-image-385" title="3" src="http://infosciencetoday.org/wp-content/uploads/2009/10/31-300x50.jpg" alt="3" width="450" height="150" /></p>
<p><strong>3.2 Digital Librarian&#8217;s Position</strong></p>
<p><strong>Position Title</strong></p>
<p>Two other workplace studies revealed a high demand for new professionals for leading digital library efforts in traditional libraries (Association of Research libraries, 2000; Croneis and Henderson, 2002). The results of our survey suggest that this trend is likely to continue. Positions of more than half of the respondents (29, 60.4%) had the term, &#8220;digital&#8221; in their title or that of their department. Examples are &#8220;Digital Initiatives Librarian (Coordinator or Manager)&#8221;, &#8220;Digital Project Manager&#8221;, &#8220;Director of Digital Library Development&#8221;, &#8220;Director of Digital Library Initiatives&#8221;, and &#8220;Head of Digital Project Department&#8221;. Among these respondents, 18 (64.3%) had held their current position for less than 3 years, while one-third had been in position for more than 3 years (Table 3). The increasing number of professionals dedicated to digital libraries reflects a workplace need for digital librarians to provide leadership and coordinate a successful transformation of library services into digital libraries.</p>
<p>Position titles like &#8220;Director of Preservation and Digital Programs&#8221;, &#8220;Chair of Digital Initiatives and Special Collections&#8221; and &#8220;Digitization Librarian&#8221; also reflect current efforts in digital libraries that are related to digital initiatives for preservation of and access to primary resources (Dalbello, 2004; Lynch, 2003). Other position titles include &#8220;Metadata Librarian&#8221;, &#8220;Data Librarian&#8221;, &#8220;Preservation Reformatting Librarian&#8221;, &#8220;Digital Imaging Specialist&#8221; and &#8220;Digital Technologies Development Librarian&#8221;.</p>
<p>About 40% of the respondents had been involved in digital library work from other functional areas, such as the technical service areas of cataloging and serials, collection management, special collections and preservation areas, and others. It is clear that the design, development and management of digital libraries require a collaborative effort from staff in many different functional areas within libraries.<img class="aligncenter size-full wp-image-387" title="4" src="http://infosciencetoday.org/wp-content/uploads/2009/10/41.jpg" alt="4" width="480" height="228" /><strong>Main Activities/Tasks</strong></p>
<p>Participants were asked to provide statements of their job responsibilities. From the responses of the 46 participants who provided this information, 274 specific job responsibilities were gleaned, and these were individually analyzed and grouped into six broad categories: &#8220;Management&#8221;, &#8220;Technology&#8221;, &#8220;Processing&#8221;, &#8220;Digital Library&#8221;, &#8220;Collection and Resources&#8221;, and &#8220;Other&#8221;.</p>
<p>Job responsibilities in the &#8220;Management&#8221; category were the most frequently mentioned, with almost half (45.99%) of the identified job responsibilities falling into this area. The survey results support previous findings that digital job advertisements emphasize administrative responsibilities (Croneis and Henderson, 2002). Responsibility for policies and procedures, collaboration, supervision, grants and planning were mentioned by more than 20 percent of the participants. Only 15 percent of the job responsibilities identified was grouped in the category of &#8220;Technology&#8221;.</p>
<p>The job responsibilities within each category are as follows:</p>
<ul>
<li><strong>Management (45.99%)</strong>
<ul>
<li>Leadership, policies and procedures, collaboration, planning, supervision, resource management, project management, grant, representation</li>
</ul>
</li>
<li><strong>Digital Library (17.14%)</strong>
<ul>
<li>Digital projects/initiatives, technical standards/practices, design, development and implementation, digital preservation, framework, digital repository, digital contents aspects</li>
</ul>
</li>
<li><strong>Technology (15.71%)</strong>
<ul>
<li>Websites, digitizing/converting, technical support, system administration/maintenance, data conversion, system analysis/testing, open source software development, usability testing, interoperability, digital library technology</li>
</ul>
</li>
<li><strong>Processing (8.57%)</strong>
<ul>
<li>Metadata, access and retrieval mechanisms (bibliographic records, finding aids, EAD, MARC records), quality control, databases.</li>
</ul>
</li>
<li><strong>Collection and Resource (7.14%)</strong>
<ul>
<li>Collection development, collection management, preservation/record management, online resources</li>
</ul>
</li>
<li><strong>Other (6.43%)</strong>
<ul>
<li>Instruction/staff training, reference/public services, liaison, professional activities, user studies</li>
</ul>
</li>
</ul>
<p>The most frequently mentioned responsibilities from the 46 respondents were Website-related tasks (35% of participants), policies and procedures (28%), collaboration (28%), supervision (26%), overall responsibility for digital projects/initiatives (26%), monitoring of technical standards and practices (21.7%), and writing and administrating grants (21.7%).<br />
Skills and Knowledge Needed</p>
<p>Participants were asked to rate the importance of skills and knowledge in performing their work for three areas (technical areas, traditional library-related areas, and other skills), with 23 sub-areas on a 5-point Likert scale. The five highest ranked choices among all sub-areas were communication and interpersonal skills (mean 4.60), project management/leadership skills (4.56), understanding of digital library architecture and software (4.52), knowledge of the needs of users (4.42), and knowledge of technical and quality standards (4.33).</p>
<p>The highest ranked choices for each area are shown in Table 4.</p>
<p><img class="aligncenter size-full wp-image-388" title="5" src="http://infosciencetoday.org/wp-content/uploads/2009/10/5.jpg" alt="5" width="450" height="177" /></p>
<p>These findings confirm the continuing importance of communication skills, project management, and team leadership skills identified from a Delphi study of academic librarians (Feret and Marcineck, 1999). It should be noted that the definition of &#8220;digital librarian&#8221; given in this survey was limited to non-public service areas. Thus, rating for some of the knowledge and skills, such as reference service areas and teaching and presentation skills would have been rated differently by professionals working in public service areas.</p>
<p><strong>Educational Courses Supporting Current Work</strong></p>
<p>The survey asked participants to indicate the most relevant/valuable courses they had taken in an LIS school for performing their current work. Twenty-one respondents provided answers to this survey question. Various courses were mentioned ranging from cataloging to an internship. The most frequently mentioned courses were in the areas of cataloging, collection (electronic resources) development and management, systems analysis, and information technology. &#8220;Digital Libraries&#8221; was mentioned as a course name only once.</p>
<p><strong>3.3 Training Gaps and Thoughts on DL Education</strong></p>
<p>The survey also asked participants to describe the aspects of their position for which they felt least prepared. Thirty-four participants identified areas for which their education and training had not prepared them adequately. The most frequently mentioned tasks were related to technical aspects. These are:</p>
<ul>
<li>Overall understanding of the complex interplay of software,</li>
<li>Lack of vocabulary to communicate to technical staff,</li>
<li>Knowledge of Web-related languages and technologies,</li>
<li>Web design,</li>
<li>Digital imaging and formatting,</li>
<li>Digital technology,</li>
<li>Programming and scripting languages,</li>
<li>XML standards and technologies, and</li>
<li>Basic systems administration.</li>
</ul>
<p>Other tasks mentioned less frequently include: overall understanding of digitization and digital library aspects, project management skills, management, administration, supervisory skills, collection development, metadata, organizational structures, library culture, changing policies, actual day-to-day work, and contract law, negotiation, and licensing.</p>
<p>Several respondents addressed the importance of trend analysis based on the newness and changing nature of digital libraries. They made the following comments:</p>
<p style="padding-left: 30px;"><em>&#8220;I simply had to make the effort to understand the work through reading, attending<br />
workshops and learning on job&#8221;"So much has changed&#8221;"Changing policies to apply digital preservation&#8221;"&#8230;from management to &#8216;you-name-it&#8217;&#8221;</p>
<p></em></p>
<p>Others commented on the value of practical experience in the workplace and pointed out the lack of actual technical and practical training in their academic courses, which provided theory-based discussion rather than practice.</p>
<p>We invited respondents to provide their suggestions for LIS educators/schools on courses that should be added to the digital library curriculum. Obvious answers were a need for courses providing tools and techniques for project management, team leadership, and soliciting and administering grants, and courses specifically on digital libraries such as: digital library design, digital preservation, digitization, and current digital technologies such as: OAI-PMH, metadata standards, XML, EAD, and TEI. Courses on usability testing, human-computer interaction, Web design and applications, information retrieval, and cataloging were also mentioned. The topics suggested for the courses emphasized a balance between theory and practical skills. These ranged from courses relevant to working in the real world of digital libraries – with respect to technology and standards, business skills, copyright issues, programming, user studies/scholarly communication – to courses on the theory of digital libraries, to help in understanding the big picture for various digital library applications.</p>
<p><strong>4. Summary and Conclusions</strong></p>
<p>A summary of our findings from the survey follows:</p>
<ul>
<li>While there are emerging units and positions within digital libraries, the working environment of digital libraries is collaborative in areas that range from computing systems to traditional library functions.</li>
<li>Professionals working in those areas tend to be young and are relatively recent graduates. Because many libraries will eventually be transformed into digital libraries, and require professionals educated in this area, digital library jobs will be very attractive to the next generation of the library profession.</li>
<li>Major tasks in which digital librarians are involved include management, leadership, and website-related tasks. Managerial tasks emphasized planning and oversight of digital library projects, while providing leadership and expertise in digital library areas contained elements of collaboration with other members of the library staff and with users. Trend analysis, such as monitoring the practice and standards of current digital libraries, is critical in these jobs.</li>
<li>Survey results confirm the high value of soft skills needed in digital librarianship. Due to the emphasis on team-based and collaborative projects, current digital librarians considered communication skills and project management skills very important in performing their roles. As the nature of digital libraries is constantly changing, digital librarians must be able to adapt to change and continue to learn.</li>
<li>The needs of DL education present two main aspects: one is the need to emphasize skills and competencies, such as communication skills and trend analysis; the other addresses the need to further develop the technical and information skills for practical and operational understanding of digital libraries.</li>
</ul>
<p>Clearly, digital libraries are the future of academic and research institutions, and digital professionals will be required to have more breadth and depth of knowledge and skills across the dimensions of traditional library knowledge, technology, and human relations. Because of the complexity of digital libraries and digital library projects, professional education programs for digital librarians should provide not only technical skills and traditional library training, but also should place greater emphasis on management, including project management skills through practical experience of a digital project. In addition to the necessary technical skills, library professionals need to develop strong interpersonal and team-work skills. Based on this survey, it appears that LIS education needs to pay attention to additional education in interpersonal and communication skills and integration of practical skills and experience with digital collection management and digital technologies into curricula.</p>
<p>Our survey was limited to digital librarians in non-public service areas in academic and research libraries. Conducting a similar survey in other types of institutions and roles, such as cultural heritage organizations and professionals in public service areas, would be useful to confirm our findings. It would also be desirable to conduct a similar study on individual parts of a digital library framework to understand the similarities and differences among them with regard to required skills and knowledge. By conducting such a study, we could further identify core competencies needed for digital librarians, and learn from existing digital library practice to better educate future information professionals.</p>
<p><strong>5. Acknowledgements</strong></p>
<p>This study was sponsored by a research grant from the Association for Library and Information Science Education. The authors express sincere appreciation to those digital librarians who took the time to participate in the survey.</p>
<p><strong>References</strong></p>
<p>Association of Research Libraries, SPEC Kit 256: Changing Roles of library professionals. Janice Simmons-Welburn. May 2000.</p>
<p>Borgman, C.L. (1999). What are digital libraries? Competing visions. Information Processing &amp; Management, 35: 227-243.</p>
<p>Chowdhury, G. G. and Chowdhury, S. Introduction to Digital Libraries. Facet publishing; London. 2003.</p>
<p>Croneis, K.S. and Henderson, P. (2002). Electronic and digital librarian positions: A content analysis of announcements from 1990 through 2000. Journal of Academic Librarianship, 28(4): 232-237.</p>
<p>Dalbello, M. (2004). Institutional shaping of cultural memory: Digital library as environment for textual transmission. Library Quarterly, 74(3), 265-298.</p>
<p>Digital Library Federation (1998), A working definition of digital library, retrieved January 16, 2006, from &lt;http://www.diglib.org/about/dldefinition.htm&gt;.</p>
<p>Feret, B., Marcinek, M. (1999). The future of the academic library and the academic librarian: a Delphi study. Librarian Career Development, 7(10), 91-107.</p>
<p>Lynch, C. (2003). Colliding with the real world: Heresies and unexplored questions about audience, economics, and control of digital libraries. In A. P. Bishop, N. A. Van House, &amp; B. P. Buttenfield (Eds), Digital library use: Social practice in design and evaluation (pp. 191-216). Cambridge, MA: MIT Press.</p>
<p>Stoffle, et al. (2003). Continuing to build the future: Academic libraries and their challenges. Portal: Libraries and the Academy, 3(3). 363-380.</p>
<p>Tanner, S. (2001). Librarians in the digital age: Planning digitization projects. Program, 35 (4): 327-337.</p>
<p>Tennant, R. (2002). Digital libraries: The digital librarian shortage. Library Journal, March 15, 2002.</p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">Youngok Choi, Assistant Professor, School of Library and Information Science<br />
The Catholic University of America<br />
Washington DC, U.S.A.<br />
&lt;choiy@cua.edu&gt;</p>
<p>Edie Rasmussen, Professor and Director, School of Library, Archival and Information Studies<br />
The University of British Columbia, Canada<br />
&lt;edie.rasmussen@ubc.ca&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://infosciencetoday.org/type/articles/what-is-needed-to-educate-future-digital-librarians-a-study-of-current-practice-and-staffing-patterns-in-academic-and-research-libraries.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>US Library of Congress&#8217; Digital Collection One of World&#8217;s Largest</title>
		<link>http://infosciencetoday.org/type/news/us-library-of-congress-digital-collection-one-of-worlds-largest.html</link>
		<comments>http://infosciencetoday.org/type/news/us-library-of-congress-digital-collection-one-of-worlds-largest.html#comments</comments>
		<pubDate>Mon, 12 Oct 2009 00:45:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital libraries]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Web information systems]]></category>
		<category><![CDATA[Digitizing the Library]]></category>
		<category><![CDATA[information technology services]]></category>
		<category><![CDATA[US Library of Congress]]></category>
		<category><![CDATA[world's largest library]]></category>

		<guid isPermaLink="false">http://infosciencetoday.org/?p=369</guid>
		<description><![CDATA[The U.S. Library of Congress is well known for being the world&#8217;s largest library. That is, in the traditional, paper format. Now, the library is on the way to hosting the largest digital collection in the world with more than 700 terabytes of data.
Converting holdings to a digital format
This is the new look of the [...]]]></description>
			<content:encoded><![CDATA[<p>The U.S. Library of Congress is well known for being the world&#8217;s largest library. That is, in the traditional, paper format. Now, the library is on the way to hosting the largest digital collection in the world with more than 700 terabytes of data.</p>
<p><strong>Converting holdings to a digital format</strong></p>
<p><img class="alignleft size-full wp-image-370" title="LibraryOfCongresswebServers" src="http://infosciencetoday.org/wp-content/uploads/2009/10/LibraryOfCongresswebServers.jpg" alt="LibraryOfCongresswebServers" width="212" height="227" />This is the new look of the U.S. Library of Congress: blinking lights, lots of cables and an ocean of digital information with more than 50 million individual files. This fancy tower is one of several Web servers that brings most of the information to the Internet.</p>
<p>Jane Mandelbaum manages information technology services at the library. &#8220;All the data on our website is here,&#8221; she explains.</p>
<p>So far, the library has a total of 700 terabytes of data. But because of copyright issues, only 200 of those are available on the Web.</p>
<p>&#8220;A terabyte is about 1,600 CDs or about 330 hours of TV or about 2,000 books and we have about 500 terabytes that we keep in our long term preservation systems,&#8221; she adds.</p>
<p>At the Library of Congress, the numbers can be mind-boggling. Experts estimate they have more than 120 million books, 36,000 feature films, hundreds of thousands of music sheets and recordings, and the large collections of manuscripts, Web sites, posters and photography. Yet only one percent of it has been digitized.</p>
<p>Thomas Youkel is the senior systems engineer. &#8220;We have a scan lab here that scans anywhere from four to six million items a year,&#8221; he says, &#8220;I don&#8217;t guarantee that all those are put on the web, but a lot of it is.&#8221;</p>
<p><strong>Technology used for preservation</strong></p>
<p><img class="alignleft size-full wp-image-371" title="LibraryOfCongressDiskvsTape" src="http://infosciencetoday.org/wp-content/uploads/2009/10/LibraryOfCongressDiskvsTape.jpg" alt="LibraryOfCongressDiskvsTape" width="211" height="266" />Most of the library&#8217;s digital collection is for preservation reasons. But it is the one percent of the collection that has been digitized for the web that serves most of its customers: 85 million a year. </p>
<p>Digitizing the Library of Congress is a long and expensive process. This is one of 205 volumes from Abraham Lincoln&#8217;s documents from the 1800s.  The careful scanning of manuscripts makes this very slow work. </p>
<p>The collection of around 65 million manuscripts hold some of the most treasured documents at the library, from presidential papers to original poems. The chief of the manuscript division, James Hutson, says in the computer age, the creative process of manuscripts is getting lost.</p>
<p>&#8220;You won&#8217;t have Shakespeare first draft or Beethoven&#8217;s original sketch of the ninth symphony in the future probably, is all lost in the digital age,&#8221; Hutson said.</p>
<p><img class="alignleft size-full wp-image-372" title="LOCDigital_web_9oct09_210" src="http://infosciencetoday.org/wp-content/uploads/2009/10/LOCDigital_web_9oct09_210.jpg" alt="LOCDigital_web_9oct09_210" width="210" height="240" />More than five million maps are being digitized. Some in large sizes like this map of Africa painted on cloth at the turn of the last century. Atlas books like this one, hand painted in the early 1600s, require a different technology. Its anthropomorphic map of Belgium is beautiful but geographically incorrect.</p>
<p>Colleen Cahill leads the digitizing team. She says people can freely use those materials on the Web. &#8220;You are looking at four acres of cartographic materials, they represent over five million maps, tens of thousands of atlases, hundreds of globes,&#8221; she said.</p>
<p>Also, nearly one and a half million photos have been posted on the web. </p>
<p>One of the biggest challenges at the Library of Congress today is the rapid change of technology.</p>
<p>&#8220;If you think in terms of changing technologies you go from this to this. This holds approximately 100 times as much information as this one,&#8221; Youkel said.</p>
<p>While workers continue scanning and digitizing millions of items, they keep an eye on a migration plan, to move from obsolete technology to new technology &#8211; a never ending process.</p>
]]></content:encoded>
			<wfw:commentRss>http://infosciencetoday.org/type/news/us-library-of-congress-digital-collection-one-of-worlds-largest.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LibBest RFID Library Management System</title>
		<link>http://infosciencetoday.org/digital-libraries/libbest-rfid-library-management-system.html</link>
		<comments>http://infosciencetoday.org/digital-libraries/libbest-rfid-library-management-system.html#comments</comments>
		<pubDate>Mon, 12 Oct 2009 00:19:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital libraries]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Library management]]></category>
		<category><![CDATA[LibBest]]></category>
		<category><![CDATA[Library Management System]]></category>
		<category><![CDATA[RFID FOR LIBRARY]]></category>
		<category><![CDATA[RFID Library]]></category>
		<category><![CDATA[RFID library systems]]></category>

		<guid isPermaLink="false">http://infosciencetoday.org/?p=365</guid>
		<description><![CDATA[SIX SENTENCE About RFID FOR LIBRARY

RFID tags replace both the EM security strips and Barcode.
Simplify patron self check-out / check-in.
Ability to handle material without exception for video and audio tapes.
Radio Frequency anti-theft detection is innovative and safe.
High-speed inventory and identify items which are out of proper order.
Long-term development guarantee when using Open Standard.


RFID Technology for [...]]]></description>
			<content:encoded><![CDATA[<h2><img class="aligncenter size-medium wp-image-366" title="rfid_e01" src="http://infosciencetoday.org/wp-content/uploads/2009/10/rfid_e01-300x190.jpg" alt="rfid_e01" width="553" height="318" />SIX SENTENCE About RFID FOR LIBRARY</h2>
<ol>
<li><span>RFID tags replace both the EM security strips and Barcode.</span></li>
<li><span>Simplify patron self check-out / check-in.</span></li>
<li><span>Ability to handle material without exception for video and audio tapes.</span></li>
<li><span>Radio Frequency anti-theft detection is innovative and safe.</span></li>
<li><span>High-speed inventory and identify items which are out of proper order.</span></li>
<li><span>Long-term development guarantee when using Open Standard.</span></li>
</ol>
<p><a name="SampleTags"></a></p>
<h1>RFID Technology for Libraries</h1>
<ol>
<li><span>RFID (Radio Frequency IDentification) is the latest technology to be used in library theft detection systems. Unlike EM (Electro-Mechanical) and RF (Radio Frequency) systems, which have been used in libraries for decades, RFID-based systems move beyond security to become tracking systems that combine security with more efficient tracking of materials throughout the library, including easier and faster charge and discharge, inventorying, and materials handling.</span></li>
<li><span>RFID is a combination of radio-frequency-based technology and microchip technology. The information contained on microchips in the tags affixed to library materials is read using radio frequency technology regardless of item orientation or alignment (i.e., the technology does not require line-of-sight or a fixed plane to read tags as do traditional theft detection systems) and distance from the item is not a critical factor except in the case of extra-wide exit gates. The corridors at the building exit(s) can be as wide as four feet because the tags can be read at a distance of up to two feet by each of two parallel exit sensors.</span></li>
<li><span>The targets used in RFID systems can replace both EM or RF theft detection targets and barcodes.</span></li>
</ol>
<p><a name="SampleTags"></a></p>
<h1>Advantages of RFID systems</h1>
<h3>Rapid charging/discharging</h3>
<ol>
<li><span>The use of RFID reduces the amount of time required to perform circulation operations. The most significant time savings are attributable to the facts that information can be read from RFID tags much faster than from barcodes and that several items in a stack can be read at the same time. While initially unreliable, the anti-collision algorithm that allows an entire stack to be charged or discharged now appears to be working well.</span></li>
<li><span>The other time savings realized by circulation staff are modest unless the RFID tags replace both the EM security strips or RF tags of older theft detection systems and the barcodes of the automated library system &#8211; i.e., the system is a comprehensive RFID system that combines RFID security and the tracking of materials throughout the library; or it is a hybrid system that uses EM for security and RFID for tracking, but handles both simultaneously with a single piece of equipment. There can be as much as a 50 percent increase in throughput. The time savings are less for charging than for discharging because the time required for charging usually is extended by social interaction with patrons.</span></li>
</ol>
<h3>Simplified patron self-charging/discharging</h3>
<ol>
<li><span>For patrons using self-charging, there is a marked improvement because they do not have to carefully place materials within a designated template and they can charge several items at the same time.</span></li>
<li><span>Patron self-discharging shifts that work from staff to patrons. Staff is relieved further when readers are installed in book-drops.</span></li>
</ol>
<h3>High reliability</h3>
<ol>
<li><span>The readers are highly reliable. RFID library systems claim an almost 100 percent detection rate using RFID tags. </span></li>
<li><span>There are fewer false alarms than with older technologies once an RFID system is properly tuned.</span></li>
<li><span>RFID systems encode the circulation status on the RFID tag. This is done by designating a bit as the &#8220;theft&#8221;(EAS) bit and turning it off at time of charge and on at time of discharge. If the material that has not been properly charged is taken past the exit sensors, an immediate alarm is triggered. Another option is to use both the &#8220;theft&#8221;(EAS) bit and the online interface to an automated library system, the first to signal an immediate alarm and the second to identify what has been taken.</span></li>
</ol>
<h3>High-speed inventorying</h3>
<ol>
<li><span>A unique advantage of RFID systems is their ability to scan books on the shelves without tipping them out or removing them. A hand-held inventory reader can be moved rapidly across a shelf of books to read all of the unique identification information. Using wireless technology, it is possible not only to update the inventory, but also to identify items which are out of proper order.</span></li>
</ol>
<h3>Automated materials handling</h3>
<ol>
<li><span>Another application of RFID technology is automated materials handling. This includes conveyer and sorting systems that can move library materials and sort them by category into separate bins or onto separate carts. This significantly reduces the amount of staff time required to ready materials for re-shelving.</span></li>
</ol>
<h3>Long tag life</h3>
<ol>
<li><span>Finally, RFID tags last longer than barcodes because nothing comes into contact with them. Most RFID vendors claim a minimum of 100,000 transactions before a tag may need to be replaced.</span></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://infosciencetoday.org/digital-libraries/libbest-rfid-library-management-system.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new partnership promotes Sony Reader for borrowing eBooks in public libraries</title>
		<link>http://infosciencetoday.org/type/news/a-new-partnership-promotes-sony-reader-for-borrowing-ebooks-in-public-libraries.html</link>
		<comments>http://infosciencetoday.org/type/news/a-new-partnership-promotes-sony-reader-for-borrowing-ebooks-in-public-libraries.html#comments</comments>
		<pubDate>Sun, 11 Oct 2009 01:08:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Digital information system]]></category>
		<category><![CDATA[Digital libraries]]></category>
		<category><![CDATA[Electronic publishing]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Digital Book]]></category>
		<category><![CDATA[eBook]]></category>
		<category><![CDATA[OverDrive network]]></category>
		<category><![CDATA[public library]]></category>

		<guid isPermaLink="false">http://infosciencetoday.org/?p=361</guid>
		<description><![CDATA[The eBook format is is moving forward quickly &#8211; more online stores, more devices, more readers. And now it&#8217;s penetrating a place that until lately was almost exclusively associated only with physical books &#8211; the library.
Sony, developer of the Sony Reader Digital Book, has partnered up with OverDrive, the leading global digital distributor of eBooks [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-362" title="sony-reader-prs-5002" src="http://infosciencetoday.org/wp-content/uploads/2009/10/sony-reader-prs-5002.jpg" alt="sony-reader-prs-5002" width="287" height="350" />The eBook format is is moving forward quickly &#8211; more online stores, more devices, more readers. And now it&#8217;s penetrating a place that until lately was almost exclusively associated only with physical books &#8211; the library.</p>
<p>Sony, developer of the Sony Reader Digital Book, has partnered up with OverDrive, the leading global digital distributor of eBooks and audiobooks to libraries, to offer readers an easier way to borrow e-books from the library. How does it work exactly? Here are some more details from their joint press release:</p>
<p>Thousands of libraries in the OverDrive network (<a href="http://search.overdrive.com/">http://search.overdrive.com</a>) offer eBooks compatible with the Sony Reader. Users simply browse or search their library website, check out their selected eBook with a valid library card, and download to a PC. Once downloaded, the eBook may then be transferred to the Sony Reader via free Adobe Digital Editions software.</p>
<p>&#8230;In addition to reaching new and existing patrons via the Sony and OverDrive network websites, OverDrive will train librarians on how to help patrons use the Sony Reader with their download service. OverDrive provides download services for more than 9,000 libraries, schools and retailers worldwide with support for PC, Mac®, and Sony® Reader, as well as the largest collection of iPod®-compatible audiobooks for libraries.</p>
<p>This collaboration looks like a win-win model and will definitely help to move forward the integration of the eBook format into libraries. I think it&#8217;s an important step also in terms of keeping libraries updated and relevant in the digital age. Now we&#8217;ll have to wait and see if this collaboration will be an exclusive one or we&#8217;ll see future similar collaborations with Amazon and other providers of popular e-book reading devices.</p>
<p>If you want to check if your public library is a member of the OverDrive network, visit <a href="http://search.overdrive.com">http://search.overdrive.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://infosciencetoday.org/type/news/a-new-partnership-promotes-sony-reader-for-borrowing-ebooks-in-public-libraries.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
