973 resultados para Library collections


Relevância:

20.00% 20.00%

Publicador:

Resumo:

A working paper for discussion

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Purpose – To consider the economic and physical impact of electronic journals on remotely stored print stock. Design/methodology/approach – A collection of print journals was used as an object for consideration. Physical and heritage aspects of the collection are examined and questions are posed regarding the wisdom of future retention in response to increased demand for electronic alternatives. Findings – Emerging trends predict a predominance of periodical literature in electronic form. The future of local remote storage for low demand printed journal collections needs to be evaluated in economic as well as cultural terms. Research limitations/implications – Based on a collection at the Boole Library, University College Cork, Ireland. Practical implications – Similar consideration should be given to collections in other regional libraries. Originality/value – Contributes to discussions on the long-term value of retaining print journal holdings.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The objective of this essay is not a description of the presently unresearched, unstated and unquantified tradition of collectors, collecting and collectables in Cork; it is rather one of signposting what survives in terms of influences which coalesced into what became the bibliographical and museological resources of the Queen's College and ultimately University College, Cork (UCC).

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This study explores the topic of leadership as perceived and practised by public library leaders. Library leaders have a wide-ranging impact on society but have been largely overlooked as the subject of serious study. Prior to this study, only one small interview-based study and five survey-based studies have been undertaken on public library leaders/leadership — all in North America. No study on the topic has been researched and published outside of North America. The current study is the most in-depth study to date, drawing on face-to-face interviews with thirty public library leaders. As this study was undertaken in three national jurisdictions — Ireland, Britain, and America — it is also the first transnational study on the topic. The study investigates library leaders’ perceptions of leadership, and critically explores if head librarians distinguish classic leadership from management practices, both conceptually and in their work lives. In addition to exploring core leadership issues, such as positive or negative traits, the study also investigates the perceptions of library leaders on matters closely connected with their careers. The study investigates the impact of public library leaders on their followers and on the broader society they serve. This study of the perceptions of senior public library leaders, across national boundaries, makes a theoretical contribution not just to leadership in librarianship, but also to the broader theory of library and information science, and in a limited way to the broad corpus of literature on organizational leadership. The study aims to develop an understanding of the perceptions of current leaders in the field of public librarianship. The results of the study show that leadership is a relatively scarce quality in public libraries in Ireland, Britain, and America. Many public library leaders focus on management and administration issues rather than leadership. The study also illustrates that varying leadership styles are practised by the interviewed librarians, and that there are no universal or common traits, even within national boundaries, for effective public library leadership. The implications of the study for both practising librarians and research literatures in librarianship and organizational leadership are also explored and a future research agenda developed.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

OBJECTIVE: The research studied the status of hospital librarians and library services to better inform the Medical Library Association's advocacy activities. METHODS: The Vital Pathways Survey Subcommittee of the Task Force on Vital Pathways for Hospital Librarians distributed a web-based survey to hospital librarians and academic health sciences library directors. The survey results were compared to data collected in a 1989 survey of hospital libraries by the American Hospital Association in order to identify any trends in hospital libraries, roles of librarians, and library services. A web-based hospital library report form based on the survey questions was also developed to more quickly identify changes in the status of hospital libraries on an ongoing basis. RESULTS: The greatest change in library services between 1989 and 2005/06 was in the area of access to information, with 40% more of the respondents providing access to commercial online services, 100% more providing access to Internet resources, and 28% more providing training in database searching and use of information resources. Twenty-nine percent (n = 587) of the 2005/06 respondents reported a decrease in staff over the last 5 years. CONCLUSIONS: Survey data support reported trends of consolidation of hospitals and hospital libraries and additions of new services. These services have likely required librarians to acquire new skills. It is hoped that future surveys will be undertaken to continue to study these trends.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Studying the choral works of the great composers of the past is always a worthy endeavor. For those aspiring to create an excellent high school choral program, it is critical to a student's musical foundation and heritage. Choral educators who teach high school are often bombarded with the most recently published new choral works, when they have a trove of excellent pieces right at their fingertips through websites like the Choral Public Domain Library (CPDL), all available at no cost. This project will explore the pedagogical reasons why this canon of public domain choral music should be taught at the high school level. A thorough guide to CPDL and an anthology of 200 works available on CPDL will provide the conductor with resources for programming this music. Though choral music in the public domain is free to all, publishers still publish this music and adhere copyright claims. This can create mistrust of legitimate editions on CPDL; why are they available at no cost when publishers are claiming copyright on similar editions? These issues will be thoroughly discussed in this project. For any given work on CPDL, there may be multiple editions available on the site. Choosing the right edition requires knowledge about basic editorial principles, especially for works written during the Renaissance period. A detailed discussion of these principles will provide the conductor with the tools needed to choose the best edition for his or her ensemble.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The DRAMA library, developed within the European Commission funded (ESPRIT) project DRAMA, supports dynamic load-balancing for parallel (message-passing) mesh-based applications. The target applications are those with dynamic and solution-adaptive features. The focus within the DRAMA project was on finite element simulation codes for structural mechanics. An introduction to the DRAMA library will illustrate that the very general cost model and the interface designed specifically for application requirements provide simplified and effective access to a range of parallel partitioners. The main body of the paper will demonstrate the ability to provide dynamic load-balancing for parallel FEM problems that include: adaptive meshing, re-meshing, the need for multi-phase partitioning.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The Computer Aided Parallelisation Tools (CAPTools) [Ierotheou, C, Johnson SP, Cross M, Leggett PF, Computer aided parallelisation tools (CAPTools)-conceptual overview and performance on the parallelisation of structured mesh codes, Parallel Computing, 1996;22:163±195] is a set of interactive tools aimed to provide automatic parallelisation of serial FORTRAN Computational Mechanics (CM) programs. CAPTools analyses the user's serial code and then through stages of array partitioning, mask and communication calculation, generates parallel SPMD (Single Program Multiple Data) messages passing FORTRAN. The parallel code generated by CAPTools contains calls to a collection of routines that form the CAPTools communications Library (CAPLib). The library provides a portable layer and user friendly abstraction over the underlying parallel environment. CAPLib contains optimised message passing routines for data exchange between parallel processes and other utility routines for parallel execution control, initialisation and debugging. By compiling and linking with different implementations of the library, the user is able to run on many different parallel environments. Even with today's parallel systems the concept of a single version of a parallel application code is more of an aspiration than a reality. However for CM codes the data partitioning SPMD paradigm requires a relatively small set of message-passing communication calls. This set can be implemented as an intermediate `thin layer' library of message-passing calls that enables the parallel code (especially that generated automatically by a parallelisation tool such as CAPTools) to be as generic as possible. CAPLib is just such a `thin layer' message passing library that supports parallel CM codes, by mapping generic calls onto machine specific libraries (such as CRAY SHMEM) and portable general purpose libraries (such as PVM an MPI). This paper describe CAPLib together with its three perceived advantages over other routes: - as a high level abstraction, it is both easy to understand (especially when generated automatically by tools) and to implement by hand, for the CM community (who are not generally parallel computing specialists); - the one parallel version of the application code is truly generic and portable; - the parallel application can readily utilise whatever message passing libraries on a given machine yield optimum performance.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper presents data relating to occupant pre-evacuation times from a university and a hospital outpatient facility. Although the two structures are entirely different they do employ relatively similar procedures: members of staff sweeping areas of the structure to encourage individuals to evacuate. However, the manner in which the dependent population reacts to these procedures is quite different. In the hospital case the patients only evacuated once a member of the nursing staff had instructed them to do so while in the university evacuation the students were less dependent upon the actions of the staff with over 50% of them evacuating with no prior prompting. Although this data may be useful in a variety of areas, it was collected primarily for use within evacuation models.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The television and film industries are used to working on large projects. These projects use media and documents of various types, ranging from actual film and videotape to items such as PERT charts for project planning. Some items, such as scripts, evolve over a period and go through many versions. It is often necessary to attach information to these “objects” in order to manage, track, and retrieve them. On large productions there may be hundreds of personnel who need access to this material and who in their turn generate new items which form some part of the final production. The requirements for this industry in terms of an information system may be generalized and a distributed software architecture built, primarily using the internet, to serve the needs of these projects. This architecture must enable potentially very large collections of objects to be managed in a secure environment with distributed responsibilities held by many working on the production. Copyright © 2005 by the Society of Motion Picture and Television Engineers, Inc.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper presents work towards generic policy toolkit support for autonomic computing systems in which the policies themselves can be adapted dynamically and automatically. The work is motivated by three needs: the need for longer-term policy-based adaptation where the policy itself is dynamically adapted to continually maintain or improve its effectiveness despite changing environmental conditions; the need to enable non autonomics-expert practitioners to embed self-managing behaviours with low cost and risk; and the need for adaptive policy mechanisms that are easy to deploy into legacy code. A policy definition language is presented; designed to permit powerful expression of self-managing behaviours. The language is very flexible through the use of simple yet expressive syntax and semantics, and facilitates a very diverse policy behaviour space through both hierarchical and recursive uses of language elements. A prototype library implementation of the policy support mechanisms is described. The library reads and writes policies in well-formed XML script. The implementation extends the state of the art in policy-based autonomics through innovations which include support for multiple policy versions of a given policy type, multiple configuration templates, and meta-policies to dynamically select between policy instances and templates. Most significantly, the scheme supports hot-swapping between policy instances. To illustrate the feasibility and generalised applicability of these tools, two dissimilar example deployment scenarios are examined. The first is taken from an exploratory implementation of self-managing parallel processing, and is used to demonstrate the simple and efficient use of the tools. The second example demonstrates more-advanced functionality, in the context of an envisioned multi-policy stock trading scheme which is sensitive to environmental volatility

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Two evacuation trials were conducted within Brazilian library facilities by FSEG staff in January 2005. These trials represent one of the first such trials conducted in Brazil. The purpose of these evacuation trials was to collect pre-evacuation time data from a population with a cultural background different to that found in western Europe. In total some 34 pre-evacuation times were collected from the experiments and these ranged from 5 to 98 seconds with a mean pre-evacuation time of 46.7 seconds