Search results for: tree species selection
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 5831

Search results for: tree species selection

5651 Urban Vegetative Planning for Ambient Ozone Pollution: An Eco-Management Approach

Authors: M. Anji Reddy, R. Uma Devi

Abstract:

Environmental planning for urban development is very much needed to reduce air pollution through the enhancement of vegetative cover in the cities like Hyderabad. This can be mainly based on the selection of appropriate native plant species as bioindicators to assess the impact of ambient Ozone. In the present study, tolerant species are suggested aimed to reduce the magnitude of ambient ozone concentrations which not only increase eco-friendly vegetation but also moderate air pollution. Hyderabad city is divided into 5 zones based on Land Use/Land Cover category further each zone divided into residential, traffic, industrial, and peri-urban areas. Highest ambient ozone levels are recorded in Industrial areas followed by traffic areas in the entire study area ( > 180 µg/m3). Biomonitoring of selected sixteen local urban plant species with the help of Air Pollution Tolerance Index (APTI) showed its susceptibility to air pollution. Statistical regression models in between the tolerant plant species and ambient ozone levels suggested five plant species namely Azardirachta indica A. Juss which have a high tolerant response to ambient ozone followed by Delonix regia Hook. along with Millingtonia hortensis L.f., Alestonia Scholaries L., and Samania saman Jacq. in the industrial and traffic areas of the study area to mitigate ambient Ozone pollution and also to improve urban greenery.

Keywords: air pollution tolerance index, bio-indicators, eco-friendly vegetation, urban greenery

Procedia PDF Downloads 424
5650 Landscape Genetic and Species Distribution Modeling of Date Palm (Phoenix dactylifera L.)

Authors: Masoud Sheidaei, Fahimeh Koohdar

Abstract:

Date palms are economically important tree plants with high nutrition and medicinal values. More than 400 date palm cultivars are cultivated in many regions of Iran, but no report is available on landscape genetics and species distribution modeling of these trees from the country. Therefore, the present study provides a detailed insight into the genetic diversity and structure of date palm populations in Iran and investigates the effects of geographical and climatic variables on the structuring of genetic diversity in them. We used different computational methods in the study like, spatial principal components analysis (sPCA), redundancy analysis (RDA), latent factor mixed model (LFMM), and Maxent and Dismo models of species distribution modeling. We used a combination of different molecular markers for this study. The results showed that both global and local spatial features play an important role in the genetic structuring of date palms, and the genetic regions associated with local adaptation and climatic variables were identified. The effects of climatic change on the distribution of these taxa and the genetic regions adaptive to these changes will be discussed.

Keywords: adaptive genetic regions, genetic diversity, isolation by distance, populations divergence

Procedia PDF Downloads 74
5649 Selection of Relevant Servers in Distributed Information Retrieval System

Authors: Benhamouda Sara, Guezouli Larbi

Abstract:

Nowadays, the dissemination of information touches the distributed world, where selecting the relevant servers to a user request is an important problem in distributed information retrieval. During the last decade, several research studies on this issue have been launched to find optimal solutions and many approaches of collection selection have been proposed. In this paper, we propose a new collection selection approach that takes into consideration the number of documents in a collection that contains terms of the query and the weights of those terms in these documents. We tested our method and our studies show that this technique can compete with other state-of-the-art algorithms that we choose to test the performance of our approach.

Keywords: distributed information retrieval, relevance, server selection, collection selection

Procedia PDF Downloads 257
5648 K-Means Clustering-Based Infinite Feature Selection Method

Authors: Seyyedeh Faezeh Hassani Ziabari, Sadegh Eskandari, Maziar Salahi

Abstract:

Infinite Feature Selection (IFS) algorithm is an efficient feature selection algorithm that selects a subset of features of all sizes (including infinity). In this paper, we present an improved version of it, called clustering IFS (CIFS), by clustering the dataset in advance. To do so, first, we apply the K-means algorithm to cluster the dataset, then we apply IFS. In the CIFS method, the spatial and temporal complexities are reduced compared to the IFS method. Experimental results on 6 datasets show the superiority of CIFS compared to IFS in terms of accuracy, running time, and memory consumption.

Keywords: feature selection, infinite feature selection, clustering, graph

Procedia PDF Downloads 94
5647 Characteristics of Old-Growth and Secondary Forests in Relation to Age and Typhoon Disturbance

Authors: Teng-Chiu Lin, Pei-Jen Lee Shaner, Shin-Yu Lin

Abstract:

Both forest age and physical damages due to weather events such as tropical cyclones can influence forest characteristics and subsequently its capacity to sequester carbon. Detangling these influences is therefore a pressing issue under climate change. In this study, we compared the compositional and structural characteristics of three forests in Taiwan differing in age and severity of typhoon disturbances. We found that the two forests (one old-growth forest and one secondary forest) experiencing more severe typhoon disturbances had shorter stature, higher wood density, higher tree species diversity, and lower typhoon-induced tree mortality than the other secondary forest experiencing less severe typhoon disturbances. On the other hand, the old-growth forest had a larger amount of woody debris than the two secondary forests, suggesting a dominant role of forest age on woody debris accumulation. Of the three forests, only the two experiencing more severe typhoon disturbances formed new gaps following two 2015 typhoons, and between these two forests, the secondary forest gained more gaps than the old-growth forest. Consider that older forests generally have more gaps due to a higher background tree mortality, our findings suggest that the age effects on gap dynamics may be reversed by typhoon disturbances. This study demonstrated the effects of typhoons on forest characteristics, some of which could negate the age effects and rejuvenate older forests. If cyclone disturbances were to intensity under climate change, the capacity of older forests to sequester carbon may be reduced.

Keywords: typhoon, canpy gap, coarse woody debris, forest stature, forest age

Procedia PDF Downloads 238
5646 Improve B-Tree Index’s Performance Using Lock-Free Hash Table

Authors: Zhanfeng Ma, Zhiping Xiong, Hu Yin, Zhengwei She, Aditya P. Gurajada, Tianlun Chen, Ying Li

Abstract:

Many RDBMS vendors use B-tree index to achieve high performance for point queries and range queries, and some of them also employ hash index to further enhance the performance as hash table is more efficient for point queries. However, there are extra overheads to maintain a separate hash index, for example, hash mapping for all data records must always be maintained, which results in more memory space consumption; locking, logging and other mechanisms are needed to guarantee ACID, which affects the concurrency and scalability of the system. To relieve the overheads, Hash Cached B-tree (HCB) index is proposed in this paper, which consists of a standard disk-based B-tree index and an additional in-memory lock-free hash table. Initially, only the B-tree index is constructed for all data records, the hash table is built on the fly based on runtime workload, only data records accessed by point queries are indexed using hash table, this helps reduce the memory footprint. Changes to hash table are done using compare-and-swap (CAS) without performing locking and logging, this helps improve the concurrency and avoid contention. The hash table is also optimized to be cache conscious. HCB index is implemented in SAP ASE database, compared with the standard B-tree index, early experiments and customer adoptions show significant performance improvement. This paper provides an overview of the design of HCB index and reports the experimental results.

Keywords: B-tree, compare-and-swap, lock-free hash table, point queries, range queries, SAP ASE database

Procedia PDF Downloads 258
5645 Probing Syntax Information in Word Representations with Deep Metric Learning

Authors: Bowen Ding, Yihao Kuang

Abstract:

In recent years, with the development of large-scale pre-trained lan-guage models, building vector representations of text through deep neural network models has become a standard practice for natural language processing tasks. From the performance on downstream tasks, we can know that the text representation constructed by these models contains linguistic information, but its encoding mode and extent are unclear. In this work, a structural probe is proposed to detect whether the vector representation produced by a deep neural network is embedded with a syntax tree. The probe is trained with the deep metric learning method, so that the distance between word vectors in the metric space it defines encodes the distance of words on the syntax tree, and the norm of word vectors encodes the depth of words on the syntax tree. The experiment results on ELMo and BERT show that the syntax tree is encoded in their parameters and the word representations they produce.

Keywords: deep metric learning, syntax tree probing, natural language processing, word representations

Procedia PDF Downloads 32
5644 Diversity and Distribution of Benthic Invertebrates in the West Port, Malaysia

Authors: Seyedeh Belin Tavakoly Sany, Rosli Hashim, Majid Rezayi, Aishah Salleh, Omid Safari

Abstract:

The purpose of this paper is to describe the main characteristics of macroinvertebrate species in response to environmental forcing factors. Overall, 23 species of Mollusca, 4 species of Arthropods, 3 species of Echinodermata and 3 species of Annelida were identified at the 9 sampling stations during four sampling periods. Individual species of Mollusca constituted 36.4% of the total abundance, followed by Arthropods (27.01%), Annelida (34.3%) and Echinodermata (2.4%). The results of Kruskal-Wallis test indicated that a significant difference (p <0.05) in the abundance, richness and diversity of the macro-benthic community in different stations. The correlation analysis revealed that anthropogenic pollution and natural variability caused by these variations in spatial scales.

Keywords: benthic invertebrates, diversity, abundance, West Port

Procedia PDF Downloads 405
5643 The Impact of Governance Criteria in the Supplier Selection Process of Large German Companies

Authors: Christoph Köster

Abstract:

Supplier selection is one of the key challenges in supply chain management and can be considered a multi-criteria decision-making (MCDM) problem. In the 1960s, it evolved from considering only economic criteria, such as price, quality, and performance, to including environmental and social criteria nowadays. Although receiving considerable attention from scholars and practitioners over the past decades, existing research has not considered governance criteria so far. This is, however, surprising, as ESG (environmental, social, and governance) criteria have gained considerable attention. In order to complement ESG criteria in the supplier selection process, this study investigates German DAX and MDAX companies and evaluates the impact of governance criteria along their supplier selection process. Moreover, it proposes a set of criteria for the respective process steps. Specifically, eleven criteria for the first process step and five criteria for the second process step are identified. This paper contributes to a better understanding of the supplier selection process by elucidating the relevance of governance criteria in the supplier selection process and providing a set of empirically developed governance criteria. These results can be applied by practitioners to complement the criteria set in the supplier selection process and thus balance economic, environmental, social, and governance targets.

Keywords: ESG, governance, sustainable supplier selection, sustainability

Procedia PDF Downloads 90
5642 The Relevance of Environmental, Social, and Governance in Sustainable Supplier Selection

Authors: Christoph Koester

Abstract:

Supplier selection is one of the key issues in supply chain management with a growing emphasis on sustainability driven by increasing stakeholder expectations and proactivity. In addition, new regulations, such as the German Supply Chain Act, fostered the inclusion of sustainable incl. governance selection criteria in the selection process. In order to provide a systematic approach to select the most suitable sustainable suppliers, this study quantifies the importance and prioritizes the relevant selection criteria across 17 German industries using the Fuzzy Analytical Hierarchy Process. Results show that economic criteria are still the most important in the selection decision averaging a global weight of 51%. However, environmental, social, and governance (ESG) criteria are combined, on average, almost equally important, with global weights of 22%, 16%, and 11%, respectively. While the type of industry influences criteria weights, other factors, such as type of purchasing or demographic factors, appear to have little impact.

Keywords: ESG, fuzzy analytical hierarchy process, sustainable supplier selection, sustainability

Procedia PDF Downloads 56
5641 Effect of Recruitment and Selection on Employee Performance in Hospitality Industries

Authors: Yusuf A. Bako, Olubunmi O. Kolawole

Abstract:

This study sought to establish the effect of recruitment and selection on the employee performance in hospitality industries. The success of any organization in this modern business environment depends on the caliber of the manpower that steer the affairs of the organization. History has shown that recruitment and selection as a function of human resources management practices have a pivotal role in determining the level of employee performance in an organization. The hospitality industries have been faced with challenges of performance due to unconventional selection and placement practices in terms of poor policy in selecting candidate, inconsistency in selection process, sidetracking employment test and interview, godfatherism and regional selection process etc. The overall objective of the study was to determine how recruitment and selection affect employee performance in hospitality industry in Ogun State, Nigeria. This study adopts descriptive and inferential research design while population was drawn from leading hotels in Ogun State, Nigeria. The samples size was 100 employees and questionnaire was used to collect data while Cronbach alpha was used to test the instrument. The result of the study reveals that correlation between employee performance and recruitment and selection were highly significant.

Keywords: employee performance, human resources management, practices, recruitment, selection

Procedia PDF Downloads 340
5640 Species Diversity and Relative Abundance of Migratory Waterbirds in Abijata Lake, Central Rift Valley, Ethiopia

Authors: Teklebrhan Kidane

Abstract:

The aim of this study is to investigate the species diversity and relative abundance of migratory waterbirds in Abijata Lake, an Important Bird Area and potential Ramsar site located in the Central Rift Valley of Ethiopia. The study was carried out, using line transect method along the shoreline and open area of the Lake. The data was analyzed with different diversity indices; t-Test and descriptive statistics. Thirty-two migratory waterbird species grouped into twelve families consisting of globally threatened birds were identified and recorded. Family Scolopacidae (12 species) had the highest number of species. The lowest number of species was observed under the families Ciconidae, Accipitridae, Laridae and Falconidae with one species each. The recorded bird species comprised 19 Palearctic, 5 Intra-African, 2 local migrants as well as 6 resident Palearctic migratory waterbird species. The dry season had higher species diversity (H'=1.01) compared to the wet season (H'=0.76). The highest and lowest diversity of migratory waterbirds were recorded during January (H'= 1.28) and June (H'= 0.52), respectively. However, the highest evenness (E) of bird species was recorded during wet season (E=0.21) and lower during the dry season (E=0.09). The computed seasonal effect reveals that there is significant effect of seasons on species diversity (t=2.80, P < 0.05), but the effect of seasons on individuals of migratory bird species was not significant (t=1.42, P > 0.05). Even though Lake Abijata is the sanctuary of several migratory waterbirds, anthropogenic activities are rigorously threatening their survival. Therefore, it needs an urgent conservation concern.

Keywords: migration, important bird area, species diversity, wetland birds

Procedia PDF Downloads 162
5639 Correlation Studies and Heritability Estimates among Onion (Allium Cepa L.) Cultivars of North Western Nigeria

Authors: L. Abubakar, B. M. Sokoto, I. U. Mohammed, M. S. Na’allah, A. Mohammad, A. N. Garba, T. S. Bubuche

Abstract:

Onion (Allium cepa var. cepa L.), is the most important species of the Allium group belonging to family Alliaceae and genus Allium. It can be regarded as the single important vegetable species in the world after tomatoes. Despite the similarities, which bring the species together, the genus is a strikingly diverse one, with more than five hundred species, which are perennial and mostly bulbous plants. Out of these, only seven species are in cultivation, and five are the most important species of the cultivated Allium. However, Allium cepa (onion) and Allium sativum (Garlic) are the two major cultivated species grown all over the world of which the onion crop is the most important. Heritability defined as the proportion of the observed total variability that is genetic, and its estimates from variance components give more useful information of genotypic variation from the total phenotypic differences and environmental effects on the individuals or families. It therefore guide the breeder with respect to the ease with which selection of traits can be carried out. Heritability estimates guide the breeder with respect to ease of selection of traits while correlations suggest how selection among characters can be practiced. Correlations explain relationship between characters and suggest how selection among characters can be practiced in breeding programmes. Highly significant correlations have been reported, between yield, maturity, rings/bulb and storage loss in onions. Similarly significant positive correlation exists between total bulb yield and plant height, leaf number/plant, bulb diameter and bulb yield/plant. Moderate positive correlations have been observed between maturity date and yield, dry matter content was highly correlated with soluble solids, and higher correlations were also observed between storage loss and soluble solids. The objective of the study is to determine heritability estimates and correlations for characters among onion cultivars of North Western Nigeria. This is envisaged will assist in the breeding of superior onion cultivars within the zone. Thirteen onion cultivars were collected during an expedition covering north western Nigeria and Southern part of Niger Republic during 2013, which are areas noted for onion production. The cultivars were evaluated at two locations; Sokoto, in Sokoto State and Jega in Kebbi State all in Nigeria during the 2013/14 onion season (dry season) under irrigation. Combined analysis of the results revealed fresh bulb yield is highly significantly positively correlated with bulb height and cured bulb yield, and significant positive correlation with plant height and bulb diameter. It also recorded significant negative correlation with mean No. of leaves/plant and non significant negative correlation with bolting %. Cured bulb yield (marketable yield) had highly significant positive correlation with mean bulb weight and fresh bulb yield/ha, with significant positive correlation with bulb height. It also recorded highly significant negative correlation with No. of leaves/plant and significant negative correlation with bolting % and non significant positive correlation with plant height and non significant negative correlation with bulb diameter. High broad sense heritability estimates were recorded for plant height, fresh bulb yield, number of leaves/plant, bolting % and cured bulb yield. Medium to low broad sense heritabilities were also observed for mean bulb weight, plant height and bulb diameter.

Keywords: correlation, heritability, onions, North Western Nigeria

Procedia PDF Downloads 362
5638 Avifauna of Bara Gali Summer Campus, University of Peshawar, Khyber Pakhtunkhwa

Authors: Saif Ullah, Zaigham Hasan, Muhammad Ali, Qaisar Jamal, Kiran Salahuddin, Muhammad Awais

Abstract:

Survey of avian fauna of Bara Gali Summer Campus, University of Peshawar situated in Abbottabad was conducted from April to October, 2013. A total of 21 species belonging to 5 orders and 15 families were recorded. Out of these, 6 were resident, 12 summer visitor and 3 rare. Order Passeriformes was represented by 16 species which are Certhia himalayana, Megalaima virens, Phylloscopus trochiloides, Garrulax lineatus, Passer rutilans, Corvus macrorhynchos, Hypsipetes leucocephalus, Acridotheres tristis, Delichon dasypus cashmeriensis, Hirundo rustica, Muscicapa thalassina, Saxicola ferrea, Myiophoneus caeruleus, Parus melonolophus, Parus rufonuchalis, Parus monticolus, belonging to 11 families. Two species Dendrocopos himalayansis and Picus squamatus belong to only one family Picidae of order Piciformes. Among rest of the three orders each is represented by only a single species; Accipitriformes by Accipiter virgatus, Coraciformes by Upupa epops while order Psittaciformes has been represented by Psittacula himalayana. The distribution and abundance varied with season and maximum number of species were found during the monsoon season when most of the birds migrate for breeding. Some habits and behaviors like nesting, feeding, breeding and vocalizations were also studied which are very unique from other birds found at lower elevations. Among bird species adapted to diverse habitat in the field, Himalayan Jungle Crow, Common Mynas, Bulbuls, Barn Swallows, barbets were prominent. Interesting feature of the avian fauna is its familiarity with flora, was also observed during the present studies that some birds are very quick and active in their movement on a tree surface i.e Certhia himalayana.

Keywords: avifauna diversity, distribution, Bara Gali, Abbottabad

Procedia PDF Downloads 350
5637 Survey on Big Data Stream Classification by Decision Tree

Authors: Mansoureh Ghiasabadi Farahani, Samira Kalantary, Sara Taghi-Pour, Mahboubeh Shamsi

Abstract:

Nowadays, the development of computers technology and its recent applications provide access to new types of data, which have not been considered by the traditional data analysts. Two particularly interesting characteristics of such data sets include their huge size and streaming nature .Incremental learning techniques have been used extensively to address the data stream classification problem. This paper presents a concise survey on the obstacles and the requirements issues classifying data streams with using decision tree. The most important issue is to maintain a balance between accuracy and efficiency, the algorithm should provide good classification performance with a reasonable time response.

Keywords: big data, data streams, classification, decision tree

Procedia PDF Downloads 486
5636 About the Case Portfolio Management Algorithms and Their Applications

Authors: M. Chumburidze, N. Salia, T. Namchevadze

Abstract:

This work deal with case processing problems in business. The task of strategic credit requirements management of cases portfolio is discussed. The information model of credit requirements in a binary tree diagram is considered. The algorithms to solve issues of prioritizing clusters of cases in business have been investigated. An implementation of priority queues to support case management operations has been presented. The corresponding pseudo codes for the programming application have been constructed. The tools applied in this development are based on binary tree ordering algorithms, optimization theory, and business management methods.

Keywords: credit network, case portfolio, binary tree, priority queue, stack

Procedia PDF Downloads 93
5635 RAD-Seq Data Reveals Evidence of Local Adaptation between Upstream and Downstream Populations of Australian Glass Shrimp

Authors: Sharmeen Rahman, Daniel Schmidt, Jane Hughes

Abstract:

Paratya australiensis Kemp (Decapoda: Atyidae) is a widely distributed indigenous freshwater shrimp, highly abundant in eastern Australia. This species has been considered as a model stream organism to study genetics, dispersal, biology, behaviour and evolution in Atyids. Paratya has a filter feeding and scavenging habit which plays a significant role in the formation of lotic community structure. It has been shown to reduce periphyton and sediment from hard substrates of coastal streams and hence acts as a strongly-interacting ecosystem macroconsumer. Besides, Paratya is one of the major food sources for stream dwelling fishes. Paratya australiensis is a cryptic species complex consisting of 9 highly divergent mitochondrial DNA lineages. Among them, one lineage has been observed to favour upstream sites at higher altitudes, with cooler water temperatures. This study aims to identify local adaptation in upstream and downstream populations of this lineage in three streams in the Conondale Range, North-eastern Brisbane, Queensland, Australia. Two populations (up and down stream) from each stream have been chosen to test for local adaptation, and a parallel pattern of adaptation is expected across all streams. Six populations each consisting of 24 individuals were sequenced using the Restriction Site Associated DNA-seq (RAD-seq) technique. Genetic markers (SNPs) were developed using double digest RAD sequencing (ddRAD-seq). These were used for de novo assembly of Paratya genome. De novo assembly was done using the STACKs program and produced 56, 344 loci for 47 individuals from one stream. Among these individuals, 39 individuals shared 5819 loci, and these markers are being used to test for local adaptation using Fst outlier tests (Arlequin) and Bayesian analysis (BayeScan) between up and downstream populations. Fst outlier test detected 27 loci likely to be under selection and the Bayesian analysis also detected 27 loci as under selection. Among these 27 loci, 3 loci showed evidence of selection at a significance level using BayeScan program. On the other hand, up and downstream populations are strongly diverged at neutral loci with a Fst =0.37. Similar analysis will be done with all six populations to determine if there is a parallel pattern of adaptation across all streams. Furthermore, multi-locus among population covariance analysis will be done to identify potential markers under selection as well as to compare single locus versus multi-locus approaches for detecting local adaptation. Adaptive genes identified in this study can be used for future studies to design primers and test for adaptation in related crustacean species.

Keywords: Paratya australiensis, rainforest streams, selection, single nucleotide polymorphism (SNPs)

Procedia PDF Downloads 227
5634 A Hybrid Model Tree and Logistic Regression Model for Prediction of Soil Shear Strength in Clay

Authors: Ehsan Mehryaar, Seyed Armin Motahari Tabari

Abstract:

Without a doubt, soil shear strength is the most important property of the soil. The majority of fatal and catastrophic geological accidents are related to shear strength failure of the soil. Therefore, its prediction is a matter of high importance. However, acquiring the shear strength is usually a cumbersome task that might need complicated laboratory testing. Therefore, prediction of it based on common and easy to get soil properties can simplify the projects substantially. In this paper, A hybrid model based on the classification and regression tree algorithm and logistic regression is proposed where each leaf of the tree is an independent regression model. A database of 189 points for clay soil, including Moisture content, liquid limit, plastic limit, clay content, and shear strength, is collected. The performance of the developed model compared to the existing models and equations using root mean squared error and coefficient of correlation.

Keywords: model tree, CART, logistic regression, soil shear strength

Procedia PDF Downloads 165
5633 Rapid Inventory of Terrestrial Ferns and Lycopods in Center for Ecological Development and Recreation (Cedar), Impalutao, Impasug-Ong Bukidnon, Philippines

Authors: Diobein Flores, Venus Buagas, Virgie Darunday

Abstract:

The study inventoried the species composition of terrestrial ferns and lycopods in Center for Ecological Development and Recreation (CEDAR) Impalutao, Impasug-ong, Bukidnon. Specifically, it aimed to determine and describe the species composition, and diagnostic characters of the ferns and lycopods in the study site. Transect walk method was employed in the inventory of the species. Each species were classified, identified and described according to its diagnostic characters. Results of the study revealed a total of 20 species of ferns and lycopods. Of these, 18 species were ferns and 2 species were lycopods. Eleven (11) families and fifteen (15) genera for ferns and one (1) family and one (1) genera for lycopods. Psomiocarpa apifolia is Philippine endemic and said to be vulnerable or threatened. Taxonomic characters based on habit, rhizome, leaf arrangement and orientation, stem structure and circinate vernation were used to identify the terrestrial pteridophtyes into families, genera and species. The species collected and assessment in CEDAR should be further investigated and monitor their conservation status.

Keywords: alpha taxonomy, conservation, habit, taxonomic characters

Procedia PDF Downloads 194
5632 Plant Species Composition and Frequency Distribution Along a Disturbance Gradient in Kano Metropolis Nigeria

Authors: Hamisu Jibril

Abstract:

The study explores changes in plant species composition along disturbance gradient in urban areas in Nigeria at Bayero University Kano campuses. The aim is to assess changes in plant species composition and distribution within a degraded dryland environment in Kano Metropolis, Nigeria. Vegetation sampling was conducted using plots quadrat and transect methods, and different plant species were identified in the three study sites. Data were analyzed using ANOVA, t-tests and conventional indices to compare species richness, evenness and diversity. The study found no significant differences in species frequency among sites or sampling methods but observed higher species richness, evenness and diversity values in grasses species compared to trees. The study addressed changes in plant species composition along a disturbance gradient in an urban environment, focusing on species richness, evenness, and diversity. The study contributes to understanding the vegetation dynamics in degraded urban environments and highlights the need for conservation efforts. The research also adds to the existing literature by confirming previous findings and suggesting re-planting efforts. The study suggests similarities in plant species composition between old and new campus areas and emphasizes the importance of further investigating factors leading to vegetation loss for conservation purposes.

Keywords: species diversity, urban kano, dryland environment, vegetation sampling

Procedia PDF Downloads 17
5631 Complete Chloroplast DNA Sequences of Georgian Endemic Polyploid Wheats

Authors: M. Gogniashvili, I. Maisaia, A. Kotorashvili, N. Kotaria, T. Beridze

Abstract:

Three types of plasmon (A, B and G) is typical for genus Triticum. In polyploid species - Triticum turgidum L. and Triticum aestivum L. plasmon B is detected. In the forthcoming paper, complete nucleotide sequence of chloroplast DNA of 11 representatives of Georgian wheat polyploid species, carrying plasmon B was determined. Sequencing of chloroplast DNA was performed on an Illumina MiSeq platform. Chloroplast DNA molecules were assembled using the SOAPdenovo computer program. All contigs were aligned to the reference chloroplast genome sequence using BLASTN. For detection of SNPs and Indels and phylogeny tree construction computer programs Mafft and Blast were used. Using Triticum aestivum L. subsp. macha (Dekapr. & Menabde) Mackey var. paleocolchicum Dekapr. et Menabde as a reference, 5 SNPs can be identified in chloroplast DNA of Georgian endemic polyploid wheat. The number of noncoding substitutions is 2, coding substitutions - 3. In comparison with reference DNA two - 38 bp and 56 bp inversions were observed in paleocolchicum subspecies. There were six 1 bp indels detected in Georgian polyploid wheats, all of them at microsatellite stretches. The phylogeny tree shows that subspecies macha, carthlicum and paleocolchicum occupy different positions. According to the simplified scheme based on SNP and indel data, the ancestral, female parent of the all studied polyploid wheat is unknown X predecesor, from which four lines were formed. 1 SNP and two inversions (38 bp and 56 bp) caused the formation of subsp. paleocolchicum. Three other lines are macha, durum and carthlicum lines. Macha line is further divided into two sublines (M_1 and M_4). Carthlicum line includes subsp.carthlicum and T.aestivum - C_1 - C_2 - A_1. One of the central question of wheat domestication is which people(s) participated in wheat domestication? It is proposed that the predecessors of Georgian peoples (Proto-Kartvelians) must be placed, on the evidence of archaic lexical and toponymic data, in the mountainous regions of the western and central part of the Little Caucasus (the Transcaucasian foothills) at least 4,000 years ago. One of the possibility to explain the ‘wheat puzzle’ is that Kartvelian speakers brought domesticated wheat species and subspecis from Fertile Crescent further north to South Caucasus.

Keywords: chloroplast DNA, sequencing, SNP, triticum

Procedia PDF Downloads 127
5630 Supplier Selection by Considering Cost and Reliability

Authors: K. -H. Yang

Abstract:

Supplier selection problem is one of the important issues of supply chain problems. Two categories of methodologies include qualitative and quantitative approaches which can be applied to supplier selection problems. However, due to the complexities of the problem and lacking of reliable and quantitative data, qualitative approaches are more than quantitative approaches. This study considers operational cost and supplier’s reliability factor and solves the problem by using a quantitative approach. A mixed integer programming model is the primary analytic tool. Analyses of different scenarios with variable cost and reliability structures show that the effectiveness of this approach to the supplier selection problem.

Keywords: mixed integer programming, quantitative approach, supplier’s reliability, supplier selection

Procedia PDF Downloads 345
5629 Quantifying the Effects of Canopy Cover and Cover Crop Species on Water Use Partitioning in Micro-Sprinkler Irrigated Orchards in South Africa

Authors: Zanele Ntshidi, Sebinasi Dzikiti, Dominic Mazvimavi

Abstract:

South Africa is a dry country and yet it is ranked as the 8th largest exporter of fresh apples (Malus Domestica) globally. Prime apple producing regions are in the Eastern and Western Cape Provinces of the country where all the fruit is grown under irrigation. Climate change models predict increasingly drier future conditions in these regions and the frequency and severity of droughts is expected to increase. For the sustainability and growth of the fruit industry it is important to minimize non-beneficial water losses from the orchard floor. The aims of this study were firstly to compare the water use of cover crop species used in South African orchards for which there is currently no information. The second aim was to investigate how orchard water use (evapotranspiration) was partitioned into beneficial (tree transpiration) and non-beneficial (orchard floor evaporation) water uses for micro-sprinkler irrigated orchards with different canopy covers. This information is important in order to explore opportunities to minimize non-beneficial water losses. Six cover crop species (four exotic and two indigenous) were grown in 2 L pots in a greenhouse. Cover crop transpiration was measured using the gravimetric method on clear days. To establish how water use was partitioned in orchards, evapotranspiration (ET) was measured using an open path eddy covariance system, while tree transpiration was measured hourly throughout the season (October to June) on six trees per orchard using the heat ratio sap flow method. On selected clear days, soil evaporation was measured hourly from sunrise to sunset using six micro-lysimeters situated at different wet/dry and sun/shade positions on the orchard floor. Transpiration of cover crops was measured using miniature (2 mm Ø) stem heat balance sap flow gauges. The greenhouse study showed that exotic cover crops had significantly higher (p < 0.01) average transpiration rates (~3.7 L/m2/d) than the indigenous species (~ 2.2 L/m²/d). In young non-bearing orchards, orchard floor evaporative fluxes accounted for more than 60% of orchard ET while this ranged from 10 to 30% in mature orchards with a high canopy cover. While exotic cover crops are preferred by most farmers, this study shows that they use larger quantities of water than indigenous species. This in turn contributes to a larger orchard floor evaporation flux. In young orchards non-beneficial losses can be minimized by adopting drip or short range micro-sprinkler methods that reduce the wetted soil fraction thereby conserving water.

Keywords: evapotranspiration, sap flow, soil evaporation, transpiration

Procedia PDF Downloads 363
5628 Fault Tree Analysis (FTA) of CNC Turning Center

Authors: R. B. Patil, B. S. Kothavale, L. Y. Waghmode

Abstract:

Today, the CNC turning center becomes an important machine tool for manufacturing industry worldwide. However, as the breakdown of a single CNC turning center may result in the production of an entire plant being halted. For this reason, operations and preventive maintenance have to be minimized to ensure availability of the system. Indeed, improving the availability of the CNC turning center as a whole, objectively leads to a substantial reduction in production loss, operating, maintenance and support cost. In this paper, fault tree analysis (FTA) method is used for reliability analysis of CNC turning center. The major faults associated with the system and the causes for the faults are presented graphically. Boolean algebra is used for evaluating fault tree (FT) diagram and for deriving governing reliability model for CNC turning center. Failure data over a period of six years has been collected and used for evaluating the model. Qualitative and quantitative analysis is also carried out to identify critical sub-systems and components of CNC turning center. It is found that, at the end of the warranty period (one year), the reliability of the CNC turning center as a whole is around 0.61628.

Keywords: fault tree analysis (FTA), reliability analysis, risk assessment, hazard analysis

Procedia PDF Downloads 375
5627 Effect of Different Spacings on Growth Yield and Fruit Quality of Peach in the Sub-Tropics of India

Authors: Harminder Singh, Rupinder Kaur

Abstract:

Peach is primarily a temperate fruit, but its low chilling cultivars are grown quite successfully in the sub-tropical climate as well. The area under peach cultivation is picking up rapidly in the sub tropics of northern India due to higher return on a unit area basis, availability of suitable peach cultivar and their production technology. Information on the use of different training systems on peach in the sub tropics is inadequate. In this investigation, conducted at Punjab Agricultural University, Ludhiana (Punjab), India, the trees of the Shan-i-Punjab peach were planted at four different spacings i.e. 6.0x3.0m, 6.0x2.5m, 4.5x3.0m and 4.5x2.5m and were trained to central leader system. The total radiation interception and penetration in the upper and lower canopy parts were higher in 6x3.0m and 6x2.5m planted trees as compared to other spacings. Average radiation interception was maximum in the upper part of the tree canopy, and it decreased significantly with the depth of the canopy in all the spacings. Tree planted at wider spacings produced more vegetative (tree height, tree girth, tree spread and canopy volume) and reproductive growth (flower bud density, number of fruits and fruit yield) per tree but productivity was maximum in the closely planted trees. Fruits harvested from the wider spaced trees were superior in fruit quality (size, weight, colour, TSS and acidity) and matured earlier than those harvested from closed spaced trees.

Keywords: quality, radiation, spacings, yield

Procedia PDF Downloads 154
5626 Partner Selection for Horizontal Logistic Cooperation

Authors: Mario Winkelhaus, Franz Vallée

Abstract:

Many companies see horizontal cooperation as a promising possibility to increase their efficiency in outbound logistics. The selection of suitable partners has particular importance in the formation of horizontal cooperation. Up until now, literature mainly focused on general applicable methods for the identification of cooperation partners without a closer examination of the specific area where the cooperation takes place. Thus, specific criteria as a basis for the partner selection in the field of logistics cooperation are missing. To close this scientific gap, an explorative research approach is used to answer the open question of the article. To collect the needed criteria, a qualitative experiment with 20 participants from 16 companies was done. Within this workshop, general criteria, as well as sector-specific requirements, have been identified which were integrated in a partner selection model.

Keywords: horizontal cooperation, logistics cooperation partnering criteria, partner selection

Procedia PDF Downloads 398
5625 Ants of the Genus Trichomyrmex Mayr, 1865 (Hymenoptera: Formicidae) in the Arabian Peninsula, with Description of Two New Species

Authors: Mostafa R. Sharaf, Shehzad Salman, Hathal M. Al Dhafer, Shahid A. Akbar, Abdulrahman S. Aldawood

Abstract:

The ant genus Trichomyrmex Mayr is revised for the Arabian Peninsula based on the worker caste. Nine species are recognized and descriptions of two new species, T. almosayari sp. n. and T. shakeri sp. n. from Riyadh Province, the Kingdom of Saudi Arabia (KSA) are given. A key to species and diagnostic characters of the treated species are presented. New country records are presented, T. abyssinicus (Forel) for the KSA and T. destructor (Jerdon) and T. mayri (Forel) for the State of Qatar. New distribution records for T. destructor (Jerdon) and T. mayri (Forel) in the KSA are provided. Regional and world distributions, and distribution maps for the treated species are included. Ecological and biological data are given where known.

Keywords: ants, Trichomyrmex, Arabian Peninsula, T. almosayari, T. shakeri

Procedia PDF Downloads 315
5624 Positive Interactions among Plants in Pinegroves over Quarzitic Sands

Authors: Enrique González Pendás, Vidal Pérez Hernández, Jorge Ferro Díaz, Nelson Careaga Pendás

Abstract:

The investigation is carried out on the Protected Area of San Ubaldo, toward the interior of an open pinegrove with palm trees in a dry plainness of quar zitic sands, belonging to the Floristic Managed Reservation San Ubaldo-Sabanalamar, Guane, Pinar del Río, Cuba. This area is characterized by drastic seasonal variations, high temperatures and water evaporation, strong solar radiation, with sandy soils of almost pure quartz, which are very acid and poor in nutrients. The objective of the present work is to determine evidence of facilitation and its relationship with the structure and composition of plant communities in these peculiar ecosystems. For this study six lineal parallel transepts of 100 m are traced, in those, a general recording of the flora is carried out. To establish which plants act as nurses, is taken into account a height over 1 meter, canopy over 1.5 meter and the occurrence of several species under it. Covering was recorded using the line intercept method; the medium values of species richness for the taxa under nurses is compared with those that are located in open spaces among them. Then, it is determined which plants are better recruiter of other species (better nurses). An experiment is made to measure and compare some parameters in pine seedlings under the canopy of the Byrsonima crassifolia (L.) Kunth. and in open spaces, also the number of individuals is counted by species to calculate the frequency and total abundance in the study area. As a result, it is offered an up-to-date floristic list, a phylogenetic tree of the plant community showing a high phylodiversity, it is proven that the medium values of species richness and abundance of species under the nurses, is significantly superior to those occurring in open spaces. Furthermore, by means of phylogenetic trees it is shown that the species which cohabit under the nurses are not phylogenetically related. The former results are cited evidences of facilitation among plants, as well as it is one more time shown the importance of the nurse effect in preserving plant diversity on extreme environments.

Keywords: facilitation, nurse plants, positive interactions, quarzitic sands

Procedia PDF Downloads 318
5623 The Role of Physically Adsorbing Species of Oxyhydryl Reagents in Flotation Aggregate Formation

Authors: S. A. Kondratyev, O. I. Ibragimova

Abstract:

The authors discuss the collecting abilities of desorbable species (DS) of saturated fatty acids. The DS species of the reagent are understood as species capable of moving from the surface of the mineral particle to the bubble at the moment of the rupture of the interlayer of liquid separating these objects of interaction. DS species of carboxylic acids (molecules and ionic-molecular complexes) have the ability to spread over the surface of the bubble. The rate of their spreading at pH 7 and 10 over the water surface is determined. The collectibility criterion of saturated fatty acids is proposed. The values of forces exerted by the spreading DS species of reagents on liquid in the interlayer and the liquid flow rate from the interlayer are determined.

Keywords: criterion of action of physically adsorbed reagent, flotation, saturated fatty acids, surface pressure

Procedia PDF Downloads 198
5622 Fast Switching Mechanism for Multicasting Failure in OpenFlow Networks

Authors: Alaa Allakany, Koji Okamura

Abstract:

Multicast technology is an efficient and scalable technology for data distribution in order to optimize network resources. However, in the IP network, the responsibility for management of multicast groups is distributed among network routers, which causes some limitations such as delays in processing group events, high bandwidth consumption and redundant tree calculation. Software Defined Networking (SDN) represented by OpenFlow presented as a solution for many problems, in SDN the control plane and data plane are separated by shifting the control and management to a remote centralized controller, and the routers are used as a forwarder only. In this paper we will proposed fast switching mechanism for solving the problem of link failure in multicast tree based on Tabu Search heuristic algorithm and modifying the functions of OpenFlow switch to fasts switch to the pack up sub tree rather than sending to the controller. In this work we will implement multicasting OpenFlow controller, this centralized controller is a core part in our multicasting approach, which is responsible for 1- constructing the multicast tree, 2- handling the multicast group events and multicast state maintenance. And finally modifying OpenFlow switch functions for fasts switch to pack up paths. Forwarders, forward the multicast packet based on multicast routing entries which were generated by the centralized controller. Tabu search will be used as heuristic algorithm for construction near optimum multicast tree and maintain multicast tree to still near optimum in case of join or leave any members from multicast group (group events).

Keywords: multicast tree, software define networks, tabu search, OpenFlow

Procedia PDF Downloads 229