Search results for: adopt heritage scheme
1535 End-to-End Spanish-English Sequence Learning Translation Model
Authors: Vidhu Mitha Goutham, Ruma Mukherjee
Abstract:
The low availability of well-trained, unlimited, dynamic-access models for specific languages makes it hard for corporate users to adopt quick translation techniques and incorporate them into product solutions. As translation tasks increasingly require a dynamic sequence learning curve; stable, cost-free opensource models are scarce. We survey and compare current translation techniques and propose a modified sequence to sequence model repurposed with attention techniques. Sequence learning using an encoder-decoder model is now paving the path for higher precision levels in translation. Using a Convolutional Neural Network (CNN) encoder and a Recurrent Neural Network (RNN) decoder background, we use Fairseq tools to produce an end-to-end bilingually trained Spanish-English machine translation model including source language detection. We acquire competitive results using a duo-lingo-corpus trained model to provide for prospective, ready-made plug-in use for compound sentences and document translations. Our model serves a decent system for large, organizational data translation needs. While acknowledging its shortcomings and future scope, it also identifies itself as a well-optimized deep neural network model and solution.Keywords: attention, encoder-decoder, Fairseq, Seq2Seq, Spanish, translation
Procedia PDF Downloads 1741534 Design, Development and Application of a Green Manure Fertilizer Based on Mucuna Pruriens (L.) in Pelletized Presentation
Authors: Andres Zuñiga Orozco
Abstract:
Green manure fertilizers have special importance in the development of organic and sustainable agriculture as a substitute or complement to chemical fertilization. They have many advantages, but they have application limitations in greenhouse crops and in open field crops that have low growing size. On the other hand, the logistics of sowing, harvesting and applying have been difficult for producers to adopt. For this reason, a pelletized presentation was designed in conjunction with Trichoderma harzianum. The biopellet was applied in pineapple as the first experience, managing to improve carbon levels in the soil and some nutrients. Then it was applied to tomatoes where it was proven that, nutritionally, it is possible to nourish the crop up to day 60 only with the biopellet, improve carbon levels in soil and control the fungus Fusarium oxysporum. Subsequently, it was applied to coffee seedlings with an organo-mineral formulation. Here, the improvement in the growth and nutrition of the plants was notable, as well as the increase in the microbial activity of the soil. M. pruriens biopellets allow crops to be nourished, allow biocontrolers to be added, improve soil conditions to promote greater microbial activity, reincorporate carbon and CO2 into the soil, are easily applicable, allow dosing and have a favorable shelf-life. They can be applied to all types of crops, both in the greenhouse and in the field.Keywords: Mucuna pruriens, pellets, carbon, Trichoderma, Fusarium
Procedia PDF Downloads 571533 Equity Investment Restrictions and Pension Replacement Rates in Nigeria: A Ruin-Risk Analysis
Authors: Uche A. Ibekwe
Abstract:
Pension funds are pooled assets which are established to provide income for retirees. The funds are usually regulated to check excessive risk taking by fund managers. In Nigeria, the current defined contribution (DC) pension scheme appears to contain some overly stringent restrictions which might be hampering its successful implementation. Notable among these restrictions is the 25 percent maximum limit on investment in ordinary shares of quoted companies. This paper examines the extent to which these restrictions affect pension replacement rates at retirement. The study made use of both simulated and historical asset return distributions using mean-variance, regression analysis and ruin-risk analyses, the study found that the current equity investment restriction policy in Nigeria reduces replacement rates at retirement.Keywords: equity investment, replacement rates, restrictions, ruin-risk
Procedia PDF Downloads 3431532 e-Learning Security: A Distributed Incident Response Generator
Authors: Bel G Raggad
Abstract:
An e-Learning setting is a distributed computing environment where information resources can be connected to any public network. Public networks are very unsecure which can compromise the reliability of an e-Learning environment. This study is only concerned with the intrusion detection aspect of e-Learning security and how incident responses are planned. The literature reported great advances in intrusion detection system (ids) but neglected to study an important ids weakness: suspected events are detected but an intrusion is not determined because it is not defined in ids databases. We propose an incident response generator (DIRG) that produces incident responses when the working ids system suspects an event that does not correspond to a known intrusion. Data involved in intrusion detection when ample uncertainty is present is often not suitable to formal statistical models including Bayesian. We instead adopt Dempster and Shafer theory to process intrusion data for the unknown event. The DIRG engine transforms data into a belief structure using incident scenarios deduced by the security administrator. Belief values associated with various incident scenarios are then derived and evaluated to choose the most appropriate scenario for which an automatic incident response is generated. This article provides a numerical example demonstrating the working of the DIRG system.Keywords: decision support system, distributed computing, e-Learning security, incident response, intrusion detection, security risk, statefull inspection
Procedia PDF Downloads 4361531 Study of Heat Transfer in the Absorber Plates of a Flat-Plate Solar Collector Using Dual-Phase-Lag Model
Authors: Yu-Ching Yang, Haw-Long Lee, Win-Jin Chang
Abstract:
The present work numerically analyzes the transient heat transfer in the absorber plates of a flat-plate solar collector based on the dual-phase-lag (DPL) heat conduction model. An efficient numerical scheme involving the hybrid application of the Laplace transform and control volume methods is used to solve the linear hyperbolic heat conduction equation. This work also examines the effect of different medium parameters on the behavior of heat transfer. Results show that, while the heat-flux phase lag induces thermal waves in the medium, the temperature-gradient phase lag smoothens the thermal waves by promoting non-Fourier diffusion-like conduction into the medium.Keywords: absorber plates, dual-phase-lag, non-Fourier, solar collector
Procedia PDF Downloads 3891530 Predictive Analytics of Student Performance Determinants
Authors: Mahtab Davari, Charles Edward Okon, Somayeh Aghanavesi
Abstract:
Every institute of learning is usually interested in the performance of enrolled students. The level of these performances determines the approach an institute of study may adopt in rendering academic services. The focus of this paper is to evaluate students' academic performance in given courses of study using machine learning methods. This study evaluated various supervised machine learning classification algorithms such as Logistic Regression (LR), Support Vector Machine, Random Forest, Decision Tree, K-Nearest Neighbors, Linear Discriminant Analysis, and Quadratic Discriminant Analysis, using selected features to predict study performance. The accuracy, precision, recall, and F1 score obtained from a 5-Fold Cross-Validation were used to determine the best classification algorithm to predict students’ performances. SVM (using a linear kernel), LDA, and LR were identified as the best-performing machine learning methods. Also, using the LR model, this study identified students' educational habits such as reading and paying attention in class as strong determinants for a student to have an above-average performance. Other important features include the academic history of the student and work. Demographic factors such as age, gender, high school graduation, etc., had no significant effect on a student's performance.Keywords: student performance, supervised machine learning, classification, cross-validation, prediction
Procedia PDF Downloads 1251529 Understanding and Improving Neural Network Weight Initialization
Authors: Diego Aguirre, Olac Fuentes
Abstract:
In this paper, we present a taxonomy of weight initialization schemes used in deep learning. We survey the most representative techniques in each class and compare them in terms of overhead cost, convergence rate, and applicability. We also introduce a new weight initialization scheme. In this technique, we perform an initial feedforward pass through the network using an initialization mini-batch. Using statistics obtained from this pass, we initialize the weights of the network, so the following properties are met: 1) weight matrices are orthogonal; 2) ReLU layers produce a predetermined number of non-zero activations; 3) the output produced by each internal layer has a unit variance; 4) weights in the last layer are chosen to minimize the error in the initial mini-batch. We evaluate our method on three popular architectures, and a faster converge rates are achieved on the MNIST, CIFAR-10/100, and ImageNet datasets when compared to state-of-the-art initialization techniques.Keywords: deep learning, image classification, supervised learning, weight initialization
Procedia PDF Downloads 1341528 An Integrated Approach of Islamic Social Financing for Achieving Sustainable Development Goals (SDGS) Through Crowdfunding: A Model for Sharing Economy for Community Development in Bangladesh
Authors: Md. Abu Yousuf
Abstract:
Islamic social financing (ISF) refers to the fair distribution of wealth and financial dealings and prevents economic exploitation at all levels. ISF instruments include Islamic institutions Zakat (obligatory charity), Sadaqah (voluntary charity) and Waqf (endowment) based on philanthropy such and Qard-al Hasan (beautiful loan), micro takaful (insurance) and social investments through Sukuk (bonds) based on cooperation. ISF contributes to socio-economic development, end poverty, protects environmental sustainability, promotes education, equality, social justice and above all, establishes social well-being since the birth of Islam. ISF tools are instrumental towards achieving sustainable development goals (SDGs) set by United Nations (UN). The present study will explore the scope of ISF for community development in Bangladesh and examine the challenges in implementing ISF tools and will provide the most practical model of ISF. The study will adopt a mixed-method (MM) design in the process of data collection and analysis. The researcher will consider all issues related to ethics, reliability, validity and feasibility while conducting the study.Keywords: Islamic social financing, sustainable development goals, poverty eradication, zakat, waqf, sadaqah, Islamic microfinance
Procedia PDF Downloads 1841527 A Fundamental Functional Equation for Lie Algebras
Authors: Ih-Ching Hsu
Abstract:
Inspired by the so called Jacobi Identity (x y) z + (y z) x + (z x) y = 0, the following class of functional equations EQ I: F [F (x, y), z] + F [F (y, z), x] + F [F (z, x), y] = 0 is proposed, researched and generalized. Research methodologies begin with classical methods for functional equations, then evolve into discovering of any implicit algebraic structures. One of this paper’s major findings is that EQ I, under two additional conditions F (x, x) = 0 and F (x, y) + F (y, x) = 0, proves to be a fundamental functional equation for Lie Algebras. Existence of non-trivial solutions for EQ I can be proven by defining F (p, q) = [p q] = pq –qp, where p and q are quaternions, and pq is the quaternion product of p and q. EQ I can be generalized to the following class of functional equations EQ II: F [G (x, y), z] + F [G (y, z), x] + F [G (z, x), y] = 0. Concluding Statement: With a major finding proven, and non-trivial solutions derived, this research paper illustrates and provides a new functional equation scheme for studies in two major areas: (1) What underlying algebraic structures can be defined and/or derived from EQ I or EQ II? (2) What conditions can be imposed so that conditional general solutions to EQ I and EQ II can be found, investigated and applied?Keywords: fundamental functional equation, generalized functional equations, Lie algebras, quaternions
Procedia PDF Downloads 2221526 The Role of State Practices and Custom in Outer Space Law
Authors: Biswanath Gupta, Raju Kd
Abstract:
Space law is the new entry in the basket of international law in the latter half of the 20th Century. In the last hundred and fifty years, courts and scholars developed a consensus that, the custom is an important source of international law. Article 38(1) (b) of the statute of the International Court of Justice recognized international custom as a source of international law. State practices and usages have a greater role to play in formulating customary international law. This paper examines those state practices which can be qualified to become international customary law. Since, 1979 (after Moon Treaty) no hard law have been developed in the area of space exploration. It tries to link between state practices and custom in space exploration and development of customary international law in space activities. The paper uses doctrinal method of legal research for examining the current questions of international law. The paper explores different international legal documents such as General Assembly Resolutions, Treaty principles, working papers of UN, cases relating to customary international law and writing of jurists relating to space law and customary international law. It is argued that, principles such as common heritage of mankind, non-military zone, sovereign equality, nuclear weapon free zone and protection of outer space environment, etc. developed state practices among the international community which can be qualified to become international customary law.Keywords: customary international law, state practice, space law, treaty
Procedia PDF Downloads 3421525 Government Big Data Ecosystem: A Systematic Literature Review
Authors: Syed Iftikhar Hussain Shah, Vasilis Peristeras, Ioannis Magnisalis
Abstract:
Data that is high in volume, velocity, veracity and comes from a variety of sources is usually generated in all sectors including the government sector. Globally public administrations are pursuing (big) data as new technology and trying to adopt a data-centric architecture for hosting and sharing data. Properly executed, big data and data analytics in the government (big) data ecosystem can be led to data-driven government and have a direct impact on the way policymakers work and citizens interact with governments. In this research paper, we conduct a systematic literature review. The main aims of this paper are to highlight essential aspects of the government (big) data ecosystem and to explore the most critical socio-technical factors that contribute to the successful implementation of government (big) data ecosystem. The essential aspects of government (big) data ecosystem include definition, data types, data lifecycle models, and actors and their roles. We also discuss the potential impact of (big) data in public administration and gaps in the government data ecosystems literature. As this is a new topic, we did not find specific articles on government (big) data ecosystem and therefore focused our research on various relevant areas like humanitarian data, open government data, scientific research data, industry data, etc.Keywords: applications of big data, big data, big data types. big data ecosystem, critical success factors, data-driven government, egovernment, gaps in data ecosystems, government (big) data, literature review, public administration, systematic review
Procedia PDF Downloads 2271524 Fault-Tolerant Fuzzy Gain-Adaptive PID Control for a 2 DOF Helicopter, TRMS System
Authors: Abderrahmen Bouguerra, Kamel Kara, Djamel Saigaa, Samir Zeghlache, Keltoum Loukal
Abstract:
In this paper, a Fault-Tolerant control of 2 DOF Helicopter (TRMS System) Based on Fuzzy Gain-Adaptive PID is presented. In particular, the introduction part of the paper presents a Fault-Tolerant Control (FTC), the first part of this paper presents a description of the mathematical model of TRMS, an adaptive PID controller is proposed for fault-tolerant control of a TRMS helicopter system in the presence of actuator faults, A fuzzy inference scheme is used to tune in real-time the controller gains, The proposed adaptive PID controller is compared with the conventional PID. The obtained results show the effectiveness of the proposed method.Keywords: fuzzy control, gain-adaptive PID, helicopter model, PID control, TRMS system
Procedia PDF Downloads 4831523 Effect of Cost Control and Cost Reduction Techniques in Organizational Performance
Authors: Babatunde Akeem Lawal
Abstract:
In any organization, the primary aim is to maximize profit, but the major challenges facing them is the increase in cost of operation because of this there is increase in cost of production that could lead to inevitable cost control and cost reduction scheme which make it difficult for most organizations to operate at the cost efficient frontier. The study aims to critically examine and evaluate the application of cost control and cost reduction in organization performance and also to review budget as an effective tool of cost control and cost reduction. A descriptive survey research was adopted. A total number of 40 respondent retrieved were used for the study. The analysis of data collected was undertaken by applying appropriate statistical tools. Regression analysis was used to test the hypothesis with the use of SPSS. Based on the findings; it was evident that cost control has a positive impact on organizational performance and also the style of management has a positive impact on organizational performance.Keywords: organization, cost reduction, cost control, performance, budget, profit
Procedia PDF Downloads 5991522 Boundary Alert System for Powered Wheelchair in Confined Area Training
Authors: Tsoi Kim Ming, Yu King Pong
Abstract:
Background: With powered wheelchair, patients can travel more easily and conveniently. However, some patients suffer from other difficulties, such as visual impairment, cognitive disorder, or psychological issues, which make them unable to control powered wheelchair safely. Purpose: Therefore, those patients are required to complete a comprehensive driving training by therapists on confined area, which simulates narrow paths in daily live. During the training, therapists will give series of driving instruction to patients, which may be unaware of patients crossing out the boundary of area. To facilitate the training, it is needed to develop a device to provide warning to patients during training Method: We adopt LIDAR for distance sensing started from center of confined area. Then, we program the LIDAR with linear geometry to remember each side of the area. The LIDAR will sense the location of wheelchair continuously. Once the wheelchair is driven out of the boundary, audio alert will be given to patient. Result: Patients can pay their attention to the particular driving situation followed by audio alert during driving training, which can learn how to avoid out of boundary in similar situation next time. Conclusion: Instead of only instructed by therapist, the LIDAR can facilitate the powered wheelchair training by patients actively pay their attention to driving situation. After training, they are able to control the powered wheelchair safely when facing difficult and narrow path in real life.Keywords: PWC, training, rehab, AT
Procedia PDF Downloads 1031521 Simulation of a Fluid Catalytic Cracking Process
Authors: Sungho Kim, Dae Shik Kim, Jong Min Lee
Abstract:
Fluid catalytic cracking (FCC) process is one of the most important process in modern refinery indusrty. This paper focuses on the fluid catalytic cracking (FCC) process. As the FCC process is difficult to model well, due to its nonlinearities and various interactions between its process variables, rigorous process modeling of whole FCC plant is demanded for control and plant-wide optimization of the plant. In this study, a process design for the FCC plant includes riser reactor, main fractionator, and gas processing unit was developed. A reactor model was described based on four-lumped kinetic scheme. Main fractionator, gas processing unit and other process units are designed to simulate real plant data, using a process flowsheet simulator, Aspen PLUS. The custom reactor model was integrated with the process flowsheet simulator to develop an integrated process model.Keywords: fluid catalytic cracking, simulation, plant data, process design
Procedia PDF Downloads 4521520 Biodiversity Conservation: A Path to a Healthy Afghanistan
Authors: Nadir Sidiqi
Abstract:
Biodiversity conservation is humanity’s building block to sustain lives - ultimately allowing all living and nonliving creatures to interact in a balanced proportion. Humanity’s challenge in the 21st century is to maintain biodiversity without harming the natural habitat of plants, animals and beneficial microorganisms. There are many good reasons to consider why biodiversity is important to every nation around the world, especially for a nation like Afghanistan. One of the major values of biodiversity is its economic value: biodiversity provides goods and services to the Afghan nation directly through links and components such as the maintenance of traditional crops, medicine, fruits, animals, grazing, fuel, timber, harvesting, fishing, hunting and related supplies. Biodiversity is the variety of the living components, such as humans, plants, animals, and microorganisms, and nonliving components interaction, including air, water, sunlight, soil, humidity and environmental factors in an area. There are many ways of gauging the value of biodiversity. As an ecosystem, biodiversity includes such benefits as soil fertility, erosion control, crop pollination, crop rotation, and pest control. The conservation of biodiversity is crucial for these benefits, which would be impossible to replace. Biodiversity conservation also has heritage values; this wealth of genetic diversity provides backup to rural people living close together.Keywords: Afghanistan, biodiversity, conservation, economy, environment
Procedia PDF Downloads 5261519 Control Technique for Single Phase Bipolar H-Bridge Inverter Connected to the Grid
Authors: L. Hassaine, A. Mraoui, M. R. Bengourina
Abstract:
In photovoltaic system, connected to the grid, the main goal is to control the power that the inverter injects into the grid from the energy provided by the photovoltaic generator. This paper proposes a control technique for a photovoltaic system connected to the grid based on the digital pulse-width modulation (DSPWM) which can synchronise a sinusoidal current output with a grid voltage and generate power at unity power factor. This control is based on H-Bridge inverter controlled by bipolar PWM Switching. The electrical scheme of the system is presented. Simulations results of output voltage and current validate the impact of this method to determinate the appropriate control of the system. A digital design of a generator PWM using VHDL is proposed and implemented on a Xilinx FPGA.Keywords: grid connected photovoltaic system, H-Bridge inverter, control, bipolar PWM
Procedia PDF Downloads 3151518 The Role of Facades in Conserving the Image of the City
Authors: Hemadri Raut
Abstract:
The city is a blend of the possible interactions of the built form, open spaces and their spatial organization layout in a geographical area to obtain an integrated pattern and environment with building facades being a dominant figure in the body of a city. Façades of each city have their own inherent properties responsive to the human behaviour, weather conditions, safety factors, material availability and composition along with the necessary aesthetics in coordination with adjacent building facades. Cities experience a huge transformation in the culture, lifestyle; socioeconomic conditions and technology nowadays because of the increasing population, urban sprawl, industrialization, contemporary architectural style, post-disaster consequences, war reconstructions, etc. This leads to the loss of the actual identity and architectural character of the city which in turn induces chaos and turbulence in the city. This paper attempts to identify and learn from the traditional elements that would make us more aware of the unique identity of the local communities in a city. It further studies the architectural style, color, shape, and design techniques through the case studies of contextual cities. The work focuses on the observation and transformation of the image of the city through these considerations in the designing of the facades to achieve the reconciliation of the people with urban spaces.Keywords: building facades, city, community, heritage, identity, transformation, urban
Procedia PDF Downloads 2141517 Modeling of System Availability and Bayesian Analysis of Bivariate Distribution
Authors: Muhammad Farooq, Ahtasham Gul
Abstract:
To meet the desired standard, it is important to monitor and analyze different engineering processes to get desired output. The bivariate distributions got a lot of attention in recent years to describe the randomness of natural as well as artificial mechanisms. In this article, a bivariate model is constructed using two independent models developed by the nesting approach to study the effect of each component on reliability for better understanding. Further, the Bayes analysis of system availability is studied by considering prior parametric variations in the failure time and repair time distributions. Basic statistical characteristics of marginal distribution, like mean median and quantile function, are discussed. We use inverse Gamma prior to study its frequentist properties by conducting Monte Carlo Markov Chain (MCMC) sampling scheme.Keywords: reliability, system availability Weibull, inverse Lomax, Monte Carlo Markov Chain, Bayesian
Procedia PDF Downloads 701516 Socio-Economic Factors Influencing the Use of Coping Strategies among Conflict Actors (Farmers and Herders) in Giron Masa Village, Kebbi State, Nigeria
Authors: S. Umar, B. F. Umar
Abstract:
This study was conducted at Giron Masa village, located 30 km from Yauri town. The study determines the socio-economic factors influencing the use of coping strategies among farmers and herders during post-conflict situation. Simple random sampling was employed to select one hundred respondents (50 farmers and 50 herders) from the study area. Logistic regression analysis (LR) was used to ascertain the socioeconomic variables that influenced the use of the coping strategies. The results of the study shows that age, income, family size and farming experience were individually significant and thus influenced the use of POCS by farmers. Annual income and production system influenced the use of POCS by herders. Age, farm size and farming experience were found to be individually significant in influencing the use of EOCS among farmers. Specifically, years of occupation experience among the herders increased the use of emotion oriented coping strategies among herders. The use of SSCS among farmers was influenced by educational level; farm size and farming experience, while the variables are not collectively significant in influencing the use of SSCS among the herders. The research recommends a need to adopt the strategy of community coping to cope with stress.Keywords: farmers, herders, conflict, coping strategies
Procedia PDF Downloads 3721515 Effect of Nanoparticle Diameter of Nano-Fluid on Average Nusselt Number in the Chamber
Authors: A. Ghafouri, N. Pourmahmoud, I. Mirzaee
Abstract:
In this numerical study, effects of using Al2O3-water nanofluid on the rate of heat transfer have been investigated numerically. The physical model is a square enclosure with insulated top and bottom horizontal walls while the vertical walls are kept at different constant temperatures. Two appropriate models are used to evaluate the viscosity and thermal conductivity of nanofluid. The governing stream-vorticity equations are solved using a second order central finite difference scheme, coupled to the conservation of mass and energy. The study has been carried out for the nanoparticle diameter 30, 60, and 90 nm and the solid volume fraction 0 to 0.04. Results are presented by average Nusselt number and normalized Nusselt number in the different range of φ and D for mixed convection dominated regime. It is found that different heat transfer rate is predicted when the effect of nanoparticle diameter is taken into account.Keywords: nanofluid, nanoparticle diameter, heat transfer enhancement, square enclosure, Nusselt number
Procedia PDF Downloads 3931514 A Preliminary Study Examining the Effect of Tourism as Perceived by Locals: From Perspective of Conservative of Research Theory
Authors: Ali Ahmad AlGassim
Abstract:
The objective of this study is to explore the local community perceptions toward the impact of tourism from the COR theory perspective. The current study used qualitative methods and purposive sampling to engage informants. Data was collected using an online survey with closed-ended and open-ended questions from 57 informants living in Al-Jufa Village, and then data was analysed using content analysis. The findings showed that COR theory help explains the residents’ perception of the threat and stress of losing resources. The findings showed the residents feel stressed about losing resources, such as lands, houses, heritage, sociocultural and Islamic values, as well as job and investment opportunities if the village is developed for tourism. Findings also present that one group of residents declared rejections and aiming to resist the development if it takes place, and they will not allowing foreigners to come and live in the village. The findings also show that this stress and strain can be alleviated by allowing residents to participate in the development. Finally, the residents of Al-Juhfa showed a high level of feeling of ownership towards their resources.Keywords: perception of threat, effect of tourism, COR theory, local community, impact of tourism, Saudi Arabia
Procedia PDF Downloads 2641513 Model Predictive Control with Unscented Kalman Filter for Nonlinear Implicit Systems
Authors: Takashi Shimizu, Tomoaki Hashimoto
Abstract:
A class of implicit systems is known as a more generalized class of systems than a class of explicit systems. To establish a control method for such a generalized class of systems, we adopt model predictive control method which is a kind of optimal feedback control with a performance index that has a moving initial time and terminal time. However, model predictive control method is inapplicable to systems whose all state variables are not exactly known. In other words, model predictive control method is inapplicable to systems with limited measurable states. In fact, it is usual that the state variables of systems are measured through outputs, hence, only limited parts of them can be used directly. It is also usual that output signals are disturbed by process and sensor noises. Hence, it is important to establish a state estimation method for nonlinear implicit systems with taking the process noise and sensor noise into consideration. To this purpose, we apply the model predictive control method and unscented Kalman filter for solving the optimization and estimation problems of nonlinear implicit systems, respectively. The objective of this study is to establish a model predictive control with unscented Kalman filter for nonlinear implicit systems.Keywords: optimal control, nonlinear systems, state estimation, Kalman filter
Procedia PDF Downloads 2001512 Study the Sloshing Phenomenon in the Tank Filled Partially with Liquid Using Computational Fluid Dynamics (CFD) Simulation
Authors: Amit Kumar, Jaikumar V., Pradeep A. G., Shivakumar Bhavi
Abstract:
Amit Kumar, Jaikumar V, Pradeep AG, Shivakumar Bhavi Reducing sloshing is one of the major challenges in industries where transporting of liquid is involved. The present study investigates the sloshing effect for different liquid levels of 50% of the tank capacity. CFD simulation for two different baffle configurations has been carried out using a time-based multiphase Volume of fluid (VOF) scheme. Baffles were introduced to examine the sloshing effect inside the tank. Results were compared against the baseline case to assess the effectiveness of baffles; maximum liquid height over the period of the simulation was considered as the parameter for measuring the sloshing effect inside the tank. It was found that the addition of baffles reduced the sloshing effect inside the tank as compared to the baseline model.Keywords: CFD, sloshing, VOF, multiphase
Procedia PDF Downloads 1901511 Rural Tourism as a Development Strategy in Communities of the Sierra Gorda of Querétaro
Authors: Eduardo Ruiz-Corzo, Luis Rodrigo Valencia Perez, Jorge Francisco Barragan Lopez
Abstract:
The article shows the pressing conditions of marginalization prevailing in the Sierra Gorda, in the northern state of Queretaro, so it is essential to identify business options that generate a complementary source of income in a sustainable manner, in accordance with the fact that the area is a Biosphere Reserve by UNESCO. In this sense, the study identifies the enormous scenic richness of the area, the growing demand for leisure activities of the urban centers and the multifunctionality that adds, in a complementary way, the traditional activities that up to now have achieved the quality of life levels. From the application of the 43 interviews and 183 surveys, confirms the fact that the post-visit perception exceeds the expectations of the visitors emerges and affirms that the image that has been projected is attractive and timely. In order to understand how the current model of tourism promoted in the region is working, there is a need to evaluate it in a theoretical-methodological framework considering sustainable development assumptions. In order to determine the degree of contribution to business development, strengthening of social capital, and enjoyment and appreciation of cultural and natural heritage in the region.Keywords: marginalization, rural tourism, multifunctionality, sustainability, revenue
Procedia PDF Downloads 1451510 Significant Factors to Motivate Small and Medium Enterprise (SME) Construction Firms in the Philippines to Implement ISO 9001:2008
Authors: Joseph Berlin P. Juanzon, Manuel M. Muhi
Abstract:
Motivating SME-based construction firms to adopt different management systems is not a simple task, especially if they are not aware of the benefits that they will gain from the new process-based management system. The implementation of ISO 9001:2008, Quality Management System in the construction industry is an ongoing trend, more so in the Small and Medium Enterprise. However, the level of awareness and readiness of the construction industry in the Philippines is still low as compared to the neighboring countries in Asia and in the western countries where ISO 9001:2008 originated. The purpose of this research is to determine the significant factors that will motivate SME-based construction firms in the Philippines to implement ISO 9001:2008. A field study was conducted on SME based construction firms in the Philippines, wherein a total of 139 respondents out of the 613 SME-based construction firms in CALABARZON areas were surveyed. Results reveal that the three main factors that will motivate SME-based construction firms to implement ISO 9001:2008 are: - if required by their clients, - to qualify for bidding, and - to increase customer satisfaction. Therefore, based on the results and findings, a certification of ISO 9001:2008 from an accredited auditor shall be required by clients as a constituent in accrediting SME-based construction firms and to qualify for bidding.Keywords: construction, ISO 9001:2008, quality management systems (QMS), small medium enterprise (SME)
Procedia PDF Downloads 3941509 The Role of Teacher-Student Relationship on Teachers’ Attitudes towards School Bullying
Authors: Ghada Shahrour, Nusiebeh Ananbh, Heyam Dalky, Mohammad Rababa, Fatmeh Alzoubi
Abstract:
Positive teacher-student relationship has been found to affect students’ attitudes towards bullying and, in turn, their engagement in bullying behavior. However, no investigation has been conducted to explore whether teacher-student relationship affects teachers’ attitudes towards bullying. The aim of this study was to examine the role of teacher-student relationship on teachers’ attitudes towards bullying in terms of bullying seriousness, empathic responding, and likelihood to intervene in bullying situation. A cross-sectional, descriptive design was employed among a convenience sample of 173 school teachers (50.9% female) of 12 to 17-year-old students. The teachers were recruited from secondary public schools of three governorates in the Northern district of Jordan. Each group of students has multiple teachers for different subjects. Results showed that teacher-student relationship is partially related to teachers’ attitudes towards bullying. More specifically, having a close teacher-student relationship significantly increased teachers’ perception of bullying seriousness and empathy but not the likelihood to intervene. Research is needed to examine teachers’ obstacles for not providing bullying interventions, as the barriers may be culturally contextualized. Meanwhile, interventions that promote quality teacher-student relationship are necessary to increase teachers’ perception of bullying seriousness and empathy. Students have been found to adopt the values of their teachers, and this may deter them from engaging in bullying behavior.Keywords: school bullying, teachers’ attitudes, teacher-student relationship, adolescent students
Procedia PDF Downloads 1001508 A Model Predictive Control Based Virtual Active Power Filter Using V2G Technology
Authors: Mahdi Zolfaghari, Seyed Hossein Hosseinian, Hossein Askarian Abyaneh, Mehrdad Abedi
Abstract:
This paper presents a virtual active power filter (VAPF) using vehicle to grid (V2G) technology to maintain power quality requirements. The optimal discrete operation of the power converter of electric vehicle (EV) is based on recognizing desired switching states using the model predictive control (MPC) algorithm. A fast dynamic response, lower total harmonic distortion (THD) and good reference tracking performance are realized through the presented control strategy. The simulation results using MATLAB/Simulink validate the effectiveness of the scheme in improving power quality as well as good dynamic response in power transferring capability.Keywords: electric vehicle, model predictive control, power quality, V2G technology, virtual active power filter
Procedia PDF Downloads 4271507 Review of Currently Adopted Intelligent Programming Tutors
Authors: Rita Garcia
Abstract:
Intelligent Programming Tutors, IPTs, are supplemental educational devices that assist in teaching software development. These systems provide customized learning allowing the user to select the presentation pace, pedagogical strategy, and to recall previous and additional teaching materials reinforcing learning objectives. In addition, IPTs automatically records individual’s progress, providing feedback to the instructor and student. These tutoring systems have an advantage over Tutoring Systems because Intelligent Programming Tutors are not limited to one teaching strategy and can adjust when it detects the user struggling with a concept. The Intelligent Programming Tutor is a category of Intelligent Tutoring Systems, ITS. ITS are available for many fields in education, supporting different learning objectives and integrate into other learning tools, improving the student's learning experience. This study provides a comparison of the IPTs currently adopted by the educational community and will focus on the different teaching methodologies and programming languages. The study also includes the ability to integrate the IPT into other educational technologies, such as massive open online courses, MOOCs. The intention of this evaluation is to determine one system that would best serve in a larger ongoing research project and provide findings for other institutions looking to adopt an Intelligent Programming Tutor.Keywords: computer education tools, integrated software development assistance, intelligent programming tutors, tutoring systems
Procedia PDF Downloads 3151506 A Dirty Page Migration Method in Process of Memory Migration Based on Pre-copy Technology
Authors: Kang Zijian, Zhang Tingyu, Burra Venkata Durga Kumar
Abstract:
This article investigates the challenges in memory migration during the live migration of virtual machines. We found three challenges probably existing in pre-copy technology. One of the main challenges is the challenge of downtime migration. Decrease the downtime could promise the normal work for a virtual machine. Although pre-copy technology is greatly decreasing the downtime, we still need to shut down the machine in order to finish the last round of data transfer. This paper provides an optimization scheme for the problems existing in pro-copy technology, mainly the optimization of the dirty page migration mechanism. The typical pre-copy technology copy n-1th’s dirty pages in nth turn. However, our idea is to create a double iteration method to solve this problem.Keywords: virtual machine, pre-copy technology, memory migration process, downtime, dirty pages migration method
Procedia PDF Downloads 149