965 resultados para Query fever


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Color photograph of painting by Jack Kevorkian "Fever" (oil, between 1963 and 1966) Painting was stolen from Kevorkian's storage in Long Beach, CA in circa 1989.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Mode of access: Internet.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Mode of access: Internet.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Q fever is a common zoonosis worldwide. Awareness of the disease and newer diagnostic modalities have resulted in increasing recognition of unusual manifestations. We report 3 cases of Q fever osteomyelitis in children and review the literature on 11 other reported cases. The cases demonstrate that Coxiella burnetii can cause granulomatous osteomyelitis that presents without systemic symptoms and frequently results in a chronic, relapsing, multifocal clinical course. Optimal selection and duration of antimicrobial therapy and methods of monitoring therapy are currently uncertain.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Multiresolution Triangular Mesh (MTM) models are widely used to improve the performance of large terrain visualization by replacing the original model with a simplified one. MTM models, which consist of both original and simplified data, are commonly stored in spatial database systems due to their size. The relatively slow access speed of disks makes data retrieval the bottleneck of such terrain visualization systems. Existing spatial access methods proposed to address this problem rely on main-memory MTM models, which leads to significant overhead during query processing. In this paper, we approach the problem from a new perspective and propose a novel MTM called direct mesh that is designed specifically for secondary storage. It supports available indexing methods natively and requires no modification to MTM structure. Experiment results, which are based on two real-world data sets, show an average performance improvement of 5-10 times over the existing methods.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

In many advanced applications, data are described by multiple high-dimensional features. Moreover, different queries may weight these features differently; some may not even specify all the features. In this paper, we propose our solution to support efficient query processing in these applications. We devise a novel representation that compactly captures f features into two components: The first component is a 2D vector that reflects a distance range ( minimum and maximum values) of the f features with respect to a reference point ( the center of the space) in a metric space and the second component is a bit signature, with two bits per dimension, obtained by analyzing each feature's descending energy histogram. This representation enables two levels of filtering: The first component prunes away points that do not share similar distance ranges, while the bit signature filters away points based on the dimensions of the relevant features. Moreover, the representation facilitates the use of a single index structure to further speed up processing. We employ the classical B+-tree for this purpose. We also propose a KNN search algorithm that exploits the access orders of critical dimensions of highly selective features and partial distances to prune the search space more effectively. Our extensive experiments on both real-life and synthetic data sets show that the proposed solution offers significant performance advantages over sequential scan and retrieval methods using single and multiple VA-files.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This study investigated the comparative susceptibility of indigenous Moo Laat and improved Large White/Landrace pig breeds to infection with classical swine fever virus (CSFV) under controlled conditions in the Lao People's Democratic Republic (Lao PDR). The Moo Laat (ML) and Large White/Landrace crossbreed (LWC) pigs were inoculated with a standard challenge strain designated Lao/Kham225 (infectivity titre of 10(2.75) TCID50/ml). The results demonstrated that both the native breed and an improved pig breed are fully susceptible to CSFV infection and the mortality rate is high. LWC pigs demonstrated lower (or shorter) survival times (50% survival time: 11 days), earlier and higher pyrexia and earlier onset of viraemia compared to ML pigs (50% survival time: 18 days). In the context of village-based pig production, the longer time from infection to death in native ML pigs means that incubating or early sick pigs are likely to be sold once an outbreak of CSF is recognized in a village. This increased longevity probably contributes to the maintenance and spread of disease in a population where generally the contact rate is low.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A randomized double-blind Phase I Trial was conducted to evaluate safety, tolerability, and immunogenicity of a yellow fever (YF)-dengue 2 (DEN2) chimera (ChimeriVax™-DEN2) in comparison to that of YF vaccine (YF-VAX®). Forty-two healthy YF naïve adults randomly received a single dose of either ChimeriVax™-DEN2 (high dose, 5 log plaque forming units [PFU] or low dose, 3 log PFU) or YF-VAXâ by the subcutaneous route (SC). To determine the effect of YF pre-immunity on the ChimeriVaxTM-DEN2 vaccine, 14 subjects previously vaccinated against YF received a high dose of ChimeriVax™-DEN2 as an open-label vaccine. Most adverse events were similar to YF-VAX® and of mild to moderate intensity, with no serious side-effects. One hundred percent and 92.3% of YF naïve subjects inoculated with 5.0 and 3.0 log10 PFU of ChimeriVaxTM-DEN2, respectively, seroconverted to wt DEN2 (strain 16681); 92% of subjects inoculated with YF-VAX® seroconverted to YF 17D virus but none of YF naïve subjects inoculated with ChimeriVax-DEN2 seroconverted to YF 17D virus. Low seroconversion rates to heterologous DEN serotypes 1, 3, and 4 were observed in YF naïve subjects inoculated with either ChimeriVax™-DEN2 or YF-VAX®. In contrast, 100% of YF immune subjects inoculated with ChimeriVax™-DEN2 seroconverted to all 4 DEN serotypes. Surprisingly, levels of neutralizing antibodies to DEN 1, 2, and 3 viruses in YF immune subjects persisted after 1 year. These data demonstrated that 1) the safety and immunogenicity profile of the ChimeriVax™-DEN2 vaccine is consistent with that of YF-VAX®, and 2) pre-immunity to YF virus does not interfere with ChimeriVaxTM-DEN2 immunization, but induces a long lasting and cross neutralizing antibody response to all 4 DEN serotypes. The latter observation can have practical implications toward development of a dengue vaccine.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

A progressive spatial query retrieves spatial data based on previous queries (e.g., to fetch data in a more restricted area with higher resolution). A direct query, on the other side, is defined as an isolated window query. A multi-resolution spatial database system should support both progressive queries and traditional direct queries. It is conceptually challenging to support both types of query at the same time, as direct queries favour location-based data clustering, whereas progressive queries require fragmented data clustered by resolutions. Two new scaleless data structures are proposed in this paper. Experimental results using both synthetic and real world datasets demonstrate that the query processing time based on the new multiresolution approaches is comparable and often better than multi-representation data structures for both types of queries.