10 resultados para Integrated applications

em Deakin Research Online - Australia


Relevância:

60.00% 60.00%

Publicador:

Resumo:

The overwhelming threat posed by climate change means that increasingly, emphasis is being placed on the need to integrate sustainability considerations into all areas of policy making, planning and development. Actors in the built environment are progressively considering environmental and social issues alongside functional and economic aspects of development projects. However, to date in Australia and internationally, there have been few practical examples of integrated applications of sustainability principles in the built environment across design, planning, construction, operation and de-construction phases. Notable initiatives have tended to be narrow in scope, focusing on either mitigation or adaptation strategies. Integrated considerations of impacts from component and building scales to city and regional scales and across physical and socio-economic dimensions are urgently needed, particularly for long-life major infrastructure projects. This paper proposes a conceptual framework based on the principal that early intervention is the most cost-effective and efficient means of implementing effective strategies for mitigation and adaptation. A Strategic Environmental Assessment (SEA) approach is forwarded as an umbrella analytical framework, assembled from analytical methods which are strategically ‘tiered’ to inform different stages of the planning and decision-making process. Techniques such as Ecological footprint, Life cycle costing and Risk analysis may be applied to integrate sustainable design, construction and planning considerations which address both mitigation and adaptation dimensions, results of each analysis ultimately being collated into the overall SEA. This integrated conceptual framework for sustainable, resilient and cost-effective infrastructure development will in practice be applied to assess selected case-studies of major development projects in Australia, focusing on the area of stadium development. Practically applied and timed accordingly, the framework would allow assessments to be targeted towards appropriate decision making levels and enable better decision-making and more efficient resource allocation for major infrastructure development projects.

Relevância:

60.00% 60.00%

Publicador:

Resumo:

Actors in the built environment are increasingly considering environmental issues alongside functional and economic aspects of development projects. However, to date in Australia and internationally, there have been few practical examples of integrated applications of sustainability principles in the built environment across all lifecycle phases. In response to this gap, this paper proposes a conceptual framework based on the principal that early intervention is the most cost-effective and efficient means of implementing effective strategies for sustainability. A strategic environmental assessment (SEA) approach is forwarded as an umbrella analytical framework, assembled from analytical methods which are strategically 'tiered' to inform stages of the project decision-making process. Practically applied and timed accordingly, the framework can allow assessments to be targeted towards appropriate decision making levels and enable better decision-making and more efficient resource allocation for major infrastructure development projects.

Relevância:

40.00% 40.00%

Publicador:

Resumo:

To sustain an ongoing rapid growth of video information, there is an emerging demand for a sophisticated content-based video indexing system. However, current video indexing solutions are still immature and lack of any standard. This doctoral consists of a research work based on an integrated multi-modal approach for sports video indexing and retrieval. By combining specific features extractable from multiple audio-visual modalities, generic structure and specific events can be detected and classified. During browsing and retrieval, users will benefit from the integration of high-level semantic and some descriptive mid-level features such as whistle and close-up view of player(s).

Relevância:

40.00% 40.00%

Publicador:

Resumo:

This thesis presents a research work based on an integrated multi-modal approach for sports video indexing and retrieval. By combining specific features extractable from multiple (audio-visual) modalities, generic structure and specific events can be detected and classified. During browsing and retrieval, users will benefit from the integration of high-level semantic and some descriptive mid-level features such as whistle and close-up view of player(s). The main objective is to contribute to the three major components of sports video indexing systems. The first component is a set of powerful techniques to extract audio-visual features and semantic contents automatically. The main purposes are to reduce manual annotations and to summarize the lengthy contents into a compact, meaningful and more enjoyable presentation. The second component is an expressive and flexible indexing technique that supports gradual index construction. Indexing scheme is essential to determine the methods by which users can access a video database. The third and last component is a query language that can generate dynamic video summaries for smart browsing and support user-oriented retrievals.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The use of onsite renewable energy cogeneration from structural building elements is a relatively new concept, and one that is gaining considerable interest in the building industry. In this study the design, development, testing and production methods for a novel building integrated photovoltaic/thermal (BIPVT) solar energy cogeneration system are examined and discussed.

During the analysis of the design, adhesives (ADH), resistance seam welding (RSW) and autoclaving (ATC) were identified as the most appropriate for fabricating BIPVT panels for roofing and façade applications. Of these manufacturing methods ADH was found to be most suitable for low volume production systems due to its low capital cost.

Furthermore, a prototype panel was fabricated using ADH methods and exhibited good thermal performance. In addition it was shown, using experimental testing, that the performance of a BIPVT could be theoretically predicted using a one-dimensional heat transfer model. Furthermore, the model was used to suggest further improvements that could be made to the design. Finally, a transient simulation of the BIPVT was performed in TRNSYS and was used to illustrate the long term benefits of the system.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The idea of combining photovoltaic and solar thermal collectors (PVT collectors) to provide electrical and heat energy is not new, however it is an area that has received only limited attention. With concern growing over energy sources and their usage, PVTs have become an area receiving more attention. Although PVTs are not as prevalent as solar thermal systems, the integration of photovoltaic and solar thermal collectors into the walls or roofing structure of a building could provide greater opportunity for the use of renewable solar energy technologies in domestic, commercial and industrial applications. As such, the design of a novel building integrated photovoltaic/thermal (BIPVT) solar collector is theoretically analysed through the use of a modified Hottel-Whillier model. The thermal and electrical efficiency under a range of conditions are subsequently determined and results showing how key design parameters influence the performance of the BIPVT system are presented.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Distributed Shared Memory (DSM) provides programmers with a shared memory environment in systems where memory is not physically shared. Clusters of Workstations (COWs), an often untapped source of computing power, are characterised by a very low cost/performance ratio. The combination of Clusters of Workstations (COWs) with DSM provides an environment in which the programmer can use the well known approaches and methods of programming for physically shared memory systems and parallel processing can be carried out to make full use of the computing power and cost advantages of the COW. The aim of this research is to synthesise and develop a distributed shared memory system as an integral part of an operating system in order to provide application programmers with a convenient environment in which the development and execution of parallel applications can be done easily and efficiently, and which does this in a transparent manner. Furthermore, in order to satisfy our challenging design requirements we want to demonstrate that the operating system into which the DSM system is integrated should be a distributed operating system. In this thesis a study into the synthesis of a DSM system within a microkernel and client-server based distributed operating system which uses both strict and weak consistency models, with a write-invalidate and write-update based approach for consistency maintenance is reported. Furthermore a unique automatic initialisation system which allows the programmer to start the parallel execution of a group of processes with a single library call is reported. The number and location of these processes are determined by the operating system based on system load information. The DSM system proposed has a novel approach in that it provides programmers with a complete programming environment in which they are easily able to develop and run their code or indeed run existing shared memory code. A set of demanding DSM system design requirements are presented and the incentives for the placement of the DSM system with a distributed operating system and in particular in the memory management server have been reported. The new DSM system concentrated on an event-driven set of cooperating and distributed entities, and a detailed description of the events and reactions to these events that make up the operation of the DSM system is then presented. This is followed by a pseudocode form of the detailed design of the main modules and activities of the primitives used in the proposed DSM system. Quantitative results of performance tests and qualitative results showing the ease of programming and use of the RHODOS DSM system are reported. A study of five different application is given and the results of tests carried out on these applications together with a discussion of the results are given. A discussion of how RHODOS’ DSM allows programmers to write shared memory code in an easy to use and familiar environment and a comparative evaluation of RHODOS DSM with other DSM systems is presented. In particular, the ease of use and transparency of the DSM system have been demonstrated through the description of the ease with which a moderately inexperienced undergraduate programmer was able to convert, write and run applications for the testing of the DSM system. Furthermore, the description of the tests performed using physically shared memory shows that the latter is indistinguishable from distributed shared memory; this is further evidence that the DSM system is fully transparent. This study clearly demonstrates that the aim of the research has been achieved; it is possible to develop a programmer friendly and efficient DSM system fully integrated within a distributed operating system. It is clear from this research that client-server and microkernel based distributed operating system integrated DSM makes shared memory operations transparent and almost completely removes the involvement of the programmer beyond classical activities needed to deal with shared memory. The conclusion can be drawn that DSM, when implemented within a client-server and microkernel based distributed operating system, is one of the most encouraging approaches to parallel processing since it guarantees performance improvements with minimal programmer involvement.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The modification of an interface on a molecular level with more than one molecular ‘building block' is essentially an example of the ‘bottom–up' fabrication principle of nanotechnology. The fabrication of such integrated molecular systems in electrochemistry has seen rapid progress in recent years via the development of sensing interfaces fabricated using self-assembled monolayers (SAMs). This review outlines recent advances and applications of self-assembled monolayers for modifying electrodes with an emphasis on the development of integrated molecular systems. First, some basic issues regarding fabricating integrated molecular systems, such as the role of the surface topography of the electrode and patterning surfaces, are discussed. Subsequently an overview of recent developments in pH, inorganic and bio sensing involving the use of SAMs is given. Finally emerging trends in using molecular building blocks in the fabrication of integrated molecular systems, such as nanotubes, dendrimers and nanoparticles, are reviewed.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

An overview is given of the design and implementation of a platform for fast external sensor integration in an industrial robot system called ABB S4CPlus. As an application and motivating example, the implementation of force-controlled grinding and deburring within the AUTOFETT-project is discussed. Experiences from industrial usage of the fully developed prototype confirms the appropriateness of the design choices, thus also confirming the fact that control and software need to be tightly integrated. The new sensor can be used for the prototyping and development of a wide variety of new applications

Relevância:

30.00% 30.00%

Publicador:

Resumo:

When integrated within a holistic literacy program, phonics applications can be used in classrooms to facilitate students’ self-directed learning of letter-sound knowledge; but are they designed to allow for such a purpose? With most phonics software applications making heavy use of image cues, this project has more specifically investigated whether the design of the images used in such applications may impact on the effectiveness of their self-directed use in classrooms. Using a quasi-experimental study, we compared two types of pictorial mnemonics used in tablet applications, along with teacher-led activity in three first-year classrooms from the one school. The difference between teacher-led activity and integrated picture cues was significant, with teacher-led activity proving more effective. The difference between teacher-led activity and form-taking picture cues, however, was not statistically significant. Given that the outcomes of this small-scale study suggest that image design may be a significant design feature contributing to the educational value of using phonics applications in the classroom, we recommend that the design features of phonics software applications attract further research.