875 resultados para work collective


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Objective To identify predictors for initiating and maintaining active commuting (AC) to work following the 2003 Australia's Walk to Work Day (WTWD) campaign. Methods Pre- and post-campaign telephone surveys of a cohort of working age (18–65years) adults (n = 1100, 55% response rate). Two dependent campaign outcomes were assessed: initiating or maintaining AC (i.e., walk/cycle and public transport) on a single day (WTWD), and increasing or maintaining health-enhancing active commuting (HEAC) level (≥ 30min/day) in a usual week following WTWD campaign. Results A significant population-level increase in HEAC (3.9%) was observed (McNemar's χ2 = 6.53, p = 0.01) with 136 (19.0%) achieving HEAC at post campaign. High confidence in incorporating walking into commute, being active pre-campaign and younger age (< 46years) were positively associated with both outcomes. The utility of AC for avoiding parking hassles (AOR = 2.1, 95% CI: 1.2–3.6), for less expense (AOR = 1.8, 95% CI: 1.1–3.1), for increasing one's health (AOR = 2.5, 95% CI: 1.1–5.6) and for clean air (AOR = 2.2, 95% CI: 1.0–4.4) predicted HEAC outcome whereas avoiding the stress of driving (AOR = 2.6, 95% CI: 1.4–5.0) and the hassle of parking predicted the single-day AC. Conclusions Transportation interventions targeting parking and costs could be further enhanced by emphasizing health benefits of AC. AC was less likely to occur among inactive employees.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The ability to measure surface temperature and represent it on a metrically accurate 3D model has proven applications in many areas such as medical imaging, building energy auditing, and search and rescue. A system is proposed that enables this task to be performed with a handheld sensor, and for the first time with results able to be visualized and analyzed in real-time. A device comprising a thermal-infrared camera and range sensor is calibrated geometrically and used for data capture. The device is localized using a combination of ICP and video-based pose estimation from the thermal-infrared video footage which is shown to reduce the occurrence of failure modes. Furthermore, the problem of misregistration which can introduce severe distortions in assigned surface temperatures is avoided through the use of a risk-averse neighborhood weighting mechanism. Results demonstrate that the system is more stable and accurate than previous approaches, and can be used to accurately model complex objects and environments for practical tasks.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

"I still dream of my grandfather's red roses" is an online audio documentary. Asking people from her community to make a statement beginning with the words "I dream of", Australian documentarist Phoebe Hart curates these fragments and creatively envisages the literal and figurative world of dreams, arresting our collective hopes, desires and fears.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Pilot cars are used in one-lane two-way work zones to guide traffic and keep their speeds within posted limits. While many studies have examined the effectiveness of measures to reduce vehicle speeds in work zones, little is known about the reductions achievable through the use of pilot cars. This paper examines the effectiveness of a pilot car in reducing travel speeds in a rural highway work zone in Queensland, Australia. Analysis of speed data covering a period of five days showed that a pilot car reduced average speeds at the treatment location, but not downstream. The proportion of vehicles speeding through the activity area was also reduced, particularly those traveling at 10 km/h or more above the posted limit. Motorists were more likely to speed during the day, under a 40 kh/h limit, when traffic volumes were higher and when there were fewer vehicles in the traffic stream. Medium vehicles were less likely to speed in the presence of a pilot car than light vehicles. To maximize these benefits, it is necessary to ensure that the pilot car itself is not speeding.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

For industrial wireless sensor networks, maintaining the routing path for a high packet delivery ratio is one of the key objectives in network operations. It is important to both provide the high data delivery rate at the sink node and guarantee a timely delivery of the data packet at the sink node. Most proactive routing protocols for sensor networks are based on simple periodic updates to distribute the routing information. A faulty link causes packet loss and retransmission at the source until periodic route update packets are issued and the link has been identified as broken. We propose a new proactive route maintenance process where periodic update is backed-up with a secondary layer of local updates repeating with shorter periods for timely discovery of broken links. Proposed route maintenance scheme improves reliability of the network by decreasing the packet loss due to delayed identification of broken links. We show by simulation that proposed mechanism behaves better than the existing popular routing protocols (AODV, AOMDV and DSDV) in terms of end-to-end delay, routing overhead, packet reception ratio.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The rate of road traffic injury and death in Ethiopia is at a critical level when compared to rates in high-income countries. Considering the enormity of this issue, research is to identify groups of high-risk road users and the factors contributing to their crash involvement. This study focuses on work-related drivers. This study explores driving behaviour as a mediator of the relationship between organisational and individual attribute factors and self-reported crashes in a sample of 213 work-related drivers in Addis Ababa, Ethiopia. The hypothesised framework identifies driving behaviour as the most proximal determinant of self-reported crashes, and safety values, role overload and self-efficacy as antecedents of driving behaviour. With the exception of the relationship between self-efficacy and driving behaviour, all the hypothesised relationships were supported. We make recommendations for intervention approaches that are theoretically focused and sensitive to the cultural context.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Almost half of all game players are now women. However, women only represent a small proportion of game developers. There is a lack of previous research to suggest why women don't pursue careers in games and how we can attract more women to the industry. In this paper, we investigate the issues and barriers that prevent women from entering the games industry, as well as the solutions and steps that can be taken to attract more women to the industry. We draw on the lessons learned by the information technology industry and report on a program of events that was conducted at the Queensland University of Technology in 2011. These events provided some insight into the issues surrounding the lack of women in the games industry, as well as some initial steps that we can take as an industry to attract and support more female developers.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

While social engineering represents a real and ominous threat to many organizations, companies, governments, and individuals, social networking sites (SNSs), have been identified as among the most common means of social engineering attacks. Owing to factors that reduce the ability of users to detect social engineering tricks and increase the ability of attackers to launch them, SNSs seem to be perfect breeding ground for exploiting the vulnerabilities of people, and the weakest link in security. This work will contribute to the knowledge of social engineering by identifying different entities and subentities that affect social engineering based attacks in SNSs. Moreover, this paper includes an intensive and comprehensive overview of different aspects of social engineering threats in SNSs.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

MapReduce is a computation model for processing large data sets in parallel on large clusters of machines, in a reliable, fault-tolerant manner. A MapReduce computation is broken down into a number of map tasks and reduce tasks, which are performed by so called mappers and reducers, respectively. The placement of the mappers and reducers on the machines directly affects the performance and cost of the MapReduce computation in cloud computing. From the computational point of view, the mappers/reducers placement problem is a generation of the classical bin packing problem, which is NP-complete. Thus, in this paper we propose a new heuristic algorithm for the mappers/reducers placement problem in cloud computing and evaluate it by comparing with other several heuristics on solution quality and computation time by solving a set of test problems with various characteristics. The computational results show that our heuristic algorithm is much more efficient than the other heuristics and it can obtain a better solution in a reasonable time. Furthermore, we verify the effectiveness of our heuristic algorithm by comparing the mapper/reducer placement for a benchmark problem generated by our heuristic algorithm with a conventional mapper/reducer placement which puts a fixed number of mapper/reducer on each machine. The comparison results show that the computation using our mapper/reducer placement is much cheaper than the computation using the conventional placement while still satisfying the computation deadline.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The goal of this study was to utilise an objective measurement tool, via an on-board Diagnostic tool (OBDII), to explore the effectiveness of a behaviour modification intervention designed to reduce over-speed violations in a group of work-related drivers. It was predicted that over-speed violations would be decreased following participation in a behaviour modification intervention where drivers received weekly feedback on their speeding performance and goal setting exercises. The final analysis included the on-road behaviour of 16 drivers, all of whom completed each stage of the intervention program. As predicted, over-speed violations significantly decreased from pre-test to post-test, after controlling for kilometres driven. These findings offer practical guidance for industry in developing interventions designed to improve work-related driving behaviour.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Live migration of multiple Virtual Machines (VMs) has become an indispensible management activity in datacenters for application performance, load balancing, server consolidation. While state-of-the-art live VM migration strategies focus on the improvement of the migration performance of a single VM, little attention has been given to the case of multiple VMs migration. Moreover, existing works on live VM migration ignore the inter-VM dependencies, and underlying network topology and its bandwidth. Different sequences of migration and different allocations of bandwidth result in different total migration times and total migration downtimes. This paper concentrates on developing a multiple VMs migration scheduling algorithm such that the performance of migration is maximized. We evaluate our proposed algorithm through simulation. The simulation results show that our proposed algorithm can migrate multiple VMs on any datacenter with minimum total migration time and total migration downtime.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

It is well recognized that many scientifically interesting sites on Mars are located in rough terrains. Therefore, to enable safe autonomous operation of a planetary rover during exploration, the ability to accurately estimate terrain traversability is critical. In particular, this estimate needs to account for terrain deformation, which significantly affects the vehicle attitude and configuration. This paper presents an approach to estimate vehicle configuration, as a measure of traversability, in deformable terrain by learning the correlation between exteroceptive and proprioceptive information in experiments. We first perform traversability estimation with rigid terrain assumptions, then correlate the output with experienced vehicle configuration and terrain deformation using a multi-task Gaussian Process (GP) framework. Experimental validation of the proposed approach was performed on a prototype planetary rover and the vehicle attitude and configuration estimate was compared with state-of-the-art techniques. We demonstrate the ability of the approach to accurately estimate traversability with uncertainty in deformable terrain.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A critical requirement for safe autonomous navigation of a planetary rover is the ability to accurately estimate the traversability of the terrain. This work considers the problem of predicting the attitude and configuration angles of the platform from terrain representations that are often incomplete due to occlusions and sensor limitations. Using Gaussian Processes (GP) and exteroceptive data as training input, we can provide a continuous and complete representation of terrain traversability, with uncertainty in the output estimates. In this paper, we propose a novel method that focuses on exploiting the explicit correlation in vehicle attitude and configuration during operation by learning a kernel function from vehicle experience to perform GP regression. We provide an extensive experimental validation of the proposed method on a planetary rover. We show significant improvement in the accuracy of our estimation compared with results obtained using standard kernels (Squared Exponential and Neural Network), and compared to traversability estimation made over terrain models built using state-of-the-art GP techniques.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Operating in vegetated environments is a major challenge for autonomous robots. Obstacle detection based only on geometric features causes the robot to consider foliage, for example, small grass tussocks that could be easily driven through, as obstacles. Classifying vegetation does not solve this problem since there might be an obstacle hidden behind the vegetation. In addition, dense vegetation typically needs to be considered as an obstacle. This paper addresses this problem by augmenting probabilistic traversability map constructed from laser data with ultra-wideband radar measurements. An adaptive detection threshold and a probabilistic sensor model are developed to convert the radar data to occupancy probabilities. The resulting map captures the fine resolution of the laser map but clears areas from the traversability map that are induced by obstacle-free foliage. Experimental results validate that this method is able to improve the accuracy of traversability maps in vegetated environments.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Motion planning for planetary rovers must consider control uncertainty in order to maintain the safety of the platform during navigation. Modelling such control uncertainty is difficult due to the complex interaction between the platform and its environment. In this paper, we propose a motion planning approach whereby the outcome of control actions is learned from experience and represented statistically using a Gaussian process regression model. This model is used to construct a control policy for navigation to a goal region in a terrain map built using an on-board RGB-D camera. The terrain includes flat ground, small rocks, and non-traversable rocks. We report the results of 200 simulated and 35 experimental trials that validate the approach and demonstrate the value of considering control uncertainty in maintaining platform safety.