Search results for: industrial wireless network (IWN)
2866 The Role of Uncertainty in the Integration of Environmental Parameters in Energy System Modeling
Authors: Alexander de Tomás, Miquel Sierra, Stefan Pfenninger, Francesco Lombardi, Ines Campos, Cristina Madrid
Abstract:
Environmental parameters are key in the definition of sustainable energy systems yet excluded from most energy system optimization models. Still, decision-making may be misleading without considering them. Environmental analyses of the energy transition are a key part of industrial ecology but often are performed without any input from the users of the information. This work assesses the systemic impacts of energy transition pathways in Portugal. Using the Calliope energy modeling framework, 250+ optimized energy system pathways are generated. A Delphi study helps to identify the relevant criteria for the stakeholders as regards the environmental assessment, which is performed with ENBIOS, a python package that integrates life cycle assessment (LCA) with a metabolic analysis based on complex relations. Furthermore, this study focuses on how the uncertainty propagates through the model’s consortium. With the aim of doing so, a soft link between the Calliope/ENBIOS cascade and Brightway’s data capabilities is built to perform Monte Carlo simulations. These findings highlight the relevance of including uncertainty analysis as a range of values rather than informing energy transition results with a single value.Keywords: energy transition, energy modeling, uncertainty, sustainability
Procedia PDF Downloads 862865 Recovery the Regeneration Gas from Liquefied Petroleum Gas Dryer to Off Gas Compressors
Authors: Hassan Hussin Zwida
Abstract:
The liquified LPG (Liquefied Petroleum Gas) drying system at the Complex is designed to remove water and mercaptans from the LPG stream. Upon saturation of the desiccant beds, a regeneration cycle becomes necessary. The original design routed the regeneration gas, produced during the LPG dryer heating cycle, to the sulfur recovery unit to the incineration. However, concerns regarding high temperatures and potential unit disruptions led to a modification where the gas is currently vented to the acid flare for the initial hour before being diverted to the LP network fuel gas system. While this addresses the temperature concerns, it generates significant smoke due to the presence of liquid hydrocarbons. This paper proposes an approach to recover the regeneration gas and redirect it back to the gas plant's (off-gas compressors) instead of sending it to the AC (Acid Flare), by utilizing the existing pipe 6” and connected to off gas compressor KO (Knock-Out ) Drums . This option is simple to operate, flexible, environment-friendly solution as long-term solution, lower in capital expenditure and increase the company's profitability. The feasibility of this proposal is supported by dynamic simulations. The simulations suggest the possibility of operating two out of the three off-gas compressors and LPG (Liquefied petroleum gas) as a liquid phase, is foreseen to be carried over and gathered at the bottom level of the KO (Knock-Out) Drum.Keywords: thermal incinerator, off-gas compressors, environment, knock-out drums, acid flare
Procedia PDF Downloads 612864 A Biologically Inspired Approach to Automatic Classification of Textile Fabric Prints Based On Both Texture and Colour Information
Authors: Babar Khan, Wang Zhijie
Abstract:
Machine Vision has been playing a significant role in Industrial Automation, to imitate the wide variety of human functions, providing improved safety, reduced labour cost, the elimination of human error and/or subjective judgments, and the creation of timely statistical product data. Despite the intensive research, there have not been any attempts to classify fabric prints based on printed texture and colour, most of the researches so far encompasses only black and white or grey scale images. We proposed a biologically inspired processing architecture to classify fabrics w.r.t. the fabric print texture and colour. We created a texture descriptor based on the HMAX model for machine vision, and incorporated colour descriptor based on opponent colour channels simulating the single opponent and double opponent neuronal function of the brain. We found that our algorithm not only outperformed the original HMAX algorithm on classification of fabric print texture and colour, but we also achieved a recognition accuracy of 85-100% on different colour and different texture fabric.Keywords: automatic classification, texture descriptor, colour descriptor, opponent colour channel
Procedia PDF Downloads 4902863 The Potential of Sentiment Analysis to Categorize Social Media Comments Using German Libraries
Authors: Felix Boehnisch, Alexander Lutz
Abstract:
Based on the number of users and the amount of content posted daily, Facebook is considered the largest social network in the world. This content includes images or text posts from companies but also private persons, which are also commented on by other users. However, it can sometimes be difficult for companies to keep track of all the posts and the reactions to them, especially when there are several posts a day that contain hundreds to thousands of comments. To facilitate this, the following paper deals with the possible applications of sentiment analysis to social media comments in order to be able to support the work in social media marketing. In a first step, post comments were divided into positive and negative by a subjective rating, then the same comments were checked for their polarity value by the two german python libraries TextBlobDE and SentiWS and also grouped into positive, negative, or even neutral. As a control, the subjective classifications were compared with the machine-generated ones by a confusion matrix, and relevant quality criteria were determined. The accuracy of both libraries was not really meaningful, with 60% to 66%. However, many words or sentences were not evaluated at all, so there seems to be room for optimization to possibly get more accurate results. In future studies, the use of these specific German libraries can be optimized to gain better insights by either applying them to stricter cleaned data or by adding a sentiment value to emojis, which have been removed from the comments in advance, as they are not contained in the libraries.Keywords: Facebook, German libraries, polarity, sentiment analysis, social media comments
Procedia PDF Downloads 1852862 Gaits Stability Analysis for a Pneumatic Quadruped Robot Using Reinforcement Learning
Authors: Soofiyan Atar, Adil Shaikh, Sahil Rajpurkar, Pragnesh Bhalala, Aniket Desai, Irfan Siddavatam
Abstract:
Deep reinforcement learning (deep RL) algorithms leverage the symbolic power of complex controllers by automating it by mapping sensory inputs to low-level actions. Deep RL eliminates the complex robot dynamics with minimal engineering. Deep RL provides high-risk involvement by directly implementing it in real-world scenarios and also high sensitivity towards hyperparameters. Tuning of hyperparameters on a pneumatic quadruped robot becomes very expensive through trial-and-error learning. This paper presents an automated learning control for a pneumatic quadruped robot using sample efficient deep Q learning, enabling minimal tuning and very few trials to learn the neural network. Long training hours may degrade the pneumatic cylinder due to jerk actions originated through stochastic weights. We applied this method to the pneumatic quadruped robot, which resulted in a hopping gait. In our process, we eliminated the use of a simulator and acquired a stable gait. This approach evolves so that the resultant gait matures more sturdy towards any stochastic changes in the environment. We further show that our algorithm performed very well as compared to programmed gait using robot dynamics.Keywords: model-based reinforcement learning, gait stability, supervised learning, pneumatic quadruped
Procedia PDF Downloads 3192861 Non-Targeted Adversarial Image Classification Attack-Region Modification Methods
Authors: Bandar Alahmadi, Lethia Jackson
Abstract:
Machine Learning model is used today in many real-life applications. The safety and security of such model is important, so the results of the model are as accurate as possible. One challenge of machine learning model security is the adversarial examples attack. Adversarial examples are designed by the attacker to cause the machine learning model to misclassify the input. We propose a method to generate adversarial examples to attack image classifiers. We are modifying the successfully classified images, so a classifier misclassifies them after the modification. In our method, we do not update the whole image, but instead we detect the important region, modify it, place it back to the original image, and then run it through a classifier. The algorithm modifies the detected region using two methods. First, it will add abstract image matrix on back of the detected image matrix. Then, it will perform a rotation attack to rotate the detected region around its axes, and embed the trace of image in image background. Finally, the attacked region is placed in its original position, from where it was removed, and a smoothing filter is applied to smooth the background with foreground. We test our method in cascade classifier, and the algorithm is efficient, the classifier confident has dropped to almost zero. We also try it in CNN (Convolutional neural network) with higher setting and the algorithm was successfully worked.Keywords: adversarial examples, attack, computer vision, image processing
Procedia PDF Downloads 3422860 Modeling Pan Evaporation Using Intelligent Methods of ANN, LSSVM and Tree Model M5 (Case Study: Shahroud and Mayamey Stations)
Authors: Hamidreza Ghazvinian, Khosro Ghazvinian, Touba Khodaiean
Abstract:
The importance of evaporation estimation in water resources and agricultural studies is undeniable. Pan evaporation are used as an indicator to determine the evaporation of lakes and reservoirs around the world due to the ease of interpreting its data. In this research, intelligent models were investigated in estimating pan evaporation on a daily basis. Shahroud and Mayamey were considered as the studied cities. These two cities are located in Semnan province in Iran. The mentioned cities have dry weather conditions that are susceptible to high evaporation potential. Meteorological data of 11 years of synoptic stations of Shahrood and Mayamey cities were used. The intelligent models used in this study are Artificial Neural Network (ANN), Least Squares Support Vector Machine (LSSVM), and M5 tree models. Meteorological parameters of minimum and maximum air temperature (Tmax, Tmin), wind speed (WS), sunshine hours (SH), air pressure (PA), relative humidity (RH) as selected input data and evaporation data from pan (EP) to The output data was considered. 70% of data is used at the education level, and 30 % of the data is used at the test level. Models used with explanation coefficient evaluation (R2) Root of Mean Squares Error (RMSE) and Mean Absolute Error (MAE). The results for the two Shahroud and Mayamey stations showed that the above three models' operations are rather appropriate.Keywords: pan evaporation, intelligent methods, shahroud, mayamey
Procedia PDF Downloads 802859 The Phatic Function and the Socializing Element of Personal Blogs
Authors: Emelia Noronha, Milind Malshe
Abstract:
The phatic function of communication is a vital element of any conversation. This research paper looks into this function with respect to personal blogs maintained by Indian bloggers. This paper is a study into the phenomenon of phatic communication maintained by bloggers through their blogs. Based on a linguistic analysis of the posts of twenty eight Indian bloggers, writing in English, studied over a period of three years, the study indicates that though the blogging phenomenon is not conversational in the same manner as face-to-face communication, it does make ample provision for feedback that is conversational in nature. Ordinary day to day offline conversations use conventionalized phatic utterances; those on the social media are in a perpetual mode of innovation and experimentation in order to sustain contact with its readers. These innovative methods and means are the focus of this study. Though the personal blogger aims to chronicle his/her personal life through the blog, the socializing function is crucial to these bloggers. In comparison to the western personal blogs which focus on the presentation of the ‘bounded individual self’, we find Indian personal bloggers engage in the presentation of their ‘social selves’. These bloggers yearn to reach out to the readers on the internet and the phatic function serves to initiate, sustain and renew social ties on the blogosphere thereby consolidating the social network of readers and bloggers.Keywords: personal blogs, phatic, social-selves, blog readers
Procedia PDF Downloads 3642858 Towards the Management of Cybersecurity Threats in Organisations
Authors: O. A. Ajigini, E. N. Mwim
Abstract:
Cybersecurity is the protection of computers, programs, networks, and data from attack, damage, unauthorised, unintended access, change, or destruction. Organisations collect, process and store their confidential and sensitive information on computers and transmit this data across networks to other computers. Moreover, the advent of internet technologies has led to various cyberattacks resulting in dangerous consequences for organisations. Therefore, with the increase in the volume and sophistication of cyberattacks, there is a need to develop models and make recommendations for the management of cybersecurity threats in organisations. This paper reports on various threats that cause malicious damage to organisations in cyberspace and provides measures on how these threats can be eliminated or reduced. The paper explores various aspects of protection measures against cybersecurity threats such as handling of sensitive data, network security, protection of information assets and cybersecurity awareness. The paper posits a model and recommendations on how to manage cybersecurity threats in organisations effectively. The model and the recommendations can then be utilised by organisations to manage the threats affecting their cyberspace. The paper provides valuable information to assist organisations in managing their cybersecurity threats and hence protect their computers, programs, networks and data in cyberspace. The paper aims to assist organisations to protect their information assets and data from cyberthreats as part of the contributions toward community engagement.Keywords: confidential information, cyberattacks, cybersecurity, cyberspace, sensitive information
Procedia PDF Downloads 2632857 Transformation Strategies of the Nigerian Textile and Clothing Industries: The Integration of China Clothing Sector Model
Authors: Adetoun Adedotun Amubode
Abstract:
Nigeria's Textile Industry was the second largest in Africa after Egypt, with above 250 vibrant factories and over 50 percent capacity utilization contributing to foreign exchange earnings and employment generation. Currently, multifaceted challenges such as epileptic power supply, inconsistent government policies, growing digitalization, smuggling of foreign textiles, insecurity and the inability of the local industries to compete with foreign products, especially Chinese textile, has created a hostile environment for the sector. This led to the closure of most of the textile industries. China's textile industry has experienced institutional change and industrial restructuring, having 30% of the world's market share. This paper examined the strategies adopted by China in transforming her textile and clothing industries and designed a model for the integration of these strategies to improve the competitive strength and growth of the Nigerian textile and clothing industries in a dynamic and changing market. The paper concludes that institutional support, regional production, export-oriented policy, value-added and branding cultivation, technological upgrading and enterprise resource planning be integrated into the Nigerian clothing and textile industries.Keywords: clothing, industry, integration, Nigerian, textile, transformation.
Procedia PDF Downloads 1672856 Influence of Particulate Fractions on Air Quality for Four Major Congested Cities of India over a Period of Four Years from 2006-2009
Authors: I. Mukherjee, J. Ghose, T. Chakraborty, S. Chaudhury, R. Majumder
Abstract:
India is the second most populated nation in the world. With the Indian population hitting the 1.26 billion mark in the year 2014, there has been an unprecedented rise in power and energy requirements throughout the nation. This mammoth demand for energy, both at the industrial as well as at the domestic household level, as well as the increase in the usage of automobiles has led to a corresponding increase in the total tonnage of fuels being burnt every year. This, in turn, has led to an increase in the concentration of atmospheric pollutants over the years with enhanced particulate concentrations being reported for different parts of the country. Considering the adverseness of the particulates, the paper analyses the role of the particulates on the air quality of four major congested cities of the country namely, Kolkata (22034’ N, 88024’ E), Delhi (28038’N , 77012’ E), Bangalore (12058’ N , 77038’E) and Mumbai (18.9750° N, 72.8258° E) over a period of four years from 2006-2009. The fractional contribution of the finer fractions to the coarser one has been considered in the study in addition to the relative occurrences of the particulate fractions with respect to the other gaseous pollutants such as sulphur dioxide (SO2) and nitrogen oxides (NOX).Keywords: air quality, particulates, yearly variation, relative occurrence, SO2, NOX
Procedia PDF Downloads 3722855 Profitability Assessment of Granite Aggregate Production and the Development of a Profit Assessment Model
Authors: Melodi Mbuyi Mata, Blessing Olamide Taiwo, Afolabi Ayodele David
Abstract:
The purpose of this research is to create empirical models for assessing the profitability of granite aggregate production in Akure, Ondo state aggregate quarries. In addition, an artificial neural network (ANN) model and multivariate predicting models for granite profitability were developed in the study. A formal survey questionnaire was used to collect data for the study. The data extracted from the case study mine for this study includes granite marketing operations, royalty, production costs, and mine production information. The following methods were used to achieve the goal of this study: descriptive statistics, MATLAB 2017, and SPSS16.0 software in analyzing and modeling the data collected from granite traders in the study areas. The ANN and Multi Variant Regression models' prediction accuracy was compared using a coefficient of determination (R²), Root mean square error (RMSE), and mean square error (MSE). Due to the high prediction error, the model evaluation indices revealed that the ANN model was suitable for predicting generated profit in a typical quarry. More quarries in Nigeria's southwest region and other geopolitical zones should be considered to improve ANN prediction accuracy.Keywords: national development, granite, profitability assessment, ANN models
Procedia PDF Downloads 1052854 Evaluation of the Enablers of Industry 4.0 in the Ready-Made Garments Sector of Bangladesh: A Fuzzy Analytical Hierarchy Process Approach
Authors: Shihab-Uz-Zaman Shah, Sanjeeb Roy, Habiba Akter
Abstract:
Keeping the high impact of the Ready-Made Garments (RMG) on the country’s economic growth in mind, this research paves a way for the implementation of Industry 4.0 in the garments industry of Bangladesh. At present, Industry 4.0 is a common buzzword representing the adoption of digital technologies in the production process to transform the existing industries into smart factories and create a great change in the global value chain. The RMG industry is the largest industrial sector of Bangladesh which provides 12.26% to its National GDP (Gross Domestic Product). The work starts with identifying possible enablers of Industry 4.0. To evaluate the enablers, a Multiple-Criteria Decision-Making (MCDM) procedure named Fuzzy Analytical Hierarchy Process (FAHP) was used. A questionnaire was developed as a part of a survey for collecting and analyzing expert opinions from relevant academicians and industrialists. The responses were eventually used as the input for the FAHP which helped to assign weight matrices to the enablers. This weight matrix indicated the level of importance of these enablers. The full paper will discuss the way of a successful evaluation of the enablers and implementation of Industry 4.0 by using these enablers.Keywords: enablers, fuzzy AHP, industry 4.0, RMG sector
Procedia PDF Downloads 1662853 A Greener Approach for the Recovery of Proteins from Meat Industries
Authors: Jesus Hernandez, Zead Elzoeiry, Md. S. Islam, Abel E. Navarro
Abstract:
The adsorption of bovine serum albumin (BSA) and human hemoglobin (Hb) on naturally-occurring adsorbents was studied to evaluate the potential recovery of proteins from meat industry residues. Spent peppermint tea (PM), powdered purple corn cob (PC), natural clay (NC) and chemically-modified clay (MC) were investigated to elucidate the effects of pH, adsorbent dose, initial protein concentration, presence of salts and heavy metals. Equilibrium data were fitted according to isotherm models, reporting a maximum adsorption capacity at pH 8 of 318 and 344 mg BSA/g of PM and NC, respectively. Moreover, Hb displayed maximum adsorption capacity at pH 5 of 125 and 143 mg/g of PM and PC, respectively. Hofmeister salt effect was only observed for PM/Hb system. Salts tend to decrease protein adsorption, and the presence of Cu(II) ions had negligible impacts on the adsorption onto NC and PC. Desorption experiments confirmed that more than 85% of both proteins can be recovered with diluted acids and bases. SEM, EDX, and TGA analyses demonstrated that the adsorbents have favorable morphological and mechanical properties. The long-term goal of this study aims to recover soluble proteins from industrial wastewaters to produce animal food or any protein-based product.Keywords: adsorption, albumin, clay, hemoglobin, spent peppermint leaf
Procedia PDF Downloads 1072852 Risk Prediction Based on Heavy Metal Distribution in Groundwater
Authors: Rama Bhattacharyya, S. N. Ojha, Umesh K. Singh
Abstract:
Anthropogenic control on groundwater chemistry has emerged as a critical concern now-a-days, especially in the industrial areas. In view of this, a comprehensive study on the distribution of the heavy metal in the groundwater was conducted to investigate the impact of urbanization in the aquatic media. Water samples either from well or borehole from Fourty different sites in and around, Durgapur, West Bengal were collected for this purpose. The samples were analyzed using Inductively Coupled Plasma Mass Spectrometry (ICP-MS) for Calcium (Ca), Cobalt (Co), Chromium (Cr), Copper (Cu), Iron (Fe), Potassium (K), Magnesium (Mg), Manganese (Mn), Sodium (Na), Nickel (Ni), Lead (Pb), Zinc (Zn) content and the levels were compared with WHO specified maximum contaminant level as well as permissible limits given by the Bureau of Indian Standards (BIS). The result obtained from the present study indicates a significant risk to the population of this important emerging ‘smart city’ of eastern India. Because of the toxicity of these metals and the fact that for many tube-wells, dug-wells and bore-wells are the only sources of the water supply for a major fraction of the population in this environment. In this study, an attempt has been made to develop metal contamination risk map.Keywords: heavy metals, ground water, maximum contamination level, ICP-MS
Procedia PDF Downloads 2182851 Environmentally Realistic Doses of Cadmium Affects the Vascular Tonus in Wistar Testis: An Experimental Study Paralleling Human Environmental Exposure to Cadmium
Authors: R. P. Leite, M. A. S. Diamante, F. R. Gadelha, L. H. G. Ribeiro, H. Dolder
Abstract:
Although industrial processes are the major contributor to increase cadmium environmental concentration, phosphate fertilizers have significantly increased its percentage in soil, making food and tobacco the main source of cadmium exposure to humans. Worldwide population surveys have shown a consistent link between environmental exposure to cadmium and several idiopathic pathologies among non-occupationally exposed subjects. Epidemiological investigations and animal experiments paralleling human chronic exposure to environmental cadmium are, therefore of major importance for establishing a relationship between cadmium and several pathologies of unspecific etiology. In the present study, Wistar rats were randomly divided into three different groups and subjected to increasing cadmium doses ranging between low to moderate environmentally realistic doses. At the end of the treatment, the testis was dissected and subjected to biochemical and histological analyses. Our data show a significant disturbance in the cellular oxidative status for all cadmium-treated group, accompanied by morphological changes in blood vessel lumen.Keywords: cadmium, blood vessel, environmental realistic doses, oxidative stress
Procedia PDF Downloads 4932850 Virtual Container Yard: Assessing the Perceived Impact of Legal Implications to Container Carriers
Authors: L. Edirisinghe, P. Mukherjee, H. Edirisinghe
Abstract:
Virtual Container Yard (VCY) is a modern concept that helps to reduce the empty container repositioning cost of carriers. The concept of VCY is based on container interchange between shipping lines. Although this mechanism has been theoretically accepted by the shipping community as a feasible solution, it has not yet achieved the necessary momentum among container shipping lines (CSL). This paper investigates whether there is any legal influence on this industry myopia about the VCY. It is believed that this is the first publication that focuses on the legal aspects of container exchange between carriers. Not much literature on this subject is available. This study establishes with statistical evidence that there is a phobia prevailing in the shipping industry that exchanging containers with other carriers may lead to various legal implications. The complexity of exchange is two faceted. CSLs assume that offering a container to another carrier (obviously, a competitor in terms of commercial context) or using a container offered by another carrier may lead to undue legal implications. This research reveals that this fear is reflected through four types of perceived components, namely: shipping associate; warehouse associate; network associate; and trading associate. These components carry eighteen subcomponents that comprehensively cover the entire process of a container shipment. The statistical explanation has been supported through regression analysis; INCO terms were used to illustrate the shipping process.Keywords: virtual container yard, legal, maritime law, inventory
Procedia PDF Downloads 1682849 Corrosion Inhibition of Mild Steel by Calcium Gluconate in Magnesium Chloride Solution
Authors: Olaitan Akanji, Cleophas Loto, Patricia Popoola, Andrei Kolesnikov
Abstract:
Studies involving performance of corrosion inhibitors had been identified as one of the critical research needs for improving the durability of mild steel used in various industrial applications. This paper investigates the inhibiting effect of calcium gluconate against the corrosion of mild steel in 2.5M magnesium chloride using weight loss method and linear polarization technique, calculated corrosion rates from the obtained weight loss data, potentiodynamic polarization measurements are in good agreement. Results revealed calcium gluconate has strong inhibitory effects with inhibitor efficiency increasing with increase in inhibitor concentration at ambient temperature, the efficiency of the inhibitor increased in the following order of concentrations 2%g/vol,1.5%g/vol,1%g/vol,0.5%g/vol. Further results obtained from potentiodynamics experiments had good correlation with those of the gravimetric methods, the adsorption of the inhibitor on the mild steel surface from the chloride has been found to obey Langmuir, Frumkin and Freudlich adsorption isotherm. Scanning electron microscopy (SEM) observation confirmed the existence of an absorbed protective film on the metal surface.Keywords: calcium gluconate, corrosion, magnesium chloride, mild steel
Procedia PDF Downloads 3522848 Blockchain for Transport: Performance Simulations of Blockchain Network for Emission Monitoring Scenario
Authors: Dermot O'Brien, Vasileios Christaras, Georgios Fontaras, Igor Nai Fovino, Ioannis Kounelis
Abstract:
With the rise of the Internet of Things (IoT), 5G, and blockchain (BC) technologies, vehicles are becoming ever increasingly connected and are already transmitting substantial amounts of data to the original equipment manufacturers (OEMs) servers. This data could be used to help detect mileage fraud and enable more accurate vehicle emissions monitoring. This would not only help regulators but could enable applications such as permitting efficient drivers to pay less tax, geofencing for air quality improvement, as well as pollution tolling and trading platforms for transport-related businesses and EU citizens. Other applications could include traffic management and shared mobility systems. BC enables the transmission of data with additional security and removes single points of failure while maintaining data provenance, identity ownership, and the possibility to retain varying levels of privacy depending on the requirements of the applied use case. This research performs simulations of vehicles interacting with European member state authorities and European Commission BC nodes that are running hyperleger fabric and explores whether the technology is currently feasible for transport applications such as the emission monitoring use-case.Keywords: future transportation systems, technological innovations, policy approaches for transportation future, economic and regulatory trends, blockchain
Procedia PDF Downloads 1802847 Hydrodynamic Study of Laminar Flow in Agitated Vessel by a Curved Blade Agitator
Authors: A. Benmoussa, M. Bouanini, M. Rebhi
Abstract:
The mixing and agitation of fluid in stirred tank is one of the most important unit operations for many industries such as chemical, biotechnological, pharmaceutical, petrochemical, cosmetic, and food processing. Therefore, determining the level of mixing and overall behaviour and performance of the mixing tanks are crucial from the product quality and process economics point of views. The most fundamental needs for the analysis of these processes from both a theoretical and industrial perspective is the knowledge of the hydrodynamic behaviour and the flow structure in such tanks. Depending on the purpose of the operation carried out in mixer, the best choice for geometry of the tank and agitator type can vary widely. Initially, a local and global study namely the velocity and power number on a typical agitation system agitated by a mobile-type two-blade straight (d/D=0.5) allowed us to test the reliability of the CFD, the result were compared with those of experimental literature, a very good concordance was observed. The stream function, the velocity profile, the velocity fields and power number are analyzed. It was shown that the hydrodynamics is modified by the curvature of the mobile which plays a key role.Keywords: agitated tanks, curved blade agitator, laminar flow, CFD modelling
Procedia PDF Downloads 4232846 Development of Prediction Models of Day-Ahead Hourly Building Electricity Consumption and Peak Power Demand Using the Machine Learning Method
Authors: Dalin Si, Azizan Aziz, Bertrand Lasternas
Abstract:
To encourage building owners to purchase electricity at the wholesale market and reduce building peak demand, this study aims to develop models that predict day-ahead hourly electricity consumption and demand using artificial neural network (ANN) and support vector machine (SVM). All prediction models are built in Python, with tool Scikit-learn and Pybrain. The input data for both consumption and demand prediction are time stamp, outdoor dry bulb temperature, relative humidity, air handling unit (AHU), supply air temperature and solar radiation. Solar radiation, which is unavailable a day-ahead, is predicted at first, and then this estimation is used as an input to predict consumption and demand. Models to predict consumption and demand are trained in both SVM and ANN, and depend on cooling or heating, weekdays or weekends. The results show that ANN is the better option for both consumption and demand prediction. It can achieve 15.50% to 20.03% coefficient of variance of root mean square error (CVRMSE) for consumption prediction and 22.89% to 32.42% CVRMSE for demand prediction, respectively. To conclude, the presented models have potential to help building owners to purchase electricity at the wholesale market, but they are not robust when used in demand response control.Keywords: building energy prediction, data mining, demand response, electricity market
Procedia PDF Downloads 3202845 Evaluation of the Effects of Lead on Some Physiological and Hormonal Biomarkeurs among Workers
Authors: Mansouri Ouarda, Adbdennour Cherif, Boukarma Ziad
Abstract:
Environmental and biological monitoring are used for the evaluation of exposure to industrial chemicals, and provide a tool for assessing workers’ exposure to chemicals. The organs or tissues where the first biological effects can be observed with increasing amounts of lead toxicity. This study aims at evaluating the effect of the metal element-trace; lead, on the sex hormones in male workers, exposed to this metal on the level of the manufacturing plant of lead accumulators. The results indicate a significant reduction of the testosterone concentration in exposed workers compared to the control. However, the rate of LH was strongly increased at the individuals exposed to Pb. A significant difference concerning the rate of FSH, the hormone Prolactin and cortisol was recorded. The indicators of the lead poisoning indicate a very highly significant increase in the value of Pbs which vary between (142-796 µg/L) among which 50% of the workers present a high lead poisoning and the value of PPZ which vary between (43-554µg/L). The biochemical parameters show a significant increase in the rate of the créatinine, the urea and the acid urique. The hepatic results show no significant differentiation in the rate of TGO and TGP between both groups of study. However the rates of the enzyme phosphatase alkaline, triglyceride, and cholesterol a significant difference were registered.Keywords: hormons, parameters, physilogical, Pbs, PPZ
Procedia PDF Downloads 3792844 A New Profile of Engineer: From Management Engineering to Entrepreneurial Engineering
Authors: Roberto Cerchione, Emilio Esposito, Mario Raffa
Abstract:
The relevance and the strategic importance of engineering skills in innovation and in the development of businesses and organizations push to investigate the role of the engineer in society today. In the twentieth century the emergence of a variety of technical and scientific knowledge has led to the rise of new areas of skills going from a "all-comprehensive" engineering to an engineering characterized by many specializations. Organizational and structural changes within companies and the emergence of an industrial society based on multiple interrelationships led to the transformation of engineering education. The objective of this work is to report main steps and many pioneering experiences, both national and international, that have led to establish a graduate degree program in Engineering Management and its subsequent evolution in Entrepreneurial Engineering. The first section of this article focuses on the origins and precursors of Engineering Management education. The second section concerns main Italian education programs. Then the attention is focused on the evolution of Engineering Management in Naples, on the intersectoral nature of this degree program, on the relationship with business community, associations, labor market, small businesses and environment. Finally, the discussion of recent years about the skills that characterize entrepreneurial engineer in society are presented.Keywords: education, engineering management, entrepreunerial engineering, engineering skills, managerial skills, entrepreneurial skills
Procedia PDF Downloads 4932843 Developing Artificial Neural Networks (ANN) for Falls Detection
Authors: Nantakrit Yodpijit, Teppakorn Sittiwanchai
Abstract:
The number of older adults is rising rapidly. The world’s population becomes aging. Falls is one of common and major health problems in the elderly. Falls may lead to acute and chronic injuries and deaths. The fall-prone individuals are at greater risk for decreased quality of life, lowered productivity and poverty, social problems, and additional health problems. A number of studies on falls prevention using fall detection system have been conducted. Many available technologies for fall detection system are laboratory-based and can incur substantial costs for falls prevention. The utilization of alternative technologies can potentially reduce costs. This paper presents the new design and development of a wearable-based fall detection system using an Accelerometer and Gyroscope as motion sensors for the detection of body orientation and movement. Algorithms are developed to differentiate between Activities of Daily Living (ADL) and falls by comparing Threshold-based values with Artificial Neural Networks (ANN). Results indicate the possibility of using the new threshold-based method with neural network algorithm to reduce the number of false positive (false alarm) and improve the accuracy of fall detection system.Keywords: aging, algorithm, artificial neural networks (ANN), fall detection system, motion sensorsthreshold
Procedia PDF Downloads 5002842 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 4422841 Matching Law in Autoshaped Choice in Neural Networks
Authors: Giselle Maggie Fer Castañeda, Diego Iván González
Abstract:
The objective of this work was to study the autoshaped choice behavior in the Donahoe, Burgos and Palmer (DBP) neural network model and analyze it under the matching law. Autoshaped choice can be viewed as a form of economic behavior defined as the preference between alternatives according to their relative outcomes. The Donahoe, Burgos and Palmer (DBP) model is a connectionist proposal that unifies operant and Pavlovian conditioning. This model has been used for more than three decades as a neurobehavioral explanation of conditioning phenomena, as well as a generator of predictions suitable for experimental testing with non-human animals and humans. The study consisted of different simulations in which, in each one, a ratio of reinforcement was established for two alternatives, and the responses (i.e., activations) in each of them were measured. Choice studies with animals have demonstrated that the data generally conform closely to the generalized matching law equation, which states that the response ratio equals proportionally to the reinforcement ratio; therefore, it was expected to find similar results with the neural networks of the Donahoe, Burgos and Palmer (DBP) model since these networks have simulated and predicted various conditioning phenomena. The results were analyzed by the generalized matching law equation, and it was observed that under some contingencies, the data from the networks adjusted approximately to what was established by the equation. Implications and limitations are discussed.Keywords: matching law, neural networks, computational models, behavioral sciences
Procedia PDF Downloads 832840 Context Aware Anomaly Behavior Analysis for Smart Home Systems
Authors: Zhiwen Pan, Jesus Pacheco, Salim Hariri, Yiqiang Chen, Bozhi Liu
Abstract:
The Internet of Things (IoT) will lead to the development of advanced Smart Home services that are pervasive, cost-effective, and can be accessed by home occupants from anywhere and at any time. However, advanced smart home applications will introduce grand security challenges due to the increase in the attack surface. Current approaches do not handle cybersecurity from a holistic point of view; hence, a systematic cybersecurity mechanism needs to be adopted when designing smart home applications. In this paper, we present a generic intrusion detection methodology to detect and mitigate the anomaly behaviors happened in Smart Home Systems (SHS). By utilizing our Smart Home Context Data Structure, the heterogeneous information and services acquired from SHS are mapped in context attributes which can describe the context of smart home operation precisely and accurately. Runtime models for describing usage patterns of home assets are developed based on characterization functions. A threat-aware action management methodology, used to efficiently mitigate anomaly behaviors, is proposed at the end. Our preliminary experimental results show that our methodology can be used to detect and mitigate known and unknown threats, as well as to protect SHS premises and services.Keywords: Internet of Things, network security, context awareness, intrusion detection
Procedia PDF Downloads 2002839 Logistics Optimization: A Literature Review of Techniques for Streamlining Land Transportation in Supply Chain Operations
Authors: Danica Terese Valda, Segundo Villa III, Michiko Yasuda, Jomel Tagaro
Abstract:
This study conducts a thorough literature review of logistics optimization techniques that aimed at improving the efficiency of supply chain operations. Logistics optimization encompasses key areas such as transportation management, inventory control, and distribution network design, each of which plays a critical role in streamlining supply chain performance. The review identifies mixed-integer linear programming (MILP) as a dominant method, widely used for its flexibility in handling complex logistics problems. Other methods like heuristic algorithms and combinatorial optimization also prove effective in solving large-scale logistics challenges. Furthermore, real-time data integration and advancements in simulation techniques are transforming the decision-making processes within supply chains, leading to more dynamic and responsive operations. The inclusion of sustainability goals, particularly in minimizing carbon emissions, has emerged as a growing trend in logistics optimization. This research highlights the need for integrated, holistic approaches that consider the interconnectedness of logistical components. The findings provide valuable insights to guide future research and practical applications, fostering more resilient and efficient supply chains.Keywords: logistics, techniques, supply chain, land transportation
Procedia PDF Downloads 242838 Determination of the Oxidative Potential of Organic Materials: Method Development
Authors: Jui Afrin, Akhtarul Islam
Abstract:
In this paper, the solution of glucose, yeast and glucose yeast mixture are being used as sample solution for determining the chemical oxygen demand (COD). In general COD determination method used to determine the different rang of oxidative potential. But in this work has shown to determine the definite oxidative potential for different concentration for known COD value and wanted to see the difference between experimental value and the theoretical value for evaluating the method drawbacks. In this study, made the values of oxidative potential like 400 mg/L, 500 mg/L, 600 mg/L, 700 mg/L and 800mg/L for various sample solutions and determined the oxidative potential according to our developed method. Plotting the experimental COD values vs. sample solutions of various concentrations in mg/L to draw the curve. From these curves see that the curves for glucose solution is not linear; its deviate from linearity for the lower concentration and the reason for this deviation is unknown. If these drawback can be removed this method can be effectively used to determine Oxidative Potential of Industrial wastewater (such as: Leather industry wastewater, Municipal wastewater, Food industry wastewater, Textile wastewater, Pharmaceuticals waste water) that’s why more experiment and study required.Keywords: bod (biological oxygen demand), cod (chemical oxygen demand), oxidative potential, titration, waste water, development
Procedia PDF Downloads 2332837 Prevention of Biocompounds and Amino Acid Losses in Vernonia amygdalina duringPost Harvest Treatment Using Hot Oil-Aqueous Mixture
Authors: Nneka Nkechi Uchegbu, Temitope Omolayo Fasuan
Abstract:
This study investigated how to reduce bio-compounds and amino acids in V. amygdalina leaf during processing as a functional food ingredient. Fresh V. amygdalina leaf was processed using thermal oil-aqueous mixtures (soybean oil: aqueous and palm oil: aqueous) at 1:40 and 130 (v/v), respectively. Results indicated that the hot soybean oil-aqueous mixture was the most effective in preserving the bio-compounds and amino acids with retention potentials of 80.95% of the bio-compounds at the rate of 90-100%. Hot palm oil-aqueous mixture retained 61.90% of the bio-compounds at the rate of 90-100% and hot aqueous retained 9.52% of the bio-compounds at the same rate. During the debittering process, seven new bio-compounds were formed in the leaves treated with hot soybean oil-aqueous mixture, six in palm oil-aqueous mixture, and only four in hot aqueous leaves. The bio-compounds in the treated leaves have potential functions as antitumor, antioxidants, antihistaminic, anti-ovarian cancer, anti-inflammatory, antiarthritic, hepatoprotective, antihistaminic, haemolytic 5-α reductase inhibitor, nt, immune-stimulant, diuretic, antiandrogenic, and anaemiagenic. Alkaloids and polyphenols were retained at the rate of 81.34-98.50% using oil: aqueous mixture while aqueous recorded the rate of 33.47-41.46%. Most of the essential amino acids were retained at a rate above 90% through the aid of oil. The process is scalable and could be employed for domestic and industrial applications.Keywords: V. amygdalina leaf, bio-compounds, oil-aqueous mixture, amino acids
Procedia PDF Downloads 151