981 resultados para three-tier architecture
Resumo:
By contrast to the far-reaching devolution settlements elsewhere in the UK, political agreement on the governance of England outside London remains unsettled. There is cross- party consensus on the need to 'decentre down' authority to regions and localities, but limited agreement on how this should be achieved. This paper explores the welter of initiatives adopted by the recent Labour government that were ostensibly designed to make the meso-level of governance more coherent, accountable and responsive to meeting territorial priorities. Second, it explores the current Conservative-Liberal Democrat Coalition's programme of reform that involves the elimination of Labour's regional institutional architecture and is intended to restore powers to local government and communities and promote local authority co-operation around sub-regions. Labour's reforms were ineffective in achieving any substantial transfer of authority away from Whitehall and, given the Coalition's plans to cut public expenditure, the likelihood of any significant recalibration in central-local relations also appears improbable. © 2012 Copyright Taylor and Francis Group, LLC.
Resumo:
A multipurpose open architecture motion control system was developed with three platforms for control and monitoring. The Visual Basic user interface communicated with the operator and gave instructions to the electronic components. The first platform had a BASIC Stamp based controller and three stepping motors. The second platform had a controller, amplifiers and two DC servomotors. The third platform had a DSP module. In this study, each platform was used on machine tools either to move the table or to evaluate the incoming signal. The study indicated that by using advanced microcontrollers, which use high-level languages, motor controllers, DSPs (Digital Signal Processor) and microcomputers, the motion control of different systems could be realized in a short time. Although, the proposed systems had some limitations, their jobs were performed effectively. ^
Resumo:
Modern software systems are often large and complicated. To better understand, develop, and manage large software systems, researchers have studied software architectures that provide the top level overall structural design of software systems for the last decade. One major research focus on software architectures is formal architecture description languages, but most existing research focuses primarily on the descriptive capability and puts less emphasis on software architecture design methods and formal analysis techniques, which are necessary to develop correct software architecture design. ^ Refinement is a general approach of adding details to a software design. A formal refinement method can further ensure certain design properties. This dissertation proposes refinement methods, including a set of formal refinement patterns and complementary verification techniques, for software architecture design using Software Architecture Model (SAM), which was developed at Florida International University. First, a general guideline for software architecture design in SAM is proposed. Second, specification construction through property-preserving refinement patterns is discussed. The refinement patterns are categorized into connector refinement, component refinement and high-level Petri nets refinement. These three levels of refinement patterns are applicable to overall system interaction, architectural components, and underlying formal language, respectively. Third, verification after modeling as a complementary technique to specification refinement is discussed. Two formal verification tools, the Stanford Temporal Prover (STeP) and the Simple Promela Interpreter (SPIN), are adopted into SAM to develop the initial models. Fourth, formalization and refinement of security issues are studied. A method for security enforcement in SAM is proposed. The Role-Based Access Control model is formalized using predicate transition nets and Z notation. The patterns of enforcing access control and auditing are proposed. Finally, modeling and refining a life insurance system is used to demonstrate how to apply the refinement patterns for software architecture design using SAM and how to integrate the access control model. ^ The results of this dissertation demonstrate that a refinement method is an effective way to develop a high assurance system. The method developed in this dissertation extends existing work on modeling software architectures using SAM and makes SAM a more usable and valuable formal tool for software architecture design. ^
Resumo:
This article explores the deployment of sound in architectural-curatorial and community engagement contexts through the work of PLACE, a multidisciplinary not-for-profit architecture center in Belfast, Northern Ireland. The author, who worked with PLACE and contributed to the projects discussed here, contextualizes architecture centers and their relationship with sound before examining the specific case of sound and sound art in Northern Ireland and case studies of projects delivered by PLACE. Specifically, the article evaluates two sound installation artworks and three community engagement projects for young audiences. As a means of curating urbanism and architecture, sound-art-as-public-art affords useful strategies to examine, describe or critique the environment as alternatives to traditional architecture exhibition formats. Sound’s temporality and materiality allow sound art works to exist as temporary sculptural interventions in the urban sphere, with attendant implications for public art procurement and urban acoustics. Rich territories of engagement are opened when using sound in a community participatory context.
Resumo:
Software Architecture is a high level description of a software intensive system that enables architects to have a better intellectual control over the complete system. It is also used as a communication vehicle among the various system stakeholders. Variability in software-intensive systems is the ability of a software artefact (e.g., a system, subsystem, or component) to be extended, customised, or configured for deployment in a specific context. Although variability in software architecture is recognised as a challenge in multiple domains, there has been no formal consensus on how variability should be captured or represented. In this research, we addressed the problem of representing variability in software architecture through a three phase approach. First, we examined existing literature using the Systematic Literature Review (SLR) methodology, which helped us identify the gaps and challenges within the current body of knowledge. Equipped with the findings from the SLR, a set of design principles have been formulated that are used to introduce variability management capabilities to an existing Architecture Description Language (ADL). The chosen ADL was developed within our research group (ALI) and to which we have had complete access. Finally, we evaluated the new version of the ADL produced using two distinct case studies: one from the Information Systems domain, an Asset Management System (AMS); and another from the embedded systems domain, a Wheel Brake System (WBS). This thesis presents the main findings from the three phases of the research work, including a comprehensive study of the state-of-the-art; the complete specification of an ADL that is focused on managing variability; and the lessons learnt from the evaluation work of two distinct real-life case studies.
Resumo:
Thesis (Master's)--University of Washington, 2016-08
Resumo:
The difficulties encountered in implementing large scale CM codes on multiprocessor systems are now fairly well understood. Despite the claims of shared memory architecture manufacturers to provide effective parallelizing compilers, these have not proved to be adequate for large or complex programs. Significant programmer effort is usually required to achieve reasonable parallel efficiencies on significant numbers of processors. The paradigm of Single Program Multi Data (SPMD) domain decomposition with message passing, where each processor runs the same code on a subdomain of the problem, communicating through exchange of messages, has for some time been demonstrated to provide the required level of efficiency, scalability, and portability across both shared and distributed memory systems, without the need to re-author the code into a new language or even to support differing message passing implementations. Extension of the methods into three dimensions has been enabled through the engineering of PHYSICA, a framework for supporting 3D, unstructured mesh and continuum mechanics modeling. In PHYSICA, six inspectors are used. Part of the challenge for automation of parallelization is being able to prove the equivalence of inspectors so that they can be merged into as few as possible.
Resumo:
We review mathematical aspects of biophysical dynamics, signal transduction and network architecture that have been used to uncover functionally significant relations between the dynamics of single neurons and the networks they compose. We focus on examples that combine insights from these three areas to expand our understanding of systems neuroscience. These range from single neuron coding to models of decision making and electrosensory discrimination by networks and populations, as well as coincidence detection in pairs of dendrites and the dynamics of large networks of excitable dendritic spines. We conclude by describing some of the challenges that lie ahead as the applied mathematics community seeks to provide the tools that will ultimately underpin systems neuroscience.
Resumo:
Call Level Interfaces (CLI) play a key role in business tiers of relational and on some NoSQL database applications whenever a fine tune control between application tiers and the host databases is a key requirement. Unfortunately, in spite of this significant advantage, CLI are low level API, this way not addressing high level architectural requirements. Among the examples we emphasize two situations: a) the need to decouple or not to decouple the development process of business tiers from the development process of application tiers and b) the need to automatically adapt business tiers to new business and/or security needs at runtime. To tackle these CLI drawbacks, and simultaneously keep their advantages, this paper proposes an architecture relying on CLI from which multi-purpose business tiers components are built, herein referred to as Adaptable Business Tier Components (ABTC). Beyond the reference architecture, this paper presents a proof of concept based on Java and Java Database Connectivity (an example of CLI).
Resumo:
Call Level Interfaces (CLI) are low level API that play a key role in database applications whenever a fine tune control between application tiers and the host databases is a key requirement. Unfortunately, in spite of this significant advantage, CLI were not designed to address organizational requirements and contextual runtime requirements. Among the examples we emphasize the need to decouple or not to decouple the development process of business tiers from the development process of application tiers and also the need to automatically adapt to new business and/or security needs at runtime. To tackle these CLI drawbacks, and simultaneously keep their advantages, this paper proposes an architecture relying on CLI from which multi-purpose business tiers components are built, herein referred to as Adaptable Business Tier Components (ABTC). This paper presents the reference architecture for those components and a proof of concept based on Java and Java Database Connectivity (an example of CLI).
Resumo:
À la fin du 19e siècle, l’Iran commence à se transformer radicalement. Ce changement est le résultat d’un processus de métamorphose socioculturelle, avec le désir d’effacer les méthodes du passé et de recommencer ; une ambition de faire un renouvellement fondamental dans la société, en bénéficiant des grandes idées progressistes de l'Occident moderne. Cette volonté s’est renforcée à la suite des premières visites en Europe d’étudiants et de Nassereddin Shah, le roi de l'Iran, dans les années 1870. Dans ce contexte, les Iraniens et leurs gouvernants, considérant leurs infériorités politico-économiques, ont décidé de remplacer les frustrations internationales par des idées nationalistes et une propagande de suprématie raciale ou religieuse, notamment concertant « l'identité culturelle ». Suivant ces tentatives pour réformer les infrastructures sociopolitiques de l'Iran, tous les domaines culturels du pays, incluant l’architecture, ont été modifiés, selon les idéologies des dirigeants de l’Iran pendant trois périodes historiques du pays : l'époque Qadjar (dès le règne de Nassereddin Shah en 1848), l'époque Pahlavi (1925-1979) et l'époque Post-révolution islamique (1979- jusqu'à présent). L'idée générale de notre mémoire est d'étudier le processus de modernisation de l'architecture de l'Iran, de même que les influences majeures de tous ces changements, concrétisés par des fusions éclectiques et des idées pluralistes – souvent basées sur la politique. De là, en usant des approches de l’histoire sociale et culturelle de l’art, nous analysons des exemples de monuments de l'architecture publique de l'Iran depuis l'entrée de l'Iran dans la modernité, pour chacune des trois périodes mentionnées. Cela, afin de comprendre si les architectes iraniens ont trouvé de nouvelles conceptions pour opérer un déploiement créatif des principes traditionnels et pour trouver de nouvelles orientations dans le processus général de leur évolution architecturale. Autrement dit, nous cherchons à savoir si l'architecture iranienne, avec tous les changements stylistiques dans le processus de conceptualisation, a pu trouver - depuis l'intervention de la modernité occidentale et de l'architecture moderne - son propre langage de la modernité en architecture.
Resumo:
Combination of signals from the two eyes is the gateway to stereo vision. To gain insight into binocular signal processing, we studied binocular summation for luminance-modulated gratings (L or LM) and contrast-modulated gratings (CM). We measured 2AFC detection thresholds for a signal grating (0.75 c/deg, 216msec) shown to one eye, both eyes, or both eyes out-of-phase. For LM and CM, the carrier noise was in both eyes, even when the signal was monocular. Mean binocular thresholds for luminance gratings (L) were 5.4dB better than monocular thresholds - close to perfect linear summation (6dB). For LM and CM the binocular advantage was again 5-6dB, even when the carrier noise was uncorrelated, anti-correlated, or at orthogonal orientations in the two eyes. Binocular combination for CM probably arises from summation of envelope responses, and not from summation of these conflicting carrier patterns. Antiphase signals produced no binocular advantage, but thresholds were about 1-3dB higher than monocular ones. This is not consistent with simple linear summation, which should give complete cancellation and unmeasurably high thresholds. We propose a three-channel model in which noisy monocular responses to the envelope are binocularly combined in a contrast-weighted sum, but also remain separately available to perception via a max operator. Vision selects the largest of the three responses. With in-phase gratings the binocular channel dominates, but antiphase gratings cancel in the binocular channel and the monocular channels mediate detection. The small antiphase disadvantage might be explained by a subtle influence of background responses on binocular and monocular detection.
Resumo:
À la fin du 19e siècle, l’Iran commence à se transformer radicalement. Ce changement est le résultat d’un processus de métamorphose socioculturelle, avec le désir d’effacer les méthodes du passé et de recommencer ; une ambition de faire un renouvellement fondamental dans la société, en bénéficiant des grandes idées progressistes de l'Occident moderne. Cette volonté s’est renforcée à la suite des premières visites en Europe d’étudiants et de Nassereddin Shah, le roi de l'Iran, dans les années 1870. Dans ce contexte, les Iraniens et leurs gouvernants, considérant leurs infériorités politico-économiques, ont décidé de remplacer les frustrations internationales par des idées nationalistes et une propagande de suprématie raciale ou religieuse, notamment concertant « l'identité culturelle ». Suivant ces tentatives pour réformer les infrastructures sociopolitiques de l'Iran, tous les domaines culturels du pays, incluant l’architecture, ont été modifiés, selon les idéologies des dirigeants de l’Iran pendant trois périodes historiques du pays : l'époque Qadjar (dès le règne de Nassereddin Shah en 1848), l'époque Pahlavi (1925-1979) et l'époque Post-révolution islamique (1979- jusqu'à présent). L'idée générale de notre mémoire est d'étudier le processus de modernisation de l'architecture de l'Iran, de même que les influences majeures de tous ces changements, concrétisés par des fusions éclectiques et des idées pluralistes – souvent basées sur la politique. De là, en usant des approches de l’histoire sociale et culturelle de l’art, nous analysons des exemples de monuments de l'architecture publique de l'Iran depuis l'entrée de l'Iran dans la modernité, pour chacune des trois périodes mentionnées. Cela, afin de comprendre si les architectes iraniens ont trouvé de nouvelles conceptions pour opérer un déploiement créatif des principes traditionnels et pour trouver de nouvelles orientations dans le processus général de leur évolution architecturale. Autrement dit, nous cherchons à savoir si l'architecture iranienne, avec tous les changements stylistiques dans le processus de conceptualisation, a pu trouver - depuis l'intervention de la modernité occidentale et de l'architecture moderne - son propre langage de la modernité en architecture.
Resumo:
SpicA FAR infrared Instrument, SAFARI, is one of the instruments planned for the SPICA mission. The SPICA mission is the next great leap forward in space-based far-infrared astronomy and will study the evolution of galaxies, stars and planetary systems. SPICA will utilize a deeply cooled 2.5m-class telescope, provided by European industry, to realize zodiacal background limited performance, and high spatial resolution. The instrument SAFARI is a cryogenic grating-based point source spectrometer working in the wavelength domain 34 to 230 μm, providing spectral resolving power from 300 to at least 2000. The instrument shall provide low and high resolution spectroscopy in four spectral bands. Low Resolution mode is the native instrument mode, while the high Resolution mode is achieved by means of a Martin-Pupplet interferometer. The optical system is all-reflective and consists of three main modules; an input optics module, followed by the Band and Mode Distributing Optics and the grating Modules. The instrument utilizes Nyquist sampled filled linear arrays of very sensitive TES detectors. The work presented in this paper describes the optical design architecture and design concept compatible with the current instrument performance and volume design drivers.
Resumo:
The industrial context is changing rapidly due to advancements in technology fueled by the Internet and Information Technology. The fourth industrial revolution counts integration, flexibility, and optimization as its fundamental pillars, and, in this context, Human-Robot Collaboration has become a crucial factor for manufacturing sustainability in Europe. Collaborative robots are appealing to many companies due to their low installation and running costs and high degree of flexibility, making them ideal for reshoring production facilities with a short return on investment. The ROSSINI European project aims to implement a true Human-Robot Collaboration by designing, developing, and demonstrating a modular and scalable platform for integrating human-centred robotic technologies in industrial production environments. The project focuses on safety concerns related to introducing a cobot in a shared working area and aims to lay the groundwork for a new working paradigm at the industrial level. The need for a software architecture suitable to the robotic platform employed in one of three use cases selected to deploy and test the new technology was the main trigger of this Thesis. The chosen application consists of the automatic loading and unloading of raw-material reels to an automatic packaging machine through an Autonomous Mobile Robot composed of an Autonomous Guided Vehicle, two collaborative manipulators, and an eye-on-hand vision system for performing tasks in a partially unstructured environment. The results obtained during the ROSSINI use case development were later used in the SENECA project, which addresses the need for robot-driven automatic cleaning of pharmaceutical bins in a very specific industrial context. The inherent versatility of mobile collaborative robots is evident from their deployment in the two projects with few hardware and software adjustments. The positive impact of Human-Robot Collaboration on diverse production lines is a motivation for future investments in research on this increasingly popular field by the industry.