Search results for: modified draize rabbit test
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 11265

Search results for: modified draize rabbit test

11205 Practical Methods for Automatic MC/DC Test Cases Generation of Boolean Expressions

Authors: Sekou Kangoye, Alexis Todoskoff, Mihaela Barreau

Abstract:

Modified Condition/Decision Coverage (MC/DC) is a structural coverage criterion that aims to prove that all conditions involved in a Boolean expression can influence the result of that expression. In the context of automotive, MC/DC is highly recommended and even required for most security and safety applications testing. However, due to complex Boolean expressions that often embedded in those applications, generating a set of MC/DC compliant test cases for any of these expressions is a nontrivial task and can be time consuming for testers. In this paper we present an approach to automatically generate MC/DC test cases for any Boolean expression. We introduce novel techniques, essentially based on binary trees to quickly and optimally generate MC/DC test cases for the expressions. Thus, the approach can be used to reduce the manual testing effort of testers.

Keywords: binary trees, MC/DC, test case generation, nontrivial task

Procedia PDF Downloads 441
11204 An Optimization of Machine Parameters for Modified Horizontal Boring Tool Using Taguchi Method

Authors: Thirasak Panyaphirawat, Pairoj Sapsmarnwong, Teeratas Pornyungyuen

Abstract:

This paper presents the findings of an experimental investigation of important machining parameters for the horizontal boring tool modified to mouth with a horizontal lathe machine to bore an overlength workpiece. In order to verify a usability of a modified tool, design of experiment based on Taguchi method is performed. The parameters investigated are spindle speed, feed rate, depth of cut and length of workpiece. Taguchi L9 orthogonal array is selected for four factors three level parameters in order to minimize surface roughness (Ra and Rz) of S45C steel tubes. Signal to noise ratio analysis and analysis of variance (ANOVA) is performed to study an effect of said parameters and to optimize the machine setting for best surface finish. The controlled factors with most effect are depth of cut, spindle speed, length of workpiece, and feed rate in order. The confirmation test is performed to test the optimal setting obtained from Taguchi method and the result is satisfactory.

Keywords: design of experiment, Taguchi design, optimization, analysis of variance, machining parameters, horizontal boring tool

Procedia PDF Downloads 435
11203 Effects of Asphalt Modification with Nanomaterials on Fresh and Stored Bitumen

Authors: Ahmed W. Oda, Ahmed El-Desouky, Hassan Mahdy, Osama M. Moussa

Abstract:

Nanomaterials have many applications in the field of asphalt paving. Two locally produced nanomaterials were used in the asphalt binder modification. The nanomaterials used are Nanosilica (NS), and Nanoclay (NC). The virgin asphalt binder was characterized by the conventional tests. The bitumen was modified by 3%, 5% and 7% of NS and NC. The penetration index(PI), and the retaining penetration (RP) was calculated based on the results of the penetration and the softening point tests. The results show that the RP becomes 95.35% at 5%NS modified bitumen and reaches 97.56% when bitumen is modified with 3% NC. The results show significant improvement in the bitumen stiffness when modified by the two types of nanomaterials, either fresh or aged (stored).

Keywords: bitumen, modified bitumen, aged, stored, nanomaterials

Procedia PDF Downloads 187
11202 A Novel Approach towards Test Case Prioritization Technique

Authors: Kamna Solanki, Yudhvir Singh, Sandeep Dalal

Abstract:

Software testing is a time and cost intensive process. A scrutiny of the code and rigorous testing is required to identify and rectify the putative bugs. The process of bug identification and its consequent correction is continuous in nature and often some of the bugs are removed after the software has been launched in the market. This process of code validation of the altered software during the maintenance phase is termed as Regression testing. Regression testing ubiquitously considers resource constraints; therefore, the deduction of an appropriate set of test cases, from the ensemble of the entire gamut of test cases, is a critical issue for regression test planning. This paper presents a novel method for designing a suitable prioritization process to optimize fault detection rate and performance of regression test on predefined constraints. The proposed method for test case prioritization m-ACO alters the food source selection criteria of natural ants and is basically a modified version of Ant Colony Optimization (ACO). The proposed m-ACO approach has been coded in 'Perl' language and results are validated using three examples by computation of Average Percentage of Faults Detected (APFD) metric.

Keywords: regression testing, software testing, test case prioritization, test suite optimization

Procedia PDF Downloads 333
11201 Development of Standard Thai Appetizer in Rattanakosin Era‘s Standard: Case Study of Thai Steamed Dumpling

Authors: Nunyong Fuengkajornfung, Pattama Hirunyophat, Tidarat Sanphom

Abstract:

The objectives of this research were: To study of the recipe standard of Thai steamed dumpling, to study the ratio of modified starch in Thai steamed dumpling, to study chemical elements analyzing and Escherichia coli in Thai steamed dumpling. The experimental processes were designed in two stages as follows: To study the recipe standard of Thai steamed dumpling and to study the ratio of rice flour: modify starch by three levels 90:10, 73:30, and 50:50. The evaluation test used 9 Points Hedonic Scale method by the sensory evaluation test such as color, smell, taste, texture and overall liking. An experimental by Randomized Complete Block Design (RCBD). The statistics used in data analyses were means, standard deviation, one-way ANOVA and Duncan’s New Multiple Range Test. Regression equation, at a statistically significant level of .05. The results showed that the recipe standard was studied from three recipes by the sensory evaluation test such as color, odor, taste, spicy, texture and total acceptance. The result showed that the recipe standard of second was suitably to development. The ratio of rice flour: modified starch had 3 levels 90:10, 73:30, and 50:50 which the process condition of 50:50 had well scores (like moderately to like very much; used 9 Points Hedonic Scale method for the sensory test). Chemical elements analyzing, it showed that moisture 58.63%, fat 5.45%, protein 4.35%, carbohydrate 30.45%, and Ash 1.12%. The Escherichia coli is not found in lab testing.

Keywords: Thai snack in Rattanakosin era, Thai steamed dumpling, modify starch, recipe standard

Procedia PDF Downloads 320
11200 Gravitational Wave Solutions in Modified Gravity Theories

Authors: Hafiza Rizwana Kausar

Abstract:

In this paper, we formulate the wave equation in modified theories, particularly in f(R) theory, scalar-tensor theory, and metric palatine f(X) theory. We solve the wave equation in each case and try to find maximum possible solutions in the form polarization modes. It is found that modified theories present at most six modes however the mentioned metric theories allow four polarization modes, two of which are tensor in nature and other two are scalars.

Keywords: gravitational waves, modified theories, polariozation modes, scalar tensor theories

Procedia PDF Downloads 360
11199 Test Suite Optimization Using an Effective Meta-Heuristic BAT Algorithm

Authors: Anuradha Chug, Sunali Gandhi

Abstract:

Regression Testing is a very expensive and time-consuming process carried out to ensure the validity of modified software. Due to the availability of insufficient resources to re-execute all the test cases in time constrained environment, efforts are going on to generate test data automatically without human efforts. Many search based techniques have been proposed to generate efficient, effective as well as optimized test data, so that the overall cost of the software testing can be minimized. The generated test data should be able to uncover all potential lapses that exist in the software or product. Inspired from the natural behavior of bat for searching her food sources, current study employed a meta-heuristic, search-based bat algorithm for optimizing the test data on the basis certain parameters without compromising their effectiveness. Mathematical functions are also applied that can effectively filter out the redundant test data. As many as 50 Java programs are used to check the effectiveness of proposed test data generation and it has been found that 86% saving in testing efforts can be achieved using bat algorithm while covering 100% of the software code for testing. Bat algorithm was found to be more efficient in terms of simplicity and flexibility when the results were compared with another nature inspired algorithms such as Firefly Algorithm (FA), Hill Climbing Algorithm (HC) and Ant Colony Optimization (ACO). The output of this study would be useful to testers as they can achieve 100% path coverage for testing with minimum number of test cases.

Keywords: regression testing, test case selection, test case prioritization, genetic algorithm, bat algorithm

Procedia PDF Downloads 375
11198 In vitro Effects of Viscum album on the Functionality of Rabbit Spermatozoa

Authors: Marek Halenár, Eva Tvrdá, Simona Baldovská, Ľubomír Ondruška, Peter Massányi, Adriana Kolesárová

Abstract:

This study aimed to assess the in vitro effects of different concentrations of the Viscum album extract on the motility, viability, and reactive oxygen species (ROS) production by rabbit spermatozoa during different time periods (0, 2, and 8h). Spermatozoa motility was assessed by using the CASA (Computer aided sperm analysis) system. Cell viability was evaluated by using the metabolic activity MTT assay, and the luminol-based luminometry was applied to quantify the ROS formation. The CASA analysis revealed that low Viscum concentrations were able to prevent a rapid decline of spermatozoa motility, especially in the case of concentrations ranging between 1 and 5 µg/mL (P<0.05 with respect to time 8h). At the same time, concentrations ranging between 1 and 100 µg/mL of the extract led to a significant preservation of the cell viability (P<0.05 in case of 5, 50 and 100 µg/mL; P<0.01 with respect to 1 and 10 µg/mL, time 8h). 1 and 5 µg/mL of the extract exhibited antioxidant characteristics, translated into a significant reduction of the ROS production, particularly notable at time 8h (P<0.01). The results indicate that the Viscum extract is capable of delaying the damage inflicted to the spermatozoon by the in vitro environment.

Keywords: CASA, mistletoe, mitochondrial activity, motility, reactive oxygen species, rabbits, spermatozoa, Viscum album

Procedia PDF Downloads 390
11197 L1-Convergence of Modified Trigonometric Sums

Authors: Sandeep Kaur Chouhan, Jatinderdeep Kaur, S. S. Bhatia

Abstract:

The existence of sine and cosine series as a Fourier series, their L1-convergence seems to be one of the difficult question in theory of convergence of trigonometric series in L1-metric norm. In the literature so far available, various authors have studied the L1-convergence of cosine and sine trigonometric series with special coefficients. In this paper, we present a modified cosine and sine sums and criterion for L1-convergence of these modified sums is obtained. Also, a necessary and sufficient condition for the L1-convergence of the cosine and sine series is deduced as corollaries.

Keywords: conjugate Dirichlet kernel, Dirichlet kernel, L1-convergence, modified sums

Procedia PDF Downloads 350
11196 Reconstruction of Alveolar Bone Defects Using Bone Morphogenetic Protein 2 Mediated Rabbit Dental Pulp Stem Cells Seeded on Nano-Hydroxyapatite/Collagen/Poly(L-Lactide)

Authors: Ling-Ling E., Hong-Chen Liu, Dong-Sheng Wang, Fang Su, Xia Wu, Zhan-Ping Shi, Yan Lv, Jia-Zhu Wang

Abstract:

Objective: The objective of the present study is to evaluate the capacity of a tissue-engineered bone complex of recombinant human bone morphogenetic protein 2 (rhBMP-2) mediated dental pulp stem cells (DPSCs) and nano-hydroxyapatite/collagen/poly(L-lactide)(nHAC/PLA) to reconstruct critical-size alveolar bone defects in New Zealand rabbit. Methods: Autologous DPSCs were isolated from rabbit dental pulp tissue and expanded ex vivo to enrich DPSCs numbers, and then their attachment and differentiation capability were evaluated when cultured on the culture plate or nHAC/PLA. The alveolar bone defects were treated with nHAC/PLA, nHAC/PLA+rhBMP-2, nHAC/PLA+DPSCs, nHAC/PLA+DPSCs+rhBMP-2, and autogenous bone (AB) obtained from iliac bone or were left untreated as a control. X-ray and a polychrome sequential fluorescent labeling were performed post-operatively and the animals were sacrificed 12 weeks after operation for histological observation and histomorphometric analysis. Results: Our results showed that DPSCs expressed STRO-1 and vementin, and favoured osteogenesis and adipogenesis in conditioned media. DPSCs attached and spread well, and retained their osteogenic phenotypes on nHAC/PLA. The rhBMP-2 could significantly increase protein content, alkaline phosphatase (ALP) activity/protein, osteocalcin (OCN) content, and mineral formation of DPSCs cultured on nHAC/PLA. The X-ray graph, the fluorescent, histological observation and histomorphometric analysis showed that the nHAC/PLA+DPSCs+rhBMP-2 tissue-engineered bone complex had an earlier mineralization and more bone formation inside the scaffold than nHAC/PLA, nHAC/PLA+rhBMP-2 and nHAC/PLA+DPSCs, or even autologous bone. Implanted DPSCs contribution to new bone were detected through transfected eGFP genes. Conclutions: Our findings indicated that stem cells existed in adult rabbit dental pulp tissue. The rhBMP-2 promoted osteogenic capability of DPSCs as a potential cell source for periodontal bone regeneration. The nHAC/PLA could serve as a good scaffold for autologous DPSCs seeding, proliferation and differentiation. The tissue-engineered bone complex with nHAC/PLA, rhBMP-2, and autologous DPSCs might be a better alternative to autologous bone for the clinical reconstruction of periodontal bone defects.

Keywords: nano-hydroxyapatite/collagen/poly (L-lactide), dental pulp stem cell, recombinant human bone morphogenetic protein, bone tissue engineering, alveolar bone

Procedia PDF Downloads 394
11195 Utility of Cardiac Biomarkers in Combination with Exercise Stress Testing in Patients with Suspected Ischemic Heart Disease

Authors: Rawa Delshada, Sanaa G. Hamab, Rastee D. Koyeec

Abstract:

Eighty patients with suspected ischemic heart disease were enrolled in the present study. They were classified into two groups: patients with positive exercise stress test results (n=40) and control group with negative exercise stress test results (n=40). Serum concentration of troponin I, Heart-type Fatty Acid Binding Protein (H-FABP) and Ischemia Modified Albumin (IMA) were measured one hour after performing stress test. Enzyme Linked Immunosorbent Assay was used to measure both troponin I, H-FABP levels, while IMA levels were measured by albumin cobalt binding test. There was no statistically significant difference in the mean concentration of troponin I between two groups (0.75±0.55ng/ml) for patients with positive test result vs. (0.71±0.55ng/ml) for negative test result group with P>0.05. Contrary to our expectation, mean IMA level was slightly higher among control group (70.88±39.76U/ml) compared to (62.7±51.9U/ml) in positive test result group, but still with no statistically significant difference (P>0.05). Median H-FABP level was also higher among negative exercise stress testing group compared the positive one (2ng/ml vs. 1.9ng/ml respectively), but failed to reach statistically significant difference (P>0.05). When quartiles model used to explore the possible association between each study biomarkers with the others; serum H-FABP level was lowest (1.7ng/ml) in highest quartile of IMA and lowest H-FABP (1.8ng/ml) in highest quartile of troponin I but with no statistically significant association (P>0.05). Myocardial ischemia, more likely occurred after exercise stress test, is not capable of causing troponin I release. Furthermore, an increase in H-FABP and IMA levels after stress test are not reflecting myocardial ischemia. Moreover, the combination of troponin I, H-FABP and IMA after measuring their post exercise levels does not improve the diagnostic utility of exercise stress test enormously.

Keywords: cardiac biomarkers, ischemic heart disease, troponin I, ischemia modified albumin, heart-type fatty acid binding protein, exercise stress testing

Procedia PDF Downloads 244
11194 Evaluation of Milk Production of an Algerian Rabbit Population Raised in Aures Area

Authors: Moumen Souad, Melizi Mohamed

Abstract:

In order to characterize rabbits does of an Aures local population raised in Algeria, a study of their milk yield was realized in the experimental rabbitry of El Hadj Lakhdhar University. Milk production of does was measured every day during the days following 215 parturitions. It was estimated by weighing the female before and after the single daily suckling (10–15 min between the two weighing operations). The various calculated parameters were the quantity of milk produced per day, per week and the total quantity produced in 21 days, as well as the intake of milk by young rabbits. The analysis concerned the effects of the number of successive litters (3 classes: 1 to 3 and more) and of the average number of the number of young rabbits suckled per litter (6 classes: from 1-2 kits to more than 6). During the 21 days of controlled lactation, the average litter size was 6±3. The rabbits of the Aures area produced on average 2544.34±747 g in 21 days that is 121 g of milk/day or 21 g of milk/kit/day. The milk yield increased from 526, 1035, 1240 and 2801 g to 760, 1365, 1715 and 3840 for week 1, 2, 3 and the total period of lactation, respectively. Nevertheless, milk production available per kit and per day decreased linearly with kits number in the litter for each of the 3 weeks considered. On the other hand the milk yield was not affected by the weight at birth of kits.

Keywords: milk production, litter size, rabbit, Aures area, Algeria

Procedia PDF Downloads 259
11193 Characteristics of Asphalt Mixtures with Cocoa Shell Ash as Filler

Authors: Muhammad Nur Hidayat, Muksalmina, Chairul Fajar

Abstract:

An alternative to improve the quality of asphalt as a pavement material is to use modified asphalt with the addition of cocoa shell ash as a filler. This research aims to determine the effect of asphalt mixture and cocoa shell ash after testing the physical properties of asphalt. The method used was experimental by testing the physical properties of asphalt. The results showed that the optimum asphalt content of the cocoa husk ash mixture was 2%, with an asphalt penetration value of 60.03 mm. The result of the asphalt softening point test was 51.0°C. Asphalt ductility test results in 144 cm. Asphalt specific gravity test result 1.076 gr/ml. Asphalt weight loss test results in 0.0183%. In conclusion, cocoa shell ash has an effect on asphalt characteristics, namely increasing stability, flexibility and fatigue resistance.

Keywords: cocoa husk ash, asphalt characteristics, physical properties testing, filler

Procedia PDF Downloads 28
11192 Isotherm Study of Modified Zeolite in Sorption of Naphthalene from Water Sample

Authors: Homayon Ahmad Panahi, Amir Hesam Hassani, Akram Torki, Elham Moniri

Abstract:

A new sorbent was synthesized through chemical modification of clinoptilolite zeolite using 2-naphtol, and characterized with fourier transform infrared spectroscopy and elemental analysis methods and applied for the removal and elimination of trace naphthalene from water samples. The optimum pH value for sorption of the naphthalene by modified zeolite was in acidic pH. The sorption capacity of modified zeolite was 142 mg. g−1. Isotherm models, Langmuir, Frendlich and Temkin were employed to analyze the adsorption capacity of modified zeolite, which revealed that naphthalene adsorption by this zeolite follows Langmuir model.

Keywords: zeolite, clinoptilolite, modification, naphthalene

Procedia PDF Downloads 484
11191 Parameters Adjustment of the Modified UBCSand Constitutive Model for the Potentially Liquefiable Sands of Santiago de Cali-Colombia

Authors: Daniel Rosero, Johan S. Arana, Sebastian Arango, Alejandro Cruz, Isabel Gomez-Gutierrez, Peter Thomson

Abstract:

Santiago de Cali is located in the southwestern Colombia in a high seismic hazard zone. About 50% of the city is on the banks of the Cauca River, which is the second most important hydric affluent in the country and whose alluvial deposits contain potentially liquefiable sands. Among the methods used to study a site's liquefaction potential is the finite elements method which use constitutive models to simulate the soil response for different load types. Among the different constitutive models, the Modified UBCSand stands out to study the seismic behavior of sands, and especially the liquefaction phenomenon. In this paper, the dynamic behavior of a potentially liquefiable sand of Santiago de Cali is studied by cyclic triaxial and CPTu tests. Subsequently, the behavior of the sand is simulated using the Modified UBCSand constitutive model, whose parameters are calibrated using the results of cyclic triaxial and CPTu tests. The above with the aim of analyze the constitutive model applicability for studying the geotechnical problems associated to liquefaction in the city.

Keywords: constitutive model, cyclic triaxial test, dynamic behavior, liquefiable sand, modified ubcsand

Procedia PDF Downloads 269
11190 Synthesis of Mg/B Containing Compound in a Modified Microwave Oven

Authors: Gülşah Çelik Gül, Figen Kurtuluş

Abstract:

Magnesium containing boron compounds with hexagonal structure have been drawn much attention due to their superconductive nature. The main target of this work is new modified microwave oven by on our own has an ability about passing through a gas in the oven medium for attainment of oxygen-free compounds such as c-BN.  Mg containing boride was synthesized by modified-microwave method under nitrogen atmosphere using amorphous boron and magnesium source in appropriate molar ratio. Microwave oven with oxygen free environment has been modified to aimed to obtain magnesium boride without oxygen. Characterizations were done by powder X-ray diffraction (XRD), and Fourier transform infrared (FTIR) spectroscopy. Mg containing boride, generally named magnesium boride, with amorphous character without oxygen is obtained via designed microwave oven system.

Keywords: magnesium containing boron compounds, modified microwave synthesis, powder X-ray diffraction, FTIR

Procedia PDF Downloads 368
11189 Modification of Four Layer through the Thickness Woven Structure for Improved Impact Resistance

Authors: Muhammad Liaqat, Hafiz Abdul Samad, Syed Talha Ali Hamdani, Yasir Nawab

Abstract:

In the current research, the four layers, orthogonal through the thickness, 2D woven, 3D fabric structure was modified to improve the impact resistance of 3D fabric reinforced composites. This was achieved by imparting the auxeticity into four layers through the thickness woven structure. A comparison was made between the standard and modified four layers through the thickness woven structure in terms of auxeticity, penetration and impact resistance. It was found that the modified structure showed auxeticity in both warp and weft direction. It was also found that the penetration resistance of modified sample was less as compared to the standard structure, but impact resistance was improved up to 6.7% of modified four layers through the thickness woven structure.

Keywords: 2D woven, 3D fabrics, auxetic, impact resistance, orthogonal through the thickness

Procedia PDF Downloads 334
11188 Collocation Method Using Quartic B-Splines for Solving the Modified RLW Equation

Authors: A. A. Soliman

Abstract:

The Modified Regularized Long Wave (MRLW) equation is solved numerically by giving a new algorithm based on collocation method using quartic B-splines at the mid-knot points as element shape. Also, we use the fourth Runge-Kutta method for solving the system of first order ordinary differential equations instead of finite difference method. Our test problems, including the migration and interaction of solitary waves, are used to validate the algorithm which is found to be accurate and efficient. The three invariants of the motion are evaluated to determine the conservation properties of the algorithm. The temporal evaluation of a Maxwellian initial pulse is then studied.

Keywords: collocation method, MRLW equation, Quartic B-splines, solitons

Procedia PDF Downloads 300
11187 Modification Encryption Time and Permutation in Advanced Encryption Standard Algorithm

Authors: Dalal N. Hammod, Ekhlas K. Gbashi

Abstract:

Today, cryptography is used in many applications to achieve high security in data transmission and in real-time communications. AES has long gained global acceptance and is used for securing sensitive data in various industries but has suffered from slow processing and take a large time to transfer data. This paper suggests a method to enhance Advance Encryption Standard (AES) Algorithm based on time and permutation. The suggested method (MAES) is based on modifying the SubByte and ShiftRrows in the encryption part and modification the InvSubByte and InvShiftRows in the decryption part. After the implementation of the proposal and testing the results, the Modified AES achieved good results in accomplishing the communication with high performance criteria in terms of randomness, encryption time, storage space, and avalanche effects. The proposed method has good randomness to ciphertext because this method passed NIST statistical tests against attacks; also, (MAES) reduced the encryption time by (10 %) than the time of the original AES; therefore, the modified AES is faster than the original AES. Also, the proposed method showed good results in memory utilization where the value is (54.36) for the MAES, but the value for the original AES is (66.23). Also, the avalanche effects used for calculating diffusion property are (52.08%) for the modified AES and (51.82%) percentage for the original AES.

Keywords: modified AES, randomness test, encryption time, avalanche effects

Procedia PDF Downloads 240
11186 Determination of Unsaturated Soil Permeability Based on Geometric Factor Development of Constant Discharge Model

Authors: A. Rifa’i, Y. Takeshita, M. Komatsu

Abstract:

After Yogyakarta earthquake in 2006, the main problem that occurred in the first yard of Prambanan Temple is ponding area that occurred after rainfall. Soil characterization needs to be determined by conducting several processes, especially permeability coefficient (k) in both saturated and unsaturated conditions to solve this problem. More accurate and efficient field testing procedure is required to obtain permeability data that present the field condition. One of the field permeability test equipment is Constant Discharge procedure to determine the permeability coefficient. Necessary adjustments of the Constant Discharge procedure are needed to be determined especially the value of geometric factor (F) to improve the corresponding value of permeability coefficient. The value of k will be correlated with the value of volumetric water content (θ) of an unsaturated condition until saturated condition. The principle procedure of Constant Discharge model provides a constant flow in permeameter tube that flows into the ground until the water level in the tube becomes constant. Constant water level in the tube is highly dependent on the tube dimension. Every tube dimension has a shape factor called the geometric factor that affects the result of the test. Geometric factor value is defined as the characteristic of shape and radius of the tube. This research has modified the geometric factor parameters by using empty material tube method so that the geometric factor will change. Saturation level is monitored by using soil moisture sensor. The field test results were compared with the results of laboratory tests to validate the results of the test. Field and laboratory test results of empty tube material method have an average difference of 3.33 x 10-4 cm/sec. The test results showed that modified geometric factor provides more accurate data. The improved methods of constant discharge procedure provide more relevant results.

Keywords: constant discharge, geometric factor, permeability coefficient, unsaturated soils

Procedia PDF Downloads 289
11185 Process Modified Geopolymer Concrete: A Sustainable Material for Green Construction Technology

Authors: Dibyendu Adak, Saroj Mandal

Abstract:

The fly ash based geopolymer concrete generally requires heat activation after casting, which has been considered as an important limitation for its practical application. Such limitation can be overcome by a modification in the process at the time of mixing of ingredients (fly and activator fluid) for geopolymer concrete so that curing can be made at ambient temperature. This process modified geopolymer concrete shows an appreciable improvement in structural performance compared to conventional heat cured geopolymer concrete and control cement concrete. The improved durability performance based on water absorption, sulphate test, and RCPT is also noted. The microstructural properties analyzed through Field Emission Scanning Electron Microscope (FESEM) with Energy Dispersive X-ray Spectroscopy (EDS) and X-ray Diffraction (XRD) techniques show the better interaction of fly ash and activator solution at early ages for the process modified geopolymer concrete. This accelerates the transformation of the amorphous phase of fly ash to the crystalline phase.

Keywords: fly ash, geopolymer concrete, process modification, structural properties, durability, micro-structures

Procedia PDF Downloads 159
11184 An Accurate Method for Phylogeny Tree Reconstruction Based on a Modified Wild Dog Algorithm

Authors: Essam Al Daoud

Abstract:

This study solves a phylogeny problem by using modified wild dog pack optimization. The least squares error is considered as a cost function that needs to be minimized. Therefore, in each iteration, new distance matrices based on the constructed trees are calculated and used to select the alpha dog. To test the suggested algorithm, ten homologous genes are selected and collected from National Center for Biotechnology Information (NCBI) databanks (i.e., 16S, 18S, 28S, Cox 1, ITS1, ITS2, ETS, ATPB, Hsp90, and STN). The data are divided into three categories: 50 taxa, 100 taxa and 500 taxa. The empirical results show that the proposed algorithm is more reliable and accurate than other implemented methods.

Keywords: least square, neighbor joining, phylogenetic tree, wild dog pack

Procedia PDF Downloads 316
11183 Creep Behaviour of Asphalt Modified by Waste Polystyrene and Its Hybrids with Crumb Rubber and Low-Density Polyethylene

Authors: Soheil Heydari, Ailar Hajimohammadi, Nasser Khalili

Abstract:

Polystyrene, being made from a monomer called styrene, is a rigid and easy-to mould polymer that is widely used for many applications, from foam packaging to disposable containers. Considering that the degradation of waste polystyrene takes up to 500 years, there is an urgent need for a sustainable application for waste polystyrene. This study evaluates the application of waste polystyrene as an asphalt modifier. The inclusion of waste plastics in asphalt is either practised by the dry process or the wet process. In the dry process, plastics are added straight into the asphalt mixture and in the wet process, they are mixed and digested into bitumen. In this article, polystyrene was used as an asphalt modifier in a dry process. However, the mixing process is precisely designed to make sure that the polymer is melted and modified in the binder. It was expected that, due to the rigidity of polystyrene, it will have positive effects on the permanent deformation of the asphalt mixture. Therefore, different mixtures were manufactured with different contents of polystyrene and Marshall specimens were manufactured, and dynamic creep tests were conducted to evaluate the permanent deformation of the modification. This is a commonly repeated loading test conducted at different stress levels and temperatures. Loading cycles are applied to the AC specimen until failure occurs; with the amount of deformation constantly recorded the cumulative, permanent strain is determined and reported as a function of the number of cycles. Also, to our best knowledge, hybrid mixes of polystyrene with crumb rubber and low-density polyethylene were made and compared with a polystyrene-modified mixture. The test results of this study showed that the hybrid mix of polystyrene and low-density polyethylene has the highest resistance against permanent deformation. However, the polystyrene-modified mixture outperformed the hybrid mix of polystyrene and crumb rubber, and both demonstrated way lower permanent deformation than the unmodified specimen.

Keywords: permanent deformation, waste plastics, polystyrene, hybrid plastics, hybrid mix, hybrid modification, dry process

Procedia PDF Downloads 97
11182 Effect of the Average Kits Birth Weight and of the Number of Born Alive per Liter on the Milk Production of Algerian Rabbit Raised in Aures Area

Authors: S. Moumen, M. Melizi

Abstract:

In order to characterize rabbits does of an Aures local population raised in Algeria; a study of their milk yield was realized in the experimental rabbitry of El Hadj Lakhdhar University. Milk production of does was measured every day during the days following 215 parturitions. It was estimated by weighing the female before and after the single daily suckling (10-15 min between the 2 weighing operations). The various calculated parameters were the quantity of milk produced per day, per week and the total quantity produced in 21 days, as well as the intake of milk by young rabbits. The analysis concerned the effects of the number of successive litters (3 classes: 1 to 3 and more) and of the average number of the number of young rabbits suckled per litter (6 classes: from 1-2 kits to more than 6). During the 21 days of controlled lactation, the average litter size was 6±3. The rabbits of the Aures area produced on average 2544.34±747 g in 21 days that is 121 g of milk/day or 21g of milk/kit/day. The milk yield increased from 526, 1035, 1240, and 2801g to 760, 1365, 1715 and 3840 for week 1, 2, 3 and the total period of lactation respectively. Nevertheless, milk production available per kit and per day decreased linearly with kits number in the litter for each of the 3 weeks considered. On the other hand the milk yield was not affected by the weight at birth of kits.

Keywords: milk production, litter size, rabbit, Aures area, Algeria

Procedia PDF Downloads 514
11181 Radio Frequency Identification Encryption via Modified Two Dimensional Logistic Map

Authors: Hongmin Deng, Qionghua Wang

Abstract:

A modified two dimensional (2D) logistic map based on cross feedback control is proposed. This 2D map exhibits more random chaotic dynamical properties than the classic one dimensional (1D) logistic map in the statistical characteristics analysis. So it is utilized as the pseudo-random (PN) sequence generator, where the obtained real-valued PN sequence is quantized at first, then applied to radio frequency identification (RFID) communication system in this paper. This system is experimentally validated on a cortex-M0 development board, which shows the effectiveness in key generation, the size of key space and security. At last, further cryptanalysis is studied through the test suite in the National Institute of Standards and Technology (NIST).

Keywords: chaos encryption, logistic map, pseudo-random sequence, RFID

Procedia PDF Downloads 396
11180 Treatment of Full-Thickness Rotator Cuff Tendon Tear Using Umbilical Cord Blood-Derived Mesenchymal Stem Cells and Polydeoxyribonucleotides in a Rabbit Model

Authors: Sang Chul Lee, Gi-Young Park, Dong Rak Kwon

Abstract:

Objective: The aim of this study was to investigate regenerative effects of ultrasound (US)-guided injection with human umbilical cord blood-derived mesenchymal stem cells (UCB-MSCs) and/or polydeoxyribonucleotide (PDRN) injection in a chronic traumatic full-thickness rotator cuff tendon tear (FTRCTT) in a rabbit model. Material and Methods: Rabbits (n = 32) were allocated into 4 groups. After a 5-mm sized FTRCTT just proximal to the insertion site on the subscapularis tendon was created by excision, the wound was immediately covered by silicone tube to prevent natural healing. After 6 weeks, 4 injections (0.2 mL normal saline, G1; 0.2 mL PDRN, G2; 0.2 mL UCB-MSCs, G3; and 0.2 mL UCB-MSCs with 0.2ml PDRN, G4) were injected into FTRCTT under US guidance. We evaluated gross morphologic changes on all rabbits after sacrifice. Masson’s trichrome, anti-type 1 collagen antibody, bromodeoxyuridine, proliferating cell nuclear antigen, vascular endothelial growth factor and platelet endothelial cell adhesion molecule stain were performed to evaluate histological changes. Motion analysis was also performed. Results: The gross morphologic mean tendon tear size in G3 and 4 was significantly smaller than that of G1 and 2 (p < .05). However, there were no significant differences in tendon tear size between G3 and 4. In G4, newly regenerated collagen type 1 fibers, proliferating cells activity, angiogenesis, walking distance, fast walking time, and mean walking speed were greater than in the other three groups on histological examination and motion analysis. Conclusion: Co-injection of UCB-MSCs and PDRN was more effective than UCB-MSCs injection alone in histological and motion analysis in a rabbit model of chronic traumatic FTRCTT. However, there was no significant difference in gross morphologic change of tendon tear between UCB-MSCs with/without PDRN injection. The results of this study regarding the combination of UCB-MSCs and PDRN are worth additional investigations.

Keywords: mesenchymal stem cell, umbilical cord, polydeoxyribonucleotides, shoulder, rotator cuff, ultrasonography, injections

Procedia PDF Downloads 183
11179 Designing a Crowbar for Women: An Ergonomic Approach

Authors: Prakash Chandra Dhara, Rupa Maity, Mousumi Chatterjee

Abstract:

Crowbars are used for the gardening purpose. The same tools are used by both male and female gardeners. The existing crowbars are suitable for the female gardeners. The present study was aimed to design a crowbar, which was required to use by the women for the gardening purpose, from the viewpoints of ergonomics. The study was carried out on 50 women in different villages of Howrah districts in West Bengal state. Different models of existing crowbars which were commonly used by the women were collected and evaluated by examining their shape and size. The problems of using existing crowbar were assessed by direct observation during its operation. The musculoskeletal disorder of the subjects for using the crowbar was evaluated by modified Nordic questionnaire method. The anthropometric dimensions, especially hand dimension, of the subjects were taken in standardized static conditions. Considering the problems of using the existing crowbars some design concepts were developed and accordingly three prototypes models (P1, P2, P3) of crowbar were prepared for designing of a modified crowbar for women. Psychophysical analysis of those prototypes was made by paired comparison tests. In the above test subjective preference for different characteristics of the crowbar, e.g., length, weight, length and breadth of the blade, handle diameter, position of the handle, were determined. From the results of the paired comparison test and percentile values of hand dimensions, a modified design of crowbar was suggested. The prototype model P1 possessed more preferred characteristics of the tool than that of other prototype models. In the final design, the weight of the tool and length of the blade was reduced from that of the existing crowbar. Other dimensions were also changed. Two handles were suggested in the redesigned tool for better gripping and operation. The modified crowbar was evaluated by studying the body joint angles, viz., wrist, shoulder and elbow, for assessing the suitability of the design. It was concluded that the redesigned crowbar was suitable for women’s use.

Keywords: body dimension, crowbar, ergo-design, women, hand anthropometry

Procedia PDF Downloads 249
11178 Influence of Modified and Unmodified Cow Bone on the Mechanical Properties of Reinforced Polyester Composites for Biomedical Applications

Authors: I. O. Oladele, J. A. Omotoyinbo, A. M. Okoro, A. G. Okikiola, J. L. Olajide

Abstract:

This work was carried out to investigate comparatively the effects of modified and unmodified cow bone particles on the mechanical properties of polyester matrix composites in order to investigate the suitability of the materials as biomaterial. Cow bones were procured from an abattoir, sun dried for 4 weeks and crushed. The crushed bones were divided into two, where one part was turned to ash while the other part was pulverized with laboratory ball mill before the two grades were sieved using 75 µm sieve size. Bone ash and bone particle reinforced tensile and flexural composite samples were developed from pre-determined proportions of 2, 4, 6, and 8 %. The samples after curing were stripped from the moulds and were allowed to further cure for 3 weeks before tensile and flexural tests were performed on them. The tensile test result showed that, 8 wt % bone particle reinforced polyester composites has higher tensile properties except for modulus of elasticity where 8 wt % bone ash particle reinforced composites has higher value while for flexural test, bone ash particle reinforced composites demonstrate the best flexural properties. The results show that these materials are structurally compatible.

Keywords: biomedical, composites, cow bone, mechanical properties, polyester, reinforcement

Procedia PDF Downloads 273
11177 Methyl Red Adsorption and Photodegradation on TiO₂ Modified Mesoporous Carbon Photocatalyst

Authors: Seyyed Ershad Moradi, Javad Khodaveisi, Atefeh Nasrollahpour

Abstract:

In this study, the highly ordered mesoporous carbon molecular sieve with high surface area and pore volume have been synthesized and modified by TiO₂ doping. The titanium oxide modified mesoporous carbon (Ti-OMC) was characterized by scanning electron microscope (SEM), BET surface area, DRS also XRD analysis (low and wide angle). Degradation experiments were conducted in batch mode with the variables such as amount of contact time, initial solution concentration, and solution pH. The optimal conditions for the degradation of methyl red (MR) were 100 mg/L dye concentration, pH of 7, and 0.12 mg/L of TiO₂ modified mesoporous carbon photocatalyst dosage.

Keywords: mesoporous carbon, photodegradation, surface modification, titanium oxide

Procedia PDF Downloads 189
11176 Simulation of Surge Protection for a Direct Current Circuit

Authors: Pedro Luis Ferrer Penalver, Edmundo da Silva Braga

Abstract:

In this paper, the performance of a simple surge protection for a direct current circuit was simulated. The protection circuit was developed from modified electric macro models of a gas discharge tube and a transient voltage suppressor diode. Moreover, a combination wave generator circuit was used as source of energy surges. The simulations showed that the circuit presented ensures immunity corresponding with test level IV of the IEC 61000-4-5:2014 international standard. The developed circuit can be modified to meet the requirements of any other equipment to be protected. Similarly, the parameters of the combination wave generator can be changed to provide different surge amplitudes.

Keywords: combination wave generator, IEC 61000-4-5, Pspice simulation, surge protection

Procedia PDF Downloads 322