Search results for: wind power system
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 21946

Search results for: wind power system

12166 High Pressure Multiphase Flow Experiments: The Impact of Pressure on Flow Patterns Using an X-Ray Tomography Visualisation System

Authors: Sandy Black, Calum McLaughlin, Alessandro Pranzitelli, Marc Laing

Abstract:

Multiphase flow structures of two-phase multicomponent fluids were experimentally investigated in a large diameter high-pressure pipeline up to 130 bar at TÜV SÜD’s National Engineering Laboratory Advanced Multiphase Facility. One of the main objectives of the experimental test campaign was to evaluate the impact of pressure on multiphase flow patterns as much of the existing information is based on low-pressure measurements. The experiments were performed in a horizontal and vertical orientation in both 4-inch and 6-inch pipework using nitrogen, ExxsolTM D140 oil, and a 6% aqueous solution of NaCl at incremental pressures from 10 bar to 130 bar. To visualise the detailed structure of the flow of the entire cross-section of the pipe, a fast response X-ray tomography system was used. A wide range of superficial velocities from 0.6 m/s to 24.0 m/s for gas and 0.04 m/s and 6.48 m/s for liquid was examined to evaluate different flow regimes. The results illustrated the suppression of instabilities between the gas and the liquid at the measurement location and that intermittent or slug flow was observed less frequently as the pressure was increased. CFD modellings of low and high-pressure simulations were able to successfully predict the likelihood of intermittent flow; however, further tuning is necessary to predict the slugging frequency. The dataset generated is unique as limited datasets exist above 100 bar and is of considerable value to multiphase flow specialists and numerical modellers.

Keywords: computational fluid dynamics, high pressure, multiphase, X-ray tomography

Procedia PDF Downloads 139
12165 Development of Adaptive Proportional-Integral-Derivative Feeding Mechanism for Robotic Additive Manufacturing System

Authors: Andy Alubaidy

Abstract:

In this work, a robotic additive manufacturing system (RAMS) that is capable of three-dimensional (3D) printing in six degrees of freedom (DOF) with very high accuracy and virtually on any surface has been designed and built. One of the major shortcomings in existing 3D printer technology is the limitation to three DOF, which results in prolonged fabrication time. Depending on the techniques used, it usually takes at least two hours to print small objects and several hours for larger objects. Another drawback is the size of the printed objects, which is constrained by the physical dimensions of most low-cost 3D printers, which are typically small. In such cases, large objects are produced by dividing them into smaller components that fit the printer’s workable area. They are then glued, bonded or otherwise attached to create the required object. Another shortcoming is material constraints and the need to fabricate a single part using different materials. With the flexibility of a six-DOF robot, the RAMS has been designed to overcome these problems. A feeding mechanism using an adaptive Proportional-Integral-Derivative (PID) controller is utilized along with a national instrument compactRIO (NI cRIO), an ABB robot, and off-the-shelf sensors. The RAMS have the ability to 3D print virtually anywhere in six degrees of freedom with very high accuracy. It is equipped with an ABB IRB 120 robot to achieve this level of accuracy. In order to convert computer-aided design (CAD) files to digital format that is acceptable to the robot, Hypertherm Robotic Software Inc.’s state-of-the-art slicing software called “ADDMAN” is used. ADDMAN is capable of converting any CAD file into RAPID code (the programing language for ABB robots). The robot uses the generated code to perform the 3D printing. To control the entire process, National Instrument (NI) compactRIO (cRio 9074), is connected and communicated with the robot and a feeding mechanism that is designed and fabricated. The feeding mechanism consists of two major parts, cold-end and hot-end. The cold-end consists of what is conventionally known as an extruder. Typically, a stepper-motor is used to control the push on the material, however, for optimum control, a DC motor is used instead. The hot-end consists of a melt-zone, nozzle, and heat-brake. The melt zone ensures a thorough melting effect and consistent output from the nozzle. Nozzles are made of brass for thermo-conductivity while the melt-zone is comprised of a heating block and a ceramic heating cartridge to transfer heat to the block. The heat-brake ensures that there is no heat creep-up effect as this would swell the material and prevent consistent extrusion. A control system embedded in the cRio is developed using NI Labview which utilizes adaptive PID to govern the heating cartridge in conjunction with a thermistor. The thermistor sends temperature feedback to the cRio, which will issue heat increase or decrease based on the system output. Since different materials have different melting points, our system will allow us to adjust the temperature and vary the material.

Keywords: robotic, additive manufacturing, PID controller, cRIO, 3D printing

Procedia PDF Downloads 215
12164 Test Bench Development and Functional Analysis of a Reaction Wheel for an Attitude Determination and Control System Prototype

Authors: Pablo Raul Yanyachi, Alfredo Mamani Saico, Jorch Mendoza, Wang Xinsheng

Abstract:

The Attitude Determination and Control System (ADCS) plays a pivotal role in the operation of nanosatellites such as Cubesats, managing orientation and stability during space missions. Within the ADCS, Reaction Wheels (RW) are electromechanical devices responsible for adjusting and maintaining satellite orientation through the application of kinetic moments. This study focuses on the characterization and analysis of a specific Reaction Wheel integrated into an ADCS prototype developed at the National University of San Agust´ın, Arequipa (UNSA). To achieve this, a single-axis Test Bench was constructed, where the reaction wheel consists of a brushless motor and an inertia flywheel driven by an Electronic Speed Controller (ESC). The research encompasses RW characterization, energy consumption evaluation, dynamic modeling, and control. The results have allowed us to ensure the maneuverability of ADCS prototypes while maintaining energy consumption within acceptable limits. The characterization and linearity analysis provides valuable insights for sizing and optimizing future reaction wheel prototypes for nanosatellites. This contributes to the ongoing development of aerospace technology within the scientific community at UNSA.

Keywords: test bench, nanosatellite, control, reaction wheel

Procedia PDF Downloads 89
12163 The Factors Predicting Credibility of News in Social Media in Thailand

Authors: Ekapon Thienthaworn

Abstract:

This research aims to study the reliability of the forecasting factor in social media by using survey research methods with questionnaires. The sampling is the group of undergraduate students in Bangkok. A multiple-step random number of 400 persons, data analysis are descriptive statistics with multivariate regression analysis. The research found the average of the overall trust at the intermediate level for reading the news in social media and the results of the multivariate regression analysis to find out the factors that forecast credibility of the media found the only content that has the power to forecast reliability of undergraduate students in Bangkok to reading the news on social media at the significance level.at 0.05.These can be factors with forecasts reliability of news in social media by a variable that has the highest influence factor of the media content and the speed is also important for reliability of the news.

Keywords: credibility of news, behaviors and attitudes, social media, web board

Procedia PDF Downloads 465
12162 Experiences of Timing Analysis of Parallel Embedded Software

Authors: Muhammad Waqar Aziz, Syed Abdul Baqi Shah

Abstract:

The execution time analysis is fundamental to the successful design and execution of real-time embedded software. In such analysis, the Worst-Case Execution Time (WCET) of a program is a key measure, on the basis of which system tasks are scheduled. The WCET analysis of embedded software is also needed for system understanding and to guarantee its behavior. WCET analysis can be performed statically (without executing the program) or dynamically (through measurement). Traditionally, research on the WCET analysis assumes sequential code running on single-core platforms. However, as computation is steadily moving towards using a combination of parallel programs and multi-core hardware, new challenges in WCET analysis need to be addressed. In this article, we report our experiences of performing the WCET analysis of Parallel Embedded Software (PES) running on multi-core platform. The primary purpose was to investigate how WCET estimates of PES can be computed statically, and how they can be derived dynamically. Our experiences, as reported in this article, include the challenges we faced, possible suggestions to these challenges and the workarounds that were developed. This article also provides observations on the benefits and drawbacks of deriving the WCET estimates using the said methods and provides useful recommendations for further research in this area.

Keywords: embedded software, worst-case execution-time analysis, static flow analysis, measurement-based analysis, parallel computing

Procedia PDF Downloads 318
12161 A Portable Device for Pulse Wave Velocity Measurements

Authors: Chien-Lin Wang, Cha-Ling Ko, Tainsong Chen

Abstract:

Pulse wave velocity (PWV) of blood flow provides important information of vessel property and blood pressure which can be used to assess cardiovascular disease. However, the above measurements need expensive equipment, such as Doppler ultrasound, MRI, angiography etc. The photoplethysmograph (PPG) signals are commonly utilized to detect blood volume changes. In this study, two infrared (IR) probes are designed and placed at a fixed distance from finger base and fingertip. An analog circuit with automatic gain adjustment is implemented to get the stable original PPG signals from above two IR probes. In order to obtain the time delay precisely between two PPG signals, we obtain the pulse transit time from the second derivative of the original PPG signals. To get a portable, wireless and low power consumption PWV measurement device, the low energy Bluetooth 4.0 (BLE) and the microprocessor (Cortex™-M3) are used in this study. The PWV is highly correlated with blood pressure. This portable device has potential to be used for continuous blood pressure monitoring.

Keywords: pulse wave velocity, photoplethysmography, portable device, biomedical engineering

Procedia PDF Downloads 523
12160 Geotechnical Design of Bridge Foundations and Approaches in Hilly Granite Formation

Authors: Q. J. Yang

Abstract:

This paper presents a case study of geotechnical design of bridge foundations and approaches in hilly granite formation in northern New South Wales of Australia. Firstly, the geological formation and existing cut slope conditions which have high risks of rock fall will be described. The bridge has three spans to be constructed using balanced cantilever method with a middle span of 150 m. After concept design option engineering, it was decided to change from pile foundation to pad footing with ground anchor system to optimize the bridge foundation design. The geotechnical design parameters were derived after two staged site investigations. The foundation design was carried out to satisfy both serviceability limit state and ultimate limit state during construction and in operation. It was found that the pad footing design was governed by serviceability limit state design loading cases. The design of bridge foundation also considered presence of weak rock layer intrusion and a layer of “no core” to ensure foundation stability. The precast mass concrete block system was considered for the retaining walls for the bridge approaches to resolve the constructability issue over hilly terrain. The design considered the retaining wall block sliding stability, while the overturning and internal stabilities are satisfied.

Keywords: pad footing, Hilly formation, stability, block works

Procedia PDF Downloads 323
12159 Resistance and Sub-Resistances of RC Beams Subjected to Multiple Failure Modes

Authors: F. Sangiorgio, J. Silfwerbrand, G. Mancini

Abstract:

Geometric and mechanical properties all influence the resistance of RC structures and may, in certain combination of property values, increase the risk of a brittle failure of the whole system. This paper presents a statistical and probabilistic investigation on the resistance of RC beams designed according to Eurocodes 2 and 8, and subjected to multiple failure modes, under both the natural variation of material properties and the uncertainty associated with cross-section and transverse reinforcement geometry. A full probabilistic model based on JCSS Probabilistic Model Code is derived. Different beams are studied through material nonlinear analysis via Monte Carlo simulations. The resistance model is consistent with Eurocode 2. Both a multivariate statistical evaluation and the data clustering analysis of outcomes are then performed. Results show that the ultimate load behaviour of RC beams subjected to flexural and shear failure modes seems to be mainly influenced by the combination of the mechanical properties of both longitudinal reinforcement and stirrups, and the tensile strength of concrete, of which the latter appears to affect the overall response of the system in a nonlinear way. The model uncertainty of the resistance model used in the analysis plays undoubtedly an important role in interpreting results.

Keywords: modelling, Monte Carlo simulations, probabilistic models, data clustering, reinforced concrete members, structural design

Procedia PDF Downloads 468
12158 Stability Assessment of Chamshir Dam Based on DEM, South West Zagros

Authors: Rezvan Khavari

Abstract:

The Zagros fold-thrust belt in SW Iran is a part of the Alpine-Himalayan system which consists of a variety of structures with different sizes or geometries. The study area is Chamshir Dam, which is located on the Zohreh River, 20 km southeast of Gachsaran City (southwest Iran). The satellite images are valuable means available to geologists for locating geological or geomorphological features expressing regional fault or fracture systems, therefore, the satellite images were used for structural analysis of the Chamshir dam area. As well, using the DEM and geological maps, 3D Models of the area have been constructed. Then, based on these models, all the acquired fracture traces data were integrated in Geographic Information System (GIS) environment by using Arc GIS software. Based on field investigation and DEM model, main structures in the area consist of Cham Shir syncline and two fault sets, the main thrust faults with NW-SE direction and small normal faults in NE-SW direction. There are three joint sets in the study area, both of them (J1 and J3) are the main large fractures around the Chamshir dam. These fractures indeed consist with the normal faults in NE-SW direction. The third joint set in NW-SE is normal to the others. In general, according to topography, geomorphology and structural geology evidences, Chamshir dam has a potential for sliding in some parts of Gachsaran formation.

Keywords: DEM, chamshir dam, zohreh river, satellite images

Procedia PDF Downloads 479
12157 Hermeneutical Understanding of 2 Cor. 7:1 in the Light of Igbo Cultural Concept of Purification

Authors: H. E. Amolo

Abstract:

The concepts of pollution or contamination and purification or ritual cleansing are very important concepts among traditional Africans. This is because in relation to human behaviors and attitudes, they constitute on the one hand what could be referred to as moral demands and on the other, what results in the default of such demands. The many taboos which a man has to observe are not to be regarded as things mechanical which do not touch the heart, but that the avoidance is a sacred law respected by the community. In breaking it, you offend the divine power’. Researches have shown that, Africans tenaciously hold the belief that, moral values are based upon the recognition of the divine will and that sin in the community must be expelled if perfect peace is to be enjoyed. Sadly enough, these moral values are gradually eroding in contemporary times. Thus, this study proposal calls for a survey of the passage from an African cultural context; how it can enhance the understanding of the text, as well as how it can complement its scholarly interpretation with the view of institutionalizing the concept of holiness as a means of bringing the people closer to God, and also instilling ethical purity and righteousness.

Keywords: cultural practices, Igbo ideology, purification, rituals

Procedia PDF Downloads 302
12156 Multiphase Equilibrium Characterization Model For Hydrate-Containing Systems Based On Trust-Region Method Non-Iterative Solving Approach

Authors: Zhuoran Li, Guan Qin

Abstract:

A robust and efficient compositional equilibrium characterization model for hydrate-containing systems is required, especially for time-critical simulations such as subsea pipeline flow assurance analysis, compositional simulation in hydrate reservoirs etc. A multiphase flash calculation framework, which combines Gibbs energy minimization function and cubic plus association (CPA) EoS, is developed to describe the highly non-ideal phase behavior of hydrate-containing systems. A non-iterative eigenvalue problem-solving approach for the trust-region sub-problem is selected to guarantee efficiency. The developed flash model is based on the state-of-the-art objective function proposed by Michelsen to minimize the Gibbs energy of the multiphase system. It is conceivable that a hydrate-containing system always contains polar components (such as water and hydrate inhibitors), introducing hydrogen bonds to influence phase behavior. Thus, the cubic plus associating (CPA) EoS is utilized to compute the thermodynamic parameters. The solid solution theory proposed by van der Waals and Platteeuw is applied to represent hydrate phase parameters. The trust-region method combined with the trust-region sub-problem non-iterative eigenvalue problem-solving approach is utilized to ensure fast convergence. The developed multiphase flash model's accuracy performance is validated by three available models (one published and two commercial models). Hundreds of published hydrate-containing system equilibrium experimental data are collected to act as the standard group for the accuracy test. The accuracy comparing results show that our model has superior performances over two models and comparable calculation accuracy to CSMGem. Efficiency performance test also has been carried out. Because the trust-region method can determine the optimization step's direction and size simultaneously, fast solution progress can be obtained. The comparison results show that less iteration number is needed to optimize the objective function by utilizing trust-region methods than applying line search methods. The non-iterative eigenvalue problem approach also performs faster computation speed than the conventional iterative solving algorithm for the trust-region sub-problem, further improving the calculation efficiency. A new thermodynamic framework of the multiphase flash model for the hydrate-containing system has been constructed in this work. Sensitive analysis and numerical experiments have been carried out to prove the accuracy and efficiency of this model. Furthermore, based on the current thermodynamic model in the oil and gas industry, implementing this model is simple.

Keywords: equation of state, hydrates, multiphase equilibrium, trust-region method

Procedia PDF Downloads 165
12155 Differential in Dynamics of Contraceptive Practices with Women's Sexual Empowerment in Selected South Asian Countries: Evidence from Two Decades DHS Surveys, 1990 and 2012

Authors: Brajesh

Abstract:

Introduction: It is generally believed that women's lack power to making decision may restrict their use of modern contraceptives practices. However, few studies have examined the different dimensions of women's empowerment and contraceptive use in Asian content. Pervasive gendered inequities and norms regarding the subordination of women give Asian men disproportionately more power than women, particularly in relation to the sex. We hypothesize that lack of sexual empowerment may pose an important barrier to reproductive health and adoption of family planning methods. Using the Demographic Health Survey, we examine the association between women’s sexual empowerment and contraceptive use in Nepal, Bangladesh and Pakistan. Objectives: To understand the trend and pattern of contraceptive choices and use among women due to sexual empowerment in selected south Asian countries. To examine the association between women’s sexual empowerment and contraceptive practices among non-pregnant married and partnered women in Nepal, Bangladesh and Pakistan. Methods: Data came from the latest round of Demographic and Health Surveys conducted between 2010-12 in and during deacde1990 -92 in Nepal, Bangladesh and Pakistan. Responses from married or cohabiting women aged 15-49 years were analyzed for six dimensions of empowerment and the current use of female-only methods or couple of methods. Bi-variate and multivariate multinomial regressions were used to identify associations between the empowerment dimensions and method use. Results: Positive associations were found between the overall empowerment score and method use in all countries (relative risk ratios, 1.1-1.3). In multivariate analysis, household economic decision-making was associated with the use of either female-only or couple methods (relative risk ratios -1. 1 for all), as was agreement on fertility preferences (RRR-1.3-1.6) and the ability to negotiate sexual activity (RRR -1. 1-1.2). In Bangladesh, women's negative attitudes toward domestic violence were correlated with the use of couple of methods (RRR -1. 1). Increasing levels of sexual empowerment were found to be associated with use of contraceptives, even after adjusting for demographic predictors of contraceptive use. This association is moderated by the wealth. Formal education, increasing wealth, and being in an unmarried partnership are associated with contraceptive use, whereas women who identify as being Muslim are less likely to use contraceptives than those who identify as being Hindus or other. These findings suggest that to achieve universal access to reproductive health services, gendered disparities in sexual empowerment, particularly among economically disadvantaged women, need to be better addressed. Conclusions: Intervention programs aimed at increasing contraceptive use may need to involve different approaches, including promoting couples' discussion of fertility preferences and family planning, improving women's self-efficacy in negotiating sexual activity and increasing their economic independence. Policies are needed to encourage the rural families to give their girls a chance of attending higher level education and professional course so that can get a better job opportunity and can economically support their family as son are expected to do.

Keywords: reproductive and child health (RCH), relative risk ratios (RRR), demographic and health survey (DHS), women’s sexual empowerment (WSE)

Procedia PDF Downloads 246
12154 Multi Object Tracking for Predictive Collision Avoidance

Authors: Bruk Gebregziabher

Abstract:

The safe and efficient operation of Autonomous Mobile Robots (AMRs) in complex environments, such as manufacturing, logistics, and agriculture, necessitates accurate multiobject tracking and predictive collision avoidance. This paper presents algorithms and techniques for addressing these challenges using Lidar sensor data, emphasizing ensemble Kalman filter. The developed predictive collision avoidance algorithm employs the data provided by lidar sensors to track multiple objects and predict their velocities and future positions, enabling the AMR to navigate safely and effectively. A modification to the dynamic windowing approach is introduced to enhance the performance of the collision avoidance system. The overall system architecture encompasses object detection, multi-object tracking, and predictive collision avoidance control. The experimental results, obtained from both simulation and real-world data, demonstrate the effectiveness of the proposed methods in various scenarios, which lays the foundation for future research on global planners, other controllers, and the integration of additional sensors. This thesis contributes to the ongoing development of safe and efficient autonomous systems in complex and dynamic environments.

Keywords: autonomous mobile robots, multi-object tracking, predictive collision avoidance, ensemble Kalman filter, lidar sensors

Procedia PDF Downloads 78
12153 On Algebraic Structure of Improved Gauss-Seide Iteration

Authors: O. M. Bamigbola, A. A. Ibrahim

Abstract:

Analysis of real life problems often results in linear systems of equations for which solutions are sought. The method to employ depends, to some extent, on the properties of the coefficient matrix. It is not always feasible to solve linear systems of equations by direct methods, as such the need to use an iterative method becomes imperative. Before an iterative method can be employed to solve a linear system of equations there must be a guaranty that the process of solution will converge. This guaranty, which must be determined a priori, involve the use of some criterion expressible in terms of the entries of the coefficient matrix. It is, therefore, logical that the convergence criterion should depend implicitly on the algebraic structure of such a method. However, in deference to this view is the practice of conducting convergence analysis for Gauss-Seidel iteration on a criterion formulated based on the algebraic structure of Jacobi iteration. To remedy this anomaly, the Gauss-Seidel iteration was studied for its algebraic structure and contrary to the usual assumption, it was discovered that some property of the iteration matrix of Gauss-Seidel method is only diagonally dominant in its first row while the other rows do not satisfy diagonal dominance. With the aid of this structure we herein fashion out an improved version of Gauss-Seidel iteration with the prospect of enhancing convergence and robustness of the method. A numerical section is included to demonstrate the validity of the theoretical results obtained for the improved Gauss-Seidel method.

Keywords: linear algebraic system, Gauss-Seidel iteration, algebraic structure, convergence

Procedia PDF Downloads 461
12152 Study of the Use of Artificial Neural Networks in Islamic Finance

Authors: Kaoutar Abbahaddou, Mohammed Salah Chiadmi

Abstract:

The need to find a relevant way to predict the next-day price of a stock index is a real concern for many financial stakeholders and researchers. We have known across years the proliferation of several methods. Nevertheless, among all these methods, the most controversial one is a machine learning algorithm that claims to be reliable, namely neural networks. Thus, the purpose of this article is to study the prediction power of neural networks in the particular case of Islamic finance as it is an under-looked area. In this article, we will first briefly present a review of the literature regarding neural networks and Islamic finance. Next, we present the architecture and principles of artificial neural networks most commonly used in finance. Then, we will show its empirical application on two Islamic stock indexes. The accuracy rate would be used to measure the performance of the algorithm in predicting the right price the next day. As a result, we can conclude that artificial neural networks are a reliable method to predict the next-day price for Islamic indices as it is claimed for conventional ones.

Keywords: Islamic finance, stock price prediction, artificial neural networks, machine learning

Procedia PDF Downloads 227
12151 Applicability of Fuzzy Logic for Intrusion Detection in Mobile Adhoc Networks

Authors: Ruchi Makani, B. V. R. Reddy

Abstract:

Mobile Adhoc Networks (MANETs) are gaining popularity due to their potential of providing low-cost mobile connectivity solutions to real-world communication problems. Integrating Intrusion Detection Systems (IDS) in MANETs is a tedious task by reason of its distinctive features such as dynamic topology, de-centralized authority and highly controlled/limited resource environment. IDS primarily use automated soft-computing techniques to monitor the inflow/outflow of traffic packets in a given network to detect intrusion. Use of machine learning techniques in IDS enables system to make decisions on intrusion while continuous keep learning about their dynamic environment. An appropriate IDS model is essential to be selected to expedite this application challenges. Thus, this paper focused on fuzzy-logic based machine learning IDS technique for MANETs and presented their applicability for achieving effectiveness in identifying the intrusions. Further, the selection of appropriate protocol attributes and fuzzy rules generation plays significant role for accuracy of the fuzzy-logic based IDS, have been discussed. This paper also presents the critical attributes of MANET’s routing protocol and its applicability in fuzzy logic based IDS.

Keywords: AODV, mobile adhoc networks, intrusion detection, anomaly detection, fuzzy logic, fuzzy membership function, fuzzy inference system

Procedia PDF Downloads 173
12150 Gender Equality in Brazil: Advances and Retreats in Times of Social Networks

Authors: Lara Góes Da Costa

Abstract:

This paper analyzes the social dimension of the empowerment of women in Brazil, following the principles of human development of the UN WOMEN, in particular the sixth principle, which establishes the promotion of gender equality through social policy initiatives and activism in general aimed at community. In Brazil, women's empowerment has taken social networks through the creation of avatars and pages of dissemination and promotion of gender equality, as well as denunciations and educational posts such as 'Observe Gender', 'Empower Two Women', 'Black Intellectual Women', among others. At the same time, women's social inclusion bills in various sectors are trailing in the legislative apparatus, with little or no relation to the current discussion of gender diversity and intersectionality. In this sense, this article establishes an analytical parallel between the media manifestations of social networks and the social distance of the representatives of the legislative power. This parallelly shows the political failing to meet the social demands of inclusion, as to multiply the creation of laws and the effectiveness of the principle of promoting gender equality.

Keywords: gender, rights, justice, social networks

Procedia PDF Downloads 391
12149 A Machine Learning Approach for Anomaly Detection in Environmental IoT-Driven Wastewater Purification Systems

Authors: Giovanni Cicceri, Roberta Maisano, Nathalie Morey, Salvatore Distefano

Abstract:

The main goal of this paper is to present a solution for a water purification system based on an Environmental Internet of Things (EIoT) platform to monitor and control water quality and machine learning (ML) models to support decision making and speed up the processes of purification of water. A real case study has been implemented by deploying an EIoT platform and a network of devices, called Gramb meters and belonging to the Gramb project, on wastewater purification systems located in Calabria, south of Italy. The data thus collected are used to control the wastewater quality, detect anomalies and predict the behaviour of the purification system. To this extent, three different statistical and machine learning models have been adopted and thus compared: Autoregressive Integrated Moving Average (ARIMA), Long Short Term Memory (LSTM) autoencoder, and Facebook Prophet (FP). The results demonstrated that the ML solution (LSTM) out-perform classical statistical approaches (ARIMA, FP), in terms of both accuracy, efficiency and effectiveness in monitoring and controlling the wastewater purification processes.

Keywords: environmental internet of things, EIoT, machine learning, anomaly detection, environment monitoring

Procedia PDF Downloads 145
12148 Functional Cell Surface Display Using Ice Nucleation Protein from Erwina ananas on Escherischia coli

Authors: Mei Yuin Joanne Wee, Rosli Md. Illias

Abstract:

Cell surface display is the expression of a protein with an anchoring motif on the surface of the cell. This approach offers advantages when used in bioconversion in terms of easier purification steps and more efficient enzymatic reaction. A surface display system using ice nucleation protein (InaA) from Erwina ananas as an anchoring motif has been constructed to display xylanase (xyl) on the surface of Escherischia coli. The InaA was truncated so that it is made up of the N- and C-terminal domain (INPANC-xyl) and it has successfully directed xylanase to the surface of the cell. A study was also done on xylanase fused to two other ice nucleation proteins, InaK (INPKNC-xyl) and InaZ (INPZNC-xyl) from Pseudomonas syringae KCTC 1832 and Pseudomonas syringae S203 respectively. Surface localization of the fusion protein was verified using SDS-PAGE and Western blot on the cell fractions and all anchoring motifs were successfully displayed on the outer membrane of E. coli. Upon comparison, whole-cell activity of INPANC-xyl was more than six and five times higher than INPKNC-xyl and INPZNC-xyl respectively. Furthermore, the expression of INPANC-xyl on the surface of E. coli did not inhibit the growth of the cell. This is the first report of surface display system using ice nucleation protein, InaA from E. ananas. From this study, this anchoring motif offers an attractive alternative to the current surface display systems.

Keywords: cell surface display, Escherischia coli, ice nucleation protein, xylanase

Procedia PDF Downloads 388
12147 Different Tillage Possibilities for Second Crop in Green Bean Farming

Authors: Yilmaz Bayhan, Emin Güzel, Ömer Barış Özlüoymak, Ahmet İnce, Abdullah Sessiz

Abstract:

In this study, determining of reduced tillage techniques in green bean farming as a second crop after harvesting wheat was targeted. To this aim, four different soil tillage methods namely, heavy-duty disc harrow (HD), rotary tiller (ROT), heavy-duty disc harrow plus rotary tiller (HD+ROT) and no-tillage (NT) (seeding by direct drill) were examined. Experiments were arranged in a randomized block design with three replications. The highest green beans yields were obtained in HD+ROT and NT as 5,862.1 and 5,829.3 Mg/ha, respectively. The lowest green bean yield was found in HD as 3,076.7 Mg/ha. The highest fuel consumption was measured 30.60 L ha-1 for HD+ROT whereas the lowest value was found 7.50 L ha-1 for NT. No tillage method gave the best results for fuel consumption and effective power requirement. It is concluded that no-tillage method can be used in second crop green bean in the Thrace Region due to economic and erosion conditions.

Keywords: green bean, soil tillage, yield, vegetative

Procedia PDF Downloads 370
12146 Some Aspects of Water Resources Management in Arid and Semi-Arid Regions, Case Study of Western Iran

Authors: Amir Hamzeh Haghiabi

Abstract:

Water resource management is of global significance as it plays a key role in the socioeconomic development of all nations. On account of the fact that Iran is situated in a highly pressurized belt in the world, precipitation is limited, so that the average annual precipitation in the country is about 250 mm, only about one third to one quarter of the world average for rainfall. Karkheh basin is located in the semiarid and arid regions of Western Iran, an area with severe water scarcity. 70 % of rainfall is directly evaporated. The potential annual evaporation of the southern and northern regions is 3,600 mm 1,800 mm, respectively. In this paper, Some aspects of water resources management for this region, the specifications of the Karkheh reservoir dam & hydroelectric power plant as the biggest dam in history of Iran with total volume of reservoir 7.3 Bm3 are illustrated. Also the situation of water availability in the basin, surface and groundwater potential are considered.

Keywords: Iran, water availability, water resources, Zagros

Procedia PDF Downloads 642
12145 Synergistic Studies of Multi-Flame Retarders Using Silica Nanoparticles, and Nitrogen and Phosphorus-Based Compounds for Polystyrene Using Response Surface Methodology

Authors: Florencio D. De Los Reyes, Magdaleno R. Vasquez Jr., Mark Daniel G. De Luna, Peerasak Paoprasert

Abstract:

The effect of adding silica nanoparticles (SiNPs) obtained from rice husk, and phosphorus and nitrogen based compounds namely 9,10-dihydro-9-oxa-10-phosphaphenantrene-10-oxide (DOPO) and melamine, respectively, on the flammability of polystyrene (PS) was studied using response surface methodology (RSM). The flammability of PS was reduced as the limiting oxygen index (LOI) values increased when the flame retardant additives were added. DOPO exhibited the best retarding property increasing the LOI value of PS by 42.4%. A quadratic model for LOI was obtained from the RSM results, with percent loading of SiNPs, DOPO, and melamine, as independent variables. The observed increase in the LOI value as the percent loading of the flame retardant additives is increased, was attributed both to the main effects and synergistic effects of the parameters, as the LOI response of SiNPs is greatly enhanced by the addition of DOPO and melamine, as shown by the response surface plots. This indicates the potential of producing a cheaper, effective, and non-toxic multi-flame retardant system for the polymeric system via different flame retarding mechanisms.

Keywords: flame retardancy, polystyrene, response surface methodology, rice husk, silica nanoparticle

Procedia PDF Downloads 282
12144 Supplementing Aerial-Roving Surveys with Autonomous Optical Cameras: A High Temporal Resolution Approach to Monitoring and Estimating Effort within a Recreational Salmon Fishery in British Columbia, Canada

Authors: Ben Morrow, Patrick O'Hara, Natalie Ban, Tunai Marques, Molly Fraser, Christopher Bone

Abstract:

Relative to commercial fisheries, recreational fisheries are often poorly understood and pose various challenges for monitoring frameworks. In British Columbia (BC), Canada, Pacific salmon are heavily targeted by recreational fishers while also being a key source of nutrient flow and crucial prey for a variety of marine and terrestrial fauna, including endangered Southern Resident killer whales (Orcinus orca). Although commercial fisheries were historically responsible for the majority of salmon retention, recreational fishing now comprises both greater effort and retention. The current monitoring scheme for recreational salmon fisheries involves aerial-roving creel surveys. However, this method has been identified as costly and having low predictive power as it is often limited to sampling fragments of fluid and temporally dynamic fisheries. This study used imagery from two shore-based autonomous cameras in a highly active recreational fishery around Sooke, BC, and evaluated their efficacy in supplementing existing aerial-roving surveys for monitoring a recreational salmon fishery. This study involved continuous monitoring and high temporal resolution (over one million images analyzed in a single fishing season), using a deep learning-based vessel detection algorithm and a custom image annotation tool to efficiently thin datasets. This allowed for the quantification of peak-season effort from a busy harbour, species-specific retention estimates, high levels of detected fishing events at a nearby popular fishing location, as well as the proportion of the fishery management area represented by cameras. Then, this study demonstrated how it could substantially enhance the temporal resolution of a fishery through diel activity pattern analyses, scaled monthly to visualize clusters of activity. This work also highlighted considerable off-season fishing detection, currently unaccounted for in the existing monitoring framework. These results demonstrate several distinct applications of autonomous cameras for providing enhanced detail currently unavailable in the current monitoring framework, each of which has important considerations for the managerial allocation of resources. Further, the approach and methodology can benefit other studies that apply shore-based camera monitoring, supplement aerial-roving creel surveys to improve fine-scale temporal understanding, inform the optimal timing of creel surveys, and improve the predictive power of recreational stock assessments to preserve important and endangered fish species.

Keywords: cameras, monitoring, recreational fishing, stock assessment

Procedia PDF Downloads 119
12143 A Method for Clinical Concept Extraction from Medical Text

Authors: Moshe Wasserblat, Jonathan Mamou, Oren Pereg

Abstract:

Natural Language Processing (NLP) has made a major leap in the last few years, in practical integration into medical solutions; for example, extracting clinical concepts from medical texts such as medical condition, medication, treatment, and symptoms. However, training and deploying those models in real environments still demands a large amount of annotated data and NLP/Machine Learning (ML) expertise, which makes this process costly and time-consuming. We present a practical and efficient method for clinical concept extraction that does not require costly labeled data nor ML expertise. The method includes three steps: Step 1- the user injects a large in-domain text corpus (e.g., PubMed). Then, the system builds a contextual model containing vector representations of concepts in the corpus, in an unsupervised manner (e.g., Phrase2Vec). Step 2- the user provides a seed set of terms representing a specific medical concept (e.g., for the concept of the symptoms, the user may provide: ‘dry mouth,’ ‘itchy skin,’ and ‘blurred vision’). Then, the system matches the seed set against the contextual model and extracts the most semantically similar terms (e.g., additional symptoms). The result is a complete set of terms related to the medical concept. Step 3 –in production, there is a need to extract medical concepts from the unseen medical text. The system extracts key-phrases from the new text, then matches them against the complete set of terms from step 2, and the most semantically similar will be annotated with the same medical concept category. As an example, the seed symptom concepts would result in the following annotation: “The patient complaints on fatigue [symptom], dry skin [symptom], and Weight loss [symptom], which can be an early sign for Diabetes.” Our evaluations show promising results for extracting concepts from medical corpora. The method allows medical analysts to easily and efficiently build taxonomies (in step 2) representing their domain-specific concepts, and automatically annotate a large number of texts (in step 3) for classification/summarization of medical reports.

Keywords: clinical concepts, concept expansion, medical records annotation, medical records summarization

Procedia PDF Downloads 129
12142 Factors Impacting Shopping Behavior for Luxury Fashion Brands: A Case of National Capital Region in India

Authors: Manoj Kumar, Preeti Goel

Abstract:

National Capital Region of India is one of the most populous urban agglomerations in the world. This region has residents from all the parts of India, and their shopping behaviors are quite different. The region also has the substantial population of people from other countries. Due to high purchasing power of a large number of people, NCR is one the major markets for luxury fashion brands. Marketers of luxury fashion brands keep on adding innovative features to their products to attract the buyers. This research is an attempt to understand the major factors which impact the brand selection for these brands and other buying decisions like purchasing time and location. The research is based on primary data collected from potential buyers of luxury fashion brands and the people involved in the marketing of these brands in various roles. The research has tried to identify the relative strength of various factors on the shopping behavior for these brands.

Keywords: luxury brands, fashion, shopping, National Capital Region (NCR)

Procedia PDF Downloads 406
12141 Development of Microwave-Assisted Alkalic Salt Pretreatment Regimes for Enhanced Sugar Recovery from Corn Cobs

Authors: Yeshona Sewsynker

Abstract:

This study presents three microwave-assisted alkalic salt pretreatments to enhance delignification and enzymatic saccharification of corn cobs. The effects of process parameters of salt concentration (0-15%), microwave power intensity (0-800 W) and pretreatment time (2-8 min) on reducing sugar yield from corn cobs were investigated. Pretreatment models were developed with the high coefficient of determination values (R2>0.85). Optimization gave a maximum reducing sugar yield of 0.76 g/g. Scanning electron microscopy (SEM) and Fourier Transform Infrared analysis (FTIR) showed major changes in the lignocellulosic structure after pretreatment. A 7-fold increase in the sugar yield was observed compared to previous reports on the same substrate. The developed pretreatment strategy was effective for enhancing enzymatic saccharification from lignocellulosic wastes for microbial biofuel production processes and value-added products.

Keywords: pretreatment, lignocellulosic biomass, enzymatic hydrolysis, delignification

Procedia PDF Downloads 494
12140 The Delaying Influence of Degradation on the Divestment of Gas Turbines for Associated Gas Utilisation: Part 1

Authors: Mafel Obhuo, Dodeye I. Igbong, Duabari S. Aziaka, Pericles Pilidis

Abstract:

An important feature of the exploitation of associated gas as fuel for gas turbine engines is a declining supply. So when exploiting this resource, the divestment of prime movers is very important as the fuel supply diminishes with time. This paper explores the influence of engine degradation on the timing of divestments. Hypothetical but realistic gas turbine engines were modelled with Turbomatch, the Cranfield University gas turbine performance simulation tool. The results were deployed in three degradation scenarios within the TERA (Techno-economic and environmental risk analysis) framework to develop economic models. An optimisation with Genetic Algorithms was carried out to maximize the economic benefit. The results show that degradation will have a significant impact. It will delay the divestment of power plants, while they are running less efficiently. Over a 20 year investment, a decrease of $0.11bn, $0.26bn and $0.45bn (billion US dollars) were observed for the three degradation scenarios as against the clean case.

Keywords: economic return, flared associated gas, net present value, optimization

Procedia PDF Downloads 132
12139 The Reception of the Notion of Soul as Vis Representativa in Kant’s Pre-critical Philosophy

Authors: Simone D'Armi

Abstract:

The notion of the representational soul is widely discussed within the German metaphysical landscape of the 18th century. The enunciation of the notion implies, within the 18th-century German rationalism, a number of generally accepted metaphysical notions. However, in the pre-critical writings of Immanuel Kant, it is possible to identify a critical stance towards this notion. The paper thematizes two central aspects: on the one hand, it discusses the notion of the vis of the representative soul, and on the other, it addresses the question of the fundamental forces ( Grundkraefte) of the soul. The aim of the present paper is to show how Kant, in the Nova Dilucidatio and in his Lectures on Metaphysics, probably delivered in the mid-1770s, despite the Wolffian terminology he employed in the field of psychology, criticizes the central aspects connected with the notion of the soul as a representative force. Beginning with a critical analysis of the relationship between Kantian ideas and those of some key exponents of German metaphysical rationalism, it emerges how the Kantian position stands as an alternative to its own historical context.

Keywords: German metaphysics, soul, power, pre-critical philosophy

Procedia PDF Downloads 58
12138 A New Low Cost Seismic Response Controlling Structures with Semi Base Isolation Devices

Authors: M. Ezati Kooshki, A. Abbaszadeh Shahri

Abstract:

A number of devices used to control seismic structures have been developed during the past decades. One of the effective ways to reduce seismic forces transmitted to the buildings is through the base isolation systems, but the use of these devices is currently limited to large and expensive buildings. This study was an attempt to introduce an effective and low cost way to protect of structures against grand motions by a semi base isolation system. In this new way, structures were not completely decoupled of bases and the natural frequency of structures was changed due to earthquake by changing the horizontal stiffness; therefore, ground excitation energy was dissipated before entering the structures. For analyzing the dynamic behavior, the new method used finite element software (ABAQUS 6-10-1). This investigation introduced a new package of semi base isolation devices with a new material constitutive, but common in automobile industries, seeking to evaluate the effects of additional new devices on the seismic response when compared with structures without additional devises for different ground motions. The proposed semi base isolation devices were applied to a one story frame and the time history analysis was conducted on the record of Kobe earthquake (1995). The results showed that the efficiency reduced the floor acceleration and displacement, as well as velocity.

Keywords: semi base isolation system, finite element, natural frequency, horizontal stiffness

Procedia PDF Downloads 392
12137 Distributed Optical Fiber Vibration Sensing Using Phase Generated Carrier Demodulation Algorithm

Authors: Zhihua Yu, Qi Zhang, Mingyu Zhang, Haolong Dai

Abstract:

Distributed fiber-optic vibration sensors are gaining extensive attention, for the advantages of high sensitivity, accurate location, light weight, large-scale monitoring, good concealment, and etc. In this paper, a novel optical fiber distributed vibration sensing system is proposed, which is based on self-interference of Rayleigh backscattering with phase generated carrier (PGC) demodulation algorithm. Pulsed lights are sent into the sensing fiber and the Rayleigh backscattering light from a certain position along the sensing fiber would interfere through an unbalanced Michelson Interferometry (MI) to generate the interference light. An improved PGC demodulation algorithm is carried out to recover the phase information of the interference signal, which carries the sensing information. Three vibration events were applied simultaneously to different positions over 2000m sensing fiber and demodulated correctly. Experiments show that the spatial resolution of is 10 m, and the noise level of the Φ-OTDR system is about 10-3 rad/√Hz, and the signal to noise ratio (SNR) is about 30.34dB. This vibration measurement scheme can be applied at surface, seabed or downhole for vibration measurements or distributed acoustic sensing (DAS).

Keywords: fiber optics sensors, Michelson interferometry, MI, phase-sensitive optical time domain reflectometry, Φ-OTDR, phase generated carrier, PGC

Procedia PDF Downloads 183