Search results for: atmospheric parameters retrieval
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 9426

Search results for: atmospheric parameters retrieval

8856 On the Use of Analytical Performance Models to Design a High-Performance Active Queue Management Scheme

Authors: Shahram Jamali, Samira Hamed

Abstract:

One of the open issues in Random Early Detection (RED) algorithm is how to set its parameters to reach high performance for the dynamic conditions of the network. Although original RED uses fixed values for its parameters, this paper follows a model-based approach to upgrade performance of the RED algorithm. It models the routers queue behavior by using the Markov model and uses this model to predict future conditions of the queue. This prediction helps the proposed algorithm to make some tunings over RED's parameters and provide efficiency and better performance. Widespread packet level simulations confirm that the proposed algorithm, called Markov-RED, outperforms RED and FARED in terms of queue stability, bottleneck utilization and dropped packets count.

Keywords: active queue management, RED, Markov model, random early detection algorithm

Procedia PDF Downloads 524
8855 Some Characteristics Based on Literature, for an Ideal Disinfectant

Authors: Saimir Heta, Ilma Robo, Rialda Xhizdari, Kers Kapaj

Abstract:

The stability of an ideal disinfectant should be constant regardless of the change in the atmospheric conditions of the environment where it is kept. If the conditions such as temperature or humidity change, it is understood that it will also be necessary to approach possible changes in the holding materials such as plastic or glass bottles with the aim of protecting, for example, the disinfectant from the excessive lighting of the environment, which can also be translated as an increase in the temperature of disinfectant as a fluid. Material and Methods: In this study, an attempt was made to find the most recent published data about the best possible combination of disinfectants indicated for use after dental procedures. This purpose of the study was realized by comparing the basic literature that is studied in the field of dentistry by students with the most published data in the literature of recent years about this topic. Each disinfectant is represented by a number called the disinfectant count, in which different factors can influence the increase or reduction of variables whose production remains a specific statistic for a specific disinfectant. Results: The changes in the atmospheric conditions where the disinfectant is deposited and stored in the environment are known to affect the stability of the disinfectant as a fluid; this fact is known and even cited in the leaflets accompanying the manufactured boxes of disinfectants. It is these cares, in the form of advice, which are based not only on the preservation of the disinfectant but also on the application in order to have the desired clinical result. Aldehydes have the highest constant among the types of disinfectants, followed by acids. The lowest value of the constant belongs to the class of glycols, the predecessors of which were the halogens, in which class there are some representatives with disinfection applications. The class of phenols and acids have almost the same intervals of constants. Conclusions: If the goal were to find the ideal disinfectant among the large variety of disinfectants produced, a good starting point would be to find something unchanging or a fixed, unchanging element on the basis of which the comparison can be made properties of different disinfectants. Precisely based on the results of this study, the role of the specific constant according to the specific disinfectant is highlighted. Finding an ideal disinfectant, like finding a medication or the ideal antibiotic, is an ongoing but unattainable goal.

Keywords: different disinfectants, ideal, specific constant, dental procedures

Procedia PDF Downloads 52
8854 Haematological and Internal Organs Characteristics of Rabbit Bucks Feed Boiled Pigeon Pea (Cajanus Cajan) Seed Meal

Authors: N. S. Okoro

Abstract:

An experiment was conducted to determine the growth performance, blood parameters and reproductive characteristics of 8-week old male weaner rabbits fed 2% boiled pigeon pea seed meal. The study lasted for 16 weeks. Results showed that hematological parameters of the two groups of rabbit bucks were not significantly affected (p > 0.05) by the treatment, meaning that the PPSM was adequate for maintaining the blood parameters at the normal levels. The 20% boiled PPSM significantly affected (P < 0.05) serum Alanine Aminotransferase (ALT) (67.72±2.5 I.U/I) more than the ALT (57.50±2.02 I.U/I) of the control, which is an indication of liver problem. The globulin level (3.00 ± 0.23g/dl) of the 20% boiled PPSM group was significantly higher than that of the control (2.60±0.06 g/dl), indicating that the test diet did not alter protein metabolism in the rabbits. Boiled pigeon pea seed meal supported organ weight and testicular development in rabbit bucks, suggesting that boiling reduced the level of the anti-nutritional factors in pigeon pea seed meal. Thus, 20% boiled pigeon pea can be included in diets of rabbits without adverse effect on blood parameters and internal organs characteristics.

Keywords: hematology, internal organs, Pigeon pea, rabbits, serum biochemistry

Procedia PDF Downloads 378
8853 Development of Vapor Absorption Refrigeration System for Mini-Bus Car’s Air Conditioning: A Two-Fluid Model

Authors: Yoftahe Nigussie

Abstract:

This research explores the implementation of a vapor absorption refrigeration system (VARS) in mini-bus cars to enhance air conditioning efficiency. The conventional vapor compression refrigeration system (VCRS) in vehicles relies on mechanical work from the engine, leading to increased fuel consumption. The proposed VARS aims to utilize waste heat and exhaust gas from the internal combustion engine to cool the mini-bus cabin, thereby reducing fuel consumption and atmospheric pollution. The project involves two models: Model 1, a two-fluid vapor absorption system (VAS), and Model 2, a three-fluid VAS. Model 1 uses ammonia (NH₃) and water (H₂O) as refrigerants, where water absorbs ammonia rapidly, producing a cooling effect. The absorption cycle operates on the principle that absorbing ammonia in water decreases vapor pressure. The ammonia-water solution undergoes cycles of desorption, condensation, expansion, and absorption, facilitated by a generator, condenser, expansion valve, and absorber. The objectives of this research include reducing atmospheric pollution, minimizing air conditioning maintenance costs, lowering capital costs, enhancing fuel economy, and eliminating the need for a compressor. The comparison between vapor absorption and compression systems reveals advantages such as smoother operation, fewer moving parts, and the ability to work at lower evaporator pressures without affecting the Coefficient of Performance (COP). The proposed VARS demonstrates potential benefits for mini-bus air conditioning systems, providing a sustainable and energy-efficient alternative. By utilizing waste heat and exhaust gas, this system contributes to environmental preservation while addressing economic considerations for vehicle owners. Further research and development in this area could lead to the widespread adoption of vapor absorption technology in automotive air conditioning systems.

Keywords: room, zone, space, thermal resistance

Procedia PDF Downloads 58
8852 Enhancing Large Language Models' Data Analysis Capability with Planning-and-Execution and Code Generation Agents: A Use Case for Southeast Asia Real Estate Market Analytics

Authors: Kien Vu, Jien Min Soh, Mohamed Jahangir Abubacker, Piyawut Pattamanon, Soojin Lee, Suvro Banerjee

Abstract:

Recent advances in Generative Artificial Intelligence (GenAI), in particular Large Language Models (LLMs) have shown promise to disrupt multiple industries at scale. However, LLMs also present unique challenges, notably, these so-called "hallucination" which is the generation of outputs that are not grounded in the input data that hinders its adoption into production. Common practice to mitigate hallucination problem is utilizing Retrieval Agmented Generation (RAG) system to ground LLMs'response to ground truth. RAG converts the grounding documents into embeddings, retrieve the relevant parts with vector similarity between user's query and documents, then generates a response that is not only based on its pre-trained knowledge but also on the specific information from the retrieved documents. However, the RAG system is not suitable for tabular data and subsequent data analysis tasks due to multiple reasons such as information loss, data format, and retrieval mechanism. In this study, we have explored a novel methodology that combines planning-and-execution and code generation agents to enhance LLMs' data analysis capabilities. The approach enables LLMs to autonomously dissect a complex analytical task into simpler sub-tasks and requirements, then convert them into executable segments of code. In the final step, it generates the complete response from output of the executed code. When deployed beta version on DataSense, the property insight tool of PropertyGuru, the approach yielded promising results, as it was able to provide market insights and data visualization needs with high accuracy and extensive coverage by abstracting the complexities for real-estate agents and developers from non-programming background. In essence, the methodology not only refines the analytical process but also serves as a strategic tool for real estate professionals, aiding in market understanding and enhancement without the need for programming skills. The implication extends beyond immediate analytics, paving the way for a new era in the real estate industry characterized by efficiency and advanced data utilization.

Keywords: large language model, reasoning, planning and execution, code generation, natural language processing, prompt engineering, data analysis, real estate, data sense, PropertyGuru

Procedia PDF Downloads 58
8851 Spectroscopic Investigations of Nd³⁺ Doped Lithium Lead Alumino Borate Glasses for 1.06μM Laser Applications

Authors: Nisha Deopa, A. S. Rao

Abstract:

Neodymium doped lithium lead alumino borate glasses were synthesized with the molar composition 10Li₂O – 10PbO – (10-x) Al₂O₃ – 70B₂O₃ – xNd₂O₃ (where, x = 0.1, 0.5, 1.0, 1.5, 2.0 and 2.5 mol %) via conventional melt quenching technique to understand their lasing potentiality. From the absorption spectra, Judd-Ofelt intensity parameters along with various spectroscopic parameters have been estimated. The emission spectra recorded for the as-prepared glasses under investigation exhibit two emission transitions, ⁴F₃/₂→⁴I₁₁/₂ (1063 nm) and ⁴F₃/₂→⁴I₉/₂ (1350 nm) for which radiative parameters have been evaluated. The emission intensity increases with increase in Nd³⁺ ion concentration up to 1 mol %, and beyond concentration quenching took place. The decay profile shows single exponential nature for lower Nd³⁺ ions concentration and non-exponential for higher concentration. To elucidate the nature of energy transfer process, non-exponential decay curves were well fitted to Inokuti-Hirayama model. The relatively high values of emission cross-section, branching ratio, lifetimes and quantum efficiency suggest that 1.0 mol% of Nd³⁺ in LiPbAlB glasses is aptly suitable to generate lasing action in NIR region at 1063 nm.

Keywords: energy transfer, glasses, J-O parameters, photoluminescence

Procedia PDF Downloads 176
8850 Gas Monitoring and Soil Control at the Natural Gas Storage Site (Minerbio, Italy)

Authors: Ana Maria Carmen Ilie, Carmela Vaccaro

Abstract:

Gas migration through wellbore failure, in particular from abandoned wells, is repeatedly identified as the highest risk mechanism. The vadose zone was subject to monitoring system close to the wellbore in Minerbio, methane storage site. The new technology has been well-developed and used with the purpose to provide reliable estimates of leakage parameters. Of these techniques, soil flux sampling at the soil surface, via the accumulation chamber method and soil flux sampling at the depths of 100cm below the ground surface, have been an important technique for characterizing the gas concentrations at the gas storage site. We present results of soil Radon Bq/m3, CO2%, CH4% and O2% concentration gases. Measurements have been taken for radon concentrations with an Durridge RAD7 Company, Inc., USA, instrument. We used for air and soil quality an Biogas ETG instrument monitoring system, with NDIR CO2, CH4 gas sensor and electrochemical O2 gas sensor. The measurements started in September-October 2015, where no outliers have been identified. The measurements have continued in March-April-July-August-September 2016, almost at the same time in the same place around the gas storage site, values measured 15 minutes for each sampling, to determine their concentration, their distribution and to understand the relationship among gases and atmospheric conditions. At a depth of 100 cm, the maximum soil radon gas concentrations were found to be 1770 ±±582 Bq/m3, the soil consists of 64.31% sand, 20.75% silt and 14.94% clay, and with 0.526 ppm of Uranium. The maximum concentration (September 2016), in soil at 100cm below the ground surface, with 83% sand, 8.96% silt and 7.89% clay, was about 0.06% CH4, and in atmosphere 0.06% CH4 at 40°C (T). In the other months the values have been on the range of 0.01% to 0.03% CH4. Since we did not have outliers in the gas storage site, soil-gas samples for isotopic analysis have not been done.

Keywords: leakage gas monitoring, lithology, soil gas, methane

Procedia PDF Downloads 429
8849 Sparse Representation Based Spatiotemporal Fusion Employing Additional Image Pairs to Improve Dictionary Training

Authors: Dacheng Li, Bo Huang, Qinjin Han, Ming Li

Abstract:

Remotely sensed imagery with the high spatial and temporal characteristics, which it is hard to acquire under the current land observation satellites, has been considered as a key factor for monitoring environmental changes over both global and local scales. On a basis of the limited high spatial-resolution observations, challenged studies called spatiotemporal fusion have been developed for generating high spatiotemporal images through employing other auxiliary low spatial-resolution data while with high-frequency observations. However, a majority of spatiotemporal fusion approaches yield to satisfactory assumption, empirical but unstable parameters, low accuracy or inefficient performance. Although the spatiotemporal fusion methodology via sparse representation theory has advantage in capturing reflectance changes, stability and execution efficiency (even more efficient when overcomplete dictionaries have been pre-trained), the retrieval of high-accuracy dictionary and its response to fusion results are still pending issues. In this paper, we employ additional image pairs (here each image-pair includes a Landsat Operational Land Imager and a Moderate Resolution Imaging Spectroradiometer acquisitions covering the partial area of Baotou, China) only into the coupled dictionary training process based on K-SVD (K-means Singular Value Decomposition) algorithm, and attempt to improve the fusion results of two existing sparse representation based fusion models (respectively utilizing one and two available image-pair). The results show that more eligible image pairs are probably related to a more accurate overcomplete dictionary, which generally indicates a better image representation, and is then contribute to an effective fusion performance in case that the added image-pair has similar seasonal aspects and image spatial structure features to the original image-pair. It is, therefore, reasonable to construct multi-dictionary training pattern for generating a series of high spatial resolution images based on limited acquisitions.

Keywords: spatiotemporal fusion, sparse representation, K-SVD algorithm, dictionary learning

Procedia PDF Downloads 244
8848 Spatial Variability of Environmental Parameters and Its Relationship with an Environmental Injustice on the Bike Paths of Santiago, Chile

Authors: Alicia Muñoz, Pedro Oyola, Cristian Henriquez

Abstract:

Pollution in Santiago de Chile has a spatial variability due to different factors, including meteorological parameters and emission sources. Socioenvironmental aspects are also significant for pollution in the canopy layer since it influences the type of edification, vegetal mass proportion and other environmental conditions. This study analyzes spatially urban pollution in Santiago, specifically, from the bike path perspective. Bike paths are located in high traffic zones, as consequence, users are constantly exposed to urban pollution. Measurements were made at the higher polluted hour, three days a week, including three transit regimes, on the most polluted month of the year. The environmental parameters are fine particulate matter (Model 8520, DustTrak Aerosol Monitor, TSI), temperature and relative humidity; it was also considerate urban parameters as sky view factor and vegetal mass. Identification of an environmental injustice will be achieved with a spatial modeling, including all urban factors and environmental mediations with an economic index of population.

Keywords: canopy layer, environmental injustice, spatial modeling, urban pollution

Procedia PDF Downloads 207
8847 Statistical Design of Synthetic VP X-bar Control Chat Using Markov Chain Approach

Authors: Ali Akbar Heydari

Abstract:

Control charts are an important tool of statistical quality control. Thesecharts are used to detect and eliminate unwanted special causes of variation that occurred during aperiod of time. The design and operation of control charts require the determination of three design parameters: the sample size (n), the sampling interval (h), and the width coefficient of control limits (k). Thevariable parameters (VP) x-bar controlchart is the x-barchart in which all the design parameters vary between twovalues. These values are a function of the most recent process information. In fact, in the VP x-bar chart, the position of each sample point on the chart establishes the size of the next sample and the timeof its sampling. The synthetic x-barcontrol chartwhich integrates the x-bar chart and the conforming run length (CRL) chart, provides significant improvement in terms of detection power over the basic x-bar chart for all levels of mean shifts. In this paper, we introduce the syntheticVP x-bar control chart for monitoring changes in the process mean. To determine the design parameters, we used a statistical design based on the minimum out of control average run length (ARL) criteria. The optimal chart parameters of the proposed chart are obtained using the Markov chain approach. A numerical example is also done to show the performance of the proposed chart and comparing it with the other control charts. The results show that our proposed syntheticVP x-bar controlchart perform better than the synthetic x-bar controlchart for all shift parameter values. Also, the syntheticVP x-bar controlchart perform better than the VP x-bar control chart for the moderate or large shift parameter values.

Keywords: control chart, markov chain approach, statistical design, synthetic, variable parameter

Procedia PDF Downloads 142
8846 Analysis of the Strip Shape and Microstructure with Consideration of Roll Crossing and Shifting

Authors: Z. Y. Jiang, H. B. Tibar, A. Aljabri

Abstract:

Optimisation of the physical and mechanical properties of cold rolled thin strips is achieved by controlling the rolling parameters. In this paper, the factors affecting the asymmetrical cold rolling of thin low carbon steel strip have been studied at a speed ratio of 1.1 without lubricant applied. The effect of rolling parameters on the resulting microstructure was also investigated. It was found that under dry condition, work roll shifting and work roll cross angle can improve the strip profile, and the result is more significant with an increase of work roll cross angle rather than that of work roll shifting. However, there was no obvious change in microstructure. In addition, effects of rolling parameters on strip profile and microstructure have also been discussed.

Keywords: rolling speed ratio, microstructure, work roll cross angle, work roll shifting

Procedia PDF Downloads 403
8845 Influence Analysis of Macroeconomic Parameters on Real Estate Price Variation in Taipei, Taiwan

Authors: Li Li, Kai-Hsuan Chu

Abstract:

It is well known that the real estate price depends on a lot of factors. Each house current value is dependent on the location, room number, transportation, living convenience, year and surrounding environments. Although, there are different experienced models for housing agent to estimate the price, it is a case by case study without overall dynamic variation investigation. However, many economic parameters may more or less influence the real estate price variation. Here, the influences of most macroeconomic parameters on real estate price are investigated individually based on least-square scheme and grey correlation strategy. Then those parameters are classified into leading indices, simultaneous indices and laggard indices. In addition, the leading time period is evaluated based on least square method. The important leading and simultaneous indices can be used to establish an artificial intelligent neural network model for real estate price variation prediction. The real estate price variation of Taipei, Taiwan during 2005 ~ 2017 are chosen for this research data analysis and validation. The results show that the proposed method has reasonable prediction function for real estate business reference.

Keywords: real estate price, least-square, grey correlation, macroeconomics

Procedia PDF Downloads 182
8844 Optimization of Process Parameters Affecting on Spring-Back in V-Bending Process for High Strength Low Alloy Steel HSLA 420 Using FEA (HyperForm) and Taguchi Technique

Authors: Navajyoti Panda, R. S. Pawar

Abstract:

In this study, process parameters like punch angle, die opening, grain direction, and pre-bend condition of the strip for deep draw of high strength low alloy steel HSLA 420 are investigated. The finite element method (FEM) in association with the Taguchi and the analysis of variance (ANOVA) techniques are carried out to investigate the degree of importance of process parameters in V-bending process for HSLA 420&ST12 grade material. From results, it is observed that punch angle had a major influence on the spring-back. Die opening also showed very significant role on spring back. On the other hand, it is revealed that grain direction had the least impact on spring back; however, if strip from flat sheet is taken, then it is less prone to spring back as compared to the strip from sheet metal coil. HyperForm software is used for FEM simulation and experiments are designed using Taguchi method. Percentage contribution of the parameters is obtained through the ANOVA techniques.

Keywords: bending, spring-back, v-bending, FEM, Taguchi, HSLA 420 and St12 materials, HyperForm, profile projector

Procedia PDF Downloads 174
8843 Reliability of Eyewitness Statements in Fire and Explosion Investigations

Authors: Jeff Colwell, Benjamin Knox

Abstract:

While fire and explosion incidents are often observed by eyewitnesses, the weight that fire investigators should place on those observations in their investigations is a complex issue. There is no doubt that eyewitness statements can be an important component to an investigation, particularly when other evidence is sparse, as is often the case when damage to the scene is severe. However, it is well known that eyewitness statements can be incorrect for a variety of reasons, including deception. In this paper, we reviewed factors that can have an effect on the complex processes associated with the perception, retention, and retrieval of an event. We then review the accuracy of eyewitness statements from unique criminal and civil incidents, including fire and explosion incidents, in which the accuracy of the statements could be independently evaluated. Finally, the motives for deceptive eyewitness statements are described, along with techniques that fire and explosion investigators can employ, to increase the accuracy of the eyewitness statements that they solicit.

Keywords: fire, explosion, eyewitness, reliability

Procedia PDF Downloads 360
8842 Amrita Bose-Einstein Condensate Solution Formed by Gold Nanoparticles Laser Fusion and Atmospheric Water Generation

Authors: Montree Bunruanses, Preecha Yupapin

Abstract:

In this work, the quantum material called Amrita (elixir) is made from top-down gold into nanometer particles by fusing 99% gold with a laser and mixing it with drinking water using the atmospheric water (AWG) production system, which is made of water with air. The high energy laser power destroyed the four natural force bindings from gravity-weak-electromagnetic and strong coupling forces, where finally it was the purified Bose-Einstein condensate (BEC) states. With this method, gold atoms in the form of spherical single crystals with a diameter of 30-50 nanometers are obtained and used. They were modulated (activated) with a frequency generator into various matrix structures mixed with AWG water to be used in the upstream conversion (quantum reversible) process, which can be applied on humans both internally or externally by drinking or applying on the treated surfaces. Doing both space (body) and time (mind) will go back to the origin and start again from the coupling of space-time on both sides of time at fusion (strong coupling force) and push out (Big Bang) at the equilibrium point (singularity) occurs as strings and DNA with neutrinos as coupling energy. There is no distortion (purification), which is the point where time and space have not yet been determined, and there is infinite energy. Therefore, the upstream conversion is performed. It is reforming DNA to make it be purified. The use of Amrita is a method used for people who cannot meditate (quantum meditation). Various cases were applied, where the results show that the Amrita can make the body and the mind return to their pure origins and begin the downstream process with the Big Bang movement, quantum communication in all dimensions, DNA reformation, frequency filtering, crystal body forming, broadband quantum communication networks, black hole forming, quantum consciousness, body and mind healing, etc.

Keywords: quantum materials, quantum meditation, quantum reversible, Bose-Einstein condensate

Procedia PDF Downloads 53
8841 Approach to Formulate Intuitionistic Fuzzy Regression Models

Authors: Liang-Hsuan Chen, Sheng-Shing Nien

Abstract:

This study aims to develop approaches to formulate intuitionistic fuzzy regression (IFR) models for many decision-making applications in the fuzzy environments using intuitionistic fuzzy observations. Intuitionistic fuzzy numbers (IFNs) are used to characterize the fuzzy input and output variables in the IFR formulation processes. A mathematical programming problem (MPP) is built up to optimally determine the IFR parameters. Each parameter in the MPP is defined as a couple of alternative numerical variables with opposite signs, and an intuitionistic fuzzy error term is added to the MPP to characterize the uncertainty of the model. The IFR model is formulated based on the distance measure to minimize the total distance errors between estimated and observed intuitionistic fuzzy responses in the MPP resolution processes. The proposed approaches are simple/efficient in the formulation/resolution processes, in which the sign of parameters can be determined so that the problem to predetermine the sign of parameters is avoided. Furthermore, the proposed approach has the advantage that the spread of the predicted IFN response will not be over-increased, since the parameters in the established IFR model are crisp. The performance of the obtained models is evaluated and compared with the existing approaches.

Keywords: fuzzy sets, intuitionistic fuzzy number, intuitionistic fuzzy regression, mathematical programming method

Procedia PDF Downloads 124
8840 Modeling, Analysis, and Optimization of Process Parameters of Metal Spinning

Authors: B. Ravi Kumar, S. Gajanana, K. Hemachandra Reddy, K. Udayani

Abstract:

Physically into various derived shapes and sizes under the effect of externally applied forces. The spinning process is an advanced plastic working technology and is frequently used for manufacturing axisymmetric shapes. Over the last few decades, Sheet metal spinning has developed significantly and spun products have widely used in various industries. Nowadays the process has been expanded to new horizons in industries, since tendency to use minimum tool and equipment costs and also using lower forces with the output of excellent surface quality and good mechanical properties. The automation of the process is of greater importance, due to its wider applications like decorative household goods, rocket nose cones, gas cylinders, etc. This paper aims to gain insight into the conventional spinning process by employing experimental and numerical methods. The present work proposes an approach for optimizing process parameters are mandrel speed (rpm), roller nose radius (mm), thickness of the sheet (mm). Forming force, surface roughness and strain are the responses.in spinning of Aluminum (2024-T3) using DOE-Response Surface Methodology (RSM) and Analysis of variance (ANOVA). The FEA software is used for modeling and analysis. The process parameters considered in the experimentation.

Keywords: FEA, RSM, process parameters, sheet metal spinning

Procedia PDF Downloads 306
8839 Assessing Lithium Recovery from Secondary Sources

Authors: Carolina A. Santos, Alexandra B. Ribeiro

Abstract:

Climate change and environmental degradation are threats to humanity. Europe has been addressing these problems, namely through the Green Deal, with the use of batteries in mobility and energy fields. However, these require the use of critical raw materials, like lithium, which demand is estimated to grow 60 times in the next 30 years. Thus, it is fundamental to promote a circular economy with lithium recovery from secondary resources. These are nowadays key topics, which will be even more relevant in the future, so a new way to approach them is needed and must be encouraged. Therefore, one of our main goals is to analyse two methods of lithium retrieval from secondary sources, bioleaching, and electrodialysis, and assess them regarding their sustainability. The latest results show good efficiency of removal with both methods, even though there are some matrix interferences. Hence, further investment and research are needed in order to make this process sustainable and our society more circular.

Keywords: lithium, sustainable mining, social license to operate, bioleaching, electrodialysis

Procedia PDF Downloads 107
8838 Gender Recognition with Deep Belief Networks

Authors: Xiaoqi Jia, Qing Zhu, Hao Zhang, Su Yang

Abstract:

A gender recognition system is able to tell the gender of the given person through a few of frontal facial images. An effective gender recognition approach enables to improve the performance of many other applications, including security monitoring, human-computer interaction, image or video retrieval and so on. In this paper, we present an effective method for gender classification task in frontal facial images based on deep belief networks (DBNs), which can pre-train model and improve accuracy a little bit. Our experiments have shown that the pre-training method with DBNs for gender classification task is feasible and achieves a little improvement of accuracy on FERET and CAS-PEAL-R1 facial datasets.

Keywords: gender recognition, beep belief net-works, semi-supervised learning, greedy-layer wise RBMs

Procedia PDF Downloads 430
8837 Experimental and Numerical Analysis of the Effects of Ball-End Milling Process upon Residual Stresses and Cutting Forces

Authors: Belkacem Chebil Sonia, Bensalem Wacef

Abstract:

The majority of ball end milling models includes only the influence of cutting parameters (cutting speed, feed rate, depth of cut). Furthermore, this influence is studied in most of works on cutting force. Therefore, this study proposes an accurate ball end milling process modeling which includes also the influence of tool workpiece inclination. In addition, a characterization of residual stresses resulting of thermo mechanical loading in the workpiece was also presented. Moreover, the study of the influence of tool workpiece inclination and cutting parameters was made on residual stresses distribution. In order to achieve the predetermination of cutting forces and residual stresses during a milling operation, a thermo mechanical three-dimensional numerical model of ball end milling was developed. Furthermore, an experimental companion of ball end milling tests was realized on a 5-axis machining center to determine the cutting forces and characterize the residual stresses. The simulation results are compared with the experiment to validate the Finite Element Model and subsequently identify the optimum inclination angle and cutting parameters.

Keywords: ball end milling, cutting forces, cutting parameters, residual stress, tool-workpiece inclination

Procedia PDF Downloads 290
8836 Preliminary Study on the Factors Affecting Safety Parameters of (Th, U)O₂ Fuel Cycle: The Basis for Choosing Three Fissile Enrichment Zones

Authors: E. H. Uguru, S. F. A. Sani, M. U. Khandaker, M. H. Rabir

Abstract:

The beginning of cycle transient safety parameters is paramount for smooth reactor operation. The enhanced operational safety of UO₂ fuelled AP1000 reactor being the first using three fissile enrichment zones motivated this research for (Th, U)O₂ fuel. This study evaluated the impact of fissile enrichment, soluble boron, and gadolinia on the transient safety parameters to determine the basis for choosing the three fissile enrichment zones. Fuel assembly and core model of Westinghouse small modular reactor were investigated using different fuel and reactivity control arrangements. The Monte Carlo N-Particle eXtended (MCNPX) integrated with CINDER90 burn-up code was used for the calculations. The results show that the moderator temperature coefficient of reactivity (MTC) and the fuel temperature coefficient of reactivity (FTC) were respectively negative and decreased with increasing fissile enrichment. Soluble boron significantly decreased the MTC but slightly increased FTC while gadolinia followed the same trend with a minor impact. However, the MTC and FTC respectively decreased significantly with increasing change in temperature. These results provide a guide on the considerable factors in choosing the three fissile enrichment zones for (Th, U)O₂ fuel in anticipation of their impact on safety parameters. Therefore, this study provides foundational results on the factors that must be considered in choosing three fissile arrangement zones for (Th, U)O₂ fuel.

Keywords: reactivity, safety parameters, small modular reactor, soluble boron, thorium fuel cycle

Procedia PDF Downloads 116
8835 Optimization of Assay Parameters of L-Glutaminase from Bacillus cereus MTCC1305 Using Artificial Neural Network

Authors: P. Singh, R. M. Banik

Abstract:

Artificial neural network (ANN) was employed to optimize assay parameters viz., time, temperature, pH of reaction mixture, enzyme volume and substrate concentration of L-glutaminase from Bacillus cereus MTCC 1305. ANN model showed high value of coefficient of determination (0.9999), low value of root mean square error (0.6697) and low value of absolute average deviation. A multilayer perceptron neural network trained with an error back-propagation algorithm was incorporated for developing a predictive model and its topology was obtained as 5-3-1 after applying Levenberg Marquardt (LM) training algorithm. The predicted activity of L-glutaminase was obtained as 633.7349 U/l by considering optimum assay parameters, viz., pH of reaction mixture (7.5), reaction time (20 minutes), incubation temperature (35˚C), substrate concentration (40mM), and enzyme volume (0.5ml). The predicted data was verified by running experiment at simulated optimum assay condition and activity was obtained as 634.00 U/l. The application of ANN model for optimization of assay conditions improved the activity of L-glutaminase by 1.499 fold.

Keywords: Bacillus cereus, L-glutaminase, assay parameters, artificial neural network

Procedia PDF Downloads 417
8834 Investigation of the Effect of Pressure Changes on the Gas Proportional Detector

Authors: S. M. Golgoun, S. M. Taheri

Abstract:

Investigation of radioactive contamination of personnel working in radiation centers to identify radioactive materials and then measure the potential contamination and eliminate it has always been considered. For this purpose, various ways have been proposed so far and different devices have been designed and built. Gas sealed proportional counter has special working conditions. In this research, a gas sealed detector of proportional counter type was made and then its various parameters were investigated. Some parameters are influential on their working conditions and one of these most important parameters is the internal pressure of the proportional gas-filled detector. In this experimental research, we produced software for examination and altering high voltage, registering data, and calculating efficiency. By this, we investigated different gas pressure effects on detector efficiency and proposed optimizing working conditions of this detector. After reviewing the results, we suggested a range between 20-30 mbar pressure for this gas sealed detector.

Keywords: gas sealed, proportional detector, pressure, counter

Procedia PDF Downloads 101
8833 Glioblastoma: Prognostic Value of Clinical, Histopathological and Immunohistochemical (p53, EGFR, VEGF, MDM2, Ki67) Parameters

Authors: Sujata Chaturvedi, Ishita Pant, Deepak Kumar Jha, Vinod Kumar Singh Gautam, Chandra Bhushan Tripathi

Abstract:

Objective: To describe clinical, histopathological and immunohistochemical profile of glioblastoma in patients and to correlate these findings with patient survival. Material and methods: 30 cases of histopathologically diagnosed glioblastomas were included in this study. These cases were analysed in detail for certain clinical and histopathological parameters. Immunohistochemical staining for p53, epidermal growth factor receptor (EGFR), vascular endothelial growth factor (VEGF), mouse double minute 2 homolog (MDM2) and Ki67 was done and scores were calculated. Results of these findings were correlated with patient survival. Results: A retrospective analysis of the histopathology records and clinical case files was done in 30 cases of glioblastoma (WHO grade IV). The mean age of presentation was 50.6 years with a male predilection. The most common involved site was the frontal lobe. Amongst the clinical parameters, age of the patient and extent of surgical resection showed a significant correlation with the patient survival. Histopathological parameters showed no significant correlation with the patient survival, while amongst the immunohistochemical parameters expression of MDM2 showed a significant correlation with the patient survival. Conclusion: In this study incorporating clinical, histopathological and basic panel of immunohistochemistry, age of the patient, extent of the surgical resection and expression of MDM2 showed significant correlation with the patient survival.

Keywords: glioblastoma, p53, EGFR, VEGF, MDM2, Ki67

Procedia PDF Downloads 272
8832 Application of the Motion Analysis System to Formulate Parameters Defining the Movement of the Upper Limbs during Various Types of Gait

Authors: Agata Matuszewska, Małgorzata Syczewska

Abstract:

The movement of the upper limbs contributes significantly to balance control while walking in humans. However, the impact of different arm swing modes on gait stability is yet to be determined. This work intends to establish numerical parameters for assessing the arm swing. Nineteen people, comprising fifteen young, healthy individuals, two middle-aged individuals, and two individuals with dysfunctions, were analyzed using the movement analysis system. Proposed parameters such as ASᵢₐ (reflecting the arm swing amplitude) and Pearson’s correlation coefficient between the right and left upper limbs can be used to classify the type of movement task each participant performs. The results indicate that the ASᵢₐ parameter could potentially detect any abnormalities in upper limb functions, which may be due to musculoskeletal disorders or other malfunctions.

Keywords: arm swing, human balance, interlimb coordination, motion analysis system

Procedia PDF Downloads 150
8831 Predictive Modeling of Flank Wear in Hard Turning Using the Taguchi Method

Authors: Suha K. Shihab, Zahid A. Khan, Aas Mohammad, Arshad Noor Siddiquee

Abstract:

This paper presents the influence of cutting parameters (cutting speed, feed and depth of cut) on flank wear (VB) in turning of 52100 hard alloy steel using multilayer coated carbide insert under dry condition. Nine experiments were performed based on Taguchi’s L9 orthogonal array. Analysis of variance (ANOVA) was used to determine the effects of the cutting parameters on flank wear. The results of the study revealed that the cutting speed (A) and feed rate (B) are the dominant factors affecting flank wear, while the depth of cut (C) has not a significant effect. The optimal combination of the cutting parameters for flank wear is found to be A1B1C1. The mathematical model for flank wear is found to be statistically significant. The predicted and measured values of flank wear are found to be very close to each other.

Keywords: flank wear, hard turning, Taguchi approach, optimization

Procedia PDF Downloads 646
8830 Treatment Performance of Waste Stabilization Ponds: A Look at Physic-Chemical Parameters in Ghana

Authors: Emmanuel Adu-Ofori, Richard Amfo-Otu, Isaac O. A. Hodgson

Abstract:

The study was conducted to determine the treatment performance of waste stabilization ponds in Akosombo. A total of 15 samples were taken for four consecutive months from the inlet, facultative pond and outlet of maturation pond. The samples were preserved and transported to Water Research Institute for laboratory analysis. The wastewater quality parameters analysed to assess the treatment performance were total suspended solids (TSS), biochemical oxygen demand (BOD), chemical oxygen demand (COD), ammonia and phosphate. The results of the laboratory analysis showed that the ponds achieved TSS, BOD and COD removals of about 30, 82 and 75 per cent respectively. Statistically, the BOD (t = 10.27, p = 6.68 x 10-6) and COD (t = 4.23, p = 0.0029) of the raw sewage were significantly different from the total effluent at 95% confidence interval. The ammonia and phosphate removal was as high as 92% and 84% respectively. The quality parameters analysed for the final effluent from the Waste Stabilisation Pond was within the EPA guideline values. The general treatment performances were very good with respect to the parameters studied and does not pose threat to the receiving water body. A further study to examine the bacteriological treatment performance was recommended.

Keywords: waste stabilization pond, wast water, treatment performance, nutrient, Ghana

Procedia PDF Downloads 306
8829 A Computational Study of the Electron Transport in HgCdTe Bulk Semiconductor

Authors: N. Dahbi, M. Daoudi

Abstract:

This paper deals with the use of computational method based on Monte Carlo simulation in order to investigate the transport phenomena of the electron in HgCdTe narrow band gap semiconductor. Via this method we can evaluate the time dependence of the transport parameters: velocity, energy and mobility of electrons through matter (HgCdTe).

Keywords: Monte Carlo, transport parameters, HgCdTe, computational mechanics

Procedia PDF Downloads 459
8828 Haematological and Internal Organs Characteristics of Rabbit Bucks Fed Boiled Pigeon Pea (Cajanus Cajan) Seed Meal

Authors: Nnennaya Samuel Okoro

Abstract:

An experiment was conducted to determine the growth performance, blood parameters and reproductive characteristics of 8-week old male weaner rabbits fed 20% boiled pigeon pea seed meal (PPSM). The study lasted for 16 weeks. Results showed that haematological parameters of the two groups of rabbit bucks were not significantly affected (P>0.05) by the treatment, meaning that the PPSM was adequate for maintaining the blood parameters at the normal levels. The 20% boiled PPSM significantly affected (P<0.05) serum Alanine Aminotransferase (ALT) (67.72±2.5 I.U/I) more than the ALT (57.50±2.02 I.U/I) of the control, which is an indication of liver problem. The globulin level (3.00 ± 0.23 g/d) of the 20% boiled PPSM group was significantly higher than that of the control (2.60±0.06 g/dl), indicating that the test diet did not alter protein metabolism in the rabbits. Boiled pigeon pea seed meal supported organ weight and testicular development in rabbit bucks, suggesting that boiling reduced the level of the anti-nutritional factors in pigeon pea seed meal. Thus, 20% boiled pigeon pea can be included in diets of rabbits without adverse effect on blood parameters and internal organs characteristics.

Keywords: haematology, internal organs, pigeon pea, rabbits, serum biochemistry

Procedia PDF Downloads 233
8827 Inverse Prediction of Thermal Parameters of an Annular Hyperbolic Fin Subjected to Thermal Stresses

Authors: Ashis Mallick, Rajeev Ranjan

Abstract:

The closed form solution for thermal stresses in an annular fin with hyperbolic profile is derived using Adomian decomposition method (ADM). The conductive-convective fin with variable thermal conductivity is considered in the analysis. The nonlinear heat transfer equation is efficiently solved by ADM considering insulated convective boundary conditions at the tip of fin. The constant of integration in the solution is to be estimated using minimum decomposition error method. The solution of temperature field is represented in a polynomial form for convenience to use in thermo-elasticity equation. The non-dimensional thermal stress fields are obtained using the ADM solution of temperature field coupled with the thermo-elasticity solution. The influence of the various thermal parameters in temperature field and stress fields are presented. In order to show the accuracy of the ADM solution, the present results are compared with the results available in literature. The stress fields in fin with hyperbolic profile are compared with those of uniform thickness profile. Result shows that hyperbolic fin profile is better choice for enhancing heat transfer. Moreover, less thermal stresses are developed in hyperbolic profile as compared to rectangular profile. Next, Nelder-Mead based simplex search method is employed for the inverse estimation of unknown non-dimensional thermal parameters in a given stress fields. Owing to the correlated nature of the unknowns, the best combinations of the model parameters which are satisfying the predefined stress field are to be estimated. The stress fields calculated using the inverse parameters give a very good agreement with the stress fields obtained from the forward solution. The estimated parameters are suitable to use for efficient and cost effective fin designing.

Keywords: Adomian decomposition, inverse analysis, hyperbolic fin, variable thermal conductivity

Procedia PDF Downloads 310