Search results for: optimum weight vector
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 6370

Search results for: optimum weight vector

1120 Optimization Based Design of Decelerating Duct for Pumpjets

Authors: Mustafa Sengul, Enes Sahin, Sertac Arslan

Abstract:

Pumpjets are one of the marine propulsion systems frequently used in underwater vehicles nowadays. The reasons for frequent use of pumpjet as a propulsion system are that it has higher relative efficiency at high speeds, better cavitation, and acoustic performance than its rivals. Pumpjets are composed of rotor, stator, and duct, and there are two different types of pumpjet configurations depending on the desired hydrodynamic characteristic, which are with accelerating and decelerating duct. Pumpjet with an accelerating channel is used at cargo ships where it works at low speeds and high loading conditions. The working principle of this type of pumpjet is to maximize the thrust by reducing the pressure of the fluid through the channel and throwing the fluid out from the channel with high momentum. On the other hand, for decelerating ducted pumpjets, the main consideration is to prevent the occurrence of the cavitation phenomenon by increasing the pressure of the fluid about the rotor region. By postponing the cavitation, acoustic noise naturally falls down, so decelerating ducted systems are used at noise-sensitive vehicle systems where acoustic performance is vital. Therefore, duct design becomes a crucial step during pumpjet design. This study, it is aimed to optimize the duct geometry of a decelerating ducted pumpjet for a highly speed underwater vehicle by using proper optimization tools. The target output of this optimization process is to obtain a duct design that maximizes fluid pressure around the rotor region to prevent from cavitation and minimizes drag force. There are two main optimization techniques that could be utilized for this process which are parameter-based optimization and gradient-based optimization. While parameter-based algorithm offers more major changes in interested geometry, which makes user to get close desired geometry, gradient-based algorithm deals with minor local changes in geometry. In parameter-based optimization, the geometry should be parameterized first. Then, by defining upper and lower limits for these parameters, design space is created. Finally, by proper optimization code and analysis, optimum geometry is obtained from this design space. For this duct optimization study, a commercial codedparameter-based optimization algorithm is used. To parameterize the geometry, duct is represented with b-spline curves and control points. These control points have x and y coordinates limits. By regarding these limits, design space is generated.

Keywords: pumpjet, decelerating duct design, optimization, underwater vehicles, cavitation, drag minimization

Procedia PDF Downloads 163
1119 Taxonomic Study and Environmental Ecology of Parrot (Rose Ringed) in City Mirpurkhas, Sindh, Pakistan

Authors: Aisha Liaquat Ali, Ghulam Sarwar Gachal, Muhammad Yusuf Sheikh

Abstract:

The Parrot rose ringed (Psittaculla krameri) commonly known as Tota, belongs to the order ‘Psittaciformes’ and family ‘Psittacidea’. Its sub-species inhabiting Pakistan are Psittaculla borealis. The parrot rose-ringed has been categorized the least concern species, the core aim of the present study is to investigate the ecology and taxonomy of parrot (rose-ringed). Sampling was obtained for the taxonomic identification from various adjoining areas in City Mirpurkhas by non-random method, which was conducted from Feb to June 2017. The different parameters measured with the help of a vernier caliper, foot scale, digital weighing machine. Body parameters were measured via; length of body, length of the wings, length of tail, mass in grams. During present study, a total number of 36 specimens were collected from different localities of City Mirpurkhas (38.2%) were male and (62.7%) were female. Maximum population density of Psittaculla Krameri borealis (52.9%) was collected from Sindh Horticulture Research Station (fruit farm) Mirpurkhas. Minimum no: of Psittaculla krameri borealis (5.5%) collected in urban parks. It was observed that Psittaculla krameri borealis were in dense population during the months of ‘May’ and ‘June’ when the temperature ranged between 20°C and 45°C. A Psittaculla krameri borealis female was found the heaviest in body weight. The species of parrot (rose ringed) captured during study having green plumage, coverts were gray, upper beak, red and lower beak black, shorter tail in female long tail in the male which was similar to the Psittaculla krameri borealis.

Keywords: Mirpurkhas Sindh Pakistan, environmental ecology, parrot, rose-ringed, taxonomy

Procedia PDF Downloads 146
1118 Design Components and Reliability Aspects of Municipal Waste Water and SEIG Based Micro Hydro Power Plant

Authors: R. K. Saket

Abstract:

This paper presents design aspects and probabilistic approach for generation reliability evaluation of an alternative resource: municipal waste water based micro hydro power generation system. Annual and daily flow duration curves have been obtained for design, installation, development, scientific analysis and reliability evaluation of the MHPP. The hydro potential of the waste water flowing through sewage system of the BHU campus has been determined to produce annual flow duration and daily flow duration curves by ordering the recorded water flows from maximum to minimum values. Design pressure, the roughness of the pipe’s interior surface, method of joining, weight, ease of installation, accessibility to the sewage system, design life, maintenance, weather conditions, availability of material, related cost and likelihood of structural damage have been considered for design of a particular penstock for reliable operation of the MHPP. A MHPGS based on MWW and SEIG is designed, developed, and practically implemented to provide reliable electric energy to suitable load in the campus of the Banaras Hindu University, Varanasi, (UP), India. Generation reliability evaluation of the developed MHPP using Gaussian distribution approach, safety factor concept, peak load consideration and Simpson 1/3rd rule has presented in this paper.

Keywords: self excited induction generator, annual and daily flow duration curve, sewage system, municipal waste water, reliability evaluation, Gaussian distribution, Simpson 1/3rd rule

Procedia PDF Downloads 535
1117 Evolving Credit Scoring Models using Genetic Programming and Language Integrated Query Expression Trees

Authors: Alexandru-Ion Marinescu

Abstract:

There exist a plethora of methods in the scientific literature which tackle the well-established task of credit score evaluation. In its most abstract form, a credit scoring algorithm takes as input several credit applicant properties, such as age, marital status, employment status, loan duration, etc. and must output a binary response variable (i.e. “GOOD” or “BAD”) stating whether the client is susceptible to payment return delays. Data imbalance is a common occurrence among financial institution databases, with the majority being classified as “GOOD” clients (clients that respect the loan return calendar) alongside a small percentage of “BAD” clients. But it is the “BAD” clients we are interested in since accurately predicting their behavior is crucial in preventing unwanted loss for loan providers. We add to this whole context the constraint that the algorithm must yield an actual, tractable mathematical formula, which is friendlier towards financial analysts. To this end, we have turned to genetic algorithms and genetic programming, aiming to evolve actual mathematical expressions using specially tailored mutation and crossover operators. As far as data representation is concerned, we employ a very flexible mechanism – LINQ expression trees, readily available in the C# programming language, enabling us to construct executable pieces of code at runtime. As the title implies, they model trees, with intermediate nodes being operators (addition, subtraction, multiplication, division) or mathematical functions (sin, cos, abs, round, etc.) and leaf nodes storing either constants or variables. There is a one-to-one correspondence between the client properties and the formula variables. The mutation and crossover operators work on a flattened version of the tree, obtained via a pre-order traversal. A consequence of our chosen technique is that we can identify and discard client properties which do not take part in the final score evaluation, effectively acting as a dimensionality reduction scheme. We compare ourselves with state of the art approaches, such as support vector machines, Bayesian networks, and extreme learning machines, to name a few. The data sets we benchmark against amount to a total of 8, of which we mention the well-known Australian credit and German credit data sets, and the performance indicators are the following: percentage correctly classified, area under curve, partial Gini index, H-measure, Brier score and Kolmogorov-Smirnov statistic, respectively. Finally, we obtain encouraging results, which, although placing us in the lower half of the hierarchy, drive us to further refine the algorithm.

Keywords: expression trees, financial credit scoring, genetic algorithm, genetic programming, symbolic evolution

Procedia PDF Downloads 94
1116 [Keynote Talk]: Three Dimensional Finite Element Analysis of Functionally Graded Radiation Shielding Nanoengineered Sandwich Composites

Authors: Nasim Abuali Galehdari, Thomas J. Ryan, Ajit D. Kelkar

Abstract:

In recent years, nanotechnology has played an important role in the design of an efficient radiation shielding polymeric composites. It is well known that, high loading of nanomaterials with radiation absorption properties can enhance the radiation attenuation efficiency of shielding structures. However, due to difficulties in dispersion of nanomaterials into polymer matrices, there has been a limitation in higher loading percentages of nanoparticles in the polymer matrix. Therefore, the objective of the present work is to provide a methodology to fabricate and then to characterize the functionally graded radiation shielding structures, which can provide an efficient radiation absorption property along with good structural integrity. Sandwich structures composed of Ultra High Molecular Weight Polyethylene (UHMWPE) fabric as face sheets and functionally graded epoxy nanocomposite as core material were fabricated. A method to fabricate a functionally graded core panel with controllable gradient dispersion of nanoparticles is discussed. In order to optimize the design of functionally graded sandwich composites and to analyze the stress distribution throughout the sandwich composite thickness, a finite element method was used. The sandwich panels were discretized using 3-Dimensional 8 nodded brick elements. Classical laminate analysis in conjunction with simplified micromechanics equations were used to obtain the properties of the face sheets. The presented finite element model would provide insight into deformation and damage mechanics of the functionally graded sandwich composites from the structural point of view.

Keywords: nanotechnology, functionally graded material, radiation shielding, sandwich composites, finite element method

Procedia PDF Downloads 445
1115 Applying Biosensors’ Electromyography Signals through an Artificial Neural Network to Control a Small Unmanned Aerial Vehicle

Authors: Mylena McCoggle, Shyra Wilson, Andrea Rivera, Rocio Alba-Flores

Abstract:

This work introduces the use of EMGs (electromyography) from muscle sensors to develop an Artificial Neural Network (ANN) for pattern recognition to control a small unmanned aerial vehicle. The objective of this endeavor exhibits interfacing drone applications beyond manual control directly. MyoWare Muscle sensor contains three EMG electrodes (dual and single type) used to collect signals from the posterior (extensor) and anterior (flexor) forearm and the bicep. Collection of raw voltages from each sensor were connected to an Arduino Uno and a data processing algorithm was developed with the purpose of interpreting the voltage signals given when performing flexing, resting, and motion of the arm. Each sensor collected eight values over a two-second period for the duration of one minute, per assessment. During each two-second interval, the movements were alternating between a resting reference class and an active motion class, resulting in controlling the motion of the drone with left and right movements. This paper further investigated adding up to three sensors to differentiate between hand gestures to control the principal motions of the drone (left, right, up, and land). The hand gestures chosen to execute these movements were: a resting position, a thumbs up, a hand swipe right motion, and a flexing position. The MATLAB software was utilized to collect, process, and analyze the signals from the sensors. The protocol (machine learning tool) was used to classify the hand gestures. To generate the input vector to the ANN, the mean, root means squared, and standard deviation was processed for every two-second interval of the hand gestures. The neuromuscular information was then trained using an artificial neural network with one hidden layer of 10 neurons to categorize the four targets, one for each hand gesture. Once the machine learning training was completed, the resulting network interpreted the processed inputs and returned the probabilities of each class. Based on the resultant probability of the application process, once an output was greater or equal to 80% of matching a specific target class, the drone would perform the motion expected. Afterward, each movement was sent from the computer to the drone through a Wi-Fi network connection. These procedures have been successfully tested and integrated into trial flights, where the drone has responded successfully in real-time to predefined command inputs with the machine learning algorithm through the MyoWare sensor interface. The full paper will describe in detail the database of the hand gestures, the details of the ANN architecture, and confusion matrices results.

Keywords: artificial neural network, biosensors, electromyography, machine learning, MyoWare muscle sensors, Arduino

Procedia PDF Downloads 145
1114 Potential of Rice Husk Ash as a Partial Cement Replacement in Concrete for Highways Application

Authors: Ash Ahmed, Fraser Hyndman, Heni Fitriani, John Kamau

Abstract:

The highway pavement is the biggest structural asset a government can construct and maintain. Concrete rigid pavements are used to carry traffic in large volumes across countries safely and efficiently. Pavement quality concrete mixes have high levels of cement which contribute to up to 10% of global CO₂ emissions. Currently the UK specifies (ground granulated blastfurnace slag) GGBS and (pulverised fuel ash) PFA to reduce the quantity of cement used in pavement construction. GGBS and PFA come from heavy industry that should not be relied upon to improve the sustainability of construction materials. This report shows that cement in pavement quality concrete can be replaced with rice husk ash (RHA) without causing adverse effects to the mechanical properties required for highways. RHA comes from the food production industry and is vital for the growing global population. It is thus a socially responsible objective to use a pozzolan in highway pavement construction that is sourced from an environmentally friendly industry. The report investigates the properties of RHA mixes and compares them to existing pavement quality mixes already used and specified. The report found that sieving RHA and not grinding it gives the best performance. Due to the low density of RHA the investigation found that replacing cement by volume rather than weight provided the best results. Findings showed that CEM II mixed with 20% RHA meets the required specification for pavement quality concrete and mitigates using the comparative CEM I. The investigation also notes that RHA is observed to be more reactive with CEM II rather than CEM I and suits early strength gains required for pavement construction. The report concludes that RHA is a sustainable material that reduces the embodied CO₂ of pavement quality concrete, which is well suited for UK highway specifications and has the potential to improve the lives of people living in the developing countries.

Keywords: pavement, pozzolan, rice husk ash, sustainable concrete

Procedia PDF Downloads 141
1113 A Quantitative Analysis of Rural to Urban Migration in Morocco

Authors: Donald Wright

Abstract:

The ultimate goal of this study is to reinvigorate the philosophical underpinnings the study of urbanization with scientific data with the goal of circumventing what seems an inevitable future clash between rural and urban populations. To that end urban infrastructure must be sustainable economically, politically and ecologically over the course of several generations as cities continue to grow with the incorporation of climate refugees. Our research will provide data concerning the projected increase in population over the coming two decades in Morocco, and the population will shift from rural areas to urban centers during that period of time. As a result, urban infrastructure will need to be adapted, developed or built to fit the demand of future internal migrations from rural to urban centers in Morocco. This paper will also examine how past experiences of internally displaced people give insight into the challenges faced by future migrants and, beyond the gathering of data, how people react to internal migration. This study employs four different sets of research tools. First, a large part of this study is archival, which involves compiling the relevant literature on the topic and its complex history. This step also includes gathering data bout migrations in Morocco from public data sources. Once the datasets are collected, the next part of the project involves populating the attribute fields and preprocessing the data to make it understandable and usable by machine learning algorithms. In tandem with the mathematical interpretation of data and projected migrations, this study benefits from a theoretical understanding of the critical apparatus existing around urban development of the 20th and 21st centuries that give us insight into past infrastructure development and the rationale behind it. Once the data is ready to be analyzed, different machine learning algorithms will be experimented (k-clustering, support vector regression, random forest analysis) and the results compared for visualization of the data. The final computational part of this study involves analyzing the data and determining what we can learn from it. This paper helps us to understand future trends of population movements within and between regions of North Africa, which will have an impact on various sectors such as urban development, food distribution and water purification, not to mention the creation of public policy in the countries of this region. One of the strengths of this project is the multi-pronged and cross-disciplinary methodology to the research question, which enables an interchange of knowledge and experiences to facilitate innovative solutions to this complex problem. Multiple and diverse intersecting viewpoints allow an exchange of methodological models that provide fresh and informed interpretations of otherwise objective data.

Keywords: climate change, machine learning, migration, Morocco, urban development

Procedia PDF Downloads 115
1112 A Decision Making Tool for Selecting the Most Environmental Friendly Wastewater Treatment Plant for Small-Scale Communities

Authors: Mehmet Bulent Topkaya, Mustafa Yildirim

Abstract:

Wastewater treatment systems are designed and used to minimize adverse impacts of the wastewater on the environment before discharging. Various treatment options for wastewater treatment have been developed, and each of them has different performance characteristics and environmental impacts (e.g. material and land usage, energy consumption, greenhouse gas emission, water and soil emission) during construction, operation or maintenance phases. Assessing the environmental impacts during these phases are essential for the overall evaluation of the treatment systems. In this study, wastewater treatment options, such as vegetated land treatment, constructed wetland, rotating biological contactor, conventional activated sludge treatment, membrane bioreactor, extended aeration and stabilization pond are evaluated. The comparison of the environmental impacts is conducted under the assumption that the effluents will be discharged to sensitive and less sensitive areas respectively. The environmental impacts of each alternative are evaluated by life cycle assessment (LCA) approach. For this purpose, data related to energy usage, land requirement, raw material consumption, and released emissions from the life phases were collected with inventory studies based on field studies and literature. The environmental impacts were assessed by using SimaPro 7.1 LCA software. As the scale of the LCA results is global, an MS-Excel based decision support tool that includes the LCA result is developed in order to meet also the local demands. Using this tool, it is possible to assign weight factors on the LCA results according to local conditions by using Analytical Hierarchy Process and finally the most environmentally appropriate treatment option can be selected.

Keywords: analytical hierarchy process, decision support system, life cycle assessment, wastewater treatment

Procedia PDF Downloads 272
1111 Elastic Collisions of Electrons with DNA and Water From 10 eV to 100 KeV: Scar Macro Investigation

Authors: Aouina Nabila Yasmina, Zine El Abidine Chaoui

Abstract:

Recently, understanding the interactions of electrons with the DNA molecule and its components has attracted considerable interest because DNA is the main site damaged by ionizing radiation. The interactions of radiation with DNA induce a variety of molecular damage such as single-strand breaks, double-strand breaks, basic damage, cross-links between proteins and DNA, and others, or the formation of free radicals, which, by chemical reactions with DNA, can also lead to breakage of the strand. One factor that can contribute significantly to these processes is the effect of water hydration on the formation and reaction of radiation induced by these radicals in and / or around DNA. B-DNA requires about 30% by weight of water to maintain its native conformation in the crystalline state. The transformation depends on various factors such as sequence, ion composition, concentration and water activity. Partial dehydration converts it to DNA-A. The present study shows the results of theoretical calculations for positrons and electrons elastic scattering with DNA medium and water over a broad energy range from 10 eV to 100 keV. Indeed, electron elastic cross sections and elastic mean free paths are calculated using a corrected form of the independent atom method, taking into account the geometry of the biomolecule (SCAR macro). Moreover, the elastic scattering of electrons and positrons by atoms of the biomolecule was evaluated by means of relativistic (Dirac) partial wave analysis. Our calculated results are compared with theoretical data available in the literature in the absence of experimental data, in particular for positron. As a central result, our electron elastic cross sections are in good agreement with existing theoretical data in the range of 10 eV to 1 keV.

Keywords: elastic cross scrion, elastic mean free path, scar macro method, electron collision

Procedia PDF Downloads 31
1110 Photoemission Momentum Microscopy of Graphene on Ir (111)

Authors: Anna V. Zaporozhchenko, Dmytro Kutnyakhov, Katherina Medjanik, Christian Tusche, Hans-Joachim Elmers, Olena Fedchenko, Sergey Chernov, Martin Ellguth, Sergej A. Nepijko, Gerd Schoenhense

Abstract:

Graphene reveals a unique electronic structure that predetermines many intriguing properties such as massless charge carriers, optical transparency and high velocity of fermions at the Fermi level, opening a wide horizon of future applications. Hence, a detailed investigation of the electronic structure of graphene is crucial. The method of choice is angular resolved photoelectron spectroscopy ARPES. Here we present experiments using time-of-flight (ToF) momentum microscopy, being an alternative way of ARPES using full-field imaging of the whole Brillouin zone (BZ) and simultaneous acquisition of up to several 100 energy slices. Unlike conventional ARPES, k-microscopy is not limited in simultaneous k-space access. We have recorded the whole first BZ of graphene on Ir(111) including all six Dirac cones. As excitation source we used synchrotron radiation from BESSY II (Berlin) at the U125-2 NIM, providing linearly polarized (both polarizations p- and s-) VUV radiation. The instrument uses a delay-line detector for single-particle detection up the 5 Mcps range and parallel energy detection via ToF recording. In this way, we gather a 3D data stack I(E,kx,ky) of the full valence electronic structure in approx. 20 mins. Band dispersion stacks were measured in the energy range of 14 eV up to 23 eV with steps of 1 eV. The linearly-dispersing graphene bands for all six K and K’ points were simultaneously recorded. We find clear features of hybridization with the substrate, in particular in the linear dichroism in the angular distribution (LDAD). Recording of the whole Brillouin zone of graphene/Ir(111) revealed new features. First, the intensity differences (i.e. the LDAD) are very sensitive to the interaction of graphene bands with substrate bands. Second, the dark corridors are investigated in detail for both, p- and s- polarized radiation. They appear as local distortions of photoelectron current distribution and are induced by quantum mechanical interference of graphene sublattices. The dark corridors are located in different areas of the 6 Dirac cones and show chirality behaviour with a mirror plane along vertical axis. Moreover, two out of six show an oval shape while the rest are more circular. It clearly indicates orientation dependence with respect to E vector of incident light. Third, a pattern of faint but very sharp lines is visible at energies around 22eV that strongly remind on Kikuchi lines in diffraction. In conclusion, the simultaneous study of all six Dirac cones is crucial for a complete understanding of dichroism phenomena and the dark corridor.

Keywords: band structure, graphene, momentum microscopy, LDAD

Procedia PDF Downloads 310
1109 Potential Application of Artocarpus odoratisimmus Seed Flour in Bread Production

Authors: Hasmadi Mamat, Noorfarahzilah Masri

Abstract:

The search for lesser known and underutilized crops, many of which are potentially valuable as human and animal foods has been the focus of research in recent years. Tarap (Artocarpus odoratisimmus) is one of the most delicious tropical fruit and can be found extensively in Borneo, particularly in Sabah and Sarawak. This study was conducted in order to determine the proximate composition, mineral contents as well as to study the effect of the seed flour on the quality of bread produced. Tarap seed powder (TSP) was incorporated (up to 20%) with wheat flour and used to produce bread. The moisture content, ash, protein, fat, ash, carbohydrates, and dietary fiber were measured using AOAC methods while the mineral content was determined using AAS. The effect of substitution of wheat flour with Tarap seed flour on the quality of dough and bread was investigated using various techniques. Farinograph tests were applied to determine the effect of seaweed powder on the rheological properties of wheat flour dough, while texture profile analysis (TPA) was used to measure the textural properties of the final product. Besides that sensory evaluations were also conducted. On a dry weight basis, the TSP was composed of 12.50% moisture, 8.78% protein, 15.60% fat, 1.17% ash, 49.65% carbohydrate and 12.30% of crude fiber. The highest mineral found were Mg, followed by K, Ca, Fe and Na respectively. Farinograh results found that as TSP percentage increased, dough consistency, water absorption capacity and development time of dough decreased. Sensory analysis results showed that bread with 10% of TSP was the most accepted by panelists where the highest acceptability score were found for aroma, taste, colour, crumb texture as well as overall acceptance. The breads with more than 10% of TSP obtained lower acceptability score in most of attributes tested.

Keywords: tarap seed, proximate analysis, bread, sensory evaluation

Procedia PDF Downloads 150
1108 Analysis of Motor Nerve Conduction Velocity (MNCV) of Selected Nerves in Athletics

Authors: Jogbinder Singh Soodan, Ashok Kumar, Gobind Singh

Abstract:

Background: This study aims to describe the motor nerve conduction velocity of selected nerves of both the upper and lower extremities in athletes. Thirty high-level sprinters (100 mts and 200 mts) and thirty high level distance runners (3000 mts) were volunteered to participate in the study. Method: Motor nerve conduction velocities (MNCV) of radial and sural nerves were recorded with the help of computerized equipment, NEUROPERFECT (MEDICAID SYSTEMS, India), with standard techniques of supramaximal percutaneus stimulation. The anthropometric measurements taken were body height (cms), age (yrs) and body weight (kgs). The neurophysiological parameters taken were MNCV of radial nerve (upper extremity) and sural nerve (lower extremity) of both sides (i.e. dominant and non-dominant) of the body. The room temperature was maintained at 37 degree Celsius. Results: Significant differences in motor nerve conduction velocities were found between dominant and non-dominant limbs in each group. The MNCV of radial nerve was obtained was significantly higher in the sprinters than long distance runners. The MNCV of sural nerve recorded was significantly higher in sprinters as compared to distance runners. Conclusion: The motor nerve conduction velocity of radial nerve was found to be higher in sprinters as compared to the distance runners and also, the MNCV for sural nerve was found to be higher in sprinters as compared to distance runners. In case of sprinters, the MNCV of radial and sural nerves were higher in dominant limbs (i.e. arms and legs) of both sides of the body. But, in case of distance runners, the MNCV of radial and sural nerves is higher in non dominant limbs.

Keywords: motor nerve conduction velocity, radial nerve, sural nerve, sprinters

Procedia PDF Downloads 535
1107 Study on the Fabrication and Mechanical Characterization of Pineapple Fiber-Reinforced Unsaturated Polyester Resin Based Composites: Effect of Gamma Irradiation

Authors: Kamrun N. Keya, Nasrin A. Kona, Ruhul A. Khan

Abstract:

Pineapple leaf fiber (PALF) reinforced polypropylene (PP) based composites were fabricated by a conventional compression molding technique. In this investigation, PALF composites were manufactured using different percentages of fiber, which were varying from 25-50% on the total weight of the composites. To fabricate the PALF/PP composites, untreated and treated fibers were selected. A systematic study was done to observe the physical, mechanical and interfacial behavior of the composites. In this study, mechanical properties of the composites such as tensile, impact and bending properties were observed precisely. It was found that 45wt% of fiber composites showed better mechanical properties than others. Maximum tensile strength (TS) and bending strength (BS) was observed, 65 MPa and 50 MPa respectively, whereas the highest tensile modulus (TM) and bending modulus (BM) was examined, 1.7 GPa and 0.85 GPa respectively. The PALF/PP based composites were treated with irradiated under gamma radiation (the source strength 50 kCi Cobalt-60) of various doses (2.5 kGy to 10 kGy). The effect of gamma radiation on the composites was also investigated, and it found that the effect of 5.0 kGy (i.e. units for radiation measurement is 'gray', kGy=kilogray ) gamma dose showed better mechanical properties than other doses. The values of TS, BS, TM, and BM of the irradiated (5.0 kGy) composites were found to improve by 19%, 23%, 17% and 25 % over non-irradiated composites. After flexural testing, fracture sides of the untreated and treated both composites were studied by scanning electron microscope (SEM). SEM results of the treated PALF/PP based composites showed better fiber-matrix adhesion and interfacial bonding than untreated PALF/PP based composites. Water uptake and soil degradation tests of untreated and treated composites were also investigated.

Keywords: PALF, polypropylene, compression molding technique, gamma radiation, mechanical properties, scanning electron microscope

Procedia PDF Downloads 122
1106 Considerations in Pregnancy Followed by Obesity Surgery

Authors: Maryam Nazari, Atefeh Ghanbari, Saghar Noorinia

Abstract:

Obesity, as an abnormal or excessive accumulation of fat, is caused by genetic, behavioral and environmental factors. Recently, obesity surgeries, such as bariatric surgery, as the last measure to control obesity, have attracted experts and society, especially women, attention, so knowing the possible complications of this major surgery and their control in reproductive age is of particular importance due to its effects on pregnancy outcomes. Bariatric surgery reduces the risk of diabetes and high blood pressure associated with pregnancy, premature birth, macrosomia, stillbirth and dumping syndrome. Although in the first months after surgery, nausea and vomiting caused by changes in intra-abdominal pressure are associated with an increased risk of malabsorption of micronutrients such as folic acid, iron, vitamin B1, D, calcium, selenium and phosphorus and finally, fetal growth disorder. Moreover, serum levels of micronutrients such as vitamin D, calcium, and iron in mothers who used to have bariatric surgery and their babies have been shown to be lower than in mothers without a history of bariatric surgery. Moreover, vitamin A deficiency is shown to be more widespread in pregnancies after bariatric surgery, which leads to visual problems in newborns and premature delivery. However, complications such as the duration of hospitalization of newborns in the NICU, disease rate in the first 28 days of life and congenital anomalies are not significantly different in babies born to mothers undergoing bariatric surgery compared to the control group. In spite of the vast advantages following obesity surgeries, due to the catabolic conditions and severe weight loss followed by such major intervention and the probability of nutrients malnutrition in a pregnant woman and her baby, after having surgery, at least 12 to 18 months should be considered to get pregnant as a recovery period. In addition, taking essential supplements before and at least 6 months after this approach is recommended.

Keywords: bariatric surgery, pregnancy, malnutrition, vitamin and mineral deficiency

Procedia PDF Downloads 64
1105 Investigation of Boll Properties on Cotton Picker Machine Performance

Authors: Shahram Nowrouzieh, Abbas Rezaei Asl, Mohamad Ali Jafari

Abstract:

Cotton, as a strategic crop, plays an important role in providing human food and clothing need, because of its oil, protein, and fiber. Iran has been one of the largest cotton producers in the world in the past, but unfortunately, for economic reasons, its production is reduced now. One of the ways to reduce the cost of cotton production is to expand the mechanization of cotton harvesting. Iranian farmers do not accept the function of cotton harvesters. One reason for this lack of acceptance of cotton harvesting machines is the number of field losses on these machines. So, the majority of cotton fields are harvested by hand. Although the correct setting of the harvesting machine is very important in the cotton losses, the morphological properties of the cotton plant also affect the performance of cotton harvesters. In this study, the effect of some cotton morphological properties such as the height of the cotton plant, number, and length of sympodial and monopodial branches, boll dimensions, boll weight, number of carpels and bracts angle were evaluated on the performance of cotton picker. In this research, the efficiency of John Deere 9920 spindle Cotton picker is investigated on five different Iranian cotton cultivars. The results indicate that there was a significant difference between the five cultivars in terms of machine harvest efficiency. Golestan cultivar showed the best cotton harvester performance with an average of 87.6% of total harvestable seed cotton and Khorshid cultivar had the least cotton harvester performance. The principal component analysis showed that, at 50.76% probability, the cotton picker efficiency is affected by the bracts angle positively and by boll dimensions, the number of carpels and the height of cotton plants negatively. The seed cotton remains (in the plant and on the ground) after harvester in PCA scatter plot were in the same zone with boll dimensions and several carpels.

Keywords: cotton, bract, harvester, carpel

Procedia PDF Downloads 118
1104 Optimizing Bridge Deck Construction: A deep Neural Network Approach for Limiting Exterior Grider Rotation

Authors: Li Hui, Riyadh Hindi

Abstract:

In the United States, bridge construction often employs overhang brackets to support the deck overhang, the weight of fresh concrete, and loads from construction equipment. This approach, however, can lead to significant torsional moments on the exterior girders, potentially causing excessive girder rotation. Such rotations can result in various safety and maintenance issues, including thinning of the deck, reduced concrete cover, and cracking during service. Traditionally, these issues are addressed by installing temporary lateral bracing systems and conducting comprehensive torsional analysis through detailed finite element analysis for the construction of bridge deck overhang. However, this process is often intricate and time-intensive, with the spacing between temporary lateral bracing systems usually relying on the field engineers’ expertise. In this study, a deep neural network model is introduced to limit exterior girder rotation during bridge deck construction. The model predicts the optimal spacing between temporary bracing systems. To train this model, over 10,000 finite element models were generated in SAP2000, incorporating varying parameters such as girder dimensions, span length, and types and spacing of lateral bracing systems. The findings demonstrate that the deep neural network provides an effective and efficient alternative for limiting the exterior girder rotation for bridge deck construction. By reducing dependence on extensive finite element analyses, this approach stands out as a significant advancement in improving safety and maintenance effectiveness in the construction of bridge decks.

Keywords: bridge deck construction, exterior girder rotation, deep learning, finite element analysis

Procedia PDF Downloads 33
1103 Effect of Bactocellon White Leg Shrimp (Litopenaeusvannamei) Growth Performance and the Shrimp Survival to Vibrio paraheamolyticus

Authors: M. Soltani, K. Pakzad, A. Haghigh-Khiyabani, M. Alavi, R. Naderi, M. Castex

Abstract:

Effect of probiotic Bactocell (Pediococcus acidilactici) as a supplementary diet was studied on post-larvae 12-15 of white leg shrimp (Litopenaeus vannamei) (150000 PL/0.5 h pond, average body weight=0.02 g) growth performance under farm condition for 102 days at water quality parameters consisting of temperature at 30.5-36οC, dissolved oxygen 4.1-6.6 mg/l, salinity 40-54 g/l, turbidity 35-110 cm, ammonia 0.1-0.8 mg/l and nitrite 0.1-0.9 mg/l. Also, the resistance level of the treated shrimps was assessed against a virulent strain of Vibrio paraheamolyticus as intramuscular injection route at 1.4 x 106 cells/shrimp. Significantly higher growth rate (11.3±1.54 g) and lower feed conversion ratio (1.1) were obtained in shrimps fed diets supplemented with Bactocell at 350 g/ tone feed compared to other treatments of 250 g Bactocell/ton feed (10.8±2 g, 1.3), 500 g Bactocell/ton feed (10.3±1.7 g, 1.3) and untreated control (10.1±2 g, 1.4). Also, thermal growth coefficient (0.057%) and protein efficiency ratio (2.13) were significantly improved in shrimps fed diets supplemented with Bactocell at 350 g/ton feed compare to other groups. Shrimps fed diet supplemented with Bactocell at 350 g/tone feed showed significantly higher protein content (72.56%) in their carcass composition than treatments of 250 g/ton feed (65.9%), 500 g/ton feed (67.5%) and control group (65.9%), while the carcass contents of moisture, lipid and ash in all shrimp groups were not significantly affected by different concentrations of Bactocell. No mortality occurred in the experimentally infected shrimps fed with Bactocell at 500 g/tone feed after 7 hours post-challenge with V. parahemolyticus. The mortality levels of 100%, 40%, 50% and 70% were obtained in shrimps fed with 0.0, 500 g/tone feed, 350 g/ton feed and 250 g/ton feed, respectively 14 hours post-infection. Also, the cumulative mortalities were achieved in 100%, 92% and 81% in shrimps few with Bactocell at 500 g/ton feed, 250 g/ton feed and 350 g/ton feed, respectively.

Keywords: litopenaeus vannamei, vibrio paraheamolyticus, pediococcus acidilactici, growth performance, bactocell

Procedia PDF Downloads 648
1102 Layer-by-Layer Modified Ceramic Membranes for Micropollutant Removal

Authors: Jenny Radeva, Anke-Gundula Roth, Christian Goebbert, Robert Niestroj-Pahl, Lars Daehne, Axel Wolfram, Juergen Wiese

Abstract:

Ceramic membranes for water purification combine excellent stability with long-life characteristics and high chemical resistance. Layer-by-Layer coating is a well-known technique for customization and optimization of filtration properties of membranes but is mostly used on polymeric membranes. Ceramic membranes comprising a metal oxide filtration layer of Al2O3 or TiO2 are charged and therefore highly suitable for polyelectrolyte adsorption. The high stability of the membrane support allows efficient backwash and chemical cleaning of the membrane. The presented study reports metal oxide/organic composite membrane with an increased rejection of bivalent salts like MgSO4 and the organic micropollutant Diclofenac. A self-build apparatus was used for applying the polyelectrolyte multilayers on the ceramic membrane. The device controls the flow and timing of the polyelectrolytes and washing solutions. As support for the Layer-by-Layer coat, ceramic mono-channel membranes were used with an inner capillary of 8 mm diameter, which is connected to the coating device. The inner wall of the capillary is coated subsequently with polycat- and anions. The filtration experiments were performed with a feed solution of MgSO4 and Diclofenac. The salt content of the permeate was detected conductometrically and Diclofenac was measured with UV-Adsorption. The concluded results show retention values of magnesium sulfate of 70% and diclofenac retention of 60%. Further experimental research studied various parameters of the composite membrane-like Molecular Weight Cut Off and pore size, Zeta potential and its mechanical and chemical robustness.

Keywords: water purification, polyelectrolytes, membrane modification, layer-by-layer coating, ceramic membranes

Procedia PDF Downloads 218
1101 An Exploration of Renewal Utilization of Under-bridge Space Based on Spatial Potential Evaluation - Taking Chongqing Municipality as an Example

Authors: Xuelian Qin

Abstract:

Urban "organic renewal" based on the development of existing resources in high-density urban areas has become the mainstream of urban development in the new era. As an important stock resource of public space in high-density urban areas, promoting its value remodeling is an effective way to alleviate the shortage of public space resources. However, due to the lack of evaluation links in the process of underpass space renewal, a large number of underpass space resources have been left idle, facing the problems of low space conversion efficiency, lack of accuracy in development decision-making, and low adaptability of functional positioning to citizens' needs. Therefore, it is of great practical significance to construct the evaluation system of under-bridge space renewal potential and explore the renewal mode. In this paper, some of the under-bridge spaces in the main urban area of Chongqing are selected as the research object. Through the questionnaire interviews with the users of the built excellent space under the bridge, three types of six levels and twenty-two potential evaluation indexes of "objective demand factor, construction feasibility factor and construction suitability factor" are selected, including six levels of land resources, infrastructure, accessibility, safety, space quality and ecological environment. The analytical hierarchy process and expert scoring method are used to determine the index weight, construct the potential evaluation system of the space under the bridge in high-density urban areas of Chongqing, and explore the direction of renewal and utilization of its suitability. To provide feasible theoretical basis and scientific decision support for the use of under bridge space in the future.

Keywords: high density urban area, potential evaluation, space under bridge, updated using

Procedia PDF Downloads 53
1100 Experimental Recovery of Gold, Silver and Palladium from Electronic Wastes Using Ionic Liquids BmimHSO4 and BmimCl as Solvents

Authors: Lisa Shambare, Jean Mulopo, Sehliselo Ndlovu

Abstract:

One of the major challenges of sustainable development is promoting an industry which is both ecologically durable and economically viable. This requires processes that are material and energy efficient whilst also being able to limit the production of waste and toxic effluents through effective methods of process synthesis and intensification. In South Africa and globally, both miniaturisation and technological advances have substantially increased the amount of electronic wastes (e-waste) generated annually. Vast amounts of e-waste are being generated yearly with only a minute quantity being recycled officially. The passion for electronic devices cannot ignore the scarcity and cost of mining the noble metal resources which contribute significantly to the efficiency of most electronic devices. It has hence become imperative especially in an African context that sustainable strategies which are environmentally friendly be developed for recycling of the noble metals from e-waste. This paper investigates the recovery of gold, silver and palladium from electronic wastes, which consists of a vast array of metals, using ionic liquids which have the potential of reducing the gaseous and aqueous emissions associated with existing hydrometallurgical and pyrometallurgical technologies while also maintaining the economy of the overall recycling scheme through solvent recovery. The ionic liquids 1-butyl-3-methyl imidazolium hydrogen sulphate (BmimHSO4) which behaves like a protic acid and was used in the present research for the selective leaching of gold and silver from e-waste. Different concentrations of the aqueous ionic liquid were used in the experiments ranging from 10% to 50%. Thiourea was used as the complexing agent in the investigation with Fe3+ as the oxidant. The pH of the reaction was maintained in the range of 0.8 to 1.5. The preliminary investigations conducted were successful in the leaching of silver and palladium at room temperature with optimum results being at 48hrs. The leaching results could not be explained because of the leaching of palladium with the absence of gold. Hence a conclusion could not be drawn and there was the need for further experiments to be run. The leaching of palladium was carried out with hydrogen peroxide as oxidant and 1-butyl-3-methyl imidazolium chloride (BmimCl) as the solvent. The experiments at carried out at a temperature of 60 degrees celsius and a very low pH. The chloride ion was used to complex with palladium metal. From the preliminary results, it could be concluded that pretreatment of the treatment e-waste was necessary to improve the efficiency of the metal recovery process. A conclusion could not be drawn for the leaching experiments.

Keywords: BmimCl, BmimHSO4, gold, palladium, silver

Procedia PDF Downloads 257
1099 Type 2 Diabetes Mellitus Among a St. Lucian Population: What We Know about Lifestyle Modification

Authors: Bradley Fevrier

Abstract:

Background: Type 2 diabetes mellitus, a non-communicable metabolic disorder, is a fast-growing problem for health, as it presents numerous complications and death worldwide. St. Lucia, much like most other emerging nation in the Caribbean, struggles with the management of type 2 diabetes mellitus (T2DM) among its populace. Good knowledge, attitude, and practices [KAP] of T2DM are essential in the prevention and management of this disease.Lifestyle adaptation, including increased knowledge, positive attitude, and efficient practice towards lifestyle modifications, can avert the advancement of difficulties associated with diabetes. Methods: An institutional-based cross-sectional study was conducted during the period June 15, 2022, to July15 2022. Data were collected by using the self-administered questionnaire designed to collect the required information from participants, and the data wasanalyzed using the statistical package for social science (SPSS) version 26. Knowledge, attitude, and practice of lifestyle modification among participants were determined using descriptive statistics. Results: A total of 402 participants completed the study, fully yielding an 84% response rate. Overall, the assessed levels of KAP relating to the life-threatening complications of T2DM were moderate. Results further indicated that women outnumbered men 68.4% to 31.6%, respectively. Significant positive correlation (r= 0.244, p<0.001) and (r=.203, p<0.001) were found between the knowledge level as well as the attitude level of study respondents. Conclusion: The overall study findings regarding the level of knowledge and attitude concerning lifestyle modifications among study participants were interpreted as generally high. However, the practice of healthy lifestyle modification habits was poor. The current findings suggest a need for structured educational campaigns prioritizing the importance of lifestyle modifications (weight loss, smoking cessation, physical exercise) to the general population.

Keywords: Diabetes, knowledge, lifestyle, survey

Procedia PDF Downloads 105
1098 Effect of Phaseolus vulgaris Inoculation on P. vulgaris and Zea mays Growth and Yield Cultivated in Intercropping

Authors: Nour Elhouda Abed, Bedj Mimi, Wahid Slimani, Mourad Atif, Abdelhakim Ouzzane, Hocine Irekti, Abdelkader Bekki

Abstract:

The most frequent system of cereal production in Algeria is fallow-wheat. This is an extensive system that meets only the half needs some cereals and fodder demand. Resorption of fallow has become a strategic necessity to ensure food security in response to the instability of supply and the persistence of higher food prices on the world market. Despite several attempts to replace the fallow by crop cultures, choosing the best crop remains. Today, the agronomic and economic interests of legumes are demonstrated. However, their crop culture remains marginalized because of the weakness and instability of their performance. In the context of improving legumes and cereals crops as well as fallow resorption, we undertook to test, in the field, the effect of rhizobial inoculation of Phaseolus vulgaris in association with Zea Mays. We firstly studied the genetic diversity of rhizobial strains that nodulate P.vulgaris isolated from fifteen (15) different regions. ARDRA had shown 18 different genetic profiles. Symbiotic characterization highlighted a strain that highly significantly improved the fresh and dry weight of the host plant, in comparison to the negative control (un-inoculated) and the positive control (inoculated with the reference strain CIAT 899). In the field, the selected strain increased significantly the growth and yield of P.vulgaris and Zea Mays comparing to the non-inoculated control. However, the mix inoculation (selected strain+ Ciat 899) had not given the best parameters showing, thus, no synergy between the strains. These results indicate the replacing fallow by a crop legume in intercropping with cereals crops.

Keywords: fallow, intercropping, inoculation, legumes-cereals

Procedia PDF Downloads 335
1097 Numerical Analysis of the Flexural Behaviour of Concrete-Filled Rectangular Flange Girders

Authors: R. Al-Dujele, K. A. Cashell

Abstract:

A tubular flange girder is an I-shaped steel girder with either one of both of the usual flat flange plates replaced with a hollow section. Typically, these hollow sections are either rectangular or circular in shape. Concrete filled tubular flange girders (CFTFGs) are unconventional I-shaped beams that use a hollow structural section as the top flange which is filled with concrete. The resulting section offers very high lateral torsional buckling strength and stiffness compared with conventional steel I-beams of similar depth, width and weight, typically leading to a reduction in lateral bracing requirements. This paper is focussed on investigating the ultimate capacity of concrete filled rectangular tubular flange girders (CFRTFGs). These are complex members and their behaviour is governed by a number of inter-related parameters. The FE model is developed using ABAQUS software, 3-D finite element (FE) model for simply supported CFRTFGs subjected to two point loads applied at the third-span points is built. An initial geometrical imperfection of (L/1000), as well as geometrical and material nonlinearities, are introduced into the model, where L denotes the span of the girder. In this numerical model, the concrete and steel materials are modelled using eight-node solid and four-node shell elements, respectively. In addition to the FE model, simplified analytical expressions for the flexural capacity are also proposed, and the results are compared to those from the FE analyses. The analytical expressions, which are suitable for design, are also shown to be capable of providing an accurate depiction of the bending moment capacity.

Keywords: concrete-filled rectangular tubular flange girders, ultimate capacity, confining effect, finite element analysis

Procedia PDF Downloads 123
1096 Endophytic Fungi Recovered from Lycium arabicum as an Eco-Friendly Alternative for Fusarium Crown and Root Rot Disease Control and Tomato Growth Enhancement

Authors: Ahlem Nefzi, Rania Aydi Ben Abdallah, Hayfa Jabnoun-Khiareddine, Ammar Nawaim, Rabiaa Haouala, Mejda Daami-Remadi

Abstract:

Seven endophytic fungi were isolated from the wild Solanaceous species Lycium arabicum growing in the Tunisian Centre-East and were assessed for their ability to suppress Fusarium Crown and Root Rot disease caused by Fusarium oxysporum f. sp. radicis lycopersici (FORL) and to enhance plant growth. Fungal isolates were shown able to colonize tomato cv. Rio Grande roots, crowns, and stems. A significant promotion in all studied growth parameters (root length, shoot height, and roots and shoots fresh weight) was recorded in tomato plants treated with fungal conidial suspensions or their cell-free culture filtrates compared to FORL-inoculated or pathogen-free controls. I15 and I18 isolates were shown to be the most effective leading to 85.7-87.5 and 93.6-98.4% decrease in leaf and root damage index and the vascular discoloration extent, respectively, over FORL-inoculated and untreated control. These two bioactive and growth-promoting isolates (I15 and I18) were morphologically characterized and identified using rDNA sequencing gene as being Alternaria alternata (MF693801) and Fusarium fujikuroi (MF693802). These fungi significantly suppressed FORL mycelial growth and showed chitinolytic, proteolytic and amylase activities whereas only F. fujikuroi displayed a lipolytic activity. This study clearly demonstrated the potential use of fungi naturally associated with L. arabicum as biocontrol and bio-fertilizing agents.

Keywords: biocontrol, endophytic fungi, Fusarium oxysporum f. sp. radicis-lycopersici, tomato promotion, Lycium arabicum

Procedia PDF Downloads 142
1095 Effect of Different Level of Pomegranate Molasses on Performance, Egg Quality Trait, Serological and Hematological Parameters in Older Laying Hens

Authors: Ismail Bayram, Aamir Iqbal, E. Eren Gultepe, Cangir Uyarlar, Umit Ozcınar, I. Sadi Cetingul

Abstract:

The current study was planned with the objective to explore the potential of pomegranate molasses (PM) on performance, egg quality and blood parameters in older laying hens. A total of 240 Babcock white laying hens (52 weeks old) were divided into 5 groups (n=48) with 8 subgroups having 6 hens in each. Pomegranate molasses was added in the drinking water to experimental groups with 0 %, 0.1%, 0.25 %, 0.5%, and 1%, respectively during one month. In our results, egg weight values were remained the same in all pomegranate molasses supplemented groups except 1% group over control. However, feed consumption, egg production, feed conversion ratio (FCR), egg mass, egg yolk cholesterol, body weights, and water consumption remained unaffected (P > 0.05). During mid-study (15 Days) analyses, egg quality parameters such as Haugh unit, eggshell thickness, albumin index, yolk index, and egg yolk color were remained non-significant (P > 0.05) while after final (30 Days) egg analyses, only egg yolk color had positively (P < 0.05) increased in 0.5% group. Moreover, Haugh unit, eggshell thickness, and albumin index were not significantly (P > 0.05) affected by the supplementation of pomegranate molasses. Regarding serological parameters, pomegranate molasses did not show any positive effect on cholesterol, total protein, LDL, HDL, GGT, AST, ALT, and glucose level. Similarly, pomegranate molasses also showed non-significant (P > 0.05) results on different blood parameters such as HCT, RBC, MCV, MCH, MCHC, PLT, RDWC, MPV except hemoglobin level. Only hemoglobin level was increased in all experimental groups over control showing that pomegranate molasses can be used as an enhancer in animals with low hemoglobin level.

Keywords: pomegranate molasses, laying hen, egg yield, blood parameters

Procedia PDF Downloads 126
1094 Using Complete Soil Particle Size Distributions for More Precise Predictions of Soil Physical and Hydraulic Properties

Authors: Habib Khodaverdiloo, Fatemeh Afrasiabi, Farrokh Asadzadeh, Martinus Th. Van Genuchten

Abstract:

The soil particle-size distribution (PSD) is known to affect a broad range of soil physical, mechanical and hydraulic properties. Complete descriptions of a PSD curve should provide more information about these properties as opposed to having only information about soil textural class or the soil sand, silt and clay (SSC) fractions. We compared the accuracy of 19 different models of the cumulative PSD in terms of fitting observed data from a large number of Iranian soils. Parameters of the six most promising models were correlated with measured values of the field saturated hydraulic conductivity (Kfs), the mean weight diameter of soil aggregates (MWD), bulk density (ρb), and porosity (∅). These same soil properties were correlated also with conventional PSD parameters (SSC fractions), selected geometric PSD parameters (notably the mean diameter dg and its standard deviation σg), and several other PSD parameters (D50 and D60). The objective was to find the best predictions of several soil physical quality indices and the soil hydraulic properties. Neither SSC nor dg, σg, D50 and D60 were found to have a significant correlation with both Kfs or logKfs, However, the parameters of several cumulative PSD models showed statistically significant correlation with Kfs and/or logKfs (|r| = 0.42 to 0.65; p ≤ 0.05). The correlation between MWD and the model parameters was generally also higher than either with SSC fraction and dg, or with D50 and D60. Porosity (∅) and the bulk density (ρb) also showed significant correlation with several PSD model parameters, with ρb additionally correlating significantly with various geometric (dg), mechanical (D50 and D60), and agronomic (clay and sand) representations of the PSD. The fitted parameters of selected PSD models furthermore showed statistically significant correlations with Kfs,, MWD and soil porosity, which may be viewed as soil quality indices. Results of this study are promising for developing more accurate pedotransfer functions.

Keywords: particle size distribution, soil texture, hydraulic conductivity, pedotransfer functions

Procedia PDF Downloads 253
1093 The Acute Effects of a Warm-Up Including Different Dynamic Stretching on Hamstring Stiffness, Flexibility, and Strength

Authors: Che Hsiu Chen, Kuo Wei Tseng, Zih Jian Huang, Hon Wen Cheng

Abstract:

A typical warm-up contains both stretching exercises and jogging. The static stretching prior to training or competition may cause detrimental effects to athletic performance. However, it is unclear whether different types of dynamic stretching exercises had different acute effects on knee flexors stiffness, flexibility, and strength. The purpose of this study was to analyze the knee flexors stiffness, flexibility, and strength gains after dynamic straight leg raise (DSLR) and dynamic modified toe-touch (MTT) stretching. Sixteen healthy university active men (height 176.27 ± 4.03 cm; weight 72.27 ± 8.90 kg; age 22.09 ± 2.31 years). After 5 minutes (8km/h) of running subjects performed 2 randomly ordered stretching protocols: DSLR and MTT stretching protocols. There were a total of six, 30 seconds bouts of dynamic stretching (15 repetitions) with 30seconds rest between bouts. The outcome measures were maximal voluntary isokinetic concentric hamstring strength (60°/s), muscle flexibility test by passive straight leg raise (PSLR), active straight leg raise (ASLR), and muscle stiffness using ultrasound Acoustic Radiation Forced Impulse (ARFI) elastography before and immediately after stretching. The muscle stiffness and concentric strength decreased significantly (p < .05), the flexibility no significant change after DSLR protocol (p > .05). The concentric strength decreased significantly (p < .05), the flexibility and muscle stiffness no significant change after MTT protocol (p > .05), whereas no significant differences were found for the DSLR and MTT. Our findings suggest that dynamic stretching (30s x 6 bouts) resulted in change in muscle stiffness or may be induced slack in the musculotendinous unit thereby, reducing force production. Therefore, 30s x 6 bouts of dynamic stretching adversely affects efforts of hamstring muscle maximal concentric strength.

Keywords: sport injury, ultrasound, eccentric exercise, performance

Procedia PDF Downloads 259
1092 Effect of Goat Milk Kefir and Soy Milk Kefir on IL-6 in Diabetes Mellitus Wistar Mice Models Induced by Streptozotocin and Nicotinamide

Authors: Agatha Swasti Ayuning Tyas

Abstract:

Hyperglycemia in Diabetes Mellitus (DM) is an important factor in cellular and vascular damage, which is caused by activation of C Protein Kinase, polyol and hexosamine track, and production of Advanced Glycation End-Products (AGE). Those mentioned before causes the accumulation of Reactive Oxygen Species (ROS). Oxidative stress increases the expression of proinflammatory factors IL-6 as one of many signs of endothelial disfunction. Genistein in soy milk has a high immunomodulator potential. Goat milk contains amino acids which have antioxidative potential. Fermented kefir has an anti-inflammatory activity which believed will also contribute in potentiating goat milk and soy milk. This study is a quasi-experimental posttest-only research to 30 Wistar mice. This study compared the levels of IL-6 between healthy Wistar mice group (G1) and 4 DM Wistar mice with intervention and grouped as follows: mice without treatment (G2), mice treated with 100% goat milk kefir (G3), mice treated with combination of 50% goat milk kefir and 50% soy milk kefir (G4), and mice treated with 100% soy milk kefir (G5). DM animal models were induced with Streptozotocin & Nicotinamide to achieve hyperglycemic condition. Goat milk kefir and soy milk kefir are given at a dose of 2 mL/kg body weight/day for four weeks to intervention groups. Blood glucose was analyzed by the GOD-POD principle. IL-6 was analyzed by enzyme-linked sandwich ELISA. The level of IL-6 in DM untreated control group (G2) showed a significant difference from the group treated with the combination of 50% goat milk kefir and 50% soy milk kefir (G3) (p=0,006) and the group treated with 100% soy milk kefir (G5) (p=0,009). Whereas the difference of IL-6 in group treated with 100% goat milk kefir (G3) was not significant (p=0,131). There is also synergism between glucose level and IL-6 in intervention groups treated with combination of 50% goat milk kefir and 50% soy milk kefir (G3) and the group treated with 100% soy milk kefir (G5). Combination of 50 % goat milk kefir and 50% soy milk kefir and administration of 100% soy milk kefir alone can control the level of IL-6 remained low in DM Wistar mice induced with streptozocin and nicotinamide.

Keywords: diabetes mellitus, goat milk kefir, soy milk kefir, interleukin 6

Procedia PDF Downloads 259
1091 Association of Brain-Derived Neurotrophic Factor (BDNF) Gene with Obesity and Metabolic Traits in Malaysian Adults

Authors: Yamunah Devi Apalasamy, Sanjay Rampal, Tin Tin Su, Foong Ming Moy, Hazreen Abdul Majid, Awang Bulgiba, Zahurin Mohamed

Abstract:

Obesity is a growing global health issue. Obesity results from a combination of environmental and genetics factors. Brain-derived neurotrophic factor (BDNF), a gene encodes the BDNF protein and the BDNF gene have been linked to regulation of body weight and appetite. Genome-wide association studies have identified the BDNF variants to be related to obesity among Caucasians, East Asians, and Filipinos. However, the role of BDNF in other ethnic groups remains inconclusive. This case control study aims to investigate the associations of BDNF gene polymorphisms with obesity and metabolic parameters in Malaysian Malays. BDNF rs4074134, BDNF rs10501087 and BDNF rs6265 were genotyped using Sequenom MassARRAY. Anthropometric, body fat, fasting lipids and glucose levels were measured. A total of 663 subjects (194 obese and 469 non-obese) were included in this study. There were no significant associations association between BDNF SNPs and obesity. The allelic and genotype frequencies of the BDNF SNPs were similar in the obese and non-obese groups. After adjustment for age and sex, the BDNF variants were not associated with obesity, body fat, fasting lipids and glucose levels. Haplotypes at the BDNF gene region, were not significantly associated with obesity. The BDNF rs4074134 was in strong LD with BDNF rs10501087 (D'=0.98) and BDNF rs6265 (D'=0.87). The BDNF rs10501087 was also in strong LD with BDNF rs6265 (D'=0.91). Our findings suggest that the BDNF variants and the haplotypes of BDNF gene were not associated with obesity and metabolic traits in this study population. Further research is needed to explore other BDNF variants with a larger sample size with gene-environment interactions in multi ethnic Malaysian population.

Keywords: genomics of obesity, SNP, BMI, haplotypes

Procedia PDF Downloads 409