Search results for: continuous measurement
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 4813

Search results for: continuous measurement

2413 Prevalence of Metabolic Syndrome According to Different Criteria in Population over 20 Years Old in Ahvaz

Authors: Armaghan Moravej Aleali, Hajieh Shahbazian, Seyed Mahmoud Latifi, Leila Yazdanpanah

Abstract:

Objective: Metabolic syndrome or insulin resistance syndrome or syndrome X is a collection of abdominal obesity, hypertension, glucose intolerance and lipid abnormalities (elevated triglycerides, elevated LDL, and decrease the amount of HDL). That increases the incidence of diabetes and risk of cardiovascular disease. The aim of this study is to investigate the prevalence of metabolic syndrome in people over 20 years of Ahvaz according to IDF, ATPIII, Harmonized I and Harmonized II. Material & Methods: A cross-sectional study with a random cluster sampling in six health centers in Ahvaz was done. After obtaining informed consent, questionnaire for each person filled up including demographic data and examinations, including blood pressure in sitting position, weight, height, waist circumference, and waist circumference measurement. Results: From all participating 912 people, (434 (2/47%) male and 478 (2/52%) female) were evaluated. Mean age was 42/27± 14years (44/2±14/26 for male and 40/5±13/5 for female). Prevalence of metabolic syndrome was 22/8%, 28/4%, 30/9% and 16/9% according to ATPIII, IDF, Harmonized I and Harmonized II criteria respectively and increased with age in both sexes. IDF and Harmonized I had most kappa coordination (0/94). Conclusion: The results show a high prevalence of metabolic syndrome in Ahvaz. So, identification of the risk factors should be attempted to prevent metabolic syndrome.

Keywords: metabolic syndrome, IDF, ATP III, prevalence

Procedia PDF Downloads 579
2412 Electrochemical Studies of the Inhibition Effect of 2-Dimethylamine on the Corrosion of Austenitic Stainless Steel Type 304 in Dilute Hydrochloric Acid

Authors: Roland Tolulope Loto, Cleophas Akintoye Loto, Abimbola Patricia Popoola

Abstract:

The inhibiting action of 2-dimethylamine on the electrochemical behaviour of austenitic stainless steel (type 304) in dilute hydrochloric was evaluated through weight-loss method, open circuit potential measurement and potentiodynamic polarization tests at specific concentrations of the organic compound. Results obtained reveal that the compound performed effectively giving a maximum inhibition efficiency of 79% at 12.5% concentration from weight loss analysis and 80.9% at 12.5% concentration from polarization tests. The average corrosion potential of -321 mV was obtained the same concentration from other tests which is well within passivation potentials on the steel thus, providing good protection against corrosion in the acid solutions. 2-dimethylamine acted through physiochemical interaction at the steel/solution interface from thermodynamic calculations and obeyed the Langmuir adsorption isotherm. The values of the inhibition efficiency determined from the three methods are in reasonably good agreement. Polarization studies showed that the compounds behaved as cathodic type inhibitor.

Keywords: corrosion, 2-dimethylamine, inhibition, adsorption, hydrochloric acid, steel

Procedia PDF Downloads 319
2411 Reliability Analysis of Soil Liquefaction Based on Standard Penetration: A Case Study in Babol City

Authors: Mehran Naghizaderokni, Asscar Janalizadechobbasty

Abstract:

There are more probabilistic and deterministic liquefaction evaluation procedures in order to judge whether liquefaction will occur or not. A review of this approach reveals that there is a need for a comprehensive procedure that accounts for different sources of uncertainty in liquefaction evaluation. In fact, for the same set of input parameters, different methods provide different factors of safety and/or probabilities of liquefaction. To account for the different uncertainties, including both the model and measurement uncertainties, reliability analysis is necessary. This paper has obtained information from Standard Penetration Test (SPT) and some empirical approaches such as: Seed et al, Highway bridge of Japan approach to soil liquefaction, The Overseas Coastal Area Development Institute of Japan (OCDI) and reliability method to studying potential of liquefaction in soil of Babol city in the north of Iran are compared. Evaluation potential of liquefaction in soil of Babol city is an important issue since the soil of some area contains sand, seismic area, increasing level of underground waters and consequently saturation of soil; therefore, one of the most important goals of this paper is to gain suitable recognition of liquefaction potential and find the most appropriate procedure of evaluation liquefaction potential to decrease related damages.

Keywords: reliability analysis, liquefaction, Babol, civil, construction and geological engineering

Procedia PDF Downloads 498
2410 Speeding Up Lenia: A Comparative Study Between Existing Implementations and CUDA C++ with OpenGL Interop

Authors: L. Diogo, A. Legrand, J. Nguyen-Cao, J. Rogeau, S. Bornhofen

Abstract:

Lenia is a system of cellular automata with continuous states, space and time, which surprises not only with the emergence of interesting life-like structures but also with its beauty. This paper reports ongoing research on a GPU implementation of Lenia using CUDA C++ and OpenGL Interoperability. We demonstrate how CUDA as a low-level GPU programming paradigm allows optimizing performance and memory usage of the Lenia algorithm. A comparative analysis through experimental runs with existing implementations shows that the CUDA implementation outperforms the others by one order of magnitude or more. Cellular automata hold significant interest due to their ability to model complex phenomena in systems with simple rules and structures. They allow exploring emergent behavior such as self-organization and adaptation, and find applications in various fields, including computer science, physics, biology, and sociology. Unlike classic cellular automata which rely on discrete cells and values, Lenia generalizes the concept of cellular automata to continuous space, time and states, thus providing additional fluidity and richness in emerging phenomena. In the current literature, there are many implementations of Lenia utilizing various programming languages and visualization libraries. However, each implementation also presents certain drawbacks, which serve as motivation for further research and development. In particular, speed is a critical factor when studying Lenia, for several reasons. Rapid simulation allows researchers to observe the emergence of patterns and behaviors in more configurations, on bigger grids and over longer periods without annoying waiting times. Thereby, they enable the exploration and discovery of new species within the Lenia ecosystem more efficiently. Moreover, faster simulations are beneficial when we include additional time-consuming algorithms such as computer vision or machine learning to evolve and optimize specific Lenia configurations. We developed a Lenia implementation for GPU using the C++ and CUDA programming languages, and CUDA/OpenGL Interoperability for immediate rendering. The goal of our experiment is to benchmark this implementation compared to the existing ones in terms of speed, memory usage, configurability and scalability. In our comparison we focus on the most important Lenia implementations, selected for their prominence, accessibility and widespread use in the scientific community. The implementations include MATLAB, JavaScript, ShaderToy GLSL, Jupyter, Rust and R. The list is not exhaustive but provides a broad view of the principal current approaches and their respective strengths and weaknesses. Our comparison primarily considers computational performance and memory efficiency, as these factors are critical for large-scale simulations, but we also investigate the ease of use and configurability. The experimental runs conducted so far demonstrate that the CUDA C++ implementation outperforms the other implementations by one order of magnitude or more. The benefits of using the GPU become apparent especially with larger grids and convolution kernels. However, our research is still ongoing. We are currently exploring the impact of several software design choices and optimization techniques, such as convolution with Fast Fourier Transforms (FFT), various GPU memory management scenarios, and the trade-off between speed and accuracy using single versus double precision floating point arithmetic. The results will give valuable insights into the practice of parallel programming of the Lenia algorithm, and all conclusions will be thoroughly presented in the conference paper. The final version of our CUDA C++ implementation will be published on github and made freely accessible to the Alife community for further development.

Keywords: artificial life, cellular automaton, GPU optimization, Lenia, comparative analysis.

Procedia PDF Downloads 41
2409 A Condition-Based Maintenance Policy for Multi-Unit Systems Subject to Deterioration

Authors: Nooshin Salari, Viliam Makis

Abstract:

In this paper, we propose a condition-based maintenance policy for multi-unit systems considering the existence of economic dependency among units. We consider a system composed of N identical units, where each unit deteriorates independently. Deterioration process of each unit is modeled as a three-state continuous time homogeneous Markov chain with two working states and a failure state. The average production rate of units varies in different working states and demand rate of the system is constant. Units are inspected at equidistant time epochs, and decision regarding performing maintenance is determined by the number of units in the failure state. If the total number of units in the failure state exceeds a critical level, maintenance is initiated, where units in failed state are replaced correctively and deteriorated state units are maintained preventively. Our objective is to determine the optimal number of failed units to initiate maintenance minimizing the long run expected average cost per unit time. The problem is formulated and solved in the semi-Markov decision process (SMDP) framework. A numerical example is developed to demonstrate the proposed policy and the comparison with the corrective maintenance policy is presented.

Keywords: reliability, maintenance optimization, semi-Markov decision process, production

Procedia PDF Downloads 165
2408 A Simple Computational Method for the Gravitational and Seismic Soil-Structure-Interaction between New and Existent Buildings Sites

Authors: Nicolae Daniel Stoica, Ion Mierlus Mazilu

Abstract:

This work is one of numerical research and aims to address the issue of the design of new buildings in a 3D location of existing buildings. In today's continuous development and congestion of urban centers is a big question about the influence of the new buildings on an already existent vicinity site. Thus, in this study, we tried to focus on how existent buildings may be affected by any newly constructed buildings and in how far this influence is really decreased. The problem of modeling the influence of interaction between buildings is not simple in any area in the world, and neither in Romania. Unfortunately, most often the designers not done calculations that can determine how close to reality these 3D influences nor the simplified method and the more superior methods. In the most literature making a "shield" (the pilots or molded walls) is absolutely sufficient to stop the influence between the buildings, and so often the soil under the structure is ignored in the calculation models. The main causes for which the soil is neglected in the analysis are related to the complexity modeling of interaction between soil and structure. In this paper, based on a new simple but efficient methodology we tried to determine for a lot of study cases the influence, in terms of assessing the interaction land structure on the behavior of structures that influence a new building on an existing one. The study covers additional subsidence that may occur during the execution of new works and after its completion. It also highlighted the efforts diagrams and deflections in the soil for both the original case and the final stage. This is necessary to see to what extent the expected impact of the new building on existing areas.

Keywords: soil, structure, interaction, piles, earthquakes

Procedia PDF Downloads 291
2407 Use of Biomass as Co-Fuel in Briquetting of Low-Rank Coal: Strengthen the Energy Supply and Save the Environment

Authors: Mahidin, Yanna Syamsuddin, Samsul Rizal

Abstract:

In order to fulfill world energy demand, several efforts have been done to look for new and renewable energy candidates to substitute oil and gas. Biomass is one of new and renewable energy sources, which is abundant in Indonesia. Palm kernel shell is a kind of biomass discharge from palm oil industries as a waste. On the other hand, Jatropha curcas that is easy to grow in Indonesia is also a typical energy source either for bio-diesel or biomass. In this study, biomass was used as co-fuel in briquetting of low-rank coal to suppress the release of emission (such as CO, NOx and SOx) during coal combustion. Desulfurizer, CaO-base, was also added to ensure the SOx capture is effectively occurred. Ratio of coal to palm kernel shell (w/w) in the bio-briquette were 50:50, 60:40, 70:30, 80:20 and 90:10, while ratio of calcium to sulfur (Ca/S) in mole/mole were 1:1; 1.25:1; 1.5:1; 1.75:1 and 2:1. The bio-briquette then subjected to physical characterization and combustion test. The results show that the maximum weight loss in the durability measurement was ±6%. In addition, the highest stove efficiency for each desulfurizer was observed at the coal/PKS ratio of 90:10 and Ca/S ratio of 1:1 (except for the scallop shell desulfurizer that appeared at two Ca/S ratios; 1.25:1 and 1.5:1, respectively), i.e. 13.8% for the lime; 15.86% for the oyster shell; 14.54% for the scallop shell and 15.84% for the green mussel shell desulfurizers.

Keywords: biomass, low-rank coal, bio-briquette, new and renewable energy, palm kernel shell

Procedia PDF Downloads 445
2406 Analysis Of Magnetic Anomaly Data For Identification Subsurface Structure Geothermal Manifestations Area Candi Umbul, Grabag, Magelang, Central Java Province, Indonesia

Authors: Ikawati Wulandari

Abstract:

Acquisition of geomagnetic field has been done at Geothermal manifestation Candi Umbul, Grabag, Magelang, Central Java Province on 10-12 May 2013. The purpose of this research to study sub-surface structure condition and the structure which control the hot springs manifestation. The research area have size of 1,5 km x 2 km and measurement spacing of 150 m. Total magnetic field data, the position, and the north pole direction have acquired by Proton Precession Magnetometer (PPM), Global Positioning System (GPS), and of geology compass, respectively. The raw data has been processed and performed using IGRF (International Geomagnetics Reference Field) correction to obtain total field magnetic anomaly. Upward continuation was performed at 100 meters height using software Magpick. Analysis conclude horizontal position of the body causing anomaly which is located at hot springs manifestation, and it stretch along Northeast - Southwest, which later interpreted as normal fault. This hotsprings manifestation was controlled by the downward fault which becomes a weak zone where hot water from underground the geothermal reservoir leakage

Keywords: PPM, Geothermal, Fault, Grabag

Procedia PDF Downloads 465
2405 Photo-Induced Reversible Surface Wettability Analysis of GLAD Synthesized In2O3/TiO2 Heterostructure Nanocolumn

Authors: Pheiroijam Pooja, P. Chinnamuthu

Abstract:

A novel vertical 1D In2O3/TiO2 nanocolumn (NC) axial heterostructure has been successfully synthesized using Glancing Angle Deposition (GLAD) technique inside E-Beam Evaporator chamber. Field emission scanning electron microscope (FESEM) has been used to evaluate the morphology of the structure grown. The estimated length of In2O3/TiO2 NC is ~250 nm and ~300nm for In2O3 and TiO2 respectively with diameter ~60-90 nm. The surface of the heterostructure is porous in nature which can affect the interfacial wettability properties. The grown structure has been further characterized using X-ray Diffraction (XRD) and UV-Visible absorption measurement. The polycrystalline nature of the sample has been examined using XRD with prominent peaks obtained with phase (101) for anatase TiO2 and (211) for In2O3. Here, 1D axial heterostructure NC thus favors efficient segregation of photo-excited carriers due to their type II band alignment between the constituent materials. Moreover, the 1D nanostructure is known for their large surface area and excellent ionic charge transport property. On exposure to UV light illumination, the surface properties of In2O3/TiO2 NC changes whereby the hydrophobic nature of the heterostructure changes to hydrophilic. As a result, the reversible surface wettability of heterostructure on interaction with UV light can give potential applications as antifogging and self-cleaning surfaces.

Keywords: GLAD, heterostructure, In2O3/TiO2 NC, surface wettability

Procedia PDF Downloads 163
2404 Self-Calibration of Fish-Eye Camera for Advanced Driver Assistance Systems

Authors: Atef Alaaeddine Sarraj, Brendan Jackman, Frank Walsh

Abstract:

Tomorrow’s car will be more automated and increasingly connected. Innovative and intuitive interfaces are essential to accompany this functional enrichment. For that, today the automotive companies are competing to offer an advanced driver assistance system (ADAS) which will be able to provide enhanced navigation, collision avoidance, intersection support and lane keeping. These vision-based functions require an accurately calibrated camera. To achieve such differentiation in ADAS requires sophisticated sensors and efficient algorithms. This paper explores the different calibration methods applicable to vehicle-mounted fish-eye cameras with arbitrary fields of view and defines the first steps towards a self-calibration method that adequately addresses ADAS requirements. In particular, we present a self-calibration method after comparing different camera calibration algorithms in the context of ADAS requirements. Our method gathers data from unknown scenes while the car is moving, estimates the camera intrinsic and extrinsic parameters and corrects the wide-angle distortion. Our solution enables continuous and real-time detection of objects, pedestrians, road markings and other cars. In contrast, other camera calibration algorithms for ADAS need pre-calibration, while the presented method calibrates the camera without prior knowledge of the scene and in real-time.

Keywords: advanced driver assistance system (ADAS), fish-eye, real-time, self-calibration

Procedia PDF Downloads 252
2403 Virtual and Visual Reconstructions in Museum Expositions

Authors: Ekaterina Razuvalova, Konstantin Rudenko

Abstract:

In this article the most successful examples of international visual and virtual reconstructions of historical and culture objects, which are based on informative and communicative technologies, are represented. 3D reconstructions can demonstrate outward appearance, visualize different hypothesis, connected to represented object. Virtual reality can give us any daytime and season, any century and environment. We can see how different people from different countries and different era lived; we can get different information about any object; we can see historical complexes in real city environment, which are damaged or vanished. These innovations confirm the fact, that 3D reconstruction is important in museum development. Considering the most interesting examples of visual and virtual reconstructions, we can notice, that visual reconstruction is a 3D image of different objects, historical complexes, buildings and phenomena. They are constant and we can see them only as momentary objects. And virtual reconstruction is some environment with its own time, rules and phenomena. These reconstructions are continuous; seasons, daytime and natural conditions can change there. They can demonstrate abilities of virtual world existence. In conclusion: new technologies give us opportunities to expand the boundaries of museum space, improve abilities of museum expositions, create emotional atmosphere of game immersion, which can interest visitor. Usage of network sources allows increasing the number of visitors and virtual reconstruction opportunities show creative side of museum business.

Keywords: computer technologies, historical reconstruction, museums, museum expositions, virtual reconstruction

Procedia PDF Downloads 329
2402 Effectiveness of Teacher Training in Bangladeshi Context

Authors: Sabina Mohsin

Abstract:

The need for grounding of teachers and the trend of using innovative ways to deal with students of various abilities in schools, colleges and universities has always been essential in any part of the world. Teacher edification programs, and qualifications standards, all too repeatedly lack enough rigidity, extensiveness and profundity, resulting in high levels of unskilled teachers and squat student performance. Accordingly, the solution, from this viewpoint, lies in making the entry and training necessities for teaching deeper and more exact. Teachers’ continuous professional development is necessary to reach all kinds of learners in class. The training provided is a direct opportunity for new teachers to interact better and motivate students in a two way discussion class. The intention of the study was to scrutinize whether the teachers’ training played an important role to fabricate lectures and classroom activities and reflected the objectives of the training provided in various schools and universities. It also aims to examine the current practices used in the various teacher training programs and if there is any other method that can be associated to enhance the effectiveness of these programs further. This research uses qualitative data collected from interviews, peer discussions, classroom observations, reviews, feedback of students and teachers to study teacher training and teaching methods used in school and universities in Bangladesh. The study finds teacher training to be effective though it has some limitations. It also includes some suggestions to make teacher training more effective.

Keywords: current practices in teacher training, enhancing effectiveness, limitation, student motivation, teacher training

Procedia PDF Downloads 442
2401 Method Validation for Determining Platinum and Palladium in Catalysts Using Inductively Coupled Plasma Optical Emission Spectrometry

Authors: Marin Senila, Oana Cadar, Thorsten Janisch, Patrick Lacroix-Desmazes

Abstract:

The study presents the analytical capability and validation of a method based on microwave-assisted acid digestion for quantitative determination of platinum and palladium in catalysts using inductively coupled plasma optical emission spectrometry (ICP-OES). In order to validate the method, the main figures of merit such as limit of detection and limit of quantification, precision and accuracy were considered and the measurement uncertainty was estimated based on the bottom-up approach according to the international guidelines of ISO/IEC 17025. Limit of detections, estimated from blank signal using 3 s criterion, were 3.0 mg/kg for Pt and respectively 3.6 mg/kg for Pd, while limits of quantification were 9.0 mg/kg for Pt and respectively 10.8 mg/kg for Pd. Precisions, evaluated as standard deviations of repeatability (n=5 parallel samples), were less than 10% for both precious metals. Accuracies of the method, verified by recovery estimation certified reference material NIST SRM 2557 - pulverized recycled monolith, were 99.4 % for Pt and 101% for Pd. The obtained limit of quantifications and accuracy were satisfactory for the intended purpose. The paper offers all the steps necessary to validate the determination method for Pt and Pd in catalysts using inductively coupled plasma optical emission spectrometry.

Keywords: catalyst analysis, ICP-OES, method validation, platinum, palladium

Procedia PDF Downloads 167
2400 Analysis of Street Utilization Patterns in Makurdi, Benue State, Nigeria

Authors: I. D. Mngutyo, T. T. Gyuse, D. S. A. Alaci, J. Atser

Abstract:

Streets are public spaces that are meaningful to all people because of lack of restriction on streets. Studies show that conditions, activities and people contribute to the success of public spaces. Also, self-organization potential in activity patterns offers a prospect for the revitalization of an urban area. This potential is mostly ignored hence many African streets appear disorganized giving African urban areas an unplanned look. Therefore, this study aims to analyze street utilization patterns and explore the relationship between the pattern of street use and condition of streets in Makurdi.These activity patterns form a data base for the revitalization of public space. Three major and minor arterials streets in nine out of the eleven wards that make up the built up part of Makurdi were purposively selected as units for measurement. A street activity audit was done on streets for activities that can be observed. For activities that cannot be easily observed 4 questionnaires were randomly administered on each of the three streets giving a total of 108 questionnaires. Multivariate statistical tools such as factor analysis and regression will be used to show emerging streets activity patterns and spatial variation among the nine wards.

Keywords: streets, utilization patterns, revitalization, urban design, urban, areas, developing countries

Procedia PDF Downloads 441
2399 Health Promotion Program on Prevention of Zoonotic Diseases among Aborigines in Peninsular Malaysia

Authors: Siti Fatimah Kader Maideen, Abdul Rashid, Nur Indah Ahmad

Abstract:

Introduction: Indigenous people have an increased risk of contracting zoonotic infections due to their practices. Similarly, the aborigines in Peninsular Malaysia, the Orang Asli, have a higher risk too. This study aimed to empower the Jahai children on the prevention of zoonotic infections by implementing a health promotion intervention program. Methods: A non-experimental pre and post-test interventional study was conducted among the indigenous primary school children aged between nine and 12 years in Perak, Malaysia. A structured questionnaire was used to assess the pre-and post-knowledge and attitudes towards zoonotic infections and hand hygiene practice. This is followed by three sessions of the health promotion program. Ethical approval was obtained prior to the data collection. Data were analysed using SPSS software. Results: The knowledge on whether diseases can spread from animals to humans, transmission via saliva and faeces, types of organisms that can infect, and signs and symptoms increased significantly between pre and post. Significant improvements were observed in the attitude and practices too. Conclusion: The intervention program demonstrated improvement in the knowledge, attitude, and practice among the children. The continuous program needs to be conducted for a sustainable outcome.

Keywords: health promotion, zoonotic infections, aborigines, knowledge, practice

Procedia PDF Downloads 165
2398 Use of Alternative Water Sources Based on a Rainwater in the Multi-Dwelling Urban Building 2030

Authors: Monika Lipska

Abstract:

Drinking water is water with a very high quality, and as such represents only 2.5% of the total quantity of all water in the world. For many years we have observed continuous increase in its consumption as a result of many factors such as: Growing world population (7 billion in 2011r.), increase of human lives comfort and – above all – the economic growth. Due to the rocketing consumption and growing costs of production of water with such high-quality parameters, we experience accelerating interest in alternative sources of obtaining potable water. One of the ways of saving this valuable material is using rainwater in the Urban Building. With an exponentially growing demand, the acquisition of additional sources of water is necessary to maintain the proper balance of all ecosystems. The first part of the paper describes what rainwater is and what are its potential sources and means of use, while the main part of the article focuses on the description of the methods of obtaining water from rain on the example of new urban building in Poland. It describes the method and installations of rainwater in the new urban building (“MBJ2030”). The paper addresses also the issue of monitoring of the whole recycling systems as well as the particular quality indicators important because of identification of the potential risks to human health. The third part describes the legal arrangements concerning the recycling of rainwater existing in different European Union countries with particular reference to Poland on example the new urban building in Warsaw.

Keywords: rainwater, potable water, non-potable water, Poland

Procedia PDF Downloads 414
2397 Soil Micromorphological Analysis from the Hinterland of the Pharaonic Town, Sai Island, Sudan

Authors: Sayantani Neogi, Sean Taylor, Julia Budka

Abstract:

This paper presents the results of the investigations of soil/sediment sequences associated with the New Kingdom town at Sai Island, Sudan. During the course of this study, geoarchaeological surveys have been undertaken in the vicinity of this Pharaonic town within the island and the soil block samples for soil micromorphological analysis were accordingly collected. The intention was to better understand the archaeological site in its environmental context and the nature of the land surface prior to the establishment of the settlement. Soil micromorphology, a very powerful geoarchaeological methodology, is concerned with the description, measurement and interpretation of soil components and pedological features at a microscopic scale. Since soil profiles themselves are archives of their own history, soil micromorphology investigates the environmental and cultural signatures preserved within buried soils and sediments. A study of the thin sections from these soils/sediments has been able to provide robust data for providing interesting insights into the various nuances of this site, for example, the nature of the topography and existent environmental condition during the time of Pharaonic site establishment. These geoarchaeological evaluations have indicated that there is a varied hidden landscape context for this pharaonic settlement, which indicates a symbiotic relationship with the Nilotic environmental system.

Keywords: geoarchaeology, New Kingdom, Nilotic environment, soil micromorphology

Procedia PDF Downloads 264
2396 Fourier Transform and Machine Learning Techniques for Fault Detection and Diagnosis of Induction Motors

Authors: Duc V. Nguyen

Abstract:

Induction motors are widely used in different industry areas and can experience various kinds of faults in stators and rotors. In general, fault detection and diagnosis techniques for induction motors can be supervised by measuring quantities such as noise, vibration, and temperature. The installation of mechanical sensors in order to assess the health conditions of a machine is typically only done for expensive or load-critical machines, where the high cost of a continuous monitoring system can be Justified. Nevertheless, induced current monitoring can be implemented inexpensively on machines with arbitrary sizes by using current transformers. In this regard, effective and low-cost fault detection techniques can be implemented, hence reducing the maintenance and downtime costs of motors. This work proposes a method for fault detection and diagnosis of induction motors, which combines classical fast Fourier transform and modern/advanced machine learning techniques. The proposed method is validated on real-world data and achieves a precision of 99.7% for fault detection and 100% for fault classification with minimal expert knowledge requirement. In addition, this approach allows users to be able to optimize/balance risks and maintenance costs to achieve the highest bene t based on their requirements. These are the key requirements of a robust prognostics and health management system.

Keywords: fault detection, FFT, induction motor, predictive maintenance

Procedia PDF Downloads 170
2395 Perception of Risks of the Telecommunication Towers in Malaysia: A Qualitative Inquiry

Authors: Y. Kamarulzaman, A. Madun, F. D. Yusop, N. Abdullah, N. K. Hoong

Abstract:

In 2011, the Malaysian Government has initiated a nationwide project called 1BestariNet which will adopt the using of technology in teaching and learning, resulting in the construction of telecommunication towers inside the public schools’ premise. Using qualitative approach, this study investigated public perception of risks associated with the project, particularly the telecommunication towers. Data collection involved observation and in-depth interviews with 22 individuals consist of a segment of public that was anxious about the risks of radio frequency electromagnetic field (RFEMF) which include two employees of telecommunication companies (telcos) and five employees of Government agencies. Observation of the location of the towers at 10 public schools, a public forum, and media reports provide valuable information in our analysis. The study finds that the main concern is related to the health risks. This study also shows that it is not easy for the Government to manage public perception mainly because it involves public trust. We find that risk perception is related with public trust, as well as the perceived benefits and level of knowledge. Efficient communication and continuous engagement with the local communities help to build and maintain public trust, reduce public fear and anxiety, hence mitigating the risk perception among the public.

Keywords: risk perception, risk communication, trust, telecommunication tower, radio frequency electromagnetic field (RFEMF)

Procedia PDF Downloads 320
2394 A Generic Middleware to Instantly Sync Intensive Writes of Heterogeneous Massive Data via Internet

Authors: Haitao Yang, Zhenjiang Ruan, Fei Xu, Lanting Xia

Abstract:

Industry data centers often need to sync data changes reliably and instantly from a large-scale of heterogeneous autonomous relational databases accessed via the not-so-reliable Internet, for which a practical universal sync middle of low maintenance and operation costs is most wanted, but developing such a product and adapting it for various scenarios are a very sophisticated and continuous practice. The authors have been devising, applying, and optimizing a generic sync middleware system, named GSMS since 2006, holding the principles or advantages that the middleware must be SyncML-compliant and transparent to data application layer logic, need not refer to implementation details of databases synced, does not rely on host computer operating systems deployed, and its construction is light weighted and hence, of low cost. A series of ultimate experiments with GSMS sync performance were conducted for a persuasive example of a source relational database that underwent a broad range of write loads, say, from one thousand to one million intensive writes within a few minutes. The tests proved that GSMS has achieved an instant sync level of well below a fraction of millisecond per record sync, and GSMS’ smooth performances under ultimate write loads also showed it is feasible and competent.

Keywords: heterogeneous massive data, instantly sync intensive writes, Internet generic middleware design, optimization

Procedia PDF Downloads 120
2393 Investigation of Threshold Voltage Shift in Gamma Irradiated N-Channel and P-Channel MOS Transistors of CD4007

Authors: S. Boorboor, S. A. H. Feghhi, H. Jafari

Abstract:

The ionizing radiations cause different kinds of damages in electronic components. MOSFETs, most common transistors in today’s digital and analog circuits, are severely sensitive to TID damage. In this work, the threshold voltage shift of CD4007 device, which is an integrated circuit including P-channel and N-channel MOS transistors, was investigated for low dose gamma irradiation under different gate bias voltages. We used linear extrapolation method to extract threshold voltage from ID-VG characteristic curve. The results showed that the threshold voltage shift was approximately 27.5 mV/Gy for N-channel and 3.5 mV/Gy for P-channel transistors at the gate bias of |9 V| after irradiation by Co-60 gamma ray source. Although the sensitivity of the devices under test were strongly dependent to biasing condition and transistor type, the threshold voltage shifted linearly versus accumulated dose in all cases. The overall results show that the application of CD4007 as an electronic buffer in a radiation therapy system is limited by TID damage. However, this integrated circuit can be used as a cheap and sensitive radiation dosimeter for accumulated dose measurement in radiation therapy systems.

Keywords: threshold voltage shift, MOS transistor, linear extrapolation, gamma irradiation

Procedia PDF Downloads 283
2392 Pectin Degrading Enzyme: Entrapment of Pectinase Using Different Synthetic and Non-Synthetic Polymers for Continuous Degradation of Pectin Polymer

Authors: Haneef Ur Rehman, Afsheen Aman, Abdul Hameed Baloch, Shah Ali Ul Qader

Abstract:

Pectinase is a heterogeneous group of enzymes that catalyze the hydrolysis of pectin substances and widely has been used in food and textile industries. In current study, pectinase from B. licheniformis KIBGE-IB21 was immobilized within different polymers (calcium alginate beads, polyacrylamide gel and agar-agar matrix) to enhance its catalytic properties. Polyacrylamide gel was found to be most promising one and gave maximum (89%) immobilization yield. While less immobilization yield was observed in case of calcium alginate beads that only retained 46 % activity. The reaction time for maximum pectinolytic activity was increased from 5.0 to 10 minutes after immobilization. The temperature of pectinase for maximum enzyme activity was increased from 45 °C to 50 °C and 55 °C when it was immobilized within agar-agar and calcium alginate beads, respectively. The optimum pH of pectinase didn’t alter when it was immobilized within polyacrylamide gel and calcium alginate beads, but in case of agar-agar it was changed from pH 10 to pH 9.0. Thermal stability of pectinase was improved after immobilization and immobilized pectinase showed higher toleration against different temperatures as compared to free enzyme. It can be concluded that the entrapment is a simple, single step and promising procedure to immobilized pectinase within different synthetic and non-synthetic polymers and enhanced its catalytic properties.

Keywords: pectinase, characterization immobilization, polyacrylamide, agar-agar, calcium alginate beads

Procedia PDF Downloads 606
2391 Climate Change Impacts on Future Wheat Growing Areas

Authors: Rasha Aljaryian, Lalit Kumar

Abstract:

Climate is undergoing continuous change and this trend will affect the cultivation areas ofmost crops, including wheat (Triticum aestivum L.), in the future. The current suitable cultivation areas may become unsuitable climatically. Countries that depend on wheat cultivation and export may suffer an economic loss because of production decline. On the other hand, some regions of the world could gain economically by increasing cultivation areas. This study models the potential future climatic suitability of wheat by using CLIMEX software. Two different global climate models (GCMs) were used, CSIRO-Mk3.0 (CS) and MIROC-H (MR), with two emission scenarios (A2, A1B). The results of this research indicate that the suitable climatic areas for wheat in the southern hemisphere, such as Australia, are expected to contract by the end of this century. However, some unsuitable or marginal areas will become climatically suitable under future climate scenarios. In North America and Europe further expansion inland could occur. Also, the results illustrate that heat and dry stresses as abiotic climatic factors will play an important role in wheat distribution in the future. Providing sufficient information about future wheat distribution will be useful for agricultural ministries and organizations to manage the shift in production areas in the future. They can minimize the expected harmful economic consequences by preparing strategic plans and identifying new areas for wheat cultivation.

Keywords: Climate change, Climate modelling, CLIMEX, Triticum aestivum, Wheat

Procedia PDF Downloads 253
2390 ADA Tool for Satellite InSAR-Based Ground Displacement Analysis: The Granada Region

Authors: M. Cuevas-González, O. Monserrat, A. Barra, C. Reyes-Carmona, R.M. Mateos, J. P. Galve, R. Sarro, M. Cantalejo, E. Peña, M. Martínez-Corbella, J. A. Luque, J. M. Azañón, A. Millares, M. Béjar, J. A. Navarro, L. Solari

Abstract:

Geohazard prone areas require continuous monitoring to detect risks, understand the phenomena occurring in those regions and prevent disasters. Satellite interferometry (InSAR) has come to be a trustworthy technique for ground movement detection and monitoring in the last few years. InSAR based techniques allow to process large areas providing high number of displacement measurements at low cost. However, the results provided by such techniques are usually not easy to interpret by non-experienced users hampering its use for decision makers. This work presents a set of tools developed in the framework of different projects (Momit, Safety, U-Geohaz, Riskcoast) and an example of their use in the Granada Coastal area (Spain) is shown. The ADA (Active Displacement Areas) tool have been developed with the aim of easing the management, use and interpretation of InSAR based results. It provides a semi-automatic extraction of the most significant ADAs through the application ADAFinder tool. This tool aims to support the exploitation of the European Ground Motion Service (EU-GMS), which will provide consistent, regular and reliable information regarding natural and anthropogenic ground motion phenomena all over Europe.

Keywords: ground displacements, InSAR, natural hazards, satellite imagery

Procedia PDF Downloads 219
2389 Synthesis and Solubilization of Flurbiprofen Derivatives and Investigation of Their Biological Activities

Authors: Muhammad Mustaqeem, Musa Kaleem Baloch, Irfan Ullah, Ammarah Luqman, Afshan Ahmad

Abstract:

Flurbiprofen is one of the most potent nonsteroidal anti-inflammatory drugs. It is widely used for relief of pain in patients suffering from rheumatic diseases, migraine, sore throat and primary dysmenorrhea. However, its aqueous solubility is very low and hinders the skin permeation. Thus, it is imperative to develop such a drug delivery systems which can improve its aqueous solubility and hence improve the skin permeation and therapeutic compliance. Microemulsions have been also proven to increase the cutaneous absorption of lipophilic drugs as compared to conventional vehicles. Micro-emulsion is thermodynamically stable emulsion that has the capacity to ‘hide/solubilize’ water-insoluble molecules within a continuous oil phase. Therefore, flurbiprofen was converted to Easters through chemical reactions with alcohols such as methanol, ethanol, propanol and butanol. The product was further treated with hydrazine to get hydrazide. The solubility of the parent drug Flurbiprofen and the products were solubilized in microemulsions formed using various surfactants like ionic, non-ionic and zwitterions. It has been concluded that the product was more soluble than the parent compound. The biological activities of these were also investigated. The outcome was very promising and the product was more active than the parent compound. It, therefore, concluded that in this way, we can not only enhance the solubility of the drug and increase its bioactivity, but also reduce the risk of stomach cancer.

Keywords: Flurbiprofen, microemulsion, surfactants, hyrazides

Procedia PDF Downloads 228
2388 Environmental Life Cycle Assessment of Two Technologic Scenario of Wind Turbine Blades Composition for an Optimized Wind Turbine Design Using the Impact 2002+ Method and Using 15 Environmental Impact Indicators

Authors: A. Jarrou, A. Iranzo, C. Nana

Abstract:

The rapid development of the onshore/offshore wind industry and the continuous, strong, and long-term support from governments have made it possible to create factories specializing in the manufacture of the different parts of wind turbines, but in the literature, Life Cycle Assessment (LCA) analyzes consider the wind turbine as a whole and do not allow the allocation of impacts to the different components of the wind turbine. Here we propose to treat each part of the wind turbine as a system in its own right. This is more in line with the current production system. Environmental Life Cycle Assessment of two technological scenarios of wind turbine blades composition for an optimized wind turbine design using the impact 2002+ method and using 15 environmental impact indicators. This article aims to assess the environmental impacts associated with 1 kg of wind turbine blades. In order to carry out a realistic and precise study, the different stages of the life cycle of a wind turbine installation are included in the study (manufacture, installation, use, maintenance, dismantling, and waste treatment). The Impact 2002+ method used makes it possible to assess 15 impact indicators (human toxicity, terrestrial and aquatic ecotoxicity, climate change, land use, etc.). Finally, a sensitivity study is carried out to analyze the different types of uncertainties in the data collected.

Keywords: life cycle assessment, wind turbine, turbine blade, environmental impact

Procedia PDF Downloads 178
2387 Issues in Implementing ISO 9002 from the Islamic Perspective (ISI 2020)

Authors: Ahmad Masduki Bin Selamat, Kang Chia Yang

Abstract:

The International Standard Organization (ISO) is an international consensus on good management practice. It is derived from the Greek word “isos” meaning equal. ISO is aimed to give organization guidelines on what bring quality management system that leads to continuous improvement. The need of quality product is essential these days, especially in the manufacturing and service sectors. The requirement to produce good product is demanded, hence the certification of ISO enables the company to gain the trust from the public. Due to this, organizations whether government or private sectors in Malaysia are going for the ISO certification. However recently there has been an introduction of Islamic standard known as Islamic Standard Institute 2020 (ISI 2020). The ISI standards emphasize more on values that should be in the employees’ mind. By possessing good values, employees will work only for the betterment of the company. Currently only the feelings of being paid for the job exist in the employees’ mind. The non-Malays like Chinese and others, which comprise 40% of the sample size, are not aware about the existence of any Islamic quality system. As for the Malay managers, they support the Islamic quality systems. For them such values are encouraged by religion. By imitating religion, Allah promises a better life in this world and hereafter. Even though ISI 2020 is still new but the majority of Malays would support the need of Islamic quality system. Our findings suggest that integration of these two-quality systems running parallel would bring a better result.

Keywords: International Standard Organization (ISO), Islamic standard, quality, ISI 2020

Procedia PDF Downloads 415
2386 Optrix: Energy Aware Cross Layer Routing Using Convex Optimization in Wireless Sensor Networks

Authors: Ali Shareef, Aliha Shareef, Yifeng Zhu

Abstract:

Energy minimization is of great importance in wireless sensor networks in extending the battery lifetime. One of the key activities of nodes in a WSN is communication and the routing of their data to a centralized base-station or sink. Routing using the shortest path to the sink is not the best solution since it will cause nodes along this path to fail prematurely. We propose a cross-layer energy efficient routing protocol Optrix that utilizes a convex formulation to maximize the lifetime of the network as a whole. We further propose, Optrix-BW, a novel convex formulation with bandwidth constraint that allows the channel conditions to be accounted for in routing. By considering this key channel parameter we demonstrate that Optrix-BW is capable of congestion control. Optrix is implemented in TinyOS, and we demonstrate that a relatively large topology of 40 nodes can converge to within 91% of the optimal routing solution. We describe the pitfalls and issues related with utilizing a continuous form technique such as convex optimization with discrete packet based communication systems as found in WSNs. We propose a routing controller mechanism that allows for this transformation. We compare Optrix against the Collection Tree Protocol (CTP) and we found that Optrix performs better in terms of convergence to an optimal routing solution, for load balancing and network lifetime maximization than CTP.

Keywords: wireless sensor network, Energy Efficient Routing

Procedia PDF Downloads 391
2385 Measurements of Environmental Pollution in Chemical Fertilizer Industrial Area Using Magnetic Susceptibility Method

Authors: Ramadhani Yasyfi Cysela, Adinda Syifa Azhari, Eleonora Agustine

Abstract:

The World Health Organization (WHO) estimates that about a quarter of the diseases facing mankind today occur due to environmental pollution. The soil is a part of environment that have a widespread problem. The contaminated soil should no longer be used to grow food because the chemicals can leech into the food and harm people who eat it. The chemical fertilizer industry gives specific effect due to soil pollution. To determine ammonia and urea emissions from fertilizer industry, we can use physical characteristic of soil, which is magnetic susceptibility. Rock magnetism is used as a proxy indicator to determine changes in physical properties. Magnetic susceptibilities of samples in low and high frequency have been measured by Bartington MS2B magnetic susceptibility measurement device. The sample was taken from different area which located closer by pollution source and far from the pollution source. The susceptibility values of polluted samples in topsoil were quite low, with range from 187.1- 494.8 [x 10-8 m3 kg-1] when free polluted area’s sample has high values (1188.7- 2237.8 [x 10-8 m3 kg-1 ]). From this studies shows that susceptibility values in areas of the fertilizer industry are lower than the free polluted area.

Keywords: environmental, magnetic susceptibility, rock magnetism, soil pollution

Procedia PDF Downloads 357
2384 Evaluating Portfolio Performance by Highlighting Network Property and the Sharpe Ratio in the Stock Market

Authors: Zahra Hatami, Hesham Ali, David Volkman

Abstract:

Selecting a portfolio for investing is a crucial decision for individuals and legal entities. In the last two decades, with economic globalization, a stream of financial innovations has rushed to the aid of financial institutions. The importance of selecting stocks for the portfolio is always a challenging task for investors. This study aims to create a financial network to identify optimal portfolios using network centralities metrics. This research presents a community detection technique of superior stocks that can be described as an optimal stock portfolio to be used by investors. By using the advantages of a network and its property in extracted communities, a group of stocks was selected for each of the various time periods. The performance of the optimal portfolios compared to the famous index. Their Sharpe ratio was calculated in a timely manner to evaluate their profit for making decisions. The analysis shows that the selected potential portfolio from stocks with low centrality measurement can outperform the market; however, they have a lower Sharpe ratio than stocks with high centrality scores. In other words, stocks with low centralities could outperform the S&P500 yet have a lower Sharpe ratio than high central stocks.

Keywords: portfolio management performance, network analysis, centrality measurements, Sharpe ratio

Procedia PDF Downloads 154