967 resultados para document circulation
Resumo:
Neodymium isotopic compositions (εNd) have been largely used for the last fifty years as a tracer of past ocean circulation, and more intensively during the last decade to investigate ocean circulation during the Cretaceous period. Despite a growing set of data, circulation patterns still remain unclear during this period. In particular, the identification of the deep-water masses and their spatial extension within the different oceanic basins are poorly constrained. In this study we present new deep-water εNd data inferred from the Nd isotope composition of fish remains and Fe-Mn oxyhydroxide coatings on foraminifera tests, along with new εNd data of residual (partly detrital) fraction recovered from DSDP sites 152 (Nicaraguan Rise), 258 (Naturaliste Plateau), 323 (Bellinghausen Abyssal Plain), and ODP sites 690 (Maud Rise) and 700 (East Georgia Basin, South Atlantic). The presence of abundant authigenic minerals in the sediments at sites 152 and 690 detected by XRD analyses may explain both middle rare earth element enrichments in the spectra of the residual fraction and the evolution of residual fraction εNd that mirror that of the bottom waters at the two sites. The results point towards a close correspondence between the bottom water εNd values of sites 258 and 700 from the late Turonian to the Santonian. Since the deep-water Nd isotope values at these two sites are also similar to those at other proto-Indian sites, we propose the existence of a common intermediate to deep-water water mass as early as the mid-Cretaceous. The water mass would have extended from the central part of the South Atlantic to the eastern part of proto-Indian ocean sites, beyond the Kerguelen Plateau. Furthermore, data from south and north of the Rio Grande Rise-Walvis Ridge complex (sites 700 and 530) are indistinguishable from the Turonian to Campanian, suggesting a common water mass since the Turonian at least. This view is supported by a reconstruction of the Rio Grande Rise-Walvis Ridge complex during the Turonian, highlighting the likely existence of a deep breach between the Rio Grande Rise and the proto-Walvis Ridge at that time. Thus deep-water circulation may have been possible between the different austral basins as early as the Turonian, despite the presence of potential oceanic barriers. Comparison of new seawater and residue εNd data on Nicaraguan Rise suggest a westward circulation of intermediate waters through the Caribbean Seaway during the Maastrichtian and Paleocene from the North Atlantic to the Pacific. This westward circulation reduced the Pacific water influence in the Atlantic, and was likely responsible for more uniform, less radiogenic εNd values in the North Atlantic after 80 Ma. Additionally, our data document an increasing trend observed in several oceanic basins during the Maastrichtian and the Paleocene, which is more pronounced in the North Pacific. Although the origin of this increase still remains unclear, it might be explained by an increase in the contribution of radiogenic material to upper ocean waters in the northern Pacific. By sinking to depth, these waters may have redistributed to some extent more radiogenic signatures to other ocean basins through deep-water exchanges.
Resumo:
We introduce K-tree in an information retrieval context. It is an efficient approximation of the k-means clustering algorithm. Unlike k-means it forms a hierarchy of clusters. It has been extended to address issues with sparse representations. We compare performance and quality to CLUTO using document collections. The K-tree has a low time complexity that is suitable for large document collections. This tree structure allows for efficient disk based implementations where space requirements exceed that of main memory.
Resumo:
Mock circulation loops are used to evaluate the performance of cardiac assist devices prior to animal and clinical testing. A compressible, translucent silicone ventricle chamber that mimics the exact size, shape and motion of a failing heart is desired to assist in flow visualization studies around inflow cannulae during VAD support. The aim of this study was therefore to design and construct a naturally shaped flexible left ventricle and evaluate its performance in a mock circulation loop. The ventricle shape was constructed by the use of CT images taken from a patient experiencing cardiomyopathic heart failure and used to create a 3D image and subsequent mould to produce a silicone ventricle. Different cardiac conditions were successfully simulated to validate the ventricle performance, including rest, left heart failure and VAD support.
Resumo:
This paper describes the approach taken to the XML Mining track at INEX 2008 by a group at the Queensland University of Technology. We introduce the K-tree clustering algorithm in an Information Retrieval context by adapting it for document clustering. Many large scale problems exist in document clustering. K-tree scales well with large inputs due to its low complexity. It offers promising results both in terms of efficiency and quality. Document classification was completed using Support Vector Machines.
Resumo:
Heart disease is attributed as the highest cause of death in the world. Although this could be alleviated by heart transplantation, there is a chronic shortage of donor hearts and so mechanical solutions are being considered. Currently, many Ventricular Assist Devices (VADs) are being developed worldwide in an effort to increase life expectancy and quality of life for end stage heart failure patients. Current pre-clinical testing methods for VADs involve laboratory testing using Mock Circulation Loops (MCLs), and in vivo testing in animal models. The research and development of highly accurate MCLs is vital to the continuous improvement of VAD performance. The first objective of this study was to develop and validate a mathematical model of a MCL. This model could then be used in the design and construction of a variable compliance chamber to improve the performance of an existing MCL as well as form the basis for a new miniaturised MCL. An extensive review of literature was carried out on MCLs and mathematical modelling of their function. A mathematical model of a MCL was then created in the MATLAB/SIMULINK environment. This model included variable features such as resistance, fluid inertia and volumes (resulting from the pipe lengths and diameters); compliance of Windkessel chambers, atria and ventricles; density of both fluid and compressed air applied to the system; gravitational effects on vertical columns of fluid; and accurately modelled actuators controlling the ventricle contraction. This model was then validated using the physical properties and pressure and flow traces produced from a previously developed MCL. A variable compliance chamber was designed to reproduce parameters determined by the mathematical model. The function of the variability was achieved by controlling the transmural pressure across a diaphragm to alter the compliance of the system. An initial prototype was tested in a previously developed MCL, and a variable level of arterial compliance was successfully produced; however, the complete range of compliance values required for accurate physiological representation was not able to be produced with this initial design. The mathematical model was then used to design a smaller physical mock circulation loop, with the tubing sizes adjusted to produce accurate pressure and flow traces whilst having an appropriate frequency response characteristic. The development of the mathematical model greatly assisted the general design of an in vitro cardiovascular device test rig, while the variable compliance chamber allowed simple and real-time manipulation of MCL compliance to allow accurate transition between a variety of physiological conditions. The newly developed MCL produced an accurate design of a mechanical representation of the human circulatory system for in vitro cardiovascular device testing and education purposes. The continued improvement of VAD test rigs is essential if VAD design is to improve, and hence improve quality of life and life expectancy for heart failure patients.
Resumo:
Digital collections are growing exponentially in size as the information age takes a firm grip on all aspects of society. As a result Information Retrieval (IR) has become an increasingly important area of research. It promises to provide new and more effective ways for users to find information relevant to their search intentions. Document clustering is one of the many tools in the IR toolbox and is far from being perfected. It groups documents that share common features. This grouping allows a user to quickly identify relevant information. If these groups are misleading then valuable information can accidentally be ignored. There- fore, the study and analysis of the quality of document clustering is important. With more and more digital information available, the performance of these algorithms is also of interest. An algorithm with a time complexity of O(n2) can quickly become impractical when clustering a corpus containing millions of documents. Therefore, the investigation of algorithms and data structures to perform clustering in an efficient manner is vital to its success as an IR tool. Document classification is another tool frequently used in the IR field. It predicts categories of new documents based on an existing database of (doc- ument, category) pairs. Support Vector Machines (SVM) have been found to be effective when classifying text documents. As the algorithms for classifica- tion are both efficient and of high quality, the largest gains can be made from improvements to representation. Document representations are vital for both clustering and classification. Representations exploit the content and structure of documents. Dimensionality reduction can improve the effectiveness of existing representations in terms of quality and run-time performance. Research into these areas is another way to improve the efficiency and quality of clustering and classification results. Evaluating document clustering is a difficult task. Intrinsic measures of quality such as distortion only indicate how well an algorithm minimised a sim- ilarity function in a particular vector space. Intrinsic comparisons are inherently limited by the given representation and are not comparable between different representations. Extrinsic measures of quality compare a clustering solution to a “ground truth” solution. This allows comparison between different approaches. As the “ground truth” is created by humans it can suffer from the fact that not every human interprets a topic in the same manner. Whether a document belongs to a particular topic or not can be subjective.