943 resultados para Built in 1973 Maison


Relevância:

100.00% 100.00%

Publicador:

Resumo:

We have designed a mobile application that takes advantage of the built-in features of smart phones such as camera and GPS that allow users to take geo-tagged photos while on the move. Urban residents can take pictures of broken street furniture and public property requiring repair, attach a brief description, and submit the information as a maintenance request to the local government organisation of their city. This paper discusses the design approach that led to the application, highlights a built-in mechanism to elicit user feedback, and evaluates the progress to date with user feedback and log statistics. It concludes with an outlook highlighting user requested features and our own design aspirations for moving from a reporting tool to a civic engagement tool.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Introduction Buildings, which account for approximately half of all annual energy and greenhouse gas emissions, are an important target area for any strategy addressing climate change. Whilst new commercial buildings increasingly address sustainability considerations, incorporating green technology in the refurbishment process of older buildings is technically, financially and socially challenging. This research explores the expectations and experiences of commercial office building tenants, whose building was under-going green refurbishment. Methodology Semi-structured in-depth interviews with seven residents and neighbours of a large case-study building under-going green refurbishment in Melbourne, Australia. Built in 1979, the 7,008m² ‘B’ grade building consists of 11 upper levels of office accommodation, ground floor retail, and a basement area leased as a licensed restaurant. After refurbishment, which included the installation of chilled water pumps, solar water heating, waterless urinals, insulation, disabled toilets, and automatic dimming lights, it was expected that the environmental performance of the building would move from a non-existent zero ABGR (Australian Building Greenhouse Rating) star rating to 3.5 stars, with a 40% reduction in water consumption and 20% reduction in energy consumption. Interviews were transcribed, with responses analysed using a thematic approach, identifying categories, themes and patterns. Results Commercial property tenants are on a journey to sustainability - they are interested and willing to engage in discussions about sustainability initiatives, but the process, costs and benefits need to be clear. Critically, whilst sustainability was an essential and non-negotiable criterion in building selection for government and larger corporate tenants, sustainability was not yet a core business value for smaller organisations – whilst they could see it as an emerging issue, they wanted detailed cost-benefit analyses, pay-back calculations of proposed technologies and, ideally, wished they could trial the technology first-hand in some way. Although extremely interested in learning more, most participants reported relatively minimal knowledge of specific sustainability features, designs or products. In discussions about different sustainable technologies (e.g., waterless urinals, green-rated carpets), participants frequently commented that they knew little about the technology, had not heard of it or were not sure exactly how it worked. Whilst participants viewed sustainable commercial buildings as the future, they had varied expectations about the fate of existing older buildings – most felt that they would have to be retrofitted at some point to meet market expectations and predicted the emergence of a ‘non-sustainability discount’ for residing in a building without sustainable features. Discussion This research offers a beginning point for understanding the difficulty of integrating green technology in older commercial buildings. Tenants currently have limited understandings of technology and potential building performance outcomes, which ultimately could impede the implementation of sustainable initiatives in older buildings. Whilst the commercial property market is interested in learning about sustainability in the built environment, the findings highlight the importance of developing a strong business case, communication and transition plan for implementing sustainability retrofits in existing commercial buildings.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This paper describes modelling, estimation and control of the horizontal translational motion of an open-source and cost effective quadcopter — the MikroKopter. We determine the dynamics of its roll and pitch attitude controller, system latencies, and the units associated with the values exchanged with the vehicle over its serial port. Using this we create a horizontal-plane velocity estimator that uses data from the built-in inertial sensors and an onboard laser scanner, and implement translational control using a nested control loop architecture. We present experimental results for the model and estimator, as well as closed-loop positioning.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Innovation processes are rarely smooth and disruptions often occur at transition points were one knowledge domain passes the technology on to another domain. At these transition points communication is a key component in assisting the smooth hand over of technologies. However for smooth transitions to occur we argue that appropriate structures have to be in place and boundary spanning activities need to be facilitated. This paper presents three case studies of innovation processes and the findings support the view that structures and boundary spanning are essential for smooth transitions. We have explained the need to pass primary responsibility between agents to successfully bring an innovation to market. We have also shown the need to combine knowledge through effective communication so that absorptive capacity is built in process throughout the organisation rather than in one or two key individuals.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

EMR (Electronic Medical Record) is an emerging technology that is highly-blended between non-IT and IT area. One methodology is to link the non-IT and IT area is to construct databases. Nowadays, it supports before and after-treatment for patients and should satisfy all stakeholders such as practitioners, nurses, researchers, administrators and financial departments and so on. In accordance with the database maintenance, DAS (Data as Service) model is one solution for outsourcing. However, there are some scalability and strategy issues when we need to plan to use DAS model properly. We constructed three kinds of databases such as plan-text, MS built-in encryption which is in-house model and custom AES (Advanced Encryption Standard) - DAS model scaling from 5K to 2560K records. To perform custom AES-DAS better, we also devised Bucket Index using Bloom Filter. The simulation showed the response times arithmetically increased in the beginning but after a certain threshold, exponentially increased in the end. In conclusion, if the database model is close to in-house model, then vendor technology is a good way to perform and get query response times in a consistent manner. If the model is DAS model, it is easy to outsource the database, however, some techniques like Bucket Index enhances its utilization. To get faster query response times, designing database such as consideration of the field type is also important. This study suggests cloud computing would be a next DAS model to satisfy the scalability and the security issues.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Electronic Health Record (EHR) retrieval processes are complex demanding Information Technology (IT) resources exponentially in particular memory usage. Database-as-a-service (DAS) model approach is proposed to meet the scalability factor of EHR retrieval processes. A simulation study using ranged of EHR records with DAS model was presented. The bucket-indexing model incorporated partitioning fields and bloom filters in a Singleton design pattern were used to implement custom database encryption system. It effectively provided faster responses in the range query compared to different types of queries used such as aggregation queries among the DAS, built-in encryption and the plain-text DBMS. The study also presented with constraints around the approach should consider for other practical applications.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

In the medical and healthcare arena, patients‟ data is not just their own personal history but also a valuable large dataset for finding solutions for diseases. While electronic medical records are becoming popular and are used in healthcare work places like hospitals, as well as insurance companies, and by major stakeholders such as physicians and their patients, the accessibility of such information should be dealt with in a way that preserves privacy and security. Thus, finding the best way to keep the data secure has become an important issue in the area of database security. Sensitive medical data should be encrypted in databases. There are many encryption/ decryption techniques and algorithms with regard to preserving privacy and security. Currently their performance is an important factor while the medical data is being managed in databases. Another important factor is that the stakeholders should decide more cost-effective ways to reduce the total cost of ownership. As an alternative, DAS (Data as Service) is a popular outsourcing model to satisfy the cost-effectiveness but it takes a consideration that the encryption/ decryption modules needs to be handled by trustworthy stakeholders. This research project is focusing on the query response times in a DAS model (AES-DAS) and analyses the comparison between the outsourcing model and the in-house model which incorporates Microsoft built-in encryption scheme in a SQL Server. This research project includes building a prototype of medical database schemas. There are 2 types of simulations to carry out the project. The first stage includes 6 databases in order to carry out simulations to measure the performance between plain-text, Microsoft built-in encryption and AES-DAS (Data as Service). Particularly, the AES-DAS incorporates implementations of symmetric key encryption such as AES (Advanced Encryption Standard) and a Bucket indexing processor using Bloom filter. The results are categorised such as character type, numeric type, range queries, range queries using Bucket Index and aggregate queries. The second stage takes the scalability test from 5K to 2560K records. The main result of these simulations is that particularly as an outsourcing model, AES-DAS using the Bucket index shows around 3.32 times faster than a normal AES-DAS under the 70 partitions and 10K record-sized databases. Retrieving Numeric typed data takes shorter time than Character typed data in AES-DAS. The aggregation query response time in AES-DAS is not as consistent as that in MS built-in encryption scheme. The scalability test shows that the DBMS reaches in a certain threshold; the query response time becomes rapidly slower. However, there is more to investigate in order to bring about other outcomes and to construct a secured EMR (Electronic Medical Record) more efficiently from these simulations.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This paper describes system identification, estimation and control of translational motion and heading angle for a cost effective open-source quadcopter — the MikroKopter. The dynamics of its built-in sensors, roll and pitch attitude controller, and system latencies are determined and used to design a computationally inexpensive multi-rate velocity estimator that fuses data from the built-in inertial sensors and a low-rate onboard laser range finder. Control is performed using a nested loop structure that is also computationally inexpensive and incorporates different sensors. Experimental results for the estimator and closed-loop positioning are presented and compared with ground truth from a motion capture system.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The foetal alcohol syndrome (FAS) was first identified as a syndrome in 1973. Since then a large body of research has accumulated. The full syndrome in which heavy alcohol use in pregnancy results in growth retardation, a characteristic facial dysmorphology and brain damage will be described. FAS is the commonest preventable, known cause of intellectual handicap, however, a large proportion of people with partial foetal alcohol syndrome have an intelligence in the normal range. Those with the full syndrome and with identified and diagnosed, intellectual handicap are more likely to receive appropriate services. Those with an intelligence in the normal range, suffer from severe psycho- social disabilities resulting in homelessness, mental illness and frequently criminality. There is a larger number of people with a partial syndrome who also suffer from high rates of secondary disability including learning problems and 70% of FAS people also have ADD or ADHD...

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Objective To examine the extent to which the odds of birth, pregnancy, or adverse birth outcomes are higher among women aged 28 to 36 years who use fertility treatment compared with untreated women. Design Prospective, population-based. Setting Not applicable. Patient(s) Participants in the ALSWH born in 1973 to 1978 who reported on their infertility and use of in vitro fertilization (IVF) or ovulation induction (OI). Intervention(s) Postal survey questionnaires administered as part of ALSWH. Main Outcome Measure(s) Among women treated with IVF or OI and untreated women, the odds of birth outcomes estimated by use of adjusted logistic regression modeling. Result(s) Among 7,280 women, 18.6% (n = 1,376) reported infertility. Half (53.0%) of the treated women gave birth compared with 43.8% of untreated women. Women with prior parity were less likely to use IVF compared with nulliparous women. Women using IVF or OI, respectively, were more likely to have given birth after treatment or be pregnant compared with untreated women. Women using IVF or OI were as likely to have ectopic pregnancies, stillbirths, or premature or low birthweight babies as untreated women. Conclusion(s) More than 40% of women aged 28–36 years reporting a history of infertility can achieve births without using treatment, indicating they are subfertile rather than infertile.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The Old Government House, a former residence of the Queen’s representatives in Brisbane, Australia, symbolises British cultural heritage of Colonial Queensland. Located on the campus of the Queensland University of Technology, it is one of the oldest surviving examples of a stately residence in Queensland. Built in 1860s, the Old Government House was originally intended as a temporary residence for the first governor of the newly independent colony of Queensland. However, it remained the vice-regal residence until 1909, serving eleven succeeding governors. Nearly seven decades later, it became the first building in Queensland to be protected under heritage legislation. Thus its importance, as an excellent exemplar that demonstrates the significance of cultural heritage, was established. The Old Government House has survived 150 years of restoration work, refurbishments, and additions. Through these years, it has served the people of Queensland in a multitude of roles. This paper aims to investigate the survival of heritage listed buildings through their adaptive re-use. Its focus will be on the adaptive reuse of the Old Government House through its refurbishments and additions over a period of 150 years. Through a qualitative research process this paper will endeavour to establish the significance of restoration work on the Old Government house; the new opportunities that has opened up as a result of the restoration work; the continued maintenance and management of the building through adaptive re-use; the economic benefits of restoration work; and its contribution to the on-going interest in the preservation of the Tangible Cultural Heritage.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Chapter 5: Fertility and infertility. p52-70. This section describes patterns of fertility across Surveys 1 to 4 among the cohort of women who were born in 1973-1978. This section includes the examination of pregnancy outcomes including both live births and pregnancy losses (stillbirths, miscarriages, terminations and ectopic pregnancies). This section also examines the prevalence of self-reported problems with fertility and whether these women sought advice and/or treatment. As women age they are more likely to experience infertility and, with little other data available, the ALSWH provides an important opportunity to examine this problem and the related use of health services. 1. Pregnancy losses are common. Half of the women who report a pregnancy outcome at Survey 4 have experienced a pregnancy loss. 2. More than one third (39%) of women who have experienced a live birth by Survey 4 have also experienced a pregnancy loss. 3. For every ten women aged 28-33 years in 2006: four women had not had been pregnant, five women had a live birth (with or without a recognised pregnancy loss), and one woman had a recognised pregnancy loss only. 4. Among women who had tried to conceive or had been pregnant, one-in-six had experienced infertility. (i.e. tried unsuccessfully to get pregnant for 12 months or more) 5. The most significant factors associated with having infertility, seeking advice and using treatment were: polycystic ovary syndrome, endometriosis and miscarriage. 6. Of the women who reported infertility, two-thirds sought advice but only half used treatment. 7. Most of the women who used fertility treatment had used low cost and non-invasive methods.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The R statistical environment and language has demonstrated particular strengths for interactive development of statistical algorithms, as well as data modelling and visualisation. Its current implementation has an interpreter at its core which may result in a performance penalty in comparison to directly executing user algorithms in the native machine code of the host CPU. In contrast, the C++ language has no built-in visualisation capabilities, handling of linear algebra or even basic statistical algorithms; however, user programs are converted to high-performance machine code, ahead of execution. A new method avoids possible speed penalties in R by using the Rcpp extension package in conjunction with the Armadillo C++ matrix library. In addition to the inherent performance advantages of compiled code, Armadillo provides an easy-to-use template-based meta-programming framework, allowing the automatic pooling of several linear algebra operations into one, which in turn can lead to further speedups. With the aid of Rcpp and Armadillo, conversion of linear algebra centered algorithms from R to C++ becomes straightforward. The algorithms retains the overall structure as well as readability, all while maintaining a bidirectional link with the host R environment. Empirical timing comparisons of R and C++ implementations of a Kalman filtering algorithm indicate a speedup of several orders of magnitude.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Twenty first century learners operate in organic, immersive environments. A pedagogy of student-centred learning is not a recipe for rooms. A contemporary learning environment is like a landscape that grows, morphs, and responds to the pressures of the context and micro-culture. There is no single adaptable solution, nor a suite of off-the-shelf answers; propositions must be customisable and infinitely variable. They must be indeterminate and changeable; based on the creation of learning places, not restrictive or constraining spaces. A sustainable solution will be un-fixed, responsive to the life cycle of the components and materials, able to be manipulated by the users; it will create and construct its own history. Learning occurs as formal education with situational knowledge structures, but also as informal learning, active learning, blended learning social learning, incidental learning, and unintended learning. These are not spatial concepts but socio-cultural patterns of discovery. Individual learning requirements must run free and need to be accommodated as the learner sees fit. The spatial solution must accommodate and enable a full array of learning situations. It is a system not an object. Three major components: 1. The determinate landscape: in-situ concrete 'plate' that is permanent. It predates the other components of the system and remains as a remnant/imprint/fossil after the other components of the system have been relocated. It is a functional learning landscape in its own right; enabling a variety of experiences and activities. 2. The indeterminate landscape: a kit of pre-fabricated 2-D panels assembled in a unique manner at each site to suit the client and context. Manufactured to the principles of design-for-disassembly. A symbiotic barnacle like system that attaches itself to the existing infrastructure through the determinate landscape which acts as a fast growth rhizome. A carapace of protective panels, infinitely variable to create enclosed, semi-enclosed, and open learning places. 3. The stations: pre-fabricated packages of highly-serviced space connected through the determinate landscape. Four main types of stations; wet-room learning centres, dry-room learning centres, ablutions, and low-impact building services. Entirely customised at the factory and delivered to site. The stations can be retro-fitted to suit a new context during relocation. Principles of design for disassembly: material principles • use recycled and recyclable materials • minimise the number of types of materials • no toxic materials • use lightweight materials • avoid secondary finishes • provide identification of material types component principles • minimise/standardise the number of types of components • use mechanical not chemical connections • design for use of common tools and equipment • provide easy access to all components • make component size to suite means of handling • provide built in means of handling • design to realistic tolerances • use a minimum number of connectors and a minimum number of types system principles • design for durability and repeated use • use prefabrication and mass production • provide spare components on site • sustain all assembly and material information

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Securing IT infrastructures of our modern lives is a challenging task because of their increasing complexity, scale and agile nature. Monolithic approaches such as using stand-alone firewalls and IDS devices for protecting the perimeter cannot cope with complex malwares and multistep attacks. Collaborative security emerges as a promising approach. But, research results in collaborative security are not mature, yet, and they require continuous evaluation and testing. In this work, we present CIDE, a Collaborative Intrusion Detection Extension for the network security simulation platform ( NeSSi 2 ). Built-in functionalities include dynamic group formation based on node preferences, group-internal communication, group management and an approach for handling the infection process for malware-based attacks. The CIDE simulation environment provides functionalities for easy implementation of collaborating nodes in large-scale setups. We evaluate the group communication mechanism on the one hand and provide a case study and evaluate our collaborative security evaluation platform in a signature exchange scenario on the other.