Search results for: gamma distributed degradation model
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 19888

Search results for: gamma distributed degradation model

19558 Distributed Multi-Agent Based Approach on Intelligent Transportation Network

Authors: Xiao Yihong, Yu Kexin, Burra Venkata Durga Kumar

Abstract:

With the accelerating process of urbanization, the problem of urban road congestion is becoming more and more serious. Intelligent transportation system combining distributed and artificial intelligence has become a research hotspot. As the core development direction of the intelligent transportation system, Cooperative Intelligent Transportation System (C-ITS) integrates advanced information technology and communication methods and realizes the integration of humans, vehicle, roadside infrastructure, and other elements through the multi-agent distributed system. By analyzing the system architecture and technical characteristics of C-ITS, the report proposes a distributed multi-agent C-ITS. The system consists of Roadside Sub-system, Vehicle Sub-system, and Personal Sub-system. At the same time, we explore the scalability of the C-ITS and put forward incorporating local rewards in the centralized training decentralized execution paradigm, hoping to add a scalable value decomposition method. In addition, we also suggest introducing blockchain to improve the safety of the traffic information transmission process. The system is expected to improve vehicle capacity and traffic safety.

Keywords: distributed system, artificial intelligence, multi-agent, cooperative intelligent transportation system

Procedia PDF Downloads 210
19557 Prediction of Ionizing Radiation Doses in Irradiated red Pepper (Capsicum annuum) and Mint (Mentha piperita) by Gel Electrophoresis

Authors: Şeyma Özçirak Ergün, Ergün Şakalar, Emrah Yalazi̇, Nebahat Şahi̇n

Abstract:

Food irradiation is a usage of exposing food to ionising radiation (IR) such as gamma rays. IR has been used to decrease the number of harmful microorganisms in the food such as spices. Excessive usage of IR can cause damage to both food and people who consuming food. And also it causes to damages on food DNA. Generally, IR detection techniques were utilized in literature for spices are Electron Spin Resonance (ESR), Thermos Luminescence (TL). Storage creates negative effect on IR detection method then analyses of samples have been performed without storage in general. In the experimental part, red pepper (Capsicum annuum) and mint (Mentha piperita) as spices were exposed to 0, 0.272, 0.497, 1.06, 3.64, 8.82, and 17.42 kGy ionize radiation. ESR was applied to samples irradiated. DNA isolation from irradiated samples was performed using GIDAGEN Multi Fast DNA isolation kit. The DNA concentration was measured using a microplate reader spectrophotometer (Infinite® 200 PRO-Life Science–Tecan). The concentration of each DNA was adjusted to 50 ng/µL. Genomic DNA was imaged by UV transilluminator (Gel Doc XR System, Bio-Rad) for the estimation of genomic DNA bp-fragment size after IR. Thus, agarose gel profiles of irradiated spices were obtained to determine the change of band profiles. Besides, samples were examined at three different time periods (0, 3, 6 months storage) to show the feasibility of developed method. Results of gel electrophoresis showed especially degradation of DNA of irradiated samples. In conclusion, this study with gel electrophoresis can be used as a basis for the identification of the dose of irradiation by looking at degradation profiles at specific amounts of irradiation. Agarose gel results of irradiated samples were confirmed with ESR analysis. This method can be applied widely to not only food products but also all biological materials containing DNA to predict radiation-induced damage of DNA.

Keywords: DNA, electrophoresis, gel electrophoresis, ionizeradiation

Procedia PDF Downloads 255
19556 Implementation of Distributed Randomized Algorithms for Resilient Peer-to-Peer Networks

Authors: Richard Tanaka, Ying Zhu

Abstract:

This paper studies a few randomized algorithms in application-layer peer-to-peer networks. The significant gain in scalability and resilience that peer-to-peer networks provide has made them widely used and adopted in many real-world distributed systems and applications. The unique properties of peer-to-peer networks make them particularly suitable for randomized algorithms such as random walks and gossip algorithms. Instead of simulations of peer-to-peer networks, we leverage the Docker virtual container technology to develop implementations of the peer-to-peer networks and these distributed randomized algorithms running on top of them. We can thus analyze their behaviour and performance in realistic settings. We further consider the problem of identifying high-risk bottleneck links in the network with the objective of improving the resilience and reliability of peer-to-peer networks. We propose a randomized algorithm to solve this problem and evaluate its performance by simulations.

Keywords: distributed randomized algorithms, peer-to-peer networks, virtual container technology, resilient networks

Procedia PDF Downloads 210
19555 Adsorption: A Decision Maker in the Photocatalytic Degradation of Phenol on Co-Catalysts Doped TiO₂

Authors: Dileep Maarisetty, Janaki Komandur, Saroj S. Baral

Abstract:

In the current work, photocatalytic degradation of phenol was carried both in UV and visible light to find the slowest step that is limiting the rate of photo-degradation process. Characterization such as XRD, SEM, FT-IR, TEM, XPS, UV-DRS, PL, BET, UPS, ESR and zeta potential experiments were conducted to assess the credibility of catalysts in boosting the photocatalytic activity. To explore the synergy, TiO₂ was doped with graphene and alumina. The orbital hybridization with alumina doping (mediated by graphene) resulted in higher electron transfer from the conduction band of TiO₂ to alumina surface where oxygen reduction reactions (ORR) occur. Besides, the doping of alumina and graphene introduced defects into Ti lattice and helped in improving the adsorptive properties of modified photo-catalyst. Results showed that these defects promoted the oxygen reduction reactions (ORR) on the catalyst’s surface. ORR activity aims at producing reactive oxygen species (ROS). These ROS species oxidizes the phenol molecules which is adsorbed on the surface of photo-catalysts, thereby driving the photocatalytic reactions. Since mass transfer is considered as rate limiting step, various mathematical models were applied to the experimental data to probe the best fit. By varying the parameters, it was found that intra-particle diffusion was the slowest step in the degradation process. Lagergren model gave the best R² values indicating the nature of rate kinetics. Similarly, different adsorption isotherms were employed and realized that Langmuir isotherm suits the best with tremendous increase in uptake capacity (mg/g) of TiO₂-rGO-Al₂O₃ as compared undoped TiO₂. This further assisted in higher adsorption of phenol molecules. The results obtained from experimental, kinetic modelling and adsorption isotherms; it is concluded that apart from changes in surface, optoelectronic and morphological properties that enhanced the photocatalytic activity, the intra-particle diffusion within the catalyst’s pores serve as rate-limiting step in deciding the fate of photo-catalytic degradation of phenol.

Keywords: ORR, phenol degradation, photo-catalyst, rate kinetics

Procedia PDF Downloads 138
19554 Sync Consensus Algorithm: Trying to Reach an Agreement at Full Speed

Authors: Yuri Zinchenko

Abstract:

Recently, distributed storage systems have been used more and more in various aspects of everyday life. They provide such necessary properties as Scalability, Fault Tolerance, Durability, and others. At the same time, not only reliable but also fast data storage remains one of the most pressing issues in this area. That brings us to the consensus algorithm as one of the most important components that has a great impact on the functionality of a distributed system. This paper is the result of an analysis of several well-known consensus algorithms, such as Paxos and Raft. The algorithm it offers, called Sync, promotes, but does not insist on simultaneous writing to the nodes (which positively affects the overall writing speed) and tries to minimize the system's inactive time. This allows nodes to reach agreement on the system state in a shorter period, which is a critical factor for distributed systems. Also when developing Sync, a lot of attention was paid to such criteria as simplicity and intuitiveness, the importance of which is difficult to overestimate.

Keywords: sync, consensus algorithm, distributed system, leader-based, synchronization.

Procedia PDF Downloads 56
19553 Biodegradation of 2,4-Dichlorophenol by Pseudomonas chlororaphis Strain Isolated from Activated Sludge Sample from a Wastewater Treatment Plant in Durban, South Africa

Authors: Boitumelo Setlhare, Mduduzi P. Mokoena, Ademola O. Olaniran

Abstract:

Agricultural and industrial activities have led to increasing production of xenobiotics such as 2,4-dichlorophenol (2,4-DCP), a derivative of 2,4-dichlorophenoxyacetic acid (2,4-D), which is a widely used herbicide. Bioremediation offers an efficient, cost-effective and environmentally friendly method for degradation of the compound through the activities of the various microbial enzymes involved in the catabolic pathway. The aim of this study was to isolate and characterize bacterial isolate indigenous to contaminated sites in Durban, South Africa for 2,4-DCP degradation. One bacterium capable of utilizing 2,4-DCP as sole carbon source was isolated using culture enrichment technique and identified as Pseudomonas chlororaphis strain UFB2 via PCR amplification and analysis of 16S rRNA gene sequence. This isolate was able to degrade up to 75.11% of 2,4-DCP in batch cultures within 10 days, with the degradation rate constant of 0.14 mg/l/d. Phylogenetic analysis revealed the relatedness of this bacterial isolate to other Pseudomonas sp. previously characterized for chlorophenol degradation. PCR amplification of the catabolic genes involved in 2,4-DCP degradation revealed the presence of the correct amplicons for phenol hydroxylase (600 bp), catechol 1,2-dioxygenase (214 bp), muconate isomerase (851 bp), cis-dienelactone hydrolase (577 bp), and trans-dienelactone hydrolase (491 bp) genes. Enzyme assays revealed activity as high as 21840 mU/mg, 15630 mU/mg, 2340 mU/mg and 1490 mU/mg obtained for phenol hydroxylase, catechol 1,2-dioxygenase, cis-dienelactone hydroxylase and trans-dienelactone hydroxylase, respectively. The absence of catechol 2,3-dioxygenase gene and the corresponding enzyme in this isolate suggests that the organism followed ortho-pathway for 2,4-DCP degradation. Furthermore, the absence of malaycetate reductase genes showed that the bacterium may not be able to completely mineralize 2,4-DCP. Further studies are required to optimize 2,4-DCP degradation by this isolate as well as to elucidate the mechanism of 2,4-DCP degradation.

Keywords: biodegradation, catechol 1, 2-dioxygenase, 2, 4-dichlorophenol, phenol hydroxylase, Pseudomonas chlororaphis

Procedia PDF Downloads 244
19552 Detailed Degradation-Based Model for Solid Oxide Fuel Cells Long-Term Performance

Authors: Mina Naeini, Thomas A. Adams II

Abstract:

Solid Oxide Fuel Cells (SOFCs) feature high electrical efficiency and generate substantial amounts of waste heat that make them suitable for integrated community energy systems (ICEs). By harvesting and distributing the waste heat through hot water pipelines, SOFCs can meet thermal demand of the communities. Therefore, they can replace traditional gas boilers and reduce greenhouse gas (GHG) emissions. Despite these advantages of SOFCs over competing power generation units, this technology has not been successfully commercialized in large-scale to replace traditional generators in ICEs. One reason is that SOFC performance deteriorates over long-term operation, which makes it difficult to find the proper sizing of the cells for a particular ICE system. In order to find the optimal sizing and operating conditions of SOFCs in a community, a proper knowledge of degradation mechanisms and effects of operating conditions on SOFCs long-time performance is required. The simplified SOFC models that exist in the current literature usually do not provide realistic results since they usually underestimate rate of performance drop by making too many assumptions or generalizations. In addition, some of these models have been obtained from experimental data by curve-fitting methods. Although these models are valid for the range of operating conditions in which experiments were conducted, they cannot be generalized to other conditions and so have limited use for most ICEs. In the present study, a general, detailed degradation-based model is proposed that predicts the performance of conventional SOFCs over a long period of time at different operating conditions. Conventional SOFCs are composed of Yttria Stabilized Zirconia (YSZ) as electrolyte, Ni-cermet anodes, and LaSr₁₋ₓMnₓO₃ (LSM) cathodes. The following degradation processes are considered in this model: oxidation and coarsening of nickel particles in the Ni-cermet anodes, changes in the pore radius in anode, electrolyte, and anode electrical conductivity degradation, and sulfur poisoning of the anode compartment. This model helps decision makers discover the optimal sizing and operation of the cells for a stable, efficient performance with the fewest assumptions. It is suitable for a wide variety of applications. Sulfur contamination of the anode compartment is an important cause of performance drop in cells supplied with hydrocarbon-based fuel sources. H₂S, which is often added to hydrocarbon fuels as an odorant, can diminish catalytic behavior of Ni-based anodes by lowering their electrochemical activity and hydrocarbon conversion properties. Therefore, the existing models in the literature for H₂-supplied SOFCs cannot be applied to hydrocarbon-fueled SOFCs as they only account for the electrochemical activity reduction. A regression model is developed in the current work for sulfur contamination of the SOFCs fed with hydrocarbon fuel sources. The model is developed as a function of current density and H₂S concentration in the fuel. To the best of authors' knowledge, it is the first model that accounts for impact of current density on sulfur poisoning of cells supplied with hydrocarbon-based fuels. Proposed model has wide validity over a range of parameters and is consistent across multiple studies by different independent groups. Simulations using the degradation-based model illustrated that SOFCs voltage drops significantly in the first 1500 hours of operation. After that, cells exhibit a slower degradation rate. The present analysis allowed us to discover the reason for various degradation rate values reported in literature for conventional SOFCs. In fact, the reason why literature reports very different degradation rates, is that literature is inconsistent in definition of how degradation rate is calculated. In the literature, the degradation rate has been calculated as the slope of voltage versus time plot with the unit of voltage drop percentage per 1000 hours operation. Due to the nonlinear profile of voltage over time, degradation rate magnitude depends on the magnitude of time steps selected to calculate the curve's slope. To avoid this issue, instantaneous rate of performance drop is used in the present work. According to a sensitivity analysis, the current density has the highest impact on degradation rate compared to other operating factors, while temperature and hydrogen partial pressure affect SOFCs performance less. The findings demonstrated that a cell running at lower current density performs better in long-term in terms of total average energy delivered per year, even though initially it generates less power than if it had a higher current density. This is because of the dominant and devastating impact of large current densities on the long-term performance of SOFCs, as explained by the model.

Keywords: degradation rate, long-term performance, optimal operation, solid oxide fuel cells, SOFCs

Procedia PDF Downloads 126
19551 The Effect of Gamma-Aminobutyric Acid on Mechanical Properties, Water Vapor Permeability and Solubility of Pectin Films

Authors: Jitrawadee Meerasri, Rungsinee Sothornvit

Abstract:

Pectin is a structural polysaccharide from plant cell walls and can be used as a stabilizer, gelling and film-forming agents to improve many food products. Moreover, pectin film as a natural biopolymer can be a carrier of several active ingredients such as antioxidant and antimicrobial to provide an active or functional film. Gamma-aminobutyric acid (GABA) is a well-known agent to reduce neuronal excitability throughout the nervous system and it is interesting to investigate the GABA effect as a substitute of normal plasticizer (glycerol) on edible film properties. Therefore, the objective of this study was to determine the effect of GABA concentrations (5-15% of pectin) on film mechanical properties, moisture content, water vapor permeability, and solubility compared with those from glycerol (10% of pectin) plasticized pectin film including a control film (pectin film without any plasticizer). It was found that an increase in GABA concentrations decreased film tensile strength, modulus, solubility and water vapor permeability, but elongation was increased without a change in the moisture content. The smaller amount of GABA showed the equivalent film properties as using a higher amount of glycerol. Consequently, GABA can act as an alternative plasticizer substitute of glycerol at the lower amount used. Moreover, GABA provides the nutritional high value in the food products when the edible packaging material is consumed with products.

Keywords: gamma-aminobutyric acid, pectin, plasticizer, edible film

Procedia PDF Downloads 124
19550 DOS and DDOS Attacks

Authors: Amin Hamrahi, Niloofar Moghaddam

Abstract:

Denial of Service is for denial-of-service attack, a type of attack on a network that is designed to bring the network to its knees by flooding it with useless traffic. Denial of Service (DoS) attacks have become a major threat to current computer networks. Many recent DoS attacks were launched via a large number of distributed attacking hosts in the Internet. These attacks are called distributed denial of service (DDoS) attacks. To have a better understanding on DoS attacks, this article provides an overview on existing DoS and DDoS attacks and major defense technologies in the Internet.

Keywords: denial of service, distributed denial of service, traffic, flooding

Procedia PDF Downloads 386
19549 Identification, Isolation and Characterization of Unknown Degradation Products of Cefprozil Monohydrate by HPTLC

Authors: Vandana T. Gawande, Kailash G. Bothara, Chandani O. Satija

Abstract:

The present research work was aimed to determine stability of cefprozil monohydrate (CEFZ) as per various stress degradation conditions recommended by International Conference on Harmonization (ICH) guideline Q1A (R2). Forced degradation studies were carried out for hydrolytic, oxidative, photolytic and thermal stress conditions. The drug was found susceptible for degradation under all stress conditions. Separation was carried out by using High Performance Thin Layer Chromatographic System (HPTLC). Aluminum plates pre-coated with silica gel 60F254 were used as the stationary phase. The mobile phase consisted of ethyl acetate: acetone: methanol: water: glacial acetic acid (7.5:2.5:2.5:1.5:0.5v/v). Densitometric analysis was carried out at 280 nm. The system was found to give compact spot for cefprozil monohydrate (0.45 Rf). The linear regression analysis data showed good linear relationship in the concentration range 200-5.000 ng/band for cefprozil monohydrate. Percent recovery for the drug was found to be in the range of 98.78-101.24. Method was found to be reproducible with % relative standard deviation (%RSD) for intra- and inter-day precision to be < 1.5% over the said concentration range. The method was validated for precision, accuracy, specificity and robustness. The method has been successfully applied in the analysis of drug in tablet dosage form. Three unknown degradation products formed under various stress conditions were isolated by preparative HPTLC and characterized by mass spectroscopic studies.

Keywords: cefprozil monohydrate, degradation products, HPTLC, stress study, stability indicating method

Procedia PDF Downloads 295
19548 Synthesis, Characterization and Photocatalytic Applications of Ag-Doped-SnO₂ Nanoparticles by Sol-Gel Method

Authors: M. S. Abd El-Sadek, M. A. Omar, Gharib M. Taha

Abstract:

In recent years, photocatalytic degradation of various kinds of organic and inorganic pollutants using semiconductor powders as photocatalysts has been extensively studied. Owing to its relatively high photocatalytic activity, biological and chemical stability, low cost, nonpoisonous and long stable life, Tin oxide materials have been widely used as catalysts in chemical reactions, including synthesis of vinyl ketone, oxidation of methanol and so on. Tin oxide (SnO₂), with a rutile-type crystalline structure, is an n-type wide band gap (3.6 eV) semiconductor that presents a proper combination of chemical, electronic and optical properties that make it advantageous in several applications. In the present work, SnO₂ nanoparticles were synthesized at room temperature by the sol-gel process and thermohydrolysis of SnCl₂ in isopropanol by controlling the crystallite size through calculations. The synthesized nanoparticles were identified by using XRD analysis, TEM, FT-IR, and Uv-Visible spectroscopic techniques. The crystalline structure and grain size of the synthesized samples were analyzed by X-Ray diffraction analysis (XRD) and the XRD patterns confirmed the presence of tetragonal phase SnO₂. In this study, Methylene blue degradation was tested by using SnO₂ nanoparticles (at different calculations temperatures) as a photocatalyst under sunlight as a source of irradiation. The results showed that the highest percentage of degradation of Methylene blue dye was obtained by using SnO₂ photocatalyst at calculations temperature 800 ᵒC. The operational parameters were investigated to be optimized to the best conditions which result in complete removal of organic pollutants from aqueous solution. It was found that the degradation of dyes depends on several parameters such as irradiation time, initial dye concentration, the dose of the catalyst and the presence of metals such as silver as a dopant and its concentration. Percent degradation was increased with irradiation time. The degradation efficiency decreased as the initial concentration of the dye increased. The degradation efficiency increased as the dose of the catalyst increased to a certain level and by further increasing the SnO₂ photocatalyst dose, the degradation efficiency is decreased. The best degradation efficiency on which obtained from pure SnO₂ compared with SnO₂ which doped by different percentage of Ag.

Keywords: SnO₂ nanoparticles, a sol-gel method, photocatalytic applications, methylene blue, degradation efficiency

Procedia PDF Downloads 149
19547 Degradation of Heating, Ventilation, and Air Conditioning Components across Locations

Authors: Timothy E. Frank, Josh R. Aldred, Sophie B. Boulware, Michelle K. Cabonce, Justin H. White

Abstract:

Materials degrade at different rates in different environments depending on factors such as temperature, aridity, salinity, and solar radiation. Therefore, predicting asset longevity depends, in part, on the environmental conditions to which the asset is exposed. Heating, ventilation, and air conditioning (HVAC) systems are critical to building operations yet are responsible for a significant proportion of their energy consumption. HVAC energy use increases substantially with slight operational inefficiencies. Understanding the environmental influences on HVAC degradation in detail will inform maintenance schedules and capital investment, reduce energy use, and increase lifecycle management efficiency. HVAC inspection records spanning 14 years from 21 locations across the United States were compiled and associated with the climate conditions to which they were exposed. Three environmental features were explored in this study: average high temperature, average low temperature, and annual precipitation, as well as four non-environmental features. Initial insights showed no correlations between individual features and the rate of HVAC component degradation. Using neighborhood component analysis, however, the most critical features related to degradation were identified. Two models were considered, and results varied between them. However, longitude and latitude emerged as potentially the best predictors of average HVAC component degradation. Further research is needed to evaluate additional environmental features, increase the resolution of the environmental data, and develop more robust models to achieve more conclusive results.

Keywords: climate, degradation, HVAC, neighborhood component analysis

Procedia PDF Downloads 422
19546 Considering the Reliability of Measurements Issue in Distributed Adaptive Estimation Algorithms

Authors: Wael M. Bazzi, Amir Rastegarnia, Azam Khalili

Abstract:

In this paper we consider the issue of reliability of measurements in distributed adaptive estimation problem. To this aim, we assume a sensor network with different observation noise variance among the sensors and propose new estimation method based on incremental distributed least mean-square (IDLMS) algorithm. The proposed method contains two phases: I) Estimation of each sensors observation noise variance, and II) Estimation of the desired parameter using the estimated observation variances. To deal with the reliability of measurements, in the second phase of the proposed algorithm, the step-size parameter is adjusted for each sensor according to its observation noise variance. As our simulation results show, the proposed algorithm considerably improves the performance of the IDLMS algorithm in the same condition.

Keywords: adaptive filter, distributed estimation, sensor network, IDLMS algorithm

Procedia PDF Downloads 628
19545 Enzymatic Degradation of Poly (Butylene Adipate Terephthalate) Copolymer Using Lipase B From Candida Antarctica and Effect of Poly (Butylene Adipate Terephthalate) on Plant Growth

Authors: Aqsa Kanwal, Min Zhang, Faisal Sharaf, Li Chengtao

Abstract:

The globe is facing increasing challenges of plastic pollution due to single-use of plastic-based packaging material. The plastic material is continuously being dumped into the natural environment, which causes serious harm to the entire ecosystem. Polymer degradation in nature is very difficult, so the use of biodegradable polymers instead of conventional polymers can mitigate this issue. Due to the good mechanical properties and biodegradability, aliphatic-aromatic polymers are being widely commercialized. Due to the advancement in molecular biology, many studies have reported specific microbes that can effectively degrade PBAT. Aliphatic polyesters undergo hydrolytic cleavage of ester groups, so they can be easily degraded by microorganisms. In this study, we investigated the enzymatic degradation of poly (butylene adipate terephthalate) (PBAT) copolymer using lipase B from Candida Antarctica (CALB). Results of the study displayed approximately 5.16 % loss in PBAT mass after 2 days which significantly increased to approximately 15.7 % at the end of the experiment (12 days) as compared to blank. The pH of the degradation solution also displayed significant reduction and reached the minimum value of 6.85 at the end of the experiment. The structure and morphology of PBAT after degradation were characterized by FTIR, XRD, SEM, and TGA. FTIR analysis showed that after degradation many peaks become weaker and the peak at 2950 cm-1 almost disappeared after 12 days. The XRD results indicated that as the degradation time increases the intensity of diffraction peaks slightly increases as compared to the blank PBAT. TGA analysis also confirmed the successful degradation of PBAT with time. SEM micrographs further confirmed that degradation has occurred. Hence, biodegradable polymers can widely be used. The effect of PBAT biodegradation on plant growth was also studied and it was found that PBAT has no toxic effect on the growth of plants. Hence PBAT can be employed in a wide range of applications.

Keywords: aliphatic-aromatic co-polyesters, polybutylene adipate terephthalate, lipase (CALB), biodegradation, plant growth

Procedia PDF Downloads 73
19544 Investigation of the Effects of Gamma Radiation on the Electrically Active Defects in InAs/InGaAs Quantum Dots Laser Structures Grown by Molecular Beam Epitaxy on GaAs Substrates Using Deep Level Transient Spectroscopy

Authors: M. Al Huwayz, A. Salhi, S. Alhassan, S. Alotaibi, A. Almalki, M.Almunyif, A. Alhassni, M. Henini

Abstract:

Recently, there has been much research carried out to investigate quantum dots (QDs) lasers with the aim to increase the gain of quantum well lasers. However, one of the difficulties with these structures is that electrically active defects can lead to serious issues in the performance of these devices. It is therefore essential to fully understand the types of defects introduced during the growth and/or the fabrication process. In this study, the effects of Gamma radiation on the electrically active defects in p-i-n InAs/InGaAsQDs laser structures grown by Molecular Beam Epitaxy (MBE) technique on GaAs substrates were investigated. Deep Level Transient Spectroscopy (DLTS), current-voltage (I-V), and capacitance-voltage (C-V) measurements were performed to explore these effects on the electrical properties of these QDs lasers. I-V measurements showed that as-grown sample had better electrical properties than the irradiated sample. However, DLTS and Laplace DLTS measurements at different reverse biases revealed that the defects in the-region of the p-i-n structures were decreased in the irradiated sample. In both samples, a trap with an activation energy of ~ 0.21 eV was assigned to the well-known defect M1 in GaAs layers

Keywords: quantum dots laser structures, gamma radiation, DLTS, defects, nAs/IngaAs

Procedia PDF Downloads 183
19543 Hierarchical Checkpoint Protocol in Data Grids

Authors: Rahma Souli-Jbali, Minyar Sassi Hidri, Rahma Ben Ayed

Abstract:

Grid of computing nodes has emerged as a representative means of connecting distributed computers or resources scattered all over the world for the purpose of computing and distributed storage. Since fault tolerance becomes complex due to the availability of resources in decentralized grid environment, it can be used in connection with replication in data grids. The objective of our work is to present fault tolerance in data grids with data replication-driven model based on clustering. The performance of the protocol is evaluated with Omnet++ simulator. The computational results show the efficiency of our protocol in terms of recovery time and the number of process in rollbacks.

Keywords: data grids, fault tolerance, clustering, chandy-lamport

Procedia PDF Downloads 332
19542 On Musical Information Geometry with Applications to Sonified Image Analysis

Authors: Shannon Steinmetz, Ellen Gethner

Abstract:

In this paper, a theoretical foundation is developed for patterned segmentation of audio using the geometry of music and statistical manifold. We demonstrate image content clustering using conic space sonification. The algorithm takes a geodesic curve as a model estimator of the three-parameter Gamma distribution. The random variable is parameterized by musical centricity and centric velocity. Model parameters predict audio segmentation in the form of duration and frame count based on the likelihood of musical geometry transition. We provide an example using a database of randomly selected images, resulting in statistically significant clusters of similar image content.

Keywords: sonification, musical information geometry, image, content extraction, automated quantification, audio segmentation, pattern recognition

Procedia PDF Downloads 223
19541 Evaluating the Capability of the Flux-Limiter Schemes in Capturing the Turbulence Structures in a Fully Developed Channel Flow

Authors: Mohamed Elghorab, Vendra C. Madhav Rao, Jennifer X. Wen

Abstract:

Turbulence modelling is still evolving, and efforts are on to improve and develop numerical methods to simulate the real turbulence structures by using the empirical and experimental information. The monotonically integrated large eddy simulation (MILES) is an attractive approach for modelling turbulence in high Re flows, which is based on the solving of the unfiltered flow equations with no explicit sub-grid scale (SGS) model. In the current work, this approach has been used, and the action of the SGS model has been included implicitly by intrinsic nonlinear high-frequency filters built into the convection discretization schemes. The MILES solver is developed using the opensource CFD OpenFOAM libraries. The role of flux limiters schemes namely, Gamma, superBee, van-Albada and van-Leer, is studied in predicting turbulent statistical quantities for a fully developed channel flow with a friction Reynolds number, ReT = 180, and compared the numerical predictions with the well-established Direct Numerical Simulation (DNS) results for studying the wall generated turbulence. It is inferred from the numerical predictions that Gamma, van-Leer and van-Albada limiters produced more diffusion and overpredicted the velocity profiles, while superBee scheme reproduced velocity profiles and turbulence statistical quantities in good agreement with the reference DNS data in the streamwise direction although it deviated slightly in the spanwise and normal to the wall directions. The simulation results are further discussed in terms of the turbulence intensities and Reynolds stresses averaged in time and space to draw conclusion on the flux limiter schemes performance in OpenFOAM context.

Keywords: flux limiters, implicit SGS, MILES, OpenFOAM, turbulence statistics

Procedia PDF Downloads 181
19540 A Study on the Life Prediction Performance Degradation Analysis of the Hydraulic Breaker

Authors: Jong Won, Park, Sung Hyun, Kim

Abstract:

The kinetic energy to pass subjected to shock and chisel reciprocating piston hydraulic power supplied by the excavator using for the purpose of crushing the rock, and roads, buildings, etc., hydraulic breakers blow. Impact frequency, efficiency measurement of the impact energy, hydraulic breakers, to demonstrate the ability of hydraulic breaker manufacturers and users to a very important item. And difficult in order to confirm the initial performance degradation in the life of the hydraulic breaker has been thought to be a problem.In this study, we measure the efficiency of hydraulic breaker, Impact energy and Impact frequency, the degradation analysis of research to predict the life.

Keywords: impact energy, impact frequency, hydraulic breaker, life prediction

Procedia PDF Downloads 435
19539 Effect of Radioprotectors on DNA Repair Enzyme and Survival of Gamma-Irradiated Cell Division Cycle Mutants of Saccharomyces pombe

Authors: Purva Nemavarkar, Badri Narain Pandey, Jitendra Kumar

Abstract:

Introduction: The objective was to understand the effect of various radioprotectors on DNA damage repair enzyme and survival in gamma-irradiated wild and cdc mutants of S. pombe (fission yeast) cultured under permissive and restrictive conditions. DNA repair process, as influenced by radioprotectors, was measured by activity of DNA polymerase in the cells. The use of single cell gel electrophoresis assay (SCGE) or Comet Assay to follow gamma-irradiation induced DNA damage and effect of radioprotectors was employed. In addition, studying the effect of caffeine at different concentrations on S-phase of cell cycle was also delineated. Materials and Methods: S. pombe cells grown at permissive temperature (250C) and/or restrictive temperature (360C) were followed by gamma-radiation. Percentage survival and activity of DNA Polymerase (yPol II) were determined after post-irradiation incubation (5 h) with radioprotectors such as Caffeine, Curcumin, Disulphiram, and Ellagic acid (the dose depending on individual D 37 values). The gamma-irradiated yeast cells (with and without the radioprotectors) were spheroplasted by enzyme glusulase and subjected to electrophoresis. Radio-resistant cells were obtained by arresting cells in S-phase using transient treatment of hydroxyurea (HU) and studying the effect of caffeine at different concentrations on S-phase of cell cycle. Results: The mutants of S. pombe showed insignificant difference in survival when grown under permissive conditions. However, growth of these cells under restrictive temperature leads to arrest in specific phases of cell cycle in different cdc mutants (cdc10: G1 arrest, cdc22: early S arrest, cdc17: late S arrest, cdc25: G2 arrest). All the cdc mutants showed decrease in survival after gamma radiation when grown at permissive and restrictive temperatures. Inclusion of the radioprotectors at respective concentrations during post irradiation incubation showed increase in survival of cells. Activity of DNA polymerase enzyme (yPol II) was increased significantly in cdc mutant cells exposed to gamma-radiation. Following SCGE, a linear relationship was observed between doses of irradiation and the tail moments of comets. The radioprotection of the fission yeast by radioprotectors can be seen by the reduced tail moments of the yeast comets. Caffeine also exhibited its radio-protective ability in radio-resistant S-phase cells obtained after HU treatment. Conclusions: The radioprotectors offered notable radioprotection in cdc mutants when added during irradiation. The present study showed activation of DNA damage repair enzyme (yPol II) and an increase in survival after treatment of radioprotectors in gamma irradiated wild type and cdc mutants of S. pombe cells. Results presented here showed feasibility of applying SCGE in fission yeast to follow DNA damage and radioprotection at high doses, which are not feasible with other eukaryotes. Inclusion of caffeine at 1mM concentration to S phase cells offered protection and did not decrease the cell viability. It can be proved that at minimal concentration, caffeine offered marked radioprotection.

Keywords: radiation protection, cell cycle, fission yeast, comet assay, s-phase, DNA repair, radioprotectors, caffeine, curcumin, SCGE

Procedia PDF Downloads 103
19538 The Influence of Conservation Measures, Limiting Soil Degradation, on the Quality of Surface Water Resources

Authors: V. Sobotková, B. Šarapatka, M. Dumbrovský, J. Uhrová, M. Bednář

Abstract:

The paper deals with the influence of implemented conservation measures on the quality of surface water resources. Recently, a new process of complex land consolidation in the Czech Republic has provided a unique opportunity to improve the quality of the environment and sustainability of crop production by means of better soil and water conservation. The most important degradation factor in our study area in the Hubenov drinking water reservoir catchment basin was water erosion together with loss of organic matter. Hubenov Reservoir water resources were monitored for twenty years (1990–2010) to collect water quality data for nitrate nitrogen (N-NO3-), total P, and undissolved substances. Results obtained from measurements taken before and after land consolidation indicated a decrease in the linear trend of N-NO3- and total P concentrations, this was achieved through implementation of conservation measures limiting soil degradation in the Hubenov reservoir catchment area.

Keywords: complex land consolidation, degradation, land use, soil and water conservation, surface water resources

Procedia PDF Downloads 351
19537 Impact of Series Reactive Compensation on Increasing a Distribution Network Distributed Generation Hosting Capacity

Authors: Moataz Ammar, Ahdab Elmorshedy

Abstract:

The distributed generation hosting capacity of a distribution network is typically limited at a given connection point by the upper voltage limit that can be violated due to the injection of active power into the distribution network. The upper voltage limit violation concern becomes more important as the network equivalent resistance increases with respect to its equivalent reactance. This paper investigates the impact of modifying the distribution network equivalent reactance at the point of connection such that the upper voltage limit is violated at a higher distributed generation penetration, than it would without the addition of series reactive compensation. The results show that series reactive compensation proves efficient in certain situations (based on the ratio of equivalent network reactance to equivalent network resistance at the point of connection). As opposed to the conventional case of capacitive compensation of a distribution network to reduce voltage drop, inductive compensation is seen to be more appropriate for alleviation of distributed-generation-induced voltage rise.

Keywords: distributed generation, distribution networks, series compensation, voltage rise

Procedia PDF Downloads 390
19536 Isolation, Identification and Characterization of 1,2-Dichlorobenzene Degrading Bacteria from Consortium

Authors: Ge Cui, Mei Fang Chien, Chihiro Inoue

Abstract:

In this research, enrichment culture using an inorganic liquid medium collected soil contaminated with 1,2-dichlorobenzene (1,2-DCB) in Sendai, Japan, was added 1,2-DCB as the sole carbon source to create a stable consortium. The purpose of this research is to analysis dominant microorganisms in the stable consortium and enzyme system which play a role in the degradation of DCBs. The consortium is now at 30 generation and is still being cultured. By the result of PCR-DGGE and clone library, two bacteria are dominant. The bacteria named sk1 was isolated. 40mg/l of 1,2-DCB and 40mg/l of 1,4-DCB were completely degraded after 32 hours and 50 hours, respectively, but no degradation occurred in the case of 1,3-DCB. By PCR, tecA1 (α-subunit of DCB dioxygenase) gene which plays a role degrading DCB to DCB dihydrodiol, and tecB (dehydrogenase) gene which plays a role degrading DCB dihydrodiol to dichlorocatechol were amplified from strain sk1. Bacteria named sk100 was also isolated. 40mg/l of 1,2-DCB was completely degraded after 32 hours, but no degradation occurred in case of 1,3-DCB and 1,4-DCB. By the result of the catalytic core region of dioxygenase amplified by PCR, gene played a role degrading DCB was analyzed. The results of this study concluded that the isolated strains which have not been reported are able to degrade 1,2-DCB stably, and the characterization of degradation and the genomic analysis which is now in progress is helpful to have an overall view of this microbial degradation.

Keywords: DCB, 1, 2-DCB degrading strains, DCB dioxygenase, enrichment culture

Procedia PDF Downloads 201
19535 Development of Zero-Cement Binder Activated by Carbonation

Authors: Young Cheol Choi, Eun-Jin Moon, Sung-Won Yoo, Sang-Hwa Jung, In-Hwan Yang

Abstract:

Stainless steel slag (STS) is a by-product generated from the stainless steel refining process. The recycling of STS produced in Korea for construction applications is limited due to its poor hydraulic properties. On the other hand, STS has high carbonation reactivity to CO2 as it contains gamma-C2S content. This material is ideal for mineral carbonation which is one of the techniques proposed for carbon emission reduction. The objective of this study is to investigate the feasibility of developing a zero-cement STS binder activated by carbonation as alternative cementitious material. The quantitative analyses for CO2 uptake of STS powder and STS blended cement were investigated using thermogravimetric analysis (TGA), X-ray diffraction (XRD). In addition, the compressive strength and microstructure of STS pastes after CO2 curing were evaluated. Test results showed that STS can be activated by carbonation to gain a sufficient strength as alternative cementitious material.

Keywords: gamma-C2S, CO2 uptake, carbonation, stainless steel slag

Procedia PDF Downloads 460
19534 Analysis of Importance of Culture in Distributed Design Based on the Case Study at the University of Strathclyde

Authors: Zixuan Yang

Abstract:

This paper presents an analysis of the necessary consideration culture in distributed design through a thorough literature review and case study. The literature review has identified that the need for understanding cultural differences in product design and user evaluations is highlighted by analyzing cross-cultural influences; culture plays a significant role in distributed work, particularly in establishing team cohesion, trust, and credibility early in the project. By applying approaches of Geert Hofstede's dimensions and Fukuyama's trust analysis, a case study of a global design project, i.e., multicultural distributed teamwork solving the problem in terms of reducing the risk of deep vein thrombosis, showcases cultural dynamics, emphasizing trust-building and decision-making. The lessons learned emphasized the importance of cultural awareness, adaptability, and the utilization of scientific theories to enable effective cross-cultural collaborations in global design, providing valuable insights into navigating cultural diversity within design practices.

Keywords: culture, distributed design, global design, Geert Hofstede's dimensions, Fukuyama's trust analysis

Procedia PDF Downloads 62
19533 Thermo-Oxidative Degradation of Asphalt Modified with High Density Polyethylene and Engine Oil

Authors: Helder Shelton Abel Manguene, Giovanna Buonocore, Herminio Francisco Muiambo

Abstract:

Paved roads are designed for 10-15 years of life. However, many asphalted roads suffer degradation before reaching their lifetime due to aging caused by load conditions and climatic factors. Oxidation is the main asphalt aging mechanism, which leads to a reduced bond between aggregate particles, increasing the potential for stripping and moisture damage, decreasing fatigue lifetime and reducing resistance to thermal cracking. To improve the performance of asphalt and mitigate these problems, modifiers such as polymers, oils and certain residues have been used. This work aims to study the influence of the addition of high-density polyethylene (HDPE) and engine oil on the thermal stability of asphalt in an oxidizing atmosphere. For the study, compositions containing asphalt, motor oil and HDPE were prepared, varying the concentration of the motor oil by 2.5%, 5%, 7.5% and 10% and keeping the HDPE concentration fixed at 5%. The results show that the pure asphalt sample is degraded in a single step that starts at approximately 311 ºC; All samples of modified asphalt except the one that contains 5% of motor oil have three degradation steps that start below the starting temperature of degradation of pure asphalt (about 250-300 ºC); The temperature of onset of degradation of the modified asphalt is shown to decrease as the concentration of the motor oil increases, suggesting a slight loss of thermal stability of the asphalt as the quantity of the motor oil increases.

Keywords: Asphalt, DTG, engine oil, HDPE, TGA

Procedia PDF Downloads 205
19532 Qualitative and Quantitative Analysis of Uranium in Ceramic Tiles Using Laser-Induced Breakdown Spectroscopy and Gamma-Ray Spectroscopy

Authors: Reem M. Altuwirqi, Mohja S. Summan, Entesar A. Ganash, Safia H. Hamidalddin, Tamer E. Youssef, Mohammed A. Gondal

Abstract:

Laser-Induced Breakdown Spectroscopy (LIBS) technique using 1064 nm Nd: YAG laser was optimized and applied for investigating the existence of radioactive elements (uranium) in twenty-six different ceramic tiles. These tiles were collected from the local Saudi market. Qualitative and quantitative analysis for trace radioactive elements like uranium in these samples was achieved using LIBS. The plasma parameters such as temperature and electron density were calculated to confirm that the plasma generated by the tile samples under laser irradiation can be related to analyte concentrations. In order to perform a quantitative analysis, calibration curves were constructed for two uranium lines (U II (424.166 nm) and U II (424.437 nm)). The Uranium activity concentration in Bq/kg for each sample was measured. Cross-validation of LIBS results with a conventional technique such as Gamma-Ray spectroscopy was also carried out for five ceramic samples. The results show that the LIBS method is an effective way of determining radioactive elements such as uranium in ceramic tiles. Moreover, the uranium concentrations of the investigated samples were below the permissible safe limit for building materials in the majority of samples. Such LIBS system could be applied to determine the presence of natural radioactive elements in ceramic tiles and their radioactivity level rapidly to ensure that they are under the safe allowed limit.

Keywords: laser-induced breakdown spectroscopy, gamma-ray spectroscopy, natural radioactivity, uranium, ceramic tiles

Procedia PDF Downloads 166
19531 Land Degradation Assessment through Spatial Data Integration in Eastern Chotanagpur Plateau, India

Authors: Avijit Mahala

Abstract:

Present study is primarily concerned with the physical processes and status of land degradation in a tropical plateau fringe. Chotanagpur plateau is one of the most water erosion related degraded areas of India. The granite gneiss geological formation, low to medium developed soil cover, undulating lateritic uplands, high drainage density, low to medium rainfall (100-140cm), dry tropical deciduous forest cover makes the Silabati River basin a truly representative of the tropical environment. The different physical factors have been taken for land degradation study includes- physiographic formations, hydrologic characteristics, and vegetation cover. Water erosion, vegetal degradation, soil quality decline are the major processes of land degradation in study area. Granite-gneiss geological formation is responsible for developing undulating landforms. Less developed soil profile, low organic matter, poor structure of soil causes high soil erosion. High relief and sloppy areas cause unstable environment. The dissected highland causes topographic hindrance in productivity. High drainage density and frequency in rugged upland and intense erosion in sloppy areas causes high soil erosion of the basin. Decreasing rainfall and increasing aridity (low P/PET) threats water stress condition. Green biomass cover area is also continuously declining. Through overlaying the different physical factors (geological formation, soil characteristics, geomorphological characteristics, etc.) of considerable importance in GIS environment the varying intensities of land degradation areas has been identified. Middle reaches of Silabati basin with highly eroded laterite soil cover areas are more prone to land degradation.

Keywords: land degradation, tropical environment, lateritic upland, undulating landform, aridity, GIS environment

Procedia PDF Downloads 132
19530 Quality Assurance Comparison of Map Check 2, Epid, and Gafchromic® EBT3 Film for IMRT Treatment Planning

Authors: Khalid Iqbal, Saima Altaf, M. Akram, Muhammad Abdur Rafaye, Saeed Ahmad Buzdar

Abstract:

Objective: Verification of patient-specific intensity modulated radiation therapy (IMRT) plans using different 2-D detectors has become increasingly popular due to their ease of use and immediate readout of the results. The purpose of this study was to test and compare various 2-D detectors for dosimetric quality assurance (QA) of intensity-modulated radiotherapy (IMRT) with the vision to find alternative QA methods. Material and Methods: Twenty IMRT patients (12 of brain and 8 of the prostate) were planned on Eclipse treatment planning system using Varian Clinac DHX on both energies 6MV and 15MV. Verification plans of all such patients were also made and delivered to Map check2, EPID (Electronic portal imaging device) and Gafchromic EBT3. Gamma index analyses were performed using different criteria to evaluate and compare the dosimetric results. Results: Statistical analysis shows the passing rate of 99.55%, 97.23% and 92.9% for 6MV and 99.53%, 98.3% and 94.85% for 15 MV energy using a criteria of ±5% of 3mm, ±3% of 3mm and ±3% of 2mm respectively for brain, whereas using ±5% of 3mm and ±3% of 3mm gamma evaluation criteria, the passing rate is 94.55% and 90.45% for 6MV and 95.25%9 and 95% for 15 MV energy for the case of prostate using EBT3 film. Map check 2 results shows the passing rates of 98.17%, 97.68% and 86.78% for 6MV energy and 94.87%,97.46% and 88.31% for 15 MV energy respectively for brain using a criteria of ±5% of 3mm, ±3% of 3mm and ±3% of 2mm, whereas using ±5% of 3mm and ±3% of 3mm gamma evaluation criteria gives the passing rate of 97.7% and 96.4% for 6MV and 98.75%9 and 98.05% for 15 MV energy for the case of prostate. EPID 6 MV and gamma analysis shows the passing rate of 99.56%, 98.63% and 98.4% for the brain, 100% and 99.9% for prostate using the same criteria as for map check 2 and EBT 3 film. Conclusion: The results demonstrate excellent passing rates were obtained for all dosimeter when compared with the planar dose distributions for 6 MV IMRT fields as well as for 15 MV. EPID results are better than EBT3 films and map check 2 because it is likely that part of this difference is real, and part is due to manhandling and different treatment set up verification which contributes dose distribution difference. Overall all three dosimeter exhibits results within limits according to AAPM report.120.

Keywords: gafchromic EBT3, radiochromic film dosimetry, IMRT verification, EPID

Procedia PDF Downloads 415
19529 Heat and Radiation Influence on Granite-Galena Concrete for Nuclear Shielding Applications

Authors: Mohamed A. Safan, Walid Khalil, Amro Fathalla

Abstract:

Advances in concrete technology and implementation of new materials made it possible to produce special types of concrete for different structural applications. In this research, granite and galena were incorporated in different concrete mixes to obtain high performance concrete for shielding against gamma radiations in nuclear facilities. Chemically prepared industrial galena was used to replace different volume fractions of the fine aggregate. The test specimens were exposed to different conditions of heating cycles and irradiation. The exposed specimens and counterpart unexposed specimens were tested to evaluate the density, the compressive strength and the attenuation coefficient. The proposed mixes incorporating galena showed better performance in terms of compressive strength and gamma attenuation capacity, especially after the exposure to different heating cycles.

Keywords: concrete, galena, shielding, attenuation, radiation

Procedia PDF Downloads 454