852 resultados para SYSTEM CHARACTERISTICS


Relevância:

30.00% 30.00%

Publicador:

Resumo:

The Southern Ischia canyon system has been investigated in detail through Multibeam bathymetry and Sparker seismic data and has been put in the geological framework of the deep sea depositional systems off the Campania region. The geological and geomorphological characteristics of the canyon system have been also compared with the characters of the Mediterranean submarine canyons and with the deep sea depositional systems of the Tyrrhenian sea. The Southern Ischia canyon system engraves a narrow continental shelf from Punta Imperatore to Punta San Pancrazio, being limited southwestwards from the relict volcanic edifice of the Ischia Bank. It consists of twenty-two drainage axes, whose planimetric trending has been reconstructed in a sketch morphological map realized through the geological interpretation of Multibeam bathymetry. While the eastern boundary of the canyon system is controlled by extensional tectonics, being limited by a NE-SW trending (anti-Apenninic) normal fault, its western boundary is controlled by volcanism, due to the growth of the Ischia volcanic bank. Submarine gravitational instabilities also acted in relationships to the canyon system, allowing for the individuation of large-scale creeping at the sea bottom and hummocky deposits already interpreted as debris avalanche deposits. Quaternary marine seismic sequences have been reconstructed through a densely spaced seismic grid recorded through a Sparker multitip seismic source, allowing for a detailed observation of steep erosional slopes occurring on the southern flank of the island and related deep sea depositional systems. Important implications of this study will regard the coastal monitoring and beach nourishment of the southern flank of the island, being involved by a strong erosion of marine and coastal systems.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Abstract-The immune system is a complex biological system with a highly distributed, adaptive and self-organising nature. This paper presents an artificial immune system (AIS) that exploits some of these characteristics and is applied to the task of film recommendation by collaborative filtering (CF). Natural evolution and in particular the immune system have not been designed for classical optimisation. However, for this problem, we are not interested in finding a single optimum. Rather we intend to identify a sub-set of good matches on which recommendations can be based. It is our hypothesis that an AIS built on two central aspects of the biological immune system will be an ideal candidate to achieve this: Antigen - antibody interaction for matching and antibody - antibody interaction for diversity. Computational results are presented in support of this conjecture and compared to those found by other CF techniques.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The immune system is a complex biological system with a highly distributed, adaptive and self-organising nature. This paper presents an Artificial Immune System (AIS) that exploits some of these characteristics and is applied to the task of film recommendation by Collaborative Filtering (CF). Natural evolution and in particular the immune system have not been designed for classical optimisation. However, for this problem, we are not interested in finding a single optimum. Rather we intend to identify a sub-set of good matches on which recommendations can be based. It is our hypothesis that an AIS built on two central aspects of the biological immune system will be an ideal candidate to achieve this: Antigen-antibody interaction for matching and idiotypic antibody-antibody interaction for diversity. Computational results are presented in support of this conjecture and compared to those found by other CF techniques.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This thesis aims to investigate vibrational characteristics of magnetic resonance elastography (MRE) of the brain. MRE is a promising, non-invasive methodology for the mapping of shear stiffness of the brain. A mechanical actuator shakes the brain and generates shear waves, which are then imaged with a special MRI sequence sensitive to sub-millimeter displacements. This research focuses on exploring the profile of vibrations utilized in brain elastography from the standpoint of ultimately investigating nonlinear behavior of the tissue. The first objective seeks to demonstrate the effects of encoding off-frequency vibrations using standard MRE methodologies. Vibrations of this nature can arise from nonlinearities in the system and contaminate the results of the measurement. The second objective is to probe nonlinearity in the dynamic brain system using MRE. A non-parametric decomposition technique, novel to the MRE field, is introduced and investigated.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Sound is potentially an effective way of analysing data and it is possible to simultaneously interpret layers of sounds and identify changes. Multiple attempts to use sound with scientific data have been made, with varying levels of success. On many occasions this was done without including the end user during the development. In this study a sonified model of the 8 planets of our solar system was built and tested using an end user approach. The sonification was created for the Esplora Planetarium, which is currently being constructed in Malta. The data requirements were gathered from a member of the planetarium staff, and 12 end users, as well as the planetarium representative tested the sonification. The results suggest that listeners were able to discern various planetary characteristics without requiring any additional information. Three out of eight sound design parameters did not represent characteristics successfully. These issues have been identified and further development will be conducted in order to improve the model.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Applications are subject of a continuous evolution process with a profound impact on their underlining data model, hence requiring frequent updates in the applications' class structure and database structure as well. This twofold problem, schema evolution and instance adaptation, usually known as database evolution, is addressed in this thesis. Additionally, we address concurrency and error recovery problems with a novel meta-model and its aspect-oriented implementation. Modern object-oriented databases provide features that help programmers deal with object persistence, as well as all related problems such as database evolution, concurrency and error handling. In most systems there are transparent mechanisms to address these problems, nonetheless the database evolution problem still requires some human intervention, which consumes much of programmers' and database administrators' work effort. Earlier research works have demonstrated that aspect-oriented programming (AOP) techniques enable the development of flexible and pluggable systems. In these earlier works, the schema evolution and the instance adaptation problems were addressed as database management concerns. However, none of this research was focused on orthogonal persistent systems. We argue that AOP techniques are well suited to address these problems in orthogonal persistent systems. Regarding the concurrency and error recovery, earlier research showed that only syntactic obliviousness between the base program and aspects is possible. Our meta-model and framework follow an aspect-oriented approach focused on the object-oriented orthogonal persistent context. The proposed meta-model is characterized by its simplicity in order to achieve efficient and transparent database evolution mechanisms. Our meta-model supports multiple versions of a class structure by applying a class versioning strategy. Thus, enabling bidirectional application compatibility among versions of each class structure. That is to say, the database structure can be updated because earlier applications continue to work, as well as later applications that have only known the updated class structure. The specific characteristics of orthogonal persistent systems, as well as a metadata enrichment strategy within the application's source code, complete the inception of the meta-model and have motivated our research work. To test the feasibility of the approach, a prototype was developed. Our prototype is a framework that mediates the interaction between applications and the database, providing them with orthogonal persistence mechanisms. These mechanisms are introduced into applications as an {\it aspect} in the aspect-oriented sense. Objects do not require the extension of any super class, the implementation of an interface nor contain a particular annotation. Parametric type classes are also correctly handled by our framework. However, classes that belong to the programming environment must not be handled as versionable due to restrictions imposed by the Java Virtual Machine. Regarding concurrency support, the framework provides the applications with a multithreaded environment which supports database transactions and error recovery. The framework keeps applications oblivious to the database evolution problem, as well as persistence. Programmers can update the applications' class structure because the framework will produce a new version for it at the database metadata layer. Using our XML based pointcut/advice constructs, the framework's instance adaptation mechanism is extended, hence keeping the framework also oblivious to this problem. The potential developing gains provided by the prototype were benchmarked. In our case study, the results confirm that mechanisms' transparency has positive repercussions on the programmer's productivity, simplifying the entire evolution process at application and database levels. The meta-model itself also was benchmarked in terms of complexity and agility. Compared with other meta-models, it requires less meta-object modifications in each schema evolution step. Other types of tests were carried out in order to validate prototype and meta-model robustness. In order to perform these tests, we used an OO7 small size database due to its data model complexity. Since the developed prototype offers some features that were not observed in other known systems, performance benchmarks were not possible. However, the developed benchmark is now available to perform future performance comparisons with equivalent systems. In order to test our approach in a real world scenario, we developed a proof-of-concept application. This application was developed without any persistence mechanisms. Using our framework and minor changes applied to the application's source code, we added these mechanisms. Furthermore, we tested the application in a schema evolution scenario. This real world experience using our framework showed that applications remains oblivious to persistence and database evolution. In this case study, our framework proved to be a useful tool for programmers and database administrators. Performance issues and the single Java Virtual Machine concurrent model are the major limitations found in the framework.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Human standing posture is inherently unstable. The postural control system (PCS), which maintains standing posture, is composed of the sensory, musculoskeletal, and central nervous systems. Together these systems integrate sensory afferents and generate appropriate motor efferents to adjust posture. The PCS maintains the body center of mass (COM) with respect to the base of support while constantly resisting destabilizing forces from internal and external perturbations. To assess the human PCS, postural sway during quiet standing or in response to external perturbation have frequently been examined descriptively. Minimal work has been done to understand and quantify the robustness of the PCS to perturbations. Further, there have been some previous attempts to assess the dynamical systems aspects of the PCS or time evolutionary properties of postural sway. However those techniques can only provide summary information about the PCS characteristics; they cannot provide specific information about or recreate the actual sway behavior. This dissertation consists of two parts: part I, the development of two novel methods to assess the human PCS and, part II, the application of these methods. In study 1, a systematic method for analyzing the human PCS during perturbed stance was developed. A mild impulsive perturbation that subjects can easily experience in their daily lives was used. A measure of robustness of the PCS, 1/MaxSens that was based on the inverse of the sensitivity of the system, was introduced. 1/MaxSens successfully quantified the reduced robustness to external perturbations due to age-related degradation of the PCS. In study 2, a stochastic model was used to better understand the human PCS in terms of dynamical systems aspect. This methodology also has the advantage over previous methods in that the sway behavior is captured in a model that can be used to recreate the random oscillatory properties of the PCS. The invariant density which describes the long-term stationary behavior of the center of pressure (COP) was computed from a Markov chain model that was applied to postural sway data during quiet stance. In order to validate the Invariant Density Analysis (IDA), we applied the technique to COP data from different age groups. We found that older adults swayed farther from the centroid and in more stochastic and random manner than young adults. In part II, the tools developed in part I were applied to both occupational and clinical situations. In study 3, 1/MaxSens and IDA were applied to a population of firefighters to investigate the effects of air bottle configuration (weight and size) and vision on the postural stability of firefighters. We found that both air bottle weight and loss of vision, but not size of air bottle, significantly decreased balance performance and increased fall risk. In study 4, IDA was applied to data collected on 444 community-dwelling elderly adults from the MOBILIZE Boston Study. Four out of five IDA parameters were able to successfully differentiate recurrent fallers from non-fallers, while only five out of 30 more common descriptive and stochastic COP measures could distinguish the two groups. Fall history and the IDA parameter of entropy were found to be significant risk factors for falls. This research proposed a new measure for the PCS robustness (1/MaxSens) and a new technique for quantifying the dynamical systems aspect of the PCS (IDA). These new PCS analysis techniques provide easy and effective ways to assess the PCS in occupational and clinical environments.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Approximately 1.6 per 1,000 newborns in the U.S. are born with hearing loss. Congenital hearing loss poses a risk to their speech, language, cognitive, and social-emotional development. Early detection and intervention can improve outcomes. Every state has an Early Hearing Detection and Intervention program (EHDI) to promote and track screening, audiological assessments and linkage to early intervention. However, a large percentage of children are “lost to system (LTS),” meaning that they did not receive recommended care or that it was not reported. This study used data from the 2009-2010 National Survey of Children with Special Health Care Needs and data from the 2011 EHDI Hearing Screening and Follow-Up Survey to examine how 1) family characteristics; 2) EHDI program effectiveness, as determined by LTS percentages; and 3) the family conditions of education and poverty are related to parental report of inadequate care. The sample comprised 684 children between the ages of 0 and 5 years with hearing loss. The results indicated that living in states with less effective EHDI programs was associated with an increased likelihood of not receiving early intervention services (EIS) and of reporting poor family-centered communication. Sibling classification was associated with both receipt of EIS and report of unmet need. Single mothers were less likely to report increased difficulties accessing care. Poor and less educated families, assessed separately, who lived in states with less effective EHDI programs, were more likely to report non-receipt of EIS and less likely to report unmet need as compared to similar families living in states with more effective programs. Poor families living in states with less effective programs were more likely to report less coordinated care than were poor families living in states with more effective programs. This study supports the conclusion that both family characteristics and the effectiveness of state programs affect quality of care outcomes. It appears that less effective state programs affect disadvantaged families’ service receipt report more than that of advantaged families. These findings are important because they may provide insights into the development of targeted efforts to improve the system of care for children with hearing loss.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The immune system is a complex biological system with a highly distributed, adaptive and self-organising nature. This paper presents an Artificial Immune System (AIS) that exploits some of these characteristics and is applied to the task of film recommendation by Collaborative Filtering (CF). Natural evolution and in particular the immune system have not been designed for classical optimisation. However, for this problem, we are not interested in finding a single optimum. Rather we intend to identify a sub-set of good matches on which recommendations can be based. It is our hypothesis that an AIS built on two central aspects of the biological immune system will be an ideal candidate to achieve this: Antigen-antibody interaction for matching and idiotypic antibody-antibody interaction for diversity. Computational results are presented in support of this conjecture and compared to those found by other CF techniques.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Abstract-The immune system is a complex biological system with a highly distributed, adaptive and self-organising nature. This paper presents an artificial immune system (AIS) that exploits some of these characteristics and is applied to the task of film recommendation by collaborative filtering (CF). Natural evolution and in particular the immune system have not been designed for classical optimisation. However, for this problem, we are not interested in finding a single optimum. Rather we intend to identify a sub-set of good matches on which recommendations can be based. It is our hypothesis that an AIS built on two central aspects of the biological immune system will be an ideal candidate to achieve this: Antigen - antibody interaction for matching and antibody - antibody interaction for diversity. Computational results are presented in support of this conjecture and compared to those found by other CF techniques.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The immune system is a complex biological system with a highly distributed, adaptive and self-organising nature. This paper presents an artificial immune system (AIS) that exploits some of these characteristics and is applied to the task of film recommendation by collaborative filtering (CF). Natural evolution and in particular the immune system have not been designed for classical optimisation. However, for this problem, we are not interested in finding a single optimum. Rather we intend to identify a sub-set of good matches on which recommendations can be based. It is our hypothesis that an AIS built on two central aspects of the biological immune system will be an ideal candidate to achieve this: Antigen - antibody interaction for matching and antibody - antibody interaction for diversity. Computational results are presented in support of this conjecture and compared to those found by other CF techniques. Notes: Uwe Aickelin, University of the West of England, Coldharbour Lane, Bristol, BS16 1QY, UK

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The immune system is a complex biological system with a highly distributed, adaptive and self-organising nature. This paper presents an Artificial Immune System (AIS) that exploits some of these characteristics and is applied to the task of film recommendation by Collaborative Filtering (CF). Natural evolution and in particular the immune system have not been designed for classical optimisation. However, for this problem, we are not interested in finding a single optimum. Rather we intend to identify a sub-set of good matches on which recommendations can be based. It is our hypothesis that an AIS built on two central aspects of the biological immune system will be an ideal candidate to achieve this: Antigen-antibody interaction for matching and idiotypic antibody-antibody interaction for diversity. Computational results are presented in support of this conjecture and compared to those found by other CF techniques.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Offshore structures with numerous applications in different environments throughout the world and used at different depths. Due to the expansion of marine industries, including offshore oil industry in Iran , particularly in the Persian Gulf region, in order to more accurately model these structures and to prevent incidents such as the Overturning of the platform serious damage to the South Pars Phase ١٣ was platforms, the use New Technic is essential technologies. One of the methods that are used in the construction of offshore wind turbines, using a pre-pile. In this method, a template is constructed with the dimensions specified in the workshop. After making templates using special vessels for placement in the desired location on the sea bed is carried, then the template is placed on the sea bed, Then, using a hammer for Pile Driving Operation Started Vibration hammer and fit the template of 3 or 4 piles of crushed within this template on the seabed . The next step piling, templates have been removed from the site And Jacket placed on piles. The system was installed on the deck on piles and Consequently Deck Load pile inserted on .It should be noted that the design of these types of platforms, base diameter of the pile diameter independent of the choice as one of the major advantages of this system is. This thesis examines a Template Fixed Platform in the oil Soroush Using the Pre-Piling and the Common Piling systems in the Persian Gulf were studied and the effect of different design compared to the Pre-Piling Platforms Persian Gulf were evaluated. The results suggest that Pre-Piling system compared with conventional systems piling in the Persian Gulf, as a more appropriate model structure and behavior Top Model economic efficiency is selected. It should be noted that all calculations and analyzes were performed using Software Abaqus.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Within the supply chain, the customer does not simply buy parts or services from suppliers, but also buys supplier capabilities, which results in quality products and services. Having a tool that handles the Inspection as well as the Nonconformance, Complaint, Corrective Action and Concession processes is key to successfully track the supplier performance. Taking as a case study a Supplier Quality Management (SQM) currently in operation in an Original Equipment Manufacturer (OEM) for automotive industry, this paper presents a platform to support a Supplier Quality Management System (SQMS), that fits the technical specification ISO/TS 16949 requirements. This prototype is composed by a web platform and a mobile App, having flexibility and mobility as key main characteristics.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Background Biofloc technology (BFT), a rearing method with little or no water exchange, is gaining popularity in aquaculture. In the water column, such systems develop conglomerates of microbes, algae and protozoa, together with detritus and dead organic particles. The intensive microbial community presents in these systems can be used as a pond water quality treatment system, and the microbial protein can serve as a feed additive. The current problem with BFT is the difficulty of controlling its bacterial community composition for both optimal water quality and optimal shrimp health. The main objective of the present study was to investigate microbial diversity of samples obtained from different culture environments (Biofloc technology and clear seawater) as well as from the intestines of shrimp reared in both environments through high-throughput sequencing technology. Results Analyses of the bacterial community identified in water from BFT and “clear seawater” (CW) systems (control) containing the shrimp Litopenaeus stylirostris revealed large differences in the frequency distribution of operational taxonomic units (OTUs). Four out of the five most dominant bacterial communities were different in both culture methods. Bacteria found in great abundance in BFT have two principal characteristics: the need for an organic substrate or nitrogen sources to grow and the capacity to attach to surfaces and co-aggregate. A correlation was found between bacteria groups and physicochemical and biological parameters measured in rearing tanks. Moreover, rearing-water bacterial communities influenced the microbiota of shrimp. Indeed, the biofloc environment modified the shrimp intestine microbiota, as the low level (27 %) of similarity between intestinal bacterial communities from the two treatments. Conclusion This study provides the first information describing the complex biofloc microbial community, which can help to understand the environment-microbiota-host relationship in this rearing system.