Search results for: low phase noise
2137 Dynamic Web-Based 2D Medical Image Visualization and Processing Software
Authors: Abdelhalim. N. Mohammed, Mohammed. Y. Esmail
Abstract:
In the course of recent decades, medical imaging has been dominated by the use of costly film media for review and archival of medical investigation, however due to developments in networks technologies and common acceptance of a standard digital imaging and communication in medicine (DICOM) another approach in light of World Wide Web was produced. Web technologies successfully used in telemedicine applications, the combination of web technologies together with DICOM used to design a web-based and open source DICOM viewer. The Web server allowance to inquiry and recovery of images and the images viewed/manipulated inside a Web browser without need for any preinstalling software. The dynamic site page for medical images visualization and processing created by using JavaScript and HTML5 advancements. The XAMPP ‘apache server’ is used to create a local web server for testing and deployment of the dynamic site. The web-based viewer connected to multiples devices through local area network (LAN) to distribute the images inside healthcare facilities. The system offers a few focal points over ordinary picture archiving and communication systems (PACS): easy to introduce, maintain and independently platforms that allow images to display and manipulated efficiently, the system also user-friendly and easy to integrate with an existing system that have already been making use of web technologies. The wavelet-based image compression technique on which 2-D discrete wavelet transform used to decompose the image then wavelet coefficients are transmitted by entropy encoding after threshold to decrease transmission time, stockpiling cost and capacity. The performance of compression was estimated by using images quality metrics such as mean square error ‘MSE’, peak signal to noise ratio ‘PSNR’ and compression ratio ‘CR’ that achieved (83.86%) when ‘coif3’ wavelet filter is used.Keywords: DICOM, discrete wavelet transform, PACS, HIS, LAN
Procedia PDF Downloads 1602136 Urban Health and Strategic City Planning: A Case from Greece
Authors: Alexandra P. Alexandropoulou, Andreas Fousteris, Eleni Didaskalou, Dimitrios A. Georgakellos
Abstract:
As urbanization is becoming a major stress factor not only for the urban environment but also for the wellbeing of city dwellers, incorporating the issues of urban health in strategic city planning and policy-making has never been more relevant. The impact of urbanization can vary from low to severe and relates to all non-communicable diseases caused by the different functions of cities. Air pollution, noise pollution, water and soil pollution, availability of open green spaces, and urban heat island are the major factors that can compromise citizens' health. Urban health describes the effects of the social environment, the physical environment, and the availability and accessibility to health and social services. To assess the quality of urban wellbeing, all urban characteristics that might have an effect on citizens' health must be considered, evaluated, and introduced in integrated local planning. A series of indices and indicators can be used to better describe these effects and set the target values in policy making. Local strategic planning is one of the most valuable development tools a local city administration can possess; thus, it has become mandatory under Greek law for all municipalities. It involves a two-stage procedure; the first aims to collect, analyse and evaluate data on the current situation of the city (administrative data, population data, environmental data, social data, swot analysis), while the second aims to introduce a policy vision described and supported by distinct (nevertheless integrated) actions, plans and measures to be implemented with the aim of city development and citizen wellbeing. In this procedure, the element of health is often neglected or under-evaluated. A relative survey was conducted among all Greek local authorities in order to shed light on the current situation. Evidence shows that the rate of incorporation of health in strategic planning is lacking behind. The survey also highlights key hindrances and concerns raised by local officials and suggests a path for the way forward.Keywords: urban health, strategic planning, local authorities, integrated development
Procedia PDF Downloads 742135 Discovery of Exoplanets in Kepler Data Using a Graphics Processing Unit Fast Folding Method and a Deep Learning Model
Authors: Kevin Wang, Jian Ge, Yinan Zhao, Kevin Willis
Abstract:
Kepler has discovered over 4000 exoplanets and candidates. However, current transit planet detection techniques based on the wavelet analysis and the Box Least Squares (BLS) algorithm have limited sensitivity in detecting minor planets with a low signal-to-noise ratio (SNR) and long periods with only 3-4 repeated signals over the mission lifetime of 4 years. This paper presents a novel precise-period transit signal detection methodology based on a new Graphics Processing Unit (GPU) Fast Folding algorithm in conjunction with a Convolutional Neural Network (CNN) to detect low SNR and/or long-period transit planet signals. A comparison with BLS is conducted on both simulated light curves and real data, demonstrating that the new method has higher speed, sensitivity, and reliability. For instance, the new system can detect transits with SNR as low as three while the performance of BLS drops off quickly around SNR of 7. Meanwhile, the GPU Fast Folding method folds light curves 25 times faster than BLS, a significant gain that allows exoplanet detection to occur at unprecedented period precision. This new method has been tested with all known transit signals with 100% confirmation. In addition, this new method has been successfully applied to the Kepler of Interest (KOI) data and identified a few new Earth-sized Ultra-short period (USP) exoplanet candidates and habitable planet candidates. The results highlight the promise for GPU Fast Folding as a replacement to the traditional BLS algorithm for finding small and/or long-period habitable and Earth-sized planet candidates in-transit data taken with Kepler and other space transit missions such as TESS(Transiting Exoplanet Survey Satellite) and PLATO(PLAnetary Transits and Oscillations of stars).Keywords: algorithms, astronomy data analysis, deep learning, exoplanet detection methods, small planets, habitable planets, transit photometry
Procedia PDF Downloads 2252134 Mechanical and Chemical Properties of Zn-Ni-Al2O3 Nano Composite Coatings
Authors: Soroor Ghaziof, Wei Gao
Abstract:
Zn alloy and composite coatings are widely used in buildings and structures, automobile and fasteners industries to protect steel component from corrosion. In this paper, Zn-Ni-Al2O3 nano-composite coatings were electrodeposited on mild steel using a novel sol enhanced electroplating method. In this method, transparent Al2O3 sol was added into the acidic Zn-Ni bath to produced Zn-Ni-Al2O3 nano-composite coatings. The effect of alumina sol on the electrodeposition process, and coating properties was investigated using cyclic voltammetry, XRD, ESEM and Tafel test. Results from XRD tests showed that the structure of all coatings was single γ-Ni5Zn21 phase. Cyclic voltammetry results showed that the electrodeposition overpotential was lower in the presence of alumina sol in the bath, and caused the reduction potential of Zn-Ni to shift to more positive values. Zn-Ni-Al2O3 nano composite coatings produced more uniform and compact deposits, with fine grained microstructure when compared to Zn-Ni coatings. The corrosion resistance of Zn-Ni coatings was improved significantly by incorporation of alumina nano particles into the coatings.Keywords: Zn-Ni-Al2O3 composite coatings, steel, sol-enhanced electroplating, corrosion resistance
Procedia PDF Downloads 3932133 A Unique Multi-Class Support Vector Machine Algorithm Using MapReduce
Authors: Aditi Viswanathan, Shree Ranjani, Aruna Govada
Abstract:
With data sizes constantly expanding, and with classical machine learning algorithms that analyze such data requiring larger and larger amounts of computation time and storage space, the need to distribute computation and memory requirements among several computers has become apparent. Although substantial work has been done in developing distributed binary SVM algorithms and multi-class SVM algorithms individually, the field of multi-class distributed SVMs remains largely unexplored. This research seeks to develop an algorithm that implements the Support Vector Machine over a multi-class data set and is efficient in a distributed environment. For this, we recursively choose the best binary split of a set of classes using a greedy technique. Much like the divide and conquer approach. Our algorithm has shown better computation time during the testing phase than the traditional sequential SVM methods (One vs. One, One vs. Rest) and out-performs them as the size of the data set grows. This approach also classifies the data with higher accuracy than the traditional multi-class algorithms.Keywords: distributed algorithm, MapReduce, multi-class, support vector machine
Procedia PDF Downloads 4012132 Analyzing the Heat Transfer Mechanism in a Tube Bundle Air-PCM Heat Exchanger: An Empirical Study
Authors: Maria De Los Angeles Ortega, Denis Bruneau, Patrick Sebastian, Jean-Pierre Nadeau, Alain Sommier, Saed Raji
Abstract:
Phase change materials (PCM) present attractive features that made them a passive solution for thermal comfort assessment in buildings during summer time. They show a large storage capacity per volume unit in comparison with other structural materials like bricks or concrete. If their use is matched with the peak load periods, they can contribute to the reduction of the primary energy consumption related to cooling applications. Despite these promising characteristics, they present some drawbacks. Commercial PCMs, as paraffines, offer a low thermal conductivity affecting the overall performance of the system. In some cases, the material can be enhanced, adding other elements that improve the conductivity, but in general, a design of the unit that optimizes the thermal performance is sought. The material selection is the departing point during the designing stage, and it does not leave plenty of room for optimization. The PCM melting point depends highly on the atmospheric characteristics of the building location. The selection must relay within the maximum, and the minimum temperature reached during the day. The geometry of the PCM container and the geometrical distribution of these containers are designing parameters, as well. They significantly affect the heat transfer, and therefore its phenomena must be studied exhaustively. During its lifetime, an air-PCM unit in a building must cool down the place during daytime, while the melting of the PCM occurs. At night, the PCM must be regenerated to be ready for next uses. When the system is not in service, a minimal amount of thermal exchanges is desired. The aforementioned functions result in the presence of sensible and latent heat storage and release. Hence different types of mechanisms drive the heat transfer phenomena. An experimental test was designed to study the heat transfer phenomena occurring in a circular tube bundle air-PCM exchanger. An in-line arrangement was selected as the geometrical distribution of the containers. With the aim of visual identification, the containers material and a section of the test bench were transparent. Some instruments were placed on the bench for measuring temperature and velocity. The PCM properties were also available through differential scanning calorimeter (DSC) tests. An evolution of the temperature during both cycles, melting and solidification were obtained. The results showed some phenomena at a local level (tubes) and on an overall level (exchanger). Conduction and convection appeared as the main heat transfer mechanisms. From these results, two approaches to analyze the heat transfer were followed. The first approach described the phenomena in a single tube as a series of thermal resistances, where a pure conduction controlled heat transfer was assumed in the PCM. For the second approach, the temperature measurements were used to find some significant dimensionless numbers and parameters as Stefan, Fourier and Rayleigh numbers, and the melting fraction. These approaches allowed us to identify the heat transfer phenomena during both cycles. The presence of natural convection during melting might have been stated from the influence of the Rayleigh number on the correlations obtained.Keywords: phase change materials, air-PCM exchangers, convection, conduction
Procedia PDF Downloads 1782131 Diagnostic of Breakdown in High Voltage Bushing Power Transformer 500 kV Cirata Substation
Authors: Andika Bagaskara, Andhika Rizki Pratama, Lalu Arya Repatmaja, Septhian Ditaputra Raharja
Abstract:
The power transformer is one of the critical things in system transmission. Regular testing of the power transformer is very important to maintain the reliability of the power. One of the causes of the failure of the transformer is the breakdown of insulation caused by the presence of voids in the equipment that is electrified. As a result of the voids that occur in this power transformer equipment, it can cause partial discharge. Several methods were used to determine the occurrence of damage to the power transformer equipment, such as Sweep Frequency Response Analysis (SFRA) and Tan Delta. In Inter Bus Transformer (IBT) 500/150 kV Cirata Extra High Voltage (EHV) Substation, a breakdown occurred in the T-phase tertiary bushing. From the lessons learned in this case, a complete electrical test was carried out. From the results of the complete electrical test, there was a suspicion of deterioration in the post-breakdown SFRA results. After overhaul and inspection, traces of voids were found on the tertiary bushing, which indicated a breakdown in the tertiary bushing of the IBT 500/150kV Cirata Substation transformer.Keywords: void, bushing, SFRA, Tan Delta
Procedia PDF Downloads 1412130 Finite Element Modeling of Global Ti-6Al-4V Mechanical Behavior in Relationship with Microstructural Parameters
Authors: Fatna Benmessaoud, Mohammed Cheikh, Vencent Velay, Vanessa Vedal, Farhad Rezai-Aria, Christine Boher
Abstract:
The global mechanical behavior of materials is strongly linked to their microstructure, especially their crystallographic texture and their grains morphology. These material aspects determine the mechanical fields character (heterogeneous or homogeneous), thus, they give to the global behavior a degree of anisotropy according the initial microstructure. For these reasons, the prediction of global behavior of materials in relationship with the microstructure must be performed with a multi-scale approach. Therefore, multi-scale modeling in the context of crystal plasticity is widely used. In this present contribution, a phenomenological elasto-viscoplastic model developed in the crystal plasticity context and finite element method are used to investigate the effects of crystallographic texture and grains sizes on global behavior of a polycrystalline equiaxed Ti-6Al-4V alloy. The constitutive equations of this model are written on local scale for each slip system within each grain while the strain and stress mechanical fields are investigated at the global scale via finite element scale transition. The beta phase of Ti-6Al-4V alloy modeled is negligible; its percent is less than 10%. Three families of slip systems of alpha phase are considered: basal and prismatic families with a burgers vector and pyramidal family with aKeywords: microstructural parameters, multi-scale modeling, crystal plasticity, Ti-6Al-4V alloy
Procedia PDF Downloads 1262129 The Continuously Supported Infinity Rail Subjected to a Moving Complex Bogie System
Authors: Vladimir Stojanović, Marko D. Petković
Abstract:
The vibration of a complex bogie system that moves on along the high order shear deformable beam on a viscoelastic foundation is studied. The complex bogie system has been modeled by elastically connected rigid bars on an identical supports. Elastic coupling between bars is introduced to simulate rigidly or flexibly (transversal or/and rotational) connection. Identical supports are modeled as a system of attached spring and dashpot to the bar on one side and interact with the beam through the concentrated mass on the other side. It is assumed that the masses and the beam are always in contact. New analytically determined critical velocity of the system is presented. It is analyzed the case when the complex bogie system exceeds the minimum phase velocity of waves in the beam when the vibration of the system may become unstable. Effect of an elastic coupling between bars on the stability of the system has been analyzed. The instability regions are found for the complex bogie system by applying the principle of the argument and D-decomposition method.Keywords: Reddy-Bickford beam, D-decomposition method, principle of argument, critical velocity
Procedia PDF Downloads 3062128 Snake Locomotion: From Sinusoidal Curves and Periodic Spiral Formations to the Design of a Polymorphic Surface
Authors: Ennios Eros Giogos, Nefeli Katsarou, Giota Mantziorou, Elena Panou, Nikolaos Kourniatis, Socratis Giannoudis
Abstract:
In the context of the postgraduate course Productive Design, Department of Interior Architecture of the University of West Attica in Athens, under the guidance of Professors Nikolaos Koyrniatis and Socratis Giannoudis, kinetic mechanisms with parametric models were examined for their further application in the design of objects. In the first phase, the students studied a motion mechanism that they chose from daily experience and then analyzed its geometric structure in relation to the geometric transformations that exist. In the second phase, the students tried to design it through a parametric model in Grasshopper3d for Rhino algorithmic processor and plan the design of its application in an everyday object. For the project presented, our team began by studying the movement of living beings, specifically the snake. By studying the snake and the role that the environment has in its movement, four basic typologies were recognized: serpentine, concertina, sidewinding and rectilinear locomotion, as well as its ability to perform spiral formations. Most typologies are characterized by ripples, a series of sinusoidal curves. For the application of the snake movement in a polymorphic space divider, the use of a coil-type joint was studied. In the Grasshopper program, the simulation of the desired motion for the polymorphic surface was tested by applying a coil on a sinusoidal curve and a spiral curve. It was important throughout the process that the points corresponding to the nodes of the real object remain constant in number, as well as the distances between them and the elasticity of the construction had to be achieved through a modular movement of the coil and not some elastic element (material) at the nodes. Using mesh (repeating coil), the whole construction is transformed into a supporting body and combines functionality with aesthetics. The set of elements functions as a vertical spatial network, where each element participates in its coherence and stability. Depending on the positions of the elements in terms of the level of support, different perspectives are created in terms of the visual perception of the adjacent space. For the implementation of the model on the scale (1:3), (0.50m.x2.00m.), the load-bearing structure that was studied has aluminum rods for the basic pillars Φ6mm and Φ 2.50 mm, for the secondary columns. Filling elements and nodes are of similar material and were made of MDF surfaces. During the design process, four trapezoidal patterns were picketed, which function as filling elements, while in order to support their assembly, a different engraving facet was done. The nodes have holes that can be pierced by the rods, while their connection point with the patterns has a half-carved recess. The patterns have a corresponding recess. The nodes are of two different types depending on the column that passes through them. The patterns and knots were designed to be cut and engraved using a Laser Cutter and attached to the knots using glue. The parameters participate in the design as mechanisms that generate complex forms and structures through the repetition of constantly changing versions of the parts that compose the object.Keywords: polymorphic, locomotion, sinusoidal curves, parametric
Procedia PDF Downloads 1052127 Estimation of the Temperatures in an Asynchronous Machine Using Extended Kalman Filter
Authors: Yi Huang, Clemens Guehmann
Abstract:
In order to monitor the thermal behavior of an asynchronous machine with squirrel cage rotor, a 9th-order extended Kalman filter (EKF) algorithm is implemented to estimate the temperatures of the stator windings, the rotor cage and the stator core. The state-space equations of EKF are established based on the electrical, mechanical and the simplified thermal models of an asynchronous machine. The asynchronous machine with simplified thermal model in Dymola is compiled as DymolaBlock, a physical model in MATLAB/Simulink. The coolant air temperature, three-phase voltages and currents are exported from the physical model and are processed by EKF estimator as inputs. Compared to the temperatures exported from the physical model of the machine, three parts of temperatures can be estimated quite accurately by the EKF estimator. The online EKF estimator is independent from the machine control algorithm and can work under any speed and load condition if the stator current is nonzero current system.Keywords: asynchronous machine, extended Kalman filter, resistance, simulation, temperature estimation, thermal model
Procedia PDF Downloads 2852126 Oil Reservoir Asphalting Precipitation Estimating during CO2 Injection
Authors: I. Alhajri, G. Zahedi, R. Alazmi, A. Akbari
Abstract:
In this paper, an Artificial Neural Network (ANN) was developed to predict Asphaltene Precipitation (AP) during the injection of carbon dioxide into crude oil reservoirs. In this study, the experimental data from six different oil fields were collected. Seventy percent of the data was used to develop the ANN model, and different ANN architectures were examined. A network with the Trainlm training algorithm was found to be the best network to estimate the AP. To check the validity of the proposed model, the model was used to predict the AP for the thirty percent of the data that was unevaluated. The Mean Square Error (MSE) of the prediction was 0.0018, which confirms the excellent prediction capability of the proposed model. In the second part of this study, the ANN model predictions were compared with modified Hirschberg model predictions. The ANN was found to provide more accurate estimates compared to the modified Hirschberg model. Finally, the proposed model was employed to examine the effect of different operating parameters during gas injection on the AP. It was found that the AP is mostly sensitive to the reservoir temperature. Furthermore, the carbon dioxide concentration in liquid phase increases the AP.Keywords: artificial neural network, asphaltene, CO2 injection, Hirschberg model, oil reservoirs
Procedia PDF Downloads 3652125 The Effect of the Deposition Parameters on the Microstructural and Optical Properties of Mn-Doped GeTe Chalcogenide Materials
Authors: Adam Abdalla Elbashir Adam, Xiaomin Cheng, Xiang Shui Miao
Abstract:
In this work, the effect of the magnetron sputtering system parameters on the optical properties of the Mn doped GeTe were investigated. The optical properties of the Ge1-xMnxTe thin films with different thicknesses are determined by analyzing the transmittance and reflectance data. The energy band gaps of the amorphous Mn-doped GeTe thin films with different thicknesses were calculated. The obtained results demonstrated that the energy band gap values of the amorphous films are quite different and they are dependent on the films thicknesses. The extinction coefficients of amorphous Mn-doped GeTe thin films as function of wavelength for different thicknesses were measured. The results showed that the extinction coefficients of all films are varying inversely with their optical transmission. Moreover, the results emphasis that, not only the microstructure, electrical and magnetic properties of Mn doped GeTe thin films vary with the films thicknesses but also the optical properties differ with the film thickness.Keywords: phase change magnetic materials, transmittance, absorbance, extinction coefficients
Procedia PDF Downloads 4042124 Neural Network Based Approach of Software Maintenance Prediction for Laboratory Information System
Authors: Vuk M. Popovic, Dunja D. Popovic
Abstract:
Software maintenance phase is started once a software project has been developed and delivered. After that, any modification to it corresponds to maintenance. Software maintenance involves modifications to keep a software project usable in a changed or a changing environment, to correct discovered faults, and modifications, and to improve performance or maintainability. Software maintenance and management of software maintenance are recognized as two most important and most expensive processes in a life of a software product. This research is basing the prediction of maintenance, on risks and time evaluation, and using them as data sets for working with neural networks. The aim of this paper is to provide support to project maintenance managers. They will be able to pass the issues planned for the next software-service-patch to the experts, for risk and working time evaluation, and afterward to put all data to neural networks in order to get software maintenance prediction. This process will lead to the more accurate prediction of the working hours needed for the software-service-patch, which will eventually lead to better planning of budget for the software maintenance projects.Keywords: laboratory information system, maintenance engineering, neural networks, software maintenance, software maintenance costs
Procedia PDF Downloads 3582123 Mesoporous Carbon Ceramic SiO2/C Prepared by Sol-Gel Method and Modified with Cobalt Phthalocyanine and Used as an Electrochemical Sensor for Nitrite
Authors: Abdur Rahim, Lauro Tatsuo Kubota, Yoshitaka Gushikem
Abstract:
Carbon ceramic mesoporous SiO2/50wt%C (SBET= 170 m2g-1), where C is graphite, was prepared by the sol gel method. Scanning electron microscopy images and the respective element mapping showed that, within the magnification used, no phase segregation was detectable. It presented the electric conductivities of 0.49 S cm-1. This material was used to support cobalt phthalocyanine, prepared in situ, to assure a homogeneous dispersion of the electro active complex in the pores of the matrix. The surface density of cobalt phthalocyanine, on the matrix surfaces was 0.015 mol cm-2. Pressed disk, made with SiO2/50wt%C/CoPc, was used to fabricate an electrode and tested as sensors for nitrite determination by electro chemical technique. A linear response range between 0.039 and 0.42 mmol l−1,and correlation coefficient r=0.9996 was obtained. The electrode was chemically very stable and presented very high sensitivity for this analyte, with a limit of detection, LOD = 1.087 x 10-6 mol L-1.Keywords: SiO2/C/CoPc, sol-gel method, electrochemical sensor, nitrite oxidation, carbon ceramic material, cobalt phthalocyanine
Procedia PDF Downloads 3172122 Analysis of Soft and Hard X-Ray Intensities Using Different Shapes of Anodes in a 4kJ Mather Type Plasma Focus Facility
Authors: Mahsa Mahtab, Morteza Habibi
Abstract:
The effect of different anode tip geometries on the intensity of soft and hard x-ray emitted from a 4 kJ plasma focus device is investigated. For this purpose, 5 different anode tips are used. The shapes of the uppermost region of these anodes have been cylindrical-flat, cylindrical-hollow, spherical-convex, cone-flat and cone-hollow. Analyzed data have shown that cone-flat, spherical-convex and cone-hollow anodes significantly increase X-ray intensity respectively in comparison with cylindrical-flat anode; while the cylindrical-hollow tip decreases. Anode radius reduction at its end in conic or spherical anodes enhance SXR by increasing plasma density through collecting a greater mass of gas and more gradual transition phase to form a more stable dense plasma pinch. Also, HXR is enhanced by increasing the energy of electrons colliding with the anode surface through raise of induced electrical field. Finally, the cone-flat anode is introduced to use in cases in which the plasma focus device is used as an X-ray source due to its highest yield of X-ray emissions.Keywords: plasma focus, anode tip, HXR, SXR, pinched plasma
Procedia PDF Downloads 4002121 Numerical Study on the Urea Melting and Induced Natural Convection in a Urea Sender Module
Authors: Doo Ki Lee, Man Young Kim
Abstract:
The Urea-Selective Catalytic Reduction (SCR) system is considered to be the most promising technology to fulfill the stringent emission regulation. In the Urea-SCR system, the urea solutions are used as the reducing agent, which is a eutectic composition (32.5wt% of urea). The advantage of this eutectic compositions is that it has a low freezing point approximately at -11 ℃, however, the problem of freezing occurs at low-temperature levels below that freezing point. To prevent freezing of urea solutions, we need heating systems that can melt by heating the frozen urea solutions in urea storage tank at low-temperature environment. In this study, therefore, a numerical investigation of three-dimensional unsteady heating problems analyzed to find the melting characteristics of the urea solutions on melting process. In this work, it can be found that the urea melting initiated by heat conduction from the heater is enhanced by the natural convection inside the melted liquid urea solutions due to the temperature difference. Also, liquid urea solutions are initially concentrated on the upper parts of the urea sender module.Keywords: urea solution, melting, heat conduction, natural convection, liquid fraction, phase change
Procedia PDF Downloads 2702120 Chaotic Semiflows with General Acting Topological Monoids
Authors: Alica Miller
Abstract:
A semiflow is a triple consisting of a Hausdorff topological space $X$, a commutative topological monoid $T$ and a continuous monoid action of $T$ on $X$. The acting monoid $T$ is usually either the discrete monoid $\N_0$ of nonnegative integers (in which case the semiflow can be defined as a pair $(X,f)$ consisting of a phase space $X$ and a continuous function $f:X\to X$), or the monoid $\R_+$ of nonnegative real numbers (the so-called one-parameter monoid). However, it turns out that there are real-life situations where it is useful to consider the acting monoids that are a combination of discrete and continuous monoids. That, for example, happens, when we are observing certain dynamical system at discrete moments, but after some time realize that it would be beneficial to continue our observations in real time. The acting monoid in that case would be $T=\{0, t_0, 2t_0, \dots, (n-1)t_0\} \cup [nt_0,\infty)$ with the operation and topology induced from real numbers. This partly explains the motivation for the level of generality which is pursued in our research. We introduce the PSP monoids, which include all but ``pathological'' monoids, and most of our statements hold for them. The topic of our presentation are some recent results about chaos-related properties in semiflows, indecomposability and sensitivity of semiflows in the described general context.Keywords: chaos, indecomposability, PSP monoids, semiflow, sensitivity
Procedia PDF Downloads 2852119 Collision Induced Dissociation of Transition Metal Fluoride Complexes and the Multiply Charged Anions
Authors: Ruqia Nazir, Robin Perutz
Abstract:
Collision-induced dissociation (CID) can be used to study the intrinsic properties of ions in the gas phase.1 Decay pathways of transition metal difluoride complexes of titanium, zirconium, hafnium, and ruthenium were studied by CID in an ESI-Ion trap mass spectrometer. Furthermore, the decay pathways of multiply charged anions (MCAs) of titanium and zirconium were also studied. The CID results are illustrated by the behaviour of (Cp*)₂TiF₂, which initially forms the ions [M-F-]⁺, [M+Na]⁺, and [M+K]⁺. The [(Cp*₂)TiF⁺ ion decays on resonant excitation to lose HF forming [Cp*(C₅Me₄CH₂)Ti]⁺ (Figure). The other major ion, [(Cp*)₂TiF₂+Na]⁺, decays on resonant excitation with production of [(Cp*)₂TiF₂]⁺ and [C₅Me₄CH₂]⁺. We also report the behaviour of Cp₂MF₂ (M = Zr, Hf) and Ru(PMe₃)₄F₂. The decay pathway of the multiply charged anions (MCAs), notably TiF₆²⁻ and ZrF₆²⁻ was concluded to be ionic fragmentation with loss of F⁻ rather than electron detachment.Keywords: collision induced dissociation, transition metal difluoride comolexes, multiply charged anions, mass spectrometry
Procedia PDF Downloads 1072118 Building Information Modelling: A Review to Indian Scenario
Authors: P. Agnivesh, P. V. Ponambala Moorthi
Abstract:
Evolution of information modelling leads to the visualisation of well-organized built environment. Building Information Modelling (BIM) is considered as evolution in the off-site construction which essentially enhances and controls the present scenario of on-site construction paradigms. Promptness, sustainability and security are considered as the important characteristics of the building information modelling. Projects that uses BIM are tied firmly by technology but distributed organizationally. This allows different team members in the project to associate and integrate the works and work flows. This will in turn improve the efficiency of work breakdown structure. Internationally BIM had been accepted as modern computer aided way of information sharing by construction industry for efficient way of manipulation in order to avoid the on-site misperceptions. Even though, in developing countries like India BIM is in the phase of start and requires lot of mandates and policies to be brought about by the government for its widespread implementations. This paper reviews the current scenario of BIM worldwide and in India and suggests for the improved implementation of building modelling for Indian policy condition.Keywords: building information modelling, Indian polity, information modelling, information sharing, mandates and policies, sustainability.
Procedia PDF Downloads 3752117 Value Engineering and Its Impact on Drainage Design Optimization for Penang International Airport Expansion
Authors: R.M. Asyraf, A. Norazah, S.M. Khairuddin, B. Noraziah
Abstract:
Designing a system at present requires a vital, challenging task; to ensure the design philosophy is maintained in economical ways. This paper perceived the value engineering (VE) approach applied in infrastructure works, namely stormwater drainage. This method is adopted in line as consultants have completed the detailed design. Function Analysis System Technique (FAST) diagram and VE job plan, information, function analysis, creative judgement, development, and recommendation phase are used to scrutinize the initial design of stormwater drainage. An estimated cost reduction using the VE approach of 2% over the initial proposal was obtained. This cost reduction is obtained from the design optimization of the drainage foundation and structural system, where the pile design and drainage base structure are optimized. Likewise, the design of the on-site detention tank (OSD) pump was revised and contribute to the cost reduction obtained. This case study shows that the VE approach can be an important tool in optimizing the design to reduce costs.Keywords: value engineering, function analysis system technique, stormwater drainage, cost reduction
Procedia PDF Downloads 1452116 Modification of Hyrax Expansion Screw to Be Used as an Intro-Oral Distractor for Anterior Maxillary Distraction in a Patient with Cleft Lip and Palate: A Case Report
Authors: Ananya Hazare, Ranjit Kamble
Abstract:
Introduction: Patients with Cleft lip and palate (CL/P) can present with a maxillary retrution after cleft repair. Anterior Maxillary distraction osteogenesis (AMD) is a technique that provides simultaneous skeletal advancement and expansion of the soft tissues related to an anterior segment of the maxilla. This case presented is a case of AMD. The advantage of this technique is that the occlusion in the posterior segment can be maintained, and only the segment in cross bite is advanced for correction of the midfacial deficiency. The other alternative treatment is anterior movement by a Lefort 1 osteotomy. When a Lefort 1 osteotomy is compared with the Distraction osteogenesis or AMD, the disadvantages of the Le Fort 1 include a higher risk of morbidity, requirement of fixation, relapse tendency and unexpected changes in the nasal form. These complications were eliminated by AMD technique. This was followed by placement of the implant in the bone formed after AMD. Hence complete surgical, orthodontic and prosthodontics rehabilitation of the patient was done by an interdisciplinary approach. Methods: Patient presented with repaired UCL/P of the right side with midfacial retrusion. Intro-oral examination revealed a good occlusion in the posterior arch and anterior Crossbite from canine to canine. Patient's both maxillary lateral incisors were missing. The lower arch was well aligned with all teeth present. The study models when scored according to GOSLON yardstick received a score of 4. After pre-surgical orthodontic phase was completed an intraoral distractor was fabricated by modification of HYRAX expansion screw. After surgery, low subapical osteotomy cuts were placed and the distractor was fixed. The latency period of 5 days was observed after which the distraction was started. Distraction was done at a rate of 1 mm/day with a rhythm of 0.5mm in morning and 0.5mm in the evening. The total distraction of 12 mm was done. After a consolidation period, the distractor was removed, and retention by a removable partial denture was given. Radiographic examination confirmed mature bone formation in the distracted segment. Implants were placed and allowed to osseointegrate for approximately 4 months and were then loaded with abutments. Results: Total distraction done was 12mm and after relapse it was 8mm. After consolidation phase the radiographic examination revealed a B2 quality of bone according to the Misch's classification and sufficient height from the maxillary sinus. These findings were indicative for placement of implants in the distracted bone formed in premolar region. Implants were placed and after radiographic evidence of osseointegration was seen they were loaded with abutments. Thus resulting in a complete rehabilitation of a cleft patient by an interdisciplinary approach. Conclusion: Anterior maxillary distraction can be used as an alternative method instead of complete distraction osteogenesis or Lefort 1 advancement of maxilla in cases where the advancement needed is minimum. Use of HYRAX expansion screw modified as intra-oral distractor can be used in such cases, which significantly reduces the cost of treatment, as expensive distractors are not used. This technique is very useful and efficient in countries like India where the patient cannot afford expensive treatment options.Keywords: cleft lip and palate, distraction osteogenesis, anterior maxillary distraction, orthodontics and dentofacial orthopaedics, hyrax expansion screw modification
Procedia PDF Downloads 2572115 Laser-Ultrasonic Method for Measuring the Local Elastic Moduli of Porosity Isotropic Composite Materials
Authors: Alexander A. Karabutov, Natalia B. Podymova, Elena B. Cherepetskaya, Vladimir A. Makarov, Yulia G. Sokolovskaya
Abstract:
The laser-ultrasonic method is realized for quantifying the influence of porosity on the local Young’s modulus of isotropic composite materials. The method is based on a laser generation of ultrasound pulses combined with measurement of the phase velocity of longitudinal and shear acoustic waves in samples. The main advantage of this method compared with traditional ultrasonic research methods is the efficient generation of short and powerful probing acoustic pulses required for reliable testing of ultrasound absorbing and scattering heterogeneous materials. Using as an example samples of a metal matrix composite with reinforcing microparticles of silicon carbide in various concentrations, it is shown that to provide an effective increase in Young’s modulus with increasing concentration of microparticles, the porosity of the final sample should not exceed 2%.Keywords: laser ultrasonic, longitudinal and shear ultrasonic waves, porosity, composite, local elastic moduli
Procedia PDF Downloads 3472114 Synthesis and Characterization of Ferromagnetic Ni-Cu Alloys for Thermal Rectification Applications
Authors: Josue Javier Martinez Flores, Jaime Alvarez Quintana
Abstract:
A thermal rectifier consists of a device which can load a different heat flow which depends on the direction of that flow. That device is a thermal diode. It is well known that heat transfer in solids basically depends on the electrical, magnetic and crystalline nature of materials via electrons, magnons and phonons as thermal energy carriers respectively. In the present research, we have synthesized polycrystalline Ni-Cu alloys and identified the Curie temperatures; and we have observed that by way of secondary phase transitions, it is possible manipulate the heat conduction in solid state thermal diodes via transition temperature. In this sense, we have succeeded in developing solid state thermal diodes with a control gate through the Curie temperature via the activation and deactivation of magnons in Ni-Cu ferromagnetic alloys at room temperature. Results show thermal diodes with thermal rectification factors up to 1.5. Besides, the performance of the electrical rectifiers can be controlled by way of alloy Cu content; hence, lower Cu content alloys present enhanced thermal rectifications factors than higher ones.Keywords: thermal rectification, Curie temperature, ferromagnetic alloys, magnons
Procedia PDF Downloads 2472113 Hybrid Conductive Polymer Composites: Effect of Mixed Fillers and Polymer Blends on Pyroresistive Properties
Authors: Eric Asare, Jamie Evans, Mark Newton, Emiliano Bilotti
Abstract:
High-density polyethylene (HDPE) filled with silver coated glass flakes (5µm) was investigated and the effect on PTC by addition of a second filler (100µm silver coated glass flake) or matrix (polypropylene elastomer) to the composite were examined. The addition of the secondary filler promoted the electrical properties of the composite. The bigger flakes acted like a bridge between the small flakes and this helped to enhance the electrical properties. The PTC behaviour of the composite was also improved by the addition of the bigger flakes due to the increase in separation distance between particles caused by the bigger flakes. Addition of small amount of polypropylene elastomer enhanced not only PTC effect but also improved substantially the flexibility of the composite as well as reduces the overall filler content. SEM images showed that the fillers were dispersed in the HDPE phase.Keywords: positive temperature coefficient, conductive polymer composite, electrical conductivity, high density polyethylene
Procedia PDF Downloads 4712112 New Product Development Typologies: An Analysis of Publications and Citations between 1992 and 2012
Authors: Ana Paula Vilas Boas Viveiros Lopes, Marly Monteiro de Carvalho
Abstract:
The new product development for decades has favored companies that can put their products to market quickly and efficiently, providing sustainable competitive advantage difficult to be achieved by their competitors. This paper presents the outcomes of a systematic review of the literature relating to new product development that was published between 1992 and 2012. A hybrid methodological approach that combines bibliometrics, content analysis and semantic analysis was applied. The review discusses the publication patterns, focusing on aspects related to scientific collaboration. The results show that the main academic journal that discusses this theme is “Journal of Product Innovation Management”. Although the first paper relating to this theme was published in 1992, the number of publications on the subject only began to increase substantially in 1999. Most of the studies reviewed in this paper applied qualitative research methods, indicating that most of the research on the theme is still in an exploratory phase.Keywords: project type, project typology, new product development, sustainable competitive advantage
Procedia PDF Downloads 4482111 ANA Negative but FANA Positive Patients with Clinical Symptoms of Rheumatic Disease: The Suggestion for Clinicians
Authors: Abdolreza Esmaeilzadeh, Mehri Mirzaei
Abstract:
Objective: Rheumatic disease is a chronic disease that causes pain, stiffness, swelling and limited motion and function of many joints. RA is the most common form of autoimmune arthritis, affecting more than 1.3 million Americans. Of these, about 75% are women. Materials and Methods: This study was formed due to the misconception about ANA test, which is frequently performed with methods based upon solid phase as ELISA. This experiment was conducted on 430 patients, with clinical symptoms that are likely affected with rheumatic diseases, simultaneously by means of ANA and FANA. Results: 36 cases (8.37%) of patients, despite positive ANA, have demonstrated negative results via Indirect Immunofluorescence Assay (IIFA), (false positive). 116 cases (27%) have demonstrated negative ANA results, by means of the ELISA technique, although they had positive IIFA results. Conclusion: Other advantages of IIFA are antibody titration and specific pattern detection that have the capability of distinguishing positive dsDNA results. According to the restrictions and false negative cases, in patients, IIFA test is highly recommended for these disease's diagnosis.Keywords: autoimmune disease, IIFA, EIA, rheumatic disease
Procedia PDF Downloads 4992110 The Effectiveness of Using Video Modeling Procedures on the ipad to Teach Play Skills Children with ASD
Authors: Esra Orum Cattik
Abstract:
This study evaluated the effects of using video modeling procedures on the iPad to teach play skills to children with autism spectrum disorders. A male student with autism spectrum disorders participated in this study. A multiple baseline-across-skills single-subject design was used to evaluate the effects of using video modeling procedures on the iPad. During baseline, no prompts were presented to participants. In the intervention phase, the teacher gave video model on iPad to the first skill and asked play with toys for him. When the first play skill completed the second play skill began intervention. This procedure continued till all three play skill completed intervention. Finally, the participant learned all three play skills to use video modeling presented on the iPad. Based upon findings of this study, suggestions have been made to future researches.Keywords: autism spectrum disorders, play, play skills, video modeling, single subject design
Procedia PDF Downloads 4062109 Nonlinear Vibration Analysis of a Functionally Graded Micro-Beam under a Step DC Voltage
Authors: Ali Raheli, Rahim Habibifar, Behzad Mohammadi-Alasti, Mahdi Abbasgholipour
Abstract:
This paper presents vibration behavior of a FGM micro-beam and its pull-in instability under a nonlinear electrostatic pressure. An exponential function has been applied to show the continuous gradation of the properties along thickness. Nonlinear integro-differential-electro-mechanical equation based on Euler–Bernoulli beam theory has been derived. The governing equation in the static analysis has been solved using Step-by-Step Linearization Method and Finite Difference Method. Fixed points or equilibrium positions and singular points have been shown in the state control space. In order to find the response to a step DC voltage, the nonlinear equation of motion has been solved using Galerkin-based reduced-order model and time histories and phase portrait for different applied voltages have been shown. The effects of electrostatic pressure on stability of FGM micro-beams having various amounts of the ceramic constituent have been investigated.Keywords: FGM, MEMS, nonlinear vibration, electrical, dynamic pull-in voltage
Procedia PDF Downloads 4562108 Improving Preconception Health and Lifestyle Behaviours through Digital Health Intervention: The OptimalMe Program
Authors: Bonnie R. Brammall, Rhonda M. Garad, Helena J. Teede, Cheryce L. Harrison
Abstract:
Introduction: Reproductive aged women are at high-risk for accelerated weight gain and obesity development, with pregnancy recognised as a critical contributory life phase. Healthy lifestyle interventions during the preconception and antenatal period improve maternal and infant health outcomes. Yet, interventions from preconception through to postpartum and translation and implementation into real-world healthcare settings remain limited. OptimalMe is a randomised, hybrid implementation effectiveness study of evidence-based healthy lifestyle intervention. Here, we report engagement, acceptability of the intervention during preconception, and self-reported behaviour change outcomes as a result of the preconception phase of the intervention. Methods: Reproductive aged women who upgraded their private health insurance to include pregnancy and birth cover, signalling a pregnancy intention, were invited to participate. Women received access to an online portal with preconception health and lifestyle modules, goal-setting and behaviour change tools, monthly SMS messages, and two coaching sessions (randomised to video or phone) prior to pregnancy. Results: Overall n=527 expressed interest in participating. Of these, n=33 did not meet inclusion criteria, n=8 were not contactable for eligibility screening, and n=177 failed to engage after the screening, leaving n=309 who were enrolled in OptimalMe and randomised to intervention delivery method. Engagement with coaching sessions dropped by 25% for session two, with no difference between intervention groups. Women had a mean (SD) age of 31.7 (4.3) years and, at baseline, a self-reported mean BMI of 25.7 (6.1) kg/m², with 55.8% (n=172) of a healthy BMI. Behaviour was sub-optimal with infrequent self-weighing (38.1%), alcohol consumption prevalent (57.1%), sub-optimal pre-pregnancy supplementation (61.5%), and incomplete medical screening. Post-intervention 73.2% of women reported engagement with a GP for preconception care and improved lifestyle behaviour (85.5%), since starting OptimalMe. Direct pre-and-post comparison of individual participant data showed that of 322 points of potential change (up-to-date cervical screening, elimination of high-risk behaviours [alcohol, drugs, smoking], uptake of preconception supplements and improved weighing habits) 158 (49.1%) points of change were achieved. Health coaching sessions were found to improve accountability and confidence, yet further personalisation and support were desired. Engagement with video and phone sessions was comparable, having similar impacts on behaviour change, and both methods were well accepted and increased women's accountability. Conclusion: A low-intensity digital health and lifestyle program with embedded health coaching can improve the uptake of preconception care and lead to self-reported behaviour change. This is the first program of its kind to reach an otherwise healthy population of women planning a pregnancy. Women who were otherwise healthy showed divergence from preconception health and lifestyle objectives and benefited from the intervention. OptimalMe shows promising results for population-based behaviour change interventions that can improve preconception lifestyle habits and increase engagement with clinical health care for pregnancy preparation.Keywords: preconception, pregnancy, preventative health, weight gain prevention, self-management, behaviour change, digital health, telehealth, intervention, women's health
Procedia PDF Downloads 91