Search results for: dimension reducing distribution load flow algorithm
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 17916

Search results for: dimension reducing distribution load flow algorithm

4866 PPRA Regulates DNA Replication Initiation and Cell Morphology in Escherichia coli

Authors: Ganesh K. Maurya, Reema Chaudhary, Neha Pandey, Hari S. Misra

Abstract:

PprA, a pleiotropic protein participating in radioresistance, has been reported for its roles in DNA replication initiation, genome segregation, cell division and DNA repair in polyextremophile Deinococcus radiodurans. Interestingly, expression of deinococcal PprA in E. coli suppresses its growth by reducing the number of colony forming units and provides better resistance against γ-radiation than control. We employed different biochemical and cell biology studies using PprA and its DNA binding/polymerization mutants (K133E & W183R) in E. coli. Cells expressing wild type PprA or its K133E mutant showed reduction in the amount of genomic DNA as well as chromosome copy number in comparison to W183R mutant of PprA and control cells, which suggests the role of PprA protein in regulation of DNA replication initiation in E. coli. Further, E. coli cells expressing PprA or its mutants exhibited different impact on cell morphology than control. Expression of PprA or K133E mutant displayed a significant increase in cell length upto 5 folds while W183R mutant showed cell length similar to uninduced control cells. We checked the interaction of deinococcal PprA and its mutants with E. coli DnaA using Bacterial two-hybrid system and co-immunoprecipitation. We observed a functional interaction of EcDnaA with PprA and K133E mutant but not with W183R mutant of PprA. Further, PprA or K133E mutant has suppressed the ATPase activity of EcDnaA but W183R mutant of PprA failed to do so. These observations suggested that PprA protein regulates DNA replication initiation and cell morphology of surrogate E. coli.

Keywords: DNA replication, radioresistance, protein-protein interaction, cell morphology, ATPase activity

Procedia PDF Downloads 62
4865 Computational Fluid Dynamics Simulation of a Boiler Outlet Header Constructed of Inconel Alloy 740H

Authors: Sherman Ho, Ahmed Cherif Megri

Abstract:

Headers play a critical role in conveying steam to regulate heating system temperatures. While various materials like steel grades 91 and 92 have been traditionally used for pipes, this research proposes the use of a robust and innovative material, INCONEL Alloy 740H. Boilers in power plant configurations are exposed to cycling conditions due to factors such as daily, seasonal, and yearly variations in weather. These cycling conditions can lead to the deterioration of headers, which are vital components with intricate geometries. Header failures result in substantial financial losses from repair costs and power plant shutdowns, along with significant public inconveniences such as the loss of heating and hot water. To address this issue and seek solutions, a mechanical analysis, as well as a structural analysis, are recommended. Transient analysis to predict heat transfer conditions is of paramount importance, as the direction of heat transfer within the header walls and the passing steam can vary based on the location of interest, load, and operating conditions. The geometry and material of the header are also crucial design factors, and the choice of pipe material depends on its usage. In this context, the heat transfer coefficient plays a vital role in header design and analysis. This research employs ANSYS Fluent, a numerical simulation program, to understand header behavior, predict heat transfer, and analyze mechanical phenomena within the header. Transient simulations are conducted to investigate parameters like heat transfer coefficient, pressure loss coefficients, and heat flux, with the results used to optimize header design.

Keywords: CFD, header, power plant, heat transfer coefficient, simulation using experimental data

Procedia PDF Downloads 59
4864 An Automatic Speech Recognition of Conversational Telephone Speech in Malay Language

Authors: M. Draman, S. Z. Muhamad Yassin, M. S. Alias, Z. Lambak, M. I. Zulkifli, S. N. Padhi, K. N. Baharim, F. Maskuriy, A. I. A. Rahim

Abstract:

The performance of Malay automatic speech recognition (ASR) system for the call centre environment is presented. The system utilizes Kaldi toolkit as the platform to the entire library and algorithm used in performing the ASR task. The acoustic model implemented in this system uses a deep neural network (DNN) method to model the acoustic signal and the standard (n-gram) model for language modelling. With 80 hours of training data from the call centre recordings, the ASR system can achieve 72% of accuracy that corresponds to 28% of word error rate (WER). The testing was done using 20 hours of audio data. Despite the implementation of DNN, the system shows a low accuracy owing to the varieties of noises, accent and dialect that typically occurs in Malaysian call centre environment. This significant variation of speakers is reflected by the large standard deviation of the average word error rate (WERav) (i.e., ~ 10%). It is observed that the lowest WER (13.8%) was obtained from recording sample with a standard Malay dialect (central Malaysia) of native speaker as compared to 49% of the sample with the highest WER that contains conversation of the speaker that uses non-standard Malay dialect.

Keywords: conversational speech recognition, deep neural network, Malay language, speech recognition

Procedia PDF Downloads 318
4863 Speeding Up Lenia: A Comparative Study Between Existing Implementations and CUDA C++ with OpenGL Interop

Authors: L. Diogo, A. Legrand, J. Nguyen-Cao, J. Rogeau, S. Bornhofen

Abstract:

Lenia is a system of cellular automata with continuous states, space and time, which surprises not only with the emergence of interesting life-like structures but also with its beauty. This paper reports ongoing research on a GPU implementation of Lenia using CUDA C++ and OpenGL Interoperability. We demonstrate how CUDA as a low-level GPU programming paradigm allows optimizing performance and memory usage of the Lenia algorithm. A comparative analysis through experimental runs with existing implementations shows that the CUDA implementation outperforms the others by one order of magnitude or more. Cellular automata hold significant interest due to their ability to model complex phenomena in systems with simple rules and structures. They allow exploring emergent behavior such as self-organization and adaptation, and find applications in various fields, including computer science, physics, biology, and sociology. Unlike classic cellular automata which rely on discrete cells and values, Lenia generalizes the concept of cellular automata to continuous space, time and states, thus providing additional fluidity and richness in emerging phenomena. In the current literature, there are many implementations of Lenia utilizing various programming languages and visualization libraries. However, each implementation also presents certain drawbacks, which serve as motivation for further research and development. In particular, speed is a critical factor when studying Lenia, for several reasons. Rapid simulation allows researchers to observe the emergence of patterns and behaviors in more configurations, on bigger grids and over longer periods without annoying waiting times. Thereby, they enable the exploration and discovery of new species within the Lenia ecosystem more efficiently. Moreover, faster simulations are beneficial when we include additional time-consuming algorithms such as computer vision or machine learning to evolve and optimize specific Lenia configurations. We developed a Lenia implementation for GPU using the C++ and CUDA programming languages, and CUDA/OpenGL Interoperability for immediate rendering. The goal of our experiment is to benchmark this implementation compared to the existing ones in terms of speed, memory usage, configurability and scalability. In our comparison we focus on the most important Lenia implementations, selected for their prominence, accessibility and widespread use in the scientific community. The implementations include MATLAB, JavaScript, ShaderToy GLSL, Jupyter, Rust and R. The list is not exhaustive but provides a broad view of the principal current approaches and their respective strengths and weaknesses. Our comparison primarily considers computational performance and memory efficiency, as these factors are critical for large-scale simulations, but we also investigate the ease of use and configurability. The experimental runs conducted so far demonstrate that the CUDA C++ implementation outperforms the other implementations by one order of magnitude or more. The benefits of using the GPU become apparent especially with larger grids and convolution kernels. However, our research is still ongoing. We are currently exploring the impact of several software design choices and optimization techniques, such as convolution with Fast Fourier Transforms (FFT), various GPU memory management scenarios, and the trade-off between speed and accuracy using single versus double precision floating point arithmetic. The results will give valuable insights into the practice of parallel programming of the Lenia algorithm, and all conclusions will be thoroughly presented in the conference paper. The final version of our CUDA C++ implementation will be published on github and made freely accessible to the Alife community for further development.

Keywords: artificial life, cellular automaton, GPU optimization, Lenia, comparative analysis.

Procedia PDF Downloads 33
4862 Effect of Installation of Long Cylindrical External Store on Performance, Stability, Control and Handling Qualities of Light Transport Aircraft

Authors: Ambuj Srivastava, Narender Singh

Abstract:

This paper presents the effect of installation of cylindrical external store on the performance, stability, control and handling qualities of light transport category aircraft. A pair of long cylindrical store was installed symmetrically on either side of the fuselage (port and starboard) ahead of the wing and below the fuselage bottom surface running below pilot and co-pilot window. The cylindrical store was installed as hanging from aircraft surface through specially designed brackets. The adjoining structure was sufficiently reinforced for bearing aerodynamic loads. The length to diameter ratio of long cylindrical store was ~20. Based on academic studies and flow simulation analysis, a considerable detrimental effect on single engine second segment climb performance was found which was later validated through extensive flight testing exercise. The methodology of progressive flight envelope opening was adopted. The certification was sought from Regional airworthiness authorities and for according approval.

Keywords: second segment climb, maximum operating speed, cruise performance (single engine and twin engine), minimum control speed, and additional trim required

Procedia PDF Downloads 226
4861 Evaluating Machine Learning Techniques for Activity Classification in Smart Home Environments

Authors: Talal Alshammari, Nasser Alshammari, Mohamed Sedky, Chris Howard

Abstract:

With the widespread adoption of the Internet-connected devices, and with the prevalence of the Internet of Things (IoT) applications, there is an increased interest in machine learning techniques that can provide useful and interesting services in the smart home domain. The areas that machine learning techniques can help advance are varied and ever-evolving. Classifying smart home inhabitants’ Activities of Daily Living (ADLs), is one prominent example. The ability of machine learning technique to find meaningful spatio-temporal relations of high-dimensional data is an important requirement as well. This paper presents a comparative evaluation of state-of-the-art machine learning techniques to classify ADLs in the smart home domain. Forty-two synthetic datasets and two real-world datasets with multiple inhabitants are used to evaluate and compare the performance of the identified machine learning techniques. Our results show significant performance differences between the evaluated techniques. Such as AdaBoost, Cortical Learning Algorithm (CLA), Decision Trees, Hidden Markov Model (HMM), Multi-layer Perceptron (MLP), Structured Perceptron and Support Vector Machines (SVM). Overall, neural network based techniques have shown superiority over the other tested techniques.

Keywords: activities of daily living, classification, internet of things, machine learning, prediction, smart home

Procedia PDF Downloads 347
4860 Performance Analysis of PAPR Reduction in OFDM Systems based on Partial Transmit Sequence (PTS) Technique

Authors: Alcardo Alex Barakabitze, Tan Xiaoheng

Abstract:

Orthogonal Frequency Division Multiplexing (OFDM) is a special case of Multi-Carrier Modulation (MCM) technique which transmits a stream of data over a number of lower data rate subcarriers. OFDM splits the total transmission bandwidth into a number of orthogonal and non-overlapping subcarriers and transmit the collection of bits called symbols in parallel using these subcarriers. This paper explores the Peak to Average Power Reduction (PAPR) using the Partial Transmit Sequence technique. We provide the distribution analysis and the basics of OFDM signals and then show how the PAPR increases as the number of subcarriers increases. We provide the performance analysis of CCDF and PAPR expressed in decibels through MATLAB simulations. The simulation results show that, in PTS technique, the performance of PAPR reduction in OFDM systems improves significantly as the number of sub-blocks increases. However, by keeping the same number of sub-blocks variation, oversampling factor and the number of OFDM blocks’ iteration for generating the CCDF, the OFDM systems with 128 subcarriers have an improved performance in PAPR reduction compared to OFDM systems with 256, 512 or >512 subcarriers.

Keywords: OFDM, peak to average power reduction (PAPR), bit error rate (BER), subcarriers, wireless communications

Procedia PDF Downloads 509
4859 Chemical and Mineralogical Properties of Soils from an Arid Region of Misurata-Libya: Treated Wastewater Irrigation Impacts

Authors: Khalifa Alatresh, Mirac Aydin

Abstract:

This research explores the impacts of irrigation by treated wastewater (TWW) on the mineralogical and chemical attributes of sandy calcareous soils in the Southern region of Misurata. Soil samples obtained from three horizons (A, B, and C) of six TWW-irrigated pedons (29years) and six other pedons from nearby non-irrigated areas (dry-control). The results demonstrated that the TWW-irrigated pedons had significantly higher salinity (EC), sodium adsorption ratio (SAR), exchangeable sodium percentage (ESP), cation exchange capacity (CEC), available phosphor (AP), total nitrogen (TN), and organic matter (OM) relative to the control pedons. Nonetheless, all the values of interest (EC < 4000 µs/cm < SAR < 13, pH < 8.5 and ESP < 15) remained lower than the thresholds, showing no issues with sodicity or salinity. Irrigated pedons contained significantly higher amounts of total clay and showed an altered distribution of particle sizes and minerals identified (quartz, calcite, microcline, albite, anorthite, and dolomite) within the profile. The observed results included the occurrence of Margarite, Anorthite, Chabazite, and Tridymite minerals after the application of TWW in small quantities that are not enough to influence soil genesis and classification.0,51 cm.

Keywords: treated wastewater, sandy calcareous soils, soil mineralogy, and chemistry

Procedia PDF Downloads 110
4858 Geochemical Approach of Rare Earth Element Distribution: A Case Study from Lake Acigol, Denizli, Turkey

Authors: M. Budakoglu, M. Karaman, A. Abdelnasser, D. Kiran, M. Kumral

Abstract:

About 50 mg lake sediment was digested in two steps. While first stage was completed with 6 ml 37% HCl, 2 ml 65% HNO3 and 1 ml 38-40% HF in an pressure and temperature controlled Teflon beaker using Berghoff Microwave™ at average 135°C, digestion procedure was completed with the addition of 6 ml 5% boric acid solution. REE contents of sediment samples were determined by Perkin Elmer DRC II ICP-MS in Geochemistry Research Laboratories (JAL/GRL) of Faculty of Mines, Istanbul Technical University. Chondrite-normalized REE patterns of Lake Acıgöl sediments show generally high abundance of REE compared to chondritic concentrations, with particular enrichment in LREE [(La/Lu)N = 4.85-19.90], [(La/Lu)N = 7.09-15.14], [(La/Lu)N = 9.42-15.52] and [(La/Lu)N = 7.69-15.63] for the surface sediment and 0-10 cm-, 10-20 cm- and 20-30 cm-subsurface sediments respectively. Also these samples showed flat HREE normalized to chondrite as (La/Sm)N ranging from 2.98 to 4.8 for surface sediments and for subsurface sediments from 3.28 to 3.97 (0-10 cm), 3.57 to 3.94 (10-20 cm) and 3.36 to 3.94 (20-30 cm) while (Gd/Yb)N ranging from 2.14 to 2.93, from 2.03 to 2.76, from 2.26 to 2.79 and from 2.05 to 2.76 from the surface and subsurface sediments respectively. Moreover, their REE profiles are similar to profiles of the continental collision basin (CCB) with negative Eu anomalies. In addition, their REE patterns illustrate generally low abundance of REE compared to concentrations of NASC, PAAS and UCC with very slight enrichment of LREE and positive Eu* anomalies. Therefore there is no comparable between our samples of surface and subsurface sediments and these types of international sediments.

Keywords: chondrite-normalized REE patterns, hypersaline lake, surface sediments, subsurface sediments, Lake Acıgöl, Turkey

Procedia PDF Downloads 516
4857 Thermophoresis Particle Precipitate on Heated Surfaces

Authors: Rebhi A. Damseh, H. M. Duwairi, Benbella A. Shannak

Abstract:

This work deals with heat and mass transfer by steady laminar boundary layer flow of a Newtonian, viscous fluid over a vertical flat plate with variable surface heat flux embedded in a fluid saturated porous medium in the presence of thermophoresis particle deposition effect. The governing partial differential equations are transformed into no-similar form by using special transformation and solved numerically by using an implicit finite difference method. Many results are obtained and a representative set is displaced graphically to illustrate the influence of the various physical parameters on the wall thermophoresis deposition velocity and concentration profiles. It is found that the increasing of thermophoresis constant or temperature differences enhances heat transfer rates from vertical surfaces and increase wall thermophoresis velocities; this is due to favourable temperature gradients or buoyancy forces. It is also found that the effect of thermophoresis phenomena is more pronounced near pure natural convection heat transfer limit; because this phenomenon is directly a temperature gradient or buoyancy forces dependent. Comparisons with previously published work in the limits are performed and the results are found to be in excellent agreement.

Keywords: thermophoresis, porous medium, variable surface heat flux, heat transfer

Procedia PDF Downloads 200
4856 Biocontrol of Fusarium Crown and Root Rot and Enhancement of Tomato Solanum lycopersicum L. Growth Using Solanum linnaeanum L. Extracts

Authors: Ahlem Nefzi, Rania Aydi Ben Abdallah, Hayfa Jabnoun-Khiareddine, Nawaim Ammar, Sined Medimagh-Saidana, Mejda Daami-Remadi

Abstract:

In the present study, leaf, stem, and fruit aqueous extracts of native wild Solanum linnaeanum L. were screened for their ability to suppress Fusarium Crown and Root Rot disease and to enhance tomato (Solanum lycopersicum L.) growth under greenhouse conditions. Leaf extract used at 30% w/v was the most effective in reducing leaf and root damage index by 92.3% and the extent of vascular discoloration by 97.56% compared to Fusarium oxyxporum f. sp radicis lycopersici -inoculated and untreated control. A significant promotion of growth parameters (root length, shoot height, root and shoot biomass and stem diameter) was recorded on tomato cv. Rio Grande seedlings by 40.3-94.1% as compared to FORL inoculated control and by 9.6-88.8% over pathogen-free control. All S. linnaeanum aqueous extracts tested significantly stimulated the germination by 10.2 to 80.1% relative to the untreated control. FORL mycelial growth, assessed using the poisoned food technique, varied depending on plant organs, extracts, and concentrations used. Butanolic extracts were the most active, leading to 60.81% decrease in FORL mycelial growth. HPLC analysis of butanolic extract revealed the presence of thirteen phenolic compounds. Thus, S. linnaeanum can be explored as a potential natural source of antifungal and biofertilizing compounds.

Keywords: antifungal activity, HPLC-MS analysis, Fusarium oxysporum f. sp. radicis-lycopersici, tomato growth

Procedia PDF Downloads 156
4855 Nanoenergetic Materials as Effective Heat Energy Sources for Enhanced Gas Generators

Authors: Sang Beom Kim, Kyung Ju Kim, Myung Hoon Cho, Ji Hoon Kim, Soo Hyung Kim

Abstract:

In this study, we systematically investigated the effect of nanoscale energetic materials in formulations of aluminum nanoparticles (Al NPs; heat source)/copper oxide nanoparticles (CuO NPs; oxidizer) on the combustion and gas-generating properties of sodium azide microparticles (NaN3 MPs; gas-generating agent) for potential applications in gas generators. The burn rate of the NaN3 MP/CuO NP composite powder was only ~0.3 m/s. However, the addition of Al NPs to the NaN3 MP/CuO NP matrix caused the rates to reach ~5.3 m/s, respectively. In addition, the N2 gas volume flow rate generated by the ignition of the NaN3 MP/CuO NP composite powder was only ~0.6 L/s, which was significantly increased to ~3.9 L/s by adding Al NPs to the NaN3 MP/CuO NP composite powder. This suggested that the highly reactive NPs, with the assistance of CuO NPs, were effective heat-generating sources enabling the complete thermal decomposition of NaN3 MPs upon ignition. Al NPs were highly effective in the gas generators because of the increased reactivity induced by the reduced particle size. Finally, we successfully demonstrated that a homemade airbag with a specific volume of ~140 mL could be rapidly and fully inflated by the thermal activation of nanoscale energetic material-added gas-generating agents (i.e., NaN3 MP/Al NP/CuO NP composites) within the standard time of ~50 ms for airbag inflation.

Keywords: nanoenergetic materials, aluminum nanoparticles, copper oxide nanoparticles, gas generators

Procedia PDF Downloads 365
4854 Drying Kinects of Soybean Seeds

Authors: Amanda Rithieli Pereira Dos Santos, Rute Quelvia De Faria, Álvaro De Oliveira Cardoso, Anderson Rodrigo Da Silva, Érica Leão Fernandes Araújo

Abstract:

The study of the kinetics of drying has great importance for the mathematical modeling, allowing to know about the processes of transference of heat and mass between the products and to adjust dryers managing new technologies for these processes. The present work had the objective of studying the kinetics of drying of soybean seeds and adjusting different statistical models to the experimental data varying cultivar and temperature. Soybean seeds were pre-dried in a natural environment in order to reduce and homogenize the water content to the level of 14% (b.s.). Then, drying was carried out in a forced air circulation oven at controlled temperatures of 38, 43, 48, 53 and 58 ± 1 ° C, using two soybean cultivars, BRS 8780 and Sambaíba, until reaching a hygroscopic equilibrium. The experimental design was completely randomized in factorial 5 x 2 (temperature x cultivar) with 3 replicates. To the experimental data were adjusted eleven statistical models used to explain the drying process of agricultural products. Regression analysis was performed using the least squares Gauss-Newton algorithm to estimate the parameters. The degree of adjustment was evaluated from the analysis of the coefficient of determination (R²), the adjusted coefficient of determination (R² Aj.) And the standard error (S.E). The models that best represent the drying kinetics of soybean seeds are those of Midilli and Logarítmico.

Keywords: curve of drying seeds, Glycine max L., moisture ratio, statistical models

Procedia PDF Downloads 620
4853 Nature of Cities: Ontological Dimension of the Urban

Authors: Ana Cristina García-Luna Romero

Abstract:

This document seeks to reflect on the urban project from its conceptual identity root. In the first instance, a proposal is made on how the city project is sustained from the conceptual root, from the logos: it opens a way to assimilate the imagination; what we imagine becomes a reality. In this way, firstly, the need to use language as a vehicle for transmitting the stories that sustain us as humanity can be deemed as an important social factor that enables us to social behavior. Secondly, the need to attend to the written language as a mechanism of power, as a means to consolidate a dominant ideology or a political position, is raised; as it served to carry out the modernization project, it is therefore addressed differences between the real and the literate city. Thus, the consolidated urban-architectural project is based on logos, the project, and planning. Considering the importance of materiality and its relation to subjective well-being contextualized from a socio-urban approach, we question ourselves into how we can look at something that is doubtful. From a philosophy perspective, the truth is considered to be nothing more than a matter of correspondence between the observer and the observed. To understand beyond the relative of the gaze, it is necessary to expose different perspectives since it depends on the understanding of what is observed and how it is critically analyzed. Therefore, the analysis of materiality, as a political field, takes a proposal based on this research in the principles in transgenesis: principle of communication, representativeness, security, health, malleability, availability of potentiality or development, conservation, sustainability, economy, harmony, stability, accessibility, justice, legibility, significance, consistency, joint responsibility, connectivity, beauty, among others. The (urban) human being acts because he wants to live in a certain way: in a community, in a fair way, with opportunity for development, with the possibility of managing the environment according to their needs, etc. In order to comply with this principle, it is necessary to design strategies from the principles in transgenesis, which must be named, defined, understood, and socialized by the urban being, the companies, and from themselves. In this way, the technical status of the city in the neoliberal present determines extraordinary conditions for reflecting on an almost emergency scenario created by the impact of cities that, far from being limited to resilient proposals, must aim at the reflection of the urban process that the present social model has generated. Therefore, can we rethink the paradigm of the perception of life quality in the current neoliberal model in the production of the character of public space related to the practices of being urban. What we are trying to do within this document is to build a framework to study under what logic the practices of the social system that make sense of the public space are developed, what the implications of the phenomena of the inscription of action and materialization (and its results over political action between the social and the technical system) are and finally, how we can improve the quality of life of individuals from the urban space.

Keywords: cities, nature, society, urban quality of life

Procedia PDF Downloads 121
4852 Thermal Performance of Dual Flame Impinging Normally on to a Flat Surface

Authors: Satpal Singh, Subhash Chander

Abstract:

An experimental study has been conducted to evaluate the thermal performance of the CNG/air dual flame impinging normally on to a flat surface. The stability limits for the dual flame under both impinging and free conditions have been evaluated to select experimental operating range. Dual flame shape and structure have been explained with direct flame image and schematic diagram indicating modification in recirculation zone in presence of inner flame. Effects of various operating parameters like H/Dh, Re(o), Φ(o), and θ(o) on heat transfer characteristics have been discussed. Inner non-swirling flame Reynolds number (Re(i)) and equivalence ratio (Φ(i)) were kept constant. Heating patterns in the impingement region around the stagnation point have been altered significantly with change in the values of H/Dh, Re(o), Φ(o), and θ(o). The axial flow of inner flame has been notably effected with increase in Re(o). Heating was most favorable near stoichiometeric conditions of the outer swirling flame. However, the effect of change in swirl intensity (expressed in terms of θ(o)) on overall heat transfer efficiency was not as significant as in the case of other parameters. It has been inferred that best performance (higher uniformity and efficiency) of the dual flame impinging on a flat surface can be achieved at moderate value of separation distance (H/Dh of 2-3) and outer swirling flame Reynolds number (Re(o) of 7000-9000) under stoichiometeric conditions.

Keywords: dual flame, heat transfer, impingement, swirling insert, transmission efficiency

Procedia PDF Downloads 295
4851 Influence of Produced Water Mixed With Crude Oil on the Geotechnical Properties of Sandy Soil

Authors: Khalifa Abdunaser

Abstract:

This study investigated the effects of oil contamination due to pro-duced water leaks that created lakes decades ago, as well as the extent of its im-pact on altering the geotechnical characteristics of the soil, which could act as a barrier to groundwater access The concentration of total petroleum hydrocarbons (TPH), which is the main component in the contaminated soil, was measured using a variety of analyses. Additionally, some extensive laboratory tests were performed to examine the effects on the soil's geotechnical properties, including particle size distribution, shear strength, consistency limits, specific gravity, and permeability coefficient. A clear decrease in TPH concentration was observed with increasing depth, and it is expected to end within only a few meters. It was found that there is a signifi-cant effect of this pollutant on the size of the soil particles, which led to them be-coming coarser than the uncontaminated soil particles. Moreover, it causes a de-crease in fluid and plastic boundaries, as well as an increase in cohesion between soil particles. However, the angle of internal friction decreases with the increase in the content of petroleum hydrocarbons in the soil samples. It came to light that determining the permeability coefficient as one of the physical characteristics of the most important factors responsible for the passage of pollutants in the groundwater, as it showed an obvious reduction in the permeability, which is the main reason dealt as an obstacle to the arrival of oil pollutants to the groundwater.

Keywords: TPH, specific gravity, oil lake, Libya

Procedia PDF Downloads 88
4850 A Validated UPLC-MS/MS Assay Using Negative Ionization Mode for High-Throughput Determination of Pomalidomide in Rat Plasma

Authors: Muzaffar Iqbal, Essam Ezzeldin, Khalid A. Al-Rashood

Abstract:

Pomalidomide is a second generation oral immunomodulatory agent, being used for the treatment of multiple myeloma in patients with disease refractory to lenalidomide and bortezomib. In this study, a sensitive UPLC-MS/MS assay was developed and validated for high-throughput determination of pomalidomide in rat plasma using celecoxib as an internal standard (IS). Liquid liquid extraction using dichloromethane as extracting agent was employed to extract pomalidomide and IS from 200 µL of plasma. Chromatographic separation was carried on Acquity BEHTM C18 column (50 × 2.1 mm, 1.7 µm) using an isocratic mobile phase of acetonitrile:10 mM ammonium acetate (80:20, v/v), at a flow rate of 0.250 mL/min. Both pomalidomide and IS were eluted at 0.66 ± 0.03 and 0.80 ± 0.03 min, respectively with a total run time of 1.5 min only. Detection was performed on a triple quadrupole tandem mass spectrometer using electrospray ionization in negative mode. The precursor to product ion transitions of m/z 272.01 → 160.89 for pomalidomide and m/z 380.08 → 316.01 for IS were used to quantify them respectively, using multiple reaction monitoring mode. The developed method was validated according to regulatory guideline for bioanalytical method validation. The linearity in plasma sample was achieved in the concentration range of 0.47–400 ng/mL (r2 ≥ 0.997). The intra and inter-day precision values were ≤ 11.1% (RSD, %) whereas accuracy values ranged from - 6.8 – 8.5% (RE, %). In addition, other validation results were within the acceptance criteria and the method was successfully applied in a pharmacokinetic study of pomalidomide in rats.

Keywords: pomalidomide, pharmacokinetics, LC-MS/MS, celecoxib

Procedia PDF Downloads 384
4849 Clinical Utility of Salivary Cytokines for Children with Attention Deficit Hyperactivity Disorder

Authors: Masaki Yamaguchi, Daimei Sasayama, Shinsuke Washizuka

Abstract:

The goal of this study was to examine the possibility of salivary cytokines for the screening of attention deficit hyperactivity disorder (ADHD) in children. We carried out a case-control study, including 19 children with ADHD and 17 healthy children (controls). A multiplex bead array immunoassay was used to conduct a multi-analysis of 27 different salivary cytokines. Six salivary cytokines (interleukin (IL)-1β, IL-8, IL12p70, granulocyte colony-stimulating factor (G-CSF), interferon gamma (IFN-γ), and vascular endothelial growth factor (VEGF)) were significantly associated with the presence of ADHD (p < 0.05). An informative salivary cytokine panel was developed using VEGF by logistic regression analysis (odds ratio: 0.251). Receiver operating characteristic analysis revealed that assessment of a panel using VEGF showed “good” capability for discriminating between ADHD patients and controls (area under the curve: 0.778). ADHD has been hypothesized to be associated with reduced cerebral blood flow in the frontal cortex, due to reduced VEGF levels. Our study highlights the possibility of utilizing differential salivary cytokine levels for point-of-care testing (POCT) of biomarkers in children with ADHD.

Keywords: cytokine, saliva, attention deficit hyperactivity disorder, child

Procedia PDF Downloads 139
4848 Reducing Defects through Organizational Learning within a Housing Association Environment

Authors: T. Hopkin, S. Lu, P. Rogers, M. Sexton

Abstract:

Housing Associations (HAs) contribute circa 20% of the UK’s housing supply. HAs are however under increasing pressure as a result of funding cuts and rent reductions. Due to the increased pressure, a number of processes are currently being reviewed by HAs, especially how they manage and learn from defects. Learning from defects is considered a useful approach to achieving defect reduction within the UK housebuilding industry. This paper contributes to our understanding of how HAs learn from defects by undertaking an initial round table discussion with key HA stakeholders as part of an ongoing collaborative research project with the National House Building Council (NHBC) to better understand how house builders and HAs learn from defects to reduce their prevalence. The initial discussion shows that defect information runs through a number of groups, both internal and external of a HA during both the defects management process and organizational learning (OL) process. Furthermore, HAs are reliant on capturing and recording defect data as the foundation for the OL process. During the OL process defect data analysis is the primary enabler to recognizing a need for a change to organizational routines. When a need for change has been recognized, new options are typically pursued to design out defects via updates to a HAs Employer’s Requirements. Proposed solutions are selected by a review board and committed to organizational routine. After implementing a change, both structured and unstructured feedback is sought to establish the change’s success. The findings from the HA discussion demonstrates that OL can achieve defect reduction within the house building sector in the UK. The paper concludes by outlining a potential ‘learning from defects model’ for the housebuilding industry as well as describing future work.

Keywords: defects, new homes, housing association, organizational learning

Procedia PDF Downloads 310
4847 Numerical Investigation of the Evaporation and Mixing of UWS in a Diesel Exhaust Pipe

Authors: Tae Hyun Ahn, Gyo Woo Lee, Man Young Kim

Abstract:

Because of high thermal efficiency and low CO2 emission, diesel engines are being used widely in many industrial fields although it makes many PM and NOx which give both human health and environment a negative effect. NOx regulations for diesel engines, however, are being strengthened and it is impossible to meet the emission standard without NOx reduction devices such as SCR (Selective Catalytic Reduction), LNC (Lean NOx Catalyst), and LNT (Lean NOx Trap). Among the NOx reduction devices, urea-SCR system is known as the most stable and efficient method to solve the problem of NOx emission. But this device has some issues associated with the ammonia slip phenomenon which is occurred by shortage of evaporation and thermolysis time, and that makes it difficult to achieve uniform distribution of the injected urea in front of monolith. Therefore, this study has focused on the mixing enhancement between urea and exhaust gases to enhance the efficiency of the SCR catalyst equipped in catalytic muffler by changing inlet gas temperature and spray conditions to improve the spray uniformity of the urea water solution. Finally, it can be found that various parameters such as inlet gas temperature and injector and injection angles significantly affect the evaporation and mixing of the urea water solution with exhaust gases, and therefore, optimization of these parameters are required.

Keywords: UWS (Urea-Water-Solution), selective catalytic reduction (SCR), evaporation, thermolysis, injection

Procedia PDF Downloads 391
4846 The Participation of Graduates and Students of Social Work in the Erasmus Program: a Case Study in the Portuguese context – the Polytechnic of Leiria

Authors: Cezarina da Conceição Santinho Maurício, José Duque Vicente

Abstract:

Established in 1987, the Erasmus Programme is a program for the exchange of higher education students. Its purposes are several. The mobility developed has contributed to the promotion of multiple learning, the internalization the feeling of belonging to a community, and the consolidation of cooperation between entities or universities. It also allows the experience of a European experience, considering multilingualism one of the bases of the European project and vehicle to achieve the union in diversity. The program has progressed and introduced changes Erasmus+ currently offers a wide range of opportunities for higher education, vocational education and training, school education, adult education, youth, and sport. These opportunities are open to students and other stakeholders, such as teachers. Portugal was one of the countries that readily adhered to this program, assuming itself as an instrument of internationalization of polytechnic and university higher education. Students and social work teachers have been involved in this mobility of learning and multicultural interactions. The presence and activation of this program was made possible by Portugal's joining the European Union. This event was reflected in the field of portuguese social work and contributes to its approach to the reality of european social work. Historically, the Portuguese social work has built a close connection with the Latin American world and, in particular, with Brazil. There are several examples that can be identified in the different historical stages. This is the case of the post-revolution period of 1974 and the presence of the reconceptualization movement, the struggle for enrollment in the higher education circuit, the process of winning a bachelor's degree, and postgraduate training (the first doctorates of social work were carried out in Brazilian universities). This influence is also found in the scope of the authors and the theoretical references used. This study examines the participation of graduates and students of social work in the Erasmus program. The following specific goals were outlined: to identify the host countries and universities; to investigate the dimension and type of mobility made, understand the learning and experiences acquired, identify the difficulties felt, capture their perspectives on social work and the contribution of this experience in training. In the methodological field, the option fell on a qualitative methodology, with the application of semi-structured interviews to graduates and students of social work with Erasmus mobility experience. Once the graduates agreed, the interviews were recorded and transcribed, analyzed according to the previously defined analysis categories. The findings emphasize the importance of this experience for students and graduates in informal and formal learning. The authors conclude with recommendations to reinforce this mobility, either at the individual level or as a project built for the group or collective.

Keywords: erasmus programme, graduates and students of social work, participation, social work

Procedia PDF Downloads 143
4845 Studies on Mechanical Properties of Concrete and Mortar Containing Waste Glass Aggregate

Authors: Nadjoua Bourmatte, Hacène Houari

Abstract:

Glass has been indispensable to men’s life due to its properties, including pliability to take any shape with ease, bright surface, resistance to abrasion, reasonable safety and durability. Waste glass creates serious environmental problems, mainly due to the inconsistency of waste glass streams. With increasing environmental pressure to reduce solid waste and to recycle as much as possible, the concrete industry has adopted a number of methods to achieve this goal. The object of this research work is to study the effect of using recycled glass waste, as a partial replacement of fine aggregate, on the fresh and hardened properties of concrete. Recycled glass was used to replace fine aggregate in proportions of 0%, 25% and 50%. We could observe that the Glass waste aggregates are lighter than natural aggregates and they show a very low water absorption. The experimental results showed that the slump flow increased with the increase of recycled glass content. On the other hand, the compressive strength and tensile strength of recycled glass mixtures decreased with the increase in the recycled glass content. The results showed that recycled glass aggregate can successfully be used with limited level for producing concrete. The standard sand was substituted with aggregates based on glass waste for manufacturing mortars, Mortar based on glass shows a compressive strength and low bending with a 1/2 ratio with control mortar strength.

Keywords: concrete, environment, glass waste, recycling

Procedia PDF Downloads 225
4844 PPRA Controls DNA Replication and Cell Growth in Escherichia Coli

Authors: Ganesh K. Maurya, Reema Chaudhary, Neha Pandey, Hari S. Misra

Abstract:

PprA, a pleiotropic protein participating in radioresistance, has been reported for its roles in DNA replication initiation, genome segregation, cell division and DNA repair in polyextremophile Deinococcus radiodurans. Interestingly, expression of deinococcal PprA in E. coli suppresses its growth by reducing the number of colony forming units and provide better resistance against γ-radiation than control. We employed different biochemical and cell biology studies using PprA and its DNA binding/polymerization mutants (K133E & W183R) in E. coli. Cells expressing wild type PprA or its K133E mutant showed reduction in the amount of genomic DNA as well as chromosome copy number in comparison to W183R mutant of PprA and control cells, which suggests the role of PprA protein in regulation of DNA replication initiation in E. coli. Further, E. coli cells expressing PprA or its mutants exhibited different impact on cell morphology than control. Expression of PprA or K133E mutant displayed a significant increase in cell length upto 5 folds while W183R mutant showed cell length similar to uninduced control cells. We checked the interaction of deinococcal PprA and its mutants with E. coli DnaA using Bacterial two-hybrid system and co-immunoprecipitation. We observed a functional interaction of EcDnaA with PprA and K133E mutant but not with W183R mutant of PprA. Further, PprA or K133E mutant has suppressed the ATPase activity of EcDnaA but W183R mutant of PprA failed to do so. These observations suggested that PprA protein regulates DNA replication initiation and cell morphology of surrogate E. coli.

Keywords: DNA replication, radioresistance, protein-protein interaction, cell morphology, ATPase activity

Procedia PDF Downloads 63
4843 Morphology of the Acetabular Cartilage Surface in Elderly Cadavers Analyzing the Contact between the Acetabulum and Femoral Head

Authors: Keisuke Akiyama, Takashi Sakai, Junichiro Koyanagi, Hideki Yoshikawa, Kazuomi Sugamoto

Abstract:

The geometry of acetabular cartilage surface plays an important role in hip joint biomechanics. The aim of this study was to analyze the morphology of acetabular articular cartilage surface in elderly subjects using a 3D-digitizer. Twenty hemipelves from 12 subjects (mean ages 85 years) were scanned with 3D-digitizer. Each acetabular surface model was divided into four regions: anterosuperior (AS), anteroinferior (AI), posterosuperior (PS), and posteroinferior (PI). In the global acetabulum and each region, the acetabular sphere radius and the standard deviation (SD) of the distance from the acetabular sphere center to the acetabular cartilage surface were calculated. In the global acetabulum, the distance between the acetabular surface model and the maximum sphere which did not penetrate over the acetabular surface model was calculated as the inferred femoral head, and then the distribution was mapped at intervals of 0.5 mm. The SD in AS was significantly larger than that in AI (p = 0.006) and PI (p = 0.001). The SD in PS was significantly larger than that in PI (p = 0.005). The closest region (0-0.5 mm) tended to be distributed at anterior or posterosuperior acetabular edge. The contact between the femoral head and acetabulum might start at the periphery of the lunate surface, especially in the anterior or posterosuperior region. From viewpoint of acetabular morphology, the acetabular articular cartilage in the anterior or posterosuperior edge could be more vulnerable due to direct contact mechanism.

Keywords: acetabulum, cartilage, morphology, 3D-digitizer

Procedia PDF Downloads 340
4842 Numerical Study of Entropy Generation Due to Hybrid Nano-Fluid Flow through Coaxial Porous Disks

Authors: Muhammad Bilal Ameen, M. Zubair Akbar Qureshi

Abstract:

The current investigation of two-dimensional hybrid nanofluid flows with two coaxial parallel disks has been presented. Consider the hybrid nanofluid has been taken as steady-state. Consider the coaxial disks that have been porous. Consider the heat equation to examine joule heating and viscous dissipation effects. Nonlinear partial differential equations have been solved numerically. For shear stress and heat transfer, results are tabulated. Hybrid nanoparticles and Eckert numbers are increasing for heat transfer. Entropy generation is expanded with radiation parameters Eckert, Reynold, Prandtl, and Peclet numbers. A set of ordinary differential equations is obtained to utilize the capable transformation variables. The numerical solution of the continuity, momentum, energy, and entropy generation equations is obtaining using the command bvp4c of Matlab as a solver. To explore the impact of main parameters like suction/infusion, Prandtl, Reynold, Eckert, Peclet number, and volume fraction parameters, various graphs have been plotted and examined. It is concluded that a convectional nanofluid is highly compared by entropy generation with the boundary layer of hybrid nanofluid.

Keywords: entropy generation, hybrid nano fluid, heat transfer, porous disks

Procedia PDF Downloads 143
4841 Understanding Retail Benefits Trade-offs of Dynamic Expiration Dates (DED) Associated with Food Waste

Authors: Junzhang Wu, Yifeng Zou, Alessandro Manzardo, Antonio Scipioni

Abstract:

Dynamic expiration dates (DEDs) play an essential role in reducing food waste in the context of the sustainable cold chain and food system. However, it is unknown for the trades-off in retail benefits when setting an expiration date on fresh food products. This study aims to develop a multi-dimensional decision-making model that integrates DEDs with food waste based on wireless sensor network technology. The model considers the initial quality of fresh food and the change rate of food quality with the storage temperature as cross-independent variables to identify the potential impacts of food waste in retail by applying s DEDs system. The results show that retail benefits from the DEDs system depend on each scenario despite its advanced technology. In the DEDs, the storage temperature of the retail shelf leads to the food waste rate, followed by the change rate of food quality and the initial quality of food products. We found that the DEDs system could reduce food waste when food products are stored at lower temperature areas. Besides, the potential of food savings in an extended replenishment cycle is significantly more advantageous than the fixed expiration dates (FEDs). On the other hand, the information-sharing approach of the DEDs system is relatively limited in improving sustainable assessment performance of food waste in retail and even misleads consumers’ choices. The research provides a comprehensive understanding to support the techno-economic choice of the DEDs associated with food waste in retail.

Keywords: dynamic expiry dates (DEDs), food waste, retail benefits, fixed expiration dates (FEDs)

Procedia PDF Downloads 110
4840 Flame Retardancy of Organophosphorus Compound on Cellulose - an Eco Friendly Concern

Authors: M. A. Hannan, N. Matthias Neisius

Abstract:

Organophosphorus compound diethyloxymethyl-9-oxa-10-phosphaphenanthrene-10-oxide (DOPAC) was applied on cotton cellulose to impart eco-friendly flame retardant property to it. Here acetal linkage was introduced rather than conventionally used ester linkage to rescue from the undurability problem of flame retardant compound. Some acidic catalysts, sodium dihydrogen phosphate (NaH2PO4), ammonium dihydrogen phosphate (NH4H2PO4) and phosphoric acid (H3PO4) were successfully used to form acetal linkage between the base material and flame retardant compound. Inspiring limiting oxygen index (LOI) value of 22.4 was found after exclusive washing treatment. A good outcome of total heat of combustion (THC) 6.05 KJ/g was found possible during pyrolysis combustion flow calorimetry (PCFC) test of the treated sample. Low temperature dehydration with sufficient amount of char residue (14.89%) was experienced in case of treated sample. In addition, the temperature of peak heat release rate (TPHRR) 343.061°C supported the expected low temperature pyrolysis in condensed phase mechanism. With the consequence of pyrolysis effects, thermogravimetric analysis (TGA) also reported inspiring weight retention% of the treated samples.

Keywords: acetal linkage, char residue, cotton cellulose, flame retardant, loi, low temperature pyrolysis, organophosphorus, THC, THRR

Procedia PDF Downloads 294
4839 Elimination Study of Organic Pollutants from Leachate Technical Landfill; Using Fenton and Photo-Fenton Systems Combined with Biological Treatment

Authors: Belahmadi M. S. O., Abdessemed A., Benchiheub M., Doukali H., Kaid Kasbah K. M.

Abstract:

The aim of this study is to evaluate the quality of leachate generated by the Batna landfill site, and to verify the performance of various advanced oxidation processes, in particular the Fenton and Photo-Fenton systems combined with biological treatment to eliminate the recalcitrant organic matter contained in this effluent, and to preserve reverse osmosis membranes used for leachate treatment. The average values obtained are compared with national and international discharge standards. The results of physico-chemical analyses show that the leachate has an alkaline pH =8.26 and a high organic load with a low oxygen content. Mineral pollution is represented by high conductivity (38.3 mS/cm), high Kjeldahl nitrogen content (1266.504 mg/L) and ammoniacal nitrogen (1098.384 mg/L). The average pollution indicator parameters measured were: BOD5 = 1483.333 mg O2 /L, COD = 99790.244 mg O 2/L, TOC = 22400 mg C/L. These parameters exceed Algerian standards. Hence, there is a necessity to treat this effluent before discharging it into the environment. A comparative study was carried out to estimate the efficiency of two oxidation processes. Under optimum reaction conditions, TOC removal efficiencies of 63.43% and 73.4% were achieved for the Fenton and Photo-Fenton processes, respectively. COD removal rates estimated at 88% and 99.5% for the Fenton and Photo- Fenton processes, respectively. In addition, the Photo-Fenton + bacteria + micro- algae hybrid treatment gave removal efficiencies of around 92.24% for TOC and 99.9% for COD; -0.5 for AOS and 0.01 for CN. The results obtained during this study showed that a hybrid approach combining the PhotoFenton process and biological treatment appears to be a highly effective alternative for achieving satisfactory treatment, which aimed at exploiting the advantages of this method in terms of organic pollutant removal.

Keywords: leachate, landfill, advanced oxidation processes, Fenton and Photo-Fenton systems, biological treatment, organic pollutants

Procedia PDF Downloads 63
4838 A Study on Reliability of Gender and Stature Determination by Odontometric and Craniofacial Anthropometric Parameters

Authors: Churamani Pokhrel, C. B. Jha, S. R. Niraula, P. R. Pokharel

Abstract:

Human identification is one of the most challenging subjects that man has confronted. The determination of adult sex and stature are two of the four key factors (sex, stature, age, and race) in identification of an individual. Craniofacial and odontometric parameters are important tools for forensic anthropologists when it is not possible to apply advanced techniques for identification purposes. The present study provides anthropometric correlation of the parameters with stature and gender and also devises regression formulae for reconstruction of stature. A total of 312 Nepalese students with equal distribution of sex i.e., 156 male and 156 female students of age 18-35 years were taken for the study. Total of 10 parameters were measured (age, sex, stature, head circumference, head length, head breadth, facial height, bi-zygomatic width, mesio-distal canine width and inter-canine distance of both maxilla and mandible). Co-relation and regression analysis was done to find the association between the parameters. All parameters were found to be greater in males than females and each was found to be statistically significant. Out of total 312 samples, the best regressor for the determination of stature was head circumference and mandibular inter-canine width and that for gender was head circumference and right mandibular teeth. The accuracy of prediction was 83%. Regression equations and analysis generated from craniofacial and odontometric parameters can be a supplementary approach for the estimation of stature and gender when extremities are not available.

Keywords: craniofacial, gender, odontometric, stature

Procedia PDF Downloads 186
4837 Mapping Stress in Submerged Aquatic Vegetation Using Multispectral Imagery and Structure from Motion Photogrammetry

Authors: Amritha Nair, Fleur Visser, Ian Maddock, Jonas Schoelynck

Abstract:

Inland waters such as streams sustain a rich variety of species and are essentially hotspots for biodiversity. Submerged aquatic vegetation, also known as SAV, forms an important part of ecologically healthy river systems. Direct and indirect human influences, such as climate change are putting stress on aquatic plant communities, ranging from the invasion of non-native species and grazing, to changes in the river flow conditions and temperature. There is a need to monitor SAV, because they are in a state of deterioration and their disappearance will greatly impact river ecosystems. Like terrestrial plants, SAV can show visible signs of stress. However, the techniques used to map terrestrial vegetation from its spectral reflectance, are not easily transferable to a submerged environment. Optical remote sensing techniques are employed to detect the stress from remotely sensed images through multispectral imagery and Structure from Motion photogrammetry. The effect of the overlying water column in the form of refraction, attenuation of visible and near infrared bands in water, as well as highly moving targets, are NIR) key challenges that arise when remotely mapping SAV. This study looks into the possibility of mapping the changes in spectral signatures from SAV and their response to certain stresses.

Keywords: submerged aquatic vegetation, structure from motion, photogrammetry, multispectral, spectroscopy

Procedia PDF Downloads 88