Search results for: Fully Modified Ordinary Least Squares
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 4925

Search results for: Fully Modified Ordinary Least Squares

2825 Experimental Investigation and Constitutive Modeling of Volume Strain under Uniaxial Strain Rate Jump Test in HDPE

Authors: Rida B. Arieby, Hameed N. Hameed

Abstract:

In this work, tensile tests on high density polyethylene have been carried out under various constant strain rate and strain rate jump tests. The dependency of the true stress and specially the variation of volume strain have been investigated, the volume strain due to the phenomena of damage was determined in real time during the tests by an optical extensometer called Videotraction. A modified constitutive equations, including strain rate and damage effects, are proposed, such a model is based on a non-equilibrium thermodynamic approach called (DNLR). The ability of the model to predict the complex nonlinear response of this polymer is examined by comparing the model simulation with the available experimental data, which demonstrate that this model can represent the deformation behavior of the polymer reasonably well.

Keywords: strain rate jump tests, volume strain, high density polyethylene, large strain, thermodynamics approach

Procedia PDF Downloads 246
2824 The Analysis of Loss-of-Excitation Algorithm for Synchronous Generators

Authors: Pavle Dakić, Dimitrije Kotur, Zoran Stojanović

Abstract:

This paper presents the results of the study in which the excitation system fault of synchronous generator is simulated. In a case of excitation system fault (loss of field), distance relay is used to prevent further damage. Loss-of-field relay calculates complex impedance using measured voltage and current at the generator terminals. In order to obtain phasors from sampled measured values, discrete Fourier transform is used. All simulations are conducted using Matlab and Simulink software package. The analysis is conducted on the two machine system which supplies equivalent load. While simulating loss of excitation on one generator in different conditions (at idle operation, weakly loaded, and fully loaded), diagrams of active power, reactive power, and measured impedance are analyzed and monitored. Moreover, in the simulations, the effect of generator load on relay tripping time is investigated. In conclusion, the performed tests confirm that the fault in the excitation system can be detected by measuring the impedance.

Keywords: loss-of-excitation, synchronous generator, distance protection, Fourier transformation

Procedia PDF Downloads 320
2823 Seven Brothers and Sisters of Severely Disabled Children Speak up about Their Everyday Challenges and Needs : A Multiple Case Study

Authors: Myriam Castonguay, Florence Vinit

Abstract:

This study aims to gain a better understanding of the lived experience of seven children growing up in a family where another child is severely disabled, informed by family systems theory and the socio-ecological model of development. In depth semi-structured interviews were conducted with seven children who described they everyday life since their brother’s or sister’s diagnosis. Thematic analysis revealed four themes : struggling with loneliness inside the family, supporting the disabled child through its journey, accommodating to a changing routine and keeping a “bubble” for oneself. Brothers and sisters depict a family life characterized by much loneliness, with severe disabilities requiring ongoing care and prolonged hospitalizations. In the midst of adversity, siblings describe themselves as highly committed to supporting the disabled child and to preserve family cohesion, even if that means getting exposed to emotionally challenging situations and adjusting their daily routine frequently. Children recount that keeping up with schoolwork and leisure activities of their own is central to their well-being. Having a space where one can reconnect with his ordinary life as a kid is also deemed very important. This study reminds us that more needs to be done to counteract the loneliness experienced by siblings through the family experience of disability. Family members and clinicians need to be extra vigilant to ensure siblings’ needs don’t go unnoticed or dismissed, as it may be difficult for this population of children to voice their own experience and needs. Family, school and other actors in the community may help brothers and sisters pursue their personal dreams, goals and projects, to continue experiencing well-being despite adverse life circumstances.

Keywords: sibling’s lived experience of disability, sibling’s needs at various levels of the ecosystem, family adjustment to the disability experience, supporting family wellness through the disability experience

Procedia PDF Downloads 99
2822 Automated Machine Learning Algorithm Using Recurrent Neural Network to Perform Long-Term Time Series Forecasting

Authors: Ying Su, Morgan C. Wang

Abstract:

Long-term time series forecasting is an important research area for automated machine learning (AutoML). Currently, forecasting based on either machine learning or statistical learning is usually built by experts, and it requires significant manual effort, from model construction, feature engineering, and hyper-parameter tuning to the construction of the time series model. Automation is not possible since there are too many human interventions. To overcome these limitations, this article proposed to use recurrent neural networks (RNN) through the memory state of RNN to perform long-term time series prediction. We have shown that this proposed approach is better than the traditional Autoregressive Integrated Moving Average (ARIMA). In addition, we also found it is better than other network systems, including Fully Connected Neural Networks (FNN), Convolutional Neural Networks (CNN), and Nonpooling Convolutional Neural Networks (NPCNN).

Keywords: automated machines learning, autoregressive integrated moving average, neural networks, time series analysis

Procedia PDF Downloads 78
2821 Design and Implementation a Virtualization Platform for Providing Smart Tourism Services

Authors: Nam Don Kim, Jungho Moon, Tae Yun Chung

Abstract:

This paper proposes an Internet of Things (IoT) based virtualization platform for providing smart tourism services. The virtualization platform provides a consistent access interface to various types of data by naming IoT devices and legacy information systems as pathnames in a virtual file system. In the other words, the IoT virtualization platform functions as a middleware which uses the metadata for underlying collected data. The proposed platform makes it easy to provide customized tourism information by using tourist locations collected by IoT devices and additionally enables to create new interactive smart tourism services focused on the tourist locations. The proposed platform is very efficient so that the provided tourism services are isolated from changes in raw data and the services can be modified or expanded without changing the underlying data structure.

Keywords: internet of things (IoT), IoT platform, serviceplatform, virtual file system (VSF)

Procedia PDF Downloads 487
2820 A Recognition Method of Ancient Yi Script Based on Deep Learning

Authors: Shanxiong Chen, Xu Han, Xiaolong Wang, Hui Ma

Abstract:

Yi is an ethnic group mainly living in mainland China, with its own spoken and written language systems, after development of thousands of years. Ancient Yi is one of the six ancient languages in the world, which keeps a record of the history of the Yi people and offers documents valuable for research into human civilization. Recognition of the characters in ancient Yi helps to transform the documents into an electronic form, making their storage and spreading convenient. Due to historical and regional limitations, research on recognition of ancient characters is still inadequate. Thus, deep learning technology was applied to the recognition of such characters. Five models were developed on the basis of the four-layer convolutional neural network (CNN). Alpha-Beta divergence was taken as a penalty term to re-encode output neurons of the five models. Two fully connected layers fulfilled the compression of the features. Finally, at the softmax layer, the orthographic features of ancient Yi characters were re-evaluated, their probability distributions were obtained, and characters with features of the highest probability were recognized. Tests conducted show that the method has achieved higher precision compared with the traditional CNN model for handwriting recognition of the ancient Yi.

Keywords: recognition, CNN, Yi character, divergence

Procedia PDF Downloads 152
2819 Classification of Echo Signals Based on Deep Learning

Authors: Aisulu Tileukulova, Zhexebay Dauren

Abstract:

Radar plays an important role because it is widely used in civil and military fields. Target detection is one of the most important radar applications. The accuracy of detecting inconspicuous aerial objects in radar facilities is lower against the background of noise. Convolutional neural networks can be used to improve the recognition of this type of aerial object. The purpose of this work is to develop an algorithm for recognizing aerial objects using convolutional neural networks, as well as training a neural network. In this paper, the structure of a convolutional neural network (CNN) consists of different types of layers: 8 convolutional layers and 3 layers of a fully connected perceptron. ReLU is used as an activation function in convolutional layers, while the last layer uses softmax. It is necessary to form a data set for training a neural network in order to detect a target. We built a Confusion Matrix of the CNN model to measure the effectiveness of our model. The results showed that the accuracy when testing the model was 95.7%. Classification of echo signals using CNN shows high accuracy and significantly speeds up the process of predicting the target.

Keywords: radar, neural network, convolutional neural network, echo signals

Procedia PDF Downloads 328
2818 Formulation of Film Forming Transdermal Spray Containing Fluconazole Using Full Factorial Design

Authors: Paresh M. Patel, Amit A. Patel, R. H. Parikh

Abstract:

The present investigation was undertaken to fabricate modified transport fluconazole that belongs to BCS class II and have a poor applicability on topical infection. So to improve topical application, transdermal spray could play a vital role by using ethyl cellulose and Eudragit® S100 as film-forming polymers. Concentration of Eudragit® S100, ethyl cellulose and permeation enhancer (camphor and menthol) were selected as independent variables, whereas drying time, viscosity and in-vitro drug release were selected as dependent variables in factorial design. The viscosity, drying time and in-vitro drug release of the optimize batch B15 was 40.1 cps, 47 sec. and 90.79% respectively. The film of optimized batch was flexible and dermal-adhesive.

Keywords: Eudragit, ethyl cellulose, fluconazole, transdermal spray

Procedia PDF Downloads 440
2817 Halloysite Based Adsorbents for Removing Pollutants from Water Reservoirs

Authors: Agata Chelminska, Joanna Goscianska

Abstract:

The rapid growth of the world’s population and the resulting economic development have had an enormous influence on the environment. Multiple industrial processes generate huge amounts of wastewater containing dangerous substances, most of which are discharged into water bodies. These contaminants include pharmaceuticals and synthetic dyes. Regardless of the presence of wastewater treatment plants, a lot of pollutants cannot be easily eliminated by well-known technologies. Hence, more effective methods of removing resistant chemicals are being developed. Due to cost-effectiveness as well as the availability of a wide range of adsorbents, a large interest in the adsorption process as an alternative way of water purification has been observed. Clay minerals, e.g., halloysite, are one of the most researched natural adsorbents because of their availability, non-toxicity, high specific surface area, porosity, layered structure, and low cost. The negatively charged surface makes them ideal for binding cations and organic compounds. Halloysite can be subjected to modifications which enhance its adsorptive properties. The aim of the presented research was to apply pure and modified halloysite in removing particular pollutants (tetracycline, tartrazine, and phosphates) from aqueous solutions. Halloysite was modified with alcoholic and aqueous solutions of hexadecyltrimethylammonium bromide (CTAB) and urea in different concentrations and subsequently impregnated with lanthanum(III) chloride. Acidic and basic oxygen groups located on the surface of all materials were determined. Moreover, the adsorbents obtained were characterized by X-ray diffraction, low-temperature nitrogen adsorption, scanning, and transmission electron microscopy. The effectiveness of samples in tetracycline, tartrazine, and phosphates adsorption from the liquid phase was then studied in order to determine their potential application in eliminating contaminants from water reservoirs. Modifiers’ employment enabled obtaining materials that possess better adsorption properties, which makes them useful for removing various pollutants from water. Modifying the pure halloysite with CTAB and urea solutions and impregnating LaCl₃ led to the formation of acidic and basic oxygen functional groups on the surface. Their amount increases with an increasing percentage of lanthanum content. The acid-base properties of materials, as well as the type of functional groups that appear on their surface, have a significant influence on their sorption capacities towards antibiotics, dyes, and phosphate(V) anions. The selected contaminants adsorb onto the halloysite studied following the Langmuir type isotherm. The thermodynamic study indicated that the adsorption was a spontaneous and exothermic process. The adsorption equilibrium was rapidly attained after 120 min of contact time. Research showed that synthesized materials based on halloysite may be applied as adsorbents for antibiotics, organic dyes, and PO₄³- ions which are difficult to eliminate.

Keywords: adsorption processes, halloysite, minerals, water reservoirs pollutants

Procedia PDF Downloads 165
2816 Synthesis and Functionalization of MnFe₂O₄ Nano−Hollow Spheres for Optical and Catalytic Properties

Authors: Indranil Chakraborty, Kalyan Mandal

Abstract:

Herein, we synthesize MnFe₂O₄ nano−hollow spheres (NHSs) of average diameter 100 nm through a facile template free solvothermal process and carry out a time dependent morphological study to investigate their process of core excavation. Further, a surface engineering of as−synthesized MnFe₂O₄ NHSs has been executed with organic disodium tartrate dihydrate ligand and interestingly, the surface modified MnFe₂O₄ NHSs are found to capable of emerging multicolor fluorescence starting from blue, green to red. The magnetic measurements through vibrating sample magnetometer demonstrate that room temperature superparamagnetic nature of MnFe₂O₄ NHSs remains unaltered after surface modification. Moreover, functionalized MnFe₂O₄ NHSs are found to exhibit excellent reusable photocatalytic efficiency in the degradation of cationic dye, methylene blue with rate constant of 2.64×10−2 min.

Keywords: nano hollow sphere, tartrate modification, multiple fluorescence, catalytic property

Procedia PDF Downloads 168
2815 Use of Waste Glass as Coarse Aggregate in Concrete: A Possibility towards Sustainable Building Construction

Authors: T. S. Serniabat, M. N. N. Khan, M. F. M. Zain

Abstract:

As climate change and environmental pressures are now well established as major international issues, to which governments, businesses and consumers have to respond through more environmentally friendly and aware practices, products and policies; the need to develop alternative sustainable construction materials, reduce greenhouse gas emissions, save energy, look to renewable energy sources and recycled materials, and reduce waste are just some of the pressures impacting significantly on the construction industry. The utilization of waste materials (slag, fly ash, glass beads, plastic and so on) in concrete manufacturing is significant due to engineering, financial, environmental and ecological importance. Thus, utilization of waste materials in concrete production is very much helpful to reach the goal of the sustainable construction. Therefore, this study intends to use glass beads in concrete production. The paper reports on the performance of 9 different concrete mixes containing different ratios of glass crushed to 5 mm - 20 mm maximum size and glass marble of 20 mm size as coarse aggregate .Ordinary Portland cement type 1 and fine sand less than 0.5 mm were used to produce standard concrete cylinders. Compressive strength tests were carried out on concrete specimens at various ages. Test results indicated that the mix having the balanced ratio of glass beads and round marbles possess maximum compressive strength which is 3888.68 psi, as glass beads perform better in bond formation but have lower strength, on the other hand marbles are strong in themselves but not good in bonding. These mixes were prepared following a specific W/C and aggregate ratio; more strength can be expected to achieve from different W/C, aggregate ratios, adding admixtures like strength increasing agents, ASR inhibitor agents etc.

Keywords: waste glass, recycling, environmentally friendly, glass aggregate, strength development

Procedia PDF Downloads 366
2814 IoT Based Monitoring Temperature and Humidity

Authors: Jay P. Sipani, Riki H. Patel, Trushit Upadhyaya

Abstract:

Today there is a demand to monitor environmental factors almost in all research institutes and industries and even for domestic uses. The analog data measurement requires manual effort to note readings, and there may be a possibility of human error. Such type of systems fails to provide and store precise values of parameters with high accuracy. Analog systems are having drawback of storage/memory. Therefore, there is a requirement of a smart system which is fully automated, accurate and capable enough to monitor all the environmental parameters with utmost possible accuracy. Besides, it should be cost-effective as well as portable too. This paper represents the Wireless Sensor (WS) data communication using DHT11, Arduino, SIM900A GSM module, a mobile device and Liquid Crystal Display (LCD). Experimental setup includes the heating arrangement of DHT11 and transmission of its data using Arduino and SIM900A GSM shield. The mobile device receives the data using Arduino, GSM shield and displays it on LCD too. Heating arrangement is used to heat and cool the temperature sensor to study its characteristics.

Keywords: wireless communication, Arduino, DHT11, LCD, SIM900A GSM module, mobile phone SMS

Procedia PDF Downloads 262
2813 A New Source on Ottoman Self-Narratives: Kulakzade Mahmud Pasha’s Dream Diary

Authors: Semra Çörekçi̇

Abstract:

In this study, a new source on Ottoman Self-narratives, Kulakzâde Mahmud Paşa’s Düşname (Dreambook), will be introduced to illustrate how dreams can provide a ground for historical analysis. The manuscript looks like a private notebook of an Ottoman official, Mahmud Pasha, who lived and operated in Rumelia in the early eighteenth century. It provides insight into the ordinary and daily concerns of a bureaucrat who had the knowledge and tools to record them in writing. On the one side of the notebook, Mahmud Pasha recorded his travels and appointments in 1730-1731. He wrote places that he reached and stayed every day. On the reverse side, the same author kept a record of his dreams and named that part of his notebook, Düşname. He recorded his dreams on a daily basis in writing and therefore they were well-preserved in a dream diary. This study aims at drawing the social, cultural and psychic life of an early modern Ottoman bureaucrat. It will uncover the ways and means whereby he interpreted his environment, as well as how he made meaning of his dreams considering the social milieu and historical context within which he lived. The first part will focus on 'official dreams' uncovering how his official life and ambitions coincide with his spiritual life. Related to this, connection between anxiety and dream narratives will be evaluated as dreams in which the mundane concerns of securing a post occupied the most central place in the construction of his narrative. A further point will be made by questioning Mahmud Pasha’s possible Sufi connections and his familiarity with the tradition of dream interpretation. Also, considering Mahmud Pasha’s inclusion of other’s dreams in his Düşnâme, the issue of dream-telling will be questioned in order to reveal how dreams were interconnected and how they created a space for social gathering.

Keywords: Ottoman self-narratives, dreams, diary, Ottoman cultural history

Procedia PDF Downloads 232
2812 A Parallel Poromechanics Finite Element Method (FEM) Model for Reservoir Analyses

Authors: Henrique C. C. Andrade, Ana Beatriz C. G. Silva, Fernando Luiz B. Ribeiro, Samir Maghous, Jose Claudio F. Telles, Eduardo M. R. Fairbairn

Abstract:

The present paper aims at developing a parallel computational model for numerical simulation of poromechanics analyses of heterogeneous reservoirs. In the context of macroscopic poroelastoplasticity, the hydromechanical coupling between the skeleton deformation and the fluid pressure is addressed by means of two constitutive equations. The first state equation relates the stress to skeleton strain and pore pressure, while the second state equation relates the Lagrangian porosity change to skeleton volume strain and pore pressure. A specific algorithm for local plastic integration using a tangent operator is devised. A modified Cam-clay type yield surface with associated plastic flow rule is adopted to account for both contractive and dilative behavior.

Keywords: finite element method, poromechanics, poroplasticity, reservoir analysis

Procedia PDF Downloads 372
2811 Hot Corrosion Behavior of Calcium Zirconate Modified YSZ Coatings

Authors: Naveed Ejaz, Liaqat Ali, Amer Nusair

Abstract:

Thermal barrier coatings (TBCs) serve as thermal barriers against the high temperature of the hot regions of the aircraft turbine engines keeping the surface of the turbine blades, vanes and combustion chamber at comparatively lower temperature. The life of these coatings depends on many in-service environmental factors. Among these factors, the behavior of the bond coat as well as the top coat at high temperature aggravated by the corrosive environments having S, V, Na and Cl plays a key role. The incorporation of the 5-15% CaZrO3 in YSZ coatings was studied after hot corrosion in vanadium oxide environment. It was observed that the reactivity of the V gradually switched from Y to Ca making CaV2O4 instead of YVO4; the percentage of CaV2O4 increased with the increase of CaZrO3 in YSZ. It eventually prevented leaching out of the Y from YSZ leaving the YSZ without any harmful phase change. The thermal insulation was found to be improved in case of CaZrO3 incorporated YSZ coatings as compared to only YSZ coating.

Keywords: hot corrosion, thermal barrier coatings, yttria stabilized zirconia, calcium zirconate

Procedia PDF Downloads 391
2810 Square Wave Anodic Stripping Voltammetry of Copper (II) at the Tetracarbonylmolybdenum(0) MWCNT Paste Electrode

Authors: Illyas Isa, Mohamad Idris Saidin, Mustaffa Ahmad, Norhayati Hashim

Abstract:

A highly selective and sensitive electrode for determination of trace amounts of Cu (II) using square wave anodic stripping voltammetry (SWASV) was proposed. The electrode was made of the paste of multiwall carbon nanotubes (MWCNT) and 2,6–diacetylpyridine-di-(1R)–(-)–fenchone diazine tetracarbonylmolybdenum(0) at 100:5 (w/w). Under optimal conditions the electrode showed a linear relationship with concentration in the range of 1.0 × 10–10 to 1.0 × 10– 6 M Cu (II) and limit of detection 8.0 × 10–11 M Cu (II). The relative standard deviation (n = 5) of response to 1.0 × 10–6 M Cu(II) was 0.036. The interferences of cations such as Ni(II), Mg(II), Cd(II), Co(II), Hg(II), and Zn(II) (in 10 and 100-folds concentration) are negligible except from Pb (II). Electrochemical impedance spectroscopy (EIS) showed that the charge transfer at the electrode-solution interface was favorable. Result of analysis of Cu(II) in several water samples agreed well with those obtained by inductively coupled plasma-optical emission spectrometry (ICP-OES). The proposed electrode was then recommended as an alternative to spectroscopic technique in analyzing Cu (II).

Keywords: chemically modified electrode, Cu(II), Square wave anodic stripping voltammetry, tetracarbonylmolybdenum(0)

Procedia PDF Downloads 249
2809 A Supervised Goal Directed Algorithm in Economical Choice Behaviour: An Actor-Critic Approach

Authors: Keyvanl Yahya

Abstract:

This paper aims to find a algorithmic structure that affords to predict and explain economic choice behaviour particularly under uncertainty (random policies) by manipulating the prevalent Actor-Critic learning method that complies with the requirements we have been entrusted ever since the field of neuroeconomics dawned on us. Whilst skimming some basics of neuroeconomics that might be relevant to our discussion, we will try to outline some of the important works which have so far been done to simulate choice making processes. Concerning neurological findings that suggest the existence of two specific functions that are executed through Basal Ganglia all the way down to sub-cortical areas, namely 'rewards' and 'beliefs', we will offer a modified version of actor/critic algorithm to shed a light on the relation between these functions and most importantly resolve what is referred to as a challenge for actor-critic algorithms, that is lack of inheritance or hierarchy which avoids the system being evolved in continuous time tasks whence the convergence might not emerge.

Keywords: neuroeconomics, choice behaviour, decision making, reinforcement learning, actor-critic algorithm

Procedia PDF Downloads 388
2808 Electrochemical Study of Interaction of Thiol Containing Proteins with As (III)

Authors: Sunil Mittal, Sukhpreet Singh, Hardeep Kaur

Abstract:

The affinity of thiol group with heavy metals is a well-established phenomenon. The present investigation has been focused on electrochemical response of cysteine and thioredoxin against arsenite (As III) on indium tin oxide (ITO) electrodes. It was observed that both the compounds produce distinct response in free and immobilised form at the electrode. The SEM, FTIR, and impedance studies of the modified electrode were conducted for characterization. Various parameters were optimized to achieve As (III) effect on the reduction potential of the compounds. Cyclic voltammetry and linear sweep voltammetry were employed as the analysis techniques. The optimum response was observed at neutral pH in both the cases, at optimum concentration of 2 mM and 4.27 µM for cysteine and thioredoxin respectively. It was observed that presence of As (III) increases the reduction current of both the moieties. The linear range of detection for As (III) with cysteine was from 1 to 10 mg L⁻¹ with detection limit of 0.8 mg L⁻¹. The thioredoxin was found more sensitive to As (III) and displayed a linear range from 0.1 to 1 mg L⁻¹ with detection limit of 10 µg L⁻¹.

Keywords: arsenite, cyclic voltammetry, cysteine, thioredoxin

Procedia PDF Downloads 195
2807 Path Integrals and Effective Field Theory of Large Scale Structure

Authors: Revant Nayar

Abstract:

In this work, we recast the equations describing large scale structure, and by extension all nonlinear fluids, in the path integral formalism. We first calculate the well known two and three point functions using Schwinger Keldysh formalism used commonly to perturbatively solve path integrals in non- equilibrium systems. Then we include EFT corrections due to pressure, viscosity, and noise as effects on the time-dependent propagator. We are able to express results for arbitrary two and three point correlation functions in LSS in terms of differential operators acting on a triple K master intergral. We also, for the first time, get analytical results for more general initial conditions deviating from the usual power law P∝kⁿ by introducing a mass scale in the initial conditions. This robust field theoretic formalism empowers us with tools from strongly coupled QFT to study the strongly non-linear regime of LSS and turbulent fluid dynamics such as OPE and holographic duals. These could be used to capture fully the strongly non-linear dynamics of fluids and move towards solving the open problem of classical turbulence.

Keywords: quantum field theory, cosmology, effective field theory, renormallisation

Procedia PDF Downloads 120
2806 Naturally Occurring Abietic Acid for Liquid Crystalline Epoxy Curing Agents

Authors: Rasha A.Ibrahim El-Ghazawy, Ashraf M. El-Saeed, Heusin El-Shafey, M. Abdel-Raheim, Maher A. El-Sockary

Abstract:

Two thermotropic liquid crystalline curing agents based on abietic acid with different mesogens (LCC1 and LCC2) were synthesized for producing thermally stable liquid crystal networks suitable for high performance epoxy coatings. Differential scanning calorimetry (DSC) and polarized optical microscope (POM) was used to identify the liquid crystal phase transformation temperatures and texture, respectively. POM micro graphs for both LCCs revealing cholesteric texture. A multifunctional epoxy resin with two abietic acid moieties was also synthesized. Dynamic mechanical (DMA) and thermogravimetric (TGA) analyses show that the fully bio-based cured epoxies by either LCCs possess high glass transition temperature (Tg), high modulus (G`) and improved thermal stability. The chemical structure of the synthesized LCCs and epoxy resin was investigated through FTIR and 1HNMR spectroscopic techniques.

Keywords: abietic acid, dynamic mechanical analysis, epoxy resin, liquid crystal, thermo gravimetric analysis

Procedia PDF Downloads 348
2805 Technologies for Solar Energy Storage and Utilization Using Mixture of Molten Salts and Polymers

Authors: Anteneh Mesfin Yeneneh, Abdul Shakoor, Jimoh Adewole, Safinaz Al Balushi, Sara Al Balushi

Abstract:

The research work focuses on exploring better technologies for solar energy storage. The research has the objective of substituting fossil fuels with renewable solar energy technology. This was the reason that motivated the research team to search for alternatives to develop an eco-friendly desalination process, which fully depends on the solar energy source. The Authors also investigated the potential of using different salt mixtures for better solar energy storage and better pure water productivity. Experiments were conducted to understand the impacts of solar energy collection and storage techniques on heat accumulation, heat storage capacity of various compositions of salt mixtures. Based on the experiments conducted, the economic and technical advantages of the integrated water desalination was assessed. Experiments also showed that the best salts with a higher storage efficiency of heat energy are NaCl, KNO3, and MgCl26H2O and polymers such as Poly Propylene and Poly Ethylene Terephthalate.

Keywords: molten salts, desalination, solar energy storage and utilization, polymers

Procedia PDF Downloads 132
2804 Molecular Insights into the 5α-Reductase Inhibitors: Quantitative Structure Activity Relationship, Pre-Absorption, Distribution, Metabolism, and Excretion and Docking Studies

Authors: Richa Dhingra, Monika, Manav Malhotra, Tilak Raj Bhardwaj, Neelima Dhingra

Abstract:

5-Alpha-reductases (5AR), a membrane bound, NADPH dependent enzyme and convert male hormone testosterone (T) into more potent androgen dihydrotestosterone (DHT). DHT is the required for the development and function of male sex organs, but its overproduction has been found to be associated with physiological conditions like Benign Prostatic Hyperplasia (BPH). Thus the inhibition of 5ARs could be a key target for the treatment of BPH. In present study, 2D and 3D Quantitative Structure Activity Relationship (QSAR) pharmacophore models have been generated for 5AR based on known inhibitory concentration (IC₅₀) values with extensive validations. The four featured 2D pharmacophore based PLS model correlated the topological interactions (–OH group connected with one single bond) (SsOHE-index); semi-empirical (Quadrupole2) and physicochemical descriptors (Mol. wt, Bromines Count, Chlorines Count) with 5AR inhibitory activity, and has the highest correlation coefficient (r² = 0.98, q² =0.84; F = 57.87, pred r² = 0.88). Internal and external validation was carried out using test and proposed set of compounds. The contribution plot of electrostatic field effects and steric interactions generated by 3D-QSAR showed interesting results in terms of internal and external predictability. The well validated 2D Partial Least Squares (PLS) and 3D k-nearest neighbour (kNN) models were used to search novel 5AR inhibitors with different chemical scaffold. To gain more insights into the molecular mechanism of action of these steroidal derivatives, molecular docking and in silico absorption, distribution, metabolism, and excretion (ADME) studies were also performed. Studies have revealed the hydrophobic and hydrogen bonding of the ligand with residues Alanine (ALA) 63A, Threonine (THR) 60A, and Arginine (ARG) 456A of 4AT0 protein at the hinge region. The results of QSAR, molecular docking, in silico ADME studies provide guideline and mechanistic scope for the identification of more potent 5-Alpha-reductase inhibitors (5ARI).

Keywords: 5α-reductase inhibitor, benign prostatic hyperplasia, ligands, molecular docking, QSAR

Procedia PDF Downloads 147
2803 Recent Developments in the Internal Arc Test Standard IEC 62271-200 for Switchgear Assemblies

Authors: Rajaramamohanarao Chennu, S. Sudhakara Reddy, Gurudev T, Maroti

Abstract:

With the invent of recent available technology and cost optimization, the switchgear assemblies are becoming more compact and designed to operate at critical levels of thermal and dielectric stress. At the same time, the switchgear assemblies shall be designed for protection of persons, met in the event of internal arc for specified installation conditions, according to the latest available national/international standards. These standards are revising regularly for better product design and personal safety. The switchgear assemblies design shall be modified in accordance with the change in requirements in the latest edition of the standards. This paper presents the signifying changes brought in the latest edition of 62271-200:2021 and effect of these changes and the necessitated design improvements for meeting internal arc test requirements is presented by carrying out the internal arc testing experiments on the switchgear assemblies at High Power Laboratory, Central Power Research Institute, Bangalore, India.

Keywords: internal arc, switchgear assembly, high speed videography, IEC 62271-200

Procedia PDF Downloads 175
2802 Effect of Thermal Radiation and Chemical Reaction on MHD Flow of Blood in Stretching Permeable Vessel

Authors: Binyam Teferi

Abstract:

In this paper, a theoretical analysis of blood flow in the presence of thermal radiation and chemical reaction under the influence of time dependent magnetic field intensity has been studied. The unsteady non linear partial differential equations of blood flow considers time dependent stretching velocity, the energy equation also accounts time dependent temperature of vessel wall, and concentration equation includes time dependent blood concentration. The governing non linear partial differential equations of motion, energy, and concentration are converted into ordinary differential equations using similarity transformations solved numerically by applying ode45. MATLAB code is used to analyze theoretical facts. The effect of physical parameters viz., permeability parameter, unsteadiness parameter, Prandtl number, Hartmann number, thermal radiation parameter, chemical reaction parameter, and Schmidt number on flow variables viz., velocity of blood flow in the vessel, temperature and concentration of blood has been analyzed and discussed graphically. From the simulation study, the following important results are obtained: velocity of blood flow increases with both increment of permeability and unsteadiness parameter. Temperature of the blood increases in vessel wall as Prandtl number and Hartmann number increases. Concentration of the blood decreases as time dependent chemical reaction parameter and Schmidt number increases.

Keywords: stretching velocity, similarity transformations, time dependent magnetic field intensity, thermal radiation, chemical reaction

Procedia PDF Downloads 74
2801 Analysis of Extreme Rainfall Trends in Central Italy

Authors: Renato Morbidelli, Carla Saltalippi, Alessia Flammini, Marco Cifrodelli, Corrado Corradini

Abstract:

The trend of magnitude and frequency of extreme rainfalls seems to be different depending on the investigated area of the world. In this work, the impact of climate change on extreme rainfalls in Umbria, an inland region of central Italy, is examined using data recorded during the period 1921-2015 by 10 representative rain gauge stations. The study area is characterized by a complex orography, with altitude ranging from 200 to more than 2000 m asl. The climate is very different from zone to zone, with mean annual rainfall ranging from 650 to 1450 mm and mean annual air temperature from 3.3 to 14.2°C. Over the past 15 years, this region has been affected by four significant droughts as well as by six dangerous flood events, all with very large impact in economic terms. A least-squares linear trend analysis of annual maximums over 60 time series selected considering 6 different durations (1 h, 3 h, 6 h, 12 h, 24 h, 48 h) showed about 50% of positive and 50% of negative cases. For the same time series the non-parametrical Mann-Kendall test with a significance level 0.05 evidenced only 3% of cases characterized by a negative trend and no positive case. Further investigations have also demonstrated that the variance and covariance of each time series can be considered almost stationary. Therefore, the analysis on the magnitude of extreme rainfalls supplies the indication that an evident trend in the change of values in the Umbria region does not exist. However, also the frequency of rainfall events, with particularly high rainfall depths values, occurred during a fixed period has also to be considered. For all selected stations the 2-day rainfall events that exceed 50 mm were counted for each year, starting from the first monitored year to the end of 2015. Also, this analysis did not show predominant trends. Specifically, for all selected rain gauge stations the annual number of 2-day rainfall events that exceed the threshold value (50 mm) was slowly decreasing in time, while the annual cumulated rainfall depths corresponding to the same events evidenced trends that were not statistically significant. Overall, by using a wide available dataset and adopting simple methods, the influence of climate change on the heavy rainfalls in the Umbria region is not detected.

Keywords: climate changes, rainfall extremes, rainfall magnitude and frequency, central Italy

Procedia PDF Downloads 228
2800 Characterization of N+C, Ti+N and Ti+C Ion Implantation into Ti6Al4V Alloy

Authors: Xingguo Feng, Hui Zhou, Kaifeng Zhang, Zhao Jiang, Hanjun Hu, Jun Zheng, Hong Hao

Abstract:

TiN and TiC films have been prepared on Ti6Al4V alloy substrates by plasma-based ion implantation. The effect of N+C and Ti+N hybrid ion implantation at 50 kV, and Ti+C hybrid ion implantation at 20 kV, 35 kV and 50 kV extraction voltages on mechanical properties at a dose of 2×10¹⁷ ions / cm² was studied. The chemical states and microstructures of the implanted samples were investigated using X-ray photoelectron (XPS), and X-ray diffraction (XRD), together with the mechanical and tribological properties of the samples were characterized using nano-indentation and ball-on-disk tribometer. It was found that the modified layer by Ti+C implanted at 50 kV was composed of mainly TiC and Ti-O bond and the layer of Ti+N implanted at 50 kV was observed to be TiN and Ti-O bond. Hardness tests have shown that the hardness values for N+C, Ti+N, and Ti+C hybrid ion implantation samples were much higher than the un-implanted ones. The results of wear tests showed that both Ti+C and Ti+N ion implanted samples had much better wear resistance compared un-implanted sample. The wear rate of Ti+C implanted at 50 kV sample was 6.7×10⁻⁵mm³ / N.m, which was decreased over one order than unimplanted samples.

Keywords: plasma ion implantation, x-ray photoelectron (XPS), hardness, wear

Procedia PDF Downloads 391
2799 A New Design Methodology for Partially Reconfigurable Systems-on-Chip

Authors: Roukaya Dalbouchi, Abdelkrin Zitouni

Abstract:

In this paper, we propose a novel design methodology for Dynamic Partial Reconfigurable (DPR) system. This type of system has the property of being able to be modified after its design and during its execution. The suggested design methodology is generic in terms of granularity, number of modules, and reconfigurable region and suitable for any type of modern application. It is based on the interconnection between several design stages. The recommended methodology represents a guide for the design of DPR architectures that meet compromise reconfiguration/performance. To validate the proposed methodology, we use as an application a video watermarking. The comparison result shows that the proposed methodology supports all stages of DPR architecture design and characterized by a high abstraction level. It provides a dynamic/partial reconfigurable architecture; it guarantees material efficiency, the flexibility of reconfiguration, and superior performance in terms of frequency and power consumption.

Keywords: dynamically reconfigurable system, block matching algorithm, partial reconfiguration, motion vectors, video watermarking

Procedia PDF Downloads 80
2798 Early Age Microstructural Analysis of Cement-Polymer Composite Paste Cured at High Temperature

Authors: Bertilia L. Bartley, Ledjane S. Barreto

Abstract:

As a preliminary investigation on the control of microcracking in composite cement pastes, this study explores and compares the compatibility of Tetraethyl Orthosilicate (TEOS), Ethylene Glycol (EG) and Silicone Resin (SIL) in cement pastes cured at high temperature. Pastes were prepared by incorporating ordinary Portland cement (OPC) into an additive solution, using a solution/cement ratio of 0.45. Specimens were molded for 24h at 21 ± 2°C, then cured in deionized water for another 24h at 74 ± 1°C. TEOS and EG influence on fresh paste properties were similar to the reference OPC paste yet disintegration was observed in EG and SIL specimens after the first 12h of curing. X-Ray Diffraction analysis (XRD) coupled with thermogravimetric analysis (TGA/DTG) verified that SIL addition impedes portlandite formation significantly. Backscatter Scanning Electron Microscopy (SEM) techniques were therefore performed on selected areas of each sample to investigate the morphology of the hydration products detected. Various morphologies of portlandite crystals were observed in pastes with EG and TEOS addition, as well as dense morphologies of calcium silicate hydrate (C-S-H) gel and fibers, and ettringite needles. However, the formation of portlandite aggregate and clusters of C-S-H was highly favored by TEOS addition. Furthermore, the microstructural details of composite pastes were clearly visible at low magnifications i.e. 500x, as compared to the OPC paste. The results demonstrate accelerated hydration within composite pastes, a uniform distribution of hydration products, as well as an adhesive interaction with the products and polymer additive. Overall, TEOS demonstrated the most favorable influence, which indicates the potential of TEOS as a compatible polymer additive within the cement system at high temperature.

Keywords: accelerated curing, cement/polymer composite, hydration, microstructural properties, morphology, portlandite, scanning electron microscopy (sem)

Procedia PDF Downloads 169
2797 Research on Measuring Operational Risk in Commercial Banks Based on Internal Control

Authors: Baobao Li

Abstract:

Operational risk covers all operations of commercial banks and has a close relationship with the bank’s internal control. But in the commercial banks' management practice, internal control is always separated from the operational risk measurement. With the increasing of operational risk events in recent years, operational risk is paid more and more attention by regulators and banks’ managements. The paper first discussed the relationship between internal control and operational risk management and used CVaR-POT model to measure operational risk, and then put forward a modified measurement method (to use operational risk assessment results to modify the measurement results of the CVaR-POT model). The paper also analyzed the necessity and rationality of this method. The method takes into consideration the influence of internal control, improves the accuracy and effectiveness of operational risk measurement and save the economic capital for commercial banks, avoiding the drawbacks of using some mainstream models one-sidedly.

Keywords: commercial banks, internal control, operational risk, risk measurement

Procedia PDF Downloads 380
2796 Switched System Diagnosis Based on Intelligent State Filtering with Unknown Models

Authors: Nada Slimane, Foued Theljani, Faouzi Bouani

Abstract:

The paper addresses the problem of fault diagnosis for systems operating in several modes (normal or faulty) based on states assessment. We use, for this purpose, a methodology consisting of three main processes: 1) sequential data clustering, 2) linear model regression and 3) state filtering. Typically, Kalman Filter (KF) is an algorithm that provides estimation of unknown states using a sequence of I/O measurements. Inevitably, although it is an efficient technique for state estimation, it presents two main weaknesses. First, it merely predicts states without being able to isolate/classify them according to their different operating modes, whether normal or faulty modes. To deal with this dilemma, the KF is endowed with an extra clustering step based fully on sequential version of the k-means algorithm. Second, to provide state estimation, KF requires state space models, which can be unknown. A linear regularized regression is used to identify the required models. To prove its effectiveness, the proposed approach is assessed on a simulated benchmark.

Keywords: clustering, diagnosis, Kalman Filtering, k-means, regularized regression

Procedia PDF Downloads 168