57 resultados para Cultural policies and cultural management
Resumo:
The Regional Cultural Centre in Letterkenny is a new 2000sqm arts center containing theatre, galleries, workshops and ancillary offices. The site is set back from the street, on high ground with good views. The form and envelope of the building was derived from geometrically connecting the site with the town’s two other main public buildings, the Cathedral (1901) and new Civic Offices (2002, also designed by MacGabhann Architects). This geometrical connection or vectors informed the geometry and shape of the building. This urban matrix of geometrically connecting three corner stones of society, namely the ecclesiastical headquarters, the administrative head quarters and the art centre helps to improve the town planning and urban design of the disparate and chaotic development that Letterkenny has become.
The large cantilever, which houses a 300sqm gallery, is aligned towards the Civic Offices, marks the entrance, and signifies a change of direction of the pedestrian route past the building, like a modern day obelisk.
The circulation routes and stairs internally provide views towards the civic offices and cathedral, thus reinforcing the connection between the three buildings and helps visitors make some sense of Letterkenny as an urban center. The main stairs and vertical circulation are contained behind the large glazed foyer, which is framed to be viewed externally like a proscenium stage, with visitors to the building passively acting their routes through the building.
Resumo:
Background: Acute stroke care is shaped by healthcare policies. Differing policies in similar populations allow for assessment of policy impact on health and healthcare outcomes. Aims: To compare stroke presentation and hospital care in two adjacent healthcare systems with differing healthcare policies. Methods: Interviews and chart review of consecutive acute stroke admissions in Northern Ireland (n=103) and the Republic of Ireland (n=100). Results: Marked regional contrasts were evident for key aspects of hospital care. Northern Ireland performed significantly better on 15 of 16 quality of care (Sentinel Audit) items. Delivery on standards was significantly better in Northern Ireland for early assessment (Northern Ireland 72%; Republic of Ireland 54%, p
Resumo:
Purpose
– Traditionally, most studies focus on institutionalized management-driven actors to understand technology management innovation. The purpose of this paper is to argue that there is a need for research to study the nature and role of dissident non-institutionalized actors’ (i.e. outsourced web designers and rapid application software developers). The authors propose that through online social knowledge sharing, non-institutionalized actors’ solution-finding tensions enable technology management innovation.
Design/methodology/approach
– A synthesis of the literature and an analysis of the data (21 interviews) provided insights in three areas of solution-finding tensions enabling management innovation. The authors frame the analysis on the peripherally deviant work and the nature of the ways that dissident non-institutionalized actors deviate from their clients (understood as the firm) original contracted objectives.
Findings
– The findings provide insights into the productive role of solution-finding tensions in enabling opportunities for management service innovation. Furthermore, deviant practices that leverage non-institutionalized actors’ online social knowledge to fulfill customers’ requirements are not interpreted negatively, but as a positive willingness to proactively explore alternative paths.
Research limitations/implications
– The findings demonstrate the importance of dissident non-institutionalized actors in technology management innovation. However, this work is based on a single country (USA) and additional research is needed to validate and generalize the findings in other cultural and institutional settings.
Originality/value
– This paper provides new insights into the perceptions of dissident non-institutionalized actors in the practice of IT managerial decision making. The work departs from, but also extends, the previous literature, demonstrating that peripherally deviant work in solution-finding practice creates tensions, enabling management innovation between IT providers and users.
Resumo:
Task-based dataflow programming models and runtimes emerge as promising candidates for programming multicore and manycore architectures. These programming models analyze dynamically task dependencies at runtime and schedule independent tasks concurrently to the processing elements. In such models, cache locality, which is critical for performance, becomes more challenging in the presence of fine-grain tasks, and in architectures with many simple cores.
This paper presents a combined hardware-software approach to improve cache locality and offer better performance is terms of execution time and energy in the memory system. We propose the explicit bulk prefetcher (EBP) and epoch-based cache management (ECM) to help runtimes prefetch task data and guide the replacement decisions in caches. The runtimem software can use this hardware support to expose its internal knowledge about the tasks to the architecture and achieve more efficient task-based execution. Our combined scheme outperforms HW-only prefetchers and state-of-the-art replacement policies, improves performance by an average of 17%, generates on average 26% fewer L2 misses, and consumes on average 28% less energy in the components of the memory system.