63 resultados para Accidental drowning


Relevância:

10.00% 10.00%

Publicador:

Resumo:

Objectives To investigate whether a sudden temperature change between neighboring days has significant impact on mortality. Methods A Poisson generalized linear regression model combined with a distributed lag non-linear models was used to estimate the association of temperature change between neighboring days with mortality in a subtropical Chinese city during 2008–2012. Temperature change was calculated as the current day’s temperature minus the previous day’s temperature. Results A significant effect of temperature change between neighboring days on mortality was observed. Temperature increase was significantly associated with elevated mortality from non-accidental and cardiovascular diseases, while temperature decrease had a protective effect on non-accidental mortality and cardiovascular mortality. Males and people aged 65 years or older appeared to be more vulnerable to the impact of temperature change. Conclusions Temperature increase between neighboring days has a significant adverse impact on mortality. Further health mitigation strategies as a response to climate change should take into account temperature variation between neighboring days.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Though increased particulate air pollution has been consistently associated with elevated mortality, evidence regarding whether diminished particulate air pollution would lead to mortality reduction is limited. Citywide air pollution mitigation program during the 2010 Asian Games in Guangzhou, China, provided such an opportunity. Daily mortality from non-accidental, cardiovascular and respiratory diseases was compared for 51 intervention days (November 1–December 21) in 2010 with the same calendar date of baseline years (2006–2009 and 2011). Relative risk (RR) and 95% confidence interval (95% CI) were estimated using a time series Poisson model, adjusting for day of week, public holidays, daily mean temperature and relative humidity. Daily PM10 (particle with aerodynamic diameter less than 10 μm) decreased from 88.64 μg/m3 during the baseline period to 80.61 μg/m3 during the Asian Games period. Other measured air pollutants and weather variables did not differ substantially. Daily mortality from non-accidental, cardiovascular and respiratory diseases decreased from 32, 11 and 6 during the baseline period to 25, 8 and 5 during the Games period, the corresponding RR for the Games period compared with the baseline period was 0.79 (95% CI: 0.73–0.86), 0.77 (95% CI: 0.66–0.89) and 0.68 (95% CI: 0.57–0.80), respectively. No significant decreases were observed in other months of 2010 in Guangzhou and intervention period in two control cities. This finding supports the efforts to reduce air pollution and improve public health through transportation restriction and industrial emission control.

Relevância:

10.00% 10.00%

Publicador:

Resumo:

Many software applications extend their functionality by dynamically loading libraries into their allocated address space. However, shared libraries are also often of unknown provenance and quality and may contain accidental bugs or, in some cases, deliberately malicious code. Most sandboxing techniques which address these issues require recompilation of the libraries using custom tool chains, require significant modifications to the libraries, do not retain the benefits of single address-space programming, do not completely isolate guest code, or incur substantial performance overheads. In this paper we present LibVM, a sandboxing architecture for isolating libraries within a host application without requiring any modifications to the shared libraries themselves, while still retaining the benefits of a single address space and also introducing a system call inter-positioning layer that allows complete arbitration over a shared library’s functionality. We show how to utilize contemporary hardware virtualization support towards this end with reasonable performance overheads and, in the absence of such hardware support, our model can also be implemented using a software-based mechanism. We ensure that our implementation conforms as closely as possible to existing shared library manipulation functions, minimizing the amount of effort needed to apply such isolation to existing programs. Our experimental results show that it is easy to gain immediate benefits in scenarios where the goal is to guard the host application against unintentional programming errors when using shared libraries, as well as in more complex scenarios, where a shared library is suspected of being actively hostile. In both cases, no changes are required to the shared libraries themselves.