977 resultados para Expert System Shell


Relevância:

30.00% 30.00%

Publicador:

Resumo:

Acidification of the World's oceans may directly impact reproduction, performance and shell formation of marine calcifying organisms. In addition, since shell production is costly and stress in general draws on an organism's energy budget, shell growth and stability of bivalves should indirectly be affected by environmental stress. The aim of this study was to investigate whether a combination of warming and acidification leads to increased physiological stress (lipofuscin accumulation and mortality) and affects the performance [shell growth, shell breaking force, condition index (Ci)] of young Mytilus edulis and Arctica islandica from the Baltic Sea. We cultured the bivalves in a fully-crossed 2-factorial experimental setup (seawater (sw) pCO2 levels "low", "medium" and "high" for both species, temperature levels 7.5, 10, 16, 20 and 25 °C for M. edulis and 7.5, 10 and 16 °C for A. islandica) for 13 weeks in summer. Mytilus edulis and A. islandica appeared to tolerate wide ranges of sw temperature and pCO2. Lipofuscin accumulation of M. edulis increased with temperature while the Ci decreased, but shell growth of the mussels only sharply decreased while its mortality increased between 20 and 25 °C. In A. islandica, lipofuscin accumulation increased with temperature, whereas the Ci, shell growth and shell breaking force decreased. The pCO2 treatment had only marginal effects on the measured parameters of both bivalve species. Shell growth of both bivalve species was not impaired by under-saturation of the sea water with respect to aragonite and calcite. Furthermore, independently of water temperatures shell breaking force of both species and shell growth of A. islandica remained unaffected by the applied elevated sw pCO2 for several months. Only at the highest temperature (25 °C), growth arrest of M. edulis was recorded at the high sw pCO2 treatment and the Ci of M. edulis was slightly higher at the medium sw pCO2 treatment than at the low and high sw pCO2 treatments. The only effect of elevated sw pCO2 on A. islandica was an increase in lipofuscin accumulation at the high sw pCO2 treatment compared to the medium sw pCO2 treatment. Our results show that, despite this robustness, growth of both M. edulis and A. islandica can be reduced if sw temperatures remain high for several weeks in summer. As large body size constitutes an escape from crab and sea star predation, this can make bivalves presumably more vulnerable to predation with possible negative consequences on population growth. In M. edulis, but not in A. islandica, this effect is amplified by elevated sw pCO2. We follow that combined effects of elevated sw pCO2 and ocean warming might cause shifts in future Western Baltic Sea community structures and ecosystem services; however, only if predators or other interacting species do not suffer as strong from these stressors.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Anthropogenic ocean acidification is likely to have negative effects on marine calcifying organisms, such as shelled pteropods, by promoting dissolution of aragonite shells. Study of shell dissolution requires an accurate and sensitive method for assessing shell damage. Shell dissolution was induced through incubations in CO2 enriched seawater for between 4 and 14 days. We describe a procedure that allows the level of dissolution to be assessed and classified into three main types: Type I with partial dissolution of the prismatic layer; Type II with exposure of underlying crossed-lamellar layer, and Type III, where crossed-lamellar layer shows signs of dissolution. Levels of dissolution showed a good correspondence to the incubation conditions, with the most severe damage found in specimens held for 14 d in undersaturated condition (Ohm ~ 0.8). This methodology enables the response of small pelagic calcifiers to acidified conditions to be detected at an early stage, thus making pteropods a valuable bioindicator of future ocean acidification.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

A total of 72 eggs from a group of 100 white laying hens housed in standard cages were analyzed. Thirty-six eggs were retired when the hens had 44 week of age and the other 36 eggs were retired eight weeks afterwards. Each group of 36 eggs was radomly divided in three groups of 12 eggs. First group was analyzed at once (storage system C); second one was kept during one week in the refrigerator (5ºC) (storage system R), and third group were kept also one week but on ambient temperature (25ºC) (storage system ET). The hen age, egg weight and storage system had not significant (P>0.05) effect on shell thickness. The specific gravity (SG) has a positive relation with shell quality. The egg class and storage system significantly (P<0,05) affected to SG, while no influence of bird age on this variable was observed. The yolk color increased with hen age but storage system had not effect on this variable. The increase of the hen age and the R and AT storage systems significantly (P<0.05) reduced albumen height (H) and the interaction hen age x storage system was significant (P<0.025) for this variable. The reduction of the H due to R and ET storage systems was higher in the eggs from hens with 52 weeks of age than in those from hens with 44 weeks of age. The Haugh units (HU) was significantly (P<0.05) affected by hen age, egg class and storage system. The hen age increase reduced HU and the R and ET eggs had lower HU than C eggs. It is concluded that the bird age and storage system with high temperatures reduced the egg quality.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

A total of 108 eggs from a group of 100 brown laying hens housed in standard cages were analyzed. Thirty-six eggs were retired when the hens had 30 week of age, other 36 eggs were retired when the hens had 35 week of age and the remaining 36 eggs were retired five weeks afterwards. Each group of 36 eggs was radomly divided in three groups of 12 eggs. First group was analyzed at once, second group one was kept during one week in the refrigerator (5°C) and third group was kept also one week but on ambient temperature (25°C). Shell color, shell thickness, specific gravity, albumen height and Haugh units wre obtained. The bird age had significant effect on shell color and shell thickness, but the storage system had not influence on such variables. The hen age had not effect on specific gravity, but the storage system affected to this variable. Hen age and storage system had significant influence (P<0.05) on albumen height and Haugh units, and the interaction age × storage system was significant for these variables. The specific gravity had positive relations with shell thickness, yolk color, albumen height and Haugh units. It is concluded that bird age and storage system under high temperatures reduced the egg quality.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Ciao is a public domain, next generation multi-paradigm programming environment with a unique set of features: Ciao offers a complete Prolog system, supporting ISO-Prolog, but its novel modular design allows both restricting and extending the language. As a result, it allows working with fully declarative subsets of Prolog and also to extend these subsets (or ISO-Prolog) both syntactically and semantically. Most importantly, these restrictions and extensions can be activated separately on each program module so that several extensions can coexist in the same application for different modules. Ciao also supports (through such extensions) programming with functions, higher-order (with predicate abstractions), constraints, and objects, as well as feature terms (records), persistence, several control rules (breadth-first search, iterative deepening, ...), concurrency (threads/engines), a good base for distributed execution (agents), and parallel execution. Libraries also support WWW programming, sockets, external interfaces (C, Java, TclTk, relational databases, etc.), etc. Ciao offers support for programming in the large with a robust module/object system, module-based separate/incremental compilation (automatically -no need for makefiles), an assertion language for declaring (optional) program properties (including types and modes, but also determinacy, non-failure, cost, etc.), automatic static inference and static/dynamic checking of such assertions, etc. Ciao also offers support for programming in the small producing small executables (including only those builtins used by the program) and support for writing scripts in Prolog. The Ciao programming environment includes a classical top-level and a rich emacs interface with an embeddable source-level debugger and a number of execution visualization tools. The Ciao compiler (which can be run outside the top level shell) generates several forms of architecture-independent and stand-alone executables, which run with speed, efficiency and executable size which are very competive with other commercial and academic Prolog/CLP systems. Library modules can be compiled into compact bytecode or C source files, and linked statically, dynamically, or autoloaded. The novel modular design of Ciao enables, in addition to modular program development, effective global program analysis and static debugging and optimization via source to source program transformation. These tasks are performed by the Ciao preprocessor ( ciaopp, distributed separately). The Ciao programming environment also includes lpdoc, an automatic documentation generator for LP/CLP programs. It processes Prolog files adorned with (Ciao) assertions and machine-readable comments and generates manuals in many formats including postscript, pdf, texinfo, info, HTML, man, etc. , as well as on-line help, ascii README files, entries for indices of manuals (info, WWW, ...), and maintains WWW distribution sites.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Salamanca is cataloged as one of the most polluted cities in Mexico. In order to observe the behavior and clarify the influence of wind parameters on the Sulphur Dioxide (SO2) concentrations a Self-Organizing Maps (SOM) Neural Network have been implemented at three monitoring locations for the period from January 1 to December 31, 2006. The maximum and minimum daily values of SO2 concentrations measured during the year of 2006 were correlated with the wind parameters of the same period. The main advantages of the SOM Neural Network is that it allows to integrate data from different sensors and provide readily interpretation results. Especially, it is powerful mapping and classification tool, which others information in an easier way and facilitates the task of establishing an order of priority between the distinguished groups of concentrations depending on their need for further research or remediation actions in subsequent management steps. For each monitoring location, SOM classifications were evaluated with respect to pollution levels established by Health Authorities. The classification system can help to establish a better air quality monitoring methodology that is essential for assessing the effectiveness of imposed pollution controls, strategies, and facilitate the pollutants reduction.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

There is clear evidence that investment in intelligent transportation system technologies brings major social and economic benefits. Technological advances in the area of automatic systems in particular are becoming vital for the reduction of road deaths. We here describe our approach to automation of one the riskiest autonomous manœuvres involving vehicles – overtaking. The approach is based on a stereo vision system responsible for detecting any preceding vehicle and triggering the autonomous overtaking manœuvre. To this end, a fuzzy-logic based controller was developed to emulate how humans overtake. Its input is information from the vision system and from a positioning-based system consisting of a differential global positioning system (DGPS) and an inertial measurement unit (IMU). Its output is the generation of action on the vehicle’s actuators, i.e., the steering wheel and throttle and brake pedals. The system has been incorporated into a commercial Citroën car and tested on the private driving circuit at the facilities of our research center, CAR, with different preceding vehicles – a motorbike, car, and truck – with encouraging results.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

ntelligent systems designed to reduce highway fatalities have been widely applied in the automotive sector in the last decade. Of all users of transport systems, pedestrians are the most vulnerable in crashes as they are unprotected. This paper deals with an autonomous intelligent emergency system designed to avoid collisions with pedestrians. The system consists of a fuzzy controller based on the time-to-collision estimate – obtained via a vision-based system – and the wheel-locking probability – obtained via the vehicle’s CAN bus – that generates a safe braking action. The system has been tested in a real car – a convertible Citroën C3 Pluriel – equipped with an automated electro-hydraulic braking system capable of working in parallel with the vehicle’s original braking circuit. The system is used as a last resort in the case that an unexpected pedestrian is in the lane and all the warnings have failed to produce a response from the driver.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

In this paper we propose a flexible Multi-Agent Architecture together with a methodology for indoor location which allows us to locate any mobile station (MS) such as a Laptop, Smartphone, Tablet or a robotic system in an indoor environment using wireless technology. Our technology is complementary to the GPS location finder as it allows us to locate a mobile system in a specific room on a specific floor using the Wi-Fi networks. The idea is that any MS will have an agent known at a Fuzzy Location Software Agent (FLSA) with a minimum capacity processing at its disposal which collects the power received at different Access Points distributed around the floor and establish its location on a plan of the floor of the building. In order to do so it will have to communicate with the Fuzzy Location Manager Software Agent (FLMSA). The FLMSAs are local agents that form part of the management infrastructure of the Wi-Fi network of the Organization. The FLMSA implements a location estimation methodology divided into three phases (measurement, calibration and estimation) for locating mobile stations (MS). Our solution is a fingerprint-based positioning system that overcomes the problem of the relative effect of doors and walls on signal strength and is independent of the network device manufacturer. In the measurement phase, our system collects received signal strength indicator (RSSI) measurements from multiple access points. In the calibration phase, our system uses these measurements in a normalization process to create a radio map, a database of RSS patterns. Unlike traditional radio map-based methods, our methodology normalizes RSS measurements collected at different locations on a floor. In the third phase, we use Fuzzy Controllers to locate an MS on the plan of the floor of a building. Experimental results demonstrate the accuracy of the proposed method. From these results it is clear that the system is highly likely to be able to locate an MS in a room or adjacent room.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This paper presents the development of the robotic multi-agent system SMART. In this system, the agent concept is applied to both hardware and software entities. Hardware agents are robots, with three and four legs, and an IP-camera that takes images of the scene where the cooperative task is carried out. Hardware agents strongly cooperate with software agents. These latter agents can be classified into image processing, communications, task management and decision making, planning and trajectory generation agents. To model, control and evaluate the performance of cooperative tasks among agents, a kind of PetriNet, called Work-Flow Petri Net, is used. Experimental results shows the good performance of the system.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Usually, vehicle applications require the use of artificial intelligent techniques to implement control methods, due to noise provided by sensors or the impossibility of full knowledge about dynamics of the vehicle (engine state, wheel pressure or occupiers weight). This work presents a method to on-line evolve a fuzzy controller for commanding vehicles? pedals at low speeds; in this scenario, the slightest alteration in the vehicle or road conditions can vary controller?s behavior in a non predictable way. The proposal adapts singletons positions in real time, and trapezoids used to codify the input variables are modified according with historical data. Experimentation in both simulated and real vehicles are provided to show how fast and precise the method is, even compared with a human driver or using different vehicles.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The dynamics of a gas-filled microbubble encapsulated by a viscoelastic fluid shell immersed in a Newtonian liquid and subject to an external pressure field is theoretically studied. The problem is formulated by considering a nonlinear Oldroyd type constitutive equation to model the rheological behavior of the fluid shell. Heat and mass transfer across the surface bubble have been neglected but radiation losses due to the compressibility of the surrounding liquid have been taken into account. Bubble collapse under sudden increase of the external pressure as well as nonlinear radial oscillations under ultrasound fields are investigated. The numerical results obtained show that the elasticity of the fluid coating intensifies oscillatory collapse and produces a strong increase of the amplitudes of radial oscillations which may become chaotic even for moderate driving pressure amplitudes. The role played by the elongational viscosity has also been analyzed and its influence on both, bubble collapse and radial oscillations, has been recognized. According to the theoretical predictions provided in the present work, a microbubble coated by a viscoelastic fluid shell is an oscillating system that, under acoustic driving, may experience volume oscillations of large amplitude, being, however, more stable than a free bubble. Thus, it could be expected that such a system may have a suitable behavior as an echogenic agent.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

To achieve sustainability in the area of transport we need to view the decision-making process as a whole and consider all the most important socio-economic and environmental aspects involved. Improvements in transport infrastructures have a positive impact on regional development and significant repercussions on the economy, as well as affecting a large number of ecological processes. This article presents a DSS to assess the territorial effects of new linear transport infrastructures based on the use of GIS. The TITIM ? Transport Infrastructure Territorial Impact Measurement ? GIS tool allows these effects to be calculated by evaluating the improvement in accessibility, loss of landscape connectivity, and the impact on other local territorial variables such as landscape quality, biodiversity and land-use quality. The TITIM GIS tool assesses these variables automatically, simply by entering the required inputs, and thus avoiding the manual reiteration and execution of these multiple processes. TITIM allows researchers to use their own GIS databases as inputs, in contrast with other tools that use official or predefined maps. The TITIM GIS-tool is tested by application to six HSR projects in the Spanish Strategic Transport and Infrastructure Plan 2005?2020 (PEIT). The tool creates all 65 possible combinations of these projects, which will be the real test scenarios. For each one, the tool calculates the accessibility improvement, the landscape connectivity loss, and the impact on the landscape, biodiversity and land-use quality. The results reveal which of the HSR projects causes the greatest benefit to the transport system, any potential synergies that exist, and help define a priority for implementing the infrastructures in the plan

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Background The aim of this study is to present face, content, and constructs validity of the endoscopic orthogonal video system (EndoViS) training system and determines its efficiency as a training and objective assessment tool of the surgeons’ psychomotor skills. Methods Thirty-five surgeons and medical students participated in this study: 11 medical students, 19 residents, and 5 experts. All participants performed four basic skill tasks using conventional laparoscopic instruments and EndoViS training system. Subsequently, participants filled out a questionnaire regarding the design, realism, overall functionality, and its capabilities to train hand–eye coordination and depth perception, rated on a 5-point Likert scale. Motion data of the instruments were obtained by means of two webcams built into a laparoscopic physical trainer. To identify the surgical instruments in the images, colored markers were placed in each instrument. Thirteen motion-related metrics were used to assess laparoscopic performance of the participants. Statistical analysis of performance was made between novice, intermediate, and expert groups. Internal consistency of all metrics was analyzed with Cronbach’s α test. Results Overall scores about features of the EndoViS system were positives. Participants agreed with the usefulness of tasks and the training capacities of EndoViS system (score >4). Results presented significant differences in the execution of three skill tasks performed by participants. Seven metrics showed construct validity for assessment of performance with high consistency levels. Conclusions EndoViS training system has been successfully validated. Results showed that EndoViS was able to differentiate between participants of varying laparoscopic experience. This simulator is a useful and effective tool to objectively assess laparoscopic psychomotor skills of the surgeons.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Nanomedicine is a new branch of medicine, based on the potentiality and intrinsic properties of nanomaterials. Indeed, the nanomaterials ( i.e. the materials with nano and under micron size) can be suitable to different applications in biomedicine. The nanostructures can be used by taking advantage of their properties (for example superparamagnetic nanoparticles) or functionalized to deliver the drug in a specific target, thanks the ability to cross biological barriers. The size and the shape of 1D-nanostructures (nanotubes and nanowires) have an important role on the cell fate: their morphology plays a key role on the interaction between nanostructure and the biological system. For this reason the 1D nanostructure are interesting for their ability to mime the biological system. An implantable material or device must therefore integrate with the surrounding extracellular matrix (ECM), a complex network of proteins with structural and signaling properties. Innovative techniques allow the generation of complex surface patterns that can resemble the structure of the ECM, such as 1D nanostructures. NWs based on cubic silicon carbide (3C-SiC), either bare (3C-SiC NWs) or surrounded by an amorphous shell (3C-SiC/SiO2 core/shell NWs), and silicon oxycarbide nanowires (SiOxCy NWs) can meet the chemical, mechanical and electrical requirements for tissue engineering and have a strong potential to pave the way for the development of a novel generation of implantable nano-devices. Silicon oxycarbide shows promising physical and chemical properties as elastic modulus, bending strength and hardness, chemical durability superior to conventional silicate glasses in aggressive environments and high temperature stability up to 1300 °C. Moreover, it can easily be engineered through functionalization and decoration with macro-molecules and nanoparticles. Silicon carbide has been extensively studied for applications in harsh conditions, as chemical environment, high electric field and high and low temperature, owing to its high hardness, high thermal conductivity, chemical inertness and high electron mobility. Also, its cubic polytype (3C) is highly biocompatible and hemocompatible, and some prototypes of biomedical applications and biomedical devices have been already realized starting from 3C-SiC thin films. Cubic SiC-based NWs can be used as a biomimetic biomaterial, providing a robust and novel biocompatible biological interface . We cultured in vitro A549 human lung adenocarcinoma epithelial cells and L929 murine fibroblast cells over core/shell SiC/SiO2, SiOxCy and bare 3C-SiC nanowire platforms, and analysed the cytotoxicity, by indirect and direct contact tests, the cell adhesion, and the cell proliferation. These studies showed that all the nanowires are biocompatible according to ISO 10993 standards. We evaluated the blood compatibility through the interaction of the nanowires with platelet rich plasma. The adhesion and activation of platelets on the nanowire bundles, assessed via SEM imaging and soluble P-selectin quantification, indicated that a higher platelet activation is induced by the core/shell structures compared to the bare ones. Further, platelet activation is higher with 3C-SiC/SiO2 NWs and SiOxCyNWs, which therefore appear suitable in view of possible tissue regeneration. On the contrary, bare 3C-SiC NWs show a lower platelet activation and are therefore promising in view of implantable bioelectronics devices, as cardiovascular implantable devices. The NWs properties are suitable to allow the design of a novel subretinal Micro Device (MD). This devices is based on Si NWs and PEDOT:PSS, though the well know principle of the hybrid ordered bulk heterojunction (OBHJ). The aim is to develop a device based on a well-established photovoltaic technology and to adapt this know-how to the prosthetic field. The hybrid OBHJ allows to form a radial p–n junction on a nanowire/organic structure. In addition, the nanowires increase the light absorption by means of light scattering effects: a nanowires based p-n junction increases the light absorption up to the 80%, as previously demonstrated, overcoming the Shockley-Queisser limit of 30 % of a bulk p-n junction. Another interesting employment of these NWs is to design of a SiC based epicardial-interacting patch based on teflon that include SiC nanowires. . Such contact patch can bridge the electric conduction across the cardiac infarct as nanowires can ‘sense’ the direction of the wavefront propagation on the survival cardiac tissue and transmit it to the downstream surivived regions without discontinuity. The SiC NWs are tested in terms of toxicology, biocompatibility and conductance among cardiomyocytes and myofibroblasts.