Search results for: litter decomposition
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 691

Search results for: litter decomposition

421 Evaluation of Forensic Pathology Practice Outside Germany – Experiences From 20 Years of Second Look Autopsies in Cooperation with the Institute of Legal Medicine Munich

Authors: Michael Josef Schwerer, Oliver Peschel

Abstract:

Background: The sense and purpose of forensic postmortem examinations are undoubtedly the same in Institutes of Legal Medicine all over the world. Cause and manner of death must be determined, persons responsible for unnatural death must be brought to justice, and accidents demand changes in the respective scenarios to avoid future mishaps. The latter particularly concerns aircraft accidents, not only regarding consequences from criminal or civil law but also in pursuance of the International Civil Aviation Authority’s regulations, which demand lessons from mishap investigations to improve flight safety. Irrespective of the distinct circumstances of a given casualty or the respective questions in subsequent death investigations, a forensic autopsy is the basis for all further casework, the clue to otherwise hidden solutions, and the crucial limitation for final success when not all possible findings have been properly collected. This also implies that the targeted work of police forces and expert witnesses strongly depends on the quality of forensic pathology practice. Deadly events in foreign countries, which lead to investigations not only abroad but also in Germany, can be challenging in this context. Frequently, second-look autopsies after the repatriation of the deceased to Germany are requested by the legal authorities to ensure proper and profound documentation of all relevant findings. Aims and Methods: To validate forensic postmortem practice abroad, a retrospective study using the findings in the corresponding second-look autopsies in the Institute of Legal Medicine Munich over the last 20 years was carried out. New findings unreported in the previous autopsy were recorded and judged for their relevance to solving the respective case. Further, the condition of the corpse at the time of the second autopsy was rated to discuss artifacts mimicking evidence or the possibility of lost findings resulting from, e.g., decomposition. Recommendations for future handling of death cases abroad and efficient autopsy practice were pursued. Results and Discussion: Our re-evaluation confirmed a high quality of autopsy practice abroad in the vast majority of cases. However, in some casework, incomplete documentation of pathology findings was revealed along with either insufficient or misconducted dissection of organs. Further, some of the bodies showed missing parts of some organs, most probably resulting from sampling for histology studies during the first postmortem. For the aeromedical evaluation of a decedent’s health status prior to an aviation mishap, particularly lost or obscured findings in the heart, lungs, and brain impeded expert testimony. Moreover, incomplete fixation of the body or body parts for repatriation was seen in several cases. This particularly involved previously dissected organs deposited back into the body cavities at the end of the first autopsy. Conclusions and Recommendations: Detailed preparation in the first forensic autopsy avoids the necessity of a second-look postmortem in the majority of cases. To limit decomposition changes during repatriation from abroad, special care must be taken to include pre-dissected organs in the chemical fixation process, particularly when they are separated from the blood vessels and just deposited back into the body cavities.

Keywords: autopsy practice, second-look autopsy, retrospective study, quality standards, decomposition changes, repatriation

Procedia PDF Downloads 33
420 Twin Deficits Hypothesis: The Case of Turkey

Authors: Mehmet Mucuk, Ayşen Edirneligil

Abstract:

Budget and current account deficits are main problems for all countries. There are different approaches about the relationship between budget deficit and current account deficit. While Keynesian view accepts that there is a casual link between these variables, Ricardian equivalence hypothesis rejects it. The aim of this study is to analyze the validity of Keynesian view for Turkish Economy using VAR analysis with the monthly data in the period of 2006-2014. In this context, it will be used Johansen Cointegration Test, Impulse-Response Function and Variance Decomposition Tests.

Keywords: budget deficit, current account deficit, Turkish economy, twin deficits

Procedia PDF Downloads 409
419 Exergy Analysis of Poultry Litter-to-Energy Production by the Advanced Combustion System

Authors: Samuel Oludayo Alamu, Seong Lee

Abstract:

The need for generating energy from biomass in an efficient way as well as maximizing the yield of total energy from the thermal conversion process has been a major concern for researchers. A holistic approach which involves the combination of First law of thermodynamics (FLT) and the second law of thermodynamics (SLT) is required for conducting an effective assessment of an energy plant since FLT analysis alone fails to identify the quality of the dissipated energy and how much work potential is available. The overall purpose of this study is to investigate the exergy analysis of direct combustion of poultry waste being converted to energy with a handful of environmental assessment of the conversion processes in order to maximize thermal efficiency. The exergy analysis around the shell and tube heat exchanger (STHE) was investigated primarily by varying the operating parameters for different tube shapes and flow direction, and an exergy model was obtained from estimations of the higher heating value and standard entropy of poultry waste from the elemental compositions. The STHE was designed and fabricated by Lee Research Group at Morgan State University. The analysis conducted on theSTHE using the flue gas temperature entering and exiting show that only about one-third of the energy input to the STHE was available to do work with an overall efficiency of 13.8%, while a huge amount was lost to the surrounding. By recirculating the flue gas, the exergy efficiency of the combustion system can be maximized with a greater reduction in the amount of exergy loss.

Keywords: exergy analysis, shell and tube heat exchanger, thermodynamics, combustion system, thermal efficiency

Procedia PDF Downloads 88
418 From Shallow Semantic Representation to Deeper One: Verb Decomposition Approach

Authors: Aliaksandr Huminski

Abstract:

Semantic Role Labeling (SRL) as shallow semantic parsing approach includes recognition and labeling arguments of a verb in a sentence. Verb participants are linked with specific semantic roles (Agent, Patient, Instrument, Location, etc.). Thus, SRL can answer on key questions such as ‘Who’, ‘When’, ‘What’, ‘Where’ in a text and it is widely applied in dialog systems, question-answering, named entity recognition, information retrieval, and other fields of NLP. However, SRL has the following flaw: Two sentences with identical (or almost identical) meaning can have different semantic role structures. Let consider 2 sentences: (1) John put butter on the bread. (2) John buttered the bread. SRL for (1) and (2) will be significantly different. For the verb put in (1) it is [Agent + Patient + Goal], but for the verb butter in (2) it is [Agent + Goal]. It happens because of one of the most interesting and intriguing features of a verb: Its ability to capture participants as in the case of the verb butter, or their features as, say, in the case of the verb drink where the participant’s feature being liquid is shared with the verb. This capture looks like a total fusion of meaning and cannot be decomposed in direct way (in comparison with compound verbs like babysit or breastfeed). From this perspective, SRL looks really shallow to represent semantic structure. If the key point in semantic representation is an opportunity to use it for making inferences and finding hidden reasons, it assumes by default that two different but semantically identical sentences must have the same semantic structure. Otherwise we will have different inferences from the same meaning. To overcome the above-mentioned flaw, the following approach is suggested. Assume that: P is a participant of relation; F is a feature of a participant; Vcp is a verb that captures a participant; Vcf is a verb that captures a feature of a participant; Vpr is a primitive verb or a verb that does not capture any participant and represents only a relation. In another word, a primitive verb is a verb whose meaning does not include meanings from its surroundings. Then Vcp and Vcf can be decomposed as: Vcp = Vpr +P; Vcf = Vpr +F. If all Vcp and Vcf will be represented this way, then primitive verbs Vpr can be considered as a canonical form for SRL. As a result of that, there will be no hidden participants caught by a verb since all participants will be explicitly unfolded. An obvious example of Vpr is the verb go, which represents pure movement. In this case the verb drink can be represented as man-made movement of liquid into specific direction. Extraction and using primitive verbs for SRL create a canonical representation unique for semantically identical sentences. It leads to the unification of semantic representation. In this case, the critical flaw related to SRL will be resolved.

Keywords: decomposition, labeling, primitive verbs, semantic roles

Procedia PDF Downloads 345
417 Thermophilic Anaerobic Granular Membrane Distillation Bioreactor for Wastewater Reuse

Authors: Duong Cong Chinh, Shiao-Shing Chen, Le Quang Huy

Abstract:

Membrane distillation (MD) is actually claimed to be a cost-effective separation process when waste heat, alternative energy sources, or wastewater are used. To the best of our knowledge, this is the first study that a thermophilic anaerobic granular bioreactor is integrated with membrane distillation (ThAnMDB) was investigated. In this study, the laboratory scale anaerobic bioreactor (1.2 litter) was set-up. The bioreactor was maintained at temperature 55 ± 2°C, hydraulic retention time = 0.5 days, organic loading rates of 7 and 10 kg chemical oxygen demand (COD) m³/day. Side-stream direct contact membrane distillation with the polytetrafluoroethylene membrane area was 150 cm². The temperature of the distillate was kept at 25°C. Results show that distillate flux was 19.6 LMH (Liters per square meter per hour) on the first day and gradually decreased to 6.9 LMH after 10 days, and the membrane was not wet. Notably, by directly using the heat from the thermophilic anaerobic for MD separation process, all distilled water from wastewater was reuse as fresh water (electrical conductivity < 120 µs/cm). The ThAnMDB system showed its high pollutant removal performance: chemical oxygen demand (COD) from 99.6 to 99.9%, NH₄⁺ from 60 to 95%, and PO₄³⁻ complete removal. In addition, methane yield was from 0.28 to 0.34 lit CH₄/gram COD removal (80 – 97% of the theoretical) demonstrated that the ThAnMDB system was quite stable. The achievement of the ThAnMDB is not only in removing pollutants and reusing wastewater but also in absolutely unnecessarily adding alkaline to the anaerobic bioreactor system.

Keywords: high rate anaerobic digestion, membrane distillation, thermophilic anaerobic, wastewater reuse

Procedia PDF Downloads 106
416 A Comparative Evaluation of Broiler Strains Chickens, Arbor Acres, and Ross in Experimental Coccidiosis

Authors: S. S. R. Shojaei, S. Kord Afshari

Abstract:

The study was initiated to compare the production and defecation of Eimerial oocysts of two internationally reputed broiler strains under the local environmental and management conditions. 40 one-day old male chickens of Arbor Acres strain and ROSS strain (20 chicks from each strain) used in this study and were divided randomly into four control and challenge groups. Feed and water were provided for ad libitum consumption. At 15 d of age, chickens of challenge groups (from each strain) were individually inoculated with a mixture of 50000 of sporulated oocysts of 4 species including of E. acervulina (20%), E. maxima (40%), E. tenella (25%) and E. necatrix (15%) and also from the fourth day after Eimerial challenge, faecal droppings (litter samples) were collected 10 days consecutively for counting oocyst per gram (OPG). The results indicated that in the challenge groups, there was an increasing process of OPG in days of 4 to 7 post challenging and the pick level of OPG was seen at seventh day after challenging. From day 8 to 9, decreasing of OPG was happened. This decreasing continues with mild, fast and mild process to day of 13. Respectively and totally the average of OPG in the Arbor Acres group was lower than the group Ross in all days post inoculation and this difference was significant according to t-test. According to the obtained results in this study and since oocyst index almost always is considered as one of the most important indicators for coccidiosis evaluation, it can be realized that in the same surveillance condition the regarding the severity evaluation of coccidiosis, Arbor Acres strain broilers shed less oocysts than Ross strain broilers.

Keywords: arbor acres, ross, coccidiosis, OPG

Procedia PDF Downloads 482
415 Frequency Identification of Wiener-Hammerstein Systems

Authors: Brouri Adil, Giri Fouad

Abstract:

The problem of identifying Wiener-Hammerstein systems is addressed in the presence of two linear subsystems of structure totally unknown. Presently, the nonlinear element is allowed to be noninvertible. The system identification problem is dealt by developing a two-stage frequency identification method such a set of points of the nonlinearity are estimated first. Then, the frequency gains of the two linear subsystems are determined at a number of frequencies. The method involves Fourier series decomposition and only requires periodic excitation signals. All involved estimators are shown to be consistent.

Keywords: Wiener-Hammerstein systems, Fourier series expansions, frequency identification, automation science

Procedia PDF Downloads 510
414 Electrocardiogram Signal Denoising Using a Hybrid Technique

Authors: R. Latif, W. Jenkal, A. Toumanari, A. Hatim

Abstract:

This paper presents an efficient method of electrocardiogram signal denoising based on a hybrid approach. Two techniques are brought together to create an efficient denoising process. The first is an Adaptive Dual Threshold Filter (ADTF) and the second is the Discrete Wavelet Transform (DWT). The presented approach is based on three steps of denoising, the DWT decomposition, the ADTF step and the highest peaks correction step. This paper presents some application of the approach on some electrocardiogram signals of the MIT-BIH database. The results of these applications are promising compared to other recently published techniques.

Keywords: hybrid technique, ADTF, DWT, thresholding, ECG signal

Procedia PDF Downloads 299
413 High-Temperature X-Ray Powder Diffraction of Secondary Gypsum

Authors: D. Gazdič, I. Hájková, M. Fridrichová

Abstract:

This paper involved the performance of a high-temperature X-Ray powder diffraction analysis (XRD) of a sample of chemical gypsum generated in the production of titanium white; this gypsum originates by neutralizing highly acidic water with limestone suspension. Specifically, it was gypsum formed in the first stage of neutralization when the resulting material contains, apart from gypsum, a number of waste products resulting from the decomposition of ilmenite by sulphuric acid. So it can be described as red titanogypsum. By conducting the experiment using XRD apparatus Bruker D8 Advance with a Cu anode (λkα=1.54184 Å) equipped with high-temperature chamber Anton Paar HTK 16, it was possible to identify clearly in the sample each phase transition in the system of CaSO4•xH2O.

Keywords: anhydrite, gypsum, bassanite, hematite, XRD, powder, high-temperature

Procedia PDF Downloads 321
412 Synthesis of AgInS2–ZnS at Low Temperature with Tunable Photoluminescence for Photovoltaic Applications

Authors: Nitu Chhikaraa, S. B. Tyagia, Kiran Jainb, Mamta Kharkwala

Abstract:

The I–III–VI2 semiconductor Nanocrystals such as AgInS2 have great interest for various applications such as optical devices (solar cell and LED), cellular Imaging and bio tagging etc. we synthesized the phase and shape controlled chalcopyrite AgInS2 (AIS) colloidal nanoparticles by thermal decomposition of metal xanthate at low temperature in an organic solvent’s containing surfactant molecules. Here we are focusing on enhancements of photoluminescence of AgInS2 Nps by coating of ZnS at low temperature for application of optical devices. The size of core shell Nps was less than 50nm.by increasing the time and temperature the emission of the wavelength of the Zn coated AgInS2 Nps could be adjusted from visible region to IR the QY of the AgInS2 Nps could be increased by coating of ZnS from 20 to 80% which was reasonably good as compared to those of the previously reported. The synthesized NPs were characterized by PL, UV, XRD and TEM.

Keywords: PL, UV, XRD, TEM

Procedia PDF Downloads 349
411 Succession and Rural vs. Urban Habitat Differences of Coleoptera Species Attracted to Pig Carrions in Eskişehir Province, Turkey

Authors: Cansu Kılıç, Ferhat Altunsoy

Abstract:

In this study, a total of 82 species belonging to the families Staphylinidae, Histeridae, Dermestidae, Silphidae and Cleridae within Coleptera were detected which are collected from 24 pig carrion for a duration of one year. While 12 of the carrions have been placed in rural areas, other 12 have been placed in urban areas in Eskişehir province. The distribution of these species according to months and the period that they exist on different stages of decomposition were determined. Furthermore, Coleoptera species attracted to the pig carrions both in rural and urban areas were detected and their similarities and differences were presented.

Keywords: forensic entomology, Coleoptera, succession, Turkey, rural, urban

Procedia PDF Downloads 291
410 Some Factors Affecting Reproductive Traits in Nigerian Indigenous Chickens under Intensive Management System

Authors: J. Aliyu, A. O. Raji, A. A. Ibrahim

Abstract:

The study was carried out to assess the fertility, early and late embryonic mortalities as well as hatchability by strain, season and hen’s weight in Nigerian indigenous chickens reared on deep litter. Four strains (normal feathered, naked neck, frizzle and dwarf) of hens maintained at a mating ratio of 1 cock to 4 hens, fed breeders mash and water ad libitum were used in a three year experiment. The data generated were subjected to analysis of variance using the SAS package and the means, where significant, were separated using the least significant difference (LSD). There were significant effects (P < 0.05) of strain on all the traits studied. Fertility was generally high (84.29 %) in all the strains. Early embryonic mortality was significantly lowest (P < 0.01) in naked neck which had the highest late embryonic mortality (P < 0.001). Hatchability was significantly highest (P < 0.01) in normal feathered (80.23 %) and slightly depressed in frizzle (74.95 %) and dwarf (72.27 %) while naked neck had the lowest (60.80 %). Season of the year had significant effects on early embryonic mortality. Dry hot season significantly (P < 0.05) depressed fertility while early embryonic mortality was depressed in the wet season (15.33 %). Early and late embryonic mortalities significantly increased (P < 0.05) with increasing weight of hen. Dwarf, frizzle and normal feathered hens could be used to improve hatchability as well as reduce early and late embryonic mortalities in Nigerian indigenous chickens.

Keywords: chicken, fertility, hatchability, indigenous, strain

Procedia PDF Downloads 400
409 Solving SPDEs by Least Squares Method

Authors: Hassan Manouzi

Abstract:

We present in this paper a useful strategy to solve stochastic partial differential equations (SPDEs) involving stochastic coefficients. Using the Wick-product of higher order and the Wiener-Itˆo chaos expansion, the SPDEs is reformulated as a large system of deterministic partial differential equations. To reduce the computational complexity of this system, we shall use a decomposition-coordination method. To obtain the chaos coefficients in the corresponding deterministic equations, we use a least square formulation. Once this approximation is performed, the statistics of the numerical solution can be easily evaluated.

Keywords: least squares, wick product, SPDEs, finite element, wiener chaos expansion, gradient method

Procedia PDF Downloads 399
408 A Cohort and Empirical Based Multivariate Mortality Model

Authors: Jeffrey Tzu-Hao Tsai, Yi-Shan Wong

Abstract:

This article proposes a cohort-age-period (CAP) model to characterize multi-population mortality processes using cohort, age, and period variables. Distinct from the factor-based Lee-Carter-type decomposition mortality model, this approach is empirically based and includes the age, period, and cohort variables into the equation system. The model not only provides a fruitful intuition for explaining multivariate mortality change rates but also has a better performance in forecasting future patterns. Using the US and the UK mortality data and performing ten-year out-of-sample tests, our approach shows smaller mean square errors in both countries compared to the models in the literature.

Keywords: longevity risk, stochastic mortality model, multivariate mortality rate, risk management

Procedia PDF Downloads 31
407 Protection against Sodium Arsenate Induced Fetal Toxicity in Albino Mice by Vitamin C and E

Authors: Fariha Qureshi, Mohammad Tahir

Abstract:

Epidemiological evidences indicated that arsenic contamination in drinking water increased the incidence of spontaneous abortion, stillbirth and premature babies in pregnant women. This study was designed to investigate the protective role of vitamin C&E against sodium arsenate induced fetal toxicity in albino mice. Twenty-four pregnant albino mice of BALB/c strain were randomly divided into 4 groups having 6 animals in each. Group A1 served as control and was injected with 0.1ml/kg/day distilled water I/P for 18 days. Groups A2,A3 & A4 received single I/P injection of sodium arsenate 35mg/kg on 8th gestational day, whereas groups A3 and A4 were also given Vitamin C and E by I/P injection, 9 mg/kg/day and 15 mg/kg/day respectively, starting from 8th GD and continued for the rest of the pregnancy period. The early implantation sites, fetal resorptions, weight of live fetuses and crown rump length were recorded. Gross morphological examination was carried out for malformations. Fetal kidneys were extracted for histological and micrometric analysis. Group A2 exhibited an increased incidence of abortion, fetal resorptions, significant decrease in number of litter and fetal weight; the difference of means was statistically significant among the groups (p<0.000). In group A2 fetal kidneys presented glomerulonephritis with acute tubular necrotic changes and interstitial fibrosis. Groups A3&A4 showed statistically significant improvement in these parameters. The results revealed the antioxidant potential of Vitamin C and E in protecting against arsenic induced fetal toxicity in mice.

Keywords: fetal toxicity, fetal resorptions, interstitial fibrosis, tocopherol

Procedia PDF Downloads 247
406 Examining the Performance of Three Multiobjective Evolutionary Algorithms Based on Benchmarking Problems

Authors: Konstantinos Metaxiotis, Konstantinos Liagkouras

Abstract:

The objective of this study is to examine the performance of three well-known multiobjective evolutionary algorithms for solving optimization problems. The first algorithm is the Non-dominated Sorting Genetic Algorithm-II (NSGA-II), the second one is the Strength Pareto Evolutionary Algorithm 2 (SPEA-2), and the third one is the Multiobjective Evolutionary Algorithms based on decomposition (MOEA/D). The examined multiobjective algorithms are analyzed and tested on the ZDT set of test functions by three performance metrics. The results indicate that the NSGA-II performs better than the other two algorithms based on three performance metrics.

Keywords: MOEAs, multiobjective optimization, ZDT test functions, evolutionary algorithms

Procedia PDF Downloads 444
405 Study on the Controlled Growth of Lanthanum Hydroxide and Manganese Oxide Nano Composite under the Presence of Cationic Surfactant

Authors: Neeraj Kumar Verma

Abstract:

Lanthanum hydroxide and manganese oxide nanocomposite are synthesized by chemical routes. Physical characterization is done by TEM to look at the size and dispersion of the nanoparticles in the composite. Chemical characterization is done by X-ray diffraction technique and FTIR to ascertain the attachment of the functionalities and bond stretching. Further thermal analysis is done by thermogravimetric analysis to find the tendency of the thermal decomposition in the elevated temperature range of 0-1000°C. Proper analysis and correlation of the various results obtained suggested the controlled growth of crystalline without agglomeration and good stability in the various temperature ranges of the composite.

Keywords: nanoparticles, XRD, TEM, lanthanum hydroxide, manganese oxide

Procedia PDF Downloads 446
404 Study of Inhibition of the End Effect Based on AR Model Predict of Combined Data Extension and Window Function

Authors: Pan Hongxia, Wang Zhenhua

Abstract:

In this paper, the EMD decomposition in the process of endpoint effect adopted data based on AR model to predict the continuation and window function method of combining the two effective inhibition. Proven by simulation of the simulation signal obtained the ideal effect, then, apply this method to the gearbox test data is also achieved good effect in the process, for the analysis of the subsequent data processing to improve the calculation accuracy. In the end, under various working conditions for the gearbox fault diagnosis laid a good foundation.

Keywords: gearbox, fault diagnosis, ar model, end effect

Procedia PDF Downloads 344
403 Reorientation of Sustainable Livestock Management: A Case Study Applied to Wastes Management in Faculty of Animal Husbandry, Padjadjaran University, Indonesia

Authors: Raka Rahmatulloh, Mohammad Ilham Nugraha, Muhammad Ifan Fathurrahman

Abstract:

The agricultural sector covers a wide area, one of them is livestock subsector that supply needs of the food source of animal protein. Animal protein is produced by the main livestock production such as meat, milk, eggs, etc. Besides the main production, livestock would produce metabolic residue, so called livestock wastes. Characteristics of livestock wastes can be either solid (feces), liquid (urine), and gas (methane) which turned out to be useful and has economical value when well-processed and well-controlled. Nowadays, this livestock wastes is considered as a source of pollutants, especially water pollution. If the source of pollutants used in an integrated way, it will have a positive impact on organic farming and a healthy environment. Management of livestock wastes can be integrated with the farming sector to the planting and caring that rely on fertilizers. Most Indonesian farmers still use chemical fertilizers, where the use of it in the long term will disturb the ecological balance of the environment. One of the main efforts is to use organic fertilizers instead of chemical fertilizer that conducted by the Faculty of Animal Husbandry, Padjadjaran University. The method is to use the solid waste of livestock and agricultural wastes into liquid organic fertilizer, feed additive, biogas and vermicompost through decomposition. The decomposition takes as long as 14 days including aeration and extraction process using water as a nutrients solvent media which contained in decomposes and disinfection media to release pathogenic microorganisms in decomposes. Liquid organic fertilizer has highly efficient for the farmers to have a ratio of carbon/nitrogen (C/N) 25/1 to 30/1 and neutral pH (6.5-7.5) which is good for plant growth. Feed additive may be given to improve the digestibility of feed so that substances can be easily absorbed by the body for production. Biogas contains methane (CH4), which has a high enough heat to produce electricity. Vermicompost is an overhaul of waste organic material that has excellent structure, porosity, aeration, drainage, and moisture holding capacity. Based on the case study above, an integrated livestock wastes management program strongly supports the Indonesian government in the achievement of sustainable livestock development.

Keywords: integrated, livestock wastes, organic fertilizer, sustainable livestock development

Procedia PDF Downloads 412
402 Revealing Thermal Degradation Characteristics of Distinctive Oligo-and Polisaccharides of Prebiotic Relevance

Authors: Attila Kiss, Erzsébet Némedi, Zoltán Naár

Abstract:

As natural prebiotic (non-digestible) carbohydrates stimulate the growth of colon microflora and contribute to maintain the health of the host, analytical studies aiming at revealing the chemical behavior of these beneficial food components came to the forefront of interest. Food processing (especially baking) may lead to a significant conversion of the parent compounds, hence it is of utmost importance to characterize the transformation patterns and the plausible decomposition products formed by thermal degradation. The relevance of this work is confirmed by the wide-spread use of these carbohydrates (fructo-oligosaccharides, cyclodextrins, raffinose and resistant starch) in the food industry. More and more functional foodstuffs are being developed based on prebiotics as bioactive components. 12 different types of oligosaccharides have been investigated in order to reveal their thermal degradation characteristics. Different carbohydrate derivatives (D-fructose and D-glucose oligomers and polymers) have been exposed to elevated temperatures (150 °C 170 °C, 190 °C, 210 °C, and 220 °C) for 10 min. An advanced HPLC method was developed and used to identify the decomposition products of carbohydrates formed as a consequence of thermal treatment. Gradient elution was applied with binary solvent elution (acetonitrile, water) through amine based carbohydrate column. Evaporative light scattering (ELS) proved to be suitable for the reliable detection of the UV/VIS inactive carbohydrate degradation products. These experimental conditions and applied advanced techniques made it possible to survey all the formed intermediers. Change in oligomer distribution was established in cases of all studied prebiotics throughout the thermal treatments. The obtained results indicate increased extent of chain degradation of the carbohydrate moiety at elevated temperatures. Prevalence of oligomers with shorter chain length and even the formation of monomer sugars (D-glucose and D-fructose) might be observed at higher temperatures. Unique oligomer distributions, which have not been described previously are revealed in the case of each studied, specific carbohydrate, which might result in various prebiotic activities. Resistant starches exhibited high stability when being thermal treated. The degradation process has been modeled by a plausible reaction mechanism, in which proton catalyzed degradation and chain cleavage take place.

Keywords: prebiotics, thermal degradation, fructo-oligosaccharide, HPLC, ELS detection

Procedia PDF Downloads 281
401 Lexico-Semantic and Contextual Analysis of the Concept of Joy in Modern English Fiction

Authors: Zarine Avetisyan

Abstract:

Concepts are part and parcel of everyday text and talk. Their ubiquity predetermines the topicality of the given research which aims at the semantic decomposition of concepts in general and the concept of joy in particular, as well as the study of lexico-semantic variants as means of realization of a certain concept in different “semantic settings”, namely in a certain context. To achieve the stated aim, the given research departs from the methods of componential and contextual analysis, studying lexico-semantic variants /LSVs/ of the concept of joy and the semantic signs embedded in those LSVs, such as the semantic sign of intensity, supporting emotions, etc. in the context of Modern English fiction.

Keywords: concept, context, lexico-semantic variant, semantic sign

Procedia PDF Downloads 335
400 Alloying Effect on Hot Workability of M42 High Speed Steel

Authors: Jung-Ho Moon, Tae Kwon Ha

Abstract:

In the present study, the effect of Si, Al, Ti, Zr, and Nb addition on the microstructure and hot workability of cast M42 tool steels, basically consisting of 1.0C, 0.2Mn, 3.8Cr, 1.5W, 8.5Co, 9.2Mo, and 1.0V in weight percent has been investigated. Tool steels containing Si of 0.25 and 0.5 wt.%, Al of 0.06 and 0.12 wt.%, Ti of 0.3 wt.%, Zr of 0.3 wt.%, and Nb of 0.3 wt.% were cast into ingots of 140 mm´ 140 mm´ 330 mm by vacuum induction melting. After solution treatment at 1150°C for 1.5 hrs. followed by furnace cooling, hot rolling at 1180 °C was conducted on the ingots. Addition of titanium, zirconium and niobium was found to retard the decomposition of the eutectic carbides and result in the deterioration of hot workability of the tool steels, while addition of aluminium and silicon showed relatively well decomposed carbide structure and resulted in sound hot rolled plates.

Keywords: high speed steels, alloying elements, eutectic carbides, microstructure, hot workability

Procedia PDF Downloads 336
399 Aging Effect on Mechanical Behavior of Duplex Stainless Steel

Authors: Jeonho Moon, Tae Kwon Ha

Abstract:

In the present study, the effect of Si, Al, Ti, Zr, and Nb addition on the microstructure and hot workability of cast M42 tool steels, basically consisting of 1.0 C, 0.2 Mn, 3.8 Cr, 1.5 W, 8.5 Co, 9.2 Mo, and 1.0 V in weight percent has been investigated. Tool steels containing Si of 0.25 and 0.5 wt.%, Al of 0.06 and 0.12 wt.%, Ti of 0.3 wt.%, Zr of 0.3 wt.%, and Nb of 0.3wt.% were cast into ingots of 140 mm x 140 mm x 330 mm by vacuum induction melting. After solution treatment at 1150 °C for 1.5 hr followed by furnace cooling, hot rolling at 1180 °C was conducted on the ingots. Addition of titanium, zirconium and niobium was found to retard the decomposition of the eutectic carbides and result in the deterioration of hot workability of the tool steels, while addition of aluminum and silicon showed relatively well decomposed carbide structure and resulted in sound hot rolled plates.

Keywords: duplex stainless steel, alloying elements, eutectic carbides, microstructure, hot workability

Procedia PDF Downloads 401
398 Solving Stochastic Eigenvalue Problem of Wick Type

Authors: Hassan Manouzi, Taous-Meriem Laleg-Kirati

Abstract:

In this paper we study mathematically the eigenvalue problem for stochastic elliptic partial differential equation of Wick type. Using the Wick-product and the Wiener-Ito chaos expansion, the stochastic eigenvalue problem is reformulated as a system of an eigenvalue problem for a deterministic partial differential equation and elliptic partial differential equations by using the Fredholm alternative. To reduce the computational complexity of this system, we shall use a decomposition-coordination method. Once this approximation is performed, the statistics of the numerical solution can be easily evaluated.

Keywords: eigenvalue problem, Wick product, SPDEs, finite element, Wiener-Ito chaos expansion

Procedia PDF Downloads 338
397 Parallel 2-Opt Local Search on GPU

Authors: Wen-Bao Qiao, Jean-Charles Créput

Abstract:

To accelerate the solution for large scale traveling salesman problems (TSP), a parallel 2-opt local search algorithm with simple implementation based on Graphics Processing Unit (GPU) is presented and tested in this paper. The parallel scheme is based on technique of data decomposition by dynamically assigning multiple K processors on the integral tour to treat K edges’ 2-opt local optimization simultaneously on independent sub-tours, where K can be user-defined or have a function relationship with input size N. We implement this algorithm with doubly linked list on GPU. The implementation only requires O(N) memory. We compare this parallel 2-opt local optimization against sequential exhaustive 2-opt search along integral tour on TSP instances from TSPLIB with more than 10000 cities.

Keywords: parallel 2-opt, double links, large scale TSP, GPU

Procedia PDF Downloads 601
396 The External Debt in the Context of Economic Growth: The Sample of Turkey

Authors: Ayşen Edirneligil, Mehmet Mucuk

Abstract:

In developing countries, one of the most important restrictions about the economic growth is the lack of national savings which are supposed to finance the investments. In order to overcome this restriction and achieve the higher rate of economic growth by increasing the level of output, countries choose the external borrowing. However, there is a dispute in the literature over the correlation between external debt and economic growth. The aim of this study is to examine the effects of external debt on Turkish economic growth by using VAR analysis with the quarterly data over the period of 2002:01-2014:04. In this respect, Johansen Cointegration Test, Impulse- Response Function and Variance Decomposition Tests will be used for analyses. Empirical findings show that there is no cointegration in the long run.

Keywords: external debt, economic growth, Turkish economy, time series analysis

Procedia PDF Downloads 376
395 Fast and Accurate Finite-Difference Method Solving Multicomponent Smoluchowski Coagulation Equation

Authors: Alexander P. Smirnov, Sergey A. Matveev, Dmitry A. Zheltkov, Eugene E. Tyrtyshnikov

Abstract:

We propose a new computational technique for multidimensional (multicomponent) Smoluchowski coagulation equation. Using low-rank approximations in Tensor Train format of both the solution and the coagulation kernel, we accelerate the classical finite-difference Runge-Kutta scheme keeping its level of accuracy. The complexity of the taken finite-difference scheme is reduced from O(N^2d) to O(d^2 N log N ), where N is the number of grid nodes and d is a dimensionality of the problem. The efficiency and the accuracy of the new method are demonstrated on concrete problem with known analytical solution.

Keywords: tensor train decomposition, multicomponent Smoluchowski equation, runge-kutta scheme, convolution

Procedia PDF Downloads 411
394 Residual Power Series Method for System of Volterra Integro-Differential Equations

Authors: Zuhier Altawallbeh

Abstract:

This paper investigates the approximate analytical solutions of general form of Volterra integro-differential equations system by using the residual power series method (for short RPSM). The proposed method produces the solutions in terms of convergent series requires no linearization or small perturbation and reproduces the exact solution when the solution is polynomial. Some examples are given to demonstrate the simplicity and efficiency of the proposed method. Comparisons with the Laplace decomposition algorithm verify that the new method is very effective and convenient for solving system of pantograph equations.

Keywords: integro-differential equation, pantograph equations, system of initial value problems, residual power series method

Procedia PDF Downloads 404
393 Percentages of Alumina Phase and Different Ph on The Ha- Al2o3 Nano Composite

Authors: S. Tayyebi, F. Mirjalili, H. Samadi, A. Nemati

Abstract:

In this study, hydroxyapatite-Alumina nano composite powder, containing 15,20 and 25% weight percent of reinforced alumina were prepared by chemical precipitation from the reaction between calcium nitrate tetrahydrate and di-ammonium hydrogen phosphate with ratio of Ca / p = 1.67 and different percentage of aluminum nitrate nona hydrate in different pH of 9,10 and 11. The microstructure and thermal stability of samples were measured by X-ray diffraction (XRD), infrared spectroscopy (FT-IR) and transmission electron microscopy (TEM). The results showed that the presence of reinforced alumina phase reduced the degree of crystallinity of hydroxyapatite phase and increased its decomposition to tricalcium phosphate phase. Microstructural analysis showed that the hydroxyapatite-alumina nano composite powder was obtained with spherical shape and size of less than 100 nm.

Keywords: biomaterial, hydroxyapatite, alumina, nano composite, precipitation method

Procedia PDF Downloads 517
392 Study of the Microstructural Evolution and Precipitation Kinetic in AZ91 Alloys

Authors: A. Azizi, M. Toubane, L. Chetibi

Abstract:

Differential scanning calorimetry (DSC) is a widely used technique for the study of phase transformations, particularly in the study of precipitation. The kinetic of the precipitation and dissolution is always related to the concept of activation energy Ea. The determination of the activation energy gives important information about the kinetic of the precipitation reaction. In this work, we were interested in the study of the isothermal and non-isothermal treatments on the decomposition of the supersaturated solid solution in the alloy AZ91 (Mg-9 Al-Zn 1-0.2 Mn. mass fraction %), using Differential Calorimetric method. Through this method, the samples were heat treated up to 425° C, using different rates. To calculate the apparent activation energies associated with the formation of precipitated phases, we used different isoconversional methods. This study was supported by other analysis: X-ray diffraction and microhardness measurements.

Keywords: calorimetric, activation energy, AZ91 alloys, microstructural evolution

Procedia PDF Downloads 420