Search results for: thermo acoustic emission memory effect
16632 Robust Single/Multi bit Memristor Based Memory
Authors: Ahmed Emara, Maged Ghoneima, Mohamed Dessouky
Abstract:
Demand for low power fast memories is increasing with the increase in IC’s complexity, in this paper we introduce a proposal for a compact SRAM based on memristor devices. The compact size of the proposed cell (1T2M compared to 6T of traditional SRAMs) allows denser memories on the same area. In this paper, we will discuss the proposed memristor memory cell for single/multi bit data storing configurations along with the writing and reading operations. Stored data stability across successive read operation will be illustrated, operational simulation results and a comparison of our proposed design with previously conventional SRAM and previously proposed memristor cells will be provided.Keywords: memristor, multi-bit, single-bit, circuits, systems
Procedia PDF Downloads 37416631 Reducing Falls in Memory Care through Implementation of the Stopping Elderly Accidents, Deaths, and Injuries Program
Authors: Cory B. Lord
Abstract:
Falls among the elderly population has become an area of concern in healthcare today. The negative impacts of falls lead to increased morbidity, mortality, and financial burdens for both patients and healthcare systems. Falls in the United States is reported at an annual rate of 36 million in those aged 65 and older. Each year, one out of four people in this age group will suffer a fall, with 20% of these falls causing injury. The setting for this Doctor of Nursing Practice (DNP) project was a memory care unit in an assisted living community, as these facilities house cognitively impaired older adults. These communities lack fall prevention programs; therefore, the need exists to add to the body of knowledge to positively impact this population. The objective of this project was to reduce fall rates through the implementation of the Center for Disease Control and Prevention (CDC) STEADI (stopping elderly accidents, deaths, and injuries) program. The DNP project performed was a quality improvement pilot study with a pre and post-test design. This program was implemented in the memory care setting over 12 weeks. The project included an educational session for staff and a fall risk assessment with appropriate resident referrals. The three aims of the DNP project were to reduce fall rates among the elderly aged 65 and older who reside in the memory care unit, increase staff knowledge of STEADI fall prevention measures after an educational session, and assess the willingness of memory care unit staff to adopt an evidence-based a fall prevention program. The Donabedian model was used as a guiding conceptual framework for this quality improvement pilot study. The fall rate data for 12 months before the intervention was evaluated and compared to post-intervention fall rates. The educational session comprised of a pre and post-test to assess staff knowledge of the fall prevention program and the willingness of staff to adopt the fall prevention program. The overarching goal was to reduce falls in the elderly population who live in memory care units. The results of the study showed, on average that the fall rate during the implementation period of STEADI (μ=6.79) was significantly lower when compared to the prior 12 months (μ= 9.50) (p=0.02, α = 0.05). The mean staff knowledge scores improved from pretest (μ=77.74%) to post-test (μ=87.42%) (p=0.00, α= 0.05) after the education session. The results of the willingness to adopt a fall prevention program were scored at 100%. In summation, implementing the STEADI fall prevention program can assist in reducing fall rates for residents aged 65 and older who reside in a memory care setting.Keywords: dementia, elderly, falls, STEADI
Procedia PDF Downloads 12916630 Study of Electro Magnetic Acoustic Transducer to Detect Flaw in Pipeline
Authors: Yu-Lin Shen, Ming-Kuen Chang
Abstract:
In addition to a considerable amount of machinery and equipment, intricacies of the transmission pipeline exist in Petrochemical plants. Long term corrosion may lead to pipeline thinning and rupture, causing serious safety concerns. With the advances in non-destructive testing technology, more rapid and long-range ultrasonic detection techniques are often used for pipeline inspection, EMAT without coupling to detect, it is a non-contact ultrasonic, suitable for detecting elevated temperature or roughened e surface of line. In this study, we prepared artificial defects in pipeline for Electro Magnetic Acoustic Transducer Testing (EMAT) to survey the relationship between the defect location, sizing and the EMAT signal. It was found that the signal amplitude of EMAT exhibited greater signal attenuation with larger defect depth and length.. In addition, with bigger flat hole diameter, greater amplitude attenuation was obtained. In summary, signal amplitude attenuation of EMAT was affected by the defect depth, defect length and the hole diameter and size.Keywords: EMAT, NDT, artificial defect, ultrasonic testing
Procedia PDF Downloads 47516629 Europium Chelates as a Platform for Biosensing
Authors: Eiman A. Al-Enezi, Gin Jose, Sikha Saha, Paul Millner
Abstract:
Rare earth nanotechnology has gained a considerable amount of interest in the field of biosensing due to the unique luminescence properties of lanthanides. Chelating rare earth ions plays a significant role in biological labelling applications including medical diagnostics, due to their different excitation and emission wavelengths, variety of their spectral properties, sharp emission peaks and long fluorescence lifetimes. We aimed to develop a platform for biosensors based on Europium (Eu³⁺) chelates against biomarkers of cardiac injury (heart-type fatty acid binding protein; H-FABP3) and stroke (glial fibrillary acidic protein; GFAP). Additional novelty in this project is the use of synthetic binding proteins (Affimers), which could offer an excellent alternative targeting strategy to the existing antibodies. Anti-GFAP and anti-HFABP3 Affimer binders were modified to increase the number of carboxy functionalities. Europium nitrate then incubated with the modified Affimer. The luminescence characteristics of the Eu³⁺ complex with modified Affimers and antibodies against anti-GFAP and anti-HFABP3 were measured against different concentrations of the respective analytes on excitation wavelength of 395nm. Bovine serum albumin (BSA) was used as a control against the IgG/Affimer Eu³⁺ complexes. The emission spectrum of Eu³⁺ complex resulted in 5 emission peaks ranging between 550-750 nm with the highest intensity peaks were at 592 and 698 nm. The fluorescence intensity of Eu³⁺ chelates with the modified Affimer or antibodies increased significantly by 4-7 folder compared to the emission spectrum of Eu³⁺ complex. The fluorescence intensity of the Affimer complex was quenched proportionally with increased analyte concentration, but this did not occur with antibody complex. In contrast, the fluorescence intensity for Eu³⁺ complex increased slightly against increased concentration of BSA. These data demonstrate that modified Affimers Eu³⁺ complexes can function as nanobiosensors with potential diagnostic and analytical applications.Keywords: lanthanides, europium, chelates, biosensors
Procedia PDF Downloads 52516628 Performance Comparison of Thread-Based and Event-Based Web Servers
Authors: Aikaterini Kentroti, Theodore H. Kaskalis
Abstract:
Today, web servers are expected to serve thousands of client requests concurrently within stringent response time limits. In this paper, we evaluate experimentally and compare the performance as well as the resource utilization of popular web servers, which differ in their approach to handle concurrency. More specifically, Central Processing Unit (CPU)- and I/O intensive tests were conducted against the thread-based Apache and Go as well as the event-based Nginx and Node.js under increasing concurrent load. The tests involved concurrent users requesting a term of the Fibonacci sequence (the 10th, 20th, 30th) and the content of a table from the database. The results show that Go achieved the best performance in all benchmark tests. For example, Go reached two times higher throughput than Node.js and five times higher than Apache and Nginx in the 20th Fibonacci term test. In addition, Go had the smallest memory footprint and demonstrated the most efficient resource utilization, in terms of CPU usage. Instead, Node.js had by far the largest memory footprint, consuming up to 90% more memory than Nginx and Apache. Regarding the performance of Apache and Nginx, our findings indicate that Hypertext Preprocessor (PHP) becomes a bottleneck when the servers are requested to respond by performing CPU-intensive tasks under increasing concurrent load.Keywords: apache, Go, Nginx, node.js, web server benchmarking
Procedia PDF Downloads 9716627 Effect of Synthesis Method on Structural, Morphological Properties of Zr0.8Y0.2-xLax Oxides (x=0, 0.1, 0.2)
Authors: Abdelaziz Ghrib, Samir Hattali, Mouloud Ghrib, Mohamed Lamine Aouissia, David Ruch
Abstract:
In the present study, the solid solutions with a chemical composition of Zr0.8Y0.2-xLaxO2 (x=0, 0.1, 0.2) were synthesized via two routes, by hydrothermal method using NaOH as precipitating agent at 230°C for 15h and by the sol–gel process using citric acid as complexing agent. Compounds have been characterized by powder X-ray diffraction (XRD), Scanning Electron Microscopy (SEM), Thermo gravimetric Analysis (TGA) and Differential Thermal Analysis (DTA) techniques for appropriate characterization of the distinct thermal events occurring during synthesis. All the compounds crystallize in cubic fluorite structure, as indicated by X-ray diffraction studie. The microstructure of oxides synthesized by sol-gel showed porosity that increased with the lanthanum La3+ contents compared to hydrothermal method which gives a single crystal oxide.Keywords: oxide, hydrothermal, rare earth, solubility, sol-gel, ternary mixture
Procedia PDF Downloads 64216626 The Use of Correlation Difference for the Prediction of Leakage in Pipeline Networks
Authors: Mabel Usunobun Olanipekun, Henry Ogbemudia Omoregbee
Abstract:
Anomalies such as water pipeline and hydraulic or petrochemical pipeline network leakages and bursts have significant implications for economic conditions and the environment. In order to ensure pipeline systems are reliable, they must be efficiently controlled. Wireless Sensor Networks (WSNs) have become a powerful network with critical infrastructure monitoring systems for water, oil and gas pipelines. The loss of water, oil and gas is inevitable and is strongly linked to financial costs and environmental problems, and its avoidance often leads to saving of economic resources. Substantial repair costs and the loss of precious natural resources are part of the financial impact of leaking pipes. Pipeline systems experts have implemented various methodologies in recent decades to identify and locate leakages in water, oil and gas supply networks. These methodologies include, among others, the use of acoustic sensors, measurements, abrupt statistical analysis etc. The issue of leak quantification is to estimate, given some observations about that network, the size and location of one or more leaks in a water pipeline network. In detecting background leakage, however, there is a greater uncertainty in using these methodologies since their output is not so reliable. In this work, we are presenting a scalable concept and simulation where a pressure-driven model (PDM) was used to determine water pipeline leakage in a system network. These pressure data were collected with the use of acoustic sensors located at various node points after a predetermined distance apart. We were able to determine with the use of correlation difference to determine the leakage point locally introduced at a predetermined point between two consecutive nodes, causing a substantial pressure difference between in a pipeline network. After de-noising the signal from the sensors at the nodes, we successfully obtained the exact point where we introduced the local leakage using the correlation difference model we developed.Keywords: leakage detection, acoustic signals, pipeline network, correlation, wireless sensor networks (WSNs)
Procedia PDF Downloads 10916625 Indoor and Outdoor Health Risk Factors as a Result of Smoke Emission in Developing Countries: a Case of Nigeria
Authors: Beatrice Adeoye
Abstract:
Background: One of the health challenges developing countries face is air pollution from indoor and outdoor activities. Smoke as a result of cooking, burning wastes and power generators litter the air space on a continual basis due to poverty and governance challenges. The short and long term implications of these actions are enormous and studies have attributed smoke as one of the leading preventable risk factors contributing to global burden of respiratory infections. Design/Methods: The issue at hand therefore includes an exploration of the existing policy frameworks regarding smoke, adherence to international conventions and practices, and more importantly the activities of the government in addressing these issues. Aside this, an understanding of the implications of smoke on peoples’ health and well-being also become crucial. Consequently, this article seeks to interrogate the effect of smoke on the health and well-being of Nigerians and the activities of the policy makers in addressing these challenges. Results (Main Argument): This study reviewed both primary and secondary data on poverty, smoke emission and attendant health risks coupled with existing policies on smoke and air pollution in the country. For instance, over 69% of Nigerians are poor, ranking third in the world; 2.9 billion people live in homes using wood, coal or dung as their primary cooking fuel; equally, 50.6% of Nigerians has no access to regular electricity supply. Further, sustainable policy regarding smoke emission is lacking in the country. This work further submitted that continued low standard of living as a result of governance challenges coupled with a lack of sustainable policy have aggravated the health risks related to smoke in the country. Conclusions: The implication on the health of the children, mothers and vulnerable groups for the future of the country is enormous and may continue if not addressed. Urgent attention therefore needs to be focused on this area considering what this portends for the nation now and in the future.Keywords: air pollution, indoor, outdoor, respiratory infections
Procedia PDF Downloads 33816624 Enhanced Test Scheme based on Programmable Write Time for Future Computer Memories
Authors: Nor Zaidi Haron, Fauziyah Salehuddin, Norsuhaidah Arshad, Sani Irwan Salim
Abstract:
Resistive random access memories (RRAMs) are one of the main candidates for future computer memories. However, due to their tiny size and immature device technology, the quality of the outgoing RRAM chips is seen as a serious issue. Defective RRAM cells might behave differently than existing semiconductor memories (Dynamic RAM, Static RAM, and Flash), meaning that they are difficult to be detected using existing test schemes. This paper presents an enhanced test scheme, referred to as Programmable Short Write Time (PSWT) that is able to improve the detection of faulty RRAM cells. It is developed by applying multiple weak write operations, each with different time durations. The test circuit embedded in the RRAM chip is made programmable in order to supply different weak write times during testing. The RRAM electrical model is described using Verilog-AMS language and is simulated using HSPICE simulation tools. Simulation results show that the proposed test scheme offers better open-resistive fault detection compared to existing test schemes.Keywords: memory fault, memory test, design-for-testability, resistive random access memory
Procedia PDF Downloads 38716623 Method Optimisation for [¹⁸F]-FDG Rodent Imaging Studies
Authors: J. Visser, C. Driver, T. Ebenhan
Abstract:
[¹⁸F]-FDG (fluorodeoxyglucose) is a radiopharmaceutical compound that is used for non-invasive cancer tumor imaging through positron emission tomography (PET). This radiopharmaceutical is used to visualise the metabolic processes in tumour tissues, which can be applied for the diagnosis and prognosis of various types of cancer. [¹⁸F]-FDG has widespread use in both clinical and pre-clinical research settings. Imaging using [¹⁸F]-FDG results in representative normal tissue distribution as well as visualisation of hypermetabolic lesions ([¹⁸F]-FDG avid foci). The metabolic tissue concentration of these lesions following [¹⁸F]-FDG administration can be quantified using Standard Uptake Values (SUV). Standard uptake values of [¹⁸F]-FDG-based Positron Emission Tomography can be influenced by various biological and technical handling factors. Biological factors that affect [¹⁸F]-FDG uptake include the blood glucose levels of subjects, normal physiological variants between subjects and administration of certain pharmaceutical agents. Technical factors that can have an effect include the route of radiopharmaceutical or pharmaceutical agents administered and environmental conditions such as ambient temperature and lighting. These factors influencing tracer uptake need to be investigated to improve the robustness of the imaging protocol, which will achieve reproducible image acquisition across various research projects, optimised tumor visualisation and increased data validity and reliability.Keywords: fluorodeoxyglucose, tumour imaging, Rodent, Blood Glucose, PET/CT Imaging
Procedia PDF Downloads 1116622 Neuroprotective Effects of Allium Cepa Extract Against Ischemia Reperfusion Induced Cognitive Dysfunction and Brain Damage in Mice
Authors: Jaspal Rana
Abstract:
Oxidative stress has been identified as an underlying cause of ischemia-reperfusion (IR) related cognitive dysfunction and brain damage. Therefore, antioxidant based therapies to treat IR injury are being investigated. Allium cepa L. (onion) is used as culinary medicine and is documented to have marked antioxidant effects. Hence, the present study was designed to evaluate the effect of A. cepa outer scale extract (ACE) against IR induced cognition and biochemical deficit in mice. ACE was prepared by maceration with 70% methanol and fractionated into ethylacetate and aqueous fractions. Bilateral common carotid artery occlusion for 10 min followed by 24 h reperfusion was used to induce cerebral IR injury. Following IR injury, ACE (100 and 200 mg/kg) was administered orally to animals for 7 days once daily. Behavioral outcomes (memory and sensorimotor functions) were evaluated using Morris water maze and neurological severity score. Cerebral infarct size, brain thiobarbituric acid reactive species, reduced glutathione, and superoxide dismutase activity was also determined. Treatment with ACE significantly ameliorated IR mediated deterioration of memory and sensorimotor functions and rise in brain oxidative stress in animals. The results of the present investigation revealed that ACE improved functional outcomes after cerebral IR injury which may be attributed to its antioxidant properties.Keywords: ischemia-reperfusion, neuroprotective, stroke, antioxidant
Procedia PDF Downloads 11516621 Performance and Emission Characteristics of Spark Ignition Engine Running with Gasoline, Blends of Ethanol, and Blends of Ethiopian Arekie
Authors: Mengistu Gizaw Gawo, Bisrat Yoseph Gebrehiwot
Abstract:
Petroleum fuels have become a threat to the world because of their toxic emissions. Besides, it is unknown how long they will last. The only known fact is that they are depleting rapidly and will not last long. So the world’s concern about finding environmentally friendly alternative fuels has increased recently. Hence alcohol fuels are found to be the most convenient alternatives to use in internal combustion engines. This research intends to introduce Ethiopian locally produced alcohol as an alternative in the blended form with gasoline to use in spark ignition engines. The traditionally distilled Arekie was purchased from a local producer and purified using fractional distillation. Then five Arekie-gasoline blends were prepared with the proportion of 5,10,15,20 and 25%v/v (A5, A10, A15, A20, and A25, respectively). Also, absolute ethanol was purchased from a local supplier, and ethanol-gasoline blends were prepared with a similar proportion as Arekie-gasoline blends (E5, E10, E15, E20, and E25). Then an experiment was conducted on a single-cylinder, 4-stroke, spark-ignition engine running at a constant speed of 2500 rpm and variable loads to investigate the performance and emission characteristics. Results showed that the performance and emission parameters are significantly improved as the ratio of Arekie and ethanol in gasoline increases at all loads. Among all tested fuels, E20 exhibited better performance, and E25 exhibited better emission. A20 provided a slightly lower performance than E20 but was much improved compared to pure gasoline. A25 provided comparable emissions with E25 and was much better than pure gasoline. Generally, adding up to 20%v/v Ethiopian Arekie in gasoline could make a better, renewable alternative to spark ignition engines.Keywords: alcohol fuels, alternative fuels, pollutant emissions, spark-ignition engine, Arekie-gasoline blends
Procedia PDF Downloads 11916620 Efficacy of Cognitive Rehabilitation Therapy on Poststroke Depression among Survivors of Stroke; A Systematic Review
Authors: Zahra Hassani
Abstract:
Background and Purpose: Poststroke depression (PSD) is one of the complications of a stroke that reduces the patient's chance of recovery, becomes irritable, and changes personality. Cognitive rehabilitation is one of the non-pharmacological methods that improve deficits such as attention, memory, and symptoms of depression. Therefore, the purpose of the present study is to evaluate the Efficacy of Cognitive Rehabilitation Therapy on Poststroke Depression among Survivors of stroke. Method: In this study, a systematic review of the databases Google Scholar, PubMed, Science Direct, Elsevier between the years 2015 and 2019 with the keywords cognitive rehabilitation therapy, post-stroke, depression Search is done. In this process, studies that examined the Efficacy of Cognitive Rehabilitation Therapy on Poststroke Depression among Survivors of stroke were included in the study. Results: Inclusion criteria were full-text availability, interventional study, and non-review articles. There was a significant difference between the articles in terms of the indices studied, sample number, method of implementation, and so on. A review of studies have shown that cognitive rehabilitation therapy has a significant role in reducing the symptoms of post-stroke depression. The use of these interventions is also effective in improving problem-solving skills, improving memory, and improving attention and concentration. Conclusion: This study emphasizes on the development of efficient and flexible adaptive skills through cognitive processes and its effect on reducing depression in patients after stroke.Keywords: cognitive therapy, depression, stroke, rehabilitation
Procedia PDF Downloads 12416619 Excitation Dependent Luminescence in Cr³+ Doped MgAl₂O₄ Nanocrystals
Authors: Savita, Pargam Vashishtha, Govind Gupta, Ankush Vij, Anup Thakur
Abstract:
The ligand field dependent visible as well as NIR emission of the Cr³+dopant in spinel hosts has attracted immense attention in tuning the color emitted by the material. In this research, Mg1-xCrxAl₂O₄(x=0.5, 1, 3, 5, and 10 mol%) nanocrystals have been synthesizedby solution combustion method. The synthesized nanocrystals possessed a single phase cubic structure. The strong absorption by host lattice defects (antisite defects, F centres) andd-d transitions of Cr³+ ions lead to radiative emission in the visible and NIR region, respectively. The red-NIR emission in photoluminescence spectra inferred the octahedral symmetry of Cr³+ ions and anticipated the site distortion by the presence ofCr³+ clusters and antisite defects in the vicinity of Cr³+ ions. The thermoluminescence response of UV and γ-irradiated Cr doped MgAl2O4 samples revealed the formation of various shallow and deep defects with doping Cr³+ions. The induced structural cation disorder with an increase in doping concentration caused photoluminescence quenching beyond 3 mol% Cr³+ doping. The color tuning exhibited by Cr doped MgAl₂O₄ nanocrystals by varying Cr³+ ion concentration and excitation wavelength find its applicability in solid state lighting.Keywords: antisite defects, cation disorder, color tuning, combustion synthesis
Procedia PDF Downloads 17816618 Adaptive Energy-Aware Routing (AEAR) for Optimized Performance in Resource-Constrained Wireless Sensor Networks
Authors: Innocent Uzougbo Onwuegbuzie
Abstract:
Wireless Sensor Networks (WSNs) are crucial for numerous applications, yet they face significant challenges due to resource constraints such as limited power and memory. Traditional routing algorithms like Dijkstra, Ad hoc On-Demand Distance Vector (AODV), and Bellman-Ford, while effective in path establishment and discovery, are not optimized for the unique demands of WSNs due to their large memory footprint and power consumption. This paper introduces the Adaptive Energy-Aware Routing (AEAR) model, a solution designed to address these limitations. AEAR integrates reactive route discovery, localized decision-making using geographic information, energy-aware metrics, and dynamic adaptation to provide a robust and efficient routing strategy. We present a detailed comparative analysis using a dataset of 50 sensor nodes, evaluating power consumption, memory footprint, and path cost across AEAR, Dijkstra, AODV, and Bellman-Ford algorithms. Our results demonstrate that AEAR significantly reduces power consumption and memory usage while optimizing path weight. This improvement is achieved through adaptive mechanisms that balance energy efficiency and link quality, ensuring prolonged network lifespan and reliable communication. The AEAR model's superior performance underlines its potential as a viable routing solution for energy-constrained WSN environments, paving the way for more sustainable and resilient sensor network deployments.Keywords: wireless sensor networks (WSNs), adaptive energy-aware routing (AEAR), routing algorithms, energy, efficiency, network lifespan
Procedia PDF Downloads 3516617 Role of Sequestration of CO2 Due to the Carbonation in Total CO2 Emission Balance in Concrete Life
Authors: P. P. Woyciechowski
Abstract:
Calculation of the carbon footprint of cement concrete is a complex process including consideration of the phase of primary life (components and concrete production processes, transportation, construction works, maintenance of concrete structures) and secondary life, including demolition and recycling. Taking into consideration the effect of concrete carbonation can lead to a reduction in the calculated carbon footprint of concrete. In this paper, an example of CO2 balance for small bridge elements made of Portland cement reinforced concrete was done. The results include the effect of carbonation of concrete in a structure and of concrete rubble after demolition. It was shown that important impact of carbonation on the balance is possible only when rubble carbonation is possible. It was related to the fact that only the sequestration potential in the secondary phase of concrete life has significant value.Keywords: carbon footprint, balance of carbon dioxide in nature, concrete carbonation, the sequestration potential of concrete
Procedia PDF Downloads 22916616 Target and Equalizer Design for Perpendicular Heat-Assisted Magnetic Recording
Authors: P. Tueku, P. Supnithi, R. Wongsathan
Abstract:
Heat-Assisted Magnetic Recording (HAMR) is one of the leading technologies identified to enable areal density beyond 1 Tb/in2 of magnetic recording systems. A key challenge to HAMR designing is accuracy of positioning, timing of the firing laser, power of the laser, thermo-magnetic head, head-disk interface and cooling system. We study the effect of HAMR parameters on transition center and transition width. The HAMR is model using Thermal Williams-Comstock (TWC) and microtrack model. The target and equalizer are designed by the minimum mean square error (MMSE). The result shows that the unit energy constraint outperforms other constraints.Keywords: heat-assisted magnetic recording, thermal Williams-Comstock equation, microtrack model, equalizer
Procedia PDF Downloads 35116615 Integration of Acoustic Solutions for Classrooms
Authors: Eyibo Ebengeobong Eddie, Halil Zafer Alibaba
Abstract:
The neglect of classroom acoustics is dominant in most educational facilities, meanwhile, hearing and listening is the learning process in this kind of facilities. A classroom should therefore be an environment that encourages listening, without an obstacles to understanding what is being taught. Although different studies have shown teachers to complain that noise is the everyday factor that causes stress in classroom, the capacity of individuals to understand speech is further affected by Echoes, Reverberation, and room modes. It is therefore necessary for classrooms to have an ideal acoustics to aid the intelligibility of students in the learning process. The influence of these acoustical parameters on learning and teaching in schools needs to be further researched upon to enhance the teaching and learning capacity of both teacher and student. For this reason, there is a strong need to provide and collect data to analyse and define the suitable quality of classrooms needed for a learning environment. Research has shown that acoustical problems are still experienced in both newer and older schools. However, recently, principle of acoustics has been analysed and room acoustics can now be measured with various technologies and sound systems to improve and solve the problem of acoustics in classrooms. These acoustic solutions, materials, construction methods and integration processes would be discussed in this paper.Keywords: classroom, acoustics, materials, integration, speech intelligibility
Procedia PDF Downloads 41716614 High-Frequency Acoustic Microscopy Imaging of Pellet/Cladding Interface in Nuclear Fuel Rods
Authors: H. Saikouk, D. Laux, Emmanuel Le Clézio, B. Lacroix, K. Audic, R. Largenton, E. Federici, G. Despaux
Abstract:
Pressurized Water Reactor (PWR) fuel rods are made of ceramic pellets (e.g. UO2 or (U,Pu) O2) assembled in a zirconium cladding tube. By design, an initial gap exists between these two elements. During irradiation, they both undergo transformations leading progressively to the closure of this gap. A local and non destructive examination of the pellet/cladding interface could constitute a useful help to identify the zones where the two materials are in contact, particularly at high burnups when a strong chemical bonding occurs under nominal operating conditions in PWR fuel rods. The evolution of the pellet/cladding bonding during irradiation is also an area of interest. In this context, the Institute of Electronic and Systems (IES- UMR CNRS 5214), in collaboration with the Alternative Energies and Atomic Energy Commission (CEA), is developing a high frequency acoustic microscope adapted to the control and imaging of the pellet/cladding interface with high resolution. Because the geometrical, chemical and mechanical nature of the contact interface is neither axially nor radially homogeneous, 2D images of this interface need to be acquired via this ultrasonic system with a highly performing processing signal and by means of controlled displacement of the sample rod along both its axis and its circumference. Modeling the multi-layer system (water, cladding, fuel etc.) is necessary in this present study and aims to take into account all the parameters that have an influence on the resolution of the acquired images. The first prototype of this microscope and the first results of the visualization of the inner face of the cladding will be presented in a poster in order to highlight the potentials of the system, whose final objective is to be introduced in the existing bench MEGAFOX dedicated to the non-destructive examination of irradiated fuel rods at LECA-STAR facility in CEA-Cadarache.Keywords: high-frequency acoustic microscopy, multi-layer model, non-destructive testing, nuclear fuel rod, pellet/cladding interface, signal processing
Procedia PDF Downloads 19116613 Technical and Economic Analysis Effects of Various Parameters on the Performance of Heat Recovery System on Gas Complex Turbo Generators
Authors: Hefzollah Mohammadian, Mohammad Bagher Heidari
Abstract:
This paper deals with the technical and economic effects of various parameters on the performance of heat recovery system on gas complex turbo generator. Given the importance of this issue, that is the main goal of economic efficiency and reduces costs; this project has been implemented similar plans in which the target is the implementation of specific patterns. The project will also help us in the process of gas refineries and the actual efficiency of the process after adding a system to analyze the turbine and predict potential problems and fix them and take appropriate measures according to the results of simulation analysis and results of the process gain. The results of modeling and the effect of different parameters on this line, have been done using Thermo Flow.Keywords: turbo compressor, turbo generator, heat recovery boiler, gas turbines
Procedia PDF Downloads 30416612 The Threats of Deforestation, Forest Fire and CO2 Emission toward Giam Siak Kecil Bukit Batu Biosphere Reserve in Riau, Indonesia
Authors: Siti Badriyah Rushayati, Resti Meilani, Rachmad Hermawan
Abstract:
A biosphere reserve is developed to create harmony amongst economic development, community development, and environmental protection, through partnership between human and nature. Giam Siak Kecil Bukit Batu Biosphere Reserve (GSKBB BR) in Riau Province, Indonesia, is unique in that it has peat soil dominating the area, many springs essential for human livelihood, high biodiversity. Furthermore, it is the only biosphere reserve covering privately managed production forest areas. The annual occurrences of deforestation and forest fire pose a threat toward such unique biosphere reserve. Forest fire produced smokes that along with mass airflow reached neighboring countries, particularly Singapore and Malaysia. In this research, we aimed at analyzing the threat of deforestation and forest fire, and the potential of CO2 emission at GSKBB BR. We used Landsat image, arcView software, and ERDAS IMAGINE 8.5 Software to conduct spatial analysis of land cover and land use changes, calculated CO2 emission based on emission potential from each land cover and land use type, and exercised simple linear regression to demonstrate the relation between CO2 emission potential and deforestation. The result showed that, beside in the buffer zone and transition area, deforestation also occurred in the core area. Spatial analysis of land cover and land use changes from years 2010, 2012, and 2014 revealed that there were changes of land cover and land use from natural forest and industrial plantation forest to other land use types, such as garden, mixed garden, settlement, paddy fields, burnt areas, and dry agricultural land. Deforestation in core area, particularly at the Giam Siak Kecil Wildlife Reserve and Bukit Batu Wildlife Reserve, occurred in the form of changes from natural forest in to garden, mixed garden, shrubs, swamp shrubs, dry agricultural land, open area, and burnt area. In the buffer zone and transition area, changes also happened, what once swamp forest changed into garden, mixed garden, open area, shrubs, swamp shrubs, and dry agricultural land. Spatial analysis on land cover and land use changes indicated that deforestation rate in the biosphere reserve from 2010 to 2014 had reached 16 119 ha/year. Beside deforestation, threat toward the biosphere reserve area also came from forest fire. The occurrence of forest fire in 2014 had burned 101 723 ha of the area, in which 9 355 ha of core area, and 92 368 ha of buffer zone and transition area. Deforestation and forest fire had increased CO2 emission as much as 24 903 855 ton/year.Keywords: biosphere reserve, CO2 emission, deforestation, forest fire
Procedia PDF Downloads 48716611 Systems of Liquid Organic Fertilizer Application with Respect to Environmental Impact
Authors: Hidayatul Fitri, Petr Šařec
Abstract:
The use of organic fertilizer is increasing nowadays, and the application must be conducted accurately to provide the right benefits for plants and maintain soil health. Improper application of fertilizers can cause problems for both plants and the environment. This study investigated the liquid organic fertilizer application, particularly digestate, varied into different application doses concerning mitigation of adverse environmental impacts, improving water infiltration ability, and crop yields. The experiment was established into eight variants with different digestate doses, conducted on emission monitoring and soil physical properties. As a result, the digestate application with shallow injection (5 cm in depth) was confirmed as an appropriate technique for applying liquid fertilizer into the soil. Gas emissions resulted in low concentration and declined gradually over time, obviously proved from the experiment conducted under two measurements immediately after application and the next day. Applied various doses of liquid digestate fertilizer affected the emission concentrations of NH3 volatilization, differing significantly and decreasing about 40% from the first to second measurement. In this study, winter wheat crop production significantly increases under digestate application with additional N fertilizer. This study suggested the long-term application of digestate to obtain more alteration of soil properties such as bulk density, penetration resistance, and hydraulic conductivity.Keywords: liquid organic fertilizer, digestate, application, ammonia, emission
Procedia PDF Downloads 28716610 White Light Emission through Downconversion of Terbium and Europium Doped CEF3 Nanophosphors
Authors: Mohit Kalra, Varun S., Mayuri Gandhi
Abstract:
CeF3 nanophosphors has been extensively investigated in the recent years for lighting and numerous bio-applications. Down conversion emissions in CeF3:Eu3+/Tb3+ phosphors were studied with the aim of obtaining a white light emitting composition, by a simple co-precipitation method. The material was characterized by X-ray Diffraction (XRD), High Resolution Transmission Electron Microscopy (HR-TEM), Fourier Transform Infrared Spectroscopy (FT-IR) and Photoluminescence (PL). Uniformly distributed nanoparticles were obtained with an average particle size 8-10 nm. Different doping concentrations were performed and fluorescence study was carried out to optimize the dopants concentration for maximum luminescence intensity. The steady state and time resolved luminescence studies confirmed efficient energy transfer from the host to activator ions. Different concentrations of Tb 3+, Eu 3+ were doped to achieve a white light emitting phosphor for UV-based Light Emitting Diodes (LEDs). The nanoparticles showed characteristic emission of respective dopants (Eu 3+, Tb3+) when excited at the 4f→5d transition of Ce3+. The chromaticity coordinates for these samples were calculated and the CeF3 doped with Eu 3+ and Tb3+ gave an emission very close to white light. These materials may find its applications in optoelectronics and various bio applications.Keywords: white light down-conversion, nanophosphors, LEDs, rare earth, cerium fluoride, lanthanides
Procedia PDF Downloads 40416609 Theoretical Framework and Empirical Simulation of Policy Design on Trans-Dimensional Resource Recycling
Authors: Yufeng Wu, Yifan Gu, Bin Li, Wei Wang
Abstract:
Resource recycling process contains a subsystem with interactions of three dimensions including coupling allocation of primary and secondary resources, responsibility coordination of stakeholders in forward and reverse supply chains, and trans-boundary transfer of hidden resource and environmental responsibilities between regions. Overlap or lack of responsibilities is easy to appear at the intersection of the three management dimensions. It is urgent to make an overall design of the policy system for recycling resources. From theoretical perspective, this paper analyzes the unique external differences of resource and environment in various dimensions and explores the reason why the effects of trans-dimensional policies are strongly correlated. Taking the example of the copper resources contained in the waste electrical and electronic equipment, this paper constructs reduction effect accounting model of resources recycling and set four trans-dimensional policy scenarios including resources tax and environmental tax reform of the raw and secondary resources, application of extended producer responsibility system, promotion of clean development mechanism, and strict entry barriers of imported wastes. In these ways, the paper simulates the impact effect of resources recycling process on resource deduction and emission reduction of waste water and gas, and constructs trans-dimensional policy mix scenario through integrating dominant strategy. The results show that combined application of various dimensional policies can achieve incentive compatibility and the trans-dimensional policy mix scenario can reach a better effect. Compared with baseline scenario, this scenario will increase 91.06% copper resources reduction effect and improve emission reduction of waste water and gas by eight times from 2010 to 2030. This paper further analyzes the development orientation of policies in various dimension. In resource dimension, the combined application of compulsory, market and authentication methods should be promoted to improve the use ratio of secondary resources. In supply chain dimension, resource value, residual functional value and potential information value contained in waste products should be fully excavated to construct a circular business system. In regional dimension, it should give full play to the comparative advantages of manufacturing power to improve China’s voice in resource recycling in the world.Keywords: resource recycling, trans-dimension, policy design, incentive compatibility, life cycle
Procedia PDF Downloads 12616608 Sustaining the Social Memory in a Historic Neighborhood: The Case Study of Uch Dukkan Neighborhood in Ardabil City in Azerbaijani Region of Iran
Authors: Yousef Daneshvar Rouyandozagh, Ece. K. Açikgöz
Abstract:
Conservation of historical urban patterns in the traditional neighborhoods is a part of creating integrated urban environments that are socially more sustainable. Urbanization reflects on life conditions and social, physical, economical characteristics of the society. In this regard, historical zones and traditional regions are affected by dramatic interventions on these characteristics. This article focuses on the Uch Dukkan neighborhood located in Ardabil City in Azarbaijani region of Iran, which has been up to such interventions that leaded its transformation from the past to the present. After introducing a brief inventory of the main elements of the historical zone and the neighborhood; this study explores the changes and transformations in different periods; and their impacts on the quality of the environment and its social sustainability. The survey conducted in the neighborhood as part of this research study revealed that the Uch Dukkan neighborhood and the unique architectural heritage that it possesses have become more inactive physically and functionally in a decade. This condition requires an exploration and comparison of the present and the expected transformations of the meaning of social space from the most private unit to the urban scale. From this token, it is argued that an architectural point of view that is based on space order; use and meaning of space as a social and cultural image, should not be ignored. Based on the interplay between social sustainability, collective memory, and the urban environment, study aims to make the invisible portion of ignorance clear, that ends up with a weakness in defining the collective meaning of the neighborhood as a historic urban district. It reveals that the spatial possessions of the neighborhood are valuable not only for their historical and physical characteristics, but also for their social memory that is to be remembered and constructed further.Keywords: urban integrity, social sustainability, collective memory, social decay
Procedia PDF Downloads 28816607 Numerical Simulation of Supersonic Gas Jet Flows and Acoustics Fields
Authors: Lei Zhang, Wen-jun Ruan, Hao Wang, Peng-Xin Wang
Abstract:
The source of the jet noise is generated by rocket exhaust plume during rocket engine testing. A domain decomposition approach is applied to the jet noise prediction in this paper. The aerodynamic noise coupling is based on the splitting into acoustic sources generation and sound propagation in separate physical domains. Large Eddy Simulation (LES) is used to simulate the supersonic jet flow. Based on the simulation results of the flow-fields, the jet noise distribution of the sound pressure level is obtained by applying the Ffowcs Williams-Hawkings (FW-H) acoustics equation and Fourier transform. The calculation results show that the complex structures of expansion waves, compression waves and the turbulent boundary layer could occur due to the strong interaction between the gas jet and the ambient air. In addition, the jet core region, the shock cell and the sound pressure level of the gas jet increase with the nozzle size increasing. Importantly, the numerical simulation results of the far-field sound are in good agreement with the experimental measurements in directivity.Keywords: supersonic gas jet, Large Eddy Simulation(LES), acoustic noise, Ffowcs Williams-Hawkings(FW-H) equations, nozzle size
Procedia PDF Downloads 41316606 An Autonomous Passive Acoustic System for Detection, Tracking and Classification of Motorboats in Portofino Sea
Authors: A. Casale, J. Alessi, C. N. Bianchi, G. Bozzini, M. Brunoldi, V. Cappanera, P. Corvisiero, G. Fanciulli, D. Grosso, N. Magnoli, A. Mandich, C. Melchiorre, C. Morri, P. Povero, N. Stasi, M. Taiuti, G. Viano, M. Wurtz
Abstract:
This work describes a real-time algorithm for detecting, tracking and classifying single motorboats, developed using the acoustic data recorded by a hydrophone array within the framework of EU LIFE + project ARION (LIFE09NAT/IT/000190). The project aims to improve the conservation status of bottlenose dolphins through a real-time simultaneous monitoring of their population and surface ship traffic. A Passive Acoustic Monitoring (PAM) system is installed on two autonomous permanent marine buoys, located close to the boundaries of the Marine Protected Area (MPA) of Portofino (Ligurian Sea- Italy). Detecting surface ships is also a necessity in many other sensible areas, such as wind farms, oil platforms, and harbours. A PAM system could be an effective alternative to the usual monitoring systems, as radar or active sonar, for localizing unauthorized ship presence or illegal activities, with the advantage of not revealing its presence. Each ARION buoy consists of a particular type of structure, named meda elastica (elastic beacon) composed of a main pole, about 30-meter length, emerging for 7 meters, anchored to a mooring of 30 tons at 90 m depth by an anti-twist steel wire. Each buoy is equipped with a floating element and a hydrophone tetrahedron array, whose raw data are send via a Wi-Fi bridge to a ground station where real-time analysis is performed. Bottlenose dolphin detection algorithm and ship monitoring algorithm are operating in parallel and in real time. Three modules were developed and commissioned for ship monitoring. The first is the detection algorithm, based on Time Difference Of Arrival (TDOA) measurements, i.e., the evaluation of angular direction of the target respect to each buoy and the triangulation for obtaining the target position. The second is the tracking algorithm, based on a Kalman filter, i.e., the estimate of the real course and speed of the target through a predictor filter. At last, the classification algorithm is based on the DEMON method, i.e., the extraction of the acoustic signature of single vessels. The following results were obtained; the detection algorithm succeeded in evaluating the bearing angle with respect to each buoy and the position of the target, with an uncertainty of 2 degrees and a maximum range of 2.5 km. The tracking algorithm succeeded in reconstructing the real vessel courses and estimating the speed with an accuracy of 20% respect to the Automatic Identification System (AIS) signals. The classification algorithm succeeded in isolating the acoustic signature of single vessels, demonstrating its temporal stability and the consistency of both buoys results. As reference, the results were compared with the Hilbert transform of single channel signals. The algorithm for tracking multiple targets is ready to be developed, thanks to the modularity of the single ship algorithm: the classification module will enumerate and identify all targets present in the study area; for each of them, the detection module and the tracking module will be applied to monitor their course.Keywords: acoustic-noise, bottlenose-dolphin, hydrophone, motorboat
Procedia PDF Downloads 17316605 Environmental Factors and Executive Functions of Children in 5-Year-Old Kindergarten
Authors: Stephanie Duval
Abstract:
The concept of educational success, combined with the overall development of the child in kindergarten, is at the center of current interests, both in research and in the environments responsible for the education of young children. In order to promote it, researchers emphasize the importance of studying the executive functions [EF] of children in preschool education. More precisely, the EFs, which refers to working memory [WM], inhibition, mental flexibility and planning, would be the pivotal element of the child’s educational success. In order to support the EFs of the child, and even his educational success, the quality of the environments is beginning to be explored more and more. The question that arises now is how to promote EFs for young children in the educational environment, in order to support their educational success? The objective of this study is to investigate the link between the quality of interactions in 5-year-old kindergarten and child’s EFs. The sample consists of 118 children (70 girls, 48 boys) in 12 classes. The quality of the interactions is observed from the Classroom Assessment Scoring System [CLASS], and the EFs (i.e., working memory, inhibition, cognitive flexibility, and planning) are measured with administered tests. The hypothesis of this study was that the quality of teacher-child interactions in preschool education, as measured by the CLASS, was associated with the child’s EFs. The results revealed that the quality of emotional support offered by adults in kindergarten, included in the CLASS tool, was positively and significantly related to WM and inhibition skills. The results also suggest that WM is a key skill in the development of EFs, which may be associated with the educational success of the child. However, this hypothesis remains to be clarified, as is the link with educational success. In addition, results showed that factors associated to the family (ex. parents’ income) moderate the relationship between the domain ‘instructional support’ of the CLASS (ex. concept development) and child’s WM skills. These data suggest a moderating effect related to family characteristics in the link between ‘quality of classroom interactions’ and ‘EFs’. This project proposes, as a future avenue, to check the distinctive effect of different environments (familial and educational) on the child’s EFs. More specifically, future study could examine the influence of the educational environment on EF skills, as well as whether or not there is a moderating effect of the family environment (ex. parents' income) on the link between the quality of the interactions in the classroom and the EFs of the children, as anticipated by this research.Keywords: executive functions [EFs], environmental factors, quality of interactions, preschool education
Procedia PDF Downloads 36516604 Nazik Al-Malaika and Nostalgic approach
Authors: sulmaz Mozaffari
Abstract:
Nostalgia is one of the hot-debated issues in critical psychology which has been translated as the yearning or gloom in Persian. It is defined as the regret of the sweet past and the contrast of the present with the past. The feeling of alienation and being remote from the home, remembering death, the regret of childhood and youth, separation of the beloved, remembering the glorious era of history, desire for the ancient times, and the hope for Utopia are considered as its components. Nazik Al-Malaika, a contemporary poet of Arabic literature, has depicted some shapes and dimensions of sympathy, regret and anguish in her poems. Utilizing a nostalgic approach to the past, this paper has reflected upon love, memories of childhood and youth and hope for Utopia "and also aimed at explaining each one's manifestations through a comparative perspective.Keywords: Nazik al-malaika, poem, nostalgia, personal memory, collective memory
Procedia PDF Downloads 41016603 Using Shape Memory Alloys for Structural Engineering Applications
Authors: Donatello Cardone
Abstract:
Shape memory alloys (SMAs) have great potential for use in the field of civil engineering. The author of this manuscript has been involved, since 1996, in several experimental and theoretical studies on the application of SMAs in structural engineering, within national and international research projects. This paper provides an overview of the main results achieved, including the conceptual design, implementation, and testing of different SMA-based devices, namely: (i) energy-dissipating braces for RC buildings, (ii) seismic isolation devices for buildings and bridges, (iii) smart tie-rods for arches and vaults and (iv) seismic restrainers for bridges. The main advantages of using SMA-based devices in the seismic protection of structures derive from the double-flag shape of their hysteresis loops, which implies three favourable features, i.e., self-centering capability, good energy dissipation capability, and high stiffness for small displacements. The main advantages of SMA-based units for steel tie-rods are associated with the thermal behaviour of superelastic SMAs, which is antagonistic compared to that of steel. This implies a strong reduction of force changes due to air temperature variations. Finally, SMA-based seismic restrainers proved to be effective in preventing bridge deck unseating and pounding.Keywords: seismic protection of structures, shape memory alloys, structural engineering, steel tie-rods, seismic restrainers for bridges
Procedia PDF Downloads 97