Search results for: total load approach
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 23861

Search results for: total load approach

21911 Ecopsychological Approach to Enhance Space Consciousness Toward Environment

Authors: Tiwi Kamidin

Abstract:

After years of effort trying to integrate environmental education, studies keep revealing that Malaysian still not reached the certain level of desired commitment toward the environment. Some researchers mentioned that our planet healthy is depending on our mentally health especially our psychological and spiritual is split from the natural. Therefore, this study discussed on ecopcyhological approach in order to enhance space consciousness toward the environment. Space consciousness represents not only freedom from ego but also from dependency on the things of this world, from materialism and materiality. It is the spiritual dimension which alone can give transcendent and true meaning to this world. If pupils can balance this internal awareness will put an individual to respect the environment as part of yourself and your family against only as contributors to the continuance of human’s life. Qualitative findings showed that the informants considered their consciousness toward environment has been changed.

Keywords: ecopsychological approach, space consciousness, environmental education, environment

Procedia PDF Downloads 309
21910 A Novel Machine Learning Approach to Aid Agrammatism in Non-fluent Aphasia

Authors: Rohan Bhasin

Abstract:

Agrammatism in non-fluent Aphasia Cases can be defined as a language disorder wherein a patient can only use content words ( nouns, verbs and adjectives ) for communication and their speech is devoid of functional word types like conjunctions and articles, generating speech of with extremely rudimentary grammar . Past approaches involve Speech Therapy of some order with conversation analysis used to analyse pre-therapy speech patterns and qualitative changes in conversational behaviour after therapy. We describe this approach as a novel method to generate functional words (prepositions, articles, ) around content words ( nouns, verbs and adjectives ) using a combination of Natural Language Processing and Deep Learning algorithms. The applications of this approach can be used to assist communication. The approach the paper investigates is : LSTMs or Seq2Seq: A sequence2sequence approach (seq2seq) or LSTM would take in a sequence of inputs and output sequence. This approach needs a significant amount of training data, with each training data containing pairs such as (content words, complete sentence). We generate such data by starting with complete sentences from a text source, removing functional words to get just the content words. However, this approach would require a lot of training data to get a coherent input. The assumptions of this approach is that the content words received in the inputs of both text models are to be preserved, i.e, won't alter after the functional grammar is slotted in. This is a potential limit to cases of severe Agrammatism where such order might not be inherently correct. The applications of this approach can be used to assist communication mild Agrammatism in non-fluent Aphasia Cases. Thus by generating these function words around the content words, we can provide meaningful sentence options to the patient for articulate conversations. Thus our project translates the use case of generating sentences from content-specific words into an assistive technology for non-Fluent Aphasia Patients.

Keywords: aphasia, expressive aphasia, assistive algorithms, neurology, machine learning, natural language processing, language disorder, behaviour disorder, sequence to sequence, LSTM

Procedia PDF Downloads 164
21909 Environmental Drivers of Ichthyofauna Species Diversity and Richness in the Lower Reaches of Warri River, a Typical Mangrove Ecosystem in the Niger Delta, Nigeria

Authors: F. O. Arimoro, F. N. Okonkwo, R. B. Ikomi

Abstract:

The environmental determinants structuring species richness has been generating interest recently but we still lack an understanding of these patterns in various regions (e.g. Afrotropical), and how seasons help to structure these patterns. Our aim was to assessed the environmental drivers importance in regulating species richness and community structure of fish species. The lchthyofauna assemblage of Warri River, Niger Delta area of Nigeria was studied between August 2013 and July 2014. A total of 1152 individuals representing 43 species in 23 families and 30 genera were caught. Of the 43 species recorded, 67.4%, 53.5% and 67.4% of the species occurred in Stations 1, 2 and 3 respectively. Eight taxa representing 18.6% of the total abundance were ubiquitous. The claroteid, Chrysichthys walkeri and the cichlid, Chromidotilapia guentheri were the most dominant species accounting for 19.2% and 6.0% respectively of the total catch. The species richness and general diversity were relatively higher in station 1 although Jaccard similarity index revealed that stations 1 and 3 were significantly similar while station 2 showed complete dissimilarity with stations 1 and 3. Canonical correspondence analysis indicated that dissolved oxygen, electrical conductivity, total nitrogen, Biochemical Oxygen demand and temperature were important variables structuring the overall fish assemblages. The presence of appreciable number of juveniles in this water body suggests that the Warri River is a breeding and nursery ground for fish species particularly those of brackish origin. These findings indicate that the water body is still useful as a good fishing ground for the rural communities and every effort should be put in place to ensure its protection and conservation for the production of healthy fish.

Keywords: Chrysichthys walkeri, fish communities, mangrove ecosystem, physicochemical parameters, Warri River

Procedia PDF Downloads 490
21908 Effect of 17α-Methyltestosterone Hormone on Haematological Profiles of the Sex Reversed, Sarotherodon Melanotheron

Authors: Ayoola, Simeon Oluwatoyin, Omogoriola Hannah Omoloye

Abstract:

The effects of 17α-Methyltestosterone Hormone on blood composition of the Sex Reversed Sarotherodon melanotheron were investigated. S. melanotheron fry were reared in six (6) plastic tanks for three (3) months, of which three (3) tanks served as treatment tanks while the other three (3) served as the control. The fry were fed with 17α-methyl testosterone enzyme, which functions as a sex reversal hormone. The fry were administered this hormone for 30 days, to ensure complete sex reversal. All the S. melanotheron fry were reared to table size for duration of three (3) months, after which, blood samples were taken from both the control and treatment fishes. The blood parameters showed no significant differences with the same values of White Blood Cell count (WBC) and Total plasma protein for the control and experimental fishes. A total protein value for sex reversed specimens was 3.99g/dL, while urea and creatinine values were 0.2g/dL. Alkaline Phosphatase, Aspartate transaminase and Alanine transaminase for the treatment specimen were 183nm/mg protein/min, 98nm/mg protein/min and 105nm/mg protein/min respectively. A total protein value for control specimens was 2.81g/dL, while urea and creatinine values were 0.2g/dL. Alkaline Phosphatase, Aspartate transaminase and Alanine transaminase for the control species were 174nm/mg protein/min, 93nm/mg protein/min and 106nm/mg protein/min respectively. The safety of MT on S. melanotheron is therefore proved since there is no adverse effect on the fish.

Keywords: 17α-Methyltestosterone, haematology, sex reversal, sarotherodon melanotheron

Procedia PDF Downloads 492
21907 Parallel Pipelined Conjugate Gradient Algorithm on Heterogeneous Platforms

Authors: Sergey Kopysov, Nikita Nedozhogin, Leonid Tonkov

Abstract:

The article presents a parallel iterative solver for large sparse linear systems which can be used on a heterogeneous platform. Traditionally, the problem of solving linear systems does not scale well on multi-CPU/multi-GPUs clusters. For example, most of the attempts to implement the classical conjugate gradient method were at best counted in the same amount of time as the problem was enlarged. The paper proposes the pipelined variant of the conjugate gradient method (PCG), a formulation that is potentially better suited for hybrid CPU/GPU computing since it requires only one synchronization point per one iteration instead of two for standard CG. The standard and pipelined CG methods need the vector entries generated by the current GPU and other GPUs for matrix-vector products. So the communication between GPUs becomes a major performance bottleneck on multi GPU cluster. The article presents an approach to minimize the communications between parallel parts of algorithms. Additionally, computation and communication can be overlapped to reduce the impact of data exchange. Using the pipelined version of the CG method with one synchronization point, the possibility of asynchronous calculations and communications, load balancing between the CPU and GPU for solving the large linear systems allows for scalability. The algorithm is implemented with the combined use of technologies: MPI, OpenMP, and CUDA. We show that almost optimum speed up on 8-CPU/2GPU may be reached (relatively to a one GPU execution). The parallelized solver achieves a speedup of up to 5.49 times on 16 NVIDIA Tesla GPUs, as compared to one GPU.

Keywords: conjugate gradient, GPU, parallel programming, pipelined algorithm

Procedia PDF Downloads 165
21906 Preliminary Study of Fermented Pickle of Tabah Bamboo Shoot: Gigantochloa nigrociliata (Buese) Kurz

Authors: Luh Putu T. Darmayanti, A. A. Duwipayana, I. Nengah K. Putra, Nyoman S. Antara

Abstract:

Tabah Bamboo (Gigantochloa nigrociliata (Buese) Kurz) is the indigenous bamboo species which grows in District of Pupuan, Tabanan at Province of Bali. Compared to the others, this shoot has low concentration of hydrocyanide acid (HCN). However, as found for almost of bamboo shoot, its seasonal availability, perishable in nature, and short-lived. This study aimed to gather information about total of lactic acid bacteria (LAB), pH, total acidity, HCN content, detection of LAB’s type involved during fermentation, and organic acids’ profiles of fermented pickles of Tabah bamboo shoot. The pickle was made by natural fermentation with 6 % salt concentration and fermentation conducted for 13 days. The result showed during the fermentation time, in the fourth day we found LAB’s number was highest as much as 72 x 107 CFU/ml and the lowest pH was 3.09. We also found decreasing in HCN from 37.8 ppm at the beginning to 20.52 ppm at the end of fermentation process. The total number of indigenous LAB isolated from the pickle are 48 strains we found 18 out of these had rod shape. For the preliminary study, all of the LAB with rod shape were detected by PCR as member of Lactobacillus spp., in which 17 strains detected as L. plantarum. The organic acids detected during the fermentation were lactic acid with the highest concentration was 0.0546 g/100 g and small amount of acetic acid.

Keywords: fermentation, LAB, pickle, Tabah Bamboo shoot

Procedia PDF Downloads 344
21905 A Comprehensive Study of Accounting for Growth in China and India

Authors: Yousef Rostami Gharainy

Abstract:

We look at the late financial exhibitions of China and India utilizing a simple growth accounting framework that creates assessments of the commitment of work, capital, training, and aggregate variable profitability for the three parts of agribusiness, industry, and administrations and in addition for the total economy. Our examination consolidates late information updates in both nations and incorporates broad examination of the basic information arrangement. The development records demonstrate a generally square with division in each nation between the commitments of capital gathering and TFP to development in yield every specialist over the period 1980-2007, and an increasing speed of development when the period is separated at 1993. Be that as it may, the size of yield development in China is generally twofold that of India at the total level, and additionally higher in each of the three segments in both sub-periods. In China the post-1993 increasing speed was amassed generally in industry, which contributed about 61 percent of China’s total efficiency development. Interestingly, 48 percent of the development in India in the second sub-period came in administrations. Reallocation of specialists from farming to industry and administrations has contributed 1.3 rate focuses to efficiency development in every nation.

Keywords: China, India, growth accounting framework, work, capital, training, aggregate variable profitability

Procedia PDF Downloads 297
21904 Soil Properties and Yam Performance as Influenced by Poultry Manure and Tillage on an Alfisol in Southwestern Nigeria

Authors: E. O. Adeleye

Abstract:

Field experiments were conducted to investigate the effect of soil tillage techniques and poultry manure application on the soil properties and yam (Dioscorea rotundata) performance in Ondo, southwestern Nigeria for two farming seasons. Five soil tillage techniques, namely ploughing (P), ploughing plus harrowing (PH), manual ridging (MR), manual heaping (MH) and zero-tillage (ZT) each combined with and without poultry manure at the rate of 10 tha-1 were investigated. Data were obtained on soil properties, nutrient uptake, growth and yield of yam. Soil moisture content, bulk density, total porosity and post harvest soil chemical characteristics were significantly (p>0.05) influenced by soil tillage-manure treatments. Addition of poultry manure to the tillage techniques in the study increased soil total porosity, soil moisture content and reduced soil bulk density. Poultry manure improved soil organic matter, total nitrogen, available phosphorous, exchangeable Ca, k, leaf nutrients content of yam, yam growth and tuber yield relative to tillage techniques plots without poultry manure application. It is concluded that the possible deleterious effect of tillage on soil properties, growth and yield of yam on an alfisol in southwestern Nigeria can be reduced by combining tillage with poultry manure.

Keywords: poultry manure, tillage, soil chemical properties, yield

Procedia PDF Downloads 446
21903 A Mixed Integer Linear Programming Model for Container Collection

Authors: J. Van Engeland, C. Lavigne, S. De Jaeger

Abstract:

In the light of the transition towards a more circular economy, recovery of products, parts or materials will gain in importance. Additionally, the EU proximity principle related to waste management and emissions generated by transporting large amounts of end-of-life products, shift attention to local recovery networks. The Flemish inter-communal cooperation for municipal solid waste management Meetjesland (IVM) is currently investigating the set-up of such a network. More specifically, the network encompasses the recycling of polyvinyl chloride (PVC), which is collected in separate containers. When these containers are full, a truck should transport them to the processor which can recycle the PVC into new products. This paper proposes a model to optimize the container collection. The containers are located at different Civic Amenity sites (CA sites) in a certain region. Since people can drop off their waste at these CA sites, the containers will gradually fill up during a planning horizon. If a certain container is full, it has to be collected and replaced by an empty container. The collected waste is then transported to a single processor. To perform this collection and transportation of containers, the responsible firm has a set of vehicles stationed at a single depot and different personnel crews. A vehicle can load exactly one container. If a trailer is attached to the vehicle, it can load an additional container. Each day of the planning horizon, the different crews and vehicles leave the depot to collect containers at the different sites. After loading one or two containers, the crew has to drive to the processor for unloading the waste and to pick up empty containers. Afterwards, the crew can again visit sites or it can return to the depot to end its collection work for that day. All along the collection process, the crew has to respect the opening hours of the sites. In order to allow for some flexibility, a crew is allowed to wait a certain amount of time at the gate of a site until it opens. The problem described can be modelled as a variant to the PVRP-TW (Periodic Vehicle Routing Problem with Time Windows). However, a vehicle can at maximum load two containers, hence only two subsequent site visits are possible. For that reason, we will refer to the model as a model for building tactical waste collection schemes. The goal is to a find a schedule describing which crew should visit which CA site on which day to minimize the number of trucks and the routing costs. The model was coded in IBM CPLEX Optimization studio and applied to a number of test instances. Good results were obtained, and specific suggestions concerning route and truck costs could be made. For a large range of input parameters, collection schemes using two trucks are obtained.

Keywords: container collection, crew scheduling, mixed integer linear programming, waste management

Procedia PDF Downloads 134
21902 Examining the Effects of Exercise and Healthy Diet on Certain Blood Parameter Levels, Oxidative Stress and Anthropometric Measurements in Slightly Overweight Women

Authors: Nezihe Şengün, Ragip Pala

Abstract:

To prevent overweight and obesity, individuals need to consume food and beverages according to their nutritional needs, engage in regular exercises, and regularly monitor their body weight. This study aimed to examine the effects of exercise, diet, or combined intervention on changes in blood lipid parameters (total cholesterol, LDL cholesterol, HDL cholesterol, and triglycerides) and the level of malondialdehyde (MDA), a marker of oxidative stress, in parallel with the increase in body weight due to poor nutrition and sedentary lifestyle conditions. The study included a total of 48 female students aged 18-28 years with a BMI between 25.0 and 29.9 kg/m². They were divided into four groups: control (C), exercise (Ex), diet (D), and exercise+diet (Ex+D). Those in the exercise groups received aerobic exercises at 60-70% intensity (10 minutes warm-up, 30 minutes running, 10 minutes cool-down), while those in the diet groups were provided with a diet program based on the calculation of energy needs considering basal metabolic rate, physical activity level, age, and BMI. The students’ body weight, body fat mass, Body Mass Index (BMI), and waist-hip ratios were measured at the beginning (day 1) and end (day 60) of the 8-week intervention period. Their total cholesterol, HDL cholesterol, LDL cholesterol, triglycerides, and MDA levels were evaluated and analyzed, considering a statistical significance level of p<0.05. As a result, female students in the Ex+D group had the largest difference in body weight, body fat mass, BMI, and waist-hip ratios, and this difference was statistically significant. Except for those in the C group, those in the other groups experienced a decrease in their total cholesterol, LDL cholesterol, and triglyceride levels and an increase in their HDL cholesterol levels. The decrease in total cholesterol, LDL cholesterol, and triglyceride levels was statistically significant for those in the D group, and the increase in HDL cholesterol level was statistically significant for those in the Ex+D group (p<0.05). A decrease in MDA level was found in all groups except those in the C group, and this decrease was significantly higher in the Ex group. In conclusion, our study revealed that the most effective way to achieve weight loss is through a combination of exercise and diet. The application of Ex+D is considered to balance blood lipid levels and suppress oxidative stress.

Keywords: obesity, exercise, diet, body mass index, blood lipids

Procedia PDF Downloads 78
21901 Risk of Cardiovascular Diseases: Evaluation of Serum Lipid Profiles in Urban and Rural Population of Sindh

Authors: Mohsin Ali Baloch, Saira Baloch

Abstract:

Objective: The aim of this study was to evaluate the levels of serum lipid profiles in Urban and Rural Population of Sindh, to indicate the existing risk of cardiovascular diseases. Material and Methods: Study was conducted at Liaquat University of Medical & Health Sciences, in the cities of Jamshoro and Hyderabad of Sindh. Blood samples from 300 healthy individuals were collected in fasting condition, out them 100 were from rural population, 100 were urban while 100 were used as control group. The biochemistry of these samples was obtained by the analysis of total Cholesterol, high density lipoprotein Cholesterol (HDL), low-density lipoprotein Cholesterol (LDL) and Triglycerides using kit method on Analyzer Clinical Chemistry. Results and Conclusion: Serum levels of total cholesterol, Triglycerides, and LDL cholesterol were significantly raised in the rural and urban males, whereas HDL cholesterol was decreased as compared to the Healthy controls that indicated significant risk of CVD. Urban population was with more risk of CVD and male gender in both groups was at more risk. The worst lipid profile in gender wise distribution was observed in male gender of urban population with highest Total Cholesterol/HDL Ratio while female gender also shown moderate risk of CVD with highest LDL/HDL Ratio.

Keywords: cardiovascular diseases, lipid profiles, urban and rural population, LDL/HDL Ratio

Procedia PDF Downloads 408
21900 Fuzzy Multi-Objective Approach for Emergency Location Transportation Problem

Authors: Bidzina Matsaberidze, Anna Sikharulidze, Gia Sirbiladze, Bezhan Ghvaberidze

Abstract:

In the modern world emergency management decision support systems are actively used by state organizations, which are interested in extreme and abnormal processes and provide optimal and safe management of supply needed for the civil and military facilities in geographical areas, affected by disasters, earthquakes, fires and other accidents, weapons of mass destruction, terrorist attacks, etc. Obviously, these kinds of extreme events cause significant losses and damages to the infrastructure. In such cases, usage of intelligent support technologies is very important for quick and optimal location-transportation of emergency service in order to avoid new losses caused by these events. Timely servicing from emergency service centers to the affected disaster regions (response phase) is a key task of the emergency management system. Scientific research of this field takes the important place in decision-making problems. Our goal was to create an expert knowledge-based intelligent support system, which will serve as an assistant tool to provide optimal solutions for the above-mentioned problem. The inputs to the mathematical model of the system are objective data, as well as expert evaluations. The outputs of the system are solutions for Fuzzy Multi-Objective Emergency Location-Transportation Problem (FMOELTP) for disasters’ regions. The development and testing of the Intelligent Support System were done on the example of an experimental disaster region (for some geographical zone of Georgia) which was generated using a simulation modeling. Four objectives are considered in our model. The first objective is to minimize an expectation of total transportation duration of needed products. The second objective is to minimize the total selection unreliability index of opened humanitarian aid distribution centers (HADCs). The third objective minimizes the number of agents needed to operate the opened HADCs. The fourth objective minimizes the non-covered demand for all demand points. Possibility chance constraints and objective constraints were constructed based on objective-subjective data. The FMOELTP was constructed in a static and fuzzy environment since the decisions to be made are taken immediately after the disaster (during few hours) with the information available at that moment. It is assumed that the requests for products are estimated by homeland security organizations, or their experts, based upon their experience and their evaluation of the disaster’s seriousness. Estimated transportation times are considered to take into account routing access difficulty of the region and the infrastructure conditions. We propose an epsilon-constraint method for finding the exact solutions for the problem. It is proved that this approach generates the exact Pareto front of the multi-objective location-transportation problem addressed. Sometimes for large dimensions of the problem, the exact method requires long computing times. Thus, we propose an approximate method that imposes a number of stopping criteria on the exact method. For large dimensions of the FMOELTP the Estimation of Distribution Algorithm’s (EDA) approach is developed.

Keywords: epsilon-constraint method, estimation of distribution algorithm, fuzzy multi-objective combinatorial programming problem, fuzzy multi-objective emergency location/transportation problem

Procedia PDF Downloads 321
21899 Analysis of Exponential Nonuniform Transmission Line Parameters

Authors: Mounir Belattar

Abstract:

In this paper the Analysis of voltage waves that propagate along a lossless exponential nonuniform line is presented. For this analysis the parameters of this line are assumed to be varying function of the distance x along the line from the source end. The approach is based on the tow-port networks cascading presentation to derive the ABDC parameters of transmission using Picard-Carson Method which is a powerful method in getting a power series solution for distributed network because it is easy to calculate poles and zeros and solves differential equations such as telegrapher equations by an iterative sequence. So the impedance, admittance voltage and current along the line are expanded as a Taylor series in x/l where l is the total length of the line to obtain at the end, the main transmission line parameters such as voltage response and transmission and reflexion coefficients represented by scattering parameters in frequency domain.

Keywords: ABCD parameters, characteristic impedance exponential nonuniform transmission line, Picard-Carson's method, S parameters, Taylor's series

Procedia PDF Downloads 443
21898 Communicative Language Teaching Technique: A Neglected Approach in Reading Comprehension Instruction

Authors: Olumide Yusuf Jimoh

Abstract:

Reading comprehension is an interactive and purposeful process of getting meaning from and bringing meaning to a text. Over the years, teachers of the English Language (in Nigeria) have been glued to the monotonous method of making students read comprehension passages silently and then answer the questions that follow such passages without making the reading session interactive. Hence, students often find such exercises monotonous and boring. Consequently, students'’ interest in language learning continues to dwindle, and this often affects their overall academic performance. Relying on Communicative Accommodation Theory therefore, the study employed the qualitative research design method to x-ray Communicative Language Teaching Approach (CLTA) in reading comprehension. Moreover, techniques such as the Genuinely Collaborative Reading Approach (GCRA), Jigsaw reading, Pre-reading, and Post-reading tasks were examined. The researcher submitted that effective reading comprehension could not be done passively. Students must respond to what they read; they must interact not only with the materials being read but also with one another and with the teacher; this can be achieved by developing communicative and interactive reading programs.

Keywords: collaborative reading approach, communicative teaching, interactive reading program, pre-reading task, reading comprehension

Procedia PDF Downloads 107
21897 Investigation of Crack Formation in Ordinary Reinforced Concrete Beams and in Beams Strengthened with Carbon Fiber Sheet: Theory and Experiment

Authors: Anton A. Bykov, Irina O. Glot, Igor N. Shardakov, Alexey P. Shestakov

Abstract:

This paper presents the results of experimental and theoretical investigations of the mechanisms of crack formation in reinforced concrete beams subjected to quasi-static bending. The boundary-value problem has been formulated in the framework of brittle fracture mechanics and has been solved by using the finite-element method. Numerical simulation of the vibrations of an uncracked beam and a beam with cracks of different size serves to determine the pattern of changes in the spectrum of eigenfrequencies observed during crack evolution. Experiments were performed on the sequential quasistatic four-point bending of the beam leading to the formation of cracks in concrete. At each loading stage, the beam was subjected to an impulse load to induce vibrations. Two stages of cracking were detected. At the first stage the conservative process of deformation is realized. The second stage is an active cracking, which is marked by a sharp change in eingenfrequencies. The boundary of a transition from one stage to another is well registered. The vibration behavior was examined for the beams strengthened by carbon-fiber sheet before loading and at the intermediate stage of loading after the grouting of initial cracks. The obtained results show that the vibrodiagnostic approach is an effective tool for monitoring of cracking and for assessing the quality of measures aimed at strengthening concrete structures.

Keywords: crack formation, experiment, mathematical modeling, reinforced concrete, vibrodiagnostics

Procedia PDF Downloads 306
21896 Triplet Shear Tests on Retrofitted Brickwork Masonry Walls

Authors: Berna Istegun, Erkan Celebi

Abstract:

The main objective of this experimental study is to assess the shear strength and the crack behavior of the triplets built of perforated brickwork masonry elements. In order to observe the influence of shear resistance and energy dissipating before and after retrofitting applications by using the reinforcing system, static-cyclic shear tests were employed in the structural mechanics laboratory of Sakarya University. The reinforcing system is composed of hybrid multiaxial seismic fabric consisting of alkali resistant glass and polypropylene fibers. The plaster as bonding material used in the specimen’s retrofitting consists of expanded glass granular. In order to acquire exact measuring data about the failure behavior of the two mortar joints under shear stressing, vertical load-controlled cylinder having force capacity of 50 kN and loading rate of 1.5 mm/min. with an internal inductive displacement transducers is carried out perpendicular to the triplet specimens. In this study, a total of six triplet specimens with textile reinforcement were prepared for these shear bond tests. The three of them were produced as single-sided reinforced triplets with seismic fabric, while the others were strengthened on both sides. In addition, three triplet specimens without retrofitting and plaster were also tested as reference samples. The obtained test results were given in the manner of force-displacement relationships, ductility coefficients and shear strength parameters comparatively. It is concluded that two-side seismic textile applications on masonry elements with relevant plaster have considerably increased the sheer force resistance and the ductility capacity.

Keywords: expanded glass granular, perforated brickwork, retrofitting, seismic fabric, triplet shear tests

Procedia PDF Downloads 205
21895 The Implementation of Organizational Ecoinnovativeness as an Expression of a Strategic Approach of an Organization

Authors: Marzena Hajduk-Stelmachowicz

Abstract:

This paper presents the reasons why the implementation of the organizational eco-innovation (based on requirements of the International Standard ISO 14001) can be an expression of a strategic organization approach. An elaboration about different issues associated with the Environmental Management Systems are given.

Keywords: envionmental management system, ISO 14001, organizational ecoinnovativeness, ecoinnovation

Procedia PDF Downloads 314
21894 Impact of Boundary Conditions on the Behavior of Thin-Walled Laminated Column with L-Profile under Uniform Shortening

Authors: Jaroslaw Gawryluk, Andrzej Teter

Abstract:

Simply supported angle columns subjected to uniform shortening are tested. The experimental studies are conducted on a testing machine using additional Aramis and the acoustic emission system. The laminate samples are subjected to axial uniform shortening. The tested columns are loaded with the force values from zero to the maximal load destroying the L-shaped column, which allowed one to observe the column post-buckling behavior until its collapse. Laboratory tests are performed at a constant velocity of the cross-bar equal to 1 mm/min. In order to eliminate stress concentrations between sample and support, flexible pads are used. Analyzed samples are made with carbon-epoxy laminate using the autoclave method. The configurations of laminate layers are: [60,0₂,-60₂,60₃,-60₂,0₃,-60₂,0,60₂]T, where direction 0 is along the length of the profile. Material parameters of laminate are: Young’s modulus along the fiber direction - 170GPa, Young’s modulus along the fiber transverse direction - 7.6GPa, shear modulus in-plane - 3.52GPa, Poisson’s ratio in-plane - 0.36. The dimensions of all columns are: length-300 mm, thickness-0.81mm, width of the flanges-40mm. Next, two numerical models of the column with and without flexible pads are developed using the finite element method in Abaqus software. The L-profile laminate column is modeled using the S8R shell elements. The layup-ply technique is used to define the sequence of the laminate layers. However, the model of grips is made of the R3D4 discrete rigid elements. The flexible pad is consists of the C3D20R type solid elements. In order to estimate the moment of the first laminate layer damage, the following initiation criteria were applied: maximum stress criterion, Tsai-Hill, Tsai-Wu, Azzi-Tsai-Hill, and Hashin criteria. The best compliance of results was observed for the Hashin criterion. It was found that the use of the pad in the numerical model significantly influences the damage mechanism. The model without pads characterized a much more stiffness, as evidenced by a greater bifurcation load and damage initiation load in all analyzed criteria, lower shortening, and less deflection of the column in its center than the model with flexible pads. Acknowledgment: The project/research was financed in the framework of the project Lublin University of Technology-Regional Excellence Initiative, funded by the Polish Ministry of Science and Higher Education (contract no. 030/RID/2018/19).

Keywords: angle column, compression, experiment, FEM

Procedia PDF Downloads 206
21893 Green Materials for Hot Mixed Asphalt Production

Authors: Salisu Dahiru, Jibrin M. Kaura, Abubakar I. Jumare, Sulaiman M. Mahmood

Abstract:

Reclaimed asphalt, used automobile tires and rice husk, were regarded as waste. These materials could be used in construction of new roads and for roads rehabilitation. Investigation into the production of a Green Hot Mixed Asphalt (GHMA) pavement using Reclaimed Asphalt Pavement (RAP) as partial replacement for coarse aggregate, Crumb Rubber (CR) from waste automobile tires as modifier for bitumen binder and Rice Husk Ash (RHA) as partial replacement of ordinary portland cement (OPC) filler, for roads construction and rehabilitation was presented. 30% Reclaimed asphalt of total aggregate, 15% Crumb Rubber of total binder content, 5% Rice Husk Ash of total mix, and 5.2% Crumb Rubber Modified Bitumen content were recommended for optimum performance. Loss of marshal stability was investigated on mix with the recommended optimum CRMB. The mix revealed good performance with only about 13% loss of stability after 24 hours of immersion in hot water bath, as against about 24% marshal stability lost reported in previous studies for conventional Hot Mixed Asphalt (HMA).

Keywords: rice husk, reclaimed asphalt, filler, crumb rubber, bitumen content green hot mix asphalt

Procedia PDF Downloads 336
21892 Modeling and Performance Analysis of an Air-Cooled Absorption Chiller

Authors: A. Roukbi, B. Draoui

Abstract:

Due to the high cost and the environmental problems caused by the conventional air-conditioning systems, various researches are being increasingly focused on thermal comfort in the building sector integrating renewable energy sources, particularly solar energy. For that purpose, this study aims to present a modeling and performance analysis of a direct air-cooled Water/LiBr absorption chiller. The chiller is considered to be coupled to a small residential building at an arid zone situated in south Algeria. The system is modeled with TRNSYS simulation program. The main objective is to study the feasibility of the chosen system in arid zones and to apply a simplified method to predict the performance of the system by mean of the characteristic equation approach tacking in account the influence of the climatic conditions of the considered site, the collector area and storage volume of the hot water tank on the performance of the installation. First, the results of the system modeling are compared with an experimental data from the open literature and the developed model is then validated. In another hand, a parametric study is performed to analyze the performance of the direct air-cooled absorption chiller at the operating conditions of interest for the present study. Thus, the obtained results has shown that the studied system can present a good alternative for cooling systems in arid zones since the cooling load is roughly in phase with solar availability.

Keywords: absorption chiller, air-cooled, arid zone, thermal comfort

Procedia PDF Downloads 230
21891 Spatial Interactions Between Earthworm Abundance and Tree Growth Characteristics in Western Niger Delta

Authors: Olatunde Sunday Eludoyin, Charles Obiechina Olisa

Abstract:

The study examined the spatial interactions between earthworm abundance (EA) and tree growth characteristics in ecological belts of Western Niger Delta, Nigeria. Eight 20m x 20m quadrat were delimited in the natural vegetation in each of the rainforest (RF), mangrove (M), fresh water swamp (FWS), and guinea savanna (GS) ecological belts to gather data about the tree species (TS) characteristics which included individual number of tree species (IN), diversity (Di), density (De) and richness (Ri). Three quadrats of 1m x 1m were delineated in each of the 20m x 20m quadrats to collect earthworm species the topsoil (0-15cm), and subsoil (15-30cm) and were taken to laboratory for further analysis. Descriptive statistics and inferential statistics were used for data analysis. Findings showed that a total of 19 earthworm species was found, with 58.5% individual species recorded in the topsoil and 41.5% recorded in the subsoil. The total population ofEudriliuseugeniae was predominantly highest in both topsoil (38.4%) and subsoil (27.1%). The total population of individual species of earthworm was least in GS in the topsoil (11.9%) and subsoil (8.4%). A total of 40 different species of TS was recorded, of which 55.5% were recorded in FWS, while RF was significantly highest in the species diversity(0.5971). Regression analysis revealed that Ri, IN, DBH, Di, and De of trees explained 65.9% of the variability of EA in the topsoil, while 46.9 % of the variability of earthworm abundance was explained by the floristic parameters in the subsoil.Similarly, correlation statistics revealed that in the topsoil, EA is positively and significantly correlated with Ri (r=0.35; p<0.05), IN (r=0.523; p<0.05) and De (r=0.469; p<0.05) while DBH was negatively and significantly correlated with earthworm abundance (r=-0.437; p<0.05). In the subsoil, only Ri and DBH correlated significantly with EA. The study concluded that EA in the study locations was highly influenced by tree growth species especially Ri, IN, DBH, Di, and De. The study recommended that the TSabundance should be improved in the study locations to ensure the survival of earthworms for ecosystem functions.

Keywords: interactions, earthworm abundance, tree growth, ecological zones, western niger delta

Procedia PDF Downloads 100
21890 Assessing the Correlation between Environmental Awareness and Variability of Employees’ Positions in Aviation and Aerospace Industries

Authors: Eva Maleviti, Evan Stamoulis

Abstract:

This paper is part of a wider research project, on environmental management in aviation and aerospace industries. The core elements of this research are the level of knowledge, awareness, applicability of environmental management systems, according to employees’ perspectives. This paper focuses at employees’ level of environmental awareness. The main scope of this research is to evaluate the level of environmental awareness and the adoption of environmental management practices. The primary scope of the research is to define a method to quantify the key indicators that would improve the implementation of environmental management. The opinion of people employed in aviation industry is considered, based on the versatility of their working positions. Up to this stage, 330 respondents have participated globally in the current research. This study uses a questionnaire survey to gain an understanding of the views and attitudes of aerospace staff toward environmental management. The results are analyzed through a quantitative approach using SPSS. The statistical significance shows that the data could follow the same distribution as the distribution of the total population that the sample belongs. As of the above, the number of respondents constitutes a representative sample of the total population. A descriptive analysis is presented. According to the responses given in the survey, the data are analyzed according to the working positions and the characteristics of each position that all the respondents hold. The results demonstrate that the level of environmental awareness is immediately linked with the employees’ positions. Managerial/post holder positions, as expected have, a higher level of environmental awareness. However, the level of applicability of environmental practices by the same group is considered low. The other working groups show variability in environmental awareness, which also depends on their operating task and the applicability or not of environmental practices. Flight operations and engineering/maintenance employees, that their tasks involve higher safety considerations, there are more reluctant in applying environmental practices in their positions. In the current paper an analysis of the data collection is presented, correlating them with the working positions and responsibilities of respondents.

Keywords: environmental awareness, environmental management, sustainability, sustainable aviation

Procedia PDF Downloads 457
21889 Performance Evaluation of Solid Lubricant Characteristics at Different Sliding Conditions

Authors: Suresh Kumar Reddy Narala, Rakesh Kumar Gunda

Abstract:

In modern industry, mechanical parts are subjected to friction and wear, leading to heat generation, which affects the reliability, life and power consumption of machinery. To overcome the tribological losses due to friction and wear, a significant portion of lubricant with high viscous properties allows very smooth relative motion between two sliding surfaces. Advancement in modern tribology has facilitated the use of applying solid lubricants in various industrial applications. Solid lubricant additives with high viscous thin film formation between the sliding surfaces can adequately wet and adhere to a work surface. In the present investigation, an attempt has been made to investigate and evaluate the tribological studies of various solid lubricants like MoS¬2, graphite, and boric acid at different sliding conditions. The base oil used in this study was SAE 40 oil with a viscosity of 220 cSt at 400C. The tribological properties were measured on pin-on-disc tribometer. An experimental set-up has been developed for effective supply of solid lubricants to the pin-disc interface zone. The results obtained from the experiments show that the friction coefficient increases with increase in applied load for all the considered environments. The tribological properties with MoS2 solid lubricant exhibit larger load carrying capacity than that of graphite and boric acid. The present research work also contributes to the understanding of the behavior of film thickness distribution of solid lubricant using potential contact technique under different sliding conditions. The results presented in this research work are expected to form a scientific basis for selecting the best solid lubricant in various industrial applications for possible minimization of friction and wear.

Keywords: friction, wear, temperature, solid lubricant

Procedia PDF Downloads 348
21888 A Pragmatic Study of Falnama Texts Based on Critical Discourse Analysis Approach

Authors: Raziyeh Mashhadi Moghadam

Abstract:

Persian writings in the form of stories, scientific articles, historiographies, biographies, and philosophical, religious, and poetic arguments have established their presence in the past and present. Any piece of text is composed in a unique style depending on its content and subject. In this paper, a manuscript called Falnama of the Prophet is reviewed. Only a few scattered pages of this version are extant, and the author, using the name of twenty-four prophets, seeks to explore the presence and future of the reader. This version is analyzed based on Norman Fairclough’s Critical Discourse Analysis (CDA) approach to unravel the underlying processes in this type of manuscript. The spelling of some words and sentences is different from that of the new written Persian version.

Keywords: application of Falnama texts, critical discourse analysis, Fairclough’s approach

Procedia PDF Downloads 109
21887 Ensuring Safe Operation by Providing an End-To-End Field Monitoring and Incident Management Approach for Autonomous Vehicle Based on ML/Dl SW Stack

Authors: Lucas Bublitz, Michael Herdrich

Abstract:

By achieving the first commercialization approval in San Francisco the Autonomous Driving (AD) industry proves the technology maturity of the SAE L4 AD systems and the corresponding software and hardware stack. This milestone reflects the upcoming phase in the industry, where the focus is now about scaling and supervising larger autonomous vehicle (AV) fleets in different operation areas. This requires an operation framework, which organizes and assigns responsibilities to the relevant AV technology and operation stakeholders from the AV system provider, the Remote Intervention Operator, the MaaS provider and regulatory & approval authority. This holistic operation framework consists of technological, processual, and organizational activities to ensure safe operation for fully automated vehicles. Regarding the supervision of large autonomous vehicle fleets, a major focus is on the continuous field monitoring. The field monitoring approach must reflect the safety and security criticality of incidents in the field during driving operation. This includes an automatic containment approach, with the overall goal to avoid safety critical incidents and reduce downtime by a malfunction of the AD software stack. An End-to-end (E2E) field monitoring approach detects critical faults in the field, uses a knowledge-based approach for evaluating the safety criticality and supports the automatic containment of these E/E faults. Applying such an approach will ensure the scalability of AV fleets, which is determined by the handling of incidents in the field and the continuous regulatory compliance of the technology after enhancing the Operational Design Domain (ODD) or the function scope by Functions on Demand (FoD) over the entire digital product lifecycle.

Keywords: field monitoring, incident management, multicompliance management for AI in AD, root cause analysis, database approach

Procedia PDF Downloads 76
21886 Community Assemblages of Reef Fishes in Marine Sanctuary and Non-Marine Sanctuary Areas in Sogod Bay, Southern Leyte, Philippines

Authors: Homer Hermes De Dios, Dewoowoogen Baclayon

Abstract:

The community assemblages of reef fishes was conducted in ten marine sanctuaries and ten non-marine sanctuary areas in Sogod Bay, Southern Leyte, Philippines from 2014-2015. A total of 223 species belonging to 39 families of reef fishes in Sogod Bay were recorded. Family Pomacentridae (e.g. damsel fishes) has the highest number of species (42), followed by Labridae or wrasses (27), Chaetodonthidae or butterfly fish (22), Scaridae or parrotfishes (17), and Acanthuridae (surgeonfishes) and Pomacanthidae (angelfishes) both with 10 species. Two of the recorded fish species were included in the IUCN Red List, wherein one is near threatened (Chlorurus bowersi) and the other is endangered species (Cheilinus undulatus). The mean total fish biomass (target + indicator + major or other fish) in MPA was significantly higher (13,468 g/500m2 or equivalent to 26.94 mt/km2) than Non-MPA with 7,408 g/500m2 or 15,216mt/km2 in Non-MPA. The mean total fish biomass in MPAs in Sogod Bay can be categorized as high (21-40 mt/km2) with minimal fishing and medium or slightly moderately fished (11-20 mt/km2) in Non-MPAs. The mean (±SE) biomass of target fishes was significantly higher in MPA than Non-MPA and differ significantly across two depths. The target fish biomass was significantly higher in Limasawa Marine Sanctuary (13,569 g/500m2) followed by Lungsodaan Marine Sanctuary in Padre Burgos (11,884 g/500m2) and the lowest was found in San Isidro (735 g/500m2). The mean total fish density (target + indicator + major or other fish) did not differ between Marine Protected area (607.912 fishes/500m2 or 1215.824 fishes/1000m2) and 525.937 fishes/500m2 in non-Marine Protected Area and can be categorized as moderate (667-2267mt/km2). The mean density of target fishes was significantly (p=0.022) higher in deeper areas (12-15m) than in shallow areas but did not differ significantly between MPAs and Non-MPA. No significant difference of the biomass and density for indicator and other fishes in MPAs and Non-MPAs.

Keywords: abundance, density, species richness, target fish, coral reef management

Procedia PDF Downloads 311
21885 A Study of Shigeru Ban's Environmentally-Sensitive Design Approach

Authors: Duygu Merve Bulut, Fehime Yesim Gurani

Abstract:

The Japanese architect Shigeru Ban has succeeded in bringing a different understanding to the modern architectural design approach with both the material selection and the techniques he used while combining the material with the design. Ban, who reflects his respect to people and nature with his designs, has encouraged that design should be done with economic materials, easily accessible and understandable for everyone. Because of this, Ban has attracted attention and appreciated in the architectural world with his environmentally-sensitive design ideology and humanitarian projects. In order to understand Ban’s environmentally-sensitive design approach, with this article, Ban’s projects which have used natural materials; the projects of Ban’s Japenese Pavilion in Germany, Papertainer Museum in South Korea, Centre Pompidou-Metz in France and Cardboard Cathedral in New Zealand were examined and analyzed. In the following parts, 'paper tube' technology that creates awareness in architectural area, which developed and applied by Ban; has been examined in terms of building material and structure of sustainable space design. As a result of this review, Ban’s approach is evaluated in terms of its contribution to the understanding of sustainable design.

Keywords: ecological design, environmentally-sensitive design, paper tube, Shigeru Ban, sustainability

Procedia PDF Downloads 500
21884 Influences of Island Characteristics on Plant Community Structure of Farasan Archipelago, Saudi Arabia: Island Biogeography and Nested Pattern

Authors: Khalid Al Mutairi, Mashhor Mansor, Magdy El-Bana, Saud L. Al-Rowaily, Asyraf Mansor

Abstract:

The present study was carried out in 20 islands of Farasan Archipelago in Saudi Arabia to describe the biogeography patterns of plants. A total of 191 species belonging to 129 genera and 53 families were identified. Following island biogeography theory, total plant species richness and their ecological groups were positively influenced by island size, number of habitats,elevation and were not affected by isolation. The high level of nestedness, the strong effect of area on total plant species richness and ecological groups, and the similarity of vegetation composition on the islands has several implications for conservation. In conclusion the large and richest islands in Farasan Archipelago such as Farasan Alkbir would conserve higher diversity than several smaller islands. This island also includes rare habitats like coral rocks and rare species. The invasion of the unique habitats such as wadi channels and water catchments in this island by the exotic tree Prosopis juliflora should be managed to conserve the native biodiversity. The protection of such critical habitats is very important on the other large island (e.g. Zufaf), due to their limited distribution in the country.

Keywords: island biogeography, conservation, farasan archipelago, saudi arabia, plant diversity

Procedia PDF Downloads 346
21883 Simulation of Lean Principles Impact in a Multi-Product Supply Chain

Authors: Matteo Rossini, Alberto Portioli Staudacher

Abstract:

The market competition is moving from the single firm to the whole supply chain one because of increasing competition and growing need for operational efficiencies and customer orientation. Supply chain management allows companies to look beyond their organizational boundaries to develop and leverage resources and capabilities of their supply chain partners. This leads to create competitive advantages in the marketplace and because of this SCM has acquired strategic importance. Lean Approach is a management strategy that focuses on reducing every type of waste present in an organization. This approach is becoming more and more popular among supply chain managers. The supply chain application of lean approach is low diffused. It is not well studied which are the impacts of lean approach principles in a supply chain context. In literature there are only few studies simulating the lean approach performance in single products supply chain. This research work studies the impacts of lean principles implementation along a supply chain. To achieve this, a simulation model of a three-echelon multiproduct product supply chain has been built. Kanban system (and several priority policies) and setup time reduction degrees are implemented in the lean-configured supply chain to apply pull and lot-sizing decrease principles respectively. To evaluate the benefits of lean approach, lean supply chain is compared with an EOQ-configured supply chain. The simulation results show that Kanban system and setup-time reduction improve inventory stock level. They also show that logistics efforts are affected to lean implementation degree. The paper concludes describing performances of lean supply chain in different contexts.

Keywords: inventory policy, Kanban, lean supply chain, simulation study, supply chain management, planning

Procedia PDF Downloads 358
21882 Effects of AG1 and AG2 QTLs on Rice Seedling Growth and Physiological Processes during Germination in Flooded Soils

Authors: Satyen Mondal, Frederickson Entila, Shalabh Dixit, Pompe C. Sta. Cruz, Abdelbagi M. Ismail

Abstract:

Anaerobic condition caused by flooding during germination in direct seeded rice systems, known as anaerobic germination (AG), severely reduces crop establishment in both rainfed and irrigated areas. Seeds germinating in flooded soils could encounter hypoxia or even anoxia in severe cases, and this hinders germination and seedling growth. This study was conducted to quantify the effects of incorporating two major QTLs, AG1 and AG2, associated with tolerance of flooding during germination and to assess their interactive effects on enhancing crop establishment. A greenhouse experiment was conducted at the International Rice Research Institute (IRRI), Los Baňos, Philippines, using elite lines incorporating AG1, AG2 and AG1+AG2 in the background of the popular varieties PSBRc82 (PSBRc82-AG1, PSBRc82-AG2, PSBRc82-AG1+AG2) and Ciherang-Sub1 (Ciherang-Sub1-AG1, Ciherang-Sub1-AG2, Ciherang-Sub1-AG1+AG2), along with the donors Kho Hlan On (for AG1) and Ma-Zhan Red (AG2) and the recipients PSBRc82 and Ciherang-Sub1. The experiment was conducted using concrete tanks in an RCBD with three replications. Dry seeds were sown in seedling trays then flooded with 10 cm water depth. Seedling survival, root and shoot growth and relative growth rate were measured. The germinating seedlings were used for assaying nonstructural carbohydrate (NSC) and ascorbate concentrations, lipid peroxidation, total phenolic concentration, reactive oxygen species and total amylase enzyme activity. Flooding reduced overall survival, though survival of AG1+AG2 introgression lines was greater than other genotypes. Soluble sugars increased, while starch concentration decreased gradually under flooding especially in the tolerant checks and AG1+AG2 introgression lines. Less lipid peroxidation and higher amylase activity, reduced-ascorbate (RAsA) and total phenolic contents (TPC) were observed in the tolerant checks and in AG1+AG2 introgression lines. Lipid peroxidation correlated negatively with ascorbate and total phenolic concentrations and with reactive oxygen species (ROS). Introgression of AG1+AG2 QTLs upregulated total amylase activity causing rapid starch degradation and increase in ascorbate and total phenolic concentrations resulting in higher germination and seedling growth in flooded soils.

Keywords: amylase, anaerobic germination, ascorbate, direct-seeded rice, flooding, lipid peroxidation

Procedia PDF Downloads 274