Search results for: advanced oxidation potential
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 13454

Search results for: advanced oxidation potential

10544 Multi-Objective Variable Neighborhood Search Algorithm to Solving Scheduling Problem with Transportation Times

Authors: Majid Khalili

Abstract:

This paper deals with a bi-objective hybrid no-wait flowshop scheduling problem minimizing the makespan and total weighted tardiness, in which we consider transportation times between stages. Obtaining an optimal solution for this type of complex, large-sized problem in reasonable computational time by using traditional approaches and optimization tools is extremely difficult. This paper presents a new multi-objective variable neighborhood algorithm (MOVNS). A set of experimental instances are carried out to evaluate the algorithm by advanced multi-objective performance measures. The algorithm is carefully evaluated for its performance against available algorithm by means of multi-objective performance measures and statistical tools. The related results show that a variant of our proposed MOVNS provides sound performance comparing with other algorithms.

Keywords: no-wait hybrid flowshop scheduling; multi-objective variable neighborhood algorithm; makespan; total weighted tardiness

Procedia PDF Downloads 403
10543 Gross and Histological Studies on the Thymus of the Grasscutter (Thyronomys swinderianus)

Authors: R. M. Korzerzer, J. O. Hambolu, S. O. Salami, S. B. Oladele

Abstract:

Twelve apparently healthy grasscutters between the ages of three and seven months were used for this study. The animals were purchased from local breeders in Oturkpo, Benue state, Nigeria and transported to the research laboratory in the Department of Veterinary Anatomy, Ahmadu Bello University, Zaria by means of constructed cages. The animals were divided into three groups according to their ages and acclimatised. Sacrifice was done using chloroform gaseous inhalation anaesthesia. An incision was made at the neck region and the thymus located and identified by its prominent bilateral nature. Extirpated thymuses from each animal were immediately weighed and fixed in Bouin’s fluid for 48 hours. The tissues were then prepared using standard methods. Haematoxilin and eosin was used for routine histology and Rhodamine B aniline methylene blue was for studying the architecture of the elastic and reticular fibres of the thymus. Grossly, the thymus appeared as a bilateral organ on either side of the thoracic midline. The organ size decreased consistently as the animals advanced in age. Mean ± SEM values for thymic weights were 1.23 ± 0.048 g, 0.53 ± 0.019 g and 0.30 ± 0.042 g at three, five and seven months of age respectively.

Keywords: gross, histological, thymus, grasscutter

Procedia PDF Downloads 737
10542 UPPAAL-based Design and Analysis of Intelligent Parking System

Authors: Abobaker Mohammed Qasem Farhan, Olof M. A. Saif

Abstract:

The demand for parking spaces in urban areas, particularly in developing countries, has led to a significant issue in the absence of sufficient parking spaces in crowded areas, which results in daily traffic congestion as drivers search for parking. This not only affects the appearance of the city but also has indirect impacts on the economy, society, and environment. In response to these challenges, researchers from various countries have sought technical and intelligent solutions to mitigate the problem through the development of smart parking systems. This paper aims to analyze and design three models of parking lots, with a focus on parking time and security. The study used computer software and Uppaal tools to simulate the models and determine the best among them. The results and suggestions provided in the paper aim to reduce the parking problems and improve the overall efficiency and safety of the parking process. The conclusion of the study highlights the importance of utilizing advanced technology to address the pressing issue of insufficient parking spaces in urban areas.

Keywords: preliminaries, system requirements, timed Au- tomata, Uppaal

Procedia PDF Downloads 121
10541 Creative Potential of Children with Learning Disabilities

Authors: John McNamara

Abstract:

Growing up creative is an important idea in today’s classrooms. As education seeks to prepare children for their futures, it is important that the system considers traditional as well as non-traditional pathways. This poster describes the findings of a research study investigating creative potential in children with learning disabilities. Children with learning disabilities were administered the Torrance Test of Creative Problem Solving along with subtests from the Comprehensive Test of Phonological Processing. A quantitative comparative analysis was computed using paired-sample t-tests. Results indicated statistically significant difference between children’s creative problem-solving skills and their reading-based skills. The results lend support to the idea that children with learning disabilities have inherent strengths in the area of creativity. It can be hypothesized that the success of these children may be associated with the notion that they are using a type of neurological processing that is not otherwise used in academic tasks. Children with learning disabilities, a presumed left-side neurological processing problem, process information with the right side of the brain – even with tasks that should be processed with the left side (i.e. language). In over-using their right hemisphere, it is hypothesized that children with learning disabilities have well-developed right hemispheres and, as such, have strengths associated with this type of processing, such as innovation and creativity. The current study lends support to the notion that children with learning disabilities may be particularly primed to succeed in areas that call on creativity and creative thinking.

Keywords: learning disabilities, educational psychology, education, creativity

Procedia PDF Downloads 62
10540 Survey on Prevalence of Endo and Ecto-Parasites of Rattus rattus in Mazandaran Province, North of Iran

Authors: Fatemeh Rezaei, Afsaneh Amouei, Iman Bakouei, Mahdi Sharif, Shahabeddin Sarvi, Mohammad Taghi Rahimi, Ahmad Daryani

Abstract:

Background: Rodents act as reservoir host and important potential source for many zoonotic pathogens which pose a public health risk to humans. Therefore, it is necessary to investigate the prevalence of gastrointestinal and ectoparasites among rodents. Materials and Methods: 118 Rattus rattus were captured using snap live traps. Each rat was combed with a fine tooth comb to dislodge ectoparasite and studied. Various samples were collected from feces, examined wet smear, formalin-ether method and stained with modified acid-fast staining and trichrome. Result: The overall prevalence of gastrointestinal parasites of examined rats was 75.4%. Cryptosporidium 30.5%, was the most prevalent protozoan which was followed by Giardia 20.3% and Entamoeba muris 13.5%, Trichomonas muris 10.1% and Spironucleus muris 3.3%. The prevalence of helminth egg was as following Syphacia obvelata 24.5%, Hymenolepis diminuta 10.1% and Trichuris muris 9.3%. 86.4% rodents were found to be infested with ectoparasites including mite 35.6%, flea 28.4%, and lice 42.7%. A significant statistical difference was observed between prevalence and gender of infected individuals. Conclusions: The prevalence of gastrointestinal and ectoparasites of collected rats in studied area is remarkably high. In addition, Rattus rattus can be considered as potential risk for human health.

Keywords: prevalence, rodent, intestinal parasites, ecto-parasites, zoonose

Procedia PDF Downloads 513
10539 Experimental Evaluation of Succinct Ternary Tree

Authors: Dmitriy Kuptsov

Abstract:

Tree data structures, such as binary or in general k-ary trees, are essential in computer science. The applications of these data structures can range from data search and retrieval to sorting and ranking algorithms. Naive implementations of these data structures can consume prohibitively large volumes of random access memory limiting their applicability in certain solutions. Thus, in these cases, more advanced representation of these data structures is essential. In this paper we present the design of the compact version of ternary tree data structure and demonstrate the results for the experimental evaluation using static dictionary problem. We compare these results with the results for binary and regular ternary trees. The conducted evaluation study shows that our design, in the best case, consumes up to 12 times less memory (for the dictionary used in our experimental evaluation) than a regular ternary tree and in certain configuration shows performance comparable to regular ternary trees. We have evaluated the performance of the algorithms using both 32 and 64 bit operating systems.

Keywords: algorithms, data structures, succinct ternary tree, per- formance evaluation

Procedia PDF Downloads 148
10538 Modelling of Exothermic Reactions during Carbon Fibre Manufacturing and Coupling to Surrounding Airflow

Authors: Musa Akdere, Gunnar Seide, Thomas Gries

Abstract:

Carbon fibres are fibrous materials with a carbon atom amount of more than 90%. They combine excellent mechanicals properties with a very low density. Thus carbon fibre reinforced plastics (CFRP) are very often used in lightweight design and construction. The precursor material is usually polyacrylonitrile (PAN) based and wet-spun. During the production of carbon fibre, the precursor has to be stabilized thermally to withstand the high temperatures of up to 1500 °C which occur during carbonization. Even though carbon fibre has been used since the late 1970s in aerospace application, there is still no general method available to find the optimal production parameters and the trial-and-error approach is most often the only resolution. To have a much better insight into the process the chemical reactions during stabilization have to be analyzed particularly. Therefore, a model of the chemical reactions (cyclization, dehydration, and oxidation) based on the research of Dunham and Edie has been developed. With the presented model, it is possible to perform a complete simulation of the fibre undergoing all zones of stabilization. The fiber bundle is modeled as several circular fibers with a layer of air in-between. Two thermal mechanisms are considered to be the most important: the exothermic reactions inside the fiber and the convective heat transfer between the fiber and the air. The exothermic reactions inside the fibers are modeled as a heat source. Differential scanning calorimetry measurements have been performed to estimate the amount of heat of the reactions. To shorten the required time of a simulation, the number of fibers is decreased by similitude theory. Experiments were conducted to validate the simulation results of the fibre temperature during stabilization. The experiments for the validation were conducted on a pilot scale stabilization oven. To measure the fibre bundle temperature, a new measuring method is developed. The comparison of the results shows that the developed simulation model gives good approximations for the temperature profile of the fibre bundle during the stabilization process.

Keywords: carbon fibre, coupled simulation, exothermic reactions, fibre-air-interface

Procedia PDF Downloads 254
10537 Research on Development and Accuracy Improvement of an Explosion Proof Combustible Gas Leak Detector Using an IR Sensor

Authors: Gyoutae Park, Seungho Han, Byungduk Kim, Youngdo Jo, Yongsop Shim, Yeonjae Lee, Sangguk Ahn, Hiesik Kim, Jungil Park

Abstract:

In this paper, we presented not only development technology of an explosion proof type and portable combustible gas leak detector but also algorithm to improve accuracy for measuring gas concentrations. The presented techniques are to apply the flame-proof enclosure and intrinsic safe explosion proof to an infrared gas leak detector at first in Korea and to improve accuracy using linearization recursion equation and Lagrange interpolation polynomial. Together, we tested sensor characteristics and calibrated suitable input gases and output voltages. Then, we advanced the performances of combustible gaseous detectors through reflecting demands of gas safety management fields. To check performances of two company's detectors, we achieved the measurement tests with eight standard gases made by Korea Gas Safety Corporation. We demonstrated our instruments better in detecting accuracy other than detectors through experimental results.

Keywords: accuracy improvement, IR gas sensor, gas leak, detector

Procedia PDF Downloads 379
10536 Modern Technologies and Equipment for Modular-Aggregate Installation of Shipborne Equipment

Authors: A. O. Mikhailov, N. I. Gerasimov, K. N. Morozov, I. V. Grachev

Abstract:

The most advanced method of onboard equipment installation on the world shipbuilding practice is modular method, or modularization. The main idea of this is assembly of equipment, pipelines and hull structures in so called assembly units yet at the shopfloor. Those assembly units are thereafter loaded and installed inside the ship's hull. This allows to reduce labour intensiveness and significantly improve assembly quality, due to the fact that a good part of installation work is performed in the shops, instead of restricted onboard premises. Also, this method allows performing equipment installation at very early stages of hull erection. This practice is widely spread in naval submarines building. However, in merchant shipbuilding, equipment is installed mostly individually. To implement modular principles of equipment installation in designing and construction of civil ships and marine rigs, some new technologies are being developed in the following areas. The paper contains main principles and already achieved results in the above mentioned areas.

Keywords: assembly and installation technology, onboard equipment installation, large-scale assembly units, modular method

Procedia PDF Downloads 645
10535 The Biosphere as a Supercomputer Directing and Controlling Evolutionary Processes

Authors: Igor A. Krichtafovitch

Abstract:

The evolutionary processes are not linear. Long periods of quiet and slow development turn to rather rapid emergences of new species and even phyla. During Cambrian explosion, 22 new phyla were added to the previously existed 3 phyla. Contrary to the common credence the natural selection or a survival of the fittest cannot be accounted for the dominant evolution vector which is steady and accelerated advent of more complex and more intelligent living organisms. Neither Darwinism nor alternative concepts including panspermia and intelligent design propose a satisfactory solution for these phenomena. The proposed hypothesis offers a logical and plausible explanation of the evolutionary processes in general. It is based on two postulates: a) the Biosphere is a single living organism, all parts of which are interconnected, and b) the Biosphere acts as a giant biological supercomputer, storing and processing the information in digital and analog forms. Such supercomputer surpasses all human-made computers by many orders of magnitude. Living organisms are the product of intelligent creative action of the biosphere supercomputer. The biological evolution is driven by growing amount of information stored in the living organisms and increasing complexity of the biosphere as a single organism. Main evolutionary vector is not a survival of the fittest but an accelerated growth of the computational complexity of the living organisms. The following postulates may summarize the proposed hypothesis: biological evolution as a natural life origin and development is a reality. Evolution is a coordinated and controlled process. One of evolution’s main development vectors is a growing computational complexity of the living organisms and the biosphere’s intelligence. The intelligent matter which conducts and controls global evolution is a gigantic bio-computer combining all living organisms on Earth. The information is acting like a software stored in and controlled by the biosphere. Random mutations trigger this software, as is stipulated by Darwinian Evolution Theories, and it is further stimulated by the growing demand for the Biosphere’s global memory storage and computational complexity. Greater memory volume requires a greater number and more intellectually advanced organisms for storing and handling it. More intricate organisms require the greater computational complexity of biosphere in order to keep control over the living world. This is an endless recursive endeavor with accelerated evolutionary dynamic. New species emerge when two conditions are met: a) crucial environmental changes occur and/or global memory storage volume comes to its limit and b) biosphere computational complexity reaches critical mass capable of producing more advanced creatures. The hypothesis presented here is a naturalistic concept of life creation and evolution. The hypothesis logically resolves many puzzling problems with the current state evolution theory such as speciation, as a result of GM purposeful design, evolution development vector, as a need for growing global intelligence, punctuated equilibrium, happening when two above conditions a) and b) are met, the Cambrian explosion, mass extinctions, happening when more intelligent species should replace outdated creatures.

Keywords: supercomputer, biological evolution, Darwinism, speciation

Procedia PDF Downloads 148
10534 Manufacturing of Twist-Free Surfaces by Magnetism Aided Machining Technologies

Authors: Zs. Kovács, Zs. J. Viharos, J. Kodácsy

Abstract:

As a well-known conventional finishing process, the grinding is commonly used to manufacture seal mating surfaces and bearing surfaces, but is also creates twisted surfaces. The machined surfaces by turning or grinding usually have twist structure on the surfaces, which can convey lubricants such as conveyor screw. To avoid this phenomenon, have to use special techniques or machines, for example start-stop turning, tangential turning, ultrasonic protection or special toll geometries. All of these solutions have high cost and difficult usability. In this paper, we describe a system and summarize the results of the experimental research carried out mainly in the field of Magnetic Abrasive Polishing (MAP) and Magnetic Roller Burnishing (MRB). These technologies are simple and also green while able to produce twist-free surfaces. During the tests, C45 normalized steel was used as workpiece material which was machined by simple and Wiper geometrical turning inserts in a CNC turning lathe. After the turning, the MAP and MRB technologies can be used directly to reduce the twist of surfaces. The evaluation was completed by advanced measuring and IT equipment.

Keywords: magnetism, finishing, polishing, roller burnishing, twist-free

Procedia PDF Downloads 561
10533 Active Exopolysaccharides Based Edible Coating Enriched with Red Seaweed (Gracilaria gracilis) Extract for Improved Preservation of Shrimp Quality during Refrigerated Storage

Authors: Rafik Balti, Mohamed Ben Mansour, Abdellah Arhaliass, Anthony Masse

Abstract:

Unfortunately, shrimps are highly perishable and they start deteriorating immediately after death owing to their high water content and nutritional components. Currently, there has been an increasing interest in bioactive edible films and coatings to preserve the freshness and quality of foods. In this study, active edible coatings from microalgal exopolysaccharides (EPS) enriched with different concentrations of Red Seaweed Extract (RSE) (0.5, 1 and 1.5 % (w/v)) were developed and their effects on the quality changes of white shrimp during refrigerated storage (4 ± 1 °C) were examined over a period of 8 days. The control and the coated shrimp samples were analyzed periodically for microbiological (total viable bacteria, psychrotrophic bacteria, and enterobacteriaceae counts), chemical (pH, TVB-N, TMA-N, PV, TBARS), textural and sensory characteristics. The results indicated that the coating with a mixture of EPS and RSE could significantly decrease the total volatile basic nitrogen (TVB-N), trimethylamine (TMA) and thiobarbituric acid reactive substances (TBARS) (p < 0.05). With storage, EPS coatings containing RSE at both levels (1 and 1.5 %) were more effective in inhibiting the microbial species studied, specially psychrotrophic bacteria. Also, EPS + RSE coated samples had lower polyphenol oxidase (PPO) activity and lipid oxidation (p < 0.05) toward the end of storage. Textural and color properties of coated shrimp were generally more acceptable. Sensory scores indicated no significant changes in all samples during storage. The obtained results indicate that the edible EPS coating solutions enriched with RSE have noticeable effects on the quality and shelf life of shrimps when compared to control group. Finally, the present work demonstrates the effectiveness of EPS enriched coatings, offering a promising alternative to preserve more better the quality characteristics and to extend the shelf life of shrimp during the refrigerated storage

Keywords: active coating, exopolysaccharides, red seaweed, refrigerated storage, white shrimp

Procedia PDF Downloads 196
10532 Potential of Nymphaea lotus (Nymphaeaceae) in the Treatment of Metoclopramide-Induced Hyperprolactinemia in Female Wistar Rats

Authors: O. J. Sharaibi, O. T. Ogundipe, O. A. Magbagbeola, M. I. Kazeem, A. J. Afolayan, M. T. Yakubu

Abstract:

Hyperprolactinemia is a condition of elevated levels of serum prolactin in humans. It is one of the major causes of female infertility because, excess prolactin inhibits gonadotropin secretion. When gonadotropin is low, follicle stimulating hormone (FSH) and luteinizing hormone (LH) secretions are low and so, do not stimulate gamete production and gonadal steroid synthesis. The aim of this study is to identify and investigate indigenous medicinal plants that can be used in the treatment of hyperprolactinemia. Based on the frequency of mentioning during the ethnobotanical survey, Nymphaea lotus L. was selected for studies. The prolactin-lowering potential of aqueous extract of N. lotus and its effects on other female reproductive hormones in comparison with bromocritptine was evaluated by inducing hyperprolactinemia with metoclopramide at a dose of 5 mg/kg body weight of the animals for 21 days and then administered various doses of aqueous extract of N. lotus for another 21 days. Aqueous extract of N. lotus at 50, 100 and 200 mg/kg body weight significantly reduced the serum prolactin levels in female Wistar rats by 40.06, 52.60 and 61.92 % respectively. The extract at 200 mg/kg body weight had higher prolactin-lowering effect (61.92%) than bromocriptine (53.53%). Aqueous extract of N. lotus significantly increased (p < 0.05) the serum concentrations of FSH, LH and progesterone while estradiol concentrations were reduced. This study shows that Nymphaea lotus is a medicinal plant that can be used in the treatment of hyperprolactinemia.

Keywords: hyperprolactinemia, infertility, metoclopramide, Nymphaea lotus

Procedia PDF Downloads 276
10531 Wild Rice (Zizania sp.): A Potential Source for Functional Foods and Nutraceuticals

Authors: Farooq Anwar, Gokhan Zengin, Khalid M. Alkharfy

Abstract:

Wild rice (Zizania sp.) is an annual cross-pollinated, emergent, aquatic grass that mainly grows naturally in the Great Lakes region of the North America. The nutritional quality attributes of wild rice are superior to the conventional brown rice (Oryza sativa L.) in terms of higher contents of important minerals (especially phosphorous, potassium, magnesium and calcium), B-complex vitamins, vitamin E and amino acids. In some parts of the world, wild rice is valued as a primary food source. The lipids content of wild rice is reported to be low in the range of 0.7 and 1.1%, however, the lipids are recognized as a rich source of polyunsaturated fatty acids (including linoleic and α-linolenic acid) and phytosterols in addition to containing reasonably good amount of tocols. Besides, wild rice is reported to contain an appreciable amount of high-value compounds such as phenolics with antioxidant properties. Presence of such nutritional bioactives contributes towards medicinal benefits and multiple biological activities of this specialty rice. The present lecture is mainly designed to focus on the detailed nutritional attributes, profile of high-value bioactive components and pharmaceutical/biological activities of wild rice leading to exploring functional food and nutraceutical potential of this food commodity.

Keywords: alpha-linolenic acid, phenolics, phytosterols, tocols, wild rice lipids

Procedia PDF Downloads 495
10530 Design and Parametric Analysis of Pentaband Meander Line Antenna for Mobile Handset Applications

Authors: Shrinivas P. Mahajan, Aarti C. Kshirsagar

Abstract:

Wireless communication technology is rapidly changing with recent developments in portable devices and communication protocols. This has generated demand for more advanced and compact antenna structures and therefore, proposed work focuses on Meander Line Antenna (MLA) design. Here, Pentaband MLA is designed on a FR4 substrate (85 mm x 40 mm) with dielectric constant (ϵr) 4.4, loss tangent (tan ) 0.018 and height 1.6 mm with coplanar feed and open stub structure. It can be operated in LTE (0.670 GHz-0.696 GHz) GPS (1.564 GHz-1.579 GHz), WCDMA (1.920 GHz-2.135 GHz), LTE UL frequency band 23 (2-2.020 GHz) and 5G (3.10 GHz-3.550 GHz) application bands. Also, it gives good performance in terms of Return Loss (RL) which is < -10 dB, impedance bandwidth with maximum Bandwidth (BW) up to 0.21 GHz and realized gains with maximum gain up to 3.28 dBi. Antenna is simulated with open stub and without open stub structures to see the effect on impedance BW coverage. In addition to this, it is checked with human hand and head phantoms to assure that it falls within specified Specific Absorption Rate (SAR) limits.

Keywords: coplanar feed, L shaped ground, Meander Line Antenna, MLA, Phantom, Specific Absorption Rate, SAR

Procedia PDF Downloads 124
10529 Effect of Acid and Alkali Treatment on Physical and Surface Charge Properties of Clayey Soils

Authors: Nikhil John Kollannur, Dali Naidu Arnepalli

Abstract:

Most of the surface related phenomena in the case of fine-grained soil are attributed to their unique surface charge properties and specific surface area. The temporal variations in soil behavior, to some extent, can be credited to the changes in these properties. Among the multitude of factors that affect the charge and surface area of clay minerals, the inherent system chemistry occupies the cardinal position. The impact is more profound when the chemistry change is manifested in terms of the system pH. pH plays a significant role by modifying the edge charges of clay minerals and facilitating mineral dissolution. Hence there is a need to address the variations in physical and charge properties of fine-grained soils treated over a range of acidic as well as alkaline conditions. In the present study, three soils (two soils commercially procured and one natural soil) exhibiting distinct mineralogical compositions are subjected to different pH environment over a range of 2 to 13. The soil-solutions prepared at a definite liquid to solid ratio are adjusted to the required pH value by adding measured quantities of 0.1M HCl/0.1M NaOH. The studies are conducted over a range of interaction time, varying from 1 to 96 hours. The treated soils are then analyzed for their physical properties in terms of specific surface area and particle size characteristics. Further, modifications in surface morphology are evaluated from scanning electron microscope (SEM) imaging. Changes in the surface charge properties are assessed in terms of zeta potential measurements. Studies show significant variations in total surface area, probably because of the dissolution of clay minerals. This observation is further substantiated by the morphological analysis with SEM imaging. The zeta potential measurements on soils indicate noticeable variation upon pH treatment, which is partially ascribed to the modifications in the pH-dependant edge charges and partially due to the clay mineral dissolution. The results provide valuable insight into the role of pH in a clay-electrolyte system upon surface related phenomena such as species adsorption, fabric modification etc.

Keywords: acid and alkali treatment, mineral dissolution , specific surface area, zeta potential

Procedia PDF Downloads 171
10528 3D Point Cloud Model Color Adjustment by Combining Terrestrial Laser Scanner and Close Range Photogrammetry Datasets

Authors: M. Pepe, S. Ackermann, L. Fregonese, C. Achille

Abstract:

3D models obtained with advanced survey techniques such as close-range photogrammetry and laser scanner are nowadays particularly appreciated in Cultural Heritage and Archaeology fields. In order to produce high quality models representing archaeological evidences and anthropological artifacts, the appearance of the model (i.e. color) beyond the geometric accuracy, is not a negligible aspect. The integration of the close-range photogrammetry survey techniques with the laser scanner is still a topic of study and research. By combining point cloud data sets of the same object generated with both technologies, or with the same technology but registered in different moment and/or natural light condition, could construct a final point cloud with accentuated color dissimilarities. In this paper, a methodology to uniform the different data sets, to improve the chromatic quality and to highlight further details by balancing the point color will be presented.

Keywords: color models, cultural heritage, laser scanner, photogrammetry

Procedia PDF Downloads 266
10527 Novel Method of In-Situ Tracking of Mechanical Changes in Composite Electrodes during Charging-Discharging by QCM-D

Authors: M. D. Levi, Netanel Shpigel, Sergey Sigalov, Gregory Salitra, Leonid Daikhin, Doron Aurbach

Abstract:

We have developed an in-situ method for tracking ions adsorption into composite nanoporous carbon electrodes based on quartz-crystal microbalance (QCM). In these first papers QCM was used as a simple gravimetric probe of compositional changes in carbon porous composite electrodes during their charging since variation of the electrode potential did not change significantly width of the resonance. In contrast, when we passed from nanoporous carbons to a composite Li-ion battery material such as LiFePO4 olivine, the change in the resonance width was comparable with change of the resonance frequency (polymeric binder PVdF was shown to be completely rigid when used in aqueous solutions). We have provided a quantitative hydrodynamic admittance model of ion-insertion processes into electrode host accompanied by intercalation-induced dimensional changes of electrode particles, and hence the entire electrode coating. The change in electrode deformation and the related porosity modify hydrodynamic solid-liquid interactions tracked by QCM with dissipation monitoring. Using admittance modeling, we are able to evaluate the changes of effective thickness and permeability/porosity of composite electrode caused by applied potential and as a function of cycle number. This unique non-destructive technique may have great advantage in early diagnostics of cycling life durability of batteries and supercapacitors.

Keywords: Li-ion batteries, particles deformations, QCM-D, viscoelasticity

Procedia PDF Downloads 426
10526 Creativity and Intelligence: Psychoeducational Connections

Authors: Cristina Costa-Lobo, Carla B. Vestena, Filomena E. Ponte

Abstract:

Creativity and intelligence are concepts that have aroused very expressive interest in the field of educational sciences and the field of psychological science since the middle of the last century since they have a great impact on the potential and well-being of individuals. However, due to progress in cognitive and positive psychology, there has been a growing interest in the psychoeducational domain of intelligence and creativity in the last decade. In this theoretical work, are analyzed comparatively the theoretical models that relate the intelligence and the creativity, are analyzed several psychoeducational intervention programs that have been implemented with a view to the promotion of creativity and signal possibilities, realities and ironies around the psychological evaluation of intelligence and creativity. In order to reach a broad perspective on creativity, the evidence is presented that points the need to evaluate different psychological domains. The psychoeducational intervention programs addressed have, with a common characteristic, the full stimulation of the creative potential of the participants, assumed as a highly valued capacity at the present time. The results point to the systematize that all interventions in the ambit of creativity have two guiding principles: all individuals can be creative, and creativity is a capacity that can be stimulated. This work refers to the importance of stimulus creativity in educational contexts, to the usefulness and pertinence of the creation, the implementation, and monitoring of flexible curricula, adapted to the educational needs of students, promoting a collaborative work among teachers, parents, students, psychologists, managers and educational administrators.

Keywords: creativity, intelligence, psychoeducational intervention programs, psychological evaluation, educational contexts

Procedia PDF Downloads 390
10525 Cell-free Bioconversion of n-Octane to n-Octanol via a Heterogeneous and Bio-Catalytic Approach

Authors: Shanna Swart, Caryn Fenner, Athanasios Kotsiopoulos, Susan Harrison

Abstract:

Linear alkanes are produced as by-products from the increasing use of gas-to-liquid fuel technologies for synthetic fuel production and offer great potential for value addition. Their current use as low-value fuels and solvents do not maximize this potential. Therefore, attention has been drawn towards direct activation of these aliphatic alkanes to more useful products such as alcohols, aldehydes, carboxylic acids and derivatives. Cytochrome P450 monooxygenases (P450s) can be used for activation of these aliphatic alkanes using whole-cells or cell-free systems. Some limitations of whole-cell systems include reduced mass transfer, stability and possible side reactions. Since the P450 systems are little studied as cell-free systems, they form the focus of this study. Challenges of a cell-free system include co-factor regeneration, substrate availability and enzyme stability. Enzyme immobilization offers a positive outlook on this dilemma, as it may enhance stability of the enzyme. In the present study, 2 different P450s (CYP153A6 and CYP102A1) as well as the relevant accessory enzymes required for electron transfer (ferredoxin and ferredoxin reductase) and co-factor regeneration (glucose dehydrogenase) have been expressed in E. coli and purified by metal affinity chromatography. Glucose dehydrogenase (GDH), was used as a model enzyme to assess the potential of various enzyme immobilization strategies including; surface attachment on MagReSyn® microspheres with various functionalities and on electrospun nanofibers, using self-assembly based methods forming Cross Linked Enzymes (CLE), Cross Linked Enzyme Aggregates (CLEAs) and spherezymes as well as in a sol gel. The nanofibers were synthesized by electrospinning, which required the building of an electrospinning machine. The nanofiber morphology has been analyzed by SEM and binding will be further verified by FT-IR. Covalent attachment based methods showed limitations where only ferredoxin reductase and GDH retained activity after immobilization which were largely attributed to insufficient electron transfer and inactivation caused by the crosslinkers (60% and 90% relative activity loss for the free enzyme when using 0.5% glutaraldehyde and glutaraldehyde/ethylenediamine (1:1 v/v), respectively). So far, initial experiments with GDH have shown the most potential when immobilized via their His-tag onto the surface of MagReSyn® microspheres functionalized with Ni-NTA. It was found that Crude GDH could be simultaneously purified and immobilized with sufficient activity retention. Immobilized pure and crude GDH could be recycled 9 and 10 times, respectively, with approximately 10% activity remaining. The immobilized GDH was also more stable than the free enzyme after storage for 14 days at 4˚C. This immobilization strategy will also be applied to the P450s and optimized with regards to enzyme loading and immobilization time, as well as characterized and compared with the free enzymes. It is anticipated that the proposed immobilization set-up will offer enhanced enzyme stability (as well as reusability and easy recovery), minimal mass transfer limitation, with continuous co-factor regeneration and minimal enzyme leaching. All of which provide a positive outlook on this robust multi-enzyme system for efficient activation of linear alkanes as well as the potential for immobilization of various multiple enzymes, including multimeric enzymes for different bio-catalytic applications beyond alkane activation.

Keywords: alkane activation, cytochrome P450 monooxygenase, enzyme catalysis, enzyme immobilization

Procedia PDF Downloads 210
10524 Inflammatory and Cardio Hypertrophic Remodeling Biomarkers in Patients with Fabry Disease

Authors: Margarita Ivanova, Julia Dao, Andrew Friedman, Neil Kasaci, Rekha Gopal, Ozlem Goker-Alpan

Abstract:

In Fabry disease (FD), α-galactosidase A (α-Gal A) deficiency leads to the accumulation of globotriaosylceramide (Lyso-Gb3 and Gb3), triggering a pathologic cascade that causes the severity of organs damage. The heart is one of the several organs with high sensitivity to the α-Gal A deficiency. A subgroup of patients with significant residual of α-Gal A activity with primary cardiac involvement is occasionally referred to as “cardiac variant.” The cardiovascular complications are most frequently encountered, contributing substantially to morbidity, and are the leading cause of premature death in male and female patients with FD. The deposition of Lyso-Gb-3 and Gb-3 within the myocardium affects cardiac function with resultant progressive cardiovascular pathology. Gb-3 and Lyso-Gb-3 accumulation at the cellular level trigger a cascade of events leading to end-stage fibrosis. In the cardiac tissue, Lyso-Gb-3 deposition is associated with the increased release of inflammatory factors and transforming growth factors. Infiltration of lymphocytes and macrophages into endomyocardial tissue indicates that inflammation plays a significant role in cardiac damage. Moreover, accumulated data suggest that chronic inflammation leads to multisystemic FD pathology even under enzyme replacement therapy (ERT). NF-κB activation plays a subsequent role in the inflammatory response to cardiac dysfunction and advanced heart failure in the general population. TNFalpha/NF-κB signaling protects the myocardial evoking by ischemic preconditioning; however, this protective effect depends on the concentration of TNF-α. Thus, we hypothesize that TNF-α is a critical factor in determining the grade of cardio-pathology. Cardiac hypertrophy corresponds to the expansion of the coronary vasculature to maintain a sufficient supply of nutrients and oxygen. Coronary activation of angiogenesis and fibrosis plays a vital role in cardiac vascularization, hypertrophy, and tissue remodeling. We suggest that the interaction between the inflammatory pathways and cardiac vascularization is a bi-directional process controlled by secreted cytokines and growth factors. The co-coordination of these two processes has never been explored in FD. In a cohort of 40 patients with FD, biomarkers associated with inflammation and cardio hypertrophic remodeling were studied. FD patients were categorized into three groups based on LVmass/DSA, LVEF, and ECG abnormalities: FD with no cardio complication, FD with moderate cardio complication, and severe cardio complication. Serum levels of NF-kB, TNFalpha, Il-6, Il-2, MCP1, ING-gamma, VEGF, IGF-1, TGFβ, and FGF2 were quantified by enzyme-linked immunosorbent assays (ELISA). Among the biomarkers, MCP-1, INF-gamma, VEGF, TNF-alpha, and TGF-beta were elevated in FD patients. Some of these biomarkers also have the potential to correlate with cardio pathology in FD. Conclusion: The study provides information about the role of inflammatory pathways and biomarkers of cardio hypertrophic remodeling in FD patients. This study will also reveal the mechanisms that link intracellular accumulation of Lyso-GB-3 and Gb3 to the development of cardiomyopathy with myocardial thickening and resultant fibrosis.

Keywords: biomarkers, Fabry disease, inflammation, growth factors

Procedia PDF Downloads 68
10523 Preliminary Study of the Potential of Propagation by Cuttings of Juniperus thurefera in Aures (Algeria)

Authors: N. Khater, I. Djbablia, A. Telaoumaten, S. A. Menina, H. Benbouza

Abstract:

Thureferous Juniper is an endemic cupressacée constitutes a forest cover in the mountains of Aures (Algeria ). It is an heritage and important ecological richness, but continues to decline, highly endangered species in danger of extinction, these populations show significant originality due to climatic conditions of the environment, because of its strength and extraordinary vitality, made a powerful but fragile and unique ecosystem in which natural regeneration by seed is almost absent in Algeria. Because of the quality of seeds that are either dormant or affected at the tree and the ground level by a large number of pests and parasites, which will lead to the total disappearance of this species and consequently leading to the biodiversity. View the ecological and social- economic interest presented by this case, it deserves to be preserved and produced in large quantities in this respect. The present work aims to try to regenerate the Juniperus thurefera via vegetative propagation. We studied the potential of cuttings to form adventitious roots and buds. Cuttings were taken from young subjects from 5 to 20 years treated with indole butyric acid (AIB) and planted out inside perlite under atomizer whose temperature and light are controlled. The results show that the rate of rooting is important and encourages the regeneration of this species through vegetative propagation.

Keywords: juniperus thurefera, indole butyric acid, cutting, buds, rooting

Procedia PDF Downloads 297
10522 Rendering Religious References in English: Naguib Mahfouz in the Arabic as a Foreign Language Classroom

Authors: Shereen Yehia El Ezabi

Abstract:

The transition from the advanced to the superior level of Arabic proficiency is widely known to pose considerable challenges for English speaking students of Arabic as a Foreign Language (AFL). Apart from the increasing complexity of the grammar at this juncture, together with the sprawling vocabulary, to name but two of those challenges, there is also the somewhat less studied hurdle along the way to superior level proficiency, namely, the seeming opacity of many aspects of Arab/ic culture to such learners. This presentation tackles one specific dimension of such issues: religious references in literary texts. It illustrates how carefully constructed translation activities may be used to expand and deepen students’ understanding and use of them. This is shown to be vital for making the leap to the desired competency, given that such elements, as reflected in customs, traditions, institutions, worldviews, and formulaic expressions lie at the very core of Arabic culture and, as such, pervade all modes and levels of Arabic discourse. A short story from the collection “Stories from Our Alley”, by preeminent novelist Naguib Mahfouz is selected for use in this context, being particularly replete with such religious references, of which religious expressions will form the focus of the presentation. As a miniature literary work, it provides an organic whole, so to speak, within which to explore with the class the most precise denotation, as well as the subtlest connotation of each expression in an effort to reach the ‘best’ English rendering. The term ‘best’ refers to approximating the meaning in its full complexity from the source text, in this case Arabic, to the target text, English, according to the concept of equivalence in translation theory. The presentation will show how such a process generates the sort of thorough discussion and close text analysis which allows students to gain valuable insight into this central idiom of Arabic. A variety of translation methods will be highlighted, gleaned from the presenter’s extensive work with advanced/superior students in the Center for Arabic Study Abroad (CASA) program at the American University in Cairo. These begin with the literal rendering of expressions, with the purpose of reinforcing vocabulary learning and practicing the rules of derivational morphology as they form each word, since the larger context remains that of an AFL class, as opposed to a translation skills program. However, departures from the literal approach are subsequently explored by degrees, moving along the spectrum of functional and pragmatic freer translations in order to transmit the ‘real’ meaning in readable English to the target audience- no matter how culture/religion specific the expression- while remaining faithful to the original. Samples from students’ work pre and post discussion will be shared, demonstrating how class consensus is formed as to the final English rendering, proposed as the closest match to the Arabic, and shown to be the result of the above activities. Finally, a few examples of translation work which students have gone on to publish will be shared to corroborate the effectiveness of this teaching practice.

Keywords: superior level proficiency in Arabic as a foreign language, teaching Arabic as a foreign language, teaching idiomatic expressions, translation in foreign language teaching

Procedia PDF Downloads 182
10521 Development of Sustainable Composite Fabric from Orange Peel for Ladies’ Undergarments: A Different Approach Towards Eco-Friendly Textile Design

Authors: Abdul Hafeez, Samiya Shehzadi

Abstract:

This research paper presents a different approach towards eco-friendly textile design by developing a sustainable composite fabric from orange peel for ladies' undergarments. The research focuses on utilizing orange peel to develop a unique orange leather/composite (fabric) through a process involving heating, extracting, and subsequent sun-drying to obtain the composite. The sustainable composite fabric shows properties that are favorable to the development of environmentally friendly undergarments, which not only offer UV protection but also possess healing properties for the skin. Through comprehensive testing and analysis, it has been determined that the orange peel composite fabric has zero harmful effects on the skin, making it a safe and desirable material for intimate wear. Furthermore, the research suggests that the orange peel composite fabric has the potential to reduce the rate of cancer cell growth. While the exact mechanisms and factors contributing to this effect require further investigation, the initial findings indicate promising aspects of the fabric in terms of potential cancer-preventive properties. Research contribution to the field of sustainable textile design by introducing a usual and eco-friendly approach utilizing orange peel waste. This work opens up avenues for further exploration and development of innovative materials that are both sustainable and beneficial for human health.

Keywords: sustainability, composite textiles, extracting, undergarments, eco-friendly, orange peels

Procedia PDF Downloads 56
10520 Electro-Mechanical Response and Engineering Properties of Piezocomposite with Imperfect Interface

Authors: Rattanan Tippayaphalapholgul, Yasothorn Sapsathiarn

Abstract:

Composites of piezoelectric materials are widely use in practical applications such as nondestructive testing devices, smart adaptive structures and medical devices. A thorough understanding of coupled electro-elastic response and properties of piezocomposite are crucial for the development and design of piezoelectric composite materials used in advanced applications. The micromechanics analysis is employed in this paper to determine the response and engineering properties of the piezocomposite. A mechanical imperfect interface bonding between piezoelectric inclusion and polymer matrix is taken into consideration in the analysis. The micromechanics analysis is based on the Boundary Element Method (BEM) together with the periodic micro-field micromechanics theory. A selected set of numerical results is presented to investigate the influence of volume ratio and interface bonding condition on effective piezocomposite material coefficients and portray basic features of coupled electroelastic response within the domain of piezocomposite unit cell.

Keywords: effective engineering properties, electroelastic response, imperfect interface, piezocomposite

Procedia PDF Downloads 219
10519 The Potential Effectiveness of Marine Algae in Removal of Heavy Metal from Aqueous Medium

Authors: Wed Albalawi, Ebtihaj Jambi, Maha Albazi, Shareefa AlGhamdi

Abstract:

Heavy metal pollution has become a hard threat to marine ecosystems alongside extremely industrialized and urban (urbanized) zones because of their toxicity, resolution, and non-biodegradable nature. Great interest has been given to a new technique -biosorption- which exploits the cell envelopes of organisms to remove metals from water solutions. The main objective of the present study is to explore the potential of marine algae from the Red Sea for the removal of heavy metals from an aqueous medium. The subsequent objective is to study the effect of pH and agitation time on the adsorption capacity of marine algae. Randomly chosen algae from the Red Sea (Jeddah) with known altitude and depth were collected. Analysis of heavy metal ion concentration was measured by ICP-OES (Inductively coupled plasma - optical emission spectrometry) using air argon gas. A standard solution of heavy metal ions was prepared by diluting the original standard solution with ultrapure water. Types of seaweed were used to study the effect of pH on the biosorption of different heavy metals. The biosorption capacity of Cr is significantly lower in Padina Pavonica (P.P) compared to the biosorption capacity in Sargassum Muticum (S.M). The S.M exhibited significantly higher in Cr removal than the P.P at pH 2 and pH 7. However, the P.P exhibited significantly higher in Cr removal than the S.M at pH 3, pH 4, pH 5, pH 6, and pH 8. In conclusion, the dried cells of algae can be used as an effective tool for the removal of heavy metals.

Keywords: biosorption, heavy metal, pollution, pH value, brown algae

Procedia PDF Downloads 58
10518 Carbide Structure and Fracture Toughness of High Speed Tool Steels

Authors: Jung-Ho Moon, Tae Kwon Ha

Abstract:

M2 steels, the typical Co-free high speed steel (HSS) possessing hardness level of 63~65 HRc, are most widely used for cutting tools. On the other hand, Co-containing HSS’s, such as M35 and M42, show a higher hardness level of 65~67 HRc and used for high quality cutting tools. In the fabrication of HSS’s, it is very important to control cleanliness and eutectic carbide structure of the ingot and it is required to increase productivity at the same time. Production of HSS ingots includes a variety of processes such as casting, electro-slag remelting (ESR), forging, blooming, and wire rod rolling processes. In the present study, electro-slag rapid remelting (ESRR) process, an advanced ESR process combined by continuous casting, was successfully employed to fabricate HSS billets of M2, M35, and M42 steels. Distribution and structure of eutectic carbides of the billets were analysed and cleanliness, hardness, and composition profile of the billets were also evaluated.

Keywords: high speed tool steel, eutectic carbide, microstructure, hardness, fracture toughness

Procedia PDF Downloads 432
10517 Organic Geochemistry and Oil-Source Correlation of Cretaceous Sediments in the Kohat Basin, Pakistan

Authors: Syed Mamoon Siyar, Fayaz Ali, Sajjad Ahmad, Samina Jahandad, George Kontakiotis, Hammad T. Janjuhah, Assimina Antonarakou, Waqas Naseem

Abstract:

The Cretaceous Chichali Formation in the Chanda-01, Chanda-02, Chanda-03 and Mela-05 wells and the oil samples from Chanda-01 and Chanda-01 wells located in the Kohat Basin, Pakistan, were analyzed with the objectives of evaluating the hydrocarbon generation potential, source, thermal maturity and depositional of organic matter, and oil-source correlation by employing geochemical screening techniques and biomarker studies. The total organic carbon (TOC) values in Chanda-02, Chanda-03 and Mela-05 indicate, in general, poor to fair, fair and fair to good source rock potential with low genetic potential, respectively. The nature of organic matter has been determined by standard cross plots of Rock Eval pyrolysis parameters, indicating that studied cuttings from the Chichali Formation dominantly contain type III kerogen at present and show maturity for oil generation in the studied wells. The organic petrographic study also confirmed the vitrinite (type III) as a major maceral in the investigated Chichali Shales and its reflectance values show maturity for oil. The different ratios of non-biomarkers and biomarkers i.e., steranes, terpenes and aromatics parameters, indicate the marine source of organic matter deposited in the anoxic environment for the Chichali Formation in Chanda-01 and Chanda-02 wells and mixed source input of organic matter deposited in suboxic conditions for oil in the same wells. The CPI, and different biomarkers parameters such as C29 S/S+R, ββ/αα+ββ), M29/H30, Ts/Ts+Tm, H31 (S/S+R) and aromatic compounds methyl phenanthrene index (MPI) and organic petrographic analysis (vitrinite reflectance) suggest mature stage of oil generation for Chichali Shales and oil samples in the study area with little high thermal maturity in case of oils. Based on source and thermal maturity biomarkers and non-biomarkers parameters, the produced oils have no correlation with the Cretaceous Chichali Formation in the studied Chanda-01 and Chanda-02 wells in Kohat Basin, Pakistan, but it has been suggested that these oils have been generated by the strata containing high terrestrial organic input compare to Chichali Shales.

Keywords: Organic geochemistry, Chichali Shales and crude oils, Kohat Basin, Pakistan

Procedia PDF Downloads 68
10516 The Searching Artificial Intelligence: Neural Evidence on Consumers' Less Aversion to Algorithm-Recommended Search Product

Authors: Zhaohan Xie, Yining Yu, Mingliang Chen

Abstract:

As research has shown a convergent tendency for aversion to AI recommendation, it is imperative to find a way to promote AI usage and better harness the technology. In the context of e-commerce, this study has found evidence that people show less avoidance of algorithms when recommending search products compared to experience products. This is due to people’s different attribution of mind to AI versus humans, as suggested by mind perception theory. While people hold the belief that an algorithm owns sufficient capability to think and calculate, which makes it competent to evaluate search product attributes that can be obtained before actual use, they doubt its capability to sense and feel, which is essential for evaluating experience product attributes that must be assessed after experience in person. The result of the behavioral investigation (Study 1, N=112) validated that consumers show low purchase intention to experience products recommended by AI. Further consumer neuroscience study (Study 2, N=26) using Event-related potential (ERP) showed that consumers have a higher level of cognitive conflict when faced with AI recommended experience product as reflected by larger N2 component, while the effect disappears for search product. This research has implications for the effective employment of AI recommenders, and it extends the literature on e-commerce and marketing communication.

Keywords: algorithm recommendation, consumer behavior, e-commerce, event-related potential, experience product, search product

Procedia PDF Downloads 117
10515 Real-Time Lane Marking Detection Using Weighted Filter

Authors: Ayhan Kucukmanisa, Orhan Akbulut, Oguzhan Urhan

Abstract:

Nowadays, advanced driver assistance systems (ADAS) have become popular, since they enable safe driving. Lane detection is a vital step for ADAS. The performance of the lane detection process is critical to obtain a high accuracy lane departure warning system (LDWS). Challenging factors such as road cracks, erosion of lane markings, weather conditions might affect the performance of a lane detection system. In this paper, 1-D weighted filter based on row filtering to detect lane marking is proposed. 2-D input image is filtered by 1-D weighted filter considering four-pixel values located symmetrically around the center of candidate pixel. Performance evaluation is carried out by two metrics which are true positive rate (TPR) and false positive rate (FPR). Experimental results demonstrate that the proposed approach provides better lane marking detection accuracy compared to the previous methods while providing real-time processing performance.

Keywords: lane marking filter, lane detection, ADAS, LDWS

Procedia PDF Downloads 180