Search results for: graph reduction
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 5251

Search results for: graph reduction

4891 Aerodynamic Investigation of Baseline-IV Bird-Inspired BWB Aircraft Design: Improvements over Baseline-III BWB

Authors: C. M. Nur Syazwani, M. K. Ahmad Imran, Rizal E. M. Nasir

Abstract:

The study on BWB UV begins in UiTM since 2005 and three designs have been studied and published. The latest designs are Baseline-III and inspired by birds that have features and aerodynamics behaviour of cruising birds without flapping capability. The aircraft featuring planform and configuration are similar to the bird. Baseline-III has major flaws particularly in its low lift-to-drag ratio, stability and issues regarding limited controllability. New design known as Baseline-IV replaces straight, swept wing to delta wing and have a broader tail compares to the Baseline-III’s. The objective of the study is to investigate aerodynamics of Baseline-IV bird-inspired BWB aircraft. This will be achieved by theoretical calculation and wind tunnel experiments. The result shows that both theoretical and wind tunnel experiments of Baseline-IV graph of CL and CD versus alpha are quite similar to each other in term of pattern of graph slopes and values. Baseline-IV has higher lift coefficient values at wide range of angle of attack compares to Baseline-III. Baseline-IV also has higher maximum lift coefficient, higher maximum lift-to-drag and lower parasite drag. It has stable pitch moment versus lift slope but negative moment at zero lift for zero angle-of-attack tail setting. At high angle of attack, Baseline-IV does not have stability reversal as shown in Baseline-III. Baseline-IV is proven to have improvements over Baseline-III in terms of lift, lift-to-drag ratio and pitch moment stability at high angle-of-attack.

Keywords: blended wing-body, bird-inspired blended wing-body, aerodynamic, stability

Procedia PDF Downloads 502
4890 Predictive Analytics for Theory Building

Authors: Ho-Won Jung, Donghun Lee, Hyung-Jin Kim

Abstract:

Predictive analytics (data analysis) uses a subset of measurements (the features, predictor, or independent variable) to predict another measurement (the outcome, target, or dependent variable) on a single person or unit. It applies empirical methods in statistics, operations research, and machine learning to predict the future, or otherwise unknown events or outcome on a single or person or unit, based on patterns in data. Most analyses of metabolic syndrome are not predictive analytics but statistical explanatory studies that build a proposed model (theory building) and then validate metabolic syndrome predictors hypothesized (theory testing). A proposed theoretical model forms with causal hypotheses that specify how and why certain empirical phenomena occur. Predictive analytics and explanatory modeling have their own territories in analysis. However, predictive analytics can perform vital roles in explanatory studies, i.e., scientific activities such as theory building, theory testing, and relevance assessment. In the context, this study is to demonstrate how to use our predictive analytics to support theory building (i.e., hypothesis generation). For the purpose, this study utilized a big data predictive analytics platform TM based on a co-occurrence graph. The co-occurrence graph is depicted with nodes (e.g., items in a basket) and arcs (direct connections between two nodes), where items in a basket are fully connected. A cluster is a collection of fully connected items, where the specific group of items has co-occurred in several rows in a data set. Clusters can be ranked using importance metrics, such as node size (number of items), frequency, surprise (observed frequency vs. expected), among others. The size of a graph can be represented by the numbers of nodes and arcs. Since the size of a co-occurrence graph does not depend directly on the number of observations (transactions), huge amounts of transactions can be represented and processed efficiently. For a demonstration, a total of 13,254 metabolic syndrome training data is plugged into the analytics platform to generate rules (potential hypotheses). Each observation includes 31 predictors, for example, associated with sociodemographic, habits, and activities. Some are intentionally included to get predictive analytics insights on variable selection such as cancer examination, house type, and vaccination. The platform automatically generates plausible hypotheses (rules) without statistical modeling. Then the rules are validated with an external testing dataset including 4,090 observations. Results as a kind of inductive reasoning show potential hypotheses extracted as a set of association rules. Most statistical models generate just one estimated equation. On the other hand, a set of rules (many estimated equations from a statistical perspective) in this study may imply heterogeneity in a population (i.e., different subpopulations with unique features are aggregated). Next step of theory development, i.e., theory testing, statistically tests whether a proposed theoretical model is a plausible explanation of a phenomenon interested in. If hypotheses generated are tested statistically with several thousand observations, most of the variables will become significant as the p-values approach zero. Thus, theory validation needs statistical methods utilizing a part of observations such as bootstrap resampling with an appropriate sample size.

Keywords: explanatory modeling, metabolic syndrome, predictive analytics, theory building

Procedia PDF Downloads 273
4889 Traditional Practices and Indigenous Knowledge for Sustainable Food Waste Reduction: A Lesson from Africa

Authors: Gabriel Sunday Ayayia

Abstract:

Food waste has reached alarming levels worldwide, contributing to food insecurity, resource depletion, and environmental degradation. While numerous strategies exist to mitigate this issue, the role of traditional practices and indigenous knowledge remains underexplored. There is a need to investigate how these age-old practices can contribute to sustainable food waste reduction, particularly in the African context. This study explores the potential of traditional practices and indigenous knowledge in Africa to address this challenge sustainably. The study examines traditional African food management practices and indigenous knowledge related to food preservation and utilization; assess the impact of traditional practices on reducing food waste and its broader implications for sustainable development, and identify key factors influencing the continued use and effectiveness of traditional practices in contemporary African societies. Thus, the study argues that traditional practices and indigenous knowledge in Africa offer valuable insights and strategies for sustainable food waste reduction that can be adapted and integrated into global initiatives This research will employ a mixed-methods approach, combining qualitative and quantitative research techniques. Data collection will involve in-depth interviews, surveys, and participant observations in selected African communities. Moreover, a comprehensive review of literature on traditional food management practices and their impact on food waste reduction will be conducted. The significance of this study lies in its potential to bridge the gap between traditional knowledge and modern sustainability efforts. By uncovering the value of traditional practices in reducing food waste, this research can inform policies, interventions, and awareness campaigns aimed at achieving sustainable food systems worldwide.

Keywords: traditional practices, indigenous knowledge, food waste reduction, sustainability

Procedia PDF Downloads 71
4888 Detailed Quantum Circuit Design and Evaluation of Grover's Algorithm for the Bounded Degree Traveling Salesman Problem Using the Q# Language

Authors: Wenjun Hou, Marek Perkowski

Abstract:

The Traveling Salesman problem is famous in computing and graph theory. In short, it asks for the Hamiltonian cycle of the least total weight in a given graph with N nodes. All variations on this problem, such as those with K-bounded-degree nodes, are classified as NP-complete in classical computing. Although several papers propose theoretical high-level designs of quantum algorithms for the Traveling Salesman Problem, no quantum circuit implementation of these algorithms has been created up to our best knowledge. In contrast to previous papers, the goal of this paper is not to optimize some abstract complexity measures based on the number of oracle iterations, but to be able to evaluate the real circuit and time costs of the quantum computer. Using the emerging quantum programming language Q# developed by Microsoft, which runs quantum circuits in a quantum computer simulation, an implementation of the bounded-degree problem and its respective quantum circuit were created. To apply Grover’s algorithm to this problem, a quantum oracle was designed, evaluating the cost of a particular set of edges in the graph as well as its validity as a Hamiltonian cycle. Repeating the Grover algorithm with an oracle that finds successively lower cost each time allows to transform the decision problem to an optimization problem, finding the minimum cost of Hamiltonian cycles. N log₂ K qubits are put into an equiprobablistic superposition by applying the Hadamard gate on each qubit. Within these N log₂ K qubits, the method uses an encoding in which every node is mapped to a set of its encoded edges. The oracle consists of several blocks of circuits: a custom-written edge weight adder, node index calculator, uniqueness checker, and comparator, which were all created using only quantum Toffoli gates, including its special forms, which are Feynman and Pauli X. The oracle begins by using the edge encodings specified by the qubits to calculate each node that this path visits and adding up the edge weights along the way. Next, the oracle uses the calculated nodes from the previous step and check that all the nodes are unique. Finally, the oracle checks that the calculated cost is less than the previously-calculated cost. By performing the oracle an optimal number of times, a correct answer can be generated with very high probability. The oracle of the Grover Algorithm is modified using the recalculated minimum cost value, and this procedure is repeated until the cost cannot be further reduced. This algorithm and circuit design have been verified, using several datasets, to generate correct outputs.

Keywords: quantum computing, quantum circuit optimization, quantum algorithms, hybrid quantum algorithms, quantum programming, Grover’s algorithm, traveling salesman problem, bounded-degree TSP, minimal cost, Q# language

Procedia PDF Downloads 187
4887 Environmental Potentials within the Production of Asphalt Mixtures

Authors: Florian Gschösser, Walter Purrer

Abstract:

The paper shows examples for the (environmental) optimization of production processes for asphalt mixtures applied for typical road pavements in Austria and Switzerland. The conducted “from-cradle-to-gate” LCA firstly analyzes the production one cubic meter of asphalt and secondly all material production processes for exemplary highway pavements applied in Austria and Switzerland. It is shown that environmental impacts can be reduced by the application of reclaimed asphalt pavement (RAP) and by the optimization of specific production characteristics, e.g. the reduction of the initial moisture of the mineral aggregate and the reduction of the mixing temperature by the application of low-viscosity and foam bitumen. The results of the LCA study demonstrate reduction potentials per cubic meter asphalt of up to 57 % (Global Warming Potential–GWP) and 77 % (Ozone depletion–ODP). The analysis per square meter of asphalt pavement determined environmental potentials of up to 40 % (GWP) and 56 % (ODP).

Keywords: asphalt mixtures, environmental potentials, life cycle assessment, material production

Procedia PDF Downloads 525
4886 Simulations of Laminar Liquid Flows through Superhydrophobic Micro-Pipes

Authors: Mohamed E. Eleshaky

Abstract:

This paper investigates the dynamic behavior of laminar water flows inside superhydrophobic micro-pipes patterned with square micro-posts features under different operating conditions. It also investigates the effects of air fraction and Reynolds number on the frictional performance of these pipes. Rather than modeling the air-water interfaces of superhydrophobic as a flat inflexible surface, a transient, incompressible, three-dimensional, volume-of-fluid (VOF) methodology has been employed to continuously track the air–water interface shape inside micro-pipes. Also, the entrance effects on the flow field have been taken into consideration. The results revealed the strong dependency of the frictional performance on the air fractions and Reynolds number. The frictional resistance reduction becomes increasingly more significant at large air fractions and low Reynolds numbers. Increasing Reynolds number has an adverse effect on the frictional resistance reduction.

Keywords: drag reduction, laminar flow in micropipes, numerical simulation, superhyrophobic surfaces, microposts

Procedia PDF Downloads 323
4885 Bidirectional Dynamic Time Warping Algorithm for the Recognition of Isolated Words Impacted by Transient Noise Pulses

Authors: G. Tamulevičius, A. Serackis, T. Sledevič, D. Navakauskas

Abstract:

We consider the biggest challenge in speech recognition – noise reduction. Traditionally detected transient noise pulses are removed with the corrupted speech using pulse models. In this paper we propose to cope with the problem directly in Dynamic Time Warping domain. Bidirectional Dynamic Time Warping algorithm for the recognition of isolated words impacted by transient noise pulses is proposed. It uses simple transient noise pulse detector, employs bidirectional computation of dynamic time warping and directly manipulates with warping results. Experimental investigation with several alternative solutions confirms effectiveness of the proposed algorithm in the reduction of impact of noise on recognition process – 3.9% increase of the noisy speech recognition is achieved.

Keywords: transient noise pulses, noise reduction, dynamic time warping, speech recognition

Procedia PDF Downloads 554
4884 Numerical Simulation of Urea Water Solution Evaporation Behavior inside the Diesel Selective Catalytic Reduction System

Authors: Kumaresh Selvakumar, Man Young Kim

Abstract:

Selective catalytic reduction (SCR) converts the nitrogen oxides with the aid of a catalyst by adding aqueous urea into the exhaust stream. In this work, the urea water droplets are sprayed over the exhaust gases by treating with Lagrangian particle tracking. The evaporation of ammonia from a single droplet of urea water solution is investigated computationally by convection-diffusion controlled model. The conversion to ammonia due to thermolysis of urea water droplets is measured downstream at different sections using finite rate/eddy dissipation model. In this paper, the mixer installed at the upstream enhances the distribution of ammonia over the entire domain which is calculated for different time steps. Calculations are made within the respective duration such that the complete decomposition of urea is possible at a much shorter residence time.

Keywords: convection-diffusion controlled model, lagrangian particle tracking, selective catalytic reduction, thermolysis

Procedia PDF Downloads 400
4883 Variation of Airfoil Pressure Profile Due to Confined Air Streams: Application in Gas-Oil Separators

Authors: Amir Hossein Haji, Nabeel Al-Rawahi, Gholamreza Vakili-Nezhaad

Abstract:

An innovative design has been examined for a gas-oil separator based on pressure reduction over an airfoil surface. The primary motivations are to shorten the release trajectory of the bubbles by minimizing the thickness of the oil layer as well as improving uniform pressure reduction zones. Restricted airflow over an airfoil is investigated for its effect on the pressure drop enhancement and the maximum attainable attack angle prior to the stall condition. Aerodynamic separation is delayed based on numerical simulation of Wortmann FX 63137 Airfoil in a confined domain using FLUENT 6.3.26. The proposed set up results in higher pressure drop compared with the free stream case. With the aim of optimum power consumption we have pursued further restriction to an air jet case over the airfoil. Then, a curved strip model is suggested for the air jet which can be applied as an analysis/design tool for the best performance conditions. Pressure reduction is shown to be inversely proportional to the curvature of the upper airfoil profile. This reduction occurs within the tracking zones where the air jet is effectively attached to the airfoil surface. The zero slope condition is suggested to estimate the onset of these zones after which the minimum curvature should be searched. The corresponding zero slope curvature is applied for estimation of the maximum pressure drop which shows satisfactory agreement with the simulation results.

Keywords: airfoil, air jet, curved fluid flow, gas-oil separator

Procedia PDF Downloads 465
4882 Settlement Performance of Soft Clay Reinforced with Granular Columns

Authors: Muneerah Jeludin, V. Sivakumar

Abstract:

Numerous laboratory-based research studies on the behavior of ground improved with granular columns with respect to bearing capacity have been well-documented. However, information on its settlement performance is still scarce. Laboratory model study on the settlement behavior of soft clay reinforced with granular columns was conducted and results are presented. The investigation uses a soft kaolin clay sample of 300 mm in diameter and 400 mm in length. The clay samples were reinforced with single and multiple granular columns of various lengths using the displacement and replacement installation method. The results indicated that that no settlement reduction was achieved for a short single floating column. The settlement reduction factors reported for L/d ratios of 5.0, 7.5 and 10.0 are in the range of 1 to 2. The findings obtained in this research showed that the reduction factors are considerably less and that load-sharing mechanism between columns and surrounding clay is complex, particularly for column groups and is affected by other factors such as negative skin friction.

Keywords: ground improvement, model test, reinforced soil, settlement

Procedia PDF Downloads 460
4881 Molecular Simulation Study on the Catalytic Role of Silicon-Doped Graphene in Carbon Dioxide Hydrogenation

Authors: Wilmer Esteban Vallejo Narváez, Serguei Fomine

Abstract:

The theoretical investigation of Si-doped graphene nanoflakes (NFs) was conducted to understand their catalytic impact on CO₂ reduction using molecular hydrogen at the Density Functional Theory (DFT) level. The introduction of silicon by substituting carbon induces defects in the NF structure, resulting in a polyradical ground state. This silicon defect significantly boosts reactivity towards substrates, making Si-doped graphene NFs more catalytically active in CO₂ reduction to formic acid compared to silicene. Notably, Si-doped graphene demonstrates a preference for formic acid over carbon monoxide, mirroring the behavior of silicene. Furthermore, investigations into formic acid-to-formaldehyde and formaldehyde-to-methanol conversions reveal instances where Si-doped graphene outperforms silicene in terms of efficacy. In the final reduction step, the methanol-to-methane reaction unfolds in four stages, with the rate-determining step involving hydrogen transfer from silicon to methyl. Notably, the activation energy for this step is lower in Si-doped graphene compared to silicene. Consequently, Si-doped graphene NFs emerge as superior catalysts with lower activation energies overall. Remarkably, throughout these catalytic processes, Si-doped graphene maintains environmental stability, further highlighting its enhanced catalytic activity without compromising graphene's inherent stability.

Keywords: silicon-doped graphene, CO₂ reduction, DFT, catalysis

Procedia PDF Downloads 50
4880 Effect of Reinforcement Density on the Behaviour of Reinforced Sand Under a Square Footing

Authors: Dhyaalddin Bahaalddin Noori Zangana

Abstract:

This study involves the behavior of reinforced sand under a square footing. A series of bearing capacity tests were performed on a small-scale laboratory model, which filled with a poorly-graded homogenous bed of sand, which was placed in a medium dense state using sand raining technique. The sand was reinforced with 40 mm wide household aluminum foil strips. The main studied parameters was to consider the effect of reinforcing strip length, with various linear density of reinforcement, number of reinforcement layers and depth of top layer of reinforcement below the footing, on load-settlement behavior, bearing capacity ratio and settlement reduction factor. The relation of load-settlement generally showed similar trend in all the tests. Failure was defined as settlement equal to 10% of the footing width. The recommended optimum reinforcing strip length, linear density of reinforcement, number of reinforcement layers and depth of top layer of reinforcing strips that give the maximum bearing capacity improvement and minimum settlement reduction factor were presented and discussed. Different bearing capacity ration versus length of the reinforcing strips and settlement reduction factor versus length of the reinforcing strips relations at failure were showed improvement of bearing capacity ratio by a factor of 3.82 and reduction of settlement reduction factor by a factor of 0.813. The optimum length of reinforcement was found to be 7.5 times the footing width.

Keywords: square footing, relative density, linear density of reinforcement, bearing capacity ratio, load-settlement behaviour

Procedia PDF Downloads 96
4879 Design of Non-uniform Circular Antenna Arrays Using Firefly Algorithm for Side Lobe Level Reduction

Authors: Gopi Ram, Durbadal Mandal, Rajib Kar, Sakti Prasad Ghoshal

Abstract:

A design problem of non-uniform circular antenna arrays for maximum reduction of both the side lobe level (SLL) and first null beam width (FNBW) is dealt with. This problem is modeled as a simple optimization problem. The method of Firefly algorithm (FFA) is used to determine an optimal set of current excitation weights and antenna inter-element separations that provide radiation pattern with maximum SLL reduction and much improvement on FNBW as well. Circular array antenna laid on x-y plane is assumed. FFA is applied on circular arrays of 8-, 10-, and 12- elements. Various simulation results are presented and hence performances of side lobe and FNBW are analyzed. Experimental results show considerable reductions of both the SLL and FNBW with respect to those of the uniform case and some standard algorithms GA, PSO, and SA applied to the same problem.

Keywords: circular arrays, first null beam width, side lobe level, FFA

Procedia PDF Downloads 253
4878 The Experimental Study on Reducing and Carbonizing Titanium-Containing Slag by Iron-Containing Coke

Authors: Yadong Liu

Abstract:

The experimental study on reduction carbonization of coke containing iron respectively with the particle size of <0.3mm, 0.3-0.6mm and 0.6-0.9mm and synthetic sea sand ore smelting reduction titanium-bearing slag as material were studied under the conditions of holding 6h at most at 1500℃. The effects of coke containing iron particle size and heat preservation time on the formation of TiC and the size of TiC crystal were studied by XRD, SEM and EDS. The results show that it is not good for the formation, concentration and growth of TiC crystal when the particle size of coke containing iron is too small or too large. The suitable particle size is 0.3~0.6mm. The heat preservation time of 2h basically ensures that all the component TiO2 in the slag are reduced and carbonized and converted to TiC. The size of TiC crystal will increase with the prolongation of heat preservation time. The thickness of the TiC layer can reach 20μm when the heat preservation time is 6h.

Keywords: coke containing iron, formation and concentration and growth of TiC, reduction and carbonization, titanium-bearing slag

Procedia PDF Downloads 143
4877 Use of Metamaterials Structures to Reduce the SAR in the Human Head

Authors: Hafawa Messaoudi, Taoufik Aguili

Abstract:

Due to the rapid growth in the use of wireless communication systems, there has been a recent increase in public concern regarding the exposure of humans to Radio Frequency (RF) electromagnetic radiation. This is particularly evident in the case of mobile telephone handsets. Previously, the insertion of a ferrite sheet between the antenna and the human head, the use of conductive materials (such as aluminum), the use of metamaterials (SRR), frequency selective surface (FSS), and electromagnetic band gap (EBG) structures to design high performance devices were proposed as methods of reducing the SAR value. This paper aims to provide an investigation of the effectiveness of various available Specific Absorption Rate (SAR) reduction solutions.

Keywords: EBG, HIS, metamaterials, SAR reduction

Procedia PDF Downloads 521
4876 Reburning Characteristics of Biomass Syngas in a Pilot Scale Heavy Oil Furnace

Authors: Sang Heon Han, Daejun Chang, Won Yang

Abstract:

NOx reduction characteristics of syngas fuel were numerically investigated for the 2MW pilot scale heavy oil furnace of KITECH (Korea Institute of Industrial Technology). The secondary fuel and syngas was fed into the furnace with two purposes- partial replacement of main fuel and reburning of NOx. Some portion of syngas was fed into the flame zone to partially replace the heavy oil, while the other portion was fed into the furnace downstream to reduce NOx generation. The numerical prediction was verified by comparing it with the experimental results. Syngas of KITECH’s experiment, assumed to be produced from biomass, had very low calorific value and contained 3% hydrocarbon. This study investigated the precise behavior of NOx generation and NOx reduction as well as thermo-fluidic characteristics inside the furnace, which was unavailable with experiment. In addition to 3% hydrocarbon syngas, 5%, and 7% hydrocarbon syngas were numerically tested as reburning fuels to analyze the effect of hydrocarbon proportion to NOx reduction. The prediction showed that the 3% hydrocarbon syngas is as much effective as 7% hydrocarbon syngas in reducing NOx.

Keywords: syngas, reburning, heavy oil, furnace

Procedia PDF Downloads 435
4875 Effect of Alloying Elements and Hot Forging/Rolling Reduction Ratio on Hardness and Impact Toughness of Heat Treated Low Alloy Steels

Authors: Mahmoud M. Tash

Abstract:

The present study was carried out to investigate the effect of alloying elements and thermo-mechanical treatment (TMT) i.e. hot rolling and forging with different reduction ratios on the hardness (HV) and impact toughness (J) of heat-treated low alloy steels. An understanding of the combined effect of TMT and alloying elements and by measuring hardness, impact toughness, resulting from different heat treatment following TMT of the low alloy steels, it is possible to determine which conditions yielded optimum mechanical properties and high strength to weight ratio. Experimental Correlations between hot work reduction ratio, hardness and impact toughness for thermo-mechanically heat treated low alloy steels are analyzed quantitatively, and both regression and mathematical hardness and impact toughness models are developed.

Keywords: hot forging, hot rolling, heat treatment, hardness (HV), impact toughness (J), microstructure, low alloy steels

Procedia PDF Downloads 511
4874 Highly Selective Conversion of CO2 to CO on Cu Nanoparticles

Authors: Rauf Razzaq, Kaiwu Dong, Muhammad Sharif, Ralf Jackstell, Matthias Beller

Abstract:

Carbon dioxide (CO2), a key greenhouse gas produced from both anthropogenic and natural sources, has been recently considered to be an important C1 building-block for the synthesis of many industrial fuels and chemicals. Catalytic hydrogenation of CO2 using a heterogeneous system is regarded as an efficient process for CO2 valorization. In this regard CO2 reduction to CO via the reverse water gas shift reaction (RWGSR) has attracted much attention as a viable process for large scale commercial CO2 utilization. This process can generate syn-gas (CO+H2) which can provide an alternative route to direct CO2 conversion to methanol and/or liquid HCs from FT reaction. Herein, we report a highly active and selective silica supported copper catalyst with efficient CO2 reduction to CO in a slurry-bed batch autoclave reactor. The reactions were carried out at 200°C and 60 bar initial pressure with CO2/H2 ratio of 1:3 with varying temperature, pressure and fed-gas ratio. The gaseous phase products were analyzed using FID while the liquid products were analyzed by using FID detectors. It was found that Cu/SiO2 catalyst prepared using novel ammonia precipitation-urea gelation method achieved 26% CO2 conversion with a CO and methanol selectivity of 98 and 2% respectively. The high catalytic activity could be attributed to its strong metal-support interaction with highly dispersed and stabilized Cu+ species active for RWGSR. So, it can be concluded that reduction of CO2 to CO via RWGSR could address the problem of using CO2 gas in C1 chemistry.

Keywords: CO2 reduction, methanol, slurry reactor, synthesis gas

Procedia PDF Downloads 326
4873 Designing a Learning Table and Game Cards for Preschoolers for Disaster Risk Reduction (DRR) on Earthquake

Authors: Mehrnoosh Mirzaei

Abstract:

Children are among the most vulnerable at the occurrence of natural disasters such as earthquakes. Most of the management and measures which are considered for both before and during an earthquake are neither suitable nor efficient for this age group and cannot be applied. On the other hand, due to their age, it is hard to educate and train children to learn and understand the concept of earthquake risk mitigation as matters like earthquake prevention and safe places during an earthquake are not easily perceived. To our knowledge, children’s awareness of such concepts via their own world with the help of games is the best training method in this case. In this article, the researcher has tried to consider the child an active element before and during the earthquake. With training, provided by adults before the incidence of an earthquake, the child has the ability to learn disaster risk reduction (DRR). The focus of this research is on learning risk reduction behavior and regarding children as an individual element. The information of this article has been gathered from library resources, observations and the drawings of 10 children aged 5 whose subject was their conceptual definition of an earthquake who were asked to illustrate their conceptual definition of an earthquake; the results of 20 questionnaires filled in by preschoolers along with information gathered by interviewing them. The design of the suitable educational game, appropriate for the needs of this age group, has been made based on the theory of design with help of the user and the priority of children’s learning needs. The final result is a package of a game which is comprised of a learning table and matching cards showing sign marks for safe and unsafe places which introduce the safe behaviors and safe locations before and during the earthquake. These educational games can be used both in group contexts in kindergartens and on an individual basis at home, and they help in earthquake risk reduction.

Keywords: disaster education, earthquake sign marks, learning table, matching card, risk reduction behavior

Procedia PDF Downloads 251
4872 Combining Diffusion Maps and Diffusion Models for Enhanced Data Analysis

Authors: Meng Su

Abstract:

High-dimensional data analysis often presents challenges in capturing the complex, nonlinear relationships and manifold structures inherent to the data. This article presents a novel approach that leverages the strengths of two powerful techniques, Diffusion Maps and Diffusion Probabilistic Models (DPMs), to address these challenges. By integrating the dimensionality reduction capability of Diffusion Maps with the data modeling ability of DPMs, the proposed method aims to provide a comprehensive solution for analyzing and generating high-dimensional data. The Diffusion Map technique preserves the nonlinear relationships and manifold structure of the data by mapping it to a lower-dimensional space using the eigenvectors of the graph Laplacian matrix. Meanwhile, DPMs capture the dependencies within the data, enabling effective modeling and generation of new data points in the low-dimensional space. The generated data points can then be mapped back to the original high-dimensional space, ensuring consistency with the underlying manifold structure. Through a detailed example implementation, the article demonstrates the potential of the proposed hybrid approach to achieve more accurate and effective modeling and generation of complex, high-dimensional data. Furthermore, it discusses possible applications in various domains, such as image synthesis, time-series forecasting, and anomaly detection, and outlines future research directions for enhancing the scalability, performance, and integration with other machine learning techniques. By combining the strengths of Diffusion Maps and DPMs, this work paves the way for more advanced and robust data analysis methods.

Keywords: diffusion maps, diffusion probabilistic models (DPMs), manifold learning, high-dimensional data analysis

Procedia PDF Downloads 97
4871 Development of Heating Elements Based on Fe₂O₃ Reduction Products by Waste Active Sludge

Authors: Abigail Parra Parra, Jorge L. Morelos Hernandez, Pedro A. Marquez Agilar, Marina Vlasova, Jesus Colin De La Cruz

Abstract:

Carbothermal reduction of metal oxides is widely used both in metallurgical processes and in the production of oxygen-free refractory ceramics. As a rule, crushed coke and graphite are used as a reducing agent. The products of carbonization of organic compounds are among the innovative reducing agents. The aim of this work was to study the process of reduction of iron oxide (hematite) down to iron by waste active sludge (WAS) carbonization products. WAS was chosen due to the accumulation of a large amount of this type of waste, soil pollution, and the relevance of the development of technologies for its disposal. The studies have shown that the temperature treatment of mixtures WAS-Fe₂O₃ in the temperature range 900-1000 ºC for 1-5 hours under oxygen deficiency is described by the following scheme: WAS + Fe₂O₃→ C,CO + Fe₂O₃→ C + FexO → Fe (amorphous and crystalline). During the heat treatment of the mixtures, strong samples are formed. The study of the electrical conductive properties of such samples showed that, depending on the ratio of the components in the initial mixtures, it is possible to change the values of electrical resistivity from 5.6 Ω‧m to 151.6 Ω‧m When a current is passed through the samples, they are heated from 240 to 378ºC. Thus, based on WAS-Fe₂O₃ mixtures, heating elements can be created that can be used to heat ceramics and concrete.

Keywords: Fe₂O₃, reduction, waste activate sludge, electroconductivity

Procedia PDF Downloads 132
4870 Inventory Policy with Continuous Price Reduction in Solar Photovoltaic Supply Chain

Authors: Xiangrong Liu, Chuanhui Xiong

Abstract:

With the concern of large pollution emissions from coal-fired power plants and new commitment to green energy, global solar power industry was emerging recently. Due to the advanced technology, the price of solar photovoltaic(PV) module was reduced at a fast rate, which arose an interesting but challenge question to solar supply chain. This research is modeling the inventory strategies for a PV supply chain with a PV manufacturer, an assembler and an end customer. Through characterizing the manufacturer's and PV assembler's optimal decision in decentralized and centralized situation, this study shed light on how to improve supply chain performance through parameters setting in the contract design. The results suggest the assembler to lower the optimal stock level gradually each period before price reduction and set up a newsvendor base-stock policy in all periods after price reduction. As to the PV module manufacturer, a non-stationary produce-up-to policy is optimal.

Keywords: photovoltaic, supply chain, inventory policy, base-stock policy

Procedia PDF Downloads 345
4869 Examining Effects of Electronic Market Functions on Decrease in Product Unit Cost and Response Time to Customer

Authors: Maziyar Nouraee

Abstract:

Electronic markets in recent decades contribute remarkably in business transactions. Many organizations consider traditional ways of trade non-economical and therefore they do trade only through electronic markets. There are different categorizations of electronic markets functions. In one classification, functions of electronic markets are categorized into classes as information, transactions, and value added. In the present paper, effects of the three classes on the two major elements of the supply chain management are measured. The two elements are decrease in the product unit cost and reduction in response time to the customer. The results of the current research show that among nine minor elements related to the three classes of electronic markets functions, six factors and three factors influence on reduction of the product unit cost and reduction of response time to the customer, respectively.

Keywords: electronic commerce, electronic market, B2B trade, supply chain management

Procedia PDF Downloads 390
4868 Enhanced Oxygen Reduction Reaction by N-Doped Mesoporous Carbon Nanospheres

Authors: Bita Bayatsarmadi, Shi-Zhang Qiao

Abstract:

The development of ordered mesoporous carbon materials with controllable structures and improved physicochemical properties by doping heteroatoms such as nitrogen into the carbon framework has attracted a lot of attention, especially in relation to energy storage and conversion. Herein, a series of Nitrogen-doped mesoporous carbon spheres (NMC) was synthesized via a facile dual soft-templating procedure by tuning the nitrogen content and carbonization temperature. Various physical and (electro) chemical properties of the NMCs have been comprehensively investigated to pave the way for feasible design of nitrogen-containing porous carbon materials. The optimized sample showed a favorable electrocatalytic activity as evidenced by high kinetic current and positive onset potential for oxygen reduction reaction (ORR) due to its large surface area, high pore volume, good conductivity and high nitrogen content, which make it as a highly efficient ORR metal-free catalyst in alkaline solutions.

Keywords: porous carbon, N-doping, oxygen reduction reaction, soft-template

Procedia PDF Downloads 249
4867 The Effect of Sensory Integration in Reduction of Stereotype Behaviour in Autistic Children

Authors: Mohammad Khamoushi, Reza Mirmahdi

Abstract:

The aim of this research was the effect of sensory integration in reduction of stereotype behaviors in autistic children. The statistical population included 55 children with the age range 2/8 – 14 in Esfahan Ordibehesht autistic center. Purposive sampling was used for selecting the sample group and 20 children with random assignment were designated in two group; experimental and control . Research project was quasi-experimental two-group with pretest and posttest. Data collection tools included repetitive behavior scale-revised with six sub-scales: stereotype behavior, self-injurious behavior, compulsive behavior, ritualistic behavior, sameness behavior, restricted behavior. Analysis of covariance was used for analyzing hypotheses. Result show that sensory integration procedure was effective in reduction of stereotype behavior, compulsive behavior and self-injurious behavior in autistic children. According to the findings, it is suggested that effect sensory integration procedure in stereotype behavior of autism children should be studied and used for treatment of other disabilities of this children.

Keywords: autism, sensory integration procedure, stereotype behavior, compulsive behavior

Procedia PDF Downloads 571
4866 Environmental Governance and Opportunities for Disaster Risk Reduction in Nigeria

Authors: Willie Eselebor

Abstract:

Environmental governance is not new, but may consist of a series of actions taken to establish sanity and ensure sustainable environment. While there is a growing accord linking disaster risk reduction with the management of environment and natural resources, little is known about failure to act which constitute vulnerability and how improved governance reduces risk globally. The paper reviews emerging trends in the field of application of governance tools and approaches for reducing disaster risk. The Hyogo Framework for Action (HFA) enjoin all stakeholders to stimulate the sustainable use and management of ecosystems, which promote the implementation of integrated environmental and natural resource planning that incorporate disaster risk reduction, including structural and non-structural measures, such as integrated management of fragile ecosystems. The methodology adopted is a case study of disaster-prone sites, prompting guided analysis on which hazards are traceable to environmental degradation, why a degraded environment reduces community resilience; how healthy ecosystems provide natural defense, and which opportunities exist to address gaps in reduction of disasters in Nigeria. The paper further analyses the interaction between disaster risk and environmental change. It is established that environmental governance remains a challenge; which implies that there is the need for a shift in traditional approaches to disaster risk management; exploring new initiatives and allowing environmental managers to be docketed as disaster risk managers in context, potentially opening up a window of dialogue on disaster risk management.

Keywords: disaster, ecosystem, environment, risk

Procedia PDF Downloads 343
4865 Operational Measures for Greenhouse Gas Reduction from Ships

Authors: Gorana Jelic Mrcelic

Abstract:

In order to reduce greenhouse gas emissions from ships, technical and operational measures can be used. Operational measures are easier and cheaper compared to technical measures, so are well recommended. One of the most cost-effective operational measure is fuel consumption. Fuel consumption can be reduced by various options but it sometimes needs investments in new equipment, new procedures and crew education. In order to implement operational measures in everyday procedures and routines on board, good understanding of the mechanisms by which these measures work is essential for the seamen.

Keywords: green shipping, gas emission reduction, operational measures, seamen

Procedia PDF Downloads 512
4864 Chromium Reduction Using Bacteria: Bioremediation Technologies

Authors: Baljeet Singh Saharan

Abstract:

Bioremediation is the demand of the day. Tannery and textile effluents/waste waters have lots of pollution due to presence of hexavalent Chromium. Methodologies used in the present investigations include isolation, cultivation and purification of bacterial strain. Further characterization techniques and 16S rRNA sequencing were performed. Efficient bacterial strain capable of reducing hexavalent chromium was obtained. The strain can be used for bioremediation of industrial effluents containing hexavalent Cr. A gram negative, rod shaped and yellowish pigment producing bacterial strain from tannery effluent was isolated using nutrient agar. The 16S rRNA gene sequence similarity indicated that isolate SA13A is associated with genus Luteimonas (99%). This isolate has been found to reduce 100% of hexavalent chromium Cr (VI) (100 mg L-1) 100% in 16 h. Growth conditions were optimized for Cr (VI) reduction. Maximum reduction was observed at a temperature of 37 °C and pH 8.0. Additionally, Luteimonas aestuarii SA13A showed resistance against various heavy metals like Cr+6, Cr+3, Cu+2, Zn+2, Co+2, Ni+2 and Cd+2 . Hence, Luteimonas aestuarii SA13A could be used as potent Cr (VI) reducing strain as well as significant bioremediator in heavy metal contaminated sites.

Keywords: bioremediation, chromium, eco-friendly, heavy metals

Procedia PDF Downloads 459
4863 Characterization of the GntR Family Transcriptional Regulator Rv0792c: A Potential Drug Target for Mycobacterium tuberculosis

Authors: Thanusha D. Abeywickrama, Inoka C. Perera, Genji Kurisu

Abstract:

Tuberculosis, considered being as the ninth leading cause of death worldwide, cause from a single infectious agent M. tuberculosis and the drug resistance nature of this bacterium is a continuing threat to the world. Therefore TB preventing treatment is expanding, where this study designed to analyze the regulatory mechanism of GntR transcriptional regulator gene Rv0792c, which lie between several genes codes for some hypothetical proteins, a monooxygenase and an oxidoreductase. The gene encoding Rv0792c was cloned into pET28a and expressed protein was purified to near homogeneity by Nickel affinity chromatography. It was previously reported that the protein binds within the intergenic region (BS region) between Rv0792c gene and monooxygenase (Rv0793). This resulted in binding of three protein molecules with the BS region suggesting tight control of monooxygenase as well as its own gene. Since monooxygenase plays a key role in metabolism, this gene may have a global regulatory role. The natural ligand for this regulator is still under investigation. In relation to the Rv0792 protein structure, a Circular Dichroism (CD) spectrum was carried out to determine its secondary structure elements. Percentage-wise, 17.4% Helix, 21.8% Antiparallel, 5.1% Parallel, 12.3% turn and 43.5% other were revealed from CD spectrum data under room temperature. Differential Scanning Calorimetry (DSC) was conducted to assess the thermal stability of Rv0792, which the melting temperature of protein is 57.2 ± 0.6 °C. The graph of heat capacity (Cp) versus temperature for the best fit was obtained for non-two-state model, which concludes the folding of Rv0792 protein occurs through stable intermediates. Peak area (∆HCal ) and Peak shape (∆HVant ) was calculated from the graph and ∆HCal / ∆HVant was close to 0.5, suggesting dimeric nature of the protein.

Keywords: CD spectrum, DSC analysis, GntR transcriptional regulator, protein structure

Procedia PDF Downloads 218
4862 Preformed Au Colloidal Nanoparticles Immobilised on NiO as Highly Efficient Heterogeneous Catalysts for Reduction of 4-Nitrophenol to 4-Aminophenol

Authors: Khaled Alshammari

Abstract:

A facile approach to synthesizing highly active and stable Au/NiO catalysts for the hydrogenation of nitro-aromatics is reported. Preformed gold nanoparticles have been immobilized onto NiO using a colloidal method. In this article, the reduction of 4-nitrophenol with NaBH4 has been used as a model reaction to investigate the catalytic activity of synthesized Au/NiO catalysts. In addition, we report a systematic study of the reduction kinetics and the influence of specific reaction parameters such as (i) temperature, (ii) stirring rate, (iii) sodium borohydride concentration and (iv) substrate/metal molar ratio. The reaction has been performed at a substrate/metal molar ratio of 7.4, a ratio significantly higher than previously reported. The reusability of the catalyst has been examined, with little to no decrease in activity observed over 5 catalytic cycles. Systematic variation of Au loading reveals the successful synthesis of low-cost and efficient Au/NiO catalysts at very low Au content and using high substrate/metal molar ratios.

Keywords: nonochemistry, catalyst, nanoparticles supported, characterization of materials, colloidal nanoparticles

Procedia PDF Downloads 58