WorldWideScience

Sample records for mining frequent closed

  1. Mining top-k frequent closed itemsets in data streams using sliding window

    International Nuclear Information System (INIS)

    Rehman, Z.; Shahbaz, M.

    2013-01-01

    Frequent itemset mining has become a popular research area in data mining community since the last few years. T here are two main technical hitches while finding frequent itemsets. First, to provide an appropriate minimum support value to start and user need to tune this minimum support value by running the algorithm again and again. Secondly, generated frequent itemsets are mostly numerous and as a result a number of association rules generated are also very large in numbers. Applications dealing with streaming environment need to process the data received at high rate, therefore, finding frequent itemsets in data streams becomes complex. In this paper, we present an algorithm to mine top-k frequent closed itemsets using sliding window approach from streaming data. We developed a single-pass algorithm to find frequent closed itemsets of length between user's defined minimum and maximum- length. To improve the performance of algorithm and to avoid rescanning of data, we have transformed data into bitmap based tree data structure. (author)

  2. Integrating Entropy and Closed Frequent Pattern Mining for Social Network Modelling and Analysis

    Science.gov (United States)

    Adnan, Muhaimenul; Alhajj, Reda; Rokne, Jon

    The recent increase in the explicitly available social networks has attracted the attention of the research community to investigate how it would be possible to benefit from such a powerful model in producing effective solutions for problems in other domains where the social network is implicit; we argue that social networks do exist around us but the key issue is how to realize and analyze them. This chapter presents a novel approach for constructing a social network model by an integrated framework that first preparing the data to be analyzed and then applies entropy and frequent closed patterns mining for network construction. For a given problem, we first prepare the data by identifying items and transactions, which arc the basic ingredients for frequent closed patterns mining. Items arc main objects in the problem and a transaction is a set of items that could exist together at one time (e.g., items purchased in one visit to the supermarket). Transactions could be analyzed to discover frequent closed patterns using any of the well-known techniques. Frequent closed patterns have the advantage that they successfully grab the inherent information content of the dataset and is applicable to a broader set of domains. Entropies of the frequent closed patterns arc used to keep the dimensionality of the feature vectors to a reasonable size; it is a kind of feature reduction process. Finally, we analyze the dynamic behavior of the constructed social network. Experiments were conducted on a synthetic dataset and on the Enron corpus email dataset. The results presented in the chapter show that social networks extracted from a feature set as frequent closed patterns successfully carry the community structure information. Moreover, for the Enron email dataset, we present an analysis to dynamically indicate the deviations from each user's individual and community profile. These indications of deviations can be very useful to identify unusual events.

  3. Bit-Table Based Biclustering and Frequent Closed Itemset Mining in High-Dimensional Binary Data

    Directory of Open Access Journals (Sweden)

    András Király

    2014-01-01

    Full Text Available During the last decade various algorithms have been developed and proposed for discovering overlapping clusters in high-dimensional data. The two most prominent application fields in this research, proposed independently, are frequent itemset mining (developed for market basket data and biclustering (applied to gene expression data analysis. The common limitation of both methodologies is the limited applicability for very large binary data sets. In this paper we propose a novel and efficient method to find both frequent closed itemsets and biclusters in high-dimensional binary data. The method is based on simple but very powerful matrix and vector multiplication approaches that ensure that all patterns can be discovered in a fast manner. The proposed algorithm has been implemented in the commonly used MATLAB environment and freely available for researchers.

  4. Finding Frequent Closed Itemsets in Sliding Window in Linear Time

    Science.gov (United States)

    Chen, Junbo; Zhou, Bo; Chen, Lu; Wang, Xinyu; Ding, Yiqun

    One of the most well-studied problems in data mining is computing the collection of frequent itemsets in large transactional databases. Since the introduction of the famous Apriori algorithm [14], many others have been proposed to find the frequent itemsets. Among such algorithms, the approach of mining closed itemsets has raised much interest in data mining community. The algorithms taking this approach include TITANIC [8], CLOSET+[6], DCI-Closed [4], FCI-Stream [3], GC-Tree [15], TGC-Tree [16] etc. Among these algorithms, FCI-Stream, GC-Tree and TGC-Tree are online algorithms work under sliding window environments. By the performance evaluation in [16], GC-Tree [15] is the fastest one. In this paper, an improved algorithm based on GC-Tree is proposed, the computational complexity of which is proved to be a linear combination of the average transaction size and the average closed itemset size. The algorithm is based on the essential theorem presented in Sect. 4.2. Empirically, the new algorithm is several orders of magnitude faster than the state of art algorithm, GC-Tree.

  5. Frequent Pattern Mining Algorithms for Data Clustering

    DEFF Research Database (Denmark)

    Zimek, Arthur; Assent, Ira; Vreeken, Jilles

    2014-01-01

    that frequent pattern mining was at the cradle of subspace clustering—yet, it quickly developed into an independent research field. In this chapter, we discuss how frequent pattern mining algorithms have been extended and generalized towards the discovery of local clusters in high-dimensional data......Discovering clusters in subspaces, or subspace clustering and related clustering paradigms, is a research field where we find many frequent pattern mining related influences. In fact, as the first algorithms for subspace clustering were based on frequent pattern mining algorithms, it is fair to say....... In particular, we discuss several example algorithms for subspace clustering or projected clustering as well as point out recent research questions and open topics in this area relevant to researchers in either clustering or pattern mining...

  6. Scalable Frequent Subgraph Mining

    KAUST Repository

    Abdelhamid, Ehab

    2017-01-01

    Given an input graph, the Frequent Subgraph Mining (FSM) task finds all subgraphs with frequencies exceeding a given threshold. FSM is crucial for graph analysis, and it is an essential building block in a variety

  7. Handling Dynamic Weights in Weighted Frequent Pattern Mining

    Science.gov (United States)

    Ahmed, Chowdhury Farhan; Tanbeer, Syed Khairuzzaman; Jeong, Byeong-Soo; Lee, Young-Koo

    Even though weighted frequent pattern (WFP) mining is more effective than traditional frequent pattern mining because it can consider different semantic significances (weights) of items, existing WFP algorithms assume that each item has a fixed weight. But in real world scenarios, the weight (price or significance) of an item can vary with time. Reflecting these changes in item weight is necessary in several mining applications, such as retail market data analysis and web click stream analysis. In this paper, we introduce the concept of a dynamic weight for each item, and propose an algorithm, DWFPM (dynamic weighted frequent pattern mining), that makes use of this concept. Our algorithm can address situations where the weight (price or significance) of an item varies dynamically. It exploits a pattern growth mining technique to avoid the level-wise candidate set generation-and-test methodology. Furthermore, it requires only one database scan, so it is eligible for use in stream data mining. An extensive performance analysis shows that our algorithm is efficient and scalable for WFP mining using dynamic weights.

  8. Mining frequent binary expressions

    NARCIS (Netherlands)

    Calders, T.; Paredaens, J.; Kambayashi, Y.; Mohania, M.K.; Tjoa, A.M.

    2000-01-01

    In data mining, searching for frequent patterns is a common basic operation. It forms the basis of many interesting decision support processes. In this paper we present a new type of patterns, binary expressions. Based on the properties of a specified binary test, such as reflexivity, transitivity

  9. Personalized privacy-preserving frequent itemset mining using randomized response.

    Science.gov (United States)

    Sun, Chongjing; Fu, Yan; Zhou, Junlin; Gao, Hui

    2014-01-01

    Frequent itemset mining is the important first step of association rule mining, which discovers interesting patterns from the massive data. There are increasing concerns about the privacy problem in the frequent itemset mining. Some works have been proposed to handle this kind of problem. In this paper, we introduce a personalized privacy problem, in which different attributes may need different privacy levels protection. To solve this problem, we give a personalized privacy-preserving method by using the randomized response technique. By providing different privacy levels for different attributes, this method can get a higher accuracy on frequent itemset mining than the traditional method providing the same privacy level. Finally, our experimental results show that our method can have better results on the frequent itemset mining while preserving personalized privacy.

  10. Incremental Frequent Subgraph Mining on Large Evolving Graphs

    KAUST Repository

    Abdelhamid, Ehab; Canim, Mustafa; Sadoghi, Mohammad; Bhatta, Bishwaranjan; Chang, Yuan-Chi; Kalnis, Panos

    2017-01-01

    , such as social networks, utilize large evolving graphs. Mining these graphs using existing techniques is infeasible, due to the high computational cost. In this paper, we propose IncGM+, a fast incremental approach for continuous frequent subgraph mining problem

  11. Incremental Frequent Subgraph Mining on Large Evolving Graphs

    KAUST Repository

    Abdelhamid, Ehab

    2017-08-22

    Frequent subgraph mining is a core graph operation used in many domains, such as graph data management and knowledge exploration, bioinformatics and security. Most existing techniques target static graphs. However, modern applications, such as social networks, utilize large evolving graphs. Mining these graphs using existing techniques is infeasible, due to the high computational cost. In this paper, we propose IncGM+, a fast incremental approach for continuous frequent subgraph mining problem on a single large evolving graph. We adapt the notion of “fringe” to the graph context, that is the set of subgraphs on the border between frequent and infrequent subgraphs. IncGM+ maintains fringe subgraphs and exploits them to prune the search space. To boost the efficiency, we propose an efficient index structure to maintain selected embeddings with minimal memory overhead. These embeddings are utilized to avoid redundant expensive subgraph isomorphism operations. Moreover, the proposed system supports batch updates. Using large real-world graphs, we experimentally verify that IncGM+ outperforms existing methods by up to three orders of magnitude, scales to much larger graphs and consumes less memory.

  12. An Efficient Approach to Mining Maximal Contiguous Frequent Patterns from Large DNA Sequence Databases

    Directory of Open Access Journals (Sweden)

    Md. Rezaul Karim

    2012-03-01

    Full Text Available Mining interesting patterns from DNA sequences is one of the most challenging tasks in bioinformatics and computational biology. Maximal contiguous frequent patterns are preferable for expressing the function and structure of DNA sequences and hence can capture the common data characteristics among related sequences. Biologists are interested in finding frequent orderly arrangements of motifs that are responsible for similar expression of a group of genes. In order to reduce mining time and complexity, however, most existing sequence mining algorithms either focus on finding short DNA sequences or require explicit specification of sequence lengths in advance. The challenge is to find longer sequences without specifying sequence lengths in advance. In this paper, we propose an efficient approach to mining maximal contiguous frequent patterns from large DNA sequence datasets. The experimental results show that our proposed approach is memory-efficient and mines maximal contiguous frequent patterns within a reasonable time.

  13. GRAMI: Generalized Frequent Subgraph Mining in Large Graphs

    KAUST Repository

    El Saeedy, Mohammed El Sayed

    2011-07-24

    Mining frequent subgraphs is an important operation on graphs. Most existing work assumes a database of many small graphs, but modern applications, such as social networks, citation graphs or protein-protein interaction in bioinformatics, are modeled as a single large graph. Interesting interactions in such applications may be transitive (e.g., friend of a friend). Existing methods, however, search for frequent isomorphic (i.e., exact match) subgraphs and cannot discover many useful patterns. In this paper we propose GRAMI, a framework that generalizes frequent subgraph mining in a large single graph. GRAMI discovers frequent patterns. A pattern is a graph where edges are generalized to distance-constrained paths. Depending on the definition of the distance function, many instantiations of the framework are possible. Both directed and undirected graphs, as well as multiple labels per vertex, are supported. We developed an efficient implementation of the framework that models the frequency resolution phase as a constraint satisfaction problem, in order to avoid the costly enumeration of all instances of each pattern in the graph. We also implemented CGRAMI, a version that supports structural and semantic constraints; and AGRAMI, an approximate version that supports very large graphs. Our experiments on real data demonstrate that our framework is up to 3 orders of magnitude faster and discovers more interesting patterns than existing approaches.

  14. Trace Metal Content of Sediments Close to Mine Sites in the Andean Region

    Directory of Open Access Journals (Sweden)

    Cristina Yacoub

    2012-01-01

    Full Text Available This study is a preliminary examination of heavy metal pollution in sediments close to two mine sites in the upper part of the Jequetepeque River Basin, Peru. Sediment concentrations of Al, As, Cd, Cu, Cr, Fe, Hg, Ni, Pb, Sb, Sn, and Zn were analyzed. A comparative study of the trace metal content of sediments shows that the highest concentrations are found at the closest points to the mine sites in both cases. The sediment quality analysis was performed using the threshold effect level of the Canadian guidelines (TEL. The sediment samples analyzed show that potential ecological risk is caused frequently at both sites by As, Cd, Cu, Hg, Pb, and Zn. The long-term influence of sediment metals in the environment is also assessed by sequential extraction scheme analysis (SES. The availability of metals in sediments is assessed, and it is considered a significant threat to the environment for As, Cd, and Sb close to one mine site and Cr and Hg close to the other mine site. Statistical analysis of sediment samples provides a characterization of both subbasins, showing low concentrations of a specific set of metals and identifies the main characteristics of the different pollution sources. A tentative relationship between pollution sources and possible ecological risk is established.

  15. Scalable Frequent Subgraph Mining

    KAUST Repository

    Abdelhamid, Ehab

    2017-06-19

    A graph is a data structure that contains a set of nodes and a set of edges connecting these nodes. Nodes represent objects while edges model relationships among these objects. Graphs are used in various domains due to their ability to model complex relations among several objects. Given an input graph, the Frequent Subgraph Mining (FSM) task finds all subgraphs with frequencies exceeding a given threshold. FSM is crucial for graph analysis, and it is an essential building block in a variety of applications, such as graph clustering and indexing. FSM is computationally expensive, and its existing solutions are extremely slow. Consequently, these solutions are incapable of mining modern large graphs. This slowness is caused by the underlying approaches of these solutions which require finding and storing an excessive amount of subgraph matches. This dissertation proposes a scalable solution for FSM that avoids the limitations of previous work. This solution is composed of four components. The first component is a single-threaded technique which, for each candidate subgraph, needs to find only a minimal number of matches. The second component is a scalable parallel FSM technique that utilizes a novel two-phase approach. The first phase quickly builds an approximate search space, which is then used by the second phase to optimize and balance the workload of the FSM task. The third component focuses on accelerating frequency evaluation, which is a critical step in FSM. To do so, a machine learning model is employed to predict the type of each graph node, and accordingly, an optimized method is selected to evaluate that node. The fourth component focuses on mining dynamic graphs, such as social networks. To this end, an incremental index is maintained during the dynamic updates. Only this index is processed and updated for the majority of graph updates. Consequently, search space is significantly pruned and efficiency is improved. The empirical evaluation shows that the

  16. GRAMI: Frequent subgraph and pattern mining in a single large graph

    KAUST Repository

    Elseidy, M.; Abdelhamid, Ehab; Skiadopoulos, S.; Kalnis, Panos

    2014-01-01

    Mining frequent subgraphs is an important operation on graphs; it is defined as finding all subgraphs that appear frequently in a database according to a given frequency threshold. Most existing work assumes a database of many small graphs

  17. Efficient frequent pattern mining algorithm based on node sets in cloud computing environment

    Science.gov (United States)

    Billa, V. N. Vinay Kumar; Lakshmanna, K.; Rajesh, K.; Reddy, M. Praveen Kumar; Nagaraja, G.; Sudheer, K.

    2017-11-01

    The ultimate goal of Data Mining is to determine the hidden information which is useful in making decisions using the large databases collected by an organization. This Data Mining involves many tasks that are to be performed during the process. Mining frequent itemsets is the one of the most important tasks in case of transactional databases. These transactional databases contain the data in very large scale where the mining of these databases involves the consumption of physical memory and time in proportion to the size of the database. A frequent pattern mining algorithm is said to be efficient only if it consumes less memory and time to mine the frequent itemsets from the given large database. Having these points in mind in this thesis we proposed a system which mines frequent itemsets in an optimized way in terms of memory and time by using cloud computing as an important factor to make the process parallel and the application is provided as a service. A complete framework which uses a proven efficient algorithm called FIN algorithm. FIN algorithm works on Nodesets and POC (pre-order coding) tree. In order to evaluate the performance of the system we conduct the experiments to compare the efficiency of the same algorithm applied in a standalone manner and in cloud computing environment on a real time data set which is traffic accidents data set. The results show that the memory consumption and execution time taken for the process in the proposed system is much lesser than those of standalone system.

  18. GRAMI: Frequent subgraph and pattern mining in a single large graph

    KAUST Repository

    Elseidy, M.

    2014-01-01

    Mining frequent subgraphs is an important operation on graphs; it is defined as finding all subgraphs that appear frequently in a database according to a given frequency threshold. Most existing work assumes a database of many small graphs, but modern applications, such as social networks, citation graphs, or proteinprotein interactions in bioinformatics, are modeled as a single large graph. In this paper we present GRAMI, a novel framework for frequent subgraph mining in a single large graph. GRAMI undertakes a novel approach that only finds the minimal set of instances to satisfy the frequency threshold and avoids the costly enumeration of all instances required by previous approaches. We accompany our approach with a heuristic and optimizations that significantly improve performance. Additionally, we present an extension of GRAMI that mines frequent patterns. Compared to subgraphs, patterns offer a more powerful version of matching that captures transitive interactions between graph nodes (like friend of a friend) which are very common in modern applications. Finally, we present CGRAMI, a version supporting structural and semantic constraints, and AGRAMI, an approximate version producing results with no false positives. Our experiments on real data demonstrate that our framework is up to 2 orders of magnitude faster and discovers more interesting patterns than existing approaches. 2014 VLDB Endowment.

  19. BLM Colorado Mining Claims Closed

    Data.gov (United States)

    Department of the Interior — Shapefile Format –This data set consists of closed mining claim records extracted from BLM’s LR2000 database. These records contain case attributes as well as legal...

  20. AN EFFICIENT DATA MINING METHOD TO FIND FREQUENT ITEM SETS IN LARGE DATABASE USING TR- FCTM

    Directory of Open Access Journals (Sweden)

    Saravanan Suba

    2016-01-01

    Full Text Available Mining association rules in large database is one of most popular data mining techniques for business decision makers. Discovering frequent item set is the core process in association rule mining. Numerous algorithms are available in the literature to find frequent patterns. Apriori and FP-tree are the most common methods for finding frequent items. Apriori finds significant frequent items using candidate generation with more number of data base scans. FP-tree uses two database scans to find significant frequent items without using candidate generation. This proposed TR-FCTM (Transaction Reduction- Frequency Count Table Method discovers significant frequent items by generating full candidates once to form frequency count table with one database scan. Experimental results of TR-FCTM shows that this algorithm outperforms than Apriori and FP-tree.

  1. A Parallel Approach for Frequent Subgraph Mining in a Single Large Graph Using Spark

    Directory of Open Access Journals (Sweden)

    Fengcai Qiao

    2018-02-01

    Full Text Available Frequent subgraph mining (FSM plays an important role in graph mining, attracting a great deal of attention in many areas, such as bioinformatics, web data mining and social networks. In this paper, we propose SSiGraM (Spark based Single Graph Mining, a Spark based parallel frequent subgraph mining algorithm in a single large graph. Aiming to approach the two computational challenges of FSM, we conduct the subgraph extension and support evaluation parallel across all the distributed cluster worker nodes. In addition, we also employ a heuristic search strategy and three novel optimizations: load balancing, pre-search pruning and top-down pruning in the support evaluation process, which significantly improve the performance. Extensive experiments with four different real-world datasets demonstrate that the proposed algorithm outperforms the existing GraMi (Graph Mining algorithm by an order of magnitude for all datasets and can work with a lower support threshold.

  2. Performance Evaluation of Frequent Subgraph Discovery Techniques

    Directory of Open Access Journals (Sweden)

    Saif Ur Rehman

    2014-01-01

    Full Text Available Due to rapid development of the Internet technology and new scientific advances, the number of applications that model the data as graphs increases, because graphs have highly expressive power to model a complicated structure. Graph mining is a well-explored area of research which is gaining popularity in the data mining community. A graph is a general model to represent data and has been used in many domains such as cheminformatics, web information management system, computer network, and bioinformatics, to name a few. In graph mining the frequent subgraph discovery is a challenging task. Frequent subgraph mining is concerned with discovery of those subgraphs from graph dataset which have frequent or multiple instances within the given graph dataset. In the literature a large number of frequent subgraph mining algorithms have been proposed; these included FSG, AGM, gSpan, CloseGraph, SPIN, Gaston, and Mofa. The objective of this research work is to perform quantitative comparison of the above listed techniques. The performances of these techniques have been evaluated through a number of experiments based on three different state-of-the-art graph datasets. This novel work will provide base for anyone who is working to design a new frequent subgraph discovery technique.

  3. A New Fast Vertical Method for Mining Frequent Patterns

    Directory of Open Access Journals (Sweden)

    Zhihong Deng

    2010-12-01

    Full Text Available Vertical mining methods are very effective for mining frequent patterns and usually outperform horizontal mining methods. However, the vertical methods become ineffective since the intersection time starts to be costly when the cardinality of tidset (tid-list or diffset is very large or there are a very large number of transactions. In this paper, we propose a novel vertical algorithm called PPV for fast frequent pattern discovery. PPV works based on a data structure called Node-lists, which is obtained from a coding prefix-tree called PPC-tree. The efficiency of PPV is achieved with three techniques. First, the Node-list is much more compact compared with previous proposed vertical structure (such as tid-lists or diffsets since transactions with common prefixes share the same nodes of the PPC-tree. Second, the counting of support is transformed into the intersection of Node-lists and the complexity of intersecting two Node-lists can be reduced to O(m+n by an efficient strategy, where m and n are the cardinalities of the two Node-lists respectively. Third, the ancestor-descendant relationship of two nodes, which is the basic step of intersecting Node-lists, can be very efficiently verified by Pre-Post codes of nodes. We experimentally compare our algorithm with FP-growth, and two prominent vertical algorithms (Eclat and dEclat on a number of databases. The experimental results show that PPV is an efficient algorithm that outperforms FP-growth, Eclat, and dEclat.

  4. A construction scheme of web page comment information extraction system based on frequent subtree mining

    Science.gov (United States)

    Zhang, Xiaowen; Chen, Bingfeng

    2017-08-01

    Based on the frequent sub-tree mining algorithm, this paper proposes a construction scheme of web page comment information extraction system based on frequent subtree mining, referred to as FSM system. The entire system architecture and the various modules to do a brief introduction, and then the core of the system to do a detailed description, and finally give the system prototype.

  5. Studies in frequent tree mining

    NARCIS (Netherlands)

    Knijf, De J.

    2008-01-01

    Employing Data mining techniques for structured data is particularly challenging, because it is commonly assumed that the structure of the data encodes part of its semantics. As a result are classical data mining techniques insufficient to analyze and mine these data. In this thesis we develop

  6. GraMi: Generalized Frequent Pattern Mining in a Single Large Graph

    KAUST Repository

    Saeedy, Mohammed El

    2011-11-01

    Mining frequent subgraphs is an important operation on graphs. Most existing work assumes a database of many small graphs, but modern applications, such as social networks, citation graphs or protein-protein interaction in bioinformatics, are modeled as a single large graph. Interesting interactions in such applications may be transitive (e.g., friend of a friend). Existing methods, however, search for frequent isomorphic (i.e., exact match) subgraphs and cannot discover many useful patterns. In this paper the authors propose GRAMI, a framework that generalizes frequent subgraph mining in a large single graph. GRAMI discovers frequent patterns. A pattern is a graph where edges are generalized to distance-constrained paths. Depending on the definition of the distance function, many instantiations of the framework are possible. Both directed and undirected graphs, as well as multiple labels per vertex, are supported. The authors developed an efficient implementation of the framework that models the frequency resolution phase as a constraint satisfaction problem, in order to avoid the costly enumeration of all instances of each pattern in the graph. The authors also implemented CGRAMI, a version that supports structural and semantic constraints; and AGRAMI, an approximate version that supports very large graphs. The experiments on real data demonstrate that the authors framework is up to 3 orders of magnitude faster and discovers more interesting patterns than existing approaches.

  7. Technical and economical assesment of uranium mine closing down in Romania

    International Nuclear Information System (INIS)

    Cotrau, M.; Georgescu, P. D.

    2000-01-01

    The work presents the technical and economical aspects of two uranium mine closing down after 40 years of operation. Remedial actions, underground water decontamination, ecological programs and environmental effect monitoring are discussed. The technical and economical aspects related to the mine closing down are the following: recovering of recyclable equipment and materials; measures of controlling the mine void flooding; measures of controlling, directing and treatment of contaminated mine waters; site rehabilitation and land reclamation; treatment of surface waters; environment monitoring for as long as ten years. The funds for these projects are provided by government and a PHARE program. (authors)

  8. Research of the Occupational Psychological Impact Factors Based on the Frequent Item Mining of the Transactional Database

    Directory of Open Access Journals (Sweden)

    Cheng Dongmei

    2015-01-01

    Full Text Available Based on the massive reading of data mining and association rules mining documents, this paper will start from compressing transactional database and propose the frequent complementary item storage structure of the transactional database. According to the previous analysis, this paper will also study the association rules mining algorithm based on the frequent complementary item storage structure of the transactional database. At last, this paper will apply this mining algorithm in the test results analysis module of team psychological health assessment system, and will extract the relationship between each psychological impact factor, so as to provide certain guidance for psychologists in their mental illness treatment.

  9. Frequent pattern mining

    CERN Document Server

    Aggarwal, Charu C

    2014-01-01

    Proposes numerous methods to solve some of the most fundamental problems in data mining and machine learning Presents various simplified perspectives, providing a range of information to benefit both students and practitioners Includes surveys on key research content, case studies and future research directions

  10. Application-Specific Graph Sampling for Frequent Subgraph Mining and Community Detection

    Energy Technology Data Exchange (ETDEWEB)

    Purohit, Sumit; Choudhury, Sutanay; Holder, Lawrence B.

    2017-12-11

    Graph mining is an important data analysis methodology, but struggles as the input graph size increases. The scalability and usability challenges posed by such large graphs make it imperative to sample the input graph and reduce its size. The critical challenge in sampling is to identify the appropriate algorithm to insure the resulting analysis does not suffer heavily from the data reduction. Predicting the expected performance degradation for a given graph and sampling algorithm is also useful. In this paper, we present different sampling approaches for graph mining applications such as Frequent Subgrpah Mining (FSM), and Community Detection (CD). We explore graph metrics such as PageRank, Triangles, and Diversity to sample a graph and conclude that for heterogeneous graphs Triangles and Diversity perform better than degree based metrics. We also present two new sampling variations for targeted graph mining applications. We present empirical results to show that knowledge of the target application, along with input graph properties can be used to select the best sampling algorithm. We also conclude that performance degradation is an abrupt, rather than gradual phenomena, as the sample size decreases. We present the empirical results to show that the performance degradation follows a logistic function.

  11. Environmental Rehabilitation of Closed Mines. A Chase Study on Romania

    Directory of Open Access Journals (Sweden)

    Bianca COBÂRZAN

    2008-02-01

    Full Text Available The present article attempts to analyze methods that can be used to restore a former coal mining site to a condition that is well integrated into its surroundings and that recovers the abandoned and contaminated land and renders its value to the community. The key concept that guides the present paper is that the coal mining is just a temporary land use and that the cost of cleaning the mining site should be an operating expense that has to be included in the budget of a coal mine company starting with the first year of operation. The coal mining industry in Romania is presented as a case study to emphasize the effects that closed coal mines have on communities where they are located and, based on the methods that are successfully used to solve similar problems, recommendations are formulated to improve the environmental rehabilitation of the mining sites.

  12. An novel frequent probability pattern mining algorithm based on circuit simulation method in uncertain biological networks

    Science.gov (United States)

    2014-01-01

    Background Motif mining has always been a hot research topic in bioinformatics. Most of current research on biological networks focuses on exact motif mining. However, due to the inevitable experimental error and noisy data, biological network data represented as the probability model could better reflect the authenticity and biological significance, therefore, it is more biological meaningful to discover probability motif in uncertain biological networks. One of the key steps in probability motif mining is frequent pattern discovery which is usually based on the possible world model having a relatively high computational complexity. Methods In this paper, we present a novel method for detecting frequent probability patterns based on circuit simulation in the uncertain biological networks. First, the partition based efficient search is applied to the non-tree like subgraph mining where the probability of occurrence in random networks is small. Then, an algorithm of probability isomorphic based on circuit simulation is proposed. The probability isomorphic combines the analysis of circuit topology structure with related physical properties of voltage in order to evaluate the probability isomorphism between probability subgraphs. The circuit simulation based probability isomorphic can avoid using traditional possible world model. Finally, based on the algorithm of probability subgraph isomorphism, two-step hierarchical clustering method is used to cluster subgraphs, and discover frequent probability patterns from the clusters. Results The experiment results on data sets of the Protein-Protein Interaction (PPI) networks and the transcriptional regulatory networks of E. coli and S. cerevisiae show that the proposed method can efficiently discover the frequent probability subgraphs. The discovered subgraphs in our study contain all probability motifs reported in the experiments published in other related papers. Conclusions The algorithm of probability graph isomorphism

  13. Large Scale Frequent Pattern Mining using MPI One-Sided Model

    Energy Technology Data Exchange (ETDEWEB)

    Vishnu, Abhinav; Agarwal, Khushbu

    2015-09-08

    In this paper, we propose a work-stealing runtime --- Library for Work Stealing LibWS --- using MPI one-sided model for designing scalable FP-Growth --- {\\em de facto} frequent pattern mining algorithm --- on large scale systems. LibWS provides locality efficient and highly scalable work-stealing techniques for load balancing on a variety of data distributions. We also propose a novel communication algorithm for FP-growth data exchange phase, which reduces the communication complexity from state-of-the-art O(p) to O(f + p/f) for p processes and f frequent attributed-ids. FP-Growth is implemented using LibWS and evaluated on several work distributions and support counts. An experimental evaluation of the FP-Growth on LibWS using 4096 processes on an InfiniBand Cluster demonstrates excellent efficiency for several work distributions (87\\% efficiency for Power-law and 91% for Poisson). The proposed distributed FP-Tree merging algorithm provides 38x communication speedup on 4096 cores.

  14. Research on Health State Perception Algorithm of Mining Equipment Based on Frequency Closeness

    Directory of Open Access Journals (Sweden)

    Gang Wang

    2014-06-01

    Full Text Available The health state perception of mining equipment is intended to have an online real- time knowledge and analysis of the running conditions of large mining equipments. Due to its unknown failure mode, a challenge was raised to the traditional fault diagnosis of mining equipments. A health state perception algorithm of mining equipment was introduced in this paper, and through continuous sampling of the machine vibration data, the time-series data set was set up; subsequently, the mode set based on the frequency closeness was constructed by the d neighborhood method combined with the TSDM algorithm, thus the forecast method on the basis of the dual mode set was eventually formed. In the calculation of the frequency closeness, the Goertzel algorithm was introduced to effectively decrease the computation amount. It was indicated through the simulation test on the vibration data of the drum shaft base that the health state of the device could be effectively distinguished. The algorithm has been successfully applied to equipment monitoring in the Huoer Xinhe Coal Mine of Shanxi Coal Imp&Exp. Group Co., Ltd.

  15. An investigation on groundwater recovery rate within sub sea floor tunnels at closed coal mines

    International Nuclear Information System (INIS)

    Nakata, Eiji; Suenaga, Hiroshi; Oyama, Takahiro; Nomura, Tokisada; Ichihara, Yoshihisa

    2008-01-01

    The groundwater recovery rate investigated at the closed coal mines extended within sub sea floor tunnels. The Ikeshima and the Taiheiyo coal mine companies exploited the deep coal-bearing strata beneath the ocean. Ikeshima coal mine, excavated S.L. -650m to 6km offshore from Ikeshima island, was closed at November 2002, and Taiheiyo coal mine, excavated S.L. -720m to 9km offshore from Hokkaido, was stopped to excavate from the deep area at January 2003. After closing and stopping of development, we began the investigation of the groundwater recovery rate at both coal mines. The groundwater level of Ikeshima coal mine raised +405m per 1.8 years at the main shaft. The permeability coefficient estimated between 10 - 8 m /s and 10 -6 m/s to use the water recovery rate at the shaft. Otherwise, at Taiheiyo coal mine, we measured the air pressure in tubes used by 3.5km 2.5km, and 1.5km length 2mm diameters tubes to estimate the groundwater recovery level at the 3.2km offshore plug site. Groundwater didn't reach 4.7km (1.5+3.2km) area until November 2004. There were breakdown of shotcleate and rock mass from the roof of tunnel at 5.3km from offshore line. In this paper, we try to show the groundwater recovery rate of these sub sea floor collieries. (author)

  16. BAMBOO: Accelerating Closed Itemset Mining by Deeply Pushing the Length-Decreasing Support Constraint

    National Research Council Canada - National Science Library

    Wang, Jianyong; Karypis, George

    2003-01-01

    Previous study has shown that mining frequent patterns with length-decreasing support constraint is very helpful in removing some uninteresting patterns based on the observation that short patterns...

  17. Energy Efficient in-Sensor Data Cleaning for Mining Frequent Itemsets

    Directory of Open Access Journals (Sweden)

    Jacques M. BAHI

    2012-03-01

    Full Text Available Limited energy, storage, computational power represent the main constraint of sensor networks. Development of algorithms that take into consideration this extremely demanding and constrained environment of sensor networks became a major challenge. Communicating messages over a sensor network consume far more energy than processing it and mining sensors data should respect the characteristics of sensor networks in terms of energy and computation constraints, network dynamics, and faults. This lead us to think of a data cleaning pre processing phase to reduce the packet size transmitted and prepare the data for an efficient and scalable data mining. This paper introduces a tree-based bi-level periodic data cleaning approach implemented on both the source node and the aggregator levels. Our contribution in this paper is two folds. First we look on a periodic basis at each data measured and periodically clean it while taking into consideration the number of occurrences of the measures captured which we shall call weight. Then, a data cleaning is performed between groups of nodes on the level of the aggregator, which contains lists of measures along with their weights. The quality of the information should be preserved during the in-network transmission through the weight of each measure captured by the sensors. This weight will constitute the key optimization of the frequent pattern tree. The result set will constitute a perfect training set to mine without higher CPU consumption allowing us to send only the useful information to the sink. The experimental results show the effectiveness of this technique in terms of energy efficiency and quality of the information by focusing on a periodical data cleaning while taking into consideration the weight of the data captured.

  18. FREQUENT SUBGRAPH MINING OF PERSONALIZED SIGNALING PATHWAY NETWORKS GROUPS PATIENTS WITH FREQUENTLY DYSREGULATED DISEASE PATHWAYS AND PREDICTS PROGNOSIS.

    Science.gov (United States)

    Durmaz, Arda; Henderson, Tim A D; Brubaker, Douglas; Bebek, Gurkan

    2017-01-01

    Large scale genomics studies have generated comprehensive molecular characterization of numerous cancer types. Subtypes for many tumor types have been established; however, these classifications are based on molecular characteristics of a small gene sets with limited power to detect dysregulation at the patient level. We hypothesize that frequent graph mining of pathways to gather pathways functionally relevant to tumors can characterize tumor types and provide opportunities for personalized therapies. In this study we present an integrative omics approach to group patients based on their altered pathway characteristics and show prognostic differences within breast cancer (p network-based classifier algorithms and showed that our unsupervised approach generates more robust and biologically relevant clustering whereas previous approaches failed to report specific functions for similar patient groups or classify patients into prognostic groups. These results could serve as a means to improve prognosis for future cancer patients, and to provide opportunities for improved treatment options and personalized interventions. The proposed novel graph mining approach is able to integrate PPI networks with gene expression in a biologically sound approach and cluster patients in to clinically distinct groups. We have utilized breast cancer and glioblastoma multiforme datasets from microarray and RNA-Seq platforms and identified disease mechanisms differentiating samples. Supplementary methods, figures, tables and code are available at https://github.com/bebeklab/dysprog.

  19. Mining Frequent Item Sets in Asynchronous Transactional Data Streams over Time Sensitive Sliding Windows Model

    International Nuclear Information System (INIS)

    Javaid, Q.; Memon, F.; Talpur, S.; Arif, M.; Awan, M.D.

    2016-01-01

    EPs (Extracting Frequent Patterns) from the continuous transactional data streams is a challenging and critical task in some of the applications, such as web mining, data analysis and retail market, prediction and network monitoring, or analysis of stock market exchange data. Many algorithms have been developed previously for mining FPs (Frequent Patterns) from a data stream. Such algorithms are currently highly required to develop new solutions and approaches to the precise handling of data streams. New techniques, solutions, or approaches are developed to address unbounded, ordered, and continuous sequences of data and for the generation of data at a rapid speed from data streams. Hence, extracting FPs using fresh or recent data involves the high-level analysis of data streams. We have suggested an efficient technique for the window sliding model; this technique extracts new and fresh FPs from high-speed data streams. In this study, a CPILT (Compacted Tree Compact Pattern Tree) is developed to capture the latest contents in the stream and to efficiently remove outdated contents from the data stream. The main concept introduced in this work on CPILT is the dynamic restructuring of a tree, which is helpful in producing a compacted tree and the frequency descending structure of a tree on runtime. With the help of the mining technique of FP growth, a complete list of new and fresh FPs is obtained from a CPILT using an existing window. The memory usage and time complexity of the latest FPs in high-speed data streams can efficiently be determined through proper experimentation and analysis. (author)

  20. Regulatory view of the close-out of the uranium ore mine Zirovski Vrh

    International Nuclear Information System (INIS)

    Vrankar, L.

    2005-01-01

    The production of the uranium mine Zirovski Vrh ceased in 1990. The main remaining problem of the remadiation are mine and mill tailings. The uranium mine Zirovski Vrh has one mill tailings site Borst and one waste pile Jazbec. According to the Act on protection against ionising radiation and nuclear safety which was adopted by the Parliament in 2002, they are classified as radiation facilities. Slovenian Nuclear Safety Administration (SNSA) is authorised for issuing a mandatory consent to mining work. The SNSA prepared the initial proposal of content of the safety report for the mine waste pile Jazbec. In 2005, according to the detailed content of this document, the public company Zirovski Vrh Ltd prepared the safety report which was examined by an authorised expert for radiation and nuclear safety. After a careful revision of the safety evaluation report, the consensus for mining work shall be issued by the SNSA. After finishing the mining works the SNSA shall also issue a licence for the closure of waste pile Jazbec. The main goal of this article is to present the Slovenian regulations which cover also mining work in the field of close-out of the uranium ore mine. (author)

  1. Remediation of the closed-down uranium mine in Sweden

    International Nuclear Information System (INIS)

    Linder, P.; Sundblad, B.

    1993-01-01

    During the 1960s uranium was extracted from alum shale deposits at Ranstad in the south of Sweden. This mine was part of the development of a Swedish nuclear power program based on the heavy-water/natural uranium concept. In this report the history of Swedish uranium production is briefly presented as well as the reason for the closing-down of the mine at Ranstad. In 1985 the planning of the restoration of the area started. The aim of the remediation work was to find a permanent solution that excluded the need for any maintenance in the future. The procedures and techniques for remedial action are described for the open pit mine and the mill tailing deposits. As the leachate from the mill tailings was collected and purified, there was no urgent need for action. Investigations could be made to find an effective way for reducing the weathering of the pyrite in the tailings and the authorities concerned could accept the remediation plan after a detailed review. The main part of the plan has now been implemented and many experiences from the performance technique and the significant quality assurance program have been obtained. The old open pit mine has already been transformed into a lake and the mill tailings are covered by a leaktight barrier and a protective layer. The natural environment in the whole area has been reestablished

  2. Companies closely concerned with the mining industry have a training requirement

    International Nuclear Information System (INIS)

    Grossekemper, H.J.; Schmidt, B.; Schulenberg, F.

    1994-01-01

    In view of the serious economic situation the future decisions are extremely difficult for some companies closely concerned with the mining industry. The required orientation of the company towards new markets and new products requires not less, but more training and rethinking in all company divisions: from business management via personnel management to plant organisation and from marketing via development to quality assurance. This is proved by practical examples. An analysis by the ''Training'' working group has produced valuable information on the actual training requirement in the North Rhine-Westphalian engineering industry. It has worked out the concrete situation of the companies closely concerned with the mining industry in North Rhine-Westphalia from the point of view of their own training requirements. It is now the task of each individual company to analyse and reflect its concrete situation against the mirror of the results and to base the specific training requirement on the company aim. (orig.)

  3. FraudMiner: A Novel Credit Card Fraud Detection Model Based on Frequent Itemset Mining

    Directory of Open Access Journals (Sweden)

    K. R. Seeja

    2014-01-01

    Full Text Available This paper proposes an intelligent credit card fraud detection model for detecting fraud from highly imbalanced and anonymous credit card transaction datasets. The class imbalance problem is handled by finding legal as well as fraud transaction patterns for each customer by using frequent itemset mining. A matching algorithm is also proposed to find to which pattern (legal or fraud the incoming transaction of a particular customer is closer and a decision is made accordingly. In order to handle the anonymous nature of the data, no preference is given to any of the attributes and each attribute is considered equally for finding the patterns. The performance evaluation of the proposed model is done on UCSD Data Mining Contest 2009 Dataset (anonymous and imbalanced and it is found that the proposed model has very high fraud detection rate, balanced classification rate, Matthews correlation coefficient, and very less false alarm rate than other state-of-the-art classifiers.

  4. FraudMiner: a novel credit card fraud detection model based on frequent itemset mining.

    Science.gov (United States)

    Seeja, K R; Zareapoor, Masoumeh

    2014-01-01

    This paper proposes an intelligent credit card fraud detection model for detecting fraud from highly imbalanced and anonymous credit card transaction datasets. The class imbalance problem is handled by finding legal as well as fraud transaction patterns for each customer by using frequent itemset mining. A matching algorithm is also proposed to find to which pattern (legal or fraud) the incoming transaction of a particular customer is closer and a decision is made accordingly. In order to handle the anonymous nature of the data, no preference is given to any of the attributes and each attribute is considered equally for finding the patterns. The performance evaluation of the proposed model is done on UCSD Data Mining Contest 2009 Dataset (anonymous and imbalanced) and it is found that the proposed model has very high fraud detection rate, balanced classification rate, Matthews correlation coefficient, and very less false alarm rate than other state-of-the-art classifiers.

  5. Gas migration from closed coal mines to the surface. Risk assessment methodology and prevention means

    International Nuclear Information System (INIS)

    Pokryszka, Z.; Tauziede, Ch.; Lagny, C.; Guise, Y.; Gobillot, R.; Planchenault, J.M.; Lagarde, R.

    2005-01-01

    French law as regards renunciation to mining concessions calls for the mining operator to first undertake analyses of the risks represented by their underground mining works. The problem of gas migration to the surface is especially significant in the context of coal mines. This is because mine gas can migrate to the earth's surface, then present significant risks: explosion, suffocation or gas poisoning risks. As part of the scheduled closure of all coal mining operations in France, INERIS has drawn up, at the request of national mining operator Charbonnages de France, a general methodology for assessing the risk linked to gas in the context of closed coal mines. This article presents the principles of this methodology. An application example based on a true case study is then described. This is completed by a presentation of the preventive and monitoring resources recommended and usually applied in order to manage the risk linked to gaseous emissions. (authors)

  6. A Comparative Study of Frequent and Maximal Periodic Pattern Mining Algorithms in Spatiotemporal Databases

    Science.gov (United States)

    Obulesu, O.; Rama Mohan Reddy, A., Dr; Mahendra, M.

    2017-08-01

    Detecting regular and efficient cyclic models is the demanding activity for data analysts due to unstructured, vigorous and enormous raw information produced from web. Many existing approaches generate large candidate patterns in the occurrence of huge and complex databases. In this work, two novel algorithms are proposed and a comparative examination is performed by considering scalability and performance parameters. The first algorithm is, EFPMA (Extended Regular Model Detection Algorithm) used to find frequent sequential patterns from the spatiotemporal dataset and the second one is, ETMA (Enhanced Tree-based Mining Algorithm) for detecting effective cyclic models with symbolic database representation. EFPMA is an algorithm grows models from both ends (prefixes and suffixes) of detected patterns, which results in faster pattern growth because of less levels of database projection compared to existing approaches such as Prefixspan and SPADE. ETMA uses distinct notions to store and manage transactions data horizontally such as segment, sequence and individual symbols. ETMA exploits a partition-and-conquer method to find maximal patterns by using symbolic notations. Using this algorithm, we can mine cyclic models in full-series sequential patterns including subsection series also. ETMA reduces the memory consumption and makes use of the efficient symbolic operation. Furthermore, ETMA only records time-series instances dynamically, in terms of character, series and section approaches respectively. The extent of the pattern and proving efficiency of the reducing and retrieval techniques from synthetic and actual datasets is a really open & challenging mining problem. These techniques are useful in data streams, traffic risk analysis, medical diagnosis, DNA sequence Mining, Earthquake prediction applications. Extensive investigational outcomes illustrates that the algorithms outperforms well towards efficiency and scalability than ECLAT, STNR and MAFIA approaches.

  7. Mining Productive-Associated Periodic-Frequent Patterns in Body Sensor Data for Smart Home Care.

    Science.gov (United States)

    Ismail, Walaa N; Hassan, Mohammad Mehedi

    2017-04-26

    The understanding of various health-oriented vital sign data generated from body sensor networks (BSNs) and discovery of the associations between the generated parameters is an important task that may assist and promote important decision making in healthcare. For example, in a smart home scenario where occupants' health status is continuously monitored remotely, it is essential to provide the required assistance when an unusual or critical situation is detected in their vital sign data. In this paper, we present an efficient approach for mining the periodic patterns obtained from BSN data. In addition, we employ a correlation test on the generated patterns and introduce productive-associated periodic-frequent patterns as the set of correlated periodic-frequent items. The combination of these measures has the advantage of empowering healthcare providers and patients to raise the quality of diagnosis as well as improve treatment and smart care, especially for elderly people in smart homes. We develop an efficient algorithm named PPFP-growth (Productive Periodic-Frequent Pattern-growth) to discover all productive-associated periodic frequent patterns using these measures. PPFP-growth is efficient and the productiveness measure removes uncorrelated periodic items. An experimental evaluation on synthetic and real datasets shows the efficiency of the proposed PPFP-growth algorithm, which can filter a huge number of periodic patterns to reveal only the correlated ones.

  8. Mining Productive-Associated Periodic-Frequent Patterns in Body Sensor Data for Smart Home Care

    Directory of Open Access Journals (Sweden)

    Walaa N. Ismail

    2017-04-01

    Full Text Available The understanding of various health-oriented vital sign data generated from body sensor networks (BSNs and discovery of the associations between the generated parameters is an important task that may assist and promote important decision making in healthcare. For example, in a smart home scenario where occupants’ health status is continuously monitored remotely, it is essential to provide the required assistance when an unusual or critical situation is detected in their vital sign data. In this paper, we present an efficient approach for mining the periodic patterns obtained from BSN data. In addition, we employ a correlation test on the generated patterns and introduce productive-associated periodic-frequent patterns as the set of correlated periodic-frequent items. The combination of these measures has the advantage of empowering healthcare providers and patients to raise the quality of diagnosis as well as improve treatment and smart care, especially for elderly people in smart homes. We develop an efficient algorithm named PPFP-growth (Productive Periodic-Frequent Pattern-growth to discover all productive-associated periodic frequent patterns using these measures. PPFP-growth is efficient and the productiveness measure removes uncorrelated periodic items. An experimental evaluation on synthetic and real datasets shows the efficiency of the proposed PPFP-growth algorithm, which can filter a huge number of periodic patterns to reveal only the correlated ones.

  9. Discovering More Accurate Frequent Web Usage Patterns

    OpenAIRE

    Bayir, Murat Ali; Toroslu, Ismail Hakki; Cosar, Ahmet; Fidan, Guven

    2008-01-01

    Web usage mining is a type of web mining, which exploits data mining techniques to discover valuable information from navigation behavior of World Wide Web users. As in classical data mining, data preparation and pattern discovery are the main issues in web usage mining. The first phase of web usage mining is the data processing phase, which includes the session reconstruction operation from server logs. Session reconstruction success directly affects the quality of the frequent patterns disc...

  10. Assessment of human and ecological risks from uranium and gold mining activities

    International Nuclear Information System (INIS)

    Hart, D.; McKee, P.; Garisto, N.

    1995-01-01

    Forecasting of ecological and human health risk has been widely used in the uranium mining industry to support decisions regarding acceptability of proposed mine developments and mine closure plans. Probabilistic assessment has been less frequently used in other mining sectors where radiological issues are less prominent, but is now beginning to be more broadly applied. Case studies are presented to illustrate probabilistic approaches in opening and closing assessments of uranium and gold mines. Risks to man and biota from operational emissions (radionuclides, arsenic, cyanide) and risk reductions following mine closure are forecast using probabilistic models of chemical fate, transport and exposure. These forecasts permit selection of operational and closure alternatives which produce acceptably low risks

  11. Non-metric close range photogrammetric system for mapping geologic structures in mines

    Energy Technology Data Exchange (ETDEWEB)

    Brandow, V D

    1976-01-01

    A stereographic close-range photogrammetric method of obtaining structural data for mine roof stability analyses is described. Stereo pairs were taken with 70 mm and 35 mm non-metric cameras. Photo co-ordinates were measured with a stereo-comparator and reduced by the direct linear transformation method. Field trials demonstrate that the technique is sufficiently accurate for geological work and is a practical method of mapping.

  12. Close-out concepts for the Elliot Lake uranium mining operations

    International Nuclear Information System (INIS)

    Culver, K.B.; Chakravatti, J.L.; Gorber, D.M.; Knapp, R.A.; Davis, J.B.

    1982-01-01

    In the Elliot Lake area, approximately 100 million tonnes of tailings have been generated and deposited in ten separate management areas covering a total of 460 hectares. With continued placement of tailings into land-based management areas, the ultimate combined area covered with tailings would be in the order of 1500 to 2000 hectares. The principal environmental concerns associated with the land-based management areas in the long term (after mining has ceased), as seen by the Canadian regulatory authorities, are the potential of acid generation from pyrite oxidation, and the release and migration of radionuclides into air and water. The development of close-out criteria and concepts, therefore, has focussed on addressing these concerns. A position paper was issued for comment by the Canadian Atomic Energy Control Board on long-term aspects of uranium tailings management. In response, three of the uranium companies, Rio Algom Limited, Denison Mines Limited, and Eldorado Nuclear Limited, have countered with their own position and supported it with the extensive research on close-out procedures that has been carried out on their properties. The companies' position is that regulations should allow for site specific solutions and that institutional control is a valid long-term control option. As radiological loadings to air and water in the long term will be less than during operations, the only long-term concern in Elliot Lake is pyrite oxidation. Research has indicated that pyrite oxidation can be controlled in the upper zone of tailings. A summary of options available to control pyrite oxidation in this upper zone, including vegetation, limestone addition, pyrite removal, and physical cover is presented as well as preliminary cost estimates of each alternative. (author)

  13. Inventory of closed mine waste facilities in Northern Ireland. Phase 1, data collection and categorisation

    OpenAIRE

    Palumbo-Roe, B.; Linley, K.; Cameron, D.; Mankelow, J.

    2013-01-01

    This mid-project report is a required deliverable for a BGS project commissioned by the Northern Ireland Department of the Environment (DoENI) to assist in their implementation of the EU Mine Waste Directive (MWD) with regards to Article 20 − Inventory of closed waste facilities. The objective of this project is to address the requirement of the EU Directive for an inventory of closed waste facilities, including abandoned facilities, which cause or could potentially cause serious negative env...

  14. XML documents cluster research based on frequent subpatterns

    Science.gov (United States)

    Ding, Tienan; Li, Wei; Li, Xiongfei

    2015-12-01

    XML data is widely used in the information exchange field of Internet, and XML document data clustering is the hot research topic. In the XML document clustering process, measure differences between two XML documents is time costly, and impact the efficiency of XML document clustering. This paper proposed an XML documents clustering method based on frequent patterns of XML document dataset, first proposed a coding tree structure for encoding the XML document, and translate frequent pattern mining from XML documents into frequent pattern mining from string. Further, using the cosine similarity calculation method and cohesive hierarchical clustering method for XML document dataset by frequent patterns. Because of frequent patterns are subsets of the original XML document data, so the time consumption of XML document similarity measure is reduced. The experiment runs on synthetic dataset and the real datasets, the experimental result shows that our method is efficient.

  15. Uranium mine ventilation

    International Nuclear Information System (INIS)

    Katam, K.; Sudarsono

    1982-01-01

    Uranium mine ventilation system aimed basically to control and decreasing the air radioactivity in mine caused by the radon emanating from uranium ore. The control and decreasing the air ''age'' in mine, with adding the air consumption volume, increasing the air rate consumption, closing the mine-out area; using closed drainage system. Air consumption should be 60m 3 /minute for each 9m 2 uranium ore surfaces with ventilation rate of 15m/minute. (author)

  16. Responsible Mining: A Human Resources Strategy for Mine Development Project

    OpenAIRE

    Sampathkumar, Sriram (Ram)

    2012-01-01

    Mining is a global industry. Most mining companies operate internationally, often in remote, challenging environments and consequently frequently have respond to unusual and demanding Human Resource (HR) requirements. It is my opinion that the strategic imperative behind success in mining industry is responsible mining. The purpose of this paper is to examine how an effective HR strategy can be a competitive advantage that contributes to the success of a mining project in the global mining in...

  17. Interdependence between natural conditions and mining in causes of landslides in the vicinity of a coal mine

    Energy Technology Data Exchange (ETDEWEB)

    Krajewski, R; Rybicki, S; Palki, J

    1983-01-01

    This paper discusses effects of underground black coal mining in the Rybnik coal region in Upper Silesia on landslides. Geologic structures of a mine situated in the southern section of the Chwalowice trough are analyzed. Several landslides and events which could have influenced them are discussed. The following data on landslides are given: date, season of the year, dimensions and range of a landslide, angle of slope inclination, angle of slope inclination after a landslide, water conditions, type of soil and its mechanical properties. Investigation results are given in 7 tables. Analyses show that only some landslides were caused by underground coal mining and the remaining ones were caused by natural factors. There is a close correlation between landslide number and atmospheric precipitation (between landslides and seasons characterized by a level of atmospheric precipitation far exceeding the average). Landslides are more frequent in the case of slopes with angle of inclination exceeding 30 degrees and under conditions of soils characterized by low stability (cohesion). Underground mining is only a supplementary factor which reduces soil stability and increases water infiltration. (8 refs.)

  18. Frequent Symptom Sets Identification from Uncertain Medical Data in Differentially Private Way

    Directory of Open Access Journals (Sweden)

    Zhe Ding

    2017-01-01

    Full Text Available Data mining techniques are applied to identify hidden patterns in large amounts of patient data. These patterns can assist physicians in making more accurate diagnosis. For different physical conditions of patients, the same physiological index corresponds to a different symptom association probability for each patient. Data mining technologies based on certain data cannot be directly applied to these patients’ data. Patient data are sensitive data. An adversary with sufficient background information can make use of the patterns mined from uncertain medical data to obtain the sensitive information of patients. In this paper, a new algorithm is presented to determine the top K most frequent itemsets from uncertain medical data and to protect data privacy. Based on traditional algorithms for mining frequent itemsets from uncertain data, our algorithm applies sparse vector algorithm and the Laplace mechanism to ensure differential privacy for the top K most frequent itemsets for uncertain medical data and the expected supports of these frequent itemsets. We prove that our algorithm can guarantee differential privacy in theory. Moreover, we carry out experiments with four real-world scenario datasets and two synthetic datasets. The experimental results demonstrate the performance of our algorithm.

  19. A partition enhanced mining algorithm for distributed association rule mining systems

    Directory of Open Access Journals (Sweden)

    A.O. Ogunde

    2015-11-01

    Full Text Available The extraction of patterns and rules from large distributed databases through existing Distributed Association Rule Mining (DARM systems is still faced with enormous challenges such as high response times, high communication costs and inability to adapt to the constantly changing databases. In this work, a Partition Enhanced Mining Algorithm (PEMA is presented to address these problems. In PEMA, the Association Rule Mining Coordinating Agent receives a request and decides the appropriate data sites, partitioning strategy and mining agents to use. The mining process is divided into two stages. In the first stage, the data agents horizontally segment the databases with small average transaction length into relatively smaller partitions based on the number of available sites and the available memory. On the other hand, databases with relatively large average transaction length were vertically partitioned. After this, Mobile Agent-Based Association Rule Mining-Agents, which are the mining agents, carry out the discovery of the local frequent itemsets. At the second stage, the local frequent itemsets were incrementally integrated by the from one data site to another to get the global frequent itemsets. This reduced the response time and communication cost in the system. Results from experiments conducted on real datasets showed that the average response time of PEMA showed an improvement over existing algorithms. Similarly, PEMA incurred lower communication costs with average size of messages exchanged lower when compared with benchmark DARM systems. This result showed that PEMA could be efficiently deployed for efficient discovery of valuable knowledge in distributed databases.

  20. Application of frequent itemsets mining to analyze patterns of one-stop visits in Taiwan.

    Directory of Open Access Journals (Sweden)

    Chun-Yi Tu

    Full Text Available BACKGROUND: The free choice of health care facilities without limitations on frequency of visits within the National Health Insurance in Taiwan gives rise to not only a high number of annual ambulatory visits per capita but also a unique "one-stop shopping"phenomenon, which refers to a patient' visits to several specialties of the same healthcare facility in one day. The visits to multiple physicians would increase the potential risk of polypharmacy. The aim of this study was to analyze the frequency and patterns of one-stop visits in Taiwan. METHODOLOGY/PRINCIPAL FINDINGS: The claims datasets of 1 million nationally representative people within Taiwan's National Health Insurance in 2005 were used to calculate the number of patients with one-stop visits. The frequent itemsets mining was applied to compute the combination patterns of specialties in the one-stop visits. Among the total 13,682,469 ambulatory care visits in 2005, one-stop visits occurred 144,132 times and involved 296,822 visits (2.2% of all visits by 66,294 (6.6% persons. People tended to have this behavior with age and the percentage reached 27.5% (5,662 in 20,579 in the age group ≥80 years. In general, women were more likely to have one-stop visits than men (7.2% vs. 6.0%. Internal medicine plus ophthalmology was the most frequent combination with a visited frequency of 3,552 times (2.5%, followed by cardiology plus neurology with 3,183 times (2.2%. The most frequent three-specialty combination, cardiology plus neurology and gastroenterology, occurred only 111 times. CONCLUSIONS/SIGNIFICANCE: Without the novel computational technique, it would be hardly possible to analyze the extremely diverse combination patterns of specialties in one-stop visits. The results of the study could provide useful information either for the hospital manager to set up integrated services or for the policymaker to rebuild the health care system.

  1. An efficient, versatile and scalable pattern growth approach to mine frequent patterns in unaligned protein sequences.

    Science.gov (United States)

    Ye, Kai; Kosters, Walter A; Ijzerman, Adriaan P

    2007-03-15

    Pattern discovery in protein sequences is often based on multiple sequence alignments (MSA). The procedure can be computationally intensive and often requires manual adjustment, which may be particularly difficult for a set of deviating sequences. In contrast, two algorithms, PRATT2 (http//www.ebi.ac.uk/pratt/) and TEIRESIAS (http://cbcsrv.watson.ibm.com/) are used to directly identify frequent patterns from unaligned biological sequences without an attempt to align them. Here we propose a new algorithm with more efficiency and more functionality than both PRATT2 and TEIRESIAS, and discuss some of its applications to G protein-coupled receptors, a protein family of important drug targets. In this study, we designed and implemented six algorithms to mine three different pattern types from either one or two datasets using a pattern growth approach. We compared our approach to PRATT2 and TEIRESIAS in efficiency, completeness and the diversity of pattern types. Compared to PRATT2, our approach is faster, capable of processing large datasets and able to identify the so-called type III patterns. Our approach is comparable to TEIRESIAS in the discovery of the so-called type I patterns but has additional functionality such as mining the so-called type II and type III patterns and finding discriminating patterns between two datasets. The source code for pattern growth algorithms and their pseudo-code are available at http://www.liacs.nl/home/kosters/pg/.

  2. Mining Foreman School in Dabrowa Gornicza - heir to the Higher Mining School in Kielce

    Energy Technology Data Exchange (ETDEWEB)

    Ciuk, E

    1988-02-01

    The first Polish Higher Mining School was founded in 1816 in Kielce. The historical background of its foundation is described, curricula are outlined, prominent professors and graduates named. The significance of this School for Polish geology, mining and metallurgy to the present day is stressed. The School was closed in 1826 and the next Mining School to contine its traditions was instituted not earlier than in 1889 in Dabrowa Gornicza. It was also known as the Mine Foreman or Mine Deputy School (Sztygarka). This School was closed in 1905, reopened in 1910 and closed again in 1914. After Poland regained independence in 1919 the School flourished for 20 years. During the Second World War the teaching staff and student body were decimated and facilities destroyed. After 1945 the School was rebuilt and developed into an engineering school as a branch of the Academy of Mining and Metallury in Cracow by 1968 and a branch of the Silesian Politechnical between 1968 and 1984. In 1985 the School was taken over by the Ministry of Mining and Power Engineering and reorganized as a mining trade school. The Mining School in Dabrowa Gornicza, where several prominent professors of geology and managers of Polish geological and mining enterprises began their careers, contributed greatly to the development of geology in Poland. 12 refs.

  3. Water quality changes of a closed underground coal mine in Korea.

    Science.gov (United States)

    Cheong, Young Wook; Yim, Gil-Jae; Ji, Sang Woo; Kang, Sang Soo; Skousen, Jeffery

    2012-01-01

    The objective of this study was to assess the changes in mine water quality as an underground mine flooded from July 2005 to October 2008. The effect of air injection with a blower into the water was used to evaluate the potential to convert ferrous to ferric iron and to provide in situ treatment and precipitation. Mine flooding averaged 31 cm/day with a linear shape until November 2007, when it flattened out due to outflow. During flooding, mine water pH remained around 6, but Eh shifted from 200 to -150 mV. After the mine water level stabilized, contents of elements such as Fe and SO(4) tended to decrease as time passed. Air was injected by diffusers (150 L/min/each) at three different depths of 2, 3, and 5 m below the water level in the shaft. Dissolved oxygen eventually increased to 4 or 5 mg/L depending on the depth of the diffusers. Aeration caused conversion of ferrous iron to ferric iron and about 30 mg/l of iron was removed from the mine water. Therefore, air injection shows potential as a semi-active treatment or part of conventional treatment to precipitate iron in the mine pool.

  4. Research on parallel algorithm for sequential pattern mining

    Science.gov (United States)

    Zhou, Lijuan; Qin, Bai; Wang, Yu; Hao, Zhongxiao

    2008-03-01

    Sequential pattern mining is the mining of frequent sequences related to time or other orders from the sequence database. Its initial motivation is to discover the laws of customer purchasing in a time section by finding the frequent sequences. In recent years, sequential pattern mining has become an important direction of data mining, and its application field has not been confined to the business database and has extended to new data sources such as Web and advanced science fields such as DNA analysis. The data of sequential pattern mining has characteristics as follows: mass data amount and distributed storage. Most existing sequential pattern mining algorithms haven't considered the above-mentioned characteristics synthetically. According to the traits mentioned above and combining the parallel theory, this paper puts forward a new distributed parallel algorithm SPP(Sequential Pattern Parallel). The algorithm abides by the principal of pattern reduction and utilizes the divide-and-conquer strategy for parallelization. The first parallel task is to construct frequent item sets applying frequent concept and search space partition theory and the second task is to structure frequent sequences using the depth-first search method at each processor. The algorithm only needs to access the database twice and doesn't generate the candidated sequences, which abates the access time and improves the mining efficiency. Based on the random data generation procedure and different information structure designed, this paper simulated the SPP algorithm in a concrete parallel environment and implemented the AprioriAll algorithm. The experiments demonstrate that compared with AprioriAll, the SPP algorithm had excellent speedup factor and efficiency.

  5. Characterization of the Bacterial and Sulphate Reducing Community in the Alkaline and Constantly Cold Water of the Closed Kotalahti Mine

    Directory of Open Access Journals (Sweden)

    Malin Bomberg

    2015-07-01

    Full Text Available Drainage from metal-sulphide rich rocks may cause considerable environmental stress in the form of elevated sulphate and heavy metal contamination of the environment. Mine draining effects from closed mines may be abated using indigenous and introduced microbial communities for sulphate reduction and metal precipitation at the mining site. Here we characterized the general and sulphate reducing bacterial (SRB community of Kotalahti Mine (Finland. The mine was flooded after closure and sulphate reduction and metal precipitation was induced by addition of pig manure sludge into the Vehkankuilu shaft. Water was sampled from Vehkankuilu and Ollinkuilu shafts from depths −10, −30, −70 and −100 m 15 years after the treatment. The water in the shafts differed from each other biologically and geochemically. The shafts are not directly connected except by some fracture zones, and the Ollinkuilu shaft is used as a reference for environmental monitoring. The detected bacterial communities from both shafts contained methylotrophic γ-Proteobacteria, hydrogenotrophic and methylotrophic β-Proteobacteria and fermenting bacterial clades. The concentration of SRB was low, at most 4.0 × 103 dsrB genes·mL−1, and the SRB affiliated with Desulfobulbus and Thermoanaerobacteriales clades. Despite the obvious success of the mine as an in situ bioreactor for increasing water pH and removing sulphate and heavy metals by induced sulphate reduction under suboptimal temperature, only a small portion, less than 0.5%, of the bacterial population in the mine water was SRB.

  6. Analyzing large gene expression and methylation data profiles using StatBicRM: statistical biclustering-based rule mining.

    Directory of Open Access Journals (Sweden)

    Ujjwal Maulik

    Full Text Available Microarray and beadchip are two most efficient techniques for measuring gene expression and methylation data in bioinformatics. Biclustering deals with the simultaneous clustering of genes and samples. In this article, we propose a computational rule mining framework, StatBicRM (i.e., statistical biclustering-based rule mining to identify special type of rules and potential biomarkers using integrated approaches of statistical and binary inclusion-maximal biclustering techniques from the biological datasets. At first, a novel statistical strategy has been utilized to eliminate the insignificant/low-significant/redundant genes in such way that significance level must satisfy the data distribution property (viz., either normal distribution or non-normal distribution. The data is then discretized and post-discretized, consecutively. Thereafter, the biclustering technique is applied to identify maximal frequent closed homogeneous itemsets. Corresponding special type of rules are then extracted from the selected itemsets. Our proposed rule mining method performs better than the other rule mining algorithms as it generates maximal frequent closed homogeneous itemsets instead of frequent itemsets. Thus, it saves elapsed time, and can work on big dataset. Pathway and Gene Ontology analyses are conducted on the genes of the evolved rules using David database. Frequency analysis of the genes appearing in the evolved rules is performed to determine potential biomarkers. Furthermore, we also classify the data to know how much the evolved rules are able to describe accurately the remaining test (unknown data. Subsequently, we also compare the average classification accuracy, and other related factors with other rule-based classifiers. Statistical significance tests are also performed for verifying the statistical relevance of the comparative results. Here, each of the other rule mining methods or rule-based classifiers is also starting with the same post

  7. Analyzing large gene expression and methylation data profiles using StatBicRM: statistical biclustering-based rule mining.

    Science.gov (United States)

    Maulik, Ujjwal; Mallik, Saurav; Mukhopadhyay, Anirban; Bandyopadhyay, Sanghamitra

    2015-01-01

    Microarray and beadchip are two most efficient techniques for measuring gene expression and methylation data in bioinformatics. Biclustering deals with the simultaneous clustering of genes and samples. In this article, we propose a computational rule mining framework, StatBicRM (i.e., statistical biclustering-based rule mining) to identify special type of rules and potential biomarkers using integrated approaches of statistical and binary inclusion-maximal biclustering techniques from the biological datasets. At first, a novel statistical strategy has been utilized to eliminate the insignificant/low-significant/redundant genes in such way that significance level must satisfy the data distribution property (viz., either normal distribution or non-normal distribution). The data is then discretized and post-discretized, consecutively. Thereafter, the biclustering technique is applied to identify maximal frequent closed homogeneous itemsets. Corresponding special type of rules are then extracted from the selected itemsets. Our proposed rule mining method performs better than the other rule mining algorithms as it generates maximal frequent closed homogeneous itemsets instead of frequent itemsets. Thus, it saves elapsed time, and can work on big dataset. Pathway and Gene Ontology analyses are conducted on the genes of the evolved rules using David database. Frequency analysis of the genes appearing in the evolved rules is performed to determine potential biomarkers. Furthermore, we also classify the data to know how much the evolved rules are able to describe accurately the remaining test (unknown) data. Subsequently, we also compare the average classification accuracy, and other related factors with other rule-based classifiers. Statistical significance tests are also performed for verifying the statistical relevance of the comparative results. Here, each of the other rule mining methods or rule-based classifiers is also starting with the same post-discretized data

  8. The mining methods at the Fraisse mine

    International Nuclear Information System (INIS)

    Heurley, P.; Vervialle, J.P.

    1985-01-01

    The Fraisse mine is one of the four underground mines of the La Crouzille mining divisions of Cogema. Faced with the necessity to mechanize its workings, this mine also had to satisfy a certain number of stringent demands. This has led to concept of four different mining methods for the four workings at present in active operation at this pit, which nevertheless preserve the basic ideas of the methods of top slicing under concrete slabs (TSS) or horizontal cut-and-fill stopes (CFS). An electric scooptram is utilized. With this type of vehicle the stringent demands for the introduction of means for fire fighting and prevention are reduced to a minimum. Finally, the dimensions of the vehicles and the operation of these methods result in a net-to-gross tonnages of close to 1, i.e. a maximum output, combined with a minimum of contamination [fr

  9. Towards Rare Itemset Mining

    OpenAIRE

    Szathmary , Laszlo; Napoli , Amedeo; Valtchev , Petko

    2007-01-01

    site de la conférence : http://ictai07.ceid.upatras.gr/; International audience; We describe here a general approach for rare itemset mining. While mining literature has been almost exclusively focused on frequent itemsets, in many practical situations rare ones are of higher interest (e.g., in medical databases, rare combinations of symptoms might provide useful insights for the physicians). Based on an examination of the relevant substructures of the mining space, our approach splits the ra...

  10. Frequent Pairs in Data Streams: Exploiting Parallelism and Skew

    DEFF Research Database (Denmark)

    Campagna, Andrea; Kutzkow, Konstantin; Pagh, Rasmus

    2011-01-01

    We introduce the Pair Streaming Engine (PairSE) that detects frequent pairs in a data stream of transactions. Our algorithm finds the most frequent pairs with high probability, and gives tight bounds on their frequency. It is particularly space efficient for skewed distribution of pair supports...... items mining in data streams. We show how to efficiently scale these approaches to handle large transactions. We report experimental results showcasing precision and recall of our method. In particular, we find that often our method achieves excellent precision, returning identical upper and lower...... bounds on the supports of the most frequent pairs....

  11. Managing Communities – Mining MNEs’ Community Risk Management Practices

    DEFF Research Database (Denmark)

    Taarup Esbensen, Jacob

    This PhD reflects the effort to close a gap in the multinational enterprise (MNE) risk management literature on the identification and mitigation of risk arising from local communities. Small villages and towns that are situated geographically close to the MNEs’ place of operation have increasingly......-to-date information about mining MNE operations. This improved outreach has meant that mines have been closed due to conflicts with local communities and therefor a need had arisen for MNEs to implement management practices that can effectively mitigate these types of risks....... been identified as a source of risk (BSR, 2003; ICMM, 2015). The mining industry is one of the most exposed to risks from local communities, where there historically have been many conflicts between mine owners on one side and the people living close to the mine on the other (Godoy, 1985; Hoskin, 1912...

  12. A survey of temporal data mining

    Indian Academy of Sciences (India)

    other subtle relationships in the data using a combination of techniques from ... stamped list of items bought by customers lends itself to data mining analysis that ...... Frequent episode mining can be used here as part of an alarm management.

  13. Close-out of open pit and waste rock piles of a uranium mine in Guangxi province of China

    International Nuclear Information System (INIS)

    Xu Lechang; Zhang Zhao; Zhang Guopu; Liu Min

    2012-01-01

    Close-out of projects of a mine in Guangxi province of China includes open pit,east and west waste rock piles, ore transfer station, industrial fields, buildings, ore transporting road, and equipment and conduits. The following remediation limits are introduced: environment penetrating radiation dose rate and 222 Rn flux of open pit and waste rock piles, 226 Ra specific activity of soil and individual dose. Remediation objective and programme are discussed in details. Remediation effects are evaluated. (authors)

  14. Approach for selecting the best remediation option for a closed uranium mine in Slovenia

    International Nuclear Information System (INIS)

    Kontiae, B.

    1999-01-01

    For uranium mine and mill at Zirovski vrh, Slovenia, which stopped operating in July 1990, four remediation options were evaluated. Basically, these options were close-down alternatives focusing on final disposition of the residues, primarily mill tailings. A multi-attribute evaluation approach was applied for the comparison between alternatives and as a decision support. The main considerations were given to the economy of the alternatives and their environmental and health impacts. Altogether, fifty seven basic attributes, organized in an evaluation (decision) tree, were applied. In the paper, results of the first two iterations of the evaluation are presented. The third iteration, which is presently under execution and involves more thorough long-term performance and uncertainty assessment associated to mill tailings disposal, are also briefly discussed. (author)

  15. Mining algorithm for association rules in big data based on Hadoop

    Science.gov (United States)

    Fu, Chunhua; Wang, Xiaojing; Zhang, Lijun; Qiao, Liying

    2018-04-01

    In order to solve the problem that the traditional association rules mining algorithm has been unable to meet the mining needs of large amount of data in the aspect of efficiency and scalability, take FP-Growth as an example, the algorithm is realized in the parallelization based on Hadoop framework and Map Reduce model. On the basis, it is improved using the transaction reduce method for further enhancement of the algorithm's mining efficiency. The experiment, which consists of verification of parallel mining results, comparison on efficiency between serials and parallel, variable relationship between mining time and node number and between mining time and data amount, is carried out in the mining results and efficiency by Hadoop clustering. Experiments show that the paralleled FP-Growth algorithm implemented is able to accurately mine frequent item sets, with a better performance and scalability. It can be better to meet the requirements of big data mining and efficiently mine frequent item sets and association rules from large dataset.

  16. A direct mining approach to efficient constrained graph pattern discovery

    DEFF Research Database (Denmark)

    Zhu, Feida; Zhang, Zequn; Qu, Qiang

    2013-01-01

    Despite the wealth of research on frequent graph pattern mining, how to efficiently mine the complete set of those with constraints still poses a huge challenge to the existing algorithms mainly due to the inherent bottleneck in the mining paradigm. In essence, mining requests with explicitly-spe...

  17. Mining with Rare Cases

    Science.gov (United States)

    Weiss, Gary M.

    Rare cases are often the most interesting cases. For example, in medical diagnosis one is typically interested in identifying relatively rare diseases, such as cancer, rather than more frequently occurring ones, such as the common cold. In this chapter we discuss the role of rare cases in Data Mining. Specific problems associated with mining rare cases are discussed, followed by a description of methods for addressing these problems.

  18. Mining High-Dimensional Data

    Science.gov (United States)

    Wang, Wei; Yang, Jiong

    With the rapid growth of computational biology and e-commerce applications, high-dimensional data becomes very common. Thus, mining high-dimensional data is an urgent problem of great practical importance. However, there are some unique challenges for mining data of high dimensions, including (1) the curse of dimensionality and more crucial (2) the meaningfulness of the similarity measure in the high dimension space. In this chapter, we present several state-of-art techniques for analyzing high-dimensional data, e.g., frequent pattern mining, clustering, and classification. We will discuss how these methods deal with the challenges of high dimensionality.

  19. Personal continuous route pattern mining

    Institute of Scientific and Technical Information of China (English)

    Qian YE; Ling CHEN; Gen-cai CHEN

    2009-01-01

    In the daily life, people often repeat regular routes in certain periods. In this paper, a mining system is developed to find the continuous route patterns of personal past trips. In order to count the diversity of personal moving status, the mining system employs the adaptive GPS data recording and five data filters to guarantee the clean trips data. The mining system uses a client/server architecture to protect personal privacy and to reduce the computational load. The server conducts the main mining procedure but with insufficient information to recover real personal routes. In order to improve the scalability of sequential pattern mining, a novel pattern mining algorithm, continuous route pattern mining (CRPM), is proposed. This algorithm can tolerate the different disturbances in real routes and extract the frequent patterns. Experimental results based on nine persons' trips show that CRPM can extract more than two times longer route patterns than the traditional route pattern mining algorithms.

  20. Cannabis withdrawal in chronic, frequent cannabis smokers during sustained abstinence within a closed residential environment.

    Science.gov (United States)

    Lee, Dayong; Schroeder, Jennifer R; Karschner, Erin L; Goodwin, Robert S; Hirvonen, Jussi; Gorelick, David A; Huestis, Marilyn A

    2014-01-01

    Chronic, frequent cannabis smokers may experience residual and offset effects, withdrawal, and craving when abstaining from the drug. We characterized the prevalence, duration, and intensity of these effects in chronic frequent cannabis smokers during abstinence on a closed research unit. Non-treatment-seeking participants (N = 29 on admission, 66% and 34% remaining after 2 and 4 weeks) provided subjective effects data. A battery of five instruments was computer-administered daily to measure psychological, sensory, and physical symptoms associated with cannabinoid intoxication and withdrawal. Plasma and oral fluid specimens were concurrently collected and analyzed for cannabinoids. Outcome variables were evaluated as change from admission (Day 0) with regression models. Most abstinence effects, including irritability and anxiety were greatest on Days 0-3 and decreased thereafter. Cannabis craving significantly decreased over time, whereas decreased appetite began to normalize on Day 4. Strange dreams and difficulty getting to sleep increased over time, suggesting intrinsic sleep problems in chronic cannabis smokers. Symptoms likely induced by residual drug effects were at maximum intensity on admission and positively correlated with plasma and oral fluid cannabinoid concentrations on admission but not afterward; these symptoms showed overall prevalence higher than cannabis withdrawal symptoms. The combined influence of residual/offset drug effects, withdrawal, and craving was observed in chronic cannabis smokers during monitored abstinence. Abstinence symptoms were generally more intense in the initial phase, implying importance of early intervention in cannabis quit attempts. Sleep disturbance persisting for an extended period suggests that hypnotic medications could be beneficial in treating cannabis dependence. © American Academy of Addiction Psychiatry.

  1. Cleaning up our mining act: A north-south dialogue

    International Nuclear Information System (INIS)

    Labonne, B.

    2000-01-01

    This presentation provides an overview of historic development and economic reality of mining at large with focus on environmental and social impacts. It shows the place mining can take in sustainable development context; the mining cycle and its effects on ecosystems; the specific aspects of mining activities in developing countries. The presentation also provides some recommendations on sound management of natural resources to address the socio-economic and environmental concerns frequently raised by mining activities

  2. 78 FR 58264 - Refuge Alternatives for Underground Coal Mines

    Science.gov (United States)

    2013-09-23

    ... Refuge Alternatives for Underground Coal Mines AGENCY: Mine Safety and Health Administration, Labor... Agency's Request for Information (RFI) on Refuge Alternatives for Underground Coal Mines. This extension... Alternatives for Underground Coal Mines. The RFI comment period had been scheduled to close on October 7, 2013...

  3. Applied data mining

    CERN Document Server

    Xu, Guandong

    2013-01-01

    Data mining has witnessed substantial advances in recent decades. New research questions and practical challenges have arisen from emerging areas and applications within the various fields closely related to human daily life, e.g. social media and social networking. This book aims to bridge the gap between traditional data mining and the latest advances in newly emerging information services. It explores the extension of well-studied algorithms and approaches into these new research arenas.

  4. Image of mining impacts future of US industry

    International Nuclear Information System (INIS)

    Beebe, R.R.

    1993-01-01

    The US mining industry has taken its licks over the years but remains economically viable and able to meet global demands, says R.R. Beebe, a retired executive with Homestake Mining Company in San Francisco. Despite a new-found environmental sensitivity, one of the industry's major problems is its negative public image, Beebe admits. open-quotes Mining's record of environmental insensitivity and demands for low-cost access to public lands has burdened an industry now largely committed to doing business fairly, responsibly, and with minimum environmental disturbance,close quotes he asserts. Another part of its image problem deals with the place of mining in the economic scheme of things. Too many people view mining as a open-quotes sunset industry,close quotes he says, making it difficult for the industry to get a fair hearing on the public stage. open-quotes Even the industry's top executives seem to prefer a low profile, rarely serving in government posts...and almost never seeking public platforms from which to expound their views,close quotes Beebe complains. The size of the US mining industry and the importance of the minerals it supplies to domestic industry make it a significant contributor to the nation's standard of living, Beebe emphasizes. This makes it an industry worth saving

  5. Mining development the Spiš-Gemer ore-location

    Directory of Open Access Journals (Sweden)

    Jozef Hančuľák

    2006-12-01

    Full Text Available This contribution deals with one of the oldiest mine plants in Czechoslovakia the Smolník mine. This mine is known from the 13th century by producing copper, iron, silver and gold. It was closed in 90-ies of the 20-th century. In the present time, the Smolník mine is a source of water pollution.

  6. Synthesis report about the after-mine mission; Rapport de synthese sur la mission apres-mine

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2003-07-01

    The French ministry of economy finances and industry has assigned the mission of evaluating the after-mine management system to the general inspection of finances and the general council of mines. The after-mine management system encompasses all procedures of coal, iron and potash mines closing down, land reclamation and environmental remedial action and site rehabilitation. This document makes first a status of the problems generated by the stoppage of mining activities: technical aspects, costs, institutional, organisational and juridical aspects, conservation of competences, international benchmarking elements and good practices implemented in foreign countries. Then, in a second part, this report presents the recommendations of the after-mine mission about the mastery of after-mine costs in agreement with the respect of the technical and social goals, with the development of the after-mine institutional system with the scheduled disappearance of Charbonnages de France and Mines de Potasses d'Alsace companies, and with the conservation of competences in the framework of the post-mine operational structure proposed by the mission. (J.S.)

  7. Synthesis report about the after-mine mission; Rapport de synthese sur la mission apres-mine

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2003-07-01

    The French ministry of economy finances and industry has assigned the mission of evaluating the after-mine management system to the general inspection of finances and the general council of mines. The after-mine management system encompasses all procedures of coal, iron and potash mines closing down, land reclamation and environmental remedial action and site rehabilitation. This document makes first a status of the problems generated by the stoppage of mining activities: technical aspects, costs, institutional, organisational and juridical aspects, conservation of competences, international benchmarking elements and good practices implemented in foreign countries. Then, in a second part, this report presents the recommendations of the after-mine mission about the mastery of after-mine costs in agreement with the respect of the technical and social goals, with the development of the after-mine institutional system with the scheduled disappearance of Charbonnages de France and Mines de Potasses d'Alsace companies, and with the conservation of competences in the framework of the post-mine operational structure proposed by the mission. (J.S.)

  8. Supporting Solar Physics Research via Data Mining

    Science.gov (United States)

    Angryk, Rafal; Banda, J.; Schuh, M.; Ganesan Pillai, K.; Tosun, H.; Martens, P.

    2012-05-01

    In this talk we will briefly introduce three pillars of data mining (i.e. frequent patterns discovery, classification, and clustering), and discuss some possible applications of known data mining techniques which can directly benefit solar physics research. In particular, we plan to demonstrate applicability of frequent patterns discovery methods for the verification of hypotheses about co-occurrence (in space and time) of filaments and sigmoids. We will also show how classification/machine learning algorithms can be utilized to verify human-created software modules to discover individual types of solar phenomena. Finally, we will discuss applicability of clustering techniques to image data processing.

  9. Tracking Health and Well-Being in Goa's Mining Belt

    International Development Research Centre (IDRC) Digital Library (Canada)

    Nancy Minogue

    The search for balance. “Closing the mines because of their environmental impact is not an option ... As a result, local communities, governments, and mining companies are ... in mining communities would be critical to arriving at work- able solutions. ... “quality of life” instrument to assess the well-being of people in mining ...

  10. Underground mining of the lower 163 zone through groundwater drainage at the Eagle Point Mine

    International Nuclear Information System (INIS)

    Robson, D.M.; Bashir, R.; Thomson, J.; Klemmer, S.; Rigden, A.

    2010-01-01

    The Eagle Point Mine is part of the Cameco Rabbit Lake Operation. The mine produces uranium ore using the long-hole, vertical and horizontal retreat mining method. The majority of the mine workings are under Wollaston Lake and cementitious grouting is used as one of the water control measures. Historical groundwater table in the mining area was close to ground surface. The Lower 163 Zone encompasses an estimated 4.2 million pounds U_3O_8 geological resource that was not considered feasible to mine due to the expected groundwater flows in the area. Cross-hole testing was conducted to better understand the groundwater flow through various geologic units. A local depressurization test was conducted to assess the potential for lowering the water table. Following testing an active depressurization was conducted to lower the groundwater table below the planned mining areas. This resulted in safe and drier mining conditions and allowed for the successful extraction of the ore body. (author)

  11. Quantum algorithm for association rules mining

    Science.gov (United States)

    Yu, Chao-Hua; Gao, Fei; Wang, Qing-Le; Wen, Qiao-Yan

    2016-10-01

    Association rules mining (ARM) is one of the most important problems in knowledge discovery and data mining. Given a transaction database that has a large number of transactions and items, the task of ARM is to acquire consumption habits of customers by discovering the relationships between itemsets (sets of items). In this paper, we address ARM in the quantum settings and propose a quantum algorithm for the key part of ARM, finding frequent itemsets from the candidate itemsets and acquiring their supports. Specifically, for the case in which there are Mf(k ) frequent k -itemsets in the Mc(k ) candidate k -itemsets (Mf(k )≤Mc(k ) ), our algorithm can efficiently mine these frequent k -itemsets and estimate their supports by using parallel amplitude estimation and amplitude amplification with complexity O (k/√{Mc(k )Mf(k ) } ɛ ) , where ɛ is the error for estimating the supports. Compared with the classical counterpart, i.e., the classical sampling-based algorithm, whose complexity is O (k/Mc(k ) ɛ2) , our quantum algorithm quadratically improves the dependence on both ɛ and Mc(k ) in the best case when Mf(k )≪Mc(k ) and on ɛ alone in the worst case when Mf(k )≈Mc(k ) .

  12. Panorama of mining activities in France during 1991

    International Nuclear Information System (INIS)

    Heinry, C.; Michel, J.C.

    1992-01-01

    1991 can be considered as year of transition during which the world economy was adapting to the new political situation arising out of the Gulf War and the collapse of the Soviet Bloc. Although a major conflict normally causes a rise in the price of gold and a high demand for base products, this time the raw materials market did not react in the normal way. The prices of almost all products dropped throughout the year, and the dollar increase (average exchange rate for the year = FF 5.65) did not compensate European industry for this drop in metal prices. The economic slowdown in America, Europe and, which is new, Japan, compounded by the consequences of CIS export, caused serious harm to western firms, including those of the European Community: seriously disrupted markets, price falls, production units in danger. The purpose of this paper is to give a panorama of mining activities in France during 1991. The French mineral sector continued with difficulty to adjust to the economic trend through reductions in staff and production capacities: the Malines Zn-Pb mine closed, uranium mines in the Vendee and Limousin closed, mining activities at the Salsigne gold mine and its refining plants stopped. The field of energy supplies saw a fall off in both coal and petroleum production. Gas production, however, rose to a level close to that of 1987. Uranium production continued to ease; in spite of a relatively stable demand, poor prices coupled with the exhaustion of certain deposits and the public's preoccupation with preserving the environment, led to mines being closed. 15 refs., 2 figs., 11 tabs

  13. Corporate social responsibility for regional sustainability after mine closure: a case study of mining company in Indonesia

    Science.gov (United States)

    Syarif, Andi Erwin; Hatori, Tsuyoshi

    2017-06-01

    Creating a soft-landing path for mine closure is key to the sustainability of the mining region. In this research, we presents a case of mine closure in Soroako, a small mining town in the north-east of South Sulawesi province, in the center of Sulawesi Island in Indonesia. Especially we investigates corporate social responsibility (CSR) programs of a mining company, PT Vale Indonesia Tbk (PTVI), towards a soft-landing of mine closure in this region. The data of the CSR programs are gathered from in-depth interviews, the annual reports and managerial reports. Furthermore we presents an integrated view of CSR to close mining in a sustainable manner. We then evaluate CSR strategies of the company and its performance from this viewpoint. Based on these steps, the way to improve the CSR mine closure scenario for enhancing the regional sustainability is discussed and recommended.

  14. Leaching of selected metals from a landfill of the closed down Siersza coal mine in Trzebinia (S Poland

    Directory of Open Access Journals (Sweden)

    Kicińska Alicja

    2016-06-01

    Full Text Available Landfills of waste generated by coal mining could pose a serious environmental threat if not properly reclaimed. The study focuses on leaching select heavy metals from the waste disposed of by the closed down Siersza hard coal mine in Trzebinia (Silesian- Cracow area. The solid waste samples were analysed with the X-ray fluorescence (XRF method for Zn, Pb, Cd, Mn and Fe contents. The eluates were obtained by leaching the solid samples with distilled water at the ratio 1:10 and analysed with the atomic absorption spectroscopy (AAS method. The most prone for leaching were Mn and Zn (78 and 73% of the total contents, the medium prone Pb and Cd (around 50% each, and the least prone Fe (30%. In the western part of the landfill, zinc occurs in unexpectedly high amounts (0.64-3.3 wt.%, which may be related to the presence of slag of unknown provenience. The concentrations of Zn, Pb and Cd (averages in mg∙kg−1: 6727, 2.3 and 10.3, respectively in the leachates exceed the limits of Polish environmental standards. The landfill should be properly monitored and fully reclaimed.

  15. Impact of oil shale mining and mine closures on hydrological conditions of North-East Estonian rivers

    International Nuclear Information System (INIS)

    Raetsep, A.; Liblik, V.

    2004-01-01

    The attention is focused on the formation of hydrological and hydrogeological interconnections between the catchment areas of Purtse, Rannapungerja, Puhajoe and Vasavere rivers after closing (in 1997-2002) and flooding the Ahtme, Tammiku, Sompa and Kohtla oil shale underground mines. The multivariate relationship between the changes in mine water amounts directed into the rivers, annual runoff due to mine water inlets, groundwater underground flow, outflow module and other factors (as variables) were studied. A complex of linear regression formulas was derived to calculate the amounts of mine water outputs into the rivers and water distribution in order to regulate the hydrological regime of investigated rivers. (author)

  16. Know abnormal, find evil : frequent pattern mining for ransomware threat hunting and intelligence

    OpenAIRE

    Homayoun, S; Dehghantanha, A; Ahmadzadeh, M; Hashemi, S; Khayami, R

    2017-01-01

    Emergence of crypto-ransomware has significantly\\ud changed the cyber threat landscape. A crypto ransomware\\ud removes data custodian access by encrypting valuable data\\ud on victims’ computers and requests a ransom payment to reinstantiate custodian access by decrypting data. Timely detection of ransomware very much depends on how quickly and\\ud accurately system logs can be mined to hunt abnormalities and\\ud stop the evil. In this paper we first setup an environment to\\ud collect activity l...

  17. Environmental considerations in mine closure planning

    International Nuclear Information System (INIS)

    Ricks, G.

    1997-01-01

    Mine closure planning considers the best ways to plan and manage the environmental changes and socio-economic effects associated with the closing of mines. While the criteria for judging successful closures may vary, it is particularly important for physical, chemical and biological stability to be achieved and for final land use to be appropriate. Trust funds are increasingly favoured as a practical means of fulfilling the requirement for a financial surety and of ensuring that financial provision is available at the end of the mine's life. (author)

  18. Frequent Pattern Mining of Eye-Tracking Records Partitioned into Cognitive Chunks

    Directory of Open Access Journals (Sweden)

    Noriyuki Matsuda

    2014-01-01

    Full Text Available Assuming that scenes would be visually scanned by chunking information, we partitioned fixation sequences of web page viewers into chunks using isolate gaze point(s as the delimiter. Fixations were coded in terms of the segments in a 5×5 mesh imposed on the screen. The identified chunks were mostly short, consisting of one or two fixations. These were analyzed with respect to the within- and between-chunk distances in the overall records and the patterns (i.e., subsequences frequently shared among the records. Although the two types of distances were both dominated by zero- and one-block shifts, the primacy of the modal shifts was less prominent between chunks than within them. The lower primacy was compensated by the longer shifts. The patterns frequently extracted at three threshold levels were mostly simple, consisting of one or two chunks. The patterns revealed interesting properties as to segment differentiation and the directionality of the attentional shifts.

  19. Radiological environmental monitoring around the mining sites in Argentina

    International Nuclear Information System (INIS)

    Quintana, Eduardo E.; Gomez, Juan C.; Palacios, Miguel A.

    2004-01-01

    The uranium mining industry began its development in Argentina in the fifties. Since then, several installations have operated as uranium underground mining until late seventies, when that mines were closed. Since then, open pit exploitation has been used. Milling facilities were installed in the mining areas or close to them. The environmental radiological surveillance and the impact assessment presented in this work are referred to the uranium ore mining and milling plants Tonco, in Salta province; Pichinan, in Chubut province; San Rafael and Malargue, in Mendoza province; Los Gigantes, in Cordoba province; La Estela, in San Luis province and Los Colorados in La Rioja province. The environmental radiological surveillance programme results carried out from the beginning of the operations are presented and include uranium and radium concentrations in surface waters and sediments. The results obtained in waters upstream and downstream the uranium mining complexes are compared and no significant differences were observed. Moreover, taking into consideration the critical exposition pathways of the population living in the area, no significant levels of exposition were observed. (author)

  20. Application of ERTS-1 imagery to fracture related mine safety hazards in the coal mining industry. [Indiana

    Science.gov (United States)

    Wier, C. E.; Wobber, F. J. (Principal Investigator); Russell, O. R.; Amato, R. V.; Leshendok, T. V.

    1974-01-01

    The author has identified the following significant results. New fracture detail of Indiana has been observed and mapped from ERTS-1 imagery. Studies so far indicate a close relationship between the directions of fracture traces mapped from the imagery, fractures measured on bedrock outcrops, and fractures measured in the underground mines. First hand observations and discussions with underground mine operators indicate good correlation of mine hazard maps prepared from ERTS-1/aircraft imagery and actual roof falls. The inventory of refuse piles/slurry ponds of the coal field of Indiana has identified over 225 such sites from past mining operations. These data will serve the State Legislature in making tax decisions on coal mining which take on increased importance because of the energy crisis.

  1. Selection of an Appropriate Mechanized Mining Technical Process for Thin Coal Seam Mining

    Directory of Open Access Journals (Sweden)

    Chen Wang

    2015-01-01

    Full Text Available Mechanized mining technical process (MMTP related to the control method of the shearer is a vital process in thin coal seam mining operations. An appropriate MMTP is closely related to safety, productivity, labour intensity, and efficiency. Hence, the evaluation of alternative MMTP is an important part of the mining design. Several parameters should be considered in MMTP evaluation, so the evaluation is complex and must be compliant with a set of criteria. In this paper, two multiple criteria decision-making (MCDM methods, Analytic Hierarchy Process (AHP and Preference Ranking Organization Method for Enrichment Evaluation (PROMETHEE, were adopted for this evaluation. Then, the most appropriate MMTP for a thin coal seam working face was selected in China.

  2. Practical graph mining with R

    CERN Document Server

    Hendrix, William; Jenkins, John; Padmanabhan, Kanchana; Chakraborty, Arpan

    2014-01-01

    Practical Graph Mining with R presents a "do-it-yourself" approach to extracting interesting patterns from graph data. It covers many basic and advanced techniques for the identification of anomalous or frequently recurring patterns in a graph, the discovery of groups or clusters of nodes that share common patterns of attributes and relationships, the extraction of patterns that distinguish one category of graphs from another, and the use of those patterns to predict the category of new graphs. Hands-On Application of Graph Data Mining Each chapter in the book focuses on a graph mining task, such as link analysis, cluster analysis, and classification. Through applications using real data sets, the book demonstrates how computational techniques can help solve real-world problems. The applications covered include network intrusion detection, tumor cell diagnostics, face recognition, predictive toxicology, mining metabolic and protein-protein interaction networks, and community detection in social networks. De...

  3. Abandoned Smolník mine (Slovakia – a catchment area affected by mining activities

    Directory of Open Access Journals (Sweden)

    Lintnerová, Otília

    2008-06-01

    Full Text Available Smolník is a historical Cu-mining area that was exploited from the 14th century to 1990. The Smolník mine was definitively closed and flooded in 1990–1994. Acid mine drainage discharging from the flooded mine (pH = 3.83, Fe = 542 mg/l, SO42– = 3642 mg/l, Cu = 1880 µg/l, Zn = 9599 µg/l, As = 108 mg/l acidified and contaminated the Smolník Creek water, which transported pollution into the Hnilec River catchment. The Smolník mine waste area has been used as a model area to document pollution of waters, stream sediments, and soils by metals and other toxic elements. Major goals of this complex study were to document creek water transport of the main pollutants (Fe, sulphates, Cu, Al, As, etc. in the form of suspended solids, to investigate elements mobility in common mine waste (rock and processing waste heaps and tailing impoundment and in the soil on the basis of neutralization and leach experiments. Different methodologies and techniques for sampling and chemical and mineralogical characterization of samples were used and checked to evaluate environmental risk of this abandoned mine area.

  4. MB3-Miner: efficiently mining eMBedded subTREEs using Tree Model Guided candidate generation

    NARCIS (Netherlands)

    Tan, H.; Dillon, T.; Hadzic, F.; Chang, E.; Feng, L.

    2005-01-01

    Tree mining has many useful applications in areas such as Bioinformatics, XML mining, Web mining, etc. In general, most of the formally represented information in these domains is a tree structured form. In this paper we focus on mining frequent embedded subtrees from databases of rooted labeled

  5. Distinguishing the relevant features of frequent suicide attempters.

    Science.gov (United States)

    Lopez-Castroman, Jorge; Perez-Rodriguez, Maria de las Mercedes; Jaussent, Isabelle; Alegria, Analucia A; Artes-Rodriguez, Antonio; Freed, Peter; Guillaume, Sébastien; Jollant, Fabrice; Leiva-Murillo, Jose Miguel; Malafosse, Alain; Oquendo, Maria A; de Prado-Cumplido, Mario; Saiz-Ruiz, Jeronimo; Baca-Garcia, Enrique; Courtet, Philippe

    2011-05-01

    In spite of the high prevalence of suicide behaviours and the magnitude of the resultant burden, little is known about why individuals reattempt. We aim to investigate the relationships between clinical risk factors and the repetition of suicidal attempts. 1349 suicide attempters were consecutively recruited in the Emergency Room (ER) of two academic hospitals in France and Spain. Patients were extensively assessed and demographic and clinical data obtained. Data mining was used to determine the minimal number of variables that blinded the rest in relation to the number of suicide attempts. Using this set, a probabilistic graph ranking relationships with the target variable was constructed. The most common diagnoses among suicide attempters were affective disorders, followed by anxiety disorders. Risk of frequent suicide attempt was highest among middle-aged subjects, and diminished progressively with advancing age of onset at first attempt. Anxiety disorders significantly increased the risk of presenting frequent suicide attempts. Pathway analysis also indicated that frequent suicide attempts were linked to greater odds for alcohol and substance abuse disorders and more intensive treatment. Novel statistical methods found several clinical features that were associated with a history of frequent suicide attempts. The identified pathways may promote new hypothesis-driven studies of suicide attempts and preventive strategies. Copyright © 2010 Elsevier Ltd. All rights reserved.

  6. Energies and media nr 28. Uranium mining exploitations and residues. Uranium mines in Niger. Depleted uranium as a by-product of enrichment

    International Nuclear Information System (INIS)

    2009-02-01

    After some comments on recent events in the nuclear sector in different countries (USA, China, India, UK, Sweden, Italy and France), this publication addresses the issue of uranium mining exploitations and of their residues. It comments the radioactivity in mining areas, briefly discusses the issue of low doses, describes the uranium ore and its processing, indicates which are the various residues of the mining activity (sterile uncovered tailings, non exploitable mineralized rocks, ore and residue processing, residue radioactivity, mine closing down, witnesses on health in ancient mines). Some reflections are stated about uranium mines in Niger, and about depleted uranium as a by-product of the enrichment activity

  7. Synthesis report about the after-mine mission

    International Nuclear Information System (INIS)

    2003-07-01

    The French ministry of economy finances and industry has assigned the mission of evaluating the after-mine management system to the general inspection of finances and the general council of mines. The after-mine management system encompasses all procedures of coal, iron and potash mines closing down, land reclamation and environmental remedial action and site rehabilitation. This document makes first a status of the problems generated by the stoppage of mining activities: technical aspects, costs, institutional, organisational and juridical aspects, conservation of competences, international benchmarking elements and good practices implemented in foreign countries. Then, in a second part, this report presents the recommendations of the after-mine mission about the mastery of after-mine costs in agreement with the respect of the technical and social goals, with the development of the after-mine institutional system with the scheduled disappearance of Charbonnages de France and Mines de Potasses d'Alsace companies, and with the conservation of competences in the framework of the post-mine operational structure proposed by the mission. (J.S.)

  8. Wastes from former mining and milling activities in Tajikistan

    International Nuclear Information System (INIS)

    Mirsaidov, U.M.

    2012-01-01

    This article is devoted to wastes from former mining and milling activities in Tajikistan. Currently, the serious radiological and ecological problems in Tajikistan are uranium mining and milling activities consequences overcoming which intensively developed during the soviet period. After the collapse of USSR, the uranic ores extraction in Tajikistan stopped due to deposit's output completion on the territory of the republic. Remediation of mining and milling activities' sites became the most urgent once all mines were closed.

  9. Overview of mine drainage geochemistry at historical mines, Humboldt River basin and adjacent mining areas, Nevada. Chapter E.

    Science.gov (United States)

    Nash, J. Thomas; Stillings, Lisa L.

    2004-01-01

    Reconnaissance hydrogeochemical studies of the Humboldt River basin and adjacent areas of northern Nevada have identified local sources of acidic waters generated by historical mine workings and mine waste. The mine-related acidic waters are rare and generally flow less than a kilometer before being neutralized by natural processes. Where waters have a pH of less than about 3, particularly in the presence of sulfide minerals, the waters take on high to extremely high concentrations of many potentially toxic metals. The processes that create these acidic, metal-rich waters in Nevada are the same as for other parts of the world, but the scale of transport and the fate of metals are much more localized because of the ubiquitous presence of caliche soils. Acid mine drainage is rare in historical mining districts of northern Nevada, and the volume of drainage rarely exceeds about 20 gpm. My findings are in close agreement with those of Price and others (1995) who estimated that less than 0.05 percent of inactive and abandoned mines in Nevada are likely to be a concern for acid mine drainage. Most historical mining districts have no draining mines. Only in two districts (Hilltop and National) does water affected by mining flow into streams of significant size and length (more than 8 km). Water quality in even the worst cases is naturally attenuated to meet water-quality standards within about 1 km of the source. Only a few historical mines release acidic water with elevated metal concentrations to small streams that reach the Humboldt River, and these contaminants and are not detectable in the Humboldt. These reconnaissance studies offer encouraging evidence that abandoned mines in Nevada create only minimal and local water-quality problems. Natural attenuation processes are sufficient to compensate for these relatively small sources of contamination. These results may provide useful analogs for future mining in the Humboldt River basin, but attention must be given to

  10. Identification of Work-Related Musculoskeletal Disorders in Mining

    Science.gov (United States)

    Weston, Eric; Pollard, Jonisha P.

    2016-01-01

    Work-related musculoskeletal disorder (WMSD) prevention measures have been studied in great depth throughout various industries. While the nature and causes of these disorders have been characterized in many industries, WMSDs occurring in the U.S. mining sector have not been characterized for several years. In this report, MSHA accident/injury/illness data from 2009 to 2013 were characterized to determine the most frequently reported WMSDs in the U.S. mining sector. WMSDs were most frequently reported in workers with less than 5 years or more than 20 years of mining experience. The number of days lost from work was the highest for shoulder and knee injuries and was found to increase with worker age. Underground and surface coal, surface stone and stone processing plants experienced the greatest number of WMSDs over the period studied. WMSDs were most commonly caused by an employee suffering from an overexertion, falls or being struck by an object while performing materials handling, maintenance and repair tasks, getting on or off equipment or machines, and walking or running. The injury trends presented should be used to help determine the focus of future WMSD prevention research in mining. PMID:27294012

  11. Heat pumps as a tool for energy recovery from mining wastes

    Energy Technology Data Exchange (ETDEWEB)

    Banks, D.; Skarphagen, H.; Wiltshire, R.; Jessop, C. [Holymoor Consultancy, Chesterfield (United Kingdom)

    2004-10-22

    The article explains the principles of open-loop and closed-loop heat pumps and discusses the use of mine water as a source for ground heat. The use of mine water for space heating or cooling purposes has been demonstrated to be feasible and economic in applications in Scotland, Canada, Norway and the USA. Mine water is an attractive energy resource due to: (1) the high water storage and water flux in mine workings, representing a huge renewable enthalpy reservoir; (2) the possibility of re-branding a potentially polluting environmental liability as a 'green' energy resource; and (3) the development of many mine sites as commercial/industrial parks with large space heating/cooling requirements. The exothermic nature of the pyrite oxidation reaction implies added benefits if closed-loop systems can harness the chemical energy released in mine-waste tips. An appreciation of geochemistry also assists in identifying and solving possible problems with precipitation reactions occurring in heat pump systems. 51 refs., 4 figs., 4 tabs.

  12. The Cogemagazine reviews. The rehabilitation of mining sites in France

    International Nuclear Information System (INIS)

    Loriot, O.; Bof, M.; Villeneuve, A.

    1998-02-01

    The French uranium mines are progressively closing down. After a mining division has closed down, the main objectives of the Cogema group are: ensuring the long-term safety and healthiness of the site, reducing the residual impacts, preventing any abusive intrusion, reducing the surface of land submitted to right-of-way, encouraging the reconversion of the site, and succeeding in the integration of the site in the landscape in agreement with the local authorities. This brochure presents the strategy followed by Cogema for the rehabilitation of his sites: the French mining concessions and the uranium extraction and processing techniques, the storage of tailings and processing residues, the environment protection and the respect of regulation (environmental surveillance, working groups, administrative procedures and regulatory texts, impact studies...), the backfilling and safety of underground mines, the cost studies for the rehabilitation of open cast mines, the dismantling of factories, the confinement of residues and the revegetation, the continuous monitoring of the rehabilitated sites (water, atmosphere, food..). (J.S.)

  13. TRACE ELEMENTS LATERAL DISTRIBUTION AND LIMITATIONS FOR REVEGETATION IN LEAD MINE SOILS: CASE OF LAKHOUAT MINE, TUNISIA

    Directory of Open Access Journals (Sweden)

    H. Sahraoui

    2016-01-01

    Full Text Available Anthropogenic activities such as mining have increased the prevalence and occurrence of trace elements soil contamination. Abandoned mine tailings cause the contamination of adjacent agricultural soils. In Lakhouat mining area (West-Northern Tunisia, the dispersion of particles containing Pb, Zn and Cd results in the contamination of the surrounding agricultural soils. These soils presented high concentrations of Pb (1272 mg kg-1, Zn (5543 mg kg-1 and Cd (25 mg kg-1. Furthermore, the tailing sample and soil sample close the dam tailing presented higher concentrations of Pb, Zn and Cd and conferred more limitation factors for revegetation than adjacent soils of mining area. The main limiting factors of mine soils are their low effective depth, low organic matter content and low phosphorus content and an imbalance between potassium and manganese exchangeable cations. These mine soils are strongly affected by high Pb, Zn and Cd levels which hinder revegetation.

  14. Manganese Exposure in the General Population in a Mining District ...

    International Development Research Centre (IDRC) Digital Library (Canada)

    Manganese Exposure in the General Population in a Mining District (Mexico) ... in a population living close to a mine and mineral processing plant in Mexico ... Call for proposals: Innovations for the economic inclusion of marginalized youth.

  15. North American Bats and Mines Project: A cooperative approach for integrating bat conservation and mine-land reclamation

    Energy Technology Data Exchange (ETDEWEB)

    Ducummon, S.L. [Bat Conservation International, Austin, TX (United States)

    1997-12-31

    Inactive underground mines now provide essential habitat for more than half of North America`s 44 bat species, including some of the largest remaining populations. Thousands of abandoned mines have already been closed or are slated for safety closures, and many are destroyed during renewed mining in historic districts. The available evidence suggests that millions of bats have already been lost due to these closures. Bats are primary predators of night-flying insects that cost American farmers and foresters billions of dollars annually, therefore, threats to bat survival are cause for serious concern. Fortunately, mine closure methods exist that protect both bats and humans. Bat Conservation International (BCI) and the USDI-Bureau of Land Management founded the North American Bats and Mines Project to provide national leadership and coordination to minimize the loss of mine-roosting bats. This partnership has involved federal and state mine-land and wildlife managers and the mining industry. BCI has trained hundreds of mine-land and wildlife managers nationwide in mine assessment techniques for bats and bat-compatible closure methods, published technical information on bats and mine-land management, presented papers on bats and mines at national mining and wildlife conferences, and collaborated with numerous federal, state, and private partners to protect some of the most important mine-roosting bat populations. Our new mining industry initiative, Mining for Habitat, is designed to develop bat habitat conservation and enhancement plans for active mining operations. It includes the creation of cost-effective artificial underground bat roosts using surplus mining materials such as old mine-truck tires and culverts buried beneath waste rock.

  16. Stop dust : a communication support for mining permit application at Bilina opencast mine

    International Nuclear Information System (INIS)

    Budinsky, V.; Paroha, L.

    2010-01-01

    This paper reported on a problem solving process called stop dust that has been launched by a brown coal mining company to improve ambient air quality and to reduce health risks for the population living in the area close to the Bilina opencast mine in the Czech Republic. The initiative also involved the efforts of local stakeholders and an independent expert team. The concept for stop dust reflected the fact that particles emitted by households through burning fossil fuels, wood, and litter in old stoves and by road transportation were much smaller and with higher health impacts, than than those emitted by coal mining activity. The paper described the Severoceske doly Company and Bilina Mine. The primary goal of stop dust was also outlined. The goal was to decrease particulate matter levels and related health risks in the communities surrounding Bilina opencast mine through feasible cost-effective measures aimed at background pollution sources. Specific topics that were addressed in the paper included particulate matter and limit values for the protection of human health; comparison of particulate matter to a hair; particulate matter dispersion modelling as part of the Bilina Mine environmental impact assessment process; and the various phases of stop dust. 3 refs., 2 tabs., 5 figs.

  17. Research on the prevention of mine accident (IV)

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1998-12-01

    This research is to provide appropriate safety measures on each operating coal mines which are designated as a sustainable coal mine. Two coal mines were chosen in this project year, Do Gye coal mine of Dae Han Coal Corporation and Tae Mack Coal mine which is one of private coal mines. The remarkable aspects these mines and their counter measures are as follows ; (1) Do Gye coal mine : There are spontaneous gases in coal seams. Therefore, specially designed mining methods has to be provided and attention must be paid to gas control. Underground water in-rush in central region makes it worse to work with these water supposed to come from the neighbouring closed mines. The appropriate counter measures has to be provided as soon as possible. The complicated transportation system pushes up production cost. Centralization of working faces and hauling system is desirable. A new mining method has to be developed for mining mildly inclined seam which gradually become flat as getting deeper. Slope of waste dump seems to be unsafe. A necessary measures for acquiring slope stability and moving up the villages at downstream must be taken. (2) Tae Mack coal mine : The complicated roadways makes the ventilation network uneffective. An appropriate measures for closing abandoned roadways has to be taken so that the air leakage can be protected. Mined out area of pocket type deposit makes the surface to subside and induce water in flow through the crushed zone. An appropriate water drainage ditches on the subsided area is requested. As the vertical span of caving method is as high as 50 meters, volume of water in-rush is remarkable. To reduce water in-rush in the working area, the alternative mining methods such as sublevel caving will be considerable. The main haulage system is not sufficient. Over whole review of the transportation system must be carried out. For acquiring effective safety, all the requested matters mentioned above has to be realized and the morale of the workers

  18. Evaluation of ecological consequences of coal mine closure in Kuzbass coal region

    International Nuclear Information System (INIS)

    Schastlivcev, E.L.; Barannic, L.P.; Ovdenko, B.I.; Bykov, A.A.

    2000-01-01

    Kemerovo region (otherwise called Kuzbass) is the most industrially developed and urbanized region of Siberia, Russia. The main industrial branch of Kuzbass is coal output. Open pits and underground mines of Kuzbass produce about 40% of total amount of coal in Russia and more than 70% of coking coal. In the current process of the coal industry's restructuring, the closing of many unprofitable coal enterprises is associated with radical changes in their influence on the environment. The task to provide a probable forecast of ecological consequence of mine closure is both practically significant and complicated. In order to find some scientific approach to solve named problem the authors made in the paper the first attempts to analyze of accessible closed mines data in Kuzbass, to classify coal mines (working and closed) with respect to there negative influence on soil, water and atmosphere and to obtain some numerical estimates of possible bounds of this influence. 7 refs

  19. Researchers and mine managers cooperate for better technology

    International Nuclear Information System (INIS)

    Anon.

    1984-01-01

    How cooperation between mine managers and research organizations can result in practical technology and better work methods is discussed. Specific cases of how this close cooperation has helped in the U.K., Swedish blasting experiments, linear array scanners for Australian geologic evaluation, coal preparation in Canada, and deep mine problems in South Africa are given

  20. Useful Pattern Mining on Time Series

    DEFF Research Database (Denmark)

    Goumatianos, Nikitas; Christou, Ioannis T; Lindgren, Peter

    2013-01-01

    We present the architecture of a “useful pattern” mining system that is capable of detecting thousands of different candlestick sequence patterns at the tick or any higher granularity levels. The system architecture is highly distributed and performs most of its highly compute-intensive aggregation...... calculations as complex but efficient distributed SQL queries on the relational databases that store the time-series. We present initial results from mining all frequent candlestick sequences with the characteristic property that when they occur then, with an average at least 60% probability, they signal a 2...

  1. Program plan for the National Uranium Mine Tailings Office

    International Nuclear Information System (INIS)

    1983-03-01

    The National Uranium Mine Tailings Program was formed to conduct research into the long-term environmental behaviour of uranium mine tailings. This research is necessary to provide a data base upon which close-cut criteria for uranium mines can be based. The research program to be carried out under the auspices of the National Tailings Program Office has, as its goal, the development of this data base, and the formulation of a series of reports based on that data base. These documents are to be designed to allow the uranium mining industry to produce site-specific close-out plans which will be acceptable to the regulatory authorities. This report addresses the program to be undertaken to meet the above broad objective. It focusses on defining in more specific and explicit terms what the program objectives need to be to meet the close-out requirements currently perceived by the regulatory agencies involved. These program objectives have been refined and summarized as follows: On close-out, the tailings site shall: 1. Meet currently accepted individual exposure criteria, and meet air and water quality regulations. 2. Ensure a predictable decline in release rates of contaminants to the environment. Ideally, this decline would be monotonic in nature. 3. Meet the ALARA principle both at present and into the long-term future. 4. Ensure that the management strategy or technologies employed in close-out shall be of a passive nature and not require ongoing institutional intervention. On the basis of these program objectives, this report identifies specific program product in terms of manuals of practice, guidelines, etc. that are to be produced as a result of program activity. These documents will effectively provide guidance on acceptable close-out technology to the uranium industry and regulatory agencies

  2. Description of basic mining legal principles.

    Science.gov (United States)

    Schmidt, Reinhard

    2014-01-01

    The Federal Mining Act manages access, via the system of mining concessions, to areas free for mining natural resources that do not belong to the surface property and deposits' owner. These cover especially important natural resources for the economy, including coal, ore, salt, crude oil and natural gas, and also terrestrial heat. For mining operations there exist, however, the same decrees for natural resources in the property of the surface owners, which are predominantly higher-value industrial minerals such as roofing slate, basalt, quartz sand, and clays for the fireproofing industry. In the case of mining laws, administrative procedures such as issuing mining concessions, approving operating plans, and issuing permits or licenses to explore according to water rights or the Federal Immission Control Act, those authorities and departments in whose remit the projects fall are dealt with by the Mining Authority. This means that the Mining Authority is the only state point of contact for the applicant, essentially an "all-in-one" service as it will itself instigate any further participation procedures required. The classic licensing procedure of mining is the operations plan procedure, whereby the operator submits an operating plan to the Mining Authority, which then examines it to ensure it fulfills mandatory legal safety objectives. If necessary these safety objectives can be met during licensing of the operating plans by stipulating additional requirements, Depending on the subject and validity period there are overall operating plans having the widest possible remit with comprehensive participation by the authorities and basic operating plans that form the basis for every mining works. There are also special operating plans, which owing to the dynamics of mining, resolve matters that suddenly become necessary or when the basic operating plans as originally conceived were not relevant. The closing-down operating plan is the designated tool for closing down

  3. Determination of Abutment Pressure in Coal Mines with Extremely Thick Alluvium Stratum: A Typical Kind of Rockburst Mines in China

    Science.gov (United States)

    Zhu, Sitao; Feng, Yu; Jiang, Fuxing

    2016-05-01

    This paper investigates the abutment pressure distribution in coal mines with extremely thick alluvium stratum (ETAS), which is a typical kind of mines encountering frequent intense rockbursts in China. This occurs due to poor understanding to abutment pressure distribution pattern and the consequent inappropriate mine design. In this study, a theoretical computational model of abutment pressure for ETAS longwall panels is proposed based on the analysis of load transfer mechanisms of key stratum (KS) and ETAS. The model was applied to determine the abutment pressure distribution of LW2302S in Xinjulong Coal Mine; the results of stress and microseismic monitoring verified the rationality of this model. The calculated abutment pressure of LW2302S was also used in the terminal mining line design of LW2301N for rockburst prevention, successfully protecting the main roadway from the adverse influence of the abutment pressure.

  4. An Efficient System Based On Closed Sequential Patterns for Web Recommendations

    OpenAIRE

    Utpala Niranjan; R.B.V. Subramanyam; V-Khana

    2010-01-01

    Sequential pattern mining, since its introduction has received considerable attention among the researchers with broad applications. The sequential pattern algorithms generally face problems when mining long sequential patterns or while using very low support threshold. One possible solution of such problems is by mining the closed sequential patterns, which is a condensed representation of sequential patterns. Recently, several researchers have utilized the sequential pattern discovery for d...

  5. Investigation for closedown activities in the uranium mine Zirovski vrh

    International Nuclear Information System (INIS)

    Cadez, F.; Likar, B.; Logar, Z.

    1995-01-01

    The uranium mine Zirovski vrh was temporarily shut down by order of Government of the Republic of Slovenia in the second half of the year 1990. After the Slovenian parliament passed the law on definite closing down of the uranium mine exploitation and on rehabilitation the effect of mining on the environment in July 1992 was starting to make the Programme of the Permanent Closing down of the Uranium ore Exploitation and Permanent Protection of the Environment in Uranium Mine that is in final phase. In the meantime the studies that would define necessary parameters for elaborating the projects of closure have been done. Two essential studies for the realization of closure of mine are working out: 1. Previous dewatering of the deposit by boreholes for diminishing of pollution of mine water by uranium; 2. Filling of partially collapsed stops by hydromettallurgical waste to assure permanent stability above the mine spaces. The aim of the first study is to reduce percolation of mine water through the mineralized parts of the deposit by drilling boreholes in the footwall and in the hanging wall. Pollution of mine water which outflows from the lowest tunnel in the local creek Brebovscica should be diminished. Tests of stability and lixiviation on the cubes that are made of hydrometallurgical waste are the topic of the second study. Cement and different additives are added in the cubes and testings have been made in situ. (author). 3 refs, 3 figs, 2 tabs

  6. Recommending Learning Activities in Social Network Using Data Mining Algorithms

    Science.gov (United States)

    Mahnane, Lamia

    2017-01-01

    In this paper, we show how data mining algorithms (e.g. Apriori Algorithm (AP) and Collaborative Filtering (CF)) is useful in New Social Network (NSN-AP-CF). "NSN-AP-CF" processes the clusters based on different learning styles. Next, it analyzes the habits and the interests of the users through mining the frequent episodes by the…

  7. Moderators of the relationship between frequent family demands and inflammation among adolescents.

    Science.gov (United States)

    Levine, Cynthia S; Hoffer, Lauren C; Chen, Edith

    2017-05-01

    Frequent demands from others in relationships are associated with worse physiological and health outcomes. The present research investigated 2 potential moderators of the relationship between frequency of demands from one's family and inflammatory profiles among adolescents: (a) closeness of adolescents' relationships with their families, and (b) the frequency with which adolescents provided help to their families. Two hundred thirty-four adolescents, ages 13-16 (Mage = 14.53; 47.83% male), completed a daily dairy in which they reported on the frequency of demands made by family members. They were also interviewed about the closeness of their family relationships and reported in the daily diary on how frequently they provided help to their families. Adolescents also underwent a blood draw to assess low-grade inflammation and proinflammatory cytokine production in response to bacterial stimulation. More frequent demands from family predicted higher levels of low-grade inflammation and cytokine production in response to bacterial stimulation in adolescents. Family closeness moderated the relationship between frequent demands and stimulated cytokine production such that more frequent demands predicted higher cytokine production among adolescents who were closer to their families. Furthermore, frequency of providing help moderated the relationship between frequent demands and both low-grade inflammation and stimulated cytokine production, such that more frequent demands predicted worse inflammatory profiles among adolescents who provided more help to their families. These findings build on previous work on family demands and health to show under what circumstances family demands might have a physiological cost. (PsycINFO Database Record (c) 2017 APA, all rights reserved).

  8. Mine waste management legislation. Gold mining areas in Romania

    Science.gov (United States)

    Maftei, Raluca-Mihaela; Filipciuc, Constantina; Tudor, Elena

    2014-05-01

    Agency for Mineral Resources (NAMR) manages, on behalf of the state, the mineral resources. Waste management framework Nowadays, Romania, is trying to align its regulation concerning mining activity to the European legislation taking into consideration waste management and their impact on the environment. Therefore the European Waste Catalog (Commission Decision 2001/118/EC) has been updated and published in the form of HG 856/2002 Waste management inventory and approved wastes list, including dangerous wastes. The HG 349/2005 establishes the legal framework for waste storage activity as well as for the monitoring of the closing and post-closing existing deposits, taking into account the environment protection and the health of the general population. Based on Directive 2000/60/EC the Ministry of Waters Administration, Forests and Environment Protection from Romania issued the GO No 756/1997 (amended by GO 532/2002 and GO 1144/2002),"Regulations for environment pollution assessment" that contains alarm and intervention rates for soil pollution for contaminants such as metals, metalloids (Sb, Ag, As, Be, Bi, B, Cd, Co, Cr, Cu, Hg, Mo, Ni, Pb, Se, Sn, TI, V, Zn) and cyanides. Also GO No 756/1997 was amended and updated by Law No 310/2004 and 112/2006 in witch technical instructions concerning general framework for the use of water sources in the human activities including mining industry, are approved. Chemical compounds contained in industrial waters are fully regulated by H. G. 352/2005 concerning the contents of waste water discharged. Directive 2006/21/EC of the European Parliament and of the Council relating to the management of waste from extractive industries and amending Directive 2004/35/EC is transposed into the national law of the Romanian Government under Decision No 856/2008. The 856/2008 Decision on the management of waste from extractive industries establishes "the legal framework concerning the guidelines, measures and procedures to prevent or reduce as far

  9. Development of a risk-based mine closure cost calculation model

    CSIR Research Space (South Africa)

    Du Plessis, A

    2006-06-01

    Full Text Available . This research is important because currently there are a number of mines that do not have sufficient financial provision to close and rehabilitate the mines. The magnitude of the lack of funds could be reduced or eliminated if the closure cost calculation...

  10. Design guidelines for multi-seam mining at Elliot Lake

    International Nuclear Information System (INIS)

    Hedley, D.G.F.

    1978-04-01

    With the current expansion in uranium mining, multi-seam mining could again be practised at Elliot Lake as it was in the 1960s. Information on the dimensions of stopes, pillars, and parting zone was gathered from plans and sections of the relevant closed mines. Discussions were held with personnel familiar with these mines to establish instances of pillar, roof, and parting zone failures. Design guidelines are formulated for stope and pillar dimensions in multi-seam mining for a range of orebody configurations using past practice in a back-analysis approach. Constraints imposed by dip and seam thickness on the choice of equipment and mining layout are evaluated. An attempt is made to bring together the engineering aspects, including rock mechanics, of multi-seam mine design with uranium recovery and other economic factors for three alternative mine layouts: single-seam mining, double-seam mining, and seams-and-parting mining. A series of examples are worked through, showing how the design guidelines can be applied for typical orebody configurations

  11. An Evolutionary Algorithm to Mine High-Utility Itemsets

    Directory of Open Access Journals (Sweden)

    Jerry Chun-Wei Lin

    2015-01-01

    Full Text Available High-utility itemset mining (HUIM is a critical issue in recent years since it can be used to reveal the profitable products by considering both the quantity and profit factors instead of frequent itemset mining (FIM of association rules (ARs. In this paper, an evolutionary algorithm is presented to efficiently mine high-utility itemsets (HUIs based on the binary particle swarm optimization. A maximal pattern (MP-tree strcutrue is further designed to solve the combinational problem in the evolution process. Substantial experiments on real-life datasets show that the proposed binary PSO-based algorithm has better results compared to the state-of-the-art GA-based algorithm.

  12. Water treatment strategy for underground and surface waters in order to reduce the hydro-network contamination due to close out of a uranium mining area in Romania

    International Nuclear Information System (INIS)

    Georgescu, D.; Radulescu, C.

    1999-01-01

    Under the present circumstances, in correlation with the national nuclear program and strategy, it is foreseen to stop the exploitation activities in two important uranium mining areas from Romania. This close-out action is involving a number of technical decisions for environmental restoration. Reduction of waters radioactive contamination in these zones, both during the operating period and after the closeout period, is one of the main components of the environment rehabilitation strategy. In this paper there are presented the today situation and the program foreseen for ground and surface water treatment at an uranium mining unit situated in the SW side of Romania, program based on the results of our own research carried out to decrease the content of pollutant radioactive elements. (author)

  13. Uranium mining in the Canadian social environment of the eighties

    International Nuclear Information System (INIS)

    Dory, A.B.

    1981-11-01

    The attitude of the Canadian public to the mining industry as a whole has changed in recent years to one of mistrust because of the public perception of mining as environmentally harmful and humanly degrading. In addition, uranium mining has had to cope with the public fear of radiation. The uranium mining industry is closely regulated by the Atomic Energy Control Board, not only in the area of radiation protection but also in other fields affecting worker health and safety. Uranium mining has been the subject of many hearings in Canada, and all but one have concluded that it is environmentally and socially acceptable. It is up to the mining industry to convey this message to the public

  14. Influence of shallow mine-workings on the radon concentrations in houses: a problem of old mining regions

    International Nuclear Information System (INIS)

    Lehmann, R.; Czarwinski, R.

    1994-01-01

    In some regions of the German New Federal Lands, residues from early mining characterise the radiological situation and can also influence the radon concentration in buildings. Construction on waste rock with increased radium concentration, the use of waste rock as building material and construction above shallow mine shafts and adits are important in this connection. In Saxony, for instance, one has to reckon with probably hundreds of buildings that may be influenced by radon from shallow mine workings. Very short-term changes of radon concentrations in buildings over several orders of magnitude as well as their close temporal correlation with the underground airflow clearly indicate influences from underground. In Schneeberg and Schlema, fluctuations of radon concentration in buildings of several 10,000 Bq.m -3 within one hour were observed. In Schneeberg, the old mine was ventilated artificially by installing a ventilator with an output volume of 500 m 3 .min -1 . Thus the radon concentration in buildings of the central city area has been reduced. In Schlema, the radon-rich shafts of early mining are ventilated at present by the still active ventilation system of the suspended uranium ore mining. In 1992, during the first 4.5 x 10 9 m 3 of mine air with a radon activity of 6.3 x 10 14 Bq were extracted from the mine. If the mine ventilators are switched off, radon concentration in buildings over mine shaft increases sharply by two orders of magnitude. (author)

  15. Energy budgets of mining-induced earthquakes and their interactions with nearby stopes

    Science.gov (United States)

    McGarr, A.

    2000-01-01

    In the early 1960's, N.G.W. Cook, using an underground network of geophones, demonstrated that most Witwatersrand tremors are closely associated with deep level gold mining operations. He also showed that the energy released by the closure of the tabular stopes at depths of the order of 2 km was more than sufficient to account for the mining-induced earthquakes. I report here updated versions of these two results based on more modern underground data acquired in the Witwatersrand gold fields. Firstly, an extensive suite of in situ stress data indicate that the ambient state of crustal stress here is close to the failure state in the absence of mining even though the tectonic setting is thoroughly stable. Mining initially stabilizes the rock mass by reducing the pore fluid pressure from its initial hydrostatic state to nearly zero. The extensive mine excavations, as Cook showed, concentrate the deviatoric stresses, in localized regions of the abutments, back into a failure state resulting in seismicity. Secondly, there appears to be two distinct types of mining-induced earthquakes: the first is strongly coupled to the mining and involves shear failure plus a coseismic volume reduction; the second type is not evidently coupled to any particular mine face, shows purely deviatoric failure, and is presumably caused by more regional changes in the state of stress due to mining. Thirdly, energy budgets for mining induced earthquakes of both types indicate that, of the available released energy, only a few per cent is radiated by the seismic waves with the majority being consumed in overcoming fault friction. Published by Elsevier Science Ltd.In the early 1960's, N.G.W. Cook, using an underground network of geophones, demonstrated that most Witwatersrand tremors are closely associated with deep level gold mining operations. He also showed that the energy released by the closure of the tabular stopes at depths of the order of 2 km was more than sufficient to account for the

  16. Research on the prevention of mine accident

    Energy Technology Data Exchange (ETDEWEB)

    Cho, Won Jai; Kang, Chang Hee; Lee, Sang Kwon; Lee, Jong Lim; Kim, Chung Han; Hong, Sung Gyu [Korea Inst. of Geology Mining and Materials, Taejon (Korea, Republic of)

    1995-12-01

    This research is for providing appropriate measures on mine safety and long term development base of the operating mines by over whole safety inspections. In this first project year, Jongam mine owned by Samtan Co. Ltd. and Hwasun mine of Daihan Coal Corporation were target for this research. Major issue of Jongam mine was revealed that lack of pumping capacity to treat ever increasing underground water which is mainly due to the inflow from the adjacent closed mines, and insufficient investment for the preparation of long term program. In case of Hwasun mine, the major problems are the surface subsidence and water inflow caused by extraction of large scale pocket type ore body. Besides, in most cases, the morale of mine workers and business mind of owners are so depressed that the mine safety is going to be vulnerable anyhow. In this point of view, the regulatory and systematic measures to encourage the workers` morale and owners` investment mind are urgently requested. However, investigation result of underground electrical hazard showed that there is no remarkable problems. The average efficiency of pumps revealed 50% which is considered rather good condition yet, and no coal seams were found which bears excessive carbon dioxide gas. (author). 21 refs., 40 figs., 81 tabs.

  17. Operational and geotechnical constraints to coal mining in Alaska's interior

    Energy Technology Data Exchange (ETDEWEB)

    Corser, P; Usibelli, M

    1989-01-01

    Surface mining of coal from the Poker Flats mining area to the north of Healy, Alaska began in 1978. Current operations involve a 25 m/sup 3/ walking dragline which strips two coal seams, using an extended bench on the second pass; a fleet of trucks and shovels are used for coal removal and some limited overburden stripping. Geotechnical constraints to mining within the steeply dipping coal deposits are discussed. The area had a number of landslides. During 1984, mining operations close to a landslide caused movement to resume. A mine plan was developed which allowed the coal to be safely removed without inducing additional movement. This involves a dipline mining scheme through the slide area. Future mine plans will acknowledge the hazards of mining through potentially unstable zones. Aerial photographs, field mapping and geological exploration were used. 1 ref., 6 figs.

  18. Acidity decay of above-drainage underground mines in West Virginia.

    Science.gov (United States)

    Mack, B; McDonald, L M; Skousen, J

    2010-01-01

    Acidity of water from abandoned underground mines decreases over time, and the rate of decrease can help formulate remediation approaches and treatment system designs. The objective of this study was to determine an overall acidity decay rate for above-drainage underground mines in northern West Virginia from a large data set of mines that were closed 50 to 70 yr ago. Water quality data were obtained from 30 Upper Freeport and 7 Pittsburgh coal seam mines in 1968, 1980, 2000, and 2006, and acidity decay curves were calculated. The mean decay constant, k, for Upper Freeport mines was 2.73 x 10(-2) yr(-1), with a 95% confidence interval of +/- 0.0052, whereas the k value for Pittsburgh mines was not significantly different at 4.26 x 10(-2) yr(-1) +/- 0.017. Acidity from the T&T mine, which was closed 12 yr ago, showed a k value of 11.25 x 10(-2) yr(-1). This higher decay rate was likely due to initial flushing of accumulated metal salts on reaction surfaces in the mine, rapid changes in mine hydrology after closure, and treatment. Although each site showed a specific decay rate (varying from 0.04 x 10(-2) yr(-1) to 13.1 x 10(-2) yr(-1)), the decay constants of 2.7 x 10(-2) yr(-1) to 4.3 x 10(-2) yr(-1) are useful for predicting water quality trends and overall improvements across a wide spectrum of abandoned underground mines. We found first-order decay models improve long-term prediction of acidity declines from above-drainage mines compared with linear or percent annual decrease models. These predictions can help to select water treatment plans and evaluate costs for these treatments over time.

  19. African Mining, Gender and Local Employment

    Science.gov (United States)

    Tolonen, A.; Kotsadam, A.

    2014-12-01

    Access to employment improves women's lives and is listed among the top five priorities for promoting gender equality in the 2012 World Development Report. This paper addresses this issue by exploring women's labor market opportunities in Africa within one very important and growing sector: extractive industries. Africa's opportunities are being transformed by new discoveries of natural resources and their rising prices, and the mining sector is the main recipient of foreign direct investment in Sub-Saharan Africa. Whether the discovery of natural resources is a blessing or a curse to a country's citizens is a contentious issue, and natural resource dependence has been linked to negative outcomes at the national level such as environmental degradation, conflict, elite capture of rents and low female labor force participation. Natural resource extraction has been argued to be a hindrance to women's labor market participation by increasing reservation wages and by decreasing market demand for female labor. We perform the first cross-national study testing these hypotheses with micro-data. To do this we combine survey data on 500,000 women in Sub-Saharan Africa with geo-coded data on 900 large-scale mines (see Figure 1). We treat mine openings and mine closings as natural experiments to explore local labor market changes. Industrial mines generate local structural shifts. Subsistence farming becomes less important for both men and women. However, men shift to skilled manual labor, and women shift to service sector jobs. This contradicts the hypothesis that natural resource extraction is detrimental to women, by not providing them with new job opportunities. However, in support of the hypothesis, women decrease their labor market participation more than men do. A back-of-the-envelope calculation estimates that 90,000 women across Africa benefit from service sector jobs as a direct result of industrial mining in their communities, but 280,000 women leave the labor force

  20. A MapReduce-Based Parallel Frequent Pattern Growth Algorithm for Spatiotemporal Association Analysis of Mobile Trajectory Big Data

    Directory of Open Access Journals (Sweden)

    Dawen Xia

    2018-01-01

    Full Text Available Frequent pattern mining is an effective approach for spatiotemporal association analysis of mobile trajectory big data in data-driven intelligent transportation systems. While existing parallel algorithms have been successfully applied to frequent pattern mining of large-scale trajectory data, two major challenges are how to overcome the inherent defects of Hadoop to cope with taxi trajectory big data including massive small files and how to discover the implicitly spatiotemporal frequent patterns with MapReduce. To conquer these challenges, this paper presents a MapReduce-based Parallel Frequent Pattern growth (MR-PFP algorithm to analyze the spatiotemporal characteristics of taxi operating using large-scale taxi trajectories with massive small file processing strategies on a Hadoop platform. More specifically, we first implement three methods, that is, Hadoop Archives (HAR, CombineFileInputFormat (CFIF, and Sequence Files (SF, to overcome the existing defects of Hadoop and then propose two strategies based on their performance evaluations. Next, we incorporate SF into Frequent Pattern growth (FP-growth algorithm and then implement the optimized FP-growth algorithm on a MapReduce framework. Finally, we analyze the characteristics of taxi operating in both spatial and temporal dimensions by MR-PFP in parallel. The results demonstrate that MR-PFP is superior to existing Parallel FP-growth (PFP algorithm in efficiency and scalability.

  1. Metal(loid) levels in biological matrices from human populations exposed to mining contamination--Panasqueira Mine (Portugal).

    Science.gov (United States)

    Coelho, Patrícia; Costa, Solange; Silva, Susana; Walter, Alan; Ranville, James; Sousa, Ana C A; Costa, Carla; Coelho, Marta; García-Lestón, Julia; Pastorinho, M Ramiro; Laffon, Blanca; Pásaro, Eduardo; Harrington, Chris; Taylor, Andrew; Teixeira, João Paulo

    2012-01-01

    Mining activities may affect the health of miners and communities living near mining sites, and these health effects may persist even when the mine is abandoned. During mining processes various toxic wastes are produced and released into the surrounding environment, resulting in contamination of air, drinking water, rivers, plants, and soils. In a geochemical sampling campaign undertaken in the Panasqueira Mine area of central Portugal, an anomalous distribution of several metals and arsenic (As) was identified in various environmental media. Several potentially harmful elements, including As, cadmium (Cd), chromium (Cr), manganese (Mn), nickel (Ni), lead (Pb), and selenium (Se), were quantified in blood, urine, hair, and nails (toe and finger) from a group of individuals living near the Panasqueira Mine who were environmentally and occupationally exposed. A group with similar demographic characteristics without known exposure to mining activities was also compared. Genotoxicity was evaluated by means of T-cell receptor (TCR) mutation assay, and percentages of different lymphocyte subsets were selected as immunotoxicity biomarkers. Inductively coupled plasma-mass spectrometry (ICP-MS) and inductively coupled plasma-atomic emission spectrometry (ICP-AES) analysis showed elevated levels of As, Cd, Cr, Mn, and Pb in all biological samples taken from populations living close to the mine compared to controls. Genotoxic and immunotoxic differences were also observed. The results provide evidence of an elevated potential risk to the health of populations, with environmental and occupational exposures resulting from mining activities. Further, the results emphasize the need to implement preventive measures, remediation, and rehabilitation plans for the region.

  2. Challenges in computational statistics and data mining

    CERN Document Server

    Mielniczuk, Jan

    2016-01-01

    This volume contains nineteen research papers belonging to the areas of computational statistics, data mining, and their applications. Those papers, all written specifically for this volume, are their authors’ contributions to honour and celebrate Professor Jacek Koronacki on the occcasion of his 70th birthday. The book’s related and often interconnected topics, represent Jacek Koronacki’s research interests and their evolution. They also clearly indicate how close the areas of computational statistics and data mining are.

  3. A Text Matching Method to Facilitate the Validation of Frequent Order Sets Obtained Through Data Mining

    OpenAIRE

    Che, Chengjian; Rocha, Roberto A.

    2006-01-01

    In order to compare order sets discovered using a data mining algorithm with existing order sets, we developed an order matching tool based on Oracle Text. The tool includes both automated searching and manual review processes. The comparison between the automated process and the manual review process indicates that the sensitivity of the automated matching is 81% and the specificity is 84%.

  4. A Global Online Handwriting Recognition Approach Based on Frequent Patterns

    Directory of Open Access Journals (Sweden)

    C. Gmati

    2018-06-01

    Full Text Available In this article, the handwriting signals are represented based on geometric and spatio-temporal characteristics to increase the feature vectors relevance of each object. The main goal was to extract features in the form of a numeric vector based on the extraction of frequent patterns. We used two types of frequent motifs (closed frequent patterns and maximal frequent patterns that can represent handwritten characters pertinently. These common features patterns are generated from a raw data transformation method to achieve high relevance. A database of words consisting of two different letters was created. The proposed application gives promising results and highlights the advantages that frequent pattern extraction algorithms can achieve, as well as the central role played by the “minimum threshold” parameter in the overall description of the characters.

  5. A Study on regeneration cases with industrial Heritage in mining areas of Korea

    Science.gov (United States)

    Cho, Seungyeoun; Ji, Sangwoo; Yim, Giljae

    2017-04-01

    The mining areas have to face urban decline problem in population and aging after its closing. Many mines were shut down due to changes in industrial structure through 20 century. Central and local governments has been trying to solve urban decline of abandoned mine areas by enacting special acts or introducing support programs for decades. In the year of 1995, South Korean government also enacted "Special act on the assistance to the development of abandoned mine areas" to promote the economy of abandoned mine areas that is depressed following the decline of the coal industry and to help balanced regional development and to improve the living standard of the residents in such abandoned mine areas. Local authorities has been trying to revitalize the regional economy by attracting tourism industry under the financial support and deregulation by this special law. With this background, this study analysis 13 regeneration cases which are utilizing the industrial heritage of the abandoned area in S. Korea. Despite the importance of mining, negative images of abandon mine have been engraved due to environmental destruction. Most of abandoned mines were left without any action since its closing. Early stage of abandoned mine area regeneration, such as Sabuk, Munkyong, are focusing on adjacent land not on abandoned mine. Abandoned mines were restored its original state and theme park including hotels, casinos and other tourist facilities were developed on adjacent land. Eco-trails on some granite caves such as Jungsun were opened to the public as natural resources not industrial heritage. The industrial heritage was very restricted to making museums about history of mining industry. However, there has been a significant change in perception toward reusing industrial heritage for urban regeneration in recent years. From the viewpoint of urban regeneration, abandon mine areas and its facilities are receiving attention as important regional assets as industrial heritage to

  6. Blasting as a method for abandoned mine land reclamation

    International Nuclear Information System (INIS)

    Workman, J.L.; Fletcher, L.R.

    1991-01-01

    Blasting methods have been proposed for reclaiming abandoned underground coal mine sites having unstable conditions. The objective of blasting is twofold: the permanent stabilization of an area by the collapse of underground workings to prevent any future subsidence, and the use of blasting to close existing sinkholes. This paper presents the results of two research projects funded by the Bureau of Mines Abandoned Mine Land Research Program to investigate the feasibility of blasting to assist in the reclamation of shallow abandoned coal mine sites. Blasting tests were conducted at Beulah, North Dakota and at Scobey, Montana, involving different configurations. The first test was a 10-acre site where blasting was used to collapse regular room and pillar panels for which good mine layout information was available. The second test involved a one acre site containing very irregular workings for which there was little available information. Finally, blasting techniques were used to close 13 individual vertical openings. The depths to the coal seams were 60 feet or less at all sites. When blasting for Abandoned Mine Land Reclamation, material must be cast downward into the abandoned developments or laterally into the sinkhole. Designs based on cratering concepts and spherical charges worked well. The blasting techniques successfully collapsed and stabilized the test areas. Cost of reclamation for the two test sites are presented. Data from blast vibration monitoring are presented because control of vibrations is of concern when mitigation efforts are conducted near homes

  7. Comparative study of German and Greek lignite mine reclamation

    International Nuclear Information System (INIS)

    Dietrich, N.L.

    1994-01-01

    The reclamation planning of three European lignite mining districts are compared: amount and extent of planning, integration with mining operations, and results. The districts are: Rheinbraun (Cologne), Leipzig-Borna (''East'' Germany), and Megalopolis (Greece). Lignite mines were visited and mining and reclamation personnel interviewed. The Rheinbraun mines have the most thorough reclamation operations. The integrated mine and reclamation operations are world class in size, scope, and detail of reclamation. A comprehensive landscape and reclamation plan is required in the mine permitting process. The Leipzig-Borna district is the second largest of the districts, studied little pre-mining planning of the post-mining landscape or land uses was evident. Reclamation is not closely integrated with the mining and typically occurs many years after the mining. Reduced lignite production since German reunification has left vast areas of disturbed land with little mining; and no funding for the reclamation of the large areas of mined land reclamation. The Greek Megalopolis mines have mine operations plan, but with no integrated reclamation planning. The initial spoil pile was reclaimed according to the original German mining plan. No pits have been reclaimed, and spoil areas are revegetated sporadically. The Rheinbraun mining operations Cologne which include a post mining landscape/land use plan have integrated and timely reclamation operations. The other two mining operations, which do not have a comprehensive and detailed reclamation and landscape/land use plans, do not integrate reclamation operations with the mining operations. The results are large areas of mined land unreclaimed for many years

  8. Impacts of gold mine waste disposal on deepwater fish in a pristine tropical marine system

    International Nuclear Information System (INIS)

    Brewer, D.T.; Milton, D.A.; Fry, G.C.; Dennis, D.M.; Heales, D.S.; Venables, W.N.

    2007-01-01

    Little is known about the impacts of mine waste disposal, including deep-sea tailings, on tropical marine environments and this study presents the first account of this impact on deepwater fish communities. The Lihir gold mine in Papua New Guinea has deposited both excavated overburden and processed tailings slurry into the coastal environment since 1997. The abundances of fish species and trace metal concentrations in their tissues were compared between sites adjacent to and away from the mine. In this study (1999-2002), 975 fish of 98 species were caught. Significantly fewer fish were caught close to the mine than in neighbouring regions; the highest numbers were in regions distant from the mine. The catch rates of nine of the 17 most abundant species were lowest, and in three species were highest, close to the mine. There appears to be limited contamination in fish tissues caused by trace metals disposed as mine waste. Although arsenic (several species) and mercury (one species) were found in concentrations above Australian food standards. However, as in the baseline (pre-mine) sampling, it appears they are accumulating these metals mostly from naturally-occurring sources rather than the mine waste

  9. A Water Hammer Protection Method for Mine Drainage System Based on Velocity Adjustment of Hydraulic Control Valve

    Directory of Open Access Journals (Sweden)

    Yanfei Kou

    2016-01-01

    Full Text Available Water hammer analysis is a fundamental work of pipeline systems design process for water distribution networks. The main characteristics for mine drainage system are the limited space and high cost of equipment and pipeline changing. In order to solve the protection problem of valve-closing water hammer for mine drainage system, a water hammer protection method for mine drainage system based on velocity adjustment of HCV (Hydraulic Control Valve is proposed in this paper. The mathematic model of water hammer fluctuations is established based on the characteristic line method. Then, boundary conditions of water hammer controlling for mine drainage system are determined and its simplex model is established. The optimization adjustment strategy is solved from the mathematic model of multistage valve-closing. Taking a mine drainage system as an example, compared results between simulations and experiments show that the proposed method and the optimized valve-closing strategy are effective.

  10. Uranium exploration and mining in Australia

    International Nuclear Information System (INIS)

    Wutzler, B.

    1984-01-01

    Uranium minerals were discovered in Australia in the years 1850 to 1900 already, but most of them were not recognised as such. It was not until 1894 that the first significant uranium find was made in Carcoar, west of Sydney. At that time, the uranium output of the world, which only amounted to a few hundred cwts, was for the most part obtained from mining areas close to the border between Saxony and Bohemia. In South Australia, uranium ore was mined experimentally for the production of radium at Radium Hill from 1906 onwards and at Mt. Painter from 1910 onwards. It was not until World War II, however, that uranium gained importance as a valuable raw material that could also be used for military purposes. The second phase of uranium mining in Australia commenced in 1944. Within ten years Australia's presumed uranium potential was confirmed by extensive exploration. The development of uranium mining in Australia is described in the present paper. (orig.)

  11. Uranium mining wastes, garden exhibition and health risks

    International Nuclear Information System (INIS)

    Schmidt, Gerhard; Schmidt, Peter; Hinz, Wilko

    2007-01-01

    Available in abstract form only. Full text of publication follows: For more than 40 years the Soviet-German stockholding company SDAG WISMUT mined and milled Uranium in the East of Germany and became up to 1990 the world's third largest Uranium producer. After reunification of Germany, the new found state own company Wismut GmbH was faced with the task of decommissioning and rehabilitation of the mining and milling sites. One of the largest mining areas in the world, that had to be cleaned up, was located close to the municipality of Ronneburg near the City of Gera in Thuringia. After closing the operations of the Ronneburg underground mine and at the 160 m deep open pit mine with a free volume of 84 Mio.m 3 , the open pit and 7 large piles of mine waste, together 112 Mio.m 3 of material, had to be cleaned up. As a result of an optimisation procedure it was chosen to relocate the waste rock piles back into the open pit. After taking this decision and approval of the plan the disposal operation was started. Even though the transport task was done by large trucks, this took 16 years. The work will be finished in 2007, a cover consisting of 40 cm of uncontaminated material will be placed on top of the material, and the re-vegetation of the former open pit area will be established. When in 2002 the City of Gera applied to host the largest garden exhibition in Germany, Bundesgartenschau (BUGA), in 2007, Wismut GmbH supported this plan by offering parts of the territory of the former mining site as an exhibition ground. Finally, it was decided by the BUGA organizers to arrange its 2007 exhibition on grounds in Gera and in the valley adjacent to the former open pit mine, with parts of the remediated area within the fence of the exhibition. (authors)

  12. Mine drivage in hydraulic mines

    Energy Technology Data Exchange (ETDEWEB)

    Ehkber, B Ya

    1983-09-01

    From 20 to 25% of labor cost in hydraulic coal mines falls on mine drivage. Range of mine drivage is high due to the large number of shortwalls mined by hydraulic monitors. Reducing mining cost in hydraulic mines depends on lowering drivage cost by use of new drivage systems or by increasing efficiency of drivage systems used at present. The following drivage methods used in hydraulic mines are compared: heading machines with hydraulic haulage of cut rocks and coal, hydraulic monitors with hydraulic haulage, drilling and blasting with hydraulic haulage of blasted rocks. Mining and geologic conditions which influence selection of the optimum mine drivage system are analyzed. Standardized cross sections of mine roadways driven by the 3 methods are shown in schemes. Support systems used in mine roadways are compared: timber supports, roof bolts, roof bolts with steel elements, and roadways driven in rocks without a support system. Heading machines (K-56MG, GPKG, 4PU, PK-3M) and hydraulic monitors (GMDTs-3M, 12GD-2) used for mine drivage are described. Data on mine drivage in hydraulic coal mines in the Kuzbass are discussed. From 40 to 46% of roadways are driven by heading machines with hydraulic haulage and from 12 to 15% by hydraulic monitors with hydraulic haulage.

  13. Action Rules Mining

    CERN Document Server

    Dardzinska, Agnieszka

    2013-01-01

    We are surrounded by data, numerical, categorical and otherwise, which must to be analyzed and processed to convert it into information that instructs, answers or aids understanding and decision making. Data analysts in many disciplines such as business, education or medicine, are frequently asked to analyze new data sets which are often composed of numerous tables possessing different properties. They try to find completely new correlations between attributes and show new possibilities for users.   Action rules mining discusses some of data mining and knowledge discovery principles and then describe representative concepts, methods and algorithms connected with action. The author introduces the formal definition of action rule, notion of a simple association action rule and a representative action rule, the cost of association action rule, and gives a strategy how to construct simple association action rules of a lowest cost. A new approach for generating action rules from datasets with numerical attributes...

  14. Bacterial populations within copper mine tailings: long-term effects of amendment with Class A biosolids

    Science.gov (United States)

    This study evaluates the effect of surface application of dried Class A biosolids on microbial populations within copper mine tailings. Methods and Results: Mine tailing sites were established at ASARCO Mission Mine close to Sahuarita, Arizona. Site 1 (Dec. 1998) was amended with 248 tons ha-1 of C...

  15. Oil shale mines and their realizable production

    International Nuclear Information System (INIS)

    Habicht, K.

    1994-01-01

    The production of Estonian oil shale depends on its marketing opportunities. The realizable production is a function of the oil shale price, which in turn depends on production costs. The latter are dependent on which mines are producing oil shale and on the volume of production. The purpose of the present article is to analyze which mines should operate under various realizable production scenarios and what should be their annual output so that the total cost of oil shale production (including maintenance at idle mines) is minimized. This paper is also targeted at observing the change in the average production cost per ton of oil shale depending on the realizable output. The calculations are based on data for the first four months of 1993, as collected by N. Barabaner (Estonian Academy of Sciences, Institute of Economy). The data include the total production volume and production cost from the mines of RE 'Eesti Polevkivi' (State Enterprise 'Estonian Oil Shale'). They also project expenses from mine closings in case of conservation. The latter costs were allocated among mines in direct proportion to their respective number of employees. (author)

  16. Environmental restoration of uranium mines in Canada: Progress over 52 years

    International Nuclear Information System (INIS)

    Feasby, D.G.

    1997-01-01

    In Canada, the technology for disposal of uranium mine wastes and reclamation of mines has evolved over a period of 52 years. Early practice involved dumping untreated wastes into the nearest depression or lake and leaving rock and infrastructure in place. Now, the practice is to deposit chemically-stabilized tailings, waste rock and building rubble into highly engineered waste management facilities or mine openings. Similarly the ''footprint'' of the mining activity has been reduced to a very small area and the site is restored as-close-as-possible to pre-mining status. This paper describes the evolution of disposal and reclamation methods and the criteria which have determined the development path followed. Remediation techniques to bring older and now unacceptable tailings deposits into satisfactory compliance with current regulations are reviewed. Some monitoring results are presented. All of the uranium mines in Elliot Lake, Ontario, a large uranium producer since 1957, are now permanently closed. Considerable progress has been made on decommissioning the tailings areas by developing long term maintenance of water covers on some, and water treatment plants and stable soil covers on the others. The innovative methods being used to develop the water covers are described, along with the challenges remaining. Methods now under development in Saskatchewan for subaqueous deposition of paste tailings for permanent disposal in mined out open pits are also described. This method will provide for the first time, ''walkaway'', meaning no long term monitoring and maintenance will be required

  17. Ventilation of uranium mines

    International Nuclear Information System (INIS)

    Francois, Y.; Pradel, J.; Zettwoog, P.; Dumas, M.

    1975-01-01

    In the first part of the paper the authors describe the ventilation of French mines in terms of the primary ventilation system, which brings the outside air close to the working places using the overall structure of the mine to form the airways, and the secondary ventilation system, which is for the distribution of the primary air or for the ventilation of the development drifts and blind tunnels. Brief mention is made of the French regulations on the ventilation of mines in general and uranium mines in particular. The authors describe the equipment used and discuss the installed capacities and air flow per man and per working place. The difficulties encountered in properly ventilating various types of working places are mentioned, such as sublevel development drifts, reinforced stopes, and storage chambers with an artificial crown. The second part of the paper is devoted to computer calculations of the primary ventilation system. It is explained why the Commissariat a l'energie atomique has found it necessary to make these calculations. Without restating the mathematical theories underlying the methods employed, the authors demonstrate how simple measuring instruments and a small-size computer can be used to solve the ventilation problems arising in French mines. Emphasis is given to the layout of the ventilation system and to air flow and negative pressure measurements at the base of the mine. The authors show how calculations can be applied to new heading operations, a change in resistance, the replacement or addition of a ventilator, and a new air inlet or outlet. The authors come to the conclusion that since ventilation is at present the most reliable way of avoiding the pollution of mines, a thorough knowledge of the capabilities in this respect can often help improve working conditions. Despite the progress made, however, constant surveillance of the ventilation systems in uranium mines by a separate team with no responsibility for production problems is

  18. Ventilation of uranium mines

    International Nuclear Information System (INIS)

    Francois, Y.; Pradel, J.; Zettwoog, P.; Dumas, M.

    1975-01-01

    In the first part of the paper the authors describe the ventilation of French mines in terms of the primary ventilation system, which brings the outside air close to the working places using the overall structure of the mine to form the airways, and the secondary ventilation system, which is for the distribution of the primary air or for the ventilation of the development drifts and blind tunnels. Brief mention is made of the French regulations on the ventilation of mines in general and uranium mines in particular. The authors describe the equipment used and discuss the installed capacities and air flow per man and per working place. The difficulties encountered in properly ventilating various types of working places are mentioned, such as sub-level development drifts, reinforced stopes, and storage chambers with an artificial crown. The second part of the paper is devoted to computer calculations of the primary ventilation system. It is explained why the Commissariat a l'energie atomique has found it necessary to make these calculations. Without restating the mathematical theories underlying the methods employed, the authors demonstrate how simple measuring instruments and a small-size computer can be used to solve the ventilation problems arising in French mines. Emphasis is given to the layout of the ventilation system and to air flow and negative pressure measurements at the base of the mine. The authors show how calculations can be applied to new heading operations, a change in resistance, the replacement or addition of a ventilator, and a new air inlet or outlet. The authors come to the conclusion that since ventilation is at present the most reliable way of avoiding the pollution of mines, a thorough knowledge of the capabilities in this respect can often help improve working conditions. Despite the progress made, however, constant surveillance of the ventilation systems in uranium mines by a separate team with no responsibility for production problems is

  19. Report. First international symposium on innovating mining systems

    Energy Technology Data Exchange (ETDEWEB)

    Blackwood, R L

    1985-01-01

    The author presents a summary of proceedings of the First International Symposium on Innovative Mining Systems held at Massachusetts Institute of Technology, USA 4-5 November 1985, together with some comments on the conclusions and discussion throughout. The Symposium agenda included the following (i) Symposium intentions and expectations; (ii) International; (iii) Developments in safety; (iv) Overview of current major research and trends; (v) Panel discussion: Mechanisms for industrial and international collaboration; (vi) Closing remarks; (vii) Review of innovations: university programs; (viii) Review of selected mine operator programs and needs; Review of equipment innovations; capabilities and trends in areas of mining equipment and robotics; Concurrent sessions: operations and manufacturing. A series of workshops was also held, the titles of which were as follows: (i) Establishment of research network; (ii) Entry development-machine excavation; (iii) Sensing, monitoring, diagnostics, artificial intelligence; (iv) Remote control, automation, mining systems; (v) Computer aided design, simulation, system development; (vi) Surface mining; (vii) Rock breakage.

  20. Mining Contratação License in the New Regulatory Framework of Brazilian Mining: Some Notes on the Institutes of Research Authorization and Mining Concession

    Directory of Open Access Journals (Sweden)

    Adhemar Ronquim Filho

    2013-06-01

    Full Text Available Given the importance of mining nowadays, Government seeks ways to stimulate its growth, focusing on potentializing research and the advancement of mineral processing, the basic items for speeding up this activity in a profitable way. In this sense, the discussions on the crystallization of a new regulatory framework for the Brazilian mining have been deepened and, despite gathering a significant number of proposals, it does not have a closed text, and, currently, it is far from obtaining an approval or a final word (despite the urgency. However, the analysis of the proposals that have been presented reveals that there is an intention to institute new rules for the modernization of Brazilian mining, and this paper has the purpose of suggesting ways to reconcile conflicts permeated by various dissonant interests that surround the Brazilian mining at this time. It should be emphasized that, given the lack of official disclosure of the amendments proposed, the approach will continue limited to what has been released by MME (Ministry of Mines and Energy and by the studies that have already been presented by experts in the field (connected to government and/or private businesses. It is restricted to discuss changes to be implemented with the new regulatory framework, highlighting points to be observed, and, among the topics that require mandatory update, we can emphasize the changes in the procedures of exploration permits and mining.

  1. Remediation of the Gunnar uranium mine site, northern Saskatchewan

    International Nuclear Information System (INIS)

    Calvert, H.T.; Brown, J.L.

    2011-01-01

    The Gunnar uranium mine, located in northern Saskatchewan, operated from 1955 to 1963. When the mine was closed, the site was not remediated to the standards that are in place for today's uranium mines. Waste rock and mill tailings were left un-covered and water quality issues were not addressed. As a result, the current state of the site impacts the local environment. The company that operated the Gunnar Mine no longer exists. In 2006, the Government of Saskatchewan and the Government of Canada entered into an agreement to share the costs for remediating the site. An environment assessment of the project to remediate the site is currently underway. This paper provides an update of the issues and the progress being made. (author)

  2. Water from abandoned mines as a heat source: practical experiences of open- and closed-loop strategies, United Kingdom

    OpenAIRE

    Banks, D; Athresh, A; Al-Habaibeh, A; Burnside, N

    2017-01-01

    Pilot heat pump systems have been installed at two former collieries in Yorkshire/Derbyshire, England, to extract heat from mine water. The installations represent three fundamental configurations of heat exchanger. At Caphouse Colliery, mine water is pumped through a heat exchanger coupled to a heat pump and then discharged to waste (an open-loop heat exchange system). The system performs with high thermal efficiency, but the drawbacks are: (1) it can only be operated when mine water is bein...

  3. Mining of Radioactive Raw Materials as an Origin of the Nuclear Fuel Chain

    Directory of Open Access Journals (Sweden)

    Bedřich Michálek

    2007-01-01

    Full Text Available The mining of radioactive raw materials may be considered as an origin of the nuclear fuel chain and thus determines the amount of radioactive wastes which have to be stored safety in the final stage of the fuel chain. The paper informs about the existing trends in mining of radioactive raw materials in the world, provides an overview of development in mining in the Czech Republic and of possibilities of future exploiting some uranium deposits. It points a possibility of non-traditional obtaining uranium from mine waters from underground uranium mines closed and flooded earlier.

  4. Mining Waste Classification and Quantity of Non-Metal Minesin Slovenia

    Directory of Open Access Journals (Sweden)

    Ana Burger

    2007-06-01

    Full Text Available Mining is an important human activity that creates wealth and supplies materials for maintaining standard of living and further human development. However, mining has also negative impacts on the environment and society. One of them is the production of mining waste throughout the entire mining cycle, in particular in the mine development and operation /production stage.Due to the EU Directive 2006/21/EC on the management of waste from the extractive industries and its implementation in Member state, estimation on quality and quantity of mining waste from active non-metal mines in Slovenia was carried out. In the selected mines mining and processing was closely examined. With material flow analysis quantity and characteristics of mining waste were defined for several mines of different commodities.Data on mining waste were afterwards generalized in order to get an overall country evaluation on mining waste “production” of non-metal mines.Mining waste as a result of mining and beneficiation processes in non-metal mines of Slovenia is either inert or non-hazardous. Most of the mining waste is used for mine reclamation running simultaneously with the production phase. The largest amounts of mining waste per unit produced are created in dimension stone industry. Since the dimensionstone production is small, the waste amount is negligible. Large quantities of mining waste are produced in crushed stone and, sand and gravel operations, because aggregate production is pretty large with regard to other non-metals production in Slovenia. We can therefore conclude that large quantities of mining waste from non-metal mines, which are mostly used in reclamation and for side products, do not represent danger to the environment.

  5. Interesting association rule mining with consistent and inconsistent rule detection from big sales data in distributed environment

    Directory of Open Access Journals (Sweden)

    Dinesh J. Prajapati

    2017-06-01

    Full Text Available Nowadays, there is an increasing demand in mining interesting patterns from the big data. The process of analyzing such a huge amount of data is really computationally complex task when using traditional methods. The overall purpose of this paper is in twofold. First, this paper presents a novel approach to identify consistent and inconsistent association rules from sales data located in distributed environment. Secondly, the paper also overcomes the main memory bottleneck and computing time overhead of single computing system by applying computations to multi node cluster. The proposed method initially extracts frequent itemsets for each zone using existing distributed frequent pattern mining algorithms. The paper also compares the time efficiency of Mapreduce based frequent pattern mining algorithm with Count Distribution Algorithm (CDA and Fast Distributed Mining (FDM algorithms. The association generated from frequent itemsets are too large that it becomes complex to analyze it. Thus, Mapreduce based consistent and inconsistent rule detection (MR-CIRD algorithm is proposed to detect the consistent and inconsistent rules from big data and provide useful and actionable knowledge to the domain experts. These pruned interesting rules also give useful knowledge for better marketing strategy as well. The extracted consistent and inconsistent rules are evaluated and compared based on different interestingness measures presented together with experimental results that lead to the final conclusions.

  6. Rare Earth Elements: Overview of Mining, Mineralogy, Uses, Sustainability and Environmental Impact

    Directory of Open Access Journals (Sweden)

    Nawshad Haque

    2014-10-01

    Full Text Available Rare earths are used in the renewable energy technologies such as wind turbines, batteries, catalysts and electric cars. Current mining, processing and sustainability aspects have been described in this paper. Rare earth availability is undergoing a temporary decline due mainly to quotas being imposed by the Chinese government on export and action taken against illegal mining operations. The reduction in availability coupled with increasing demand has led to increased prices for rare earths. Although the prices have come down recently, this situation is likely to be volatile until material becomes available from new sources or formerly closed mines are reopened. Although the number of identified deposits in the world is close to a thousand, there are only a handful of actual operating mines. Prominent currently operating mines are Bayan Obo in China, Mountain Pass in the US and recently opened Mount Weld in Australia. The major contributor to the total greenhouse gas (GHG footprint of rare earth processing is hydrochloric acid (ca. 38%, followed by steam use (32% and electricity (12%. Life cycle based water and energy consumption is significantly higher compared with other metals.

  7. The geomicrobiology of used and disused mines in Britain

    International Nuclear Information System (INIS)

    Christofi, N.; Philp, J.C.; West, J.M.; Robbins, J.E.

    1984-03-01

    Several used and disused mines in Britain have been analysed for microbial presence, content and activity. The sites sampled are located in Cornwall, Derbyshire and Cumbria. The mines in Cornwall can be called 'working' and were being operated at the time of sampling. The mine in Derbyshire was disused until recently re-opened by cavers while the mines in Cumbria had remained closed up to the time of sampling. Waters and solid materials have been sampled where detailed microbiology has been undertaken. In Cumbria a detailed description of structures of biological interest was carried out. Both heterotrophic and autotrophic microorganisms have been found in some waters and on mine walls. The actual content of each mine is different according to local conditions and chemistries. The results of the microbiological analyses are given. The origin of these microorganisms cannot be determined although it is likely that they have been introduced by water running down mine shafts from surface strata and/or from excavation processes. Activity measurements have shown that waters in some mines are organic carbon limited. There are indications from the working mines that such carbon would be available from autotrophic populations present within the ecosystem or from backfill material. (author)

  8. Open Pit Water Control Safety A Case Of Nchanga Open Pit Mine Zambia

    OpenAIRE

    Silwamba C; Chileshe P R K

    2015-01-01

    Abstract Mining in Chingola Zambia started underground in 1931 and was catastrophically flooded and closed. The present Nchanga Underground Mine NUG started in 1937. The Nchanga Open Pit NOP mine started in 1955 situated to the west of NUG and partially overlying it. Open pit water control safety operations in the Nchanga-Chingola area have successfully enabled the safe extraction of millions of tonnes of copper ore annually over the past 60 years from NUG mining as well as the NOP. At the st...

  9. Mining and mining authorities in Saarland 2016. Mining economy, mining technology, occupational safety, environmental protection, statistics, mining authority activities. Annual report

    International Nuclear Information System (INIS)

    2016-01-01

    The annual report of the Saarland Upper Mining Authority provides an insight into the activities of mining authorities. Especially, the development of the black coal mining, safety and technology of mining as well as the correlation between mining and environment are stressed.

  10. Analysis of Mining-induced Valley Closure Movements

    Science.gov (United States)

    Zhang, C.; Mitra, R.; Oh, J.; Hebblewhite, B.

    2016-05-01

    Valley closure movements have been observed for decades in Australia and overseas when underground mining occurred beneath or in close proximity to valleys and other forms of irregular topographies. Valley closure is defined as the inward movements of the valley sides towards the valley centreline. Due to the complexity of the local geology and the interplay between several geological, topographical and mining factors, the underlying mechanisms that actually cause this behaviour are not completely understood. A comprehensive programme of numerical modelling investigations has been carried out to further evaluate and quantify the influence of a number of these mining and geological factors and their inter-relationships. The factors investigated in this paper include longwall positional factors, horizontal stress, panel width, depth of cover and geological structures around the valley. It is found that mining in a series passing beneath the valley dramatically increases valley closure, and mining parallel to valley induces much more closure than other mining orientations. The redistribution of horizontal stress and influence of mining activity have also been recognised as important factors promoting valley closure, and the effect of geological structure around the valley is found to be relatively small. This paper provides further insight into both the valley closure mechanisms and how these mechanisms should be considered in valley closure prediction models.

  11. Stopping Antidepressants and Anxiolytics as Major Concerns Reported in Online Health Communities: A Text Mining Approach.

    Science.gov (United States)

    Abbe, Adeline; Falissard, Bruno

    2017-10-23

    Internet is a particularly dynamic way to quickly capture the perceptions of a population in real time. Complementary to traditional face-to-face communication, online social networks help patients to improve self-esteem and self-help. The aim of this study was to use text mining on material from an online forum exploring patients' concerns about treatment (antidepressants and anxiolytics). Concerns about treatment were collected from discussion titles in patients' online community related to antidepressants and anxiolytics. To examine the content of these titles automatically, we used text mining methods, such as word frequency in a document-term matrix and co-occurrence of words using a network analysis. It was thus possible to identify topics discussed on the forum. The forum included 2415 discussions on antidepressants and anxiolytics over a period of 3 years. After a preprocessing step, the text mining algorithm identified the 99 most frequently occurring words in titles, among which were escitalopram, withdrawal, antidepressant, venlafaxine, paroxetine, and effect. Patients' concerns were related to antidepressant withdrawal, the need to share experience about symptoms, effects, and questions on weight gain with some drugs. Patients' expression on the Internet is a potential additional resource in addressing patients' concerns about treatment. Patient profiles are close to that of patients treated in psychiatry. ©Adeline Abbe, Bruno Falissard. Originally published in JMIR Mental Health (http://mental.jmir.org), 23.10.2017.

  12. An Adaptive Sensor Mining Framework for Pervasive Computing Applications

    Science.gov (United States)

    Rashidi, Parisa; Cook, Diane J.

    Analyzing sensor data in pervasive computing applications brings unique challenges to the KDD community. The challenge is heightened when the underlying data source is dynamic and the patterns change. We introduce a new adaptive mining framework that detects patterns in sensor data, and more importantly, adapts to the changes in the underlying model. In our framework, the frequent and periodic patterns of data are first discovered by the Frequent and Periodic Pattern Miner (FPPM) algorithm; and then any changes in the discovered patterns over the lifetime of the system are discovered by the Pattern Adaptation Miner (PAM) algorithm, in order to adapt to the changing environment. This framework also captures vital context information present in pervasive computing applications, such as the startup triggers and temporal information. In this paper, we present a description of our mining framework and validate the approach using data collected in the CASAS smart home testbed.

  13. Ground fissures in the area of Mavropigi Village (N. Greece): Seismotectonics or mining activity?

    Science.gov (United States)

    Kalogirou, Eleni; Tsapanos, Theodoros; Karakostas, Vassilios; Marinos, Vassilios; Chatzipetros, Alexandros

    2014-12-01

    In the beginning of July 2010, a ground fissure was observed in the field near the village of Mavropigi (Northern Greece) and specifically in its NW side. Later on (early September), a second ground fissure was perceived, close and almost parallel to the first one and very close to the limits of the lignite exploitation mine (by the Public Power Corporation, PPC). It was observed that the village of Mavropigi slides away slowly towards the PPC lignite mine. Geological, seismological, as well as geotechnical survey in the field indicated that the phenomenon is related to the coal mining exploitation in the near vicinity of the village rather than to any seismotectonic activity in the surrounding area.

  14. Land Use and River Degradation Impact of Sand and Gravel Mining

    Science.gov (United States)

    Syah, Putra Rizal Ichsan; Hartuti, Purnaweni

    2018-02-01

    Sand and gravel mining is aimed at providing materials for infrastructure development, as well as providing economical source to the miners. However, the impacts of sand and gravel mining could also cause disturbances to ecological balance, since it is closely related to land use change and river degradation, besides causing conflicts in the miners, the government, and the private relationship. Therefore the government regulation and proper supervision are needed to preserve the ecological balance and decreasing the negative impacts of this mining, and therefore guarantee sustainable development.

  15. Covering soils and vegetations during decommissioning disposal of a uranium mine

    International Nuclear Information System (INIS)

    Feng Weihua

    2010-01-01

    The disposals of waste ore dumps and tailings are an important part in the decommissioning disposal of uranium mines. Important indexes of the disposal include stabilization, harmlessness, rehabilitation and improvement of the ecological environment. These are closely related with vegetations. Taking example of decommissioning disposal of a uranium mine in Guizhou province, the selection of grasses and effects after covering soils and planting grasses are introduced. It is pointed out that covering soils and vegetations play an important role in decommissioning disposal of uranium mines. (authors)

  16. Acid mine drainage arising from gold mining activity in Johannesburg, South Africa and environs

    International Nuclear Information System (INIS)

    Naicker, K.; Cukrowska, E.; McCarthy, T.S.

    2003-01-01

    Ground water within the mining district is heavily contaminated and acidified. - The Witwatersrand region of South Africa is famous for its gold production and a major conurbation, centred on Johannesburg, has developed as a result of mining activity. A study was undertaken of surface and ground water in a drainage system in this area. Soils were also analysed from a site within the mining district. This study revealed that the ground water within the mining district is heavily contaminated and acidified as a result of oxidation of pyrite (FeS 2 ) contained within mine tailings dumps, and has elevated concentrations of heavy metals. Where the water table is close to surface, the upper 20 cm of soil profiles are severely contaminated by heavy metals due to capillary rise and evaporation of the ground water. The polluted ground water is discharging into streams in the area and contributes up to 20% of stream discharge, causing a lowering of pH of the stream water. Much of the metal load is precipitated in the stream: Fe and Mn precipitate as a consequence of oxidation, while other heavy metals are being removed by co-precipitation. The oxidation of iron has created a redox buffer which controls the pH of the stream water. The rate of oxidation and of dilution is slow and the deleterious effect of the addition of contaminated water persists for more than 10 km beyond the source

  17. Imitating manual curation of text-mined facts in biomedicine.

    Directory of Open Access Journals (Sweden)

    Raul Rodriguez-Esteban

    2006-09-01

    Full Text Available Text-mining algorithms make mistakes in extracting facts from natural-language texts. In biomedical applications, which rely on use of text-mined data, it is critical to assess the quality (the probability that the message is correctly extracted of individual facts--to resolve data conflicts and inconsistencies. Using a large set of almost 100,000 manually produced evaluations (most facts were independently reviewed more than once, producing independent evaluations, we implemented and tested a collection of algorithms that mimic human evaluation of facts provided by an automated information-extraction system. The performance of our best automated classifiers closely approached that of our human evaluators (ROC score close to 0.95. Our hypothesis is that, were we to use a larger number of human experts to evaluate any given sentence, we could implement an artificial-intelligence curator that would perform the classification job at least as accurately as an average individual human evaluator. We illustrated our analysis by visualizing the predicted accuracy of the text-mined relations involving the term cocaine.

  18. Mining: The beginning and the end of the nuclear cycle

    International Nuclear Information System (INIS)

    Walls, J.

    1991-01-01

    Mining is one of the world's oldest industries, with a rich history that has evolved into modern times. A new chapter in that history is currently being written in southeastern New Mexico at the Waste Isolation Pilot Plant (WIPP). The beginning phase of the nuclear industry occurred when uranium was mined from the underground and processed to develop the first fuel source for the nuclear history. The WIPP may well be the final chapter in closing out the nuclear cycle, by the disposal of nuclear waste 2150 feet in the underground repository. At the WIPP, traditional procedures for underground mining activities have been significantly altered in order to ensure underground safety and project adherence to numerous regulatory requirements. Innovative techniques have been developed for the WIPP underground procedures, mining equipment, and operating environments. The mining emphasis is upon quality of the excavation, not, as in conventional mines, in the production of ore

  19. Environmental activities in uranium mining and milling. A Joint NEA/IAEA report

    International Nuclear Information System (INIS)

    1999-01-01

    This report on 'Environmental Activities in Uranium Mining and Milling' presents an overview of environmental activities related to uranium production. The profile of activities and concerns are based on survey responses from 29 countries and a review of relevant activities of the International Atomic Energy Agency and the OECD Nuclear Energy Agency. It also provides an overview of the reported interests of specialists working in the field, including environmental impact assessment, emissions to air and water, work environment, radiation safety, waste handling and disposal, mine and mill decommissioning and site restoration, and the regulation of these activities. The report reflects the increasing awareness in all countries of the need for environmental protection. For several years large programmes have been underway in several countries to clean up wastes from closed mines and mills. Many of these sites, particularly the older ones, were brought into production, operated and closed when little was known about environmental effects. At the time, little concern was given to the resulting environmental impacts. Currently, planning for and conducting uranium mine closure and mill decommissioning, together with site clean-up and restoration, are of almost universal concern. Mine closure and mill decommissioning activities have been or are being conducted in most of the countries with a history of uranium production. Information about several mine closures and mill decommissioning projects is included in this report

  20. Exposure to radon in caves and abandoned mines

    International Nuclear Information System (INIS)

    Dixon, D.W.

    1996-01-01

    The significance for health of exposure to radon daughters during leisure excursions in discussed mines or caves is considered for visitors with interests in speleology, mineral collecting, mining history and youth training. General members of the public might also enter tunnels. Potential annual exposures based on radon measurements in various mines and caves are estimated and it is concluded that the annual exposure of individuals who undertake frequent and prolonged trips to underground systems might exceed 10 6 Bq h m -3 . Exposures to general members of the public are likely to be much lower. The National Radiological Protection Board has developed proposals for a coherent and comprehensive scheme to promote dose limitation in a wide range of circumstances. These are described, with current initiatives on consultation with National Associations, local Government and many special interest groups. (author)

  1. ENVIRONMENTAL MONITORING AT THE NALUNAQ GOLD MINE, SOUTH GREENLAND, 2015

    DEFF Research Database (Denmark)

    Bach, Lis; Birch Larsen, Morten

    the monitoring in 2014, the area has been without any activity. The mining company Angel Mining Gold A/S closed its gold production in November 2013 where after the Nalunaq area was affected by decommissioning and restoration until August 2014. The gold was extracted by chemical extraction with cyanide (carbon......-in-pulp). Due to the use of cyanide to extract gold from the ore, there was strict monitoring with the outflow of cyanide from the mine to the valley during the production period, and monitoring will continue for 5 years after the closure. Also, extensive monitoring is conducted to reveal release of metals...

  2. The Smallest Valid Extension-Based Efficient, Rare Graph Pattern Mining, Considering Length-Decreasing Support Constraints and Symmetry Characteristics of Graphs

    Directory of Open Access Journals (Sweden)

    Unil Yun

    2016-05-01

    Full Text Available Frequent graph mining has been proposed to find interesting patterns (i.e., frequent sub-graphs from databases composed of graph transaction data, which can effectively express complex and large data in the real world. In addition, various applications for graph mining have been suggested. Traditional graph pattern mining methods use a single minimum support threshold factor in order to check whether or not mined patterns are interesting. However, it is not a sufficient factor that can consider valuable characteristics of graphs such as graph sizes and features of graph elements. That is, previous methods cannot consider such important characteristics in their mining operations since they only use a fixed minimum support threshold in the mining process. For this reason, in this paper, we propose a novel graph mining algorithm that can consider various multiple, minimum support constraints according to the types of graph elements and changeable minimum support conditions, depending on lengths of graph patterns. In addition, the proposed algorithm performs in mining operations more efficiently because it can minimize duplicated operations and computational overheads by considering symmetry features of graphs. Experimental results provided in this paper demonstrate that the proposed algorithm outperforms previous mining approaches in terms of pattern generation, runtime and memory usage.

  3. Rare itemsets mining algorithm based on RP-Tree and spark framework

    Science.gov (United States)

    Liu, Sainan; Pan, Haoan

    2018-05-01

    For the issues of the rare itemsets mining in big data, this paper proposed a rare itemsets mining algorithm based on RP-Tree and Spark framework. Firstly, it arranged the data vertically according to the transaction identifier, in order to solve the defects of scan the entire data set, the vertical datasets are divided into frequent vertical datasets and rare vertical datasets. Then, it adopted the RP-Tree algorithm to construct the frequent pattern tree that contains rare items and generate rare 1-itemsets. After that, it calculated the support of the itemsets by scanning the two vertical data sets, finally, it used the iterative process to generate rare itemsets. The experimental show that the algorithm can effectively excavate rare itemsets and have great superiority in execution time.

  4. Women in mining still exploited and sexually harassed

    Directory of Open Access Journals (Sweden)

    Doret Botha

    2016-11-01

    Full Text Available Orientation: Globally, women have become an essential part of the mining workforce. Among other jobs, they fulfil management positions, operate heavy machinery and are involved in artisanal mining processes. In South Africa, new mining legislation not only prohibits the exclusion of women but requires from companies to actively change the demographic profile of their workforce. Mining companies are obliged to also employ women in core mining activities. Although well intended, women appointed in core positions work side by side with men, often in isolation, and are frequently at risk of sexual abuse and/or harassment. Research purpose: This research determined perceptions regarding the occurrence of sexual harassment among women working in core mining positions. Motivation for the study: Currently, there is a paucity of published data on the occurrence of sexual harassment in the mining industry. Method: A mixed-method research design was used including quantitative and qualitative research paradigms. Quantitative data were collected by means of a structured questionnaire. Qualitative data were collected by means of individual and group interviews. Main findings: From the literature review and the empirical findings, it is evident that women are still exploited and sexually harassed in the mining industry. Incidents taking place on a daily basis vary from whistling; name calling; use of vulgar or derogatory language; display of body parts; physical contact, ranging from touching to sexual assault and rape; to the exchange of sexual favours for promotion. Practical/managerial implications: It is evident from the research that a holistic approach is required to effectively eradicate sexual harassment in the mining industry, involving the commitment of relevant state departments, human resource managers and labour experts. Contribution: Practical recommendations are made to effectively address sexual harassment in the mining industry.

  5. Uranium production, exploration and mine development in Canada

    International Nuclear Information System (INIS)

    Vance, R. E

    2006-01-01

    Full text: Full text: Canada has been the world leader in uranium production since the early 1990's and production in 2005 was 11,629 te U. The Elliott Lake region of Ontario was once the centre of production, but after the last facilities closed in 1996, all production now comes from the Athabasca Basin in northern Saskatchewan. Average grades of the world's two largest high grade deposits at McArthur River and Cigar Lake are 10 to 100 times the grade of deposits mined elsewhere. McArthur River has been in production since late 1999 and first production from Cigar Lake is expected in 2007. If all expansion and probable mine openings come to fruition, annual Canadian production could amount to 16,000 te U by 2011. All currently operating uranium mines have been the subject of a comprehensive environmental assessment and review process. Uranium mining brings significant benefits to local area residents in northern Saskatchewan. Residents of northern Saskatchewan are active participants in Environmental Quality Committees. Recent survey results show the majority of Saskatchewan residents support the continuation of uranium mining in the province. The closed uranium mines in Canada have been successfully decommissioned and rehabilitated in particular in the Elliott Lake region of Ontario. The principle exploration target in Canada remains the Athabasca Basin, but activity has also been reported in several of the other territories and provinces. Natural Resources Canada estimates that some $CAN81M was spent on exploration in Canada in 2005. Under the Canadian Constitution, natural resources are owned by the provinces or by the federal government if they are on federal lands north of 60 0 C latitude. The provinces have jurisdiction over exploration activities within their borders and for most commodities have jurisdiction over mine development and production, operations, health and safety and environmental matters. Once a company starts to develop a deposit into a mine

  6. Mine flooding and barrier pillar hydrology in the Pittsburgh basin

    International Nuclear Information System (INIS)

    Leavitt, B.R.

    1999-01-01

    Pennsylvania began requiring barrier pillars between mines as early as 1930. The Ashley formula, resulting from a early commission on the problem, requires 20 feet of coal plus a thickness of coal equal to four times the seam height plus an additional thickness of coal equal to one tenth of the overburden thickness, or the maximum potential hydraulic head. For a 6-foot thick coal seam under 400 feet of cover, the barrier would be 20+24+40=84 feet. The Ashley formula is intended to protect coal miners from a catastrophic failure of a barrier pillar which has a high head of water impounded behind it. The paper gives several examples of flooded and unflooded mines and the performance of their barrier pillars with respect to acid mine drainage. It is concluded that for all practical purposes, barrier pillars designed with the Ashley formula are able to hydrologically isolate mines from one another. This hydrologic isolation promotes the inundation of closed mines. Inundation effectively stops acid formation, thus, fully inundated mines do not represent a perpetual source of acid mine drainage. Infiltrating ground water improves the mine water chemistry resulting in a net alkaline discharge which has greatly lowered iron concentrations. The best locations for acid mine drainage treatment plants is at the lowest surface elevation above the mine with mine flooded to near that elevation

  7. Effect of mining on heavy metal concentration in soils from the vicinity of Itakpe iron ore mine in kogi state, nigeria

    International Nuclear Information System (INIS)

    Amune, C.O.M.; Kakulu, S.

    2013-01-01

    The effects of mining oil from 1takpe iron ore mining area in Kogi State, Nigeria were studied through the determination of the heavy metals (Cd, Cu, Mg, Ni. Ph and Zn) using flame atomic absorption spectroscopy. Soil samples were collected during the dry and rainy seasons. Significant levels of heavy metals were found. Median topsoil concentrations (0-15 cm) for Ed, Cu, Mg, Ni, Pb and Zn were 0.16+0.02, 0.151-0.03, 0.041+0.03, 0.110.02, 0.07+0.(0 1, 0.04+0.04, micro/g, respectively. The heavy metal concentrations of control soil were relatively lower than those in the 1takpe mining environment soil and within levels of total metal contamination nation in the normal soil content intervals and maximum allowable limits of heavy metals in soils. Correlations analysis shows that heavy metals were closely correlated with each other except for Pb, indicating the studied metals are from the same pollutant resource. This shows, mining as contributing to the metallic levels in the 1takpe mining site. (author)

  8. Rehabilitating closed mining sites in North Rhine Westphalia's coal basin

    International Nuclear Information System (INIS)

    Mennekes, A.; Bekemeier, K.

    2004-01-01

    The Ruhr is a German region undergoing a reconversion. In recent years, several thousand jobs have been lost in the coal, iron and steel industries, especially in coal mines. This trend is going to continue. Rehabilitating former industrial sites so that they can welcome new industries and businesses, is decisive for this region. A rapid and financially advantageous reconversion requires coherence and continuity in the rehabilitation measures undertaken by the companies that serve as receivers, by local authorities and by investors who want to launch new projects. All these parties must manage the various phases of this process in a spirit of coordination. Germany can boast of a series of successful reconversions into industrial areas, exhibition facilities, nature reserves, tourist centers and leisure and rest places

  9. Preliminary state-of-the-art survey: mining techniques for salt and other rock types

    Energy Technology Data Exchange (ETDEWEB)

    1976-12-01

    This is a systematic review of the state-of-the-art of underground mining and excavation technology in the U.S. as applied to salt, limestone, shale, and granite. Chapter 2 covers the basic characteristics of these rock types, the most frequently used underground mining methods, shaft and slope entry construction, equipment, and safety and productivity data. Chapters 3 and 4 summarize underground salt and limestone mining in the U.S. Chapter 5 shows that large amounts of thick shale exist in the U.S., but little is mined. Chapter 6 discusses underground excavations into granite-type rocks. Suggestions are given in the last chapter for further study. (DLC)

  10. Mine Water Treatment in Hongai Coal Mines

    Science.gov (United States)

    Dang, Phuong Thao; Dang, Vu Chi

    2018-03-01

    Acid mine drainage (AMD) is recognized as one of the most serious environmental problem associated with mining industry. Acid water, also known as acid mine drainage forms when iron sulfide minerals found in the rock of coal seams are exposed to oxidizing conditions in coal mining. Until 2009, mine drainage in Hongai coal mines was not treated, leading to harmful effects on humans, animals and aquatic ecosystem. This report has examined acid mine drainage problem and techniques for acid mine drainage treatment in Hongai coal mines. In addition, selection and criteria for the design of the treatment systems have been presented.

  11. Observational study to mitigate seismic risks in mines: a new Japanese-South African collaborative project

    CSIR Research Space (South Africa)

    Durrheim, RJ

    2009-09-01

    Full Text Available Mining-induced earthquakes pose a hazard to workers in deep South African mines, while natural earthquakes pose a hazard to people living close to plate boundaries. Researchers introduce a 5-year Japanese-South African collaborative project entitled...

  12. Mine Water Treatment in Hongai Coal Mines

    OpenAIRE

    Dang Phuong Thao; Dang Vu Chi

    2018-01-01

    Acid mine drainage (AMD) is recognized as one of the most serious environmental problem associated with mining industry. Acid water, also known as acid mine drainage forms when iron sulfide minerals found in the rock of coal seams are exposed to oxidizing conditions in coal mining. Until 2009, mine drainage in Hongai coal mines was not treated, leading to harmful effects on humans, animals and aquatic ecosystem. This report has examined acid mine drainage problem and techniques for acid mine ...

  13. Radioecological study of the open reservoirs of the North Kazakhstan area uranium-mining deposits

    International Nuclear Information System (INIS)

    Kazymbet, P.K.; Bakhtin, M.M.; Imasheva, B.S.; Bud'ko, O.G.

    2003-01-01

    In the paper the radiological data of open reservoirs in the former uranium-mining enterprise territory and settlements are given. The received data show, that both the Kutunguz river and reservoirs close to uranium-mining enterprise are polluted by radionuclides. On the received data it is possible to assume, that the essential contribution to the Kutunguz river contamination by radioactive substances the acting mine 11 water is giving. (author)

  14. Environmental impact statement - an effective tool for successful mine design

    International Nuclear Information System (INIS)

    Sinha, A.K.

    1996-01-01

    Mining is a hazardous operation which must be designed to succeed under very unpredictable environmental, geological and marketing conditions over a committed life of thirty years or longer. It is well-established by now that mining has tremendous social, economic and environmental impacts on society in general and on local communities in particular. Mining's image has begun to improve with effective hazard controls and property reclamation through improved mine design and restoration plans. Much of the credit for this achievement should go to Environmental Impact Statement and related permitting requirements for mining projects. An Environmental Impact Statement with respect to almost every type of mining project is now frequently required by major banks, and other funding agencies, governmental agencies and/or citizen groups involved in the permitting process. This impact statement ensures that the proposed project has the potential to succeed under all foreseeable environmental, geological and marketing problems throughout its projected life and to guarantee the return of the initial capital with interest. In short, the impact statement offers assurance that the final project will culminate with positive environmental and social impacts. The relevance and contributions of Environmental Impact Statements in mine design, as well as their applications and development procedures are presented. 3 refs., 8 figs

  15. Mine Water Treatment in Hongai Coal Mines

    Directory of Open Access Journals (Sweden)

    Dang Phuong Thao

    2018-01-01

    Full Text Available Acid mine drainage (AMD is recognized as one of the most serious environmental problem associated with mining industry. Acid water, also known as acid mine drainage forms when iron sulfide minerals found in the rock of coal seams are exposed to oxidizing conditions in coal mining. Until 2009, mine drainage in Hongai coal mines was not treated, leading to harmful effects on humans, animals and aquatic ecosystem. This report has examined acid mine drainage problem and techniques for acid mine drainage treatment in Hongai coal mines. In addition, selection and criteria for the design of the treatment systems have been presented.

  16. Slope stability radar for monitoring mine walls

    Science.gov (United States)

    Reeves, Bryan; Noon, David A.; Stickley, Glen F.; Longstaff, Dennis

    2001-11-01

    Determining slope stability in a mining operation is an important task. This is especially true when the mine workings are close to a potentially unstable slope. A common technique to determine slope stability is to monitor the small precursory movements, which occur prior to collapse. The slope stability radar has been developed to remotely scan a rock slope to continuously monitor the spatial deformation of the face. Using differential radar interferometry, the system can detect deformation movements of a rough wall with sub-millimeter accuracy, and with high spatial and temporal resolution. The effects of atmospheric variations and spurious signals can be reduced via signal processing means. The advantage of radar over other monitoring techniques is that it provides full area coverage without the need for mounted reflectors or equipment on the wall. In addition, the radar waves adequately penetrate through rain, dust and smoke to give reliable measurements, twenty-four hours a day. The system has been trialed at three open-cut coal mines in Australia, which demonstrated the potential for real-time monitoring of slope stability during active mining operations.

  17. The Necessity of Public Relations for Sustainable Mining Activities

    Science.gov (United States)

    Lee, Hyunbock; Ji, Sangwoo

    2015-04-01

    other hand, in the survey to determine what the greatest difficulties of the current mining activities, 54% of mining companies chose environmental regulations, 26% of mining companies chose conflicts between mine area residents and mining companies. Environmental regulations are may defined as the greatest difficulty of current mining activities. But most of environmental regulation's problems are caused by frictions with residents, because all of South Korean mines are very close to villages. So, the biggest difficulty of mining activities can be defined conflicts between residents and mining companies. Moreover, general people in South Korea including some mining engineers recognize the mining industry as a declined and pollution industry. Without clear understanding of mining activities, any mine developments and policies related to mining activities cannot be made by rational discussions. And, if their recognition is not formed in a rational way, it will be turned to extreme fear or blind hatred. Therefore, to understand mining activities correctly, the effective public relations strategy is necessary such as corporate advertisements or public advertisements.

  18. The Tangdan Copper Mines and the 1733 Earthquake: A Mining Community before the Boom in the Far Southwest of Qing China

    Directory of Open Access Journals (Sweden)

    Nanny Kim

    2014-12-01

    Full Text Available In the official records, copper mines in the southwest of the Qing empire seem to suddenly appear in the late 1730s. In part, this impression is an effect of government attention. Copper, which was the most important metal for casting cash coins, became a pressing concern when imports of Japanese copper dwindled. The government responded by developing domestic resources. Seemingly overnight, Yunnan mines reached impressive levels of productivity and replaced imports. For several decades, the Tangdan mines in northeastern Yunnan supplied most of the copper consumed by the centrally important metropolitan mints. The sudden boom is remarkable and not entirely plausible. This article reassesses the history of Qing-period mining by examining a particular case study. It explores an essay about the Dongchuan earthquake of 1733 that provides a glimpse at the empire’s leading copper mines on the eve of the recorded boom. A close analysis of figures, mining technology, and organizational structures reveals that the mines had been developed by mining entrepreneurs and migrant workers for a considerable period of time outside government attention, operating in a gray zone of unlicensed exploitation. The studied case permits a new assessment of the role of the state and of nonstate players in the industry. Moreover, it throws a new light on the image of Qing society and economy created by the official emphasis on agriculture and the actual role of the nonagrarian sector.

  19. Safety Psychology Applicating on Coal Mine Safety Management Based on Information System

    Science.gov (United States)

    Hou, Baoyue; Chen, Fei

    In recent years, with the increase of intensity of coal mining, a great number of major accidents happen frequently, the reason mostly due to human factors, but human's unsafely behavior are affected by insecurity mental control. In order to reduce accidents, and to improve safety management, with the help of application security psychology, we analyse the cause of insecurity psychological factors from human perception, from personality development, from motivation incentive, from reward and punishment mechanism, and from security aspects of mental training , and put forward countermeasures to promote coal mine safety production,and to provide information for coal mining to improve the level of safety management.

  20. Ordinance 93-16 of 2 March 1993 concerning mining law

    International Nuclear Information System (INIS)

    1993-01-01

    This text precise in one way that exploration, prospecting, mining, owning, handling, circulation, trading and transformation of mineral substances or fossil and fiscal regime applicable to these activities are subjected to this ordinance. except hydrocarbons crud or gaze and underground water. And in another way that naturally occurring minerals deposits or fossil in the subsoil or surface belongs to the Government of Niger Republic and can not be private property unless otherwise. By classifying the mineral deposits it notes the conditions and terms of acquiring licences and mining leases, closed/protected or prohibited zones, fiscal duties, health and safety in mines and quarries, infractions and penalties [fr

  1. Elevated rates of gold mining in the Amazon revealed through high-resolution monitoring.

    Science.gov (United States)

    Asner, Gregory P; Llactayo, William; Tupayachi, Raul; Luna, Ernesto Ráez

    2013-11-12

    Gold mining has rapidly increased in western Amazonia, but the rates and ecological impacts of mining remain poorly known and potentially underestimated. We combined field surveys, airborne mapping, and high-resolution satellite imaging to assess road- and river-based gold mining in the Madre de Dios region of the Peruvian Amazon from 1999 to 2012. In this period, the geographic extent of gold mining increased 400%. The average annual rate of forest loss as a result of gold mining tripled in 2008 following the global economic recession, closely associated with increased gold prices. Small clandestine operations now comprise more than half of all gold mining activities throughout the region. These rates of gold mining are far higher than previous estimates that were based on traditional satellite mapping techniques. Our results prove that gold mining is growing more rapidly than previously thought, and that high-resolution monitoring approaches are required to accurately quantify human impacts on tropical forests.

  2. Protection of mechanized timberings on beds dangerous for mine impacts

    Energy Technology Data Exchange (ETDEWEB)

    Budirsky, S

    1982-01-01

    In some stoping faces on beds which are dangerous for mine impacts, mechanized timbering is successfully used which is not equipped with protection from the effect of these dynamic phenomena. This generated the idea that in the indicated conditions, mechanized timbering may not be equipped with protective devices against dynamic loads. Theoretical studies have shown that the effects of mine impacts depends on the total energy of the impact, distance of this stoping face from the epicenter of the impact, as well as the capacity of the rock massif to transmit and absorb energy of the mine impact. This means that the effect of the mine impact under different conditions is not the same, the mine impacts of lower energy under definite conditions can result in greater damages to the mechanized timbering than mine impact with higher energy. It is believed that the effect of absorption of energy of the mine impact depends on the method of control of the roofing in the stoping face, the presence of hydraulic fill quarantees absorption of up to 80% of its energy. The experience of working beds which are dangerous for mine impacts in the upper Silesia coal basin indicated that the designs of the mechanized timbering, especially shield, in which the stands are not rigidly connected to the roof timber, during operation on beds with thickness 2.5-4 m withstand mine impacts with energy 10/sup 7/ J without significant disorders (mine impacts with this energy occur very frequently . For energy of mine impact of 108 J (impacts with this energy are observed comparatively rarely), the mechanized timberings are considerably damaged.

  3. Biomedical text mining and its applications in cancer research.

    Science.gov (United States)

    Zhu, Fei; Patumcharoenpol, Preecha; Zhang, Cheng; Yang, Yang; Chan, Jonathan; Meechai, Asawin; Vongsangnak, Wanwipa; Shen, Bairong

    2013-04-01

    Cancer is a malignant disease that has caused millions of human deaths. Its study has a long history of well over 100years. There have been an enormous number of publications on cancer research. This integrated but unstructured biomedical text is of great value for cancer diagnostics, treatment, and prevention. The immense body and rapid growth of biomedical text on cancer has led to the appearance of a large number of text mining techniques aimed at extracting novel knowledge from scientific text. Biomedical text mining on cancer research is computationally automatic and high-throughput in nature. However, it is error-prone due to the complexity of natural language processing. In this review, we introduce the basic concepts underlying text mining and examine some frequently used algorithms, tools, and data sets, as well as assessing how much these algorithms have been utilized. We then discuss the current state-of-the-art text mining applications in cancer research and we also provide some resources for cancer text mining. With the development of systems biology, researchers tend to understand complex biomedical systems from a systems biology viewpoint. Thus, the full utilization of text mining to facilitate cancer systems biology research is fast becoming a major concern. To address this issue, we describe the general workflow of text mining in cancer systems biology and each phase of the workflow. We hope that this review can (i) provide a useful overview of the current work of this field; (ii) help researchers to choose text mining tools and datasets; and (iii) highlight how to apply text mining to assist cancer systems biology research. Copyright © 2012 Elsevier Inc. All rights reserved.

  4. International mining forum 2004, new technologies in underground mining, safety in mines proceedings

    Energy Technology Data Exchange (ETDEWEB)

    Jerzy Kicki; Eugeniusz Sobczyk (eds.)

    2004-01-15

    The book comprises technical papers that were presented at the International Mining Forum 2004. This event aims to bring together scientists and engineers in mining, rock mechanics, and computer engineering, with a view to explore and discuss international developments in the field. Topics discussed in this book are: trends in the mining industry; new solutions and tendencies in underground mines; rock engineering problems in underground mines; utilization and exploitation of methane; prevention measures for the control of rock bursts in Polish mines; and current problems in Ukrainian coal mines.

  5. A safeguards approach for a closed geological repository for spent fuel

    International Nuclear Information System (INIS)

    Meer, K. van der; Carchon, R.

    1999-01-01

    After closure of a geological repository a diversion of fissile material can only take place by excavating spent fuel containers and bringing them to the surface. Therefore mining activities are required, either by reopening the original shaft, by creating a new shaft or by approaching the containers underground via a neighbouring mine The recovery time of the stored spent fuel plays an important role in the determination of the timeliness criterion and, therefore, the inspection frequency of the site. Obviously, this frequency can create a financial constraint due to the infinite character of the spent fuel storage in a geological repository. Anomalies for detection of a possible diversion are undeclared mining activities. The safeguards approach has to assure Continuity Of Knowledge (COK) of the fissile material. By consequence, a safeguards approach that is developed for a closed repository, is influenced by the safeguards approach applied to an open. repository and a conditioning facility. A closed repository is verified by DIV. To perform the DIV satellite monitoring could be performed for surface verification and e.g. seismic techniques could be used for verification that no undeclared mining activities underground take place. Visual inspections of the site by inspectors have to reveal concealment methods used by a potential diverter. These measures should guarantee that the disposed spent fuel remains untouched. (author)

  6. Hydrochemical characterization of a mine water geothermal energy resource in NW Spain.

    Science.gov (United States)

    Loredo, C; Ordóñez, A; Garcia-Ordiales, E; Álvarez, R; Roqueñi, N; Cienfuegos, P; Peña, A; Burnside, N M

    2017-01-15

    Abandoned and flooded mine networks provide underground reservoirs of mine water that can be used as a renewable geothermal energy source. A complete hydrochemical characterization of mine water is required to optimally design the geothermal installation, understand the hydraulic behavior of the water in the reservoir and prevent undesired effects such as pipe clogging via mineral precipitation. Water pumped from the Barredo-Figaredo mining reservoir (Asturias, NW Spain), which is currently exploited for geothermal use, has been studied and compared to water from a separate, nearby mountain mine and a river that receives mine water discharge and partially infiltrates into the mine workings. Although the hydrochemistry was altered during the flooding process, the deep mine waters are currently near neutral, net alkaline, high metal waters of Na-HCO 3 type. Isotopic values suggest that mine waters are closely related to modern meteoric water, and likely correspond to rapid infiltration. Suspended and dissolved solids, and particularly iron content, of mine water results in some scaling and partial clogging of heat exchangers, but water temperature is stable (22°C) and increases with depth, so, considering the available flow (>100Ls -1 ), the Barredo-Figaredo mining reservoir represents a sustainable, long-term resource for geothermal use. Copyright © 2016 Elsevier B.V. All rights reserved.

  7. Validation of the Ventgraph program for use in metal/non-metal mines

    Energy Technology Data Exchange (ETDEWEB)

    Pritchard, C.J. [National Inst. for Occupational Safety and Health, Spokane, WA (United States)

    2010-07-01

    Ventgraph is a ventilation software developed by the Polish Academy of Sciences. It has features similar to other ventilation programs, such as network simulation and contaminant dispersal. Its additional capabilities include mine fire simulation, compressible flow modelling, and real-time on-screen visualization of mine ventilation and fire effects. For that reason, it has been widely used around the world for studying coal mine fires, fighting fires with inert gases, spontaneous combustion, and mine emergency exercises. Ventgraph has been used to a much lesser extent in metal/non-metal (M/NM) mines. The National Institute for Occupational Safety and Health has determined that the use of Ventgraph to hardrock mining methods would be beneficial for studying M/NM ventilation effects, mine evacuation training, risk analysis of potential mine ventilation changes, airborne contaminants, recirculation, and mine fires. Ventgraph was used to simulate the 1972 Sunshine Mine fire where 91 miners perished. The Sunshine Mine was chosen because of its deep, complex ventilation system. Calibration of Ventgraph's fire simulation module to known events of the fire showed close correlation to contaminant levels observed and real-time movement of fire combustion products through the mine. It was concluded that Ventgraph is a valuable tool for M/NM mine ventilation, fire, and evacuation planning. 13 refs., 3 figs.

  8. Serviceability criteria for buildings in mine subsidence area -- Adjustment to Eurocodes

    International Nuclear Information System (INIS)

    Kawulok, M.; Sulimowski, Z.

    1994-01-01

    Due to ground deformations caused by underground mining, building structures in mining areas are frequently subjected to considerable deformations and damage to the finishing and structural elements. As a consequence, serviceable values of such structures are distinctly diminished, and in extreme cases, seriously damaged structures may be exempted from further service. These problems are not duly represented in the existing building standard codes. It is also important to determine relationship between damage stage and value of the building, and hence the strategy for reconstruction or renovation works. The paper presents proposals concerning serviceability criteria of building structures in mining areas, in terms of basic standard requirements valid in building in Poland, as well as proposals of Eurocodes. Building structures under consideration have been divided into structures designed to resist mining influences and existing structures, not adapted to conform to these influences at the design and erection stages

  9. Study on coal mine macro, meso and micro safety management system

    Directory of Open Access Journals (Sweden)

    Longkang Wang

    2016-03-01

    Full Text Available In recent years, the coal mine safety production situation in our country improved year by year, but severe accidents still occurred; the accidents caused great economic loss to the national economy. According to statistical analysis, almost all of the coal mine accidents will expose the hidden danger in before, most of the accidents caused due to safety management not reaching the designated position and the hidden danger management does not take any decision in time. Based on the coal mine safety management holes in our country, the coal mine macro, meso and micro safety management system was established in this paper, which includes meaning and conception of the theories of the macro, meso and micro safety management, and also includes the matching hardware equipment, in order to achieve the hidden danger's closed-loop control and dynamic early warning in the process of coal mine production.

  10. Sustainable Mining Environment: Technical Review of Post-mining Plans

    Directory of Open Access Journals (Sweden)

    Restu Juniah

    2017-12-01

    Full Text Available The mining industry exists because humans need mining commodities to meet their daily needs such as motor vehicles, mobile phones, electronic equipment and others. Mining commodities as mentioned in Government Regulation No. 23 of 2010 on Implementation of Mineral and Coal Mining Business Activities are radioactive minerals, metal minerals, nonmetallic minerals, rocks and coal. Mineral and coal mining is conducted to obtain the mining commodities through production operations. Mining and coal mining companies have an obligation to ensure that the mining environment in particular after the post production operation or post mining continues. The survey research aims to examine technically the post-mining plan in coal mining of PT Samantaka Batubara in Indragiri Hulu Regency of Riau Province towards the sustainability of the mining environment. The results indicate that the post-mining plan of PT Samantaka Batubara has met the technical aspects required in post mining planning for a sustainable mining environment. Postponement of post-mining land of PT Samantaka Batubara for garden and forest zone. The results of this study are expected to be useful and can be used by stakeholders, academics, researchers, practitioners and associations of mining, and the environment.

  11. Study on Fuzzy Comprehensive Evaluation Model for the Safety of Mine Belt Conveyor

    Directory of Open Access Journals (Sweden)

    Gong Xiaoyan

    2017-01-01

    Full Text Available To improve the situation of the frequent failures of mine belt conveyor during operation, a model was used to evaluate the safety of mine belt conveyor. Based on the foundation of collecting and analyzing a large quantity of fault information of belt conveyor in the nationwide coal mine, the fault tree model of belt conveyor has been built, then the safety evaluation index system was established by analyzing and removing some secondary indicators. Furthermore, the weighted value of safety evaluation indexs was determined by analytic hierarchy process(AHP, and the single factor fuzzy evaluation matrix was constructed by experts grading method. Additionally, the model was applied in evaluating the security of belt conveyor in Nanliang coal mine. The results shows the security level is recognized to the “general”, which means that this model can be adopted widely in evaluating the safety of mine belt conveyor.

  12. Spatial database of mining-related features in 2001 at selected phosphate mines, Bannock, Bear Lake, Bingham, and Caribou Counties, Idaho

    Science.gov (United States)

    Moyle, Phillip R.; Kayser, Helen Z.

    2006-01-01

    This report describes the spatial database, PHOSMINE01, and the processes used to delineate mining-related features (active and inactive/historical) in the core of the southeastern Idaho phosphate resource area. The spatial data have varying degrees of accuracy and attribution detail. Classification of areas by type of mining-related activity at active mines is generally detailed; however, for many of the closed or inactive mines the spatial coverage does not differentiate mining-related surface disturbance features. Nineteen phosphate mine sites are included in the study, three active phosphate mines - Enoch Valley (nearing closure), Rasmussen Ridge, and Smoky Canyon - and 16 inactive (or historical) phosphate mines - Ballard, Champ, Conda, Diamond Gulch, Dry Valley, Gay, Georgetown Canyon, Henry, Home Canyon, Lanes Creek, Maybe Canyon, Mountain Fuel, Trail Canyon, Rattlesnake, Waterloo, and Wooley Valley. Approximately 6,000 hc (15,000 ac), or 60 km2 (23 mi2) of phosphate mining-related surface disturbance are documented in the spatial coverage. Spatial data for the inactive mines is current because no major changes have occurred; however, the spatial data for active mines were derived from digital maps prepared in early 2001 and therefore recent activity is not included. The inactive Gay Mine has the largest total area of disturbance, 1,900 hc (4,700 ac) or about 19 km2 (7.4 mi2). It encompasses over three times the disturbance area of the next largest mine, the Conda Mine with 610 hc (1,500 ac), and it is nearly four times the area of the Smoky Canyon Mine, the largest of the active mines with about 550 hc (1,400 ac). The wide range of phosphate mining-related surface disturbance features (141) from various industry maps were reduced to 15 types or features based on a generic classification system used for this study: mine pit; backfilled mine pit; waste rock dump; adit and waste rock dump; ore stockpile; topsoil stockpile; tailings or tailings pond; sediment

  13. Contract Mining versus Owner Mining

    African Journals Online (AJOL)

    Owner

    mining companies can concentrate on their core businesses while using specialists for ... 2 Definition of Contract and Owner. Mining ... equipment maintenance, scheduling and budgeting ..... No. Region. Amount Spent on. Contract Mining. ($ billion). Percent of. Total. 1 ... cost and productivity data based on a large range.

  14. Digital database of mining-related features at selected historic and active phosphate mines, Bannock, Bear Lake, Bingham, and Caribou counties, Idaho

    Science.gov (United States)

    Causey, J. Douglas; Moyle, Phillip R.

    2001-01-01

    This report provides a description of data and processes used to produce a spatial database that delineates mining-related features in areas of historic and active phosphate mining in the core of the southeastern Idaho phosphate resource area. The data have varying degrees of accuracy and attribution detail. Classification of areas by type of mining-related activity at active mines is generally detailed; however, the spatial coverage does not differentiate mining-related surface disturbance features at many of the closed or inactive mines. Nineteen phosphate mine sites are included in the study. A total of 5,728 hc (14,154 ac), or more than 57 km2 (22 mi2), of phosphate mining-related surface disturbance are documented in the spatial coverage of the core of the southeast Idaho phosphate resource area. The study includes 4 active phosphate mines—Dry Valley, Enoch Valley, Rasmussen Ridge, and Smoky Canyon—and 15 historic phosphate mines—Ballard, Champ, Conda, Diamond Gulch, Gay, Georgetown Canyon, Henry, Home Canyon, Lanes Creek, Maybe Canyon, Mountain Fuel, Trail Canyon, Rattlesnake Canyon, Waterloo, and Wooley Valley. Spatial data on the inactive historic mines is relatively up-to-date; however, spatially described areas for active mines are based on digital maps prepared in early 1999. The inactive Gay mine has the largest total area of disturbance: 1,917 hc (4,736 ac) or about 19 km2 (7.4 mi2). It encompasses over three times the disturbance area of the next largest mine, the Conda mine with 607 hc (1,504 ac), and it is nearly four times the area of the Smoky Canyon mine, the largest of the active mines with 497 hc (1,228 ac). The wide range of phosphate mining-related surface disturbance features (approximately 80) were reduced to 13 types or features used in this study—adit and pit, backfilled mine pit, facilities, mine pit, ore stockpile, railroad, road, sediment catchment, tailings or tailings pond, topsoil stockpile, water reservoir, and disturbed

  15. Optimization of mining design of Hongwei uranium mine

    International Nuclear Information System (INIS)

    Wu Sanmao; Yuan Baixiang

    2012-01-01

    Combined with the mining conditions of Hongwei uranium mine, optimization schemes for hoisting cage, mine drainge,ore transport, mine wastewater treatment, power-supply system,etc are put forward in the mining design of the mine. Optimized effects are analyzed from the aspects of technique, economy, and energy saving and reducing emissions. (authors)

  16. Inventory of closed and abandoned mines : Methods for performing the inventory and for risk classification with diverse data availability levels

    OpenAIRE

    Luodes, Nike M.

    2013-01-01

    The traditional mining techniques have not been aware of the importance of the long term effects that the mining activity can cause: the main being represented by Acid Mine Drainage where chemical changes in sulphide rich tailings can bring in solution heavy metals, penetrate through the containing structure access and accumulate in the environment. The abandoned and unstable facilities located on the site can by their own represent risks for people and animals accessing the area. Several cou...

  17. ARCHAEOLOGICAL AND GEOLOGICAL CONCEPTS ON THE TOPIC OF ANCIENT MINING

    Directory of Open Access Journals (Sweden)

    Prentiss de JESUS

    2015-12-01

    Full Text Available Geological and archaeological research on ancient mining and metallurgy are actually targeting the same goals: understanding the nature and value of a mining operation. Geologists are intent on locating and qualifying ores and minerals for future use, whereas archaeologists strive to link ores to relevant historic and prehistoric metal artifacts and activities. This article discusses research into ancient Anatolian metallurgy by underscoring the overlap between geological and archeological practices. The work of archaeologists and geologists can be mutually beneficial through a close collaboration on the collection and analysis of field data. Their accumulated and combined knowledge would accelerate the progress towards placing ancient mining activities in a chronological and meaningful context.

  18. Environmental monitoring at the Nalunaq Gold Mine, South Greenland, 2004

    DEFF Research Database (Denmark)

    Glahder, C. M.; Asmund, G.

    Monitoring was performed in the Nalunaq Gold Mine area, Nanortalik mu-nicipality, South Greenland during 20-26 August 2004. This was eight months after the first shipment of ore. Samples were collected at four marine stations in the Kirkespir Bay, Arctic char were sampled in the Kirkespir River......, and li-chens were collected at 20 stations in the Kirkespir Valley. Samples were analysed for 10 elements with an ICP-MS. Concentrations of Zn, Cu, Cr, As and Co were elevated 3-9 times compared to background concentrations found prior to mine start. The increased level of contamination in the local area...... is moderate compared to contaminations found around closed mines in Greenland, i.e. Maarmorilik, Ivittuut and Mestersvig....

  19. Methodologies of Knowledge Discovery from Data and Data Mining Methods in Mechanical Engineering

    Directory of Open Access Journals (Sweden)

    Rogalewicz Michał

    2016-12-01

    Full Text Available The paper contains a review of methodologies of a process of knowledge discovery from data and methods of data exploration (Data Mining, which are the most frequently used in mechanical engineering. The methodologies contain various scenarios of data exploring, while DM methods are used in their scope. The paper shows premises for use of DM methods in industry, as well as their advantages and disadvantages. Development of methodologies of knowledge discovery from data is also presented, along with a classification of the most widespread Data Mining methods, divided by type of realized tasks. The paper is summarized by presentation of selected Data Mining applications in mechanical engineering.

  20. Stress measurements in the Naesliden Mine

    Energy Technology Data Exchange (ETDEWEB)

    Leijon, B. [Univ. of Luleaa, Sweden; Carlsson, H.; Myrvang, A.

    1980-05-15

    Determinations of virgin stresses were performed at an early stage of the Naesliden Project in order to obtain input data for the finite element models of the mine. The Leeman three-dimensional overcoring technique was used at five locations on levels ranging from 210 m to 460 m below surface. Stress data were obtained at four of these locations. The results show an excess of horizontal stresses whilst the vertical stress is in accordance with the gravitational load from the overburden. The major and intermediate principal stresses are sub-horizontal and directed respectively perpendicular and parallel to the schisotsity of the wall rock and the strike of the tabular ore body. The minor principal stress is directed almost vertically. Stresses were also measured close to a stope on 300 m level in the mine. Biaxial and triaxial overcoring measurements were made at eighteen points between 0.25 m and 7.2 m above the roof of the stope. The stresses were found to have magnitudes of about 70 MPa close to the roof and to decrease rapidly with the distance from the roof. Stress measurements were made in connection with slot blastings in the foot wall, the latter measure being made in an attempt to de-stress the roof of stope 3. Two methods were used for stress monitorings, both showing that expected stress changes did not take place. Long-term stress guages have been installed in the ore body in order to monitor expected re-distributions of stresses due to mining. So far, the recorded stress changes are below 5 MPa.

  1. Surface Mines, Other - Longwall Mining Panels

    Data.gov (United States)

    NSGIC Education | GIS Inventory — Coal mining has occurred in Pennsylvania for over a century. A method of coal mining known as Longwall Mining has become more prevalent in recent decades. Longwall...

  2. Process for integrating surface drainage constraints on mine planning

    Energy Technology Data Exchange (ETDEWEB)

    Sawatsky, L.F; Ade, F.L.; McDonald, D.M.; Pullman, B.J. [Golder Associates Ltd., Calgary, AB (Canada)

    2009-07-01

    Surface drainage for mine closures must be considered during all phases of mine planning and design in order to minimize environmental impacts and reduce costs. This paper discussed methods of integrating mine drainage criteria and associated mine planning constraints into the mine planning process. Drainage constraints included stream diversions; fish compensation channels; collection receptacles for the re-use of process water; separation of closed circuit water from fresh water; and the provision of storage ponds. The geomorphic approach replicated the ability of natural channels to respond to local and regional changes in hydrology as well as channel disturbances from extreme flood events, sedimentation, debris, ice jams, and beaver activity. The approach was designed to enable a sustainable system and provide conveyance capacity for extreme floods without spillage to adjacent watersheds. Channel dimensions, bank and bed materials, sediment loads, bed material supplies and the hydrologic conditions of the analogue stream were considered. Hydrologic analyses were conducted to determine design flood flow. Channel routes, valley slopes, sinuosity, width, and depth were established. It was concluded that by incorporating the geomorphic technique, mine operators and designers can construct self-sustaining drainage systems that require little or no maintenance in the long-term. 7 refs.

  3. Landscaping and ecology in the lignite mining area of Maritza-East, Bulgaria

    International Nuclear Information System (INIS)

    Haege, K.; Drebenstedt, C.; Angelov, E.

    1996-01-01

    The study on the future mining concept of the open-cast mine Trojovano-North, Bulgaria which is presented in this paper was prepared in close cooperation with Bulgarian specialists. It particularly takes into account ecological aspects. The mining concept clearly shows that economy and ecology can be combined usefully. The advantages are, among others, reduced occupation of land, avoiding of river and village translocation and the efficient use of chernozems for topsoil. Various landscape elements are used for the improvement of the ecological conditions in this intensively agricultural area. The illustrated measures show that the mining impacts on nature can be limited, minimized and balanced. It is possible to win the required public acceptance. 3 refs., 3 figs., 2 tabs

  4. A cross-sectional survey on knowledge and perceptions of health risks associated with arsenic and mercury contamination from artisanal gold mining in Tanzania

    OpenAIRE

    Charles, Elias; Thomas, Deborah SK; Dewey, Deborah; Davey, Mark; Ngallaba, Sospatro E; Konje, Eveline

    2013-01-01

    Abstract Background An estimated 0.5 to 1.5 million informal miners, of whom 30-50% are women, rely on artisanal mining for their livelihood in Tanzania. Mercury, used in the processing gold ore, and arsenic, which is a constituent of some ores, are common occupational exposures that frequently result in widespread environmental contamination. Frequently, the mining activities are conducted haphazardly without regard for environmental, occupational, or community exposure. The primary objectiv...

  5. The current environmental impact of base-metal mining at the Tui Mine, Te Aroha, New Zealand

    International Nuclear Information System (INIS)

    Sabti, H.; Hossain, M.M.; Brooks, R.R.; Stewart, R.B.

    2000-01-01

    The current environmental impact of base metal mining at the Tui Mine, Te Aroha and gold mining near Waihi, was investigated by analysis of local waters, stream sediments and aquatic vegetation. X-ray diffraction analysis of heavy metal fractions in stream sediments showed the presence of pyrite in the upper reaches of the Tunakohoia and Tui streams that drain the mineralised reefs and Tui tailings dam. Relatively immobile lead (galena) was retained close to the source, whereas copper and zinc minerals were more mobile and distributed further downstream from the areas of mineralisation. Gold was determined in sediments from the Ohinemuri and Waitekauri Rivers along with other heavy metals derived from sulphide mineralisation at Waihi and Waitekauri. Analysis of waters from the Tui and Tunakohoia streams showed concentrations of arsenic, cadmium, lead and zinc above recommended levels for potable water in the upper parts of these waterways. The discharge of these streams into the Waihou River (sampled upstream from Te Aroha and downstream past Paeroa) did not have any significant effect on heavy-metal concentrations in this river. Aquatic macrophytes sampled in the Waihou, Ohinemuri and Waitekauri Rivers had very high heavy-metal concentrations compared with the ambient water and should be considered as potentially useful for assessing the impact of low-metal fluxes into the waters. Gold was detected in aquatic marcophytes from streams draining both the Martha Mine at Waihi and the Golden Cross Mine at Waitekauri and indicated the possibility of prospecting for gold by analysis of these plants. (author). 17 refs., 3 figs., 6 tabs

  6. Geological Feasibility of Underground Oil Storage in Jintan Salt Mine of China

    Directory of Open Access Journals (Sweden)

    Xilin Shi

    2017-01-01

    Full Text Available A number of large underground oil storage spaces will be constructed in deep salt mines in China in the coming years. According to the general geological survey, the first salt cavern oil storage base of China is planned to be built in Jintan salt mine. In this research, the geological feasibility of the salt mine for oil storage is identified in detail as follows. (1 The characteristics of regional structure, strata sediment, and impermeable layer distribution of Jintan salt mine were evaluated and analyzed. (2 The tightness of cap rock was evaluated in reviews of macroscopic geology and microscopic measuring. (3 According to the geological characteristics of Jintan salt mine, the specific targeted formation for building underground oil storage was chosen, and the sealing of nonsalt interlayers was evaluated. (4 Based on the sonar measuring results of the salt caverns, the characteristics of solution mining salt caverns were analyzed. In addition, the preferred way of underground oil storage construction was determined. (5 Finally, the results of closed well observation in solution mining salt caverns were assessed. The research results indicated that Jintan salt mine has the basic geological conditions for building large-scale underground oil storage.

  7. Application for trackless mining technique in Benxi uranium mine

    International Nuclear Information System (INIS)

    Chen Bingguo

    1998-01-01

    The author narrates the circumstances achieving constructional target in Benxi Uranium Mine under relying on advance of science and technology and adopting small trackless mining equipment, presents the application of trackless mining equipment at mining small mine and complex mineral deposit and discusses the unique superiority of trackless mining technique in development work, mining preparation work and backstoping

  8. Mining engineer requirements in a German coal mine

    Energy Technology Data Exchange (ETDEWEB)

    Rauhut, F J

    1985-10-01

    Basic developments in German coal mines, new definitions of working areas of mining engineers, and groups of requirements in education are discussed. These groups include: requirements of hard-coal mining at great depth and in extended collieries; application of process technology and information systems in semi-automated mines; thinking in processes and systems; organizational changes; future requirements of mining engineers; responsibility of the mining engineer for employees and society.

  9. Acidity and alkalinity in mine drainage: Theoretical considerations

    Science.gov (United States)

    Kirby, Carl S.; Cravotta,, Charles A.

    2004-01-01

    Acidity, net acidity, and net alkalinity are widely used parameters for the characterization of mine drainage, but these terms are not well defined and are often misunderstood. Incorrect interpretation of acidity, alkalinity, and derivative terms can lead to inadequate treatment design or poor regulatory decisions. We briefly explain derivations of theoretical expressions of three types of alkalinities (caustic, phenolphthalein, and total) and acidities (mineral, CO2, and total). Theoretically defined total alkalinity is closely analogous to measured alkalinity and presents few practical interpretation problems. Theoretically defined “CO2- acidity” is closely related to most standard titration methods used for mine drainage with an endpoint pH of 8.3, but it presents numerous interpretation problems, and it is unfortunately named because CO2 is intentionally driven off during titration of mine-drainage samples. Using the proton condition/massaction approach and employing graphs for visualization, we explore the concept of principal components and how to assign acidity contributions to solution species, including aqueous complexes, commonly found in mine drainage. We define a comprehensive theoretical definition of acidity in mine drainage on the basis of aqueous speciation at the sample pH and the capacity of these species to undergo hydrolysis to pH 8.3. This definition indicates the computed acidity in milligrams per liter (mg L-1 ) as CaCO3 (based on pH and analytical concentrations of dissolved FeIII , FeII , Mn, and Al in mg L-1 ): Aciditycomputed = 50. (10(3-pH) + 3.CFeIII/55.8 + 2.CFeII/55.8 + 2.CMn/54.9 + 3.CAl/27.0) underestimates contributions from HSO4 - and H+ , but overestimates the acidity due to Fe3+. These errors tend to approximately cancel each other. We demonstrate that “net alkalinity” is a valid mathematical construction based on theoretical definitions of alkalinity and acidity. We demonstrate that, for most mine-drainage solutions, a

  10. Environmental management throughout the mining cycle: a proactive and integrated approach - 5288

    International Nuclear Information System (INIS)

    Lacroix, E.; Rayot, V.; Descostes, M.; Luquet de Saint Germain, V.; Recoche, G.

    2015-01-01

    Industrial activities such as mining generate environmental impacts. The purpose of AREVA Mines is to avoid and/or to minimize them as much as possible in order to improve its integration into its environment. In this article AREVA environmental strategy is illustrated by 3 case studies: -) project and exploration works in Mongolia, -) the post-mining remediation in Mongolia and Kazakhstan, and -) the closing of the Bellezane (France) site. In conclusion, AREVA environmental strategy for its mining activities is: -) assuming a proactive approach to prevent potential risks and impacts on environment, -) developing a scientific and detailed knowledge of the impacts on environment and implementing appropriate mitigation measures, -) monitoring the environment at the earliest stages of the mining cycle, -) investing in research and development to improve our practices, and -) taking into account the concerns and the knowledge of our stakeholders, and the social and cultural aspects directly linked to the site environment

  11. Mining Together : Large-Scale Mining Meets Artisanal Mining, A Guide for Action

    OpenAIRE

    World Bank

    2009-01-01

    The present guide mining together-when large-scale mining meets artisanal mining is an important step to better understanding the conflict dynamics and underlying issues between large-scale and small-scale mining. This guide for action not only points to some of the challenges that both parties need to deal with in order to build a more constructive relationship, but most importantly it sh...

  12. Indoor metallic pollution related to mining activity in the Bolivian Altiplano

    International Nuclear Information System (INIS)

    Fonturbel, Francisco E.; Barbieri, Enio; Herbas, Cristian; Barbieri, Flavia L.; Gardon, Jacques

    2011-01-01

    The environmental pollution associated with mining and metallurgical activities reaches its greatest extent in several Andean cities and villages. Many locations in this area have accumulated through centuries a large amount of mining wastes, often disregarding the magnitude of this situation. However, in these naturally mineralized regions, there is little information available stating the exact role of mining and metallurgical industries in urban pollution. In this study, we demonstrated that the various metallic elements present in indoor dust (As, Cd, Cu, Pb, Sb, Sn, Zn) had a common origin and this contamination was increased by the proximity to the mines. Lead dust concentration was found at concerning levels for public health. In addition, wrong behaviors such as carrying mining workwear home contributed to this indoor dust pollution. Consequently, the constant exposure of the population could represent a potential health hazard for vulnerable groups, especially children. - Highlights: → We measured polymetallic pollution in household indoor dust from a mining town. → Toxic elements (Pb, As, Cd, Sb) in dust are correlated, suggesting a common origin. → The most polluted houses are within a 1 km radius around the mining center. → Carrying mining workwear home increases indoor pollution. → Lead concentrations in dust represent a serious concern for Public Health (600 μg/g). - In a typical Andean mining city, the urban indoor pollution with toxic metallic elements is directly related to the closeness of the mining activities.

  13. Indoor metallic pollution related to mining activity in the Bolivian Altiplano

    Energy Technology Data Exchange (ETDEWEB)

    Fonturbel, Francisco E., E-mail: fonturbel@ug.uchile.cl [Departamento de Ciencias Ecologicas, Facultad de Ciencias, Universidad de Chile, Santiago (Chile); Barbieri, Enio [IRD-HSM (Institut de Recherche pour le Developpement), La Paz (Bolivia, Plurinational State of); Herbas, Cristian [Universidad Mayor de San Andres, IGEMA Institute (Instituto de Investigaciones Geologicas y del Medio Ambiente), La Paz (Bolivia, Plurinational State of); Barbieri, Flavia L.; Gardon, Jacques [IRD-HSM (Institut de Recherche pour le Developpement), La Paz (Bolivia, Plurinational State of); Universidad Mayor de San Andres, SELADIS Institute (Instituto de Servicios de Laboratorio para el Diagnostico e Investigacion en Salud), La Paz (Bolivia, Plurinational State of)

    2011-10-15

    The environmental pollution associated with mining and metallurgical activities reaches its greatest extent in several Andean cities and villages. Many locations in this area have accumulated through centuries a large amount of mining wastes, often disregarding the magnitude of this situation. However, in these naturally mineralized regions, there is little information available stating the exact role of mining and metallurgical industries in urban pollution. In this study, we demonstrated that the various metallic elements present in indoor dust (As, Cd, Cu, Pb, Sb, Sn, Zn) had a common origin and this contamination was increased by the proximity to the mines. Lead dust concentration was found at concerning levels for public health. In addition, wrong behaviors such as carrying mining workwear home contributed to this indoor dust pollution. Consequently, the constant exposure of the population could represent a potential health hazard for vulnerable groups, especially children. - Highlights: > We measured polymetallic pollution in household indoor dust from a mining town. > Toxic elements (Pb, As, Cd, Sb) in dust are correlated, suggesting a common origin. > The most polluted houses are within a 1 km radius around the mining center. > Carrying mining workwear home increases indoor pollution. > Lead concentrations in dust represent a serious concern for Public Health (600 {mu}g/g). - In a typical Andean mining city, the urban indoor pollution with toxic metallic elements is directly related to the closeness of the mining activities.

  14. Modernization of hydrogeological and mine dewatering researches in the Transdanubian Mid-Mountains

    Energy Technology Data Exchange (ETDEWEB)

    Szilagyi, G.; Vizy, B.

    1990-01-01

    The present state of the karst water system of the Transdanubian Mid-Mountains is outlined and the measures to be done in order to protect the main karst system of the region are listed. The items of modernization are presented including the closing of mines (both the coal and the bauxite mines) and the modernization of hydrogeological exploration methods (to develop a uniform information system on the karst system of the Transdanubian Mid-Mountains).

  15. Distributions and concentrations of thallium in surface waters of a region impacted by historical metal mining (Cornwall, UK).

    Science.gov (United States)

    Tatsi, Kristi; Turner, Andrew

    2014-03-01

    Thallium is a highly toxic heavy metal whose concentrations and distributions in the aquatic environment are poorly defined. In this study, concentrations of aqueous and total Tl have been measured in water samples from a variety of rivers and effluents (the latter related to historical metal mining) in the county of Cornwall, SW England. Aqueous concentrations ranged from about 13 ng L(-1) in a river whose catchment contained no metal mines to 2,640 ng L(-1) in water abstracted directly from an abandoned mine shaft. Concentrations of Tl in rivers were greatest in the vicinity of mine-related effluents, with a maximum value measured of about 770 ng L(-1). Thallium was not efficiently removed by the conventional, active treatment of mine water, and displayed little interaction with suspended particles. Its mobility in surface waters, coupled with concentrations that are close to a quality guideline of 800 ng L(-1), is cause for concern. Accordingly, we recommend that the metal is more closely monitored in this and other regions impacted by mining activities. Copyright © 2013 Elsevier B.V. All rights reserved.

  16. Elliot Lake uranium mine reclamation, the first ten years

    International Nuclear Information System (INIS)

    Payne, R.A.

    2000-01-01

    In 1989, Rio Algom Limited finalized its plans for the closure and subsequent decommissioning of two of its then three operating mines in Elliot Lake as a result of market conditions. These two mines closed in August 1990. These mine closures had significant impacts. The principal mining operations of Rio Algom at that time were still in Elliot Lake and had been the very foundation of the company for about 40 years. The business impact on the Corporation was regarded as possibly severe. The resultant layoff of over 1,500 long-term, highly qualified, skilled and well-paid employees, a devastating blow to the affected employees and their families, would have a significant financial impact on the municipal economy, particularly as this announcement was seen as the first step in the early closure of all four operating mines in the region. At that time there was little precedence for such a high profile mine closure program and consequently the many unknowns relating to the mine decommissioning process, legislative requirements and society's expectations resulted in a perception of a significant yet ill-defined liability. In this atmosphere of understandable company, stakeholder and public concern, Rio Algom Limited embarked on what has turned out to be a long, rigorous, challenging yet ultimately reasonable and rewarding process of progressive reclamation of all its Elliot Lake mines, some ten in total (nine uranium, one copper). Over the past ten years, reclamation of all ten mines has been successfully completed, some $70 m plus has been expended in direct site reclamation works and the workforce has been reduced from over 2,500 to just 4. After ten years, the focus of attention is now on the long-term care, maintenance, monitoring and reporting required for the decommissioned mine sites, and the accomplishment of this in the best interests of all the stakeholders. (author)

  17. Microbial decontamination of uranium mine drainage

    International Nuclear Information System (INIS)

    Hard, B.C.; Babel, W.

    2001-01-01

    One of the problems one is faced with when uranium mines are closed is the decontamination of acid mine drainage (AMD) from tailings and flooding of the underground mines. The high concentrations of sulfates and metals in mining water make it impossible to dispose of the water into rivers without having to decontaminate it first. A bioremediation process is proposed in which sulfate-reducing bacteria are used to remove metals, neutralize the water and reduce the sulfate concentrations. Methylotrophic sulfate-reducing strains have been isolated which can be used in such a process. Lab scale experiments with different reactor types were carried out in order to find the optimum design for this bioremediation process. Comparisons were made between methanol and other electron donors with regards to their suitability as substrate for this process. Methanol was found to be most suited. Laboratory data suggest that immobilizing the bacteria on pumice particles increases the sulfate-reduction rate (SRR) up to three fold to 18 mg/l.h, compared to the rates of free flowing cells of between 3.7 and 6.8 mg/l.h. Preliminary experiments on a larger scale (15 l) using acid mine drainage pH 2.5 show SRR of 0.71 mg/l.h. In biosorption experiments up to 140 mg of aluminium per g biomass was removed from the water. One strain was found to reduce uranium VI, thus changing it from the soluble to the insoluble form. The application of the proposed process with regards to bioremediation of AMD are discussed. (orig.)

  18. Basic status of uranium mine production at the beginning of the new century

    International Nuclear Information System (INIS)

    Tan Chenglong

    2005-01-01

    At the beginning of the new century, the global uranium mine production declined slightly, the spot uranium price was close to or slightly higher than that of the last century. The uranium consumption in global nuclear electricity generation does not fluctuate greatly, remains stable as a whole. Although certain accidents have taken place during the period of uranium mine production, uranium production remains stable, uranium's demand and supply remain balanced basically. In the global uranium mine production at the beginning of the new century, production from hard rock uranium mines still plays the leading role, and production from in-situ leachable sandstone-type uranium mines increases by a small margin and makes up one fifth of the total global uranium mine production. Several transnational uranium industry companies have become the main stockholders of low cost uranium production centers all around the world. Most mining uranium deposits and uranium production centers have centralized in a few countries. The globalized distribution of uranium resources during the progress of the world's economy globalization has taken shape in the uranium industry. (authors)

  19. Restoration of rare earth mine areas: organic amendments and phytoremediation.

    Science.gov (United States)

    Zhou, Lingyan; Li, Zhaolong; Liu, Wen; Liu, Shenghong; Zhang, Limin; Zhong, Liyan; Luo, Ximei; Liang, Hong

    2015-11-01

    Overexploitation of rare earth mine has caused serious desertification and various environmental issues, and ecological restoration of a mining area is an important concern in China. In this study, experiments involving dry grass landfilling, chicken manure broadcasting, and plant cultivation were carried out to reclaim a rare earth mine area located in Heping County, Guangdong Province, China. The prime focus was to improve soil quality in terms of nutrients, microbial community, enzyme activity, and physicochemical properties so as to reclaim the land. After 2 years of restoration, an increase of organic matter (OM), available potassium (K), available phosphorus (P) levels, and acid phosphatase (ACP) activity and a reduction of the available nitrogen (N) level and urease (URE) activity in soil were achieved compared to the original mined land. The nutrients and enzyme activities in soil with 5 years of restoration were close to or surpass those in the unexploited land as control. The bulk density, total porosity, water holding capacity, pH, and electrical conductivity (EC) of soil were improved, and the number of cultivable microorganisms and the bacterial diversity in soil were greatly increased with time during ecological restoration, especially for surface soil. Furthermore, the artificial vegetation stably grew at the restored mining sites. The results indicated that organic amendments and phytoremediation could ecologically restore the rare earth mining sites and the mined land could finally be planted as farmland.

  20. Web of Things-Based Remote Monitoring System for Coal Mine Safety Using Wireless Sensor Network

    OpenAIRE

    Bo, Cheng; Xin, Cheng; Zhongyi, Zhai; Chengwen, Zhang; Junliang, Chen

    2014-01-01

    Frequent accidents have occurred in coal mine enterprises; therefore, raising the technological level of coal mine safety monitoring systems is an urgent problem. Wireless sensor networks (WSN), as a new field of research, have broad application prospects. This paper proposes a Web of Things- (WoT-) based remote monitoring system that takes full advantage of wireless sensor networks in combination with the CAN bus communication technique that abstracts the underground sensor data and capabili...

  1. Industrial contamination of soil related to some active and closed mine facilities in the Republic of Macedonia

    Directory of Open Access Journals (Sweden)

    Tasev Goran K.

    2015-01-01

    Full Text Available Several industrial pollution sources at the territory of the Republic of Macedonia, were studied, one Pb-Zn mine with mill, one copper mine with mill and copper leaching facility, as well as one former Pb-Zn smelting facility near the city of Veles and one Fe-Ni smelting facility near the city of Kavadarci. The concentrations of heavy metals at Veles hot-spot were in the range: 20÷1823 mg kg- 1Pb, 29÷2395 mg kg-1Zn, 28÷65 mgkg-1Cd, 27÷82 mg kg-1 Cu, 39÷164 mg kg-1Ni, 508÷938 mgkg-1Mn and 1.6÷3.8% Fe, all of them being above Dutch standard optimal values. The vicinity of the Feni plant displayed concentrations of heavy metals as follows: 16÷31 mg kg-1 Pb, 117÷286 mgkg-1 Zn, 13÷24 mg kg-1Co, 42÷119 mg kg-1 Cu, 158÷292 mg kg-1Ni, 119÷236 mg kg-1 Cr and 2.24÷3.79% Fe. Airborne dust measurements around the Zletovo mine displayed multiplexed above standard values, with an exception of nickel, there enrichment factors ranged from mediate ones such were those for copper of 20.8, cadmium of 28.7, arsenic of 32.5 up to high ones for zinc with 341.7 and lead 925. Soil samples around the Zletovo mine displayed: 19.3-76.9 g kg-1 Fe, 643-28000 mg kg-1 Mn, 42.3-529.66 mg kg-1 Pb and 138-3240 mg kg-1 Zn. Finally around the Bucim copper mine the results displayed the following findings: 13.1÷225 mg kg-1 As, 0.67÷17.9 mg kg-1 Cd, 30.1÷171 mg kg-1 Cr, 17.8÷1734 mg kg-1 Cu, 9.8÷69.4 mg kg-1 Ni, 46÷3456 mg kg-1 Pb, 88÷3438 mg kg-1 Zn, 169÷998 mg kg-1 Mn, 0.73÷5.02% Fe.

  2. Implementation of Paste Backfill Mining Technology in Chinese Coal Mines

    Science.gov (United States)

    Chang, Qingliang; Zhou, Huaqiang; Bai, Jianbiao

    2014-01-01

    Implementation of clean mining technology at coal mines is crucial to protect the environment and maintain balance among energy resources, consumption, and ecology. After reviewing present coal clean mining technology, we introduce the technology principles and technological process of paste backfill mining in coal mines and discuss the components and features of backfill materials, the constitution of the backfill system, and the backfill process. Specific implementation of this technology and its application are analyzed for paste backfill mining in Daizhuang Coal Mine; a practical implementation shows that paste backfill mining can improve the safety and excavation rate of coal mining, which can effectively resolve surface subsidence problems caused by underground mining activities, by utilizing solid waste such as coal gangues as a resource. Therefore, paste backfill mining is an effective clean coal mining technology, which has widespread application. PMID:25258737

  3. Possibilities of Sulphate Elimination from Mine Water

    Directory of Open Access Journals (Sweden)

    Heviánková Silvie

    2004-12-01

    Full Text Available The issue of „acid water“ (or AMD is well known in the world for some centuries. In the Eastern Slovakia, the most acid surface water occurs in the area of old mine Smolník, which is closed and submerged for 15 years. The submitted contribution deals with the sulphate-elimination from this locality. Recently, several methods of sulphate-elimination from the mine water are applied. The best-known methods are biological, physical-chemical and chemical precipitation. The method described in this contribution consists of chemical precipitation by sodium aluminate and calcium hydrate. Under application of this method very interesting results were obtained. The amount of SO42- anions decreased to almost zero-value, using optimal doses of the chemical reagents.

  4. Engineering and commissioning of a uranium mine in Brazil

    International Nuclear Information System (INIS)

    Moraes Barros Filho, F.V. de; Le Mailloux, Y.

    1984-01-01

    After a brief recital of the uranium projects in Brazil, this article describes the part played by engineering in the commissioning of the mining operations of the deposits of Pocos de Caldas, based on an evaluation of the deposit, comprising a study of the design and a comparison of the elaborated versions, a complete draft scheme for the finally chosen solution, and a participation in the check of the detailed investigations and in the erection of the plant, also in the training of the responsible section heads and finally the collaboration with Nuclebras for the starting and developing of the mining operations. The mine is then described with its specific problems, the solutions which have been evolved and the investigations which are carried on with the assistance of engineering. The following points have become clear, the multiplicity of the tasks incumbent on engineering, the necessity of training at the operator's mine qualified engineering representatives, the advantages but also the difficulties of a close cooperation of operator and engineering staff [fr

  5. Influence of noxious products of blasting in mine air on miners' health

    Energy Technology Data Exchange (ETDEWEB)

    Zemlyakova, L F; Sukhanov, V V

    1979-07-01

    Changes in the percentage of carbon monoxide and nitric oxide in mine air as a result of blasting is analyzed as measured in coal mines of the Donbass in coal seams located from 500 m to 1000 m underground. It is stated that 15 minutes after blasting the concentration of carbon monoxide and nitric oxide drops to a permissible level. Fifty minutes after blasting the percentage of nitric oxide in mine air drops to such a level that it can not be detected. Carbon monoxide can be detected until the blasted rocks and coal are removed from the heading. The percentage of nitric oxide in mine air falls with growing depth of workings. The interdependence between state of miners' health and their contact with noxious gases is also analyzed. The analysis shows that miners working where blasting is used are ill more frequently than other miners, and their absence due to illness is longer. (In Russian)

  6. From chemical risk assessment to environmental resources management: the challenge for mining.

    Science.gov (United States)

    Voulvoulis, Nikolaos; Skolout, John W F; Oates, Christopher J; Plant, Jane A

    2013-11-01

    On top of significant improvements and progress made through science and engineering in the last century to increase efficiency and reduce impacts of mining to the environment, risk assessment has an important role to play in further reducing such impacts and preventing and mitigating risks. This paper reflects on how risk assessment can improve planning, monitoring and management in mining and mineral processing operations focusing on the importance of better understanding source-pathway-receptor linkages for all stages of mining. However, in light of the ever-growing consumption and demand for raw materials from mining, the need to manage environmental resources more sustainably is becoming increasingly important. The paper therefore assesses how mining can form an integral part of wider sustainable resources management, with the need for re-assessing the potential of mining in the context of sustainable management of natural capital, and with a renewed focus on its the role from a systems perspective. The need for understanding demand and pressure on resources, followed by appropriate pricing that is inclusive of all environmental costs, with new opportunities for mining in the wastes we generate, is also discussed. Findings demonstrate the need for a life cycle perspective in closing the loop between mining, production, consumption and waste generation as the way forward.

  7. Status, Distribution, and Diversity of Birds in Mining Environment of Kachchh, Gujarat

    Directory of Open Access Journals (Sweden)

    Nikunj B. Gajera

    2013-01-01

    Full Text Available Opencast mining is one of the major reasons for the destruction of natural habitats for many wildlife including birds. The Kachchh region belongs to the arid part of India and is one of the rich areas of mineral resources in the country. In the recent time and after the 2001 earthquake, mining and other developmental activities are increased, and as a result, the natural habitats of birds are disturbed and fragmented. So, this study was conducted to assess the impact of mining and associated activities on the diversity and distribution of birds. Birds were studied by surveying 180 transects along 9 zones around three selected major mines, and each zone is made in every 2 km radius from the mine. Based on the record, it was found that the density and diversity of birds are highest in zone 5 and lowest in zone 1 and zone 2, respectively. The result indicates that the diversity and abundance of birds were less in zones which are located close to the mines in comparison to the zones far from the mines. In conclusion, mining and its associated activities have some impacts on the diversity and distribution of birds in Kachchh region in India.

  8. The SONICHAR coal mine and electricity production thermal plant in Tchirozerine (Niger. Chemical analysis of drainage waters

    International Nuclear Information System (INIS)

    2009-06-01

    After a brief presentation of the coal mining and electricity production activities of the SONICHAR, and the related concerns about the environmental impacts of these activities, this document reports analyses performed on mine drainage waters, and on water samples coming from a pit located upstream the mine effluent and from a pit close to this effluent. Different sulfates and metals display much higher contents than those admitted for drinkable water in Europe

  9. Optimization of shovel-truck system for surface mining

    Energy Technology Data Exchange (ETDEWEB)

    Ercelebi, S.G.; Bascetin, A. [Istanbul Technical University, Istanbul (Turkey). Mining Engineering Department

    2009-07-15

    In surface mining operations, truck haulage is the largest item in the operating costs, constituting 50 to 60% of the total. In order to reduce this cost, it is necessary to allocate and dispatch the trucks efficiently. This paper describes shovel and truck operation models and optimization approaches for the allocation and dispatching of trucks under various operating conditions. Closed queuing network theory is employed for the allocation of trucks and linear programming for the purpose of truck dispatching to shovels. A case study was applied for the Orhaneli open Pit Coal Mine in Turkey. This approach would provide the capability of estimating system performance measures (mine throughput, mean number of trucks, mean waiting time, etc.) for planning purposes when the truck fleet is composed of identical trucks. A computational study is presented to show how choosing the optimum number of trucks and optimum dispatching policy affect the cost of moving material in a truck-shovel system.

  10. Radiation situation during underground mineral raw materials mining

    International Nuclear Information System (INIS)

    Ogorodnikov, B.I.

    2007-01-01

    One studied the content and the ratio of 4 0 K, 226 Ra, 232 Th and 238 U natural radionuclides in the ores mined in Egypt, Iran, China and Turkey. It is shown that in some ores, for example, in the carbonaceous shale mined in China, in the Iranian bauxite and turquoise Ra eq is higher than 370 Bq/kg, that is, it is higher than the value recommended by the International Scientific Committee on Radiation Effect. The Chinese bituminous shale shows high content of 226 Ra, while 226 Ra/ 232 Th concentration ratio varies between 10 and 60 in contrast to that of other numerous mineral raw materials being close to 1-3. In a number of mines one recorded high concentrations of radon (higher than 300 Bq/m 3 ). Inhalation of such an air results in the essential internal irradiation. The average annual dose equivalents for miners may be higher than the maximum permissible value equal to 20 mSv/g [ru

  11. Numerical Analysis on Failure Modes and Mechanisms of Mine Pillars under Shear Loading

    Directory of Open Access Journals (Sweden)

    Tianhui Ma

    2016-01-01

    Full Text Available Severe damage occurs frequently in mine pillars subjected to shear stresses. The empirical design charts or formulas for mine pillars are not applicable to orebodies under shear. In this paper, the failure process of pillars under shear stresses was investigated by numerical simulations using the rock failure process analysis (RFPA 2D software. The numerical simulation results indicate that the strength of mine pillars and the corresponding failure mode vary with different width-to-height ratios and dip angles. With increasing dip angle, stress concentration first occurs at the intersection between the pillar and the roof, leading to formation of microcracks. Damage gradually develops from the surface to the core of the pillar. The damage process is tracked with acoustic emission monitoring. The study in this paper can provide an effective means for understanding the failure mechanism, planning, and design of mine pillars.

  12. Microbial diversity at the moderate acidic stage in three different sulfidic mine tailings dumps generating acid mine drainage.

    Science.gov (United States)

    Korehi, Hananeh; Blöthe, Marco; Schippers, Axel

    2014-11-01

    In freshly deposited sulfidic mine tailings the pH is alkaline or circumneutral. Due to pyrite or pyrrhotite oxidation the pH is dropping over time to pH values tailings are only scarcely studied. Here we investigated the microbial diversity via 16S rRNA gene sequence analysis in eight samples (pH range 3.2-6.5) from three different sulfidic mine tailings dumps in Botswana, Germany and Sweden. In total 701 partial 16S rRNA gene sequences revealed a divergent microbial community between the three sites and at different tailings depths. Proteobacteria and Firmicutes were overall the most abundant phyla in the clone libraries. Acidobacteria, Actinobacteria, Bacteroidetes, and Nitrospira occurred less frequently. The found microbial communities were completely different to microbial communities in tailings at

  13. Site-specific climate analysis elucidates revegetation challenges for post-mining landscapes in eastern Australia

    Directory of Open Access Journals (Sweden)

    P. Audet

    2013-10-01

    Full Text Available In eastern Australia, the availability of water is critical for the successful rehabilitation of post-mining landscapes and climatic characteristics of this diverse geographical region are closely defined by factors such as erratic rainfall and periods of drought and flooding. Despite this, specific metrics of climate patterning are seldom incorporated into the initial design of current post-mining land rehabilitation strategies. Our study proposes that a few common rainfall parameters can be combined and rated using arbitrary rainfall thresholds to characterise bioregional climate sensitivity relevant to the rehabilitation these landscapes. This approach included assessments of annual rainfall depth, average recurrence interval of prolonged low intensity rainfall, average recurrence intervals of short or prolonged high intensity events, median period without rain (or water-deficit and standard deviation for this period in order to address climatic factors such as total water availability, seasonality and intensity – which were selected as potential proxies of both short- and long-term biological sensitivity to climate within the context of post-disturbance ecological development and recovery. Following our survey of available climate data, we derived site "climate sensitivity" indexes and compared the performance of 9 ongoing mine sites: Weipa, Mt. Isa and Cloncurry, Eromanga, Kidston, the Bowen Basin (Curragh, Tarong, North Stradbroke Island, and the Newnes Plateau. The sites were then ranked from most-to-least sensitive and compared with natural bioregional patterns of vegetation density using mean NDVI. It was determined that regular rainfall and relatively short periods of water-deficit were key characteristics of sites having less sensitivity to climate – as found among the relatively more temperate inland mining locations. Whereas, high rainfall variability, frequently occurring high intensity events, and (or prolonged seasonal

  14. Site-specific climate analysis elucidates revegetation challenges for post-mining landscapes in eastern Australia

    Science.gov (United States)

    Audet, P.; Arnold, S.; Lechner, A. M.; Baumgartl, T.

    2013-10-01

    In eastern Australia, the availability of water is critical for the successful rehabilitation of post-mining landscapes and climatic characteristics of this diverse geographical region are closely defined by factors such as erratic rainfall and periods of drought and flooding. Despite this, specific metrics of climate patterning are seldom incorporated into the initial design of current post-mining land rehabilitation strategies. Our study proposes that a few common rainfall parameters can be combined and rated using arbitrary rainfall thresholds to characterise bioregional climate sensitivity relevant to the rehabilitation these landscapes. This approach included assessments of annual rainfall depth, average recurrence interval of prolonged low intensity rainfall, average recurrence intervals of short or prolonged high intensity events, median period without rain (or water-deficit) and standard deviation for this period in order to address climatic factors such as total water availability, seasonality and intensity - which were selected as potential proxies of both short- and long-term biological sensitivity to climate within the context of post-disturbance ecological development and recovery. Following our survey of available climate data, we derived site "climate sensitivity" indexes and compared the performance of 9 ongoing mine sites: Weipa, Mt. Isa and Cloncurry, Eromanga, Kidston, the Bowen Basin (Curragh), Tarong, North Stradbroke Island, and the Newnes Plateau. The sites were then ranked from most-to-least sensitive and compared with natural bioregional patterns of vegetation density using mean NDVI. It was determined that regular rainfall and relatively short periods of water-deficit were key characteristics of sites having less sensitivity to climate - as found among the relatively more temperate inland mining locations. Whereas, high rainfall variability, frequently occurring high intensity events, and (or) prolonged seasonal drought were primary

  15. Hydrologic conditions in the coal mining district of Indiana and implications for reclamation of abandoned mine lands

    International Nuclear Information System (INIS)

    Olyphant, G.A.; Harper, D.

    1998-01-01

    Bedrock strata of the mining district of Indiana (Indiana Coal Mining District, ICMD) include numerous coalbeds of economic importance, together with underclays, roof shales, limestones, and sandstones of Pennsylvanian age. These are typically poor aquifers with low hydraulic conductivities and specific yields. Surficial materials include loess, till, alluvium, and other deposits of pleistocene age. The loess and till also have low hydraulic conductivities, so that very few shallow aquifers exist in the vicinities of abandoned mine land (AML) sites, except where they are close to the alluvial fill of large bedrock valleys. The hydrologic cascade at AML sites in Indiana is strongly conditioned by the existence of elevated deposits of coarse-grained coal-preparation refuse and flooded underground mine workings. Flooded mines are the principal conduits of groundwater flow in the area, but their boundaries, flowpaths, and mechanisms of recharge and discharge are very different from those of natural aquifers and are poorly understood. Acidic mine drainage often emerges as seepages and springs on the edges of the elevated refuse deposits, but the low permeability of the natural surficial materials and bedrock inhibits the development of off-site groundwater contaminant plumes. The water balance across the surface of the refuse deposits is critical to reclamation planning and success. Enhancing runoff through reduction of infiltration capacity has the beneficial effect of reducing recharge through the acid-generating refuse, but the excess runoff may be accompanied by soil erosion that can lead to reclamation failure. Furthermore, during cool seasons and stormy periods, a well vegetated surface promotes recharge through increased infiltration, resulting in greater rates of acidic baseflow seepage. Passive Anoxic Limestone Drains (PALDs) have been successfully coupled with wetland treatment systems to improve surface waters that discharge from AML sites. Storm runoff from

  16. 30 CFR 819.21 - Auger mining: Protection of underground mining.

    Science.gov (United States)

    2010-07-01

    ... 30 Mineral Resources 3 2010-07-01 2010-07-01 false Auger mining: Protection of underground mining. 819.21 Section 819.21 Mineral Resources OFFICE OF SURFACE MINING RECLAMATION AND ENFORCEMENT... STANDARDS-AUGER MINING § 819.21 Auger mining: Protection of underground mining. Auger holes shall not extend...

  17. Radiological data acquisition, investigation and evaluation of mining relics

    International Nuclear Information System (INIS)

    1992-01-01

    Within the scope of a Federal Project, the environmental radioactivity and the radon concentration in buildings caused by mining relics in the new Federal Lands of Germany are investigated. In the first phase of the project, about 8000 relics of former mining were identified by analysing existing documents, categorised, and recorded in a special data bank. Thereby, 'areas of suspicion' of 1500 km 2 spaciously defined in the beginning could be reduced to 'areas of investigation' of 250 km 2 now to be examined in close coordination with the land and district authorities by a programme gradually adapted to the radiological significance of the relics. Experience with site-specific measuring programmes have already been gained through three pilot projects at typical sites of former mining activities. Recommendations of the German Radiation Protection Commission serve for the evaluation of the results. By the measuring programme for radon in buildings of mining and geological predestined regions more than 25000 buildings of 210 communities have been investigated. The results confirm the expected prevailing influence of the geologic underground on the radon concentration. Extreme values are observed where direct connections additionally exist to mining relics in the ground. (orig./HP) With 11 figs. in annex [de

  18. Contract Mining versus Owner Mining – The Way Forward | Suglo ...

    African Journals Online (AJOL)

    Ghana Mining Journal ... By contracting out one or more of their mining operations, the mining companies can concentrate on their core businesses. This paper reviews ... The general trends in the mining industry show that contract mining will be the way forward for most mines under various circumstances in the future.

  19. FLEXOWELL vertical lift systems in underground mining and construction industries

    Energy Technology Data Exchange (ETDEWEB)

    Paelke, J.W.

    1988-06-01

    Mining and quarrying companies are seeking improved and more continuous transport methods to reduce their costs. Frequently in the past the use of conveyors has been ruled out in steep mining applications but now the Scholtz FLEXOWELL belting which can be used at angles up to the vertical will enable many mines to consider complete belt conveyor systems for the first time. Applications will include steep conveyors for surface mines and quarries in order to eliminate the need for expensive and noisy fleets of trucks and the associated requirements to maintain haul roads. A further field is in the use of steep or vertical conveyors in underground mines to ensure improved continuity of output in existing shaft systems or reduced development costs in new mines. The Scholtz company, a member of the Nokia Group which had sales of about 3.5 billion U.S. Dollars in 1987, has more than 20 years experience with their FLEXOWELL belts. Over 40,000 units are operating around the world. These are already fully proven for vertical lifts of over 100 m (328ft) and up to 500 m (1,640 ft) is possible. Tonnage ratings of up to 4,000 t/h are achievable. Widespread acceptance of this technology has resulted in unique and major installations over the past few years. This paper reviews various applications - from the viewpoint of successfully proven vertical lift systems as well as the maintenance and downtime aspects. 3 refs., 9 figs.

  20. Panorama of mining activities in France during 1995

    International Nuclear Information System (INIS)

    Michel, J.C.; Bornuat, M.; Mouron, R.

    1996-01-01

    The French mining industry in 1995 continued to follow the overall trend of the past 5 to 10 years characterized mainly by: 1)a decline in the production of most energy materials: oil, coal, uranium. This decline will probably be further accentuated over the next two years with the planned closure of Lodeve (U), Forbach, La Mure and Carmaux (coal). Gas production, however, has remained relatively stable at 4.7 to 5 billion m''3 per year. 2)a scarcity of metal ore mines in Metropolitan France 3)an increase in the production of gold that, in 1995, came close to 6 tonnes in Metropolitan France and reached 8.4 tonnes with French Guiana. 4)the development of metal ore mining in the DOM-TOM 5) divergent developments in the industrial mineral sector: downward trends for sulfur, talc, andalusite, diatomite and silica; upward trends for kaolin, mica, feldspar and salt. Although overall the decline in mine production continued, the panorama does include some positive aspects: 1)France's independence in the energy sector exceeded the half-way mark two years ago and 1995 saw an appreciable decrease in the nation's energy bill compared to 1994. 2)French companies involved in metal mining have adapted themselves to world trends: Cogema has diversified its uranium sources mainly through its mining interests in Canada; Eramet has strengthened its activities by becoming the majority shareholder of Comilog, a manganese producer in Gabon. France also has mining interests in Africa, South America and Europe through LaSource Compagnie Miniere (BRGM and Normandy) created in 1995 3) France's position and production in the industrial mineral sector are significant at European scale, if not at world scale, as regards andalusite, diatomite, kaolin, mica, feldspar, sulfur, potassium, salt and industrial silica. Finally, mention must be made of the increasing environmental awareness by the French authorities and mining companies. This has resulted in a major rehabilitation of mine sites by

  1. Application of Tunnel Repair Technology under the Influence of Frequent Mining%频繁采动影响下巷道修复技术的应用

    Institute of Scientific and Technical Information of China (English)

    姚绍强; 郝立东

    2011-01-01

    Under the influence of frequent mining, the roadway and cavern are damaged often in construction repair and use process because of the unreasonable support method and parameter selection. In recent years, the anchors, nets, spray, beam, cable, note supporting technology are promoted to repair roadway, which has opened up a new way to support and repair the roadway and cavern. Its application effectively controls the rock deformation and ensures the stability of the roadway and cavern supporting.%介绍频繁采动影响下巷道和硐室,因支护方式和参数选择不尽合理,在施工修复和使用过程中时有破坏.采用近年来推广的锚、网、喷、梁,索、注支护技术进行修复巷道,在巷道、硐室的支护与修复开辟了一条新的途径.它的推广应用,有效地控制了围岩变形,保证了巷道、硐室支护的稳定.

  2. Contamination of arctic Fjord sediments by Pb-Zn mining at Maarmorilik in central West Greenland

    DEFF Research Database (Denmark)

    Perner, Kerstin; Leipe, Thomas; Dellwig, O

    2010-01-01

    This study focuses on heavy metal contamination of arctic sediments from a small Fjord system adjacent to the Pb-Zn "Black Angel" mine (West Greenland) to investigate the temporal and spatial development of contamination and to provide baseline levels before the mines re-opening in January 2009....... Maximum contents were found at 12 cm depth in Affarlikassaa. After 17 years the mine last closed, specific local hydrographic conditions continue to disperse heavy metal enriched material derived from the Affarlikassaa into Qaumarujuk. Total Hg profiles from multi-cores along the transect clearly...

  3. The Cogemagazine reviews. The rehabilitation of mining sites in France; Les cahiers de Cogemagazine. Le reamenagement des sites miniers en France

    Energy Technology Data Exchange (ETDEWEB)

    Loriot, O.; Bof, M.; Villeneuve, A

    1998-02-01

    The French uranium mines are progressively closing down. After a mining division has closed down, the main objectives of the Cogema group are: ensuring the long-term safety and healthiness of the site, reducing the residual impacts, preventing any abusive intrusion, reducing the surface of land submitted to right-of-way, encouraging the reconversion of the site, and succeeding in the integration of the site in the landscape in agreement with the local authorities. This brochure presents the strategy followed by Cogema for the rehabilitation of his sites: the French mining concessions and the uranium extraction and processing techniques, the storage of tailings and processing residues, the environment protection and the respect of regulation (environmental surveillance, working groups, administrative procedures and regulatory texts, impact studies...), the backfilling and safety of underground mines, the cost studies for the rehabilitation of open cast mines, the dismantling of factories, the confinement of residues and the revegetation, the continuous monitoring of the rehabilitated sites (water, atmosphere, food..). (J.S.)

  4. Selection of mining method for No.3 uranium ore body in the independent mining area at a uranium mine

    International Nuclear Information System (INIS)

    Ding Fulong; Ding Dexin; Ye Yongjun

    2010-01-01

    Mining operation in the existed mining area at a uranium mine is near completion and it is necessary to mine the No.3 uranium ore body in another mining area at the mine. This paper, based on the geological conditions, used analogical method for analyzing the feasible methods and the low cost and high efficiency mining method was suggested for the No.3 ore body in the independent mining area at the uranium mine. (authors)

  5. 78 FR 77706 - Notice of Intent To Prepare an Environmental Impact Statement for the Proposed Gemfield Mine...

    Science.gov (United States)

    2013-12-24

    ... gold mine and associated processing and ancillary facilities. The project would be located on public... media, newspapers and the BLM Web site at: http://www.blm.gov/nv/st/en/fo/battle_mountain_field.html... to construct, operate, reclaim, and close an open pit, heap leach, gold mining operation known as the...

  6. Surface Mining and Reclamation Effects on Flood Response of Watersheds in the Central Appalachian Plateau Region

    Science.gov (United States)

    Ferrari, J. R.; Lookingbill, T. R.; McCormick, B.; Townsend, P. A.; Eshleman, K. N.

    2009-01-01

    Surface mining of coal and subsequent reclamation represent the dominant land use change in the central Appalachian Plateau (CAP) region of the United States. Hydrologic impacts of surface mining have been studied at the plot scale, but effects at broader scales have not been explored adequately. Broad-scale classification of reclaimed sites is difficult because standing vegetation makes them nearly indistinguishable from alternate land uses. We used a land cover data set that accurately maps surface mines for a 187-km2 watershed within the CAP. These land cover data, as well as plot-level data from within the watershed, are used with HSPF (Hydrologic Simulation Program-Fortran) to estimate changes in flood response as a function of increased mining. Results show that the rate at which flood magnitude increases due to increased mining is linear, with greater rates observed for less frequent return intervals. These findings indicate that mine reclamation leaves the landscape in a condition more similar to urban areas rather than does simple deforestation, and call into question the effectiveness of reclamation in terms of returning mined areas to the hydrological state that existed before mining.

  7. Application of remote-sensing techniques to hydrologic studies in selected coal-mine areas of southeastern Kansas

    Science.gov (United States)

    Kenny, J.F.; McCauley, J.R.

    1983-01-01

    Disturbances resulting from intensive coal mining in the Cherry Creek basin of southeastern Kansas were investigated using color and color-infrared aerial photography in conjunction with water-quality data from simultaneously acquired samples. Imagery was used to identify the type and extent of vegetative cover on strip-mined lands and the extent and success of reclamation practices. Drainage patterns, point sources of acid mine drainage, and recharge areas for underground mines were located for onsite inspection. Comparison of these interpretations with water-quality data illustrated differences between the eastern and western parts of the Cherry Creek basin. Contamination in the eastern part is due largely to circulation of water from unreclaimed strip mines and collapse features through the network of underground mines and subsequent discharge of acidic drainage through seeps. Contamination in the western part is primarily caused by runoff and seepage from strip-mined lands in which surfaces have frequently been graded and limed but are generally devoid of mature stands of soil-anchoring vegetation. The successful use of aerial photography in the study of Cherry Creek basin indicates the potential of using remote-sensing techniques in studies of other coal-mined regions. (USGS)

  8. Mining the Temporal Dimension of the Information Propagation

    Science.gov (United States)

    Berlingerio, Michele; Coscia, Michele; Giannotti, Fosca

    In the last decade, Social Network Analysis has been a field in which the effort devoted from several researchers in the Data Mining area has increased very fast. Among the possible related topics, the study of the information propagation in a network attracted the interest of many researchers, also from the industrial world. However, only a few answers to the questions “How does the information propagates over a network, why and how fast?” have been discovered so far. On the other hand, these answers are of large interest, since they help in the tasks of finding experts in a network, assessing viral marketing strategies, identifying fast or slow paths of the information inside a collaborative network. In this paper we study the problem of finding frequent patterns in a network with the help of two different techniques: TAS (Temporally Annotated Sequences) mining, aimed at extracting sequential patterns where each transition between two events is annotated with a typical transition time that emerges from input data, and Graph Mining, which is helpful for locally analyzing the nodes of the networks with their properties. Finally we show preliminary results done in the direction of mining the information propagation over a network, performed on two well known email datasets, that show the power of the combination of these two approaches.

  9. Effects of natural conditions on development of a landslide at a mining area

    Energy Technology Data Exchange (ETDEWEB)

    Palki, J

    1982-01-01

    Investigations show that 39.4% of landslides at the mining ground in the Rybnik coal region is caused by factors other than underground mining. Determining the actual cause of a landslide is of importance for an underground mine because, as a rule, all ground damage is claimed to be caused by underground mining. A case of a landslide in the Rybnik area is analyzed. Landslide development is shown in a photo and 17 schemes. Ground morphology, water conditions and effects of underground longwall mining are evaluated. The analyses show that ground subsidence caused by underground mining ranging from 2.0 m to 3.1 m reduced the angle of slope inclination preventing more intensive landslides. Intensity of horizontal deformation was too low to cause a landslide. Slope stability decrease was caused by loose rock layers (sands) at the base of a hill. Accumulation of atmospheric precipitation and disturbed water outflow caused an increase in the plasticity of the sand. Mechanical vibrations caused by train traffic on tracks located close to the slope were an additional factor causing landslide development. (6 refs.)

  10. Sustainable lignite mining and utilization. Developments in the Rhenish lignite-mining area; Nachhaltige Braunkohlegewinnung und -nutzung. Entwicklung im Rheinischen Revier

    Energy Technology Data Exchange (ETDEWEB)

    Gaertner, Dieter [RWE Power AG, Bergheim (Germany). Opencast Mines Div.

    2012-03-15

    Lignite is an essential module in the Rhenish mining area's economic power. Mining in a densely populated region like the Rhineland calls for keeping an eye equally on people, the environment and industry now and in the future. By considering all concerns and ensuring transparency in our approach to people, we have succeeded in obtaining public acceptance also for large-scale projects in an environment that is not always easy in Germany. RWE Power plans to use lignite in power generation and in upgrading operations for many decades to come, so that the company is systematically implementing the power-plant renewal programme with is planning for BoAplus as highly efficient next-generation lignite-based power plants. Research on CO{sub 2} utilization, flexibilization, energy storage and alternative uses of lignite are as much features of RWE Power's future-proof alignment in the Rhenish mining area as are further innovations in the opencast mines. Core aspects here include further automation in the deployment of main mine equipment, closely dovetailed with innovations in other operating units. Parallel restructuring of the operating units and the Lignite Approvals area are underpinning these measures. Innovations and their translation into technical progress will ensure the success of a measured energy turnaround both in Germany and throughout Europe. However, this requires dependable political conditions, so that an engineering spirit can go on being transformed into entrepreneurial action. (orig.)

  11. Treatment of mine-water from decommissioning uranium mines

    International Nuclear Information System (INIS)

    Fan Quanhui

    2002-01-01

    Treatment methods for mine-water from decommissioning uranium mines are introduced and classified. The suggestions on optimal treatment methods are presented as a matter of experience with decommissioned Chenzhou Uranium Mine

  12. Managing Environmental and Health Impacts of Uranium Mining

    International Nuclear Information System (INIS)

    Vance, Robert; ); Hinton, Nicole; Huffman, Dale; Harris, Frank; Arnold, Nikolas; Ruokonen, Eeva; Jakubick, Alexander; Tyulyubayev, Zekail; Till, William von; Woods, Peter; ); Hall, Susan; Da Silva, Felipe; Vostarek, Pavel

    2014-01-01

    world. In support of this statement, this report provides an overview of the evolution of mining practices and outlines how health and environmental impacts of leading practice uranium mines are managed and minimised. All aspects of the full life cycle of a mine are covered, from the time that a deposit is considered to be of economic interest for mining to the time that mining is completed, the facility is closed and remediated and control of the leased land is returned to the landowner, usually the government. Case studies are included to further demonstrate the scale of the changes undertaken as well as to outline the outcomes of historic and modern mining practices. This report provides a factual account of leading practices in order to inform public debate on uranium mine development and to provide policy makers with a framework of approaches that should be undertaken to ensure that uranium mining is conducted in a safe and environmentally responsible manner. Key components in achieving this goal include the establishment of an appropriate regulatory framework, planning for closure before the mine begins production, requiring financial assurance from companies to cover the costs of closure and remediation, application of leading practices to minimise radiation exposure of workers and the public, protection of water resources and the safe, long-term disposal of tailings and problematic waste rock. Public consultation and information sharing, environmental impact assessment and environmental monitoring throughout the life cycle of the mine facility are also shown to be crucial components of this framework. (authors)

  13. 30 CFR 77.1712 - Reopening mines; notification; inspection prior to mining.

    Science.gov (United States)

    2010-07-01

    ... to mining. 77.1712 Section 77.1712 Mineral Resources MINE SAFETY AND HEALTH ADMINISTRATION... prior to mining. Prior to reopening any surface coal mine after it has been abandoned or declared... an authorized representative of the Secretary before any mining operations in such mine are...

  14. Acid Mine Drainage Potential of the Coral Snake Waste Dump ...

    African Journals Online (AJOL)

    This paper assessed the Acid Mine Drainage (AMD) potential of the Coral Snake Waste Dump located close to the Enkansu and Kaw streams in Obuasi. Ten water and fifty rock samples were analysed for physico-chemical parameters. Acid Base Accounting (ABA) determinations using static methods were employed to ...

  15. The public health effects of abandoned coal mine workings on residents in South Wellington, Nanaimo

    Energy Technology Data Exchange (ETDEWEB)

    Biagioni, K [Victoria Univ., BC (Canada)

    2005-07-01

    Abandoned coal mine groundwater frequently contains depressed pH levels and elevated levels of hydrogen sulphide, iron, aluminium and nitrates. Abandoned coal mine groundwater is also usually high in copper, zinc, mercury, and lead. Groundwater from abandoned mines can seriously affect public health through the discharge of non-point source pollution. This paper presents information on a research project regarding the possible impacts of abandoned coal mines and its effects on groundwater as it relates to the health of residents in South Wellington, Nanaimo, British Columbia. The purpose of the project is to determine which illnesses are more common in South Wellington, Nanaimo and in the control area. The paper provides a discussion of the Nanaimo coal field and three major seams; the Wellington, Newcastle and Douglas which are most likely to have a significant impact on groundwater in South Wellington. 27 refs.

  16. The public health effects of abandoned coal mine workings on residents in South Wellington, Nanaimo

    International Nuclear Information System (INIS)

    Biagioni, K.

    2005-01-01

    Abandoned coal mine groundwater frequently contains depressed pH levels and elevated levels of hydrogen sulphide, iron, aluminium and nitrates. Abandoned coal mine groundwater is also usually high in copper, zinc, mercury, and lead. Groundwater from abandoned mines can seriously affect public health through the discharge of non-point source pollution. This paper presents information on a research project regarding the possible impacts of abandoned coal mines and its effects on groundwater as it relates to the health of residents in South Wellington, Nanaimo, British Columbia. The purpose of the project is to determine which illnesses are more common in South Wellington, Nanaimo and in the control area. The paper provides a discussion of the Nanaimo coal field and three major seams; the Wellington, Newcastle and Douglas which are most likely to have a significant impact on groundwater in South Wellington. 27 refs

  17. Radon in Austrian tourist mines and show caves

    International Nuclear Information System (INIS)

    Ringer, W.; Graeser, J.

    2009-01-01

    The radon situation in tourist mines and show caves is barely investigated in Austria. This paper investigates the influence of its determining factors, such as climate, structure and geology. For this purpose, long-term time-resolved measurements over 6 to 12 months in 4 tourist mines and 2 show caves - with 5 to 9 measuring points each - have been carried out to obtain the course of radon concentration throughout the year. In addition, temperature and air-pressure were measured and compared to the data outside where available. Results suggest that the dominating factors of the average radon concentration are structure and location (geology) of the tunnel-system, whereas the diurnal and annual variation is mainly caused by the changing airflow, which is driven by the difference in temperature inside and outside. Downcast air is connected with very low radon concentrations, upcast air with high concentrations. In some locations the maximum values appear when the airflow ceases. But airflow can be different in different parts of mines and caves. Systems close to the surface show generally lower radon levels than the ones located deeper underground. Due to variation of structure, geology and local climate, the radon situation in mines and caves can only be described by simultaneous measurements at several measuring points. (orig.)

  18. In-depth motivic analysis based on multiparametric closed pattern and cyclic sequence mining

    DEFF Research Database (Denmark)

    Lartillot, Olivier

    2014-01-01

    presents a much simpler description and justification of this general strategy, as well as significant simplifications of the model, in particular concerning the management of pattern cyclicity. A new method for automated bundling of patterns belonging to same motivic or thematic classes is also presented....... The good performance of the method is shown through the analysis of a piece from the JKUPDD database. Ground-truth motives are detected, while additional relevant information completes the ground-truth musicological analysis. The system, implemented in Matlab, is made publicly available as part of Mining......Suite, a new open-source framework for audio and music analysis....

  19. Integrated Text Mining and Chemoinformatics Analysis Associates Diet to Health Benefit at Molecular Level

    DEFF Research Database (Denmark)

    Jensen, Kasper; Panagiotou, Gianni; Kouskoumvekaki, Irene

    2014-01-01

    , lipids and nutrients. In this work, we applied text mining and Naïve Bayes classification to assemble the knowledge space of food-phytochemical and food-disease associations, where we distinguish between disease prevention/amelioration and disease progression. We subsequently searched for frequently...

  20. A New Approach for Mining Order-Preserving Submatrices Based on All Common Subsequences

    Directory of Open Access Journals (Sweden)

    Yun Xue

    2015-01-01

    Full Text Available Order-preserving submatrices (OPSMs have been applied in many fields, such as DNA microarray data analysis, automatic recommendation systems, and target marketing systems, as an important unsupervised learning model. Unfortunately, most existing methods are heuristic algorithms which are unable to reveal OPSMs entirely in NP-complete problem. In particular, deep OPSMs, corresponding to long patterns with few supporting sequences, incur explosive computational costs and are completely pruned by most popular methods. In this paper, we propose an exact method to discover all OPSMs based on frequent sequential pattern mining. First, an existing algorithm was adjusted to disclose all common subsequence (ACS between every two row sequences, and therefore all deep OPSMs will not be missed. Then, an improved data structure for prefix tree was used to store and traverse ACS, and Apriori principle was employed to efficiently mine the frequent sequential pattern. Finally, experiments were implemented on gene and synthetic datasets. Results demonstrated the effectiveness and efficiency of this method.

  1. A New Approach for Mining Order-Preserving Submatrices Based on All Common Subsequences.

    Science.gov (United States)

    Xue, Yun; Liao, Zhengling; Li, Meihang; Luo, Jie; Kuang, Qiuhua; Hu, Xiaohui; Li, Tiechen

    2015-01-01

    Order-preserving submatrices (OPSMs) have been applied in many fields, such as DNA microarray data analysis, automatic recommendation systems, and target marketing systems, as an important unsupervised learning model. Unfortunately, most existing methods are heuristic algorithms which are unable to reveal OPSMs entirely in NP-complete problem. In particular, deep OPSMs, corresponding to long patterns with few supporting sequences, incur explosive computational costs and are completely pruned by most popular methods. In this paper, we propose an exact method to discover all OPSMs based on frequent sequential pattern mining. First, an existing algorithm was adjusted to disclose all common subsequence (ACS) between every two row sequences, and therefore all deep OPSMs will not be missed. Then, an improved data structure for prefix tree was used to store and traverse ACS, and Apriori principle was employed to efficiently mine the frequent sequential pattern. Finally, experiments were implemented on gene and synthetic datasets. Results demonstrated the effectiveness and efficiency of this method.

  2. Hydrological response to bauxite mining and rehabilitation in the jarrah forest in south west Australia

    Directory of Open Access Journals (Sweden)

    Andrew H. Grigg

    2017-08-01

    New hydrological insights for the region: Mining caused a peak streamflow response of 225 mm or 18% of rainfall, before returning to pre-disturbance levels 11 years after mining commenced. Streamflow changes were closely associated with changes in a groundwater discharge area in the valley floor. Changes in groundwater level, in turn, were related to rainfall and leaf area index, and these effects did not differ between mine rehabilitation and unmined catchment areas. The streamflow response to mining could not be distinguished from the intensive thinning treatment in this study, or from clearfelling or clearing for agriculture reported elsewhere in the jarrah forest. The results indicate that shallow subsurface flow processes, considered to dominate streamflow generation in jarrah forest catchments, do not extend beyond the valley floor and immediately adjacent slopes which were not disturbed by mining.

  3. Acid mine drainage: mining and water pollution issues in British Columbia

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1998-12-31

    The importance of protecting water quality and some of the problems associated with mineral development are described. Negative impacts of mining operations such as sedimentation, water disturbances, and water pollution from waste rock and tailings are considered. Mining wastes, types of water pollution from mining, the legacy of acid mine drainage, predicting acid mine drainage, preventing and mitigating acid mine drainage, examples from the past, and cyanide heap-leaching are discussed. The real costs of mining at the Telkwa open pit coal mine are assessed. British Columbia mines that are known for or are potentially acid generating are shown on a map. 32 refs., 10 figs.

  4. Case history of controlling a landslide at Panluo open-pit mine in China

    Science.gov (United States)

    Wei, Zuoan; Yin, Guangzhi; Wan, Ling; Shen, Louyan

    2008-04-01

    Controlling of landsides safely and economically is a great challenge to mine operators because landslides are major geological problems especially in open-pit mines. In this paper, a case history at Panluo open-pit mine is presented in detail to share the experiences and lessons with mine operators. Panluo open-pit mine is located in the southwestern Fujian province of China. It is the largest open-pit iron mine in the Fujian province and was planned in 1965 and is in full operation from 1978. In July 1990, an earthquake of magnitude 5.3 in Taiwan Strait and big rainstorms impacted the mine slope, causing tension cracks and rather large-scale failures, and forming a U-shaped landslide. Total potential volume was estimated to be up to 1.0 × 106 m3. This directly threatened the mine production. In order to protect the mine production and the dwellers’ safety around, a dynamic comprehensive method was implemented including geotechnical investigations, in-situ testing and monitoring, stability analysis, and many mitigation and preventive measures. These measures slowed down the development and further occurrence of the landslide. The results showed that the landslides were still active, it was slowed with the control measures and moved rapidly with rainfall and mining down. However, no catastrophic accidents occurred and the pit mining was continued till it was closed at the elevation of 887 m in 2000. As a successful case of landslide control at an open-pit mine for 10 years, this paper reports the controlling measures in details. These experiences of landslide control may be beneficial to other similar mines for landslide control.

  5. The Traversella mining site as Piedmont geosite

    Science.gov (United States)

    Costa, Emanuele; Benna, Piera; Antonella Dino, Giovanna; Rossetti, Piergiorgio

    2017-04-01

    The multidisciplinary research project PROGEOPiemonte, started in 2012, selected nine strategic geothematic areas that have been and are still investigated as representative of the geodiversity of Piedmont region. The dissemination of the knowledge connected to geological history, climate and environmental changes, natural hazards, soil processes, and georesources, not only of the geosites but also of the museum collections, has been and will be spread, evidencing the mining and quarrying activities, and by means of science exhibits and Nature trails. Among the nine selected geosites, there is the Traversella mining area, object of the present research. Traversella mine is located nearly 50 km north of Torino, and it was (together with the neighbor site of Brosso) one of the most important mining location for iron exploitation. The Traversella orebody was exploited from late medieval age up to the middle XX century. It is a representative contact-metasomatic deposit at the border between granodiorite and preexisting host rocks (micaschists, gneisses and marbles of the Sesia-Lanzo Zone), and the mining district represents the only exploited skarn-type mineralization in the Alps. The iron mineral, exploited from different veins and mass (pertaining to the contact aureola) was primarily magnetite, an iron oxide easy to treat in cast iron even employing the technology locally available before 1900. After the beginning of XX century the extraction involved also pyrite and chalcopyrite (iron and copper-iron sulfide), used mainly for the production of sulfuric acid. The mine, after some interruptions and re-openings, was officially closed in the second half of the XX century, due to the high exploitation costs and the competition of the foreign mine deposits interested by iron extraction. The area still presents several signs of mining and dressing activities (underground pits, explorable under severe restrictions, traces of dressing plant, offices, and miners changing

  6. APLIKASI DATA MINING MARKET BASKET ANALYSIS PADA TABEL DATA ABSENSI ELEKTRONIK UNTUK MENDETEKSI KECURANGAN ABSENSI (CHECK-LOCK KARYAWAN DI PERUSAHAAN

    Directory of Open Access Journals (Sweden)

    Gregorius Satia Budhi

    2007-01-01

    Full Text Available Taking attendance from employees always becomes a problem for Human Resource Department (HRD in many companies lately. Although there is an automatic check-lock machine, it still has a weakness. This machine can't detect some frauds like the employee swipes double identity card, his card and the others card. Reseachers want to solve this problem by using data mining method, especially market basket analysis.This software will transform the attendance data to compact transaction format by using MaxDiff Histogram method. And it will be processed into frequent itemset with Pincer Search Algoritm. At the final process the employee's association rule will got from frequent itemset. This output will be served to user that is the HRD of a firm.Testing result shows that Data Mining Market Basket Analysis can be used to get pattern of employee's check-lock from a company. And this pattern can help user to detect fraud that is done by employee. Abstract in Bahasa Indonesia : Absensi pegawai selama ini selalu menjadi permasalahan yang pelik bagi bagian HRD di perusahaan - perusahaan yang ada. Walaupun telah ada peralatan absensi otomatis, alat ini masih memiliki kelemahan yaitu, tidak dapat mendeteksi kecurangan pegawai untuk menitipkan kartu absensinya pada karyawan lain untuk diabsenkan. Peneliti berkeinginan untuk mengatasi permasalahan absensi tersebut dengan memanfaatkan metode data mining, khususnya metode market basket analysis, untuk mendeteksi kecurangan ini.Perangkat lunak yang dibuat ini akan mentranformasikan data absensi pegawai menggunakan metode MaxDiff Histogram menjadi format compact transaction yang selanjutnya akan diproses menggunakan Algoritma Pincer Search menjadi frequent itemset. Pada akhirnya dari data frequent itemset ini didapat association rule pegawai untuk disajikan kepada pengguna, yaitu bagian HRD perusahaan.Dari hasil pengujian dapat diketahui bahwa metode Data Mining Market Basket Analysis dapat dimanfaatkan untuk menggali

  7. Mining-induced earthquakes monitored during pit closure in the Midlothian Coalfield

    Energy Technology Data Exchange (ETDEWEB)

    Redmayne, D.W.; Richards, J.A.; Wild, P.W. [British Geological Survey, Edinburgh (United Kingdom). Global Seismology and Geomagnetism Group

    1998-06-01

    The British Geological Survey installed a seismometer network to monitor earthquakes around Rosslyn Chapel in the Midlothian Coalfield from November 1987 until January 1990. Accurate locations were obtained for 247 events and a close spatial and temporal association with concurrent coal mining, with a rapid decay of earthquake activity following pit closure, was demonstrated, indicating a mining-induced cause. Residual stress from past mining appears to have been an important factor in generating seismicity, and observations indicate that limiting the width of the workings or rate of extraction may significantly reduce or eliminate mining-induced earthquake activity. A frequency-magnitude analysis indicates a relatively high abundance of small events in this coalfield area. The maximum magnitude of a mining-induced earthquake likely to have been experienced during the life of the coalfield (maximum credible magnitude) was 3.0 M-L, although an extreme event (maximum possible magnitude) as large as 3.4 M-L was remotely possible. Significant seismic amplification was observed at Rosslyn Chapel, which is founded on sand and gravel, compared with a nearby bedrock site. As a consequence, relatively small magnitude events caused high, and occasionally damaging, seismic intensities at the chapel.

  8. New global realities for mining and exploration companies in today's world

    International Nuclear Information System (INIS)

    Klingner, G.D.

    2002-01-01

    This paper presented brief comments on the stock market, the economy and the business of mining industry consolidation. It also described the rapidly changing environment within the mining industry and the realities facing mineral resource exploration and development. The mining industry is market-driven. Mining stocks have done well recently, with most movement occurring with major mining companies, particularly gold. However, it was noted that current economic projects have wide ranges of possible errors because the world has become a riskier place in recent months. In 2001, world trade growth slowed to just under 1 per cent, the lowest level since 1982, and global GDP growth fell to 2.4 per cent, a recessionary rate. The GDP grew strongly in China, the world's second largest consumer of mineral-based products. The author suggested that the state of economic recovery in 2002 will depend on how the major industrial economies respond to monetary easing and on how financial and currency markets manage stresses arising from increased levels of indebtedness. It is likely that demand for mineral commodities will be slow and keeping a close control on supply will determine how soon producers will benefit from world economic recovery

  9. Extending mine life

    International Nuclear Information System (INIS)

    Anon.

    1984-01-01

    Mine layouts, new machines and techniques, research into problem areas of ground control and so on, are highlighted in this report on extending mine life. The main resources taken into account are coal mining, uranium mining, molybdenum and gold mining

  10. Natural Radioactivity around Former Uranium Mine, Kalna in Eastern Serbia

    International Nuclear Information System (INIS)

    Bikit, I.; Bikit, K.; Forkapic, S.; Hansman, J.; Krmar, M.; Mrda, D.; Nikolov, J.; Todorovic, N.; Veskovic, M.; Kozmidis-Luburic, U.

    2013-01-01

    'Grabovnica' near small village Kalna was one of the first uranium mine established in Yugoslavia. In 1963, the Nuclear Energy Commission began operating the mine and mill. Between 1964 and 1966, the staff at this mine extracted and produced an estimated 900 kg of UO2 and 400 kg of uranium metal. The Kalna ore was of poor quality, containing very low uranium content, which required higher-cost mining and refining methods. That was the main reason for closing this mine. This paper presents results obtained by measuring the activity concentration of soil and water samples by gamma spectrometry and also indoor 222Rn activity concentrations in houses in the nearby village Kalna. The investigations of radioactivity content of the samples collected around abandoned mine 'Grabovnica' are carried out in order to determine the present state of the environment in this area. Most of the examined samples show elevated radioactivity. Only six samples (from 14 measured by gamma-spectroscopy) have external hazard index less than one. There are two soil samples taken from the entrance to the main shaft which have really high external hazard index. The obtained results also show higher activity concentration of 137Cs in some samples. The highest activity concentration of 222Rn is found in one house which is working area. All houses are very well ventilated which greatly affect 222Rn activity concentrations in air, so there is no need for any intervention. The mine was never officially decommissioned. The results obtained might be useful for the future decommissioning procedure. Future investigations should include other mentioned former mine locations in East Serbia and also comparison with areas of this origin worldwide.(author)

  11. Environmental arsenic, cadmium and lead dust emissions from metal mine operations: Implications for environmental management, monitoring and human health

    Energy Technology Data Exchange (ETDEWEB)

    Taylor, Mark Patrick, E-mail: mark.taylor@mq.edu.au; Mould, Simon Anthony; Kristensen, Louise Jane; Rouillon, Marek

    2014-11-15

    Although blood lead values in children are predominantly falling globally, there are locations where lead exposure remains a persistent problem. One such location is Broken Hill, Australia, where the percentage of blood lead values >10 μg/dL in children aged 1–4 years has risen from 12.6% (2010), to 13% (2011) to 21% (2012). The purpose of this study was to determine the extent of metal contamination in places accessible to children. This study examines contemporary exposure risks from arsenic, cadmium, lead, silver and zinc in surface soil and dust, and in pre- and post-play hand wipes at six playgrounds across Broken Hill over a 5-day period in September 2013. Soil lead (mean 2,450 mg/kg) and zinc (mean 3,710 mg/kg) were the most elevated metals in playgrounds. Surface dust lead concentrations were consistently elevated (mean 27,500 μg/m{sup 2}) with the highest lead in surface dust (59,900 μg/m{sup 2}) and post-play hand wipes (60,900 μg/m{sup 2}) recorded close to existing mining operations. Surface and post-play hand wipe dust values exceeded national guidelines for lead and international benchmarks for arsenic, cadmium and lead. Lead isotopic compositions ({sup 206}Pb/{sup 207}Pb, {sup 208}Pb/{sup 207}Pb) of surface dust wipes from the playgrounds revealed the source of lead contamination to be indistinct from the local Broken Hill ore body. The data suggest frequent, cumulative and ongoing mine-derived dust metal contamination poses a serious risk of harm to children. - Highlights: 1.Playground soils and surface dust in a mining town have high metal concentrations. 2.Elevated levels of As, Cd, Pb and Zn dust are found on playground users′ hands. 3.Pb isotope analysis shows that the source of playground dust is ore body Pb. 4.Surface mine operations must be contained to reduce childhood lead exposure risks. 5.Mine environmental licences need to set trigger values for As, Cd, Pb and Zn dust.

  12. Environmental arsenic, cadmium and lead dust emissions from metal mine operations: Implications for environmental management, monitoring and human health

    International Nuclear Information System (INIS)

    Taylor, Mark Patrick; Mould, Simon Anthony; Kristensen, Louise Jane; Rouillon, Marek

    2014-01-01

    Although blood lead values in children are predominantly falling globally, there are locations where lead exposure remains a persistent problem. One such location is Broken Hill, Australia, where the percentage of blood lead values >10 μg/dL in children aged 1–4 years has risen from 12.6% (2010), to 13% (2011) to 21% (2012). The purpose of this study was to determine the extent of metal contamination in places accessible to children. This study examines contemporary exposure risks from arsenic, cadmium, lead, silver and zinc in surface soil and dust, and in pre- and post-play hand wipes at six playgrounds across Broken Hill over a 5-day period in September 2013. Soil lead (mean 2,450 mg/kg) and zinc (mean 3,710 mg/kg) were the most elevated metals in playgrounds. Surface dust lead concentrations were consistently elevated (mean 27,500 μg/m 2 ) with the highest lead in surface dust (59,900 μg/m 2 ) and post-play hand wipes (60,900 μg/m 2 ) recorded close to existing mining operations. Surface and post-play hand wipe dust values exceeded national guidelines for lead and international benchmarks for arsenic, cadmium and lead. Lead isotopic compositions ( 206 Pb/ 207 Pb, 208 Pb/ 207 Pb) of surface dust wipes from the playgrounds revealed the source of lead contamination to be indistinct from the local Broken Hill ore body. The data suggest frequent, cumulative and ongoing mine-derived dust metal contamination poses a serious risk of harm to children. - Highlights: 1.Playground soils and surface dust in a mining town have high metal concentrations. 2.Elevated levels of As, Cd, Pb and Zn dust are found on playground users′ hands. 3.Pb isotope analysis shows that the source of playground dust is ore body Pb. 4.Surface mine operations must be contained to reduce childhood lead exposure risks. 5.Mine environmental licences need to set trigger values for As, Cd, Pb and Zn dust

  13. Knowledge Exchange between Poland and Vietnam in Mining and Geology - the Status Quo and Future Development

    Science.gov (United States)

    Nguyen, Nga; Pham, Nguyet

    2018-03-01

    From the beginning of the 21st century, knowledge exchange between Poland and Vietnam in mining and geology has been focusing in technology, education and training. Since years, Polish academic and commercial partners have been developing a close collaboration with Vietnam National Coal - Mineral Industries Holding Corporation Limited. Major outcomes of the collaboration are installations and operation of mining equipments and machines in Vietnamese mining companies, and excellent training programs for graduate and post graduate students and mining staff for both countries, etc. From aspects of knowledge management in globalization, the article highlights the outstanding outcomes of knowledge exchanges between the two countries, outlines cultural and economic challenges for the exchange and proposes some improvement in the future.

  14. RANWAR: rank-based weighted association rule mining from gene expression and methylation data.

    Science.gov (United States)

    Mallik, Saurav; Mukhopadhyay, Anirban; Maulik, Ujjwal

    2015-01-01

    Ranking of association rules is currently an interesting topic in data mining and bioinformatics. The huge number of evolved rules of items (or, genes) by association rule mining (ARM) algorithms makes confusion to the decision maker. In this article, we propose a weighted rule-mining technique (say, RANWAR or rank-based weighted association rule-mining) to rank the rules using two novel rule-interestingness measures, viz., rank-based weighted condensed support (wcs) and weighted condensed confidence (wcc) measures to bypass the problem. These measures are basically depended on the rank of items (genes). Using the rank, we assign weight to each item. RANWAR generates much less number of frequent itemsets than the state-of-the-art association rule mining algorithms. Thus, it saves time of execution of the algorithm. We run RANWAR on gene expression and methylation datasets. The genes of the top rules are biologically validated by Gene Ontologies (GOs) and KEGG pathway analyses. Many top ranked rules extracted from RANWAR that hold poor ranks in traditional Apriori, are highly biologically significant to the related diseases. Finally, the top rules evolved from RANWAR, that are not in Apriori, are reported.

  15. MONITORING OF MINING

    Directory of Open Access Journals (Sweden)

    Berislav Šebečić

    1996-12-01

    Full Text Available The way mining was monitored in the past depended on knowledge, interest and the existing legal regulations. Documentary evidence about this work can be found in archives, libraries and museums. In particular, there is the rich archival material (papers and books concerning the work of the one-time Imperial and Royal Mining Captaincies in Zagreb, Zadar, Klagenfurt and Split, A minor part of the documentation has not yet been transferred to Croatia. From mining handbooks and books we can also find out about mining in Croatia. In the context of Austro-Hungary. For example, we can find out that the first governorships in Zagreb and Zadar headed the Ban, Count Jelacic and Baron Mamula were also the top mining authorities, though this, probably from political motives, was suppressed in the guides and inventories or the Mining Captaincies. At the end of the 1850s, Croatia produced 92-94% of sea salt, up to 8.5% of sulphur, 19.5% of asphalt and 100% of oil for the Austro-Hungarian empire. From data about mining in the Split Mining Captaincy, prepared for the Philadephia Exhibition, it can be seen that in the exploratory mining operations in which there were 33,372 independent mines declared in 1925 they were looking mainly for bauxite (60,0%, then dark coal (19,0%, asphalts (10.3% and lignites (62%. In 1931, within the area covered by the same captaincy, of 74 declared mines, only 9 were working. There were five coal mines, three bauxite mines and one for asphalt. I suggest that within state institution, the Mining Captaincy or Authority be renewed, or that a Mining and Geological Authority be set ap, which would lead to the more complete affirmation of Croatian mining (the paper is published in Croatian.

  16. Association and Sequence Mining in Web Usage

    Directory of Open Access Journals (Sweden)

    Claudia Elena DINUCA

    2011-06-01

    Full Text Available Web servers worldwide generate a vast amount of information on web users’ browsing activities. Several researchers have studied these so-called clickstream or web access log data to better understand and characterize web users. Clickstream data can be enriched with information about the content of visited pages and the origin (e.g., geographic, organizational of the requests. The goal of this project is to analyse user behaviour by mining enriched web access log data. With the continued growth and proliferation of e-commerce, Web services, and Web-based information systems, the volumes of click stream and user data collected by Web-based organizations in their daily operations has reached astronomical proportions. This information can be exploited in various ways, such as enhancing the effectiveness of websites or developing directed web marketing campaigns. The discovered patterns are usually represented as collections of pages, objects, or re-sources that are frequently accessed by groups of users with common needs or interests. The focus of this paper is to provide an overview how to use frequent pattern techniques for discovering different types of patterns in a Web log database. In this paper we will focus on finding association as a data mining technique to extract potentially useful knowledge from web usage data. I implemented in Java, using NetBeans IDE, a program for identification of pages’ association from sessions. For exemplification, we used the log files from a commercial web site.

  17. A treatment strategy for waste waters resulting from uranium mine decommissioning in Romania

    International Nuclear Information System (INIS)

    Georgescu, D.P.; Vacariu, V.T.; Popa, N.

    2000-01-01

    The exploitation activities in two important uranium mining areas in Romania are foreseen to be closed down in correlation with the national energy policy and nuclear strategy. This close down activity involves a number of technical decisions for environmental restoration. Reducing the contamination due to radioactive water of these areas, during the operation period and after the close down period, is one of the main components of the environment rehabilitation strategy. In this paper, the current situation and the program foreseen for ground and surface water treatment at an uranium mining unit situated in the S-W of Romania are presented. This program was established on the base of the results of our research carried out in order to decrease the content of radioactive elements. After closing down the mining facility, naturally flooding waters should be evacuated at the surface by a pump system and properly treated. A station for water decontamination is under construction. The underground water decontamination is based on two methods: ion exchange for uranium and adsorption on active coal for Ra-226. The technological flow chart of the treatment installation is realized on the basis of laboratory and industrial research and it will output treated water with less than 60 mg solid/l, 0.021 mg U/l and 0.088 Bq Ra-226/l. The installation is able to treat contaminated water flow rates between 10 and 30 l/s at a cost of about 0.1 USD/m 3 . The total investment cost is estimated to be 9.7 - 12.6 billions RO Lei (USD 500.000 - 650.000), depending of the treatment capacity. (authors)

  18. Gold-Mining

    DEFF Research Database (Denmark)

    Raaballe, J.; Grundy, B.D.

    2002-01-01

      Based on standard option pricing arguments and assumptions (including no convenience yield and sustainable property rights), we will not observe operating gold mines. We find that asymmetric information on the reserves in the gold mine is a necessary and sufficient condition for the existence...... of operating gold mines. Asymmetric information on the reserves in the mine implies that, at a high enough price of gold, the manager of high type finds the extraction value of the company to be higher than the current market value of the non-operating gold mine. Due to this under valuation the maxim of market...

  19. Disposal of radioactive waste from mining and processing of mineral sands

    International Nuclear Information System (INIS)

    Hartley, B.M.

    1993-01-01

    All mineral sands products contain the naturally radioactive elements uranium and thorium and their daughters. The activity levels in the different minerals can vary widely and in the un mined state are frequently widely dispersed and add to the natural background radiation levels. Following mining, the minerals are concentrated to a stage where radiation levels can present an occupational hazard and disposal of waste can result in radiation doses in excess of the public limit. Chemical processing can release radioactive daughters, particularly radium, leading to the possibility of dispersal and resulting in widespread exposure of the public. The activity concentration in the waste can vary widely and different disposal options appropriate to the level of activity in the waste are needed. Disposal methods can range from dilution and dispersal of the material into the mine site, for untreated mine tailings, to off site disposal in custom built and engineered waste disposal facilities, for waste with high radionuclide content. The range of options for disposal of radioactive waste from mineral sands mining and processing is examined and the principles for deciding on the appropriate disposal option are discussed. The range of activities of waste from different downstream processing paths are identified and a simplified method of identifying potential waste disposal paths is suggested. 15 refs., 4 tabs

  20. Radon exposure in abandoned metalliferous mines of South America

    International Nuclear Information System (INIS)

    Silva, A.A.R. da; Umisedo, N.; Yoshimura, E.M.; Anjos, R.M.; Valladares, D.L.; Velasco, H.; Rizzotto, M.

    2011-01-01

    Since the days of the Spanish and Portuguese conquerors, South America has been closely associated with the metalliferous ore mining. Gold, silver, tin, lead, tungsten, nickel, copper, and palladium ores have been explored over the last centuries. In addition, there has also been the development and promotion of other economic activities related to mining, as the underground mine tourism. A few works have been published on radon levels in the South American mining. In this study, we investigated the radon transport process and its health hazard in two exhausted and abandoned mines in San Luis Province, Argentina. These mines were chosen because they have different physical configurations in their cavities, features which can affect the air flow patterns and radon concentrations. La Carolina gold mine (32 deg 48' 0'' S, 66 deg 60' 0'' W) is currently a blind end system, corresponding to a horizontal excavation into the side of a mountain, with only a main adit. Los Condores wolfram mine (32 deg 33' 25'' S, 65 deg 15' 20'' W) is also a horizontal excavation into the side of a mountain, but has a vertical output (a shaft) at the end of the main gallery. Three different experimental methodologies were used. Radon concentration measurements were performed by CR-39 nuclear track detectors. The distribution of natural radionuclide activities ( 40 K, 232 Th and 238 U) was determined from rock samples collected along their main adits, using in laboratory gamma-ray spectrometry. The external gamma dose rate was evaluated using thermoluminescent dosimeters and a portable survey meter. The values for the 222 Rn concentration ranged from 0.43 ± 0.04 to 1.48 ± 0.12 kBq/m 3 in the Los Condores wolfram mine and from 1.8 ± 0.1 to 6.0±0.5 kBq/m 3 in the La Carolina gold mine, indicating that, in this mine, the radon levels exceed up to four times the action level of 1.5 kBq/m 3 recommended by the ICRP. The patterns of the radon transport process revealed that the La Carolina

  1. TIME SERIES ANALYSIS ON STOCK MARKET FOR TEXT MINING CORRELATION OF ECONOMY NEWS

    Directory of Open Access Journals (Sweden)

    Sadi Evren SEKER

    2014-01-01

    Full Text Available This paper proposes an information retrieval methodfor the economy news. Theeffect of economy news, are researched in the wordlevel and stock market valuesare considered as the ground proof.The correlation between stock market prices and economy news is an already ad-dressed problem for most of the countries. The mostwell-known approach is ap-plying the text mining approaches to the news and some time series analysis tech-niques over stock market closing values in order toapply classification or cluster-ing algorithms over the features extracted. This study goes further and tries to askthe question what are the available time series analysis techniques for the stockmarket closing values and which one is the most suitable? In this study, the newsand their dates are collected into a database and text mining is applied over thenews, the text mining part has been kept simple with only term frequency – in-verse document frequency method. For the time series analysis part, we havestudied 10 different methods such as random walk, moving average, acceleration,Bollinger band, price rate of change, periodic average, difference, momentum orrelative strength index and their variation. In this study we have also explainedthese techniques in a comparative way and we have applied the methods overTurkish Stock Market closing values for more than a2 year period. On the otherhand, we have applied the term frequency – inversedocument frequency methodon the economy news of one of the high-circulatingnewspapers in Turkey.

  2. Mined-out land

    International Nuclear Information System (INIS)

    Reinsalu, Enno; Toomik, Arvi; Valgma, Ingo

    2002-01-01

    Estonian mineral resources are deposited in low depth and mining fields are large, therefore vast areas are affected by mining. There are at least 800 deposits with total area of 6,000 km 2 and about the same number of underground mines, surface mines, peat fields, quarries, and sand and gravel pits. The deposits cover more than 10% of Estonian mainland. The total area of operating mine claims exceeds 150 km 2 that makes 0.3 % of Estonian area. The book is written mainly for the people who are living or acting in the area influenced by mining. The observations and research could benefit those who are interested in geography and environment, who follow formation and look of mined-out landscapes. The book contains also warnings for careless people on and under the surface of the mined-out land. Part of the book contains results of the research made in 1968-1993 by the first two authors working at the Estonian branch of A.Skochinsky Institute of Mining. Since 1990, Arvi Toomik continued this study at the Northeastern section of the Institute of Ecology of Tallinn Pedagogical University. Enno Reinsalu studied aftereffects of mining at the Mining Department of Tallinn Technical University from 1998 to 2000. Geographical Information System for Mining was studied by Ingo Valgma within his doctoral dissertation, and this book is one of the applications of his study

  3. Trust Mines

    Science.gov (United States)

    The United States and the Navajo Nation entered into settlement agreements that provide funds to conduct investigations and any needed cleanup at 16 of the 46 priority mines, including six mines in the Northern Abandoned Uranium Mine Region.

  4. Web Mining

    Science.gov (United States)

    Fürnkranz, Johannes

    The World-Wide Web provides every internet citizen with access to an abundance of information, but it becomes increasingly difficult to identify the relevant pieces of information. Research in web mining tries to address this problem by applying techniques from data mining and machine learning to Web data and documents. This chapter provides a brief overview of web mining techniques and research areas, most notably hypertext classification, wrapper induction, recommender systems and web usage mining.

  5. Data mining, mining data : energy consumption modelling

    Energy Technology Data Exchange (ETDEWEB)

    Dessureault, S. [Arizona Univ., Tucson, AZ (United States)

    2007-09-15

    Most modern mining operations are accumulating large amounts of data on production and business processes. Data, however, provides value only if it can be translated into information that appropriate users can utilize. This paper emphasized that a new technological focus should emerge, notably how to concentrate data into information; analyze information sufficiently to become knowledge; and, act on that knowledge. Researchers at the Mining Information Systems and Operations Management (MISOM) laboratory at the University of Arizona have created a method to transform data into action. The data-to-action approach was exercised in the development of an energy consumption model (ECM), in partnership with a major US-based copper mining company, 2 software companies, and the MISOM laboratory. The approach begins by integrating several key data sources using data warehousing techniques, and increasing the existing level of integration and data cleaning. An online analytical processing (OLAP) cube was also created to investigate the data and identify a subset of several million records. Data mining algorithms were applied using the information that was isolated by the OLAP cube. The data mining results showed that traditional cost drivers of energy consumption are poor predictors. A comparison was made between traditional methods of predicting energy consumption and the prediction formed using data mining. Traditionally, in the mines for which data were available, monthly averages of tons and distance are used to predict diesel fuel consumption. However, this article showed that new information technology can be used to incorporate many more variables into the budgeting process, resulting in more accurate predictions. The ECM helped mine planners improve the prediction of energy use through more data integration, measure development, and workflow analysis. 5 refs., 11 figs.

  6. Mining with communities

    International Nuclear Information System (INIS)

    Veiga, Marcello M.; Scoble, Malcolm; McAllister, Mary Louise

    2001-01-01

    To be considered as sustainable, a mining community needs to adhere to the principles of ecological sustainability, economic vitality and social equity. These principles apply over a long time span, covering both the life of the mine and post-mining closure. The legacy left by a mine to the community after its closure is emerging as a significant aspect of its planning. Progress towards sustainability is made when value is added to a community with respect to these principles by the mining operation during its life cycle. This article presents a series of cases to demonstrate the diverse potential challenges to achieving a sustainable mining community. These case studies of both new and old mining communities are drawn mainly from Canada and from locations abroad where Canadian companies are now building mines. The article concludes by considering various approaches that can foster sustainable mining communities and the role of community consultation and capacity building. (author)

  7. Ideate about building green mine of uranium mining and metallurgy

    International Nuclear Information System (INIS)

    Shi Zuyuan

    2012-01-01

    Analysing the current situation of uranium mining and metallurgy; Setting up goals for green uranium mining and metallurgy, its fundamental conditions, Contents and measures. Putting forward an idea to combine green uranium mining and metallurgy with the state target for green mining, and keeping its own characteristics. (author)

  8. Social big data mining

    CERN Document Server

    Ishikawa, Hiroshi

    2015-01-01

    Social Media. Big Data and Social Data. Hypotheses in the Era of Big Data. Social Big Data Applications. Basic Concepts in Data Mining. Association Rule Mining. Clustering. Classification. Prediction. Web Structure Mining. Web Content Mining. Web Access Log Mining, Information Extraction and Deep Web Mining. Media Mining. Scalability and Outlier Detection.

  9. Mining and mining authorities in Saarland 2016. Mining economy, mining technology, occupational safety, environmental protection, statistics, mining authority activities. Annual report; Bergbau und Bergbehoerden im Saarland 2016. Bergwirtschaft, Bergtechnik, Arbeitsschutz, Umweltschutz, Statistiken, Taetigkeiten der Bergbehoerden. Jahresbericht

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2016-07-01

    The annual report of the Saarland Upper Mining Authority provides an insight into the activities of mining authorities. Especially, the development of the black coal mining, safety and technology of mining as well as the correlation between mining and environment are stressed.

  10. 75 FR 17529 - High-Voltage Continuous Mining Machine Standard for Underground Coal Mines

    Science.gov (United States)

    2010-04-06

    ... High-Voltage Continuous Mining Machine Standard for Underground Coal Mines AGENCY: Mine Safety and... of high-voltage continuous mining machines in underground coal mines. It also revises MSHA's design...-- Underground Coal Mines III. Section-by-Section Analysis A. Part 18--Electric Motor-Driven Mine Equipment and...

  11. An ecosystem approach to biodiversity management and the restoration of post-mining landscapes

    Energy Technology Data Exchange (ETDEWEB)

    Franklin, K.C. [Warwick Business School, Coventry (United Kingdom)

    2001-07-01

    This paper presents an integrated ecosystem approach to biodiversity management and land restoration following mining activity. The approach is informed by an understanding of ecosystems, mining impacts, local peoples and natural resource relationships. It addresses both biological and social issues. Restoration requirements are noted at different levels of the acknowledged biodiversity hierarchy, and include safeguarding identified priority species and ecosystem utility. The responsibility for such projects however is not seen as resting solely with the mining company. Restoration objectives and programs should be developed in conjunction with governments and local peoples. The resultant site-level biodiversity is seen as being closely allied to national strategy or action plans. This is seen as being critical to the creation of a sustainable restoration initiative. 11 refs.

  12. Measurement Techniques for Radon in Mines, Dwellings and the Environment

    International Nuclear Information System (INIS)

    Snihs, J.O.

    1983-06-01

    Definitions and units appropriate for radon and radon daughters are given. The principle methods of detection are ionization chamber, scintillation technique, nuclear track detector, thermoluminescent discs and alpha spectrometry. The activity concentration is determined by grab sampling and subsequent measurement, frequent or continuous grab sampling and measurement and continuous sampling and long time integrated measurement. Sampling and measurement strategies for mines, dwellings and the environment are discussed. (author)

  13. Forming artificial soils from waste materials for mine site rehabilitation

    Science.gov (United States)

    Yellishetty, Mohan; Wong, Vanessa; Taylor, Michael; Li, Johnson

    2014-05-01

    Surface mining activities often produce large volumes of solid wastes which invariably requires the removal of significant quantities of waste rock (overburden). As mines expand, larger volumes of waste rock need to be moved which also require extensive areas for their safe disposal and containment. The erosion of these dumps may result in landform instability, which in turn may result in exposure of contaminants such as trace metals, elevated sediment delivery in adjacent waterways, and the subsequent degradation of downstream water quality. The management of solid waste materials from industrial operations is also a key component for a sustainable economy. For example, in addition to overburden, coal mines produce large amounts of waste in the form of fly ash while sewage treatment plants require disposal of large amounts of compost. Similarly, paper mills produce large volumes of alkaline rejected wood chip waste which is usually disposed of in landfill. These materials, therefore, presents a challenge in their use, and re-use in the rehabilitation of mine sites and provides a number of opportunities for innovative waste disposal. The combination of solid wastes sourced from mines, which are frequently nutrient poor and acidic, with nutrient-rich composted material produced from sewage treatment and alkaline wood chip waste has the potential to lead to a soil suitable for mine rehabilitation and successful seed germination and plant growth. This paper presents findings from two pilot projects which investigated the potential of artificial soils to support plant growth for mine site rehabilitation. We found that pH increased in all the artificial soil mixtures and were able to support plant establishment. Plant growth was greatest in those soils with the greatest proportion of compost due to the higher nutrient content. These pot trials suggest that the use of different waste streams to form an artificial soil can potentially be used in mine site rehabilitation

  14. Mine water treatment

    Energy Technology Data Exchange (ETDEWEB)

    Komissarov, S V

    1980-10-01

    This article discusses composition of chemical compounds dissolved or suspended in mine waters in various coal basins of the USSR: Moscow basin, Kuzbass, Pechora, Kizelovsk, Karaganda, Donetsk and Chelyabinsk basins. Percentage of suspended materials in water depending on water source (water from water drainage system of dust suppression system) is evaluated. Pollution of mine waters with oils and coli bacteria is also described. Recommendations on construction, capacity of water settling tanks, and methods of mine water treatment are presented. In mines where coal seams 2 m or thicker are mined a system of two settling tanks should be used: in the upper one large grains are settled, in the lower one finer grains. The upper tank should be large enough to store mine water discharged during one month, and the lower one to store water discharged over two months. Salty waters from coal mines mining thin coal seams should be treated in a system of water reservoirs from which water evaporates (if climatic conditions permit). Mine waters from mines with thin coal seams but without high salt content can be treated in a system of long channels with water plants, which increase amount of oxygen in treated water. System of biological treatment of waste waters from mine wash-houses and baths is also described. Influence of temperature, sunshine and season of the year on efficiency of mine water treatment is also assessed. (In Russian)

  15. Water quality restoration during and after flooding of the underground Banat mines

    International Nuclear Information System (INIS)

    Iuhas, T.; Bragadireanu, M.; Filip, D.; Dumitrescu, N.

    2001-01-01

    Closing out and flooding of the underground Banat mines are priority concerns of the Uranium National Company S.A during the period 2000-2007, the economical uranium ores being exhausted after some 45 years of underground exploitation. Water quality restoration during the flooding process and after its completion was a part of a pilot project undertaken in the frame of a PHARE programme. The mines have two water treatment plants in operation with four modules with 3 ion exchange columns each, being in exploitation. The long term plans for the remediation of uranium mines will stop the Ciudanovita water treatment facility, all the underground mine waters being further pumped and treated within a single plant located at Lisava. The exploitation of the treatment plant will be ensured as long as needed, with a first foreseen period of ten years after total flooding of the Banat mines, linked with a long term environment monitoring programme. Necessary measures to be taken for ensuring the foreseen both uranium and radium separation are presented within this paper. Proposals for radium removal are present as a decision should be taken in the nearest future. (orig.)

  16. Uranium mining

    International Nuclear Information System (INIS)

    2008-01-01

    Full text: The economic and environmental sustainability of uranium mining has been analysed by Monash University researcher Dr Gavin Mudd in a paper that challenges the perception that uranium mining is an 'infinite quality source' that provides solutions to the world's demand for energy. Dr Mudd says information on the uranium industry touted by politicians and mining companies is not necessarily inaccurate, but it does not tell the whole story, being often just an average snapshot of the costs of uranium mining today without reflecting the escalating costs associated with the process in years to come. 'From a sustainability perspective, it is critical to evaluate accurately the true lifecycle costs of all forms of electricity production, especially with respect to greenhouse emissions, ' he says. 'For nuclear power, a significant proportion of greenhouse emissions are derived from the fuel supply, including uranium mining, milling, enrichment and fuel manufacture.' Dr Mudd found that financial and environmental costs escalate dramatically as the uranium ore is used. The deeper the mining process required to extract the ore, the higher the cost for mining companies, the greater the impact on the environment and the more resources needed to obtain the product. I t is clear that there is a strong sensitivity of energy and water consumption and greenhouse emissions to ore grade, and that ore grades are likely to continue to decline gradually in the medium to long term. These issues are critical to the current debate over nuclear power and greenhouse emissions, especially with respect to ascribing sustainability to such activities as uranium mining and milling. For example, mining at Roxby Downs is responsible for the emission of over one million tonnes of greenhouse gases per year and this could increase to four million tonnes if the mine is expanded.'

  17. Internet technologies in the mining industry. Towards unattended mining systems

    Energy Technology Data Exchange (ETDEWEB)

    Krzykawski, Michal [FAMUR Group, Katowice (Poland)

    2009-08-27

    Global suppliers of longwall systems focus mainly on maximising the efficiency of the equipment they manufacture. Given the fact that, since 2004, coal demand on world markets has been constantly on the increase, even during an economic downturn, this endeavour seems fully justified. However, it should be remembered that maximum efficiency must be accompanied by maximum safety of all underground operations. This statement is based on the belief that the mining industry, which exploits increasingly deep and dangerous coal beds, faces the necessity to implement comprehensive IT systems for managing all mining processes and, in the near future, to use unmanned mining systems, fully controllable from the mine surface. The computerisation of mines is an indispensable element of the development of the world mining industry, a belief which has been put into practice with e-mine, developed by the FAMUR Group. (orig.)

  18. Draft Genome Sequences of Two Novel Acidimicrobiaceae Members from an Acid Mine Drainage Biofilm Metagenome

    OpenAIRE

    Pinto, Ameet J.; Sharp, Jonathan O.; Yoder, Michael J.; Almstrand, Robert

    2016-01-01

    Bacteria belonging to the family Acidimicrobiaceae are frequently encountered in heavy metal-contaminated acidic environments. However, their phylogenetic and metabolic diversity is poorly resolved. We present draft genome sequences of two novel and phylogenetically distinct Acidimicrobiaceae members assembled from an acid mine drainage biofilm metagenome.

  19. Removal of arsenic from synthetic acid mine drainage by electrochemical pH adjustment and coprecipitation with iron hydroxide.

    Science.gov (United States)

    Wang, Jenny Weijun; Bejan, Dorin; Bunce, Nigel J

    2003-10-01

    Acid mine drainage (AMD), which is caused by the biological oxidation of sulfidic materials, frequently contains arsenic in the form of arsenite, As(III), and/or arsenate, As(V), along with much higher concentrations of dissolved iron. The present work is directed toward the removal of arsenic from synthetic AMD by raising the pH of the solution by electrochemical reduction of H+ to elemental hydrogen and coprecipitation of arsenic with iron(III) hydroxide, following aeration of the catholyte. Electrolysis was carried out at constant current using two-compartment cells separated with a cation exchange membrane. Four different AMD model systems were studied: Fe(III)/As(V), Fe(III)/As(III), Fe(II)/As(V), and Fe(II)/As(III) with the initial concentrations for Fe(III) 260 mg/L, Fe(II) 300 mg/L, As(V), and As(III) 8 mg/L. Essentially quantitative removal of arsenic and iron was achieved in all four systems, and the results were independent of whether the pH was adjusted electrochemically or by the addition of NaOH. Current efficiencies were approximately 85% when the pH of the effluent was 4-7. Residual concentrations of arsenic were close to the drinking water standard proposed by the World Health Organization (10 microg/L), far below the mine waste effluent standard (500 microg/L).

  20. Reduction of Conflicts in Mining Development Using "Good Neighbor Agreements"

    Science.gov (United States)

    Masaitis, A.

    2013-05-01

    's accountability and provide higher levels of confidence for the community that a mine is operated in a safe and sustainable manner. 2. Increase the diversity of people benefiting from the results of this research by providing standards that could be adopted in developing countries. The goal of the GNA is to have open access for the public to the safety, health, and environmental information pertaining to the mining operation, as well as to educate the local communities about safe and sustainable mining practices that promote mutual acknowledgment of the need to build a relationship amenable to each other's needs. Frequent conflicts between mining companies and surrounding communities lead to work disruptions or even mine closures and show the necessity of a less confrontational approach to environmental and social justice. Because of the higher quality environmental standards already in place, this new approach perhaps should first be established in developed countries and then applied to other countries with less developed economies. The Good Neighbor Agreement is a unique way to provide the benefits for the both mining operations and local community to provide a mechanism for development of trust and communication that offer the potential to protect both mining and community interests, and can possibly reduce conflicts in resource development projects.

  1. FAT-miner: mining frequent attribute trees

    NARCIS (Netherlands)

    Knijf, de J.; Cho, Y.; Wainwright, R.L.; Haddad, H.; Shin, S.Y.; Koo, Y.W.

    2007-01-01

    Data that can conceptually be viewed as tree structures abounds in domains such as bio-informatics, web logs, XML databases and multi-relational databases. Besides structural information such as nodes and edges, tree structured data also often contains attributes, that represent properties of nodes.

  2. Requirements and opportunities for mining engineers in the mining industry abroad

    Energy Technology Data Exchange (ETDEWEB)

    Albrecht, E

    1987-04-09

    The decline of the German mining industry and the increasing industrialization of mining is forcing ever greater numbers of young German mining graduates to build their careers abroad. The requirements for this - apart from the technical qualifications are a good knowledge of foreign languages and a readiness to leave Germany for a long time, even for ever. If the young mining graduate accepts these conditions, numerous professional opportunities will open up for him, both with German mining companies with interests abroad, in mining supply companies and consultancy firms and with foreign companies. 6 references.

  3. Thallium occurrence and partitioning in soils and sediments affected by mining activities in Madrid province (Spain)

    International Nuclear Information System (INIS)

    Gomez-Gonzalez, M.A.; Garcia-Guinea, J.; Laborda, F.; Garrido, F.

    2015-01-01

    Thallium (Tl) and its compounds are toxic to biota even at low concentrations but little is known about Tl concentration and speciation in soils. An understanding of the source, mobility, and dispersion of Tl is necessary to evaluate the environmental impact of Tl pollution cases. In this paper, we examine the Tl source and dispersion in two areas affected by abandoned mine facilities whose residues remain dumped on-site affecting to soils and sediments of natural water courses near Madrid city (Spain). Total Tl contents and partitioning in soil solid phases as determined by means of a sequential extraction procedure were also examined in soils along the riverbeds of an ephemeral and a permanent streams collecting water runoff and drainage from the mines wastes. Lastly, electronic microscopy and cathodoluminescence probe are used as a suitable technique for Tl elemental detection on thallium-bearing phases. Tl was found mainly bound to quartz and alumino-phyllosilicates in both rocks and examined soils. Besides, Tl was also frequently found associated to organic particles and diatom frustules in all samples from both mine scenarios. These biogenic silicates may regulate the transfer of Tl into the soil-water system. - Highlights: • Abandoned mine residues are Tl sources in soils of Madrid catchment area. • Tl was associated to quartz and aluminosilicates in both rocks and soils. • Tl was frequently found associated to organic particles and diatom frustules. • Cathodoluminescence is a suitable technique for Tl detection on soils and rocks

  4. Thallium occurrence and partitioning in soils and sediments affected by mining activities in Madrid province (Spain)

    Energy Technology Data Exchange (ETDEWEB)

    Gomez-Gonzalez, M.A.; Garcia-Guinea, J. [National Museum of Natural Sciences, CSIC, Jose Gutierrez Abascal 2, 28006 Madrid (Spain); Laborda, F. [Group of Analytical Spectroscopy and Sensors Group, Institute of Environmental Sciences, University of Zaragoza, Pedro Cerbuna 12, 50009 Zaragoza (Spain); Garrido, F., E-mail: fernando.garrido@mncn.csic.es [National Museum of Natural Sciences, CSIC, Jose Gutierrez Abascal 2, 28006 Madrid (Spain)

    2015-12-01

    Thallium (Tl) and its compounds are toxic to biota even at low concentrations but little is known about Tl concentration and speciation in soils. An understanding of the source, mobility, and dispersion of Tl is necessary to evaluate the environmental impact of Tl pollution cases. In this paper, we examine the Tl source and dispersion in two areas affected by abandoned mine facilities whose residues remain dumped on-site affecting to soils and sediments of natural water courses near Madrid city (Spain). Total Tl contents and partitioning in soil solid phases as determined by means of a sequential extraction procedure were also examined in soils along the riverbeds of an ephemeral and a permanent streams collecting water runoff and drainage from the mines wastes. Lastly, electronic microscopy and cathodoluminescence probe are used as a suitable technique for Tl elemental detection on thallium-bearing phases. Tl was found mainly bound to quartz and alumino-phyllosilicates in both rocks and examined soils. Besides, Tl was also frequently found associated to organic particles and diatom frustules in all samples from both mine scenarios. These biogenic silicates may regulate the transfer of Tl into the soil-water system. - Highlights: • Abandoned mine residues are Tl sources in soils of Madrid catchment area. • Tl was associated to quartz and aluminosilicates in both rocks and soils. • Tl was frequently found associated to organic particles and diatom frustules. • Cathodoluminescence is a suitable technique for Tl detection on soils and rocks.

  5. Using association rule mining to identify risk factors for early childhood caries.

    Science.gov (United States)

    Ivančević, Vladimir; Tušek, Ivan; Tušek, Jasmina; Knežević, Marko; Elheshk, Salaheddin; Luković, Ivan

    2015-11-01

    Early childhood caries (ECC) is a potentially severe disease affecting children all over the world. The available findings are mostly based on a logistic regression model, but data mining, in particular association rule mining, could be used to extract more information from the same data set. ECC data was collected in a cross-sectional analytical study of the 10% sample of preschool children in the South Bačka area (Vojvodina, Serbia). Association rules were extracted from the data by association rule mining. Risk factors were extracted from the highly ranked association rules. Discovered dominant risk factors include male gender, frequent breastfeeding (with other risk factors), high birth order, language, and low body weight at birth. Low health awareness of parents was significantly associated to ECC only in male children. The discovered risk factors are mostly confirmed by the literature, which corroborates the value of the methods. Copyright © 2015 Elsevier Ireland Ltd. All rights reserved.

  6. Geotechnical evaluation of rocks and soils in Catoca kimberlitic mining complex (Angola

    Directory of Open Access Journals (Sweden)

    Domingos M. Dos Santos Neves-Margarida

    2012-10-01

    Full Text Available Landslides and rock sliding occur very frequently in the mining area of Catoca, located in Angola. Therefore, a physical/mechanical and geotechnical characterization of the massif and the rock matrix was carried out adopting the landslide classifications as proposed by Hutchinson and Varnes. The safety factor was applied based on the structural weakness coefficient (λ; resulting in 0.70 in surface rocks, sandstones and intraformational sands; 0.58 in oversaturated eluvial gneiss; 0.50 in cracked gneiss and 0.47 in the ore compound of weathered, moist kimberlitic porphyric and weathered porphyric kimberlite. These results indicate the low strength of the massif and the need to reformulate the activities in the mine and the construction of more stable slopes. It could also be observed that deformation of rocks in the slopes and the cuts in the Catoca mine is conditioned by the movement of underground water within the rock massif itself.

  7. Mining

    Directory of Open Access Journals (Sweden)

    Khairullah Khan

    2014-09-01

    Full Text Available Opinion mining is an interesting area of research because of its applications in various fields. Collecting opinions of people about products and about social and political events and problems through the Web is becoming increasingly popular every day. The opinions of users are helpful for the public and for stakeholders when making certain decisions. Opinion mining is a way to retrieve information through search engines, Web blogs and social networks. Because of the huge number of reviews in the form of unstructured text, it is impossible to summarize the information manually. Accordingly, efficient computational methods are needed for mining and summarizing the reviews from corpuses and Web documents. This study presents a systematic literature survey regarding the computational techniques, models and algorithms for mining opinion components from unstructured reviews.

  8. PREVENTION OF ACID MINE DRAINAGE GENERATION FROM OPEN-PIT MINE HIGHWALLS

    Science.gov (United States)

    Exposed, open pit mine highwalls contribute significantly to the production of acid mine drainage (AMD) thus causing environmental concerns upon closure of an operating mine. Available information on the generation of AMD from open-pit mine highwalls is very limit...

  9. Mercury contamination in soil, tailing and plants on agricultural fields near closed gold mine in Buru Island, Maluku

    Directory of Open Access Journals (Sweden)

    Reginawanti Hindersah

    2018-01-01

    Full Text Available Agricultural productivity in Buru Island, Maluku is threatened by tailings which are generated from formerly gold mine in Botak Mountain in Wamsait Village. Gold that extracted by using mercury was carried out in mining area as well agricultural field.  High content of mercury in tailings and agricultural field pose a serious problem of food production and quality; and further endangers human health. The purpose of this research was to determine the contaminant level of mercury in tailing, soil and its accumulation in edible part of some food crops. Soil, tailing and plant samples for Hg testing were taken by purposive method based on mining activities in Waelata, Waeapo and Namlea sub district. Six soil samples had been analyzed for their chemical properties. Total mercury levels in tailings and plants were measured by Atomic Adsorption Spectrophotometer. This study showed that agricultural field where tailings were deposited contained Hg above the threshold but agricultural area which is far from hot spot did not. Most edible parts of food crops accumulated mercury more than Indonesian threshold for mercury content in food. This evidence explained that tailings deposited on the surface of agricultural field had an impact on soil quality and crop quality. Tailing accumulated on soil will decreased soil quality since naturally soil fertility in agricultural field in Buru is low.

  10. A direction of developing a mining method and mining complexes

    Energy Technology Data Exchange (ETDEWEB)

    Gabov, V.V.; Efimov, I.A. [St. Petersburg State Mining Institute, St. Petersburg (Russian Federation). Vorkuta Branch

    1996-12-31

    The analyses of a mining method as a main factor determining the development stages of mining units is presented. The paper suggests a perspective mining method which differs from the known ones by following peculiarities: the direction selectivity of cuts with regard to coal seams structure; the cutting speed, thickness and succession of dusts. This method may be done by modulate complexes (a shield carrying a cutting head for coal mining), their mining devices being supplied with hydraulic drive. An experimental model of the module complex has been developed. 2 refs.

  11. Set of Frequent Word Item sets as Feature Representation for Text with Indonesian Slang

    Science.gov (United States)

    Sa'adillah Maylawati, Dian; Putri Saptawati, G. A.

    2017-01-01

    Indonesian slang are commonly used in social media. Due to their unstructured syntax, it is difficult to extract their features based on Indonesian grammar for text mining. To do so, we propose Set of Frequent Word Item sets (SFWI) as text representation which is considered match for Indonesian slang. Besides, SFWI is able to keep the meaning of Indonesian slang with regard to the order of appearance sentence. We use FP-Growth algorithm with adding separation sentence function into the algorithm to extract the feature of SFWI. The experiments is done with text data from social media such as Facebook, Twitter, and personal website. The result of experiments shows that Indonesian slang were more correctly interpreted based on SFWI.

  12. A Coal Burst Mitigation Strategy for Tailgate during Deep Mining of Inclined Longwall Top Coal Caving Panels at Huafeng Coal Mine

    Directory of Open Access Journals (Sweden)

    Guorui Feng

    2018-01-01

    Full Text Available A coal burst mitigation strategy for tailgate in mining of deep inclined longwall panels with top coal caving at Huafeng Coal Mine is presented in this paper. Field data showed that coal bursts, rib sloughing or slabbing, large convergence, and so forth frequently occurred within the tailgate entries during development and panel retreating employing standard longwall top coal caving (LTCC layout which resulted in fatal injuries and tremendous profit loss. The contributing factors leading to coal bursts were analyzed. Laboratory tests, in situ measurement, and field observation demonstrate that the intrinsic bursting proneness of the coal seam and immediate roof stratum, deep cover, overlying ultrathick (500–800 m conglomerate strata, faults, and, most importantly, improper panel layout led to coal bursts. By employing a new strategy, that is, longwall mining with split-level gateroads (LMSG, gateroads on either end of a LMSG panel are located at different levels within a coal seam, adjacent LMSG panels overlap end to end, and the tailgate of the adjacent new LMSG panel can be located below the headgate entry of the previous LMSG panel or may be offset horizontally with respect to it. Numerical modeling was carried out to investigate the stress distribution and yield zone development within surrounding rock mass which was validated by field investigation. The results indicate that standard LTCC system gave rise to high ground pressure around tailgate entries next to the gob, while LMSG tailgate entry below the gob edge was in a destressed environment. Therefore, coal bursts are significantly mitigated. Field practice of LMSG at Huafeng Coal Mine demonstrates how the new strategy effectively dealt with coal burst problems in mining of deep inclined longwall panels with a reduced incidence of ground control problems. The new strategy can potentially be applied in similar settings.

  13. Dietary human exposure to mercury in two artisanal small-scale gold mining communities of northwestern Colombia.

    Science.gov (United States)

    Salazar-Camacho, Carlos; Salas-Moreno, Manuel; Marrugo-Madrid, Siday; Marrugo-Negrete, José; Díez, Sergi

    2017-10-01

    Artisanal and small-scale gold mining (ASGM) is the largest anthropogenic source of mercury pollution worldwide, posing a grave threat to human health. The present study identifies current levels of mercury in the human population from mining areas of the Chocó Department, Colombia, through total mercury (THg) and methylmercury (MeHg) measurements in human hair. Mercury exposure of the local population was assessed in two towns affected by ASGM and was related to different variables of interest. Concentrations of THg in human hair ranged from 0.06 to 17.54ppm and the mean value for the subjects under study was 2.48ppm. Men had significantly higher levels than women in both towns (3.29ppm vs. 0.77ppm). Fish consumption was related to a marked increase of THg in hair, with mean values close to five times higher in frequent fish consumers (5-7 times/week) than in non-fish consumers (4.80ppm vs. 0.90ppm). A multiple linear regression model was fitted successfully (R=0.671) and reveals that gender, fish consumption and location of residence were significant indicators of Hg levels in hair, while no significant relationship was found for age. Approximately 60% of subjects tested had THg levels that exceeded the U.S. Environmental Protection Agency reference dose of 1.0ppm, while 25% surpassed that of the World Health Organization (2.2ppm). Copyright © 2017 Elsevier Ltd. All rights reserved.

  14. 30 CFR 780.27 - Reclamation plan: Surface mining near underground mining.

    Science.gov (United States)

    2010-07-01

    ... 30 Mineral Resources 3 2010-07-01 2010-07-01 false Reclamation plan: Surface mining near underground mining. 780.27 Section 780.27 Mineral Resources OFFICE OF SURFACE MINING RECLAMATION AND ENFORCEMENT, DEPARTMENT OF THE INTERIOR SURFACE COAL MINING AND RECLAMATION OPERATIONS PERMITS AND COAL...

  15. Radon exposure in abandoned metalliferous mines of South America

    Energy Technology Data Exchange (ETDEWEB)

    Silva, A.A.R. da; Umisedo, N.; Yoshimura, E.M. [Universidade de Sao Paulo (IF/USP), SP (Brazil). Inst. de Fisica. Lab. de Dosimetria; Anjos, R.M. [Universidade Federal Fluminense (LARA/UFF), Niteroi, RJ (Brazil). Inst. de Fisica. Lab. de Radioecologia; Valladares, D.L.; Velasco, H.; Rizzotto, M. [Universidad Nacional de San Luis (UNSL) (Argentina). Inst. de Matematica Aplicada San Luis

    2011-07-01

    Since the days of the Spanish and Portuguese conquerors, South America has been closely associated with the metalliferous ore mining. Gold, silver, tin, lead, tungsten, nickel, copper, and palladium ores have been explored over the last centuries. In addition, there has also been the development and promotion of other economic activities related to mining, as the underground mine tourism. A few works have been published on radon levels in the South American mining. In this study, we investigated the radon transport process and its health hazard in two exhausted and abandoned mines in San Luis Province, Argentina. These mines were chosen because they have different physical configurations in their cavities, features which can affect the air flow patterns and radon concentrations. La Carolina gold mine (32 deg 48' 0'' S, 66 deg 60' 0'' W) is currently a blind end system, corresponding to a horizontal excavation into the side of a mountain, with only a main adit. Los Condores wolfram mine (32 deg 33' 25'' S, 65 deg 15' 20'' W) is also a horizontal excavation into the side of a mountain, but has a vertical output (a shaft) at the end of the main gallery. Three different experimental methodologies were used. Radon concentration measurements were performed by CR-39 nuclear track detectors. The distribution of natural radionuclide activities ({sup 40}K, {sup 232}Th and {sup 238}U) was determined from rock samples collected along their main adits, using in laboratory gamma-ray spectrometry. The external gamma dose rate was evaluated using thermoluminescent dosimeters and a portable survey meter. The values for the {sup 222}Rn concentration ranged from 0.43 {+-} 0.04 to 1.48 {+-} 0.12 kBq/m{sup 3} in the Los Condores wolfram mine and from 1.8 {+-} 0.1 to 6.0{+-}0.5 kBq/m{sup 3} in the La Carolina gold mine, indicating that, in this mine, the radon levels exceed up to four times the action level of 1.5 kBq/m{sup 3

  16. Minimizing the Impact of Mining Activities for Sustainable Mined-Out ...

    African Journals Online (AJOL)

    Minimizing the Impact of Mining Activities for Sustainable Mined-Out Area ... sensing and Geographical Information System (GIS) in assessing environmental impact of ... Keywords: Solid mineral, Impact assessment, Mined-out area utilization, ...

  17. Archveyor{trademark} automated mining system - implementation at the Conant mine

    Energy Technology Data Exchange (ETDEWEB)

    Hofmann, W.J. [Arch of Illinois, Percy, IL (United States)

    1997-12-01

    Arch Mineral Corporation, through the Arch Technology Department, has developed an automated continuous haulage mining system called the `Archveyor{trademark}`. The original technology came from a Russian patent. Kloeckner-Becorit (K-B) further developed the system and called it the `Mobile Conveyor`. This system was utilized in both coal and trona mines in the United States and Canada. Consolidation Coal designed their version of this continuous haulage system, called the `Tramveyor`. The Tramveyor is presently operating in their Dilworth Mine, in Pennsylvania. This system has no computer guidance system related to the continuous miner or the Tramveyor. Arch Mineral Corporation has further developed this continuous haulage mining system. Their system is a programmable, logic-controlled (PLC) automated mining system. A highwall version of the Archveyor{trademark} is being operated at Arch of Wyoming near Hanna, Wyoming. This paper introduces the first underground version of Archveyor{trademark} to be implemented at Conant Mine in southern Illinois. During the development process, the Archveyor{trademark} mining system consists of a continuous miner, a bolter car, the Archveyor{trademark} (itself), a stageloader, and an operator`s cab. During the secondary mining process the bolter car is taken out of the system.

  18. Sustainable lignite mining and utilization. Developments in the Rhenish lignite-mining area; Nachhaltige Braunkohlegewinnung und -nutzung. Entwicklung im Rheinischen Revier

    Energy Technology Data Exchange (ETDEWEB)

    Gaertner, Dieter [RWE Power AG, Bergheim (Germany). Sparte Tagebaue

    2012-09-15

    Lignite is an essential module in the Rhenish mining area's economic power. Mini ng in a densely populated region like the Rhineland calls for keeping an eye equ ally on people, the environment and industry now and in the future. By considering all concerns and ensuring transparency in our approach to people, we have succeeded in obtaining public acceptance also for large-scale projects in an environment that is not always easy in Germany. RWE Power plans to use lignite in powe r generation and in upgrading operations for many decades to come, so that the company is systematically implementing the power-plant renewal programme with is planning for BoAplus as highly efficient next-generation lignite-based power plants. Research on CO{sub 2} utilization, flexibilization, energy storage and alternative uses of lignite are as much features of RWE Power's future-proof alignment in the Rhenish mining area as are further innovations in the opencast mines. Core aspects here include further automation in the deployment of main mine equipment, closely dovetailed with innovations in other operating units. Parallel restructuring of the operating units and the Lignite Approvals area are underpinning these measures. Innovations and their translation into technical progress will ensure the success of a measured energy turnaround both in Germany and throughout Europe. However, this requires dependable political conditions, so that an engineering spirit can go on being transformed into entrepreneurial action. (orig.)

  19. Coal mining and agriculture: a study in environmental impact assessment. [On agriculture in UK

    Energy Technology Data Exchange (ETDEWEB)

    Selman, P.H.

    1986-03-01

    Coal mining activities in the U.K. are reported to be extending into areas of comparatively unspoilt countryside. Despite reductions in the National Coal Board's programme of future expansion, it is considered that the scale of impact of new mining activities on agriculture is still likely to be significant. The major impact will be associated with land alienation, but a wide range of other adverse effects will also be encountered. In view of the controversy likely to accompany new mining proposals, it is recommended that methods of environmental impact assessment (EIA) should be adopted. The nature and components of EIA are reviewed, and a framework appropriate to mining-agriculture conflicts is advanced. This approach is more closely examined In relation to recent developments in Leicestershire, U.K. It is found that the magnitude of agricultural impact is small in national terms, but may be severe at the local and - if mining activities become geographically concentrated - even at the sub-regional level. Systematic scrutiny of major coaling proposals by EIA will therefore become essential. (115 refs.)

  20. Management of mining-related damages in abandoned underground coal mine areas using GIS

    International Nuclear Information System (INIS)

    Lee, U.J.; Kim, J.A.; Kim, S.S.; Kim, W.K.; Yoon, S.H.; Choi, J.K.

    2005-01-01

    The mining-related damages such as ground subsidence, acid mine drainage (AMD), and deforestation in the abandoned underground coal mine areas become an object of public concern. Therefore, the system to manage the mining-related damages is needed for the effective drive of rehabilitation activities. The management system for Abandoned Underground Coal Mine using GIS includes the database about mining record and information associated with the mining-related damages and application programs to support mine damage prevention business. Also, this system would support decision-making policy for rehabilitation and provide basic geological data for regional construction works in abandoned underground coal mine areas. (authors)

  1. Text Mining.

    Science.gov (United States)

    Trybula, Walter J.

    1999-01-01

    Reviews the state of research in text mining, focusing on newer developments. The intent is to describe the disparate investigations currently included under the term text mining and provide a cohesive structure for these efforts. A summary of research identifies key organizations responsible for pushing the development of text mining. A section…

  2. Surface mining

    Science.gov (United States)

    Robert Leopold; Bruce Rowland; Reed Stalder

    1979-01-01

    The surface mining process consists of four phases: (1) exploration; (2) development; (3) production; and (4) reclamation. A variety of surface mining methods has been developed, including strip mining, auger, area strip, open pit, dredging, and hydraulic. Sound planning and design techniques are essential to implement alternatives to meet the myriad of laws,...

  3. Uranium mining

    International Nuclear Information System (INIS)

    Lange, G.

    1975-01-01

    The winning of uranium ore is the first stage of the fuel cycle. The whole complex of questions to be considered when evaluating the profitability of an ore mine is shortly outlined, and the possible mining techniques are described. Some data on uranium mining in the western world are also given. (RB) [de

  4. Multiagent data warehousing and multiagent data mining for cerebrum/cerebellum modeling

    Science.gov (United States)

    Zhang, Wen-Ran

    2002-03-01

    An algorithm named Neighbor-Miner is outlined for multiagent data warehousing and multiagent data mining. The algorithm is defined in an evolving dynamic environment with autonomous or semiautonomous agents. Instead of mining frequent itemsets from customer transactions, the new algorithm discovers new agents and mining agent associations in first-order logic from agent attributes and actions. While the Apriori algorithm uses frequency as a priory threshold, the new algorithm uses agent similarity as priory knowledge. The concept of agent similarity leads to the notions of agent cuboid, orthogonal multiagent data warehousing (MADWH), and multiagent data mining (MADM). Based on agent similarities and action similarities, Neighbor-Miner is proposed and illustrated in a MADWH/MADM approach to cerebrum/cerebellum modeling. It is shown that (1) semiautonomous neurofuzzy agents can be identified for uniped locomotion and gymnastic training based on attribute relevance analysis; (2) new agents can be discovered and agent cuboids can be dynamically constructed in an orthogonal MADWH, which resembles an evolving cerebrum/cerebellum system; and (3) dynamic motion laws can be discovered as association rules in first order logic. Although examples in legged robot gymnastics are used to illustrate the basic ideas, the new approach is generally suitable for a broad category of data mining tasks where knowledge can be discovered collectively by a set of agents from a geographically or geometrically distributed but relevant environment, especially in scientific and engineering data environments.

  5. Data mining for the identification of metabolic syndrome status.

    Science.gov (United States)

    Worachartcheewan, Apilak; Schaduangrat, Nalini; Prachayasittikul, Virapong; Nantasenamat, Chanin

    2018-01-01

    Metabolic syndrome (MS) is a condition associated with metabolic abnormalities that are characterized by central obesity (e.g. waist circumference or body mass index), hypertension (e.g. systolic or diastolic blood pressure), hyperglycemia (e.g. fasting plasma glucose) and dyslipidemia (e.g. triglyceride and high-density lipoprotein cholesterol). It is also associated with the development of diabetes mellitus (DM) type 2 and cardiovascular disease (CVD). Therefore, the rapid identification of MS is required to prevent the occurrence of such diseases. Herein, we review the utilization of data mining approaches for MS identification. Furthermore, the concept of quantitative population-health relationship (QPHR) is also presented, which can be defined as the elucidation/understanding of the relationship that exists between health parameters and health status. The QPHR modeling uses data mining techniques such as artificial neural network (ANN), support vector machine (SVM), principal component analysis (PCA), decision tree (DT), random forest (RF) and association analysis (AA) for modeling and construction of predictive models for MS characterization. The DT method has been found to outperform other data mining techniques in the identification of MS status. Moreover, the AA technique has proved useful in the discovery of in-depth as well as frequently occurring health parameters that can be used for revealing the rules of MS development. This review presents the potential benefits on the applications of data mining as a rapid identification tool for classifying MS.

  6. Data mining for the identification of metabolic syndrome status

    Science.gov (United States)

    Worachartcheewan, Apilak; Schaduangrat, Nalini; Prachayasittikul, Virapong; Nantasenamat, Chanin

    2018-01-01

    Metabolic syndrome (MS) is a condition associated with metabolic abnormalities that are characterized by central obesity (e.g. waist circumference or body mass index), hypertension (e.g. systolic or diastolic blood pressure), hyperglycemia (e.g. fasting plasma glucose) and dyslipidemia (e.g. triglyceride and high-density lipoprotein cholesterol). It is also associated with the development of diabetes mellitus (DM) type 2 and cardiovascular disease (CVD). Therefore, the rapid identification of MS is required to prevent the occurrence of such diseases. Herein, we review the utilization of data mining approaches for MS identification. Furthermore, the concept of quantitative population-health relationship (QPHR) is also presented, which can be defined as the elucidation/understanding of the relationship that exists between health parameters and health status. The QPHR modeling uses data mining techniques such as artificial neural network (ANN), support vector machine (SVM), principal component analysis (PCA), decision tree (DT), random forest (RF) and association analysis (AA) for modeling and construction of predictive models for MS characterization. The DT method has been found to outperform other data mining techniques in the identification of MS status. Moreover, the AA technique has proved useful in the discovery of in-depth as well as frequently occurring health parameters that can be used for revealing the rules of MS development. This review presents the potential benefits on the applications of data mining as a rapid identification tool for classifying MS. PMID:29383020

  7. Realizatinon of “zero emission” of mining water effluents from Sasa mine

    OpenAIRE

    Mirakovski, Dejan; Doneva, Nikolinka; Hadzi-Nikolova, Marija; Gocevski, Borce

    2015-01-01

    Sasa mine continuously takes actions to minimize the environmental impact of mining activities, in order to fulfill the national legislation in the field of environmental protection which comply with European legislation. This paper shows the drainage system of the horizon 830, which is performed in order to prevent free leakage of mining groundwater, as a part of these actions. This system provides a zero emission of mining water in the environment from Sasa mine. Key words: mining water...

  8. Sustainable rehabilitation of mining waste and acid mine drainage using geochemistry, mine type, mineralogy, texture, ore extraction and climate knowledge.

    Science.gov (United States)

    Anawar, Hossain Md

    2015-08-01

    The oxidative dissolution of sulfidic minerals releases the extremely acidic leachate, sulfate and potentially toxic elements e.g., As, Ag, Cd, Cr, Cu, Hg, Ni, Pb, Sb, Th, U, Zn, etc. from different mine tailings and waste dumps. For the sustainable rehabilitation and disposal of mining waste, the sources and mechanisms of contaminant generation, fate and transport of contaminants should be clearly understood. Therefore, this study has provided a critical review on (1) recent insights in mechanisms of oxidation of sulfidic minerals, (2) environmental contamination by mining waste, and (3) remediation and rehabilitation techniques, and (4) then developed the GEMTEC conceptual model/guide [(bio)-geochemistry-mine type-mineralogy- geological texture-ore extraction process-climatic knowledge)] to provide the new scientific approach and knowledge for remediation of mining wastes and acid mine drainage. This study has suggested the pre-mining geological, geochemical, mineralogical and microtextural characterization of different mineral deposits, and post-mining studies of ore extraction processes, physical, geochemical, mineralogical and microbial reactions, natural attenuation and effect of climate change for sustainable rehabilitation of mining waste. All components of this model should be considered for effective and integrated management of mining waste and acid mine drainage. Copyright © 2015 Elsevier Ltd. All rights reserved.

  9. Uranium mining impacts on water resources in Brazil

    International Nuclear Information System (INIS)

    Simoes Filho, Francisco Fernando Lamego; Lauria, Dejanira C.; Vasconcellos, Luisa M.H.; Fernandes, Horst M.; Clain, Almir F.; Silva, Liliane F.

    2009-01-01

    Uranium mining and milling activities started operations in Brazil during the 80's. The first production Center was deployed in Pocos de Caldas (CIPC) State of Minas Gerais. The mine was exhausted in 1997, after has produced only 1200 t of U 3 O 8 . The second uranium plant began the operations in Caetite (URA), Bahia State, since 1999 and keeps operations until now with an annual U 3 O 8 production of up to 400 t. The company plans to double this mark in Caetite production center with the exploration of another uranium deposits and initiate underground operations of current open-pit mine. Simultaneously, they are seeking a license for a third plant in the State of Ceara that could produce the double of foreseen capacity in URA. This scenery drives to some issues related to the impact of uranium production on water resources of the respective watersheds. The CIPC plant is a closing mine site, which requires permanent treatment of the company due to the fact their sources of pollutants are subject to the occurrence of Acid Mine Drainage. The URA plant is located in a semi-arid region of Brazil. The extraction of uranium from the ore is achieved by means of a Heap-Leach process, which has low water demand supplied by a network of wells and from a dam, but can contribute to change the groundwater quality and in some cases the extinguishing of wells was observed. An overall assessment of these impacts in national level could produce some lessons that we must take advantage for the ongoing project of Santa Quiteria or even in future sites. (author)

  10. Philippine Mining Capitalism: The Changing Terrains of Struggle in the Neoliberal Mining Regime

    Directory of Open Access Journals (Sweden)

    Alvin A. Camba

    2016-06-01

    Full Text Available This article analyzes how the mining sector and anti-mining groups compete for mining outcomes in the Philippines. I argue that the transition to a neoliberal mineral regime has empowered the mining sector and weakened the mining groups by shifting the terrains of struggle onto the domains of state agencies and scientific networks. Since the neoliberal era, the mining sector has come up with two strategies. First, technologies of subjection elevate various public institutions to elect and select the processes aimed at making mining accountable and sensitive to the demands of local communities. However, they often refuse or lack the capacity to intervene effectively. Second, technologies of subjectivities allow a selective group of industry experts to single-handedly determine the environmental viability of mining projects. Mining consultants, specialists, and scientists chosen by mining companies determine the potential environmental damage on water bodies, air pollution, and soil erosion. Because of the mining capital’s access to economic and legal resources, anti-mining communities across the Philippines have been forced to compete on an unequal terrain for a meaningful social dialogue and mining outcomes.

  11. The Closing Wells as Heat Source

    Directory of Open Access Journals (Sweden)

    Gonet Andrzej

    2004-09-01

    Full Text Available The Turaszówka crude oil field is situated within the borders of Krosno town. The oil resources are nearly depleted. Many of the boreholes have already been liquidated. Currently, only 22 boreholes are being exploited. Eight of them are watered and exploiting oil along with the reservoir water.The boreholes were submitted for producing the geothermal energy, because of their location. They are situated within the urban area. The suggested solution allows for gaining the pure energy and also does not require additional expenditure for mining researches connected with closing of the abandoned boreholes of the field.The paper points to the suggestion and preliminary analysis for wells of Turaszówka oil field adaptation for borehole heat exchangers. There is also presentation of using the heat for Complex of Upper Grammar School heating system and the swimming pool which are both placed close to the oil field.

  12. Mining Bug Databases for Unidentified Software Vulnerabilities

    Energy Technology Data Exchange (ETDEWEB)

    Dumidu Wijayasekara; Milos Manic; Jason Wright; Miles McQueen

    2012-06-01

    Identifying software vulnerabilities is becoming more important as critical and sensitive systems increasingly rely on complex software systems. It has been suggested in previous work that some bugs are only identified as vulnerabilities long after the bug has been made public. These vulnerabilities are known as hidden impact vulnerabilities. This paper discusses the feasibility and necessity to mine common publicly available bug databases for vulnerabilities that are yet to be identified. We present bug database analysis of two well known and frequently used software packages, namely Linux kernel and MySQL. It is shown that for both Linux and MySQL, a significant portion of vulnerabilities that were discovered for the time period from January 2006 to April 2011 were hidden impact vulnerabilities. It is also shown that the percentage of hidden impact vulnerabilities has increased in the last two years, for both software packages. We then propose an improved hidden impact vulnerability identification methodology based on text mining bug databases, and conclude by discussing a few potential problems faced by such a classifier.

  13. Assertions of Japanese Websites for and Against Cancer Screening: a Text Mining Analysis

    Science.gov (United States)

    Okuhara, Tsuyoshi; Ishikawa, Hirono; Okada, Masahumi; Kato, Mio; Kiuchi, Takahiro

    2017-04-01

    Background: Cancer screening rates are lower in Japan than in Western countries such as the United States and the United Kingdom. While health professionals publish pro-cancer-screening messages online to encourage proactive seeking for screening, anti-screening activists use the same medium to warn readers against following guidelines. Contents of pro- and anti-cancer-screening sites may contribute to readers’ acceptance of one or the other position. We aimed to use a text-mining method to examine frequently appearing contents on sites for and against cancer screening. Methods: We conducted online searches in December 2016 using two major search engines in Japan (Google Japan and Yahoo! Japan). Targeted websites were classified as “pro”, “anti”, or “neutral” depending on their claims, with the author(s) classified as “health professional”, “mass media”, or “layperson”. Text-mining analyses were conducted, and statistical analysis was performed using the chi-square test. Results: Of the 169 websites analyzed, the top-three most frequently appearing content topics in pro sites were reducing mortality via cancer screening, benefits of early detection, and recommendations for obtaining detailed examination. The top three most frequent in anti-sites were harm from radiation exposure, non-efficacy of cancer screening, and lack of necessity of early detection. Anti-sites also frequently referred to a well-known Japanese radiologist, Makoto Kondo, who rejects the standard forms of cancer care. Conclusion: Our findings should enable authors of pro-cancer-screening sites to write to counter misleading anti-cancer-screening messages and facilitate dissemination of accurate information. Creative Commons Attribution License

  14. Mining Co-Location Patterns with Clustering Items from Spatial Data Sets

    Science.gov (United States)

    Zhou, G.; Li, Q.; Deng, G.; Yue, T.; Zhou, X.

    2018-05-01

    The explosive growth of spatial data and widespread use of spatial databases emphasize the need for the spatial data mining. Co-location patterns discovery is an important branch in spatial data mining. Spatial co-locations represent the subsets of features which are frequently located together in geographic space. However, the appearance of a spatial feature C is often not determined by a single spatial feature A or B but by the two spatial features A and B, that is to say where A and B appear together, C often appears. We note that this co-location pattern is different from the traditional co-location pattern. Thus, this paper presents a new concept called clustering terms, and this co-location pattern is called co-location patterns with clustering items. And the traditional algorithm cannot mine this co-location pattern, so we introduce the related concept in detail and propose a novel algorithm. This algorithm is extended by join-based approach proposed by Huang. Finally, we evaluate the performance of this algorithm.

  15. Frequent gain and loss of introns in fungal cytochrome b genes.

    Directory of Open Access Journals (Sweden)

    Liang-Fen Yin

    Full Text Available In this study, all available cytochrome b (Cyt b genes from the GOBASE database were compiled and the evolutionary dynamics of the Cyt b gene introns was assessed. Cyt b gene introns were frequently present in the fungal kingdom and some lower plants, but generally absent or rare in Chromista, Protozoa, and Animalia. Fungal Cyt b introns were found at 35 positions in Cyt b genes and the number of introns varied at individual positions from a single representative to 32 different introns at position 131, showing a wide and patchy distribution. Many homologous introns were present at the same position in distantly related species but absent in closely related species, suggesting that introns of the Cyt b genes were frequently lost. On the other hand, highly similar intron sequences were observed in some distantly related species rather than in closely related species, suggesting that these introns were gained independently, likely through lateral transfers. The intron loss-and-gain events could be mediated by transpositions that might have occurred between nuclear and mitochondria. Southern hybridization analysis confirmed that some introns contained repetitive sequences and might be transposable elements. An intron gain in Botryotinia fuckeliana prevented the development of QoI fungicide resistance, suggesting that intron loss-and-gain events were not necessarily beneficial to their host organisms.

  16. Technological highwall mining

    Energy Technology Data Exchange (ETDEWEB)

    Davison, I. [Highwall Systems (United States)

    2006-09-15

    The paper explores the issues facing highwall mining. Based in Chilhowie, Virginia, American Highwall Systems has developed a highwall mining system that will allow the mining of coal seams from 26 in to 10 ft in thickness. The first production model, AH51, began mining in August 2006. Technologies incorporated into the company's mining machines to improve the performance, enhance the efficiency, and improve the reliability of the highwall mining equipment incorporate technologies from many disciplines. Technology as applied to design engineering, manufacturing and fabrication engineering, control and monitoring computer hardware and software has played an important role in the evolution of the American Highwall Systems design concept. 5 photos.

  17. Kiruna research mine

    Energy Technology Data Exchange (ETDEWEB)

    Oestensen, A

    1983-12-01

    The research mine at Kiruna is the first large-scale mining research project sponsored by the Swedish government. Under the leadership of the Swedish Mining Research Foundation, a five-year project involving development of new mining systems and machinery will be carried out in cooperation with the Lulea Institute of Technology and a number of Swedish industrial companies.

  18. The Role of Geochemical Modeling in Predicting Quality Evolution of Acid Mine Drainage

    Directory of Open Access Journals (Sweden)

    Andrea Šlesárová

    2004-12-01

    Full Text Available In recent years the massive reduction of raw materials production brings a wide scale of problems. Among the most frequent exposes of mining activities belong besides old spoil heaps and sludge lagoons, also the drainage of acidic and highly mineralized mine waters known as “the Acid Mine Drainage” (thereinafter AMD from old mine workings. The acid mine drainage presents to the surrounding environment a massive problem. These waters are toxic to the plant and animal life, including fishes and aquatic insects. The primary control of the drainage pH and the metal content is the exposure of sulphide minerals to weathering, the availability of atmospheric oxygen, and the sensitivity of non-sulphide minerals to buffer acidity. A geochemical modeling software is increasingly used to solve evolution of the complex chemical systems such as the interaction of acid mine drainage with wall rocks, migration of AMD components. Beyond the better computer facilities it allows to study of thermodynamic properties substances and to enlarge thermodynamic databases. A model is a simplified version of reality based on its observation and experiments. A goal of the modeling process is the tendency to better understand processes taking place inside of the system, the attempt to assume the system’s behaviour in the future or to predict the effect of changed conditions in the system’s environment on the system itself.

  19. Present and future mine effluents management at Zirovski Vrh uranium mine

    International Nuclear Information System (INIS)

    Logar, Z.; Likar, B.; Gantar, I.

    2002-01-01

    Zirovski Vrh uranium mine and its facilities are situated on the northeastern slopes of the Zirovski Vrh ridge (960 m) and on the southern slopes of Crna gora (611 m) respectively. Mine elevation is from 430 m (bottom of the valley) to 580 m (P-1 adit). All effluents from the mine and mill objects flow into the Brebovscica river (with average yearly flow of 0.74 m 3 /s): run off mine water; mine waste pile Jazbec outflow; mill tailings Borst outflows; effluents from mine temporary mine waste piles P-1, P-9, P-36 are of minor significance. The first three effluents and the recipient surface water flows (the Todrascica brook and the Brebovscica river) are monitored extensively. The impact of radioactive polluted outflows on named waters is proved, but far under the maximal permitted limit values. The authorised maximal limits values for mine effluents were obtained in 1996. Detail design will ensure that this values will not be exceeded in the future. The long term planes are to minimise the uranium concentrations in the run off mine water by target underground drilling. The mine waste pile and the mill tailings will be covered by engineered cover system to avoid clean water contamination by weathering and ablution as well. The existing effluents from the mill tailings will diminish after the remediation and consolidation of the tailing. The Government of Slovenia funds the remediation of the uranium production site Zirovski Vrh. Estimated needed funds for remediation of the main objects are shown in the table below. The total investment includes also the costs for effluents control. Area Mio US$ Underground mine remediation 19.00 Mine waste pile remediation 6.50 Mill tailings remediation 2.24 Total investment costs 27.74 Above figures do not include operation costs of the Zirovski Vrh Mine, approximately US$ 2.2 Mio per year nowadays. The last implementation schedule foresights the end of remediation works in year 2005. After that starts trial monitoring of 5 years

  20. Hot dry rock heat mining

    International Nuclear Information System (INIS)

    Duchane, D.V.

    1992-01-01

    Geothermal energy utilizing fluids from natural sources is currently exploited on a commercial scale at sites around the world. A much greater geothermal resource exists, however, in the form of hot rock at depth which is essentially dry. This hot dry rock (HDR) resource is found almost everywhere, but the depth at which usefully high temperatures are reached varies from place to place. The technology to mine the thermal energy from HDR has been under development for a number of years. Using techniques adapted from the petroleum industry, water is pumped at high pressure down an injection well to a region of usefully hot rock. The pressure forces open natural joints to form a reservoir consisting of a small amount of water dispensed in a large volume of hot rock. This reservoir is tapped by second well located at some distance from the first, and the heated water is brought to the surface where its thermal energy is extracted. The same water is then recirculated to mine more heat. Economic studies have indicated that it may be possible to produce electricity at competitive prices today in regions where hot rock is found relatively close to the surface

  1. Hydrogeochemical assessment of mine-impacted water and sediment of iron ore mining

    Science.gov (United States)

    Nur Atirah Affandi, Fatin; Kusin, Faradiella Mohd; Aqilah Sulong, Nur; Madzin, Zafira

    2018-04-01

    This study was carried out to evaluate the hydrogeochemical behaviour of mine-impacted water and sediment of a former iron ore mining area. Sampling of mine water and sediment were carried out at selected locations within the mine including the former mining ponds, mine tailings and the nearby stream. The water samples were analysed for their hydrochemical facies, major and trace elements including heavy metals. The water in the mining ponds and the mine tailings was characterised as highly acidic (pH 2.54-3.07), but has near-neutral pH in the nearby stream. Results indicated that Fe and Mn in water have exceeded the recommended guidelines values and was also supported by the results of geochemical modelling. The results also indicated that sediments in the mining area were contaminated with Cd and As as shown by the potential ecological risk index values. The total risk index of heavy metals in the sediment were ranked in the order of Cd>As>Pb>Cu>Zn>Cr. Overall, the extent of potential ecological risks of the mining area were categorised as having low to moderate ecological risk.

  2. Cubis AG - for the mining industry and for new markets

    International Nuclear Information System (INIS)

    Hamm, E.

    1994-01-01

    In Germany the research funds for the mining industry will again be cut drastically in future. Cubis must plan and use the remaining research funds in an optimum manner in conjunction with the mining industry itself and also the mining supply industry. Close cooperation and continuous coordination between the research institutes and industrial partners will continue to be necessary for this purpose. Transfer of technology between research and industrial application must take place more smoothly. It is not a question of marketing the implementation of results of individual research and development projects; on the contrary system solutions from one source are required and offered. Long-term business relationships with industrial partners, within the framework of which contract research, advice, engineering, training, etc. can be realised, are desirable. Cubis has undertaken the responsibility to make available services to the mining industry and involve itself in new markets with the released capacities. The success so far achieved by the new company shows that competence and potential to face up to the large tasks exist. Cubis is equipped to tackle the continuous challenge of technology and safety at work, but also the tasks in the raw material and environment sectors in the nineties and is the suitable partner for solution of problems. (orig.)

  3. Mining: The beginning and the end of the nuclear cycle

    International Nuclear Information System (INIS)

    Walls, J.

    1991-01-01

    Mining is one of the world's oldest industries, with a rich history that has evolved into modern times. A new chapter in that history is currently being written in southeastern New Mexico at the Waste Isolation Pilot Plant (WIPP). The beginning phase of the nuclear industry occurred when uranium was mined from the underground and processed to develop the first fuel source for the nuclear industry. The WIPP may well be the final chapter in closing out the nuclear cycle by the disposal of nuclear waste 2,150 ft into the underground repository. The WIPP is a US Department of Energy project located ∼ 30 miles southeast of Carlsbad, New Mexico, where the nation's first underground engineered nuclear repository is being constructed. The WIPP site was selected because of its location amidst a 2,000-ft-thick bed that provides a remarkably stable rock formation for the permanent storage of nuclear waste. The WIPP has taken an industry that is steeped in the tradition of mining hard rock with brute force to yield the highest quantity and has married it to a concept that demands superior safety and has a conservative approach to produce the highest quality. The process has been refined and has produced cultural shock in the local attitude toward mining

  4. Collaborative Data Mining

    Science.gov (United States)

    Moyle, Steve

    Collaborative Data Mining is a setting where the Data Mining effort is distributed to multiple collaborating agents - human or software. The objective of the collaborative Data Mining effort is to produce solutions to the tackled Data Mining problem which are considered better by some metric, with respect to those solutions that would have been achieved by individual, non-collaborating agents. The solutions require evaluation, comparison, and approaches for combination. Collaboration requires communication, and implies some form of community. The human form of collaboration is a social task. Organizing communities in an effective manner is non-trivial and often requires well defined roles and processes. Data Mining, too, benefits from a standard process. This chapter explores the standard Data Mining process CRISP-DM utilized in a collaborative setting.

  5. 76 FR 63238 - Proximity Detection Systems for Continuous Mining Machines in Underground Coal Mines

    Science.gov (United States)

    2011-10-12

    ... Detection Systems for Continuous Mining Machines in Underground Coal Mines AGENCY: Mine Safety and Health... Agency's proposed rule addressing Proximity Detection Systems for Continuous Mining Machines in... proposed rule for Proximity Detection Systems on Continuous Mining Machines in Underground Coal Mines. Due...

  6. 76 FR 70075 - Proximity Detection Systems for Continuous Mining Machines in Underground Coal Mines

    Science.gov (United States)

    2011-11-10

    ... Detection Systems for Continuous Mining Machines in Underground Coal Mines AGENCY: Mine Safety and Health... proposed rule addressing Proximity Detection Systems for Continuous Mining Machines in Underground Coal... Detection Systems for Continuous Mining Machines in Underground Coal Mines. MSHA conducted hearings on...

  7. Determine Appropriate Post Mining Land Use in Indonesia Coal Mining Using Land Suitability Evaluation

    OpenAIRE

    Maryati, Sri; Shimada, Hideki; Hamanaka, Akihiro; Sasaoka, Takashi; Matsui, Kikuo

    2012-01-01

    Coal mining industry gives many benefits for Indonesia including contribution in total Indonesian GDP. Most of coal mines in Indonesia are open pit mining method which disturbs large area of land. One of open pit mining impact is damage land and related to soil erosion occurrences it will degrade land by top soil loses. Indonesia Government has issued mine closure regulation to encourage mining industry provide post mining land use. Determination of post mining land use should be considering ...

  8. Mercury and arsenic in the gold mining regions of the Ankobra River basin in Ghana

    Science.gov (United States)

    Bannerman, W.; Potin-Gautier, M.; Amoureux, D.; Tellier, S.; Rambaud, A.; Babut, M.; Adimado, A.; Beinhoff, C.

    2003-05-01

    The river Ankobra flows through the principal gold mining centres in Western Ghana, draining a total area of 8272 km^2 to join the Atlantic ocean. Mercury is used by thousands of small-scale miners in the region to amalgamate gold. Ores mined in some deep shafts and surface mines are arsenopyrites and the region is marked by the presence of heaps of arsenic - rich mine tailings from both past and recent activities. This study was conducted to assess the impact of mining activities on the distribution and speciation of arsenic and mercury in the aquatic environment of the Ankobra River. In all, water (filtered and non-filtered) and bed sediments were collected from various locations within the watershed. Principal parameters investigated include total mercury, arsenic (III), arsenic (V), monomethylarsonic acid (MMAA) and dimethylarsinic acid (DMAA). Seasonal and spatial variations of these parameters were investigated. Quality control systems were adopted at both the environmental and analytical stages of the study. ln general, areas close to the mining centres are the most pollilited. As (V)/As (III) ratios in water are reversed after the first 100-km of the river length with the onset of industrial influence downstream.

  9. Effect of the non-tariff barriers in the trade of Colombian mining goods

    International Nuclear Information System (INIS)

    Gamba Saavedra, Gloria Patricia

    2007-01-01

    The objective of this study is to identify and to provide information on the non tariff barriers NTB to a group of mining products on the excellent international markets for the Colombian case, and to analyze its magnitude and incidence on the external sales of this products, to advance toward this objective is defined which measures they can be considered as non tariff restrictions, its different mensuration methodologies are analyzed and finally a qualitative and quantitative approach of the NTB is made that face the exports of Colombian mining products in their main markets, by means of a survey carried out the managers of the sector in the country. Among the main discoveries, they were evidences of the application of NTB, although they turned out to be not very significant for the sector exporter of mining products; the most frequent are the technical obstacles to the trade, but of relatively moderate incidence

  10. Process and device for producing a timber gear case for tunnels and mines

    Energy Technology Data Exchange (ETDEWEB)

    Foik, A

    1977-09-08

    A device is described for producing a timber gear case for tunnels and mines. Plank shaped pillars, partly overlapping one another are driven in parallel planes at an angle to the tunnel axis, close together and advancing relative to the face. The pillars are taken through supports erected one after the other in the longitudinal direction of the tunnel, and are supported. The process can be extended by producing a timber gear case to secure any type of underground space. The process produces further mechanisation of tunnelling and mining and also ensures greater safety for the miners.

  11. A guide to mines and mining houses of the Republic of South Africa

    Energy Technology Data Exchange (ETDEWEB)

    1989-02-01

    This guide lists the mining houses of the Republic of South Africa and the mines under their respective control. It is intended as a guide for British exporters wishing to develop business with the South African mining industry and hence includes buying offices and senior buying personnel in South Africa (and in the UK where relevant). Amongst the 16 mining houses included are the Chamber of Mines of South Africa, De Beers Consolidated Mines Ltd., Rand Mines Ltd., Sasol Ltd. and the South African Iron and Steel Industrial Corporation Ltd.

  12. Numerical Study on 4-1 Coal Seam of Xiaoming Mine in Ascending Mining

    Science.gov (United States)

    Tianwei, Lan; Hongwei, Zhang; Sheng, Li; Weihua, Song; Batugin, A. C.; Guoshui, Tang

    2015-01-01

    Coal seams ascending mining technology is very significant, since it influences the safety production and the liberation of dull coal, speeds up the construction of energy, improves the stability of stope, and reduces or avoids deep hard rock mining induced mine disaster. Combined with the Xiaoming ascending mining mine 4-1, by numerical calculation, the paper analyses ascending mining 4-1 factors, determines the feasibility of ascending mining 4-1 coalbed, and proposes roadway layout program about working face, which has broad economic and social benefits. PMID:25866840

  13. Characteristics of an open-cut coal mine fire pollution event

    Science.gov (United States)

    Reisen, Fabienne; Gillett, Rob; Choi, Jason; Fisher, Gavin; Torre, Paul

    2017-02-01

    On 9 February 2014, embers from a nearby grass/shrub fire spotted into an unused part of the Hazelwood open-cut brown coal mine located in the Latrobe Valley of Victoria, Australia and started a fire that spread rapidly and extensively throughout the mine under strong south-westerly winds and burned over a period of 45 days. The close proximity of the town to the coal mine and the low buoyancy of the smoke plume led to the accumulation of dense smoke levels in the township of Morwell (population of 14,000) particularly under south-westerly winds. A maximum daily PM2.5 concentration of 731 μg m-3 and 8-h CO concentration of 33 ppm were measured at Morwell South, the closest residential area located approximately 500 m from the mine. These concentrations were significantly higher than national air quality standards. Air quality monitoring undertaken in the Latrobe Valley showed that smoke from the Hazelwood mine fire affected a wide area, with particle air quality standards also exceeded in Traralgon (population of 25,000) located approximately 13 km from the mine. Pollutant levels were significantly elevated in February, decreased in March once the fire abated and then returned to background levels once the fire was declared safe at the end of March. While the smoke extent was of a similar order of magnitude to other major air pollution events worldwide, a closer look at emissions ratios showed that the open combustion of lignite brown coal in the Hazelwood mine was different to open combustion of biomass, including peat. It suggested that the dominant combustion process was char combustion. While particle and carbon monoxide monitoring started approximately 4 days after the fire commenced when smoke levels were very high, targeted monitoring of air toxics only began on 26 February (17 days after the fire) when smoke levels had subsided. Limited research on emission factors from open-cut coal mine fires make it difficult to assess the likely concentrations of air

  14. Ghana Mining Journal

    African Journals Online (AJOL)

    ... in the Ghana mining journal: Geology and Mineral Exploration, Mining, Quarrying, Geomechanics, Groundwater Studies, Hydrocarbon Development, Mineral Processing, Metallurgy, Material Science, Mineral Management Policies, Mineral Economics, Environmental Aspects, Computer Applications and Mining Education.

  15. Semantic Mining based on graph theory and ontologies. Case Study: Cell Signaling Pathways

    Directory of Open Access Journals (Sweden)

    Carlos R. Rangel

    2016-08-01

    Full Text Available In this paper we use concepts from graph theory and cellular biology represented as ontologies, to carry out semantic mining tasks on signaling pathway networks. Specifically, the paper describes the semantic enrichment of signaling pathway networks. A cell signaling network describes the basic cellular activities and their interactions. The main contribution of this paper is in the signaling pathway research area, it proposes a new technique to analyze and understand how changes in these networks may affect the transmission and flow of information, which produce diseases such as cancer and diabetes. Our approach is based on three concepts from graph theory (modularity, clustering and centrality frequently used on social networks analysis. Our approach consists into two phases: the first uses the graph theory concepts to determine the cellular groups in the network, which we will call them communities; the second uses ontologies for the semantic enrichment of the cellular communities. The measures used from the graph theory allow us to determine the set of cells that are close (for example, in a disease, and the main cells in each community. We analyze our approach in two cases: TGF-ß and the Alzheimer Disease.

  16. Using remote sensing imagery to monitoring sea surface pollution cause by abandoned gold-copper mine

    Science.gov (United States)

    Kao, H. M.; Ren, H.; Lee, Y. T.

    2010-08-01

    The Chinkuashih Benshen mine was the largest gold-copper mine in Taiwan before the owner had abandoned the mine in 1987. However, even the mine had been closed, the mineral still interacts with rain and underground water and flowed into the sea. The polluted sea surface had appeared yellow, green and even white color, and the pollutants had carried by the coast current. In this study, we used the optical satellite images to monitoring the sea surface. Several image processing algorithms are employed especial the subpixel technique and linear mixture model to estimate the concentration of pollutants. The change detection approach is also applied to track them. We also conduct the chemical analysis of the polluted water to provide the ground truth validation. By the correlation analysis between the satellite observation and the ground truth chemical analysis, an effective approach to monitoring water pollution could be established.

  17. History of ventilation and of air conditioning in Dolni Rozinka uranium mines

    International Nuclear Information System (INIS)

    Voltr, S.

    1987-01-01

    At a time of the start of mining operations in the Dolni Rozinka uranium mine, ventilation had been provided using the underpressure technique with diagonal winding shafts. From 1967 the overpressure system had been used. The system is described in detail and its constraints are listed. In 1983, on the basis of an analysis and model tests, the ventilation system was replaced by a underpressure system which satisfied the current hygiene specifications, was costsaving and reliable. Since 1985, an air conditioning system has been in operation featuring mobile cooling units and a closed-circuit air conditioning water system that is separated from the mining water pumping system. In view of the favourable temperature factors of the deposit, the mobile air conditioning units are only installed in blind headings. When the through-flow wind stream is achieved, air conditioning is abandoned. (J.B.). 2 figs., 5 refs

  18. Ecotoxicological evaluation of areas polluted by mining activities

    Science.gov (United States)

    García-Lorenzo, M. L.; Martínez-Sánchez, M. J.; Pérez-Sirvent, C.; Molina, J.

    2009-04-01

    Determination of the contaminant content is not enough to evaluate the toxic effects or to characterise contaminated sites, because such a measure does not reflect the ecotoxicological danger in the environment and does not provide information on the effects of the chemical compounds. To estimate the risk of contaminants, chemical methods need to be complemented with biological methods. Therefore, ecotoxicological testing may be a useful approach for assessing the toxicity as a complement to chemical analysis. The aim of this study was to develop a battery of bioassays for the ecotoxicological screening of areas polluted by mining activities. Particularly, the toxicity of water samples, sediments and their pore-water extracts was evaluated by using three assays: bacteria, plants and ostracods. Moreover, the possible relationship between observed toxicity and results of chemical analysis was studied. The studied area, Sierra Minera, is close to the mining region of La Uni

  19. Comparative Data Mining Analysis for Information Retrieval of MODIS Images: Monitoring Lake Turbidity Changes at Lake Okeechobee, Florida

    Science.gov (United States)

    In the remote sensing field, a frequently recurring question is: Which computational intelligence or data mining algorithms are most suitable for the retrieval of essential information given that most natural systems exhibit very high non-linearity. Among potential candidates mig...

  20. Legal Policy Of Peoples Rights In Around Mining Corporate Post-Mining Activities

    Directory of Open Access Journals (Sweden)

    Teng Berlianty

    2015-08-01

    Full Text Available This study aims to gain an understanding of the essence of the rights of communities around post-mining corporate responsibility towards the fulfillment of the rights of communities around post-mining as well as government policies to protect the sustainability of the post-mining communities around the mining business. This type of research is a normative legal research methods using primary legal materials secondary and tertiary. With the approach of sociolegal through down the field in Gebe to get data concrete. Data were analyzed with qualitative analysis. The results showed that the essence of the rights of communities around mining operations after the mine in the form of the right to a decent life welfare the right to social security in the form of employment the guarantee of free education and healthcare for the local population as well as the right to a good environment and healthy as a guarantee of the continuity of human existence and future generations. These rights have not been fully realized post-mining. Corporate responsibility in accordance with Article 74 of Law No. 40 of 2007 on the fulfillment of the rights of communities around mining operations after the mine in the form of welfare responsibilities clothing food and shelter especially electricity and water have not been met then the social responsibility to empower communities around the mine as stakeholders as well as environmental responsibility. Legal policy such as the empowerment of communities around the mine in order to be self-sufficient after the post-mining public service policies in education and health as a form of existence of government using existing programs nationally and subordinate to the PT. Antam. as well as environmental protection policies in the form of post-mining reclamation formulated in the companys liabilities.

  1. Geochemical Characterization of Mine Waste, Mine Drainage, and Stream Sediments at the Pike Hill Copper Mine Superfund Site, Orange County, Vermont

    Science.gov (United States)

    Piatak, Nadine M.; Seal, Robert R.; Hammarstrom, Jane M.; Kiah, Richard G.; Deacon, Jeffrey R.; Adams, Monique; Anthony, Michael W.; Briggs, Paul H.; Jackson, John C.

    2006-01-01

    The Pike Hill Copper Mine Superfund Site in the Vermont copper belt consists of the abandoned Smith, Eureka, and Union mines, all of which exploited Besshi-type massive sulfide deposits. The site was listed on the U.S. Environmental Protection Agency (USEPA) National Priorities List in 2004 due to aquatic ecosystem impacts. This study was intended to be a precursor to a formal remedial investigation by the USEPA, and it focused on the characterization of mine waste, mine drainage, and stream sediments. A related study investigated the effects of the mine drainage on downstream surface waters. The potential for mine waste and drainage to have an adverse impact on aquatic ecosystems, on drinking- water supplies, and to human health was assessed on the basis of mineralogy, chemical concentrations, acid generation, and potential for metals to be leached from mine waste and soils. The results were compared to those from analyses of other Vermont copper belt Superfund sites, the Elizabeth Mine and Ely Copper Mine, to evaluate if the waste material at the Pike Hill Copper Mine was sufficiently similar to that of the other mine sites that USEPA can streamline the evaluation of remediation technologies. Mine-waste samples consisted of oxidized and unoxidized sulfidic ore and waste rock, and flotation-mill tailings. These samples contained as much as 16 weight percent sulfides that included chalcopyrite, pyrite, pyrrhotite, and sphalerite. During oxidation, sulfides weather and may release potentially toxic trace elements and may produce acid. In addition, soluble efflorescent sulfate salts were identified at the mines; during rain events, the dissolution of these salts contributes acid and metals to receiving waters. Mine waste contained concentrations of cadmium, copper, and iron that exceeded USEPA Preliminary Remediation Goals. The concentrations of selenium in mine waste were higher than the average composition of eastern United States soils. Most mine waste was

  2. Setting rehabilitation priorities for abandoned mines of similar characteristics according to their visual impact: The case of Milos Island, Greece

    Directory of Open Access Journals (Sweden)

    Evangelos Mavrommatis

    2017-01-01

    Full Text Available Mine rehabilitation is nowadays an essential part of the mine life-cycle. Nevertheless, due to the inadequate legislative framework and the lack of appropriate financial instruments in the past, abandoned mined land is present in almost all regions with a mining history. Especially in times of fiscal and financial belt tightening, where direct funding is almost impossible, the restoration of abandoned mines becomes a difficult task and, consequently, prioritization of the restoration projects is necessitated. So far, several models have been developed for that purpose. The existing models, however, usually underestimate that, especially for non-reclaimed mines located close to populated areas, landscape degradation generated by surface mining is a critical factor. To this end, this paper presents, through an illustrative example, a new approach providing the means for prioritizing mine restoration projects based on the visibility of surface mines with regard to the neighboring areas of interest. The proposed approach can be utilized as an additional module in existing prioritization models, or it can be used standalone when considering a group of surface mines where what distinguishes them from each other is primarily the disturbance of the landscape.

  3. Mine drainage treatment

    OpenAIRE

    Golomeova, Mirjana; Zendelska, Afrodita; Krstev, Boris; Golomeov, Blagoj; Krstev, Aleksandar

    2012-01-01

    Water flowing from underground and surface mines and contains high concentrations of dissolved metals is called mine drainage. Mine drainage can be categorized into several basic types by their alkalinity or acidity. Sulfide rich and carbonate poor materials are expected to produce acidic drainage, and alkaline rich materials, even with significant sulfide concentrations, often produce net alkaline water. Mine drainages are dangerous because pollutants may decompose in the environment. In...

  4. Mining dictionary: underground mining; open-cast mining; preparation and beneficiation; geology of mineral deposits

    Energy Technology Data Exchange (ETDEWEB)

    Goergen, H; Stoll, R D; Vriesen, R D; Welzenberg, B

    1981-01-01

    The dictionary reflects the latest technical developments in the vocabulary of mining methods and the mining industry. Volume I of the dictionary is English to German, Volume II German to English. 36,000 entries are included.

  5. A perspective on the proliferation risks of plutonium mines

    Energy Technology Data Exchange (ETDEWEB)

    Lyman, E.S. [Nuclear Control Institute, Washington, DC (United States)

    1996-05-01

    The program of geologic disposal of spent fuel and other plutonium-containing materials is increasingly becoming the target of criticism by individuals who argue that in the future, repositories may become low-cost sources of fissile material for nuclear weapons. This paper attempts to outline a consistent framework for analyzing the proliferation risks of these so-called {open_quotes}plutonium mines{close_quotes} and putting them into perspective. First, it is emphasized that the attractiveness of plutonium in a repository as a source of weapons material depends on its accessibility relative to other sources of fissile material. Then, the notion of a {open_quotes}material production standard{close_quotes} (MPS) is proposed: namely, that the proliferation risks posed by geologic disposal will be acceptable if one can demonstrate, under a number of reasonable scenarios, that the recovery of plutonium from a repository is likely to be as difficult as new production of fissile material. A preliminary analysis suggests that the range of circumstances under which current mined repository concepts would fail to meet this standard is fairly narrow. Nevertheless, a broad application of the MPS may impose severe restrictions on repository design. In this context, the relationship of repository design parameters to easy of recovery is discussed.

  6. Lead and Zinc pollution of soils in the Kabwe lead-zinc mining area

    International Nuclear Information System (INIS)

    Musonda, B.M.; Tembo, F

    2004-01-01

    Lead and Zinc pollution of soils related to mining activities in Kabwe district is one of the major environmental problems in Zambia today. In this study, we investigated the distribution of lead and zinc in topsoil and subsoil. Samples were collected from topsoil(0-20cm) and subsoil(20-50cm)at predetermined sites using a 5km x 5km regional grid and a 500m x 500m local grid. After preparation 260 local and 200 regional samples were analysed for heavy metals by atomic absorption spectrophotometry. The background levels of cold HNO3 extractable lead and zinc are 50mg/kg and 70mg/kg respectively. The degree of Pb and Zn contamination of the soils varies with proximity of the soils to Kabwe mining centre. The content of Pb and Zn in topsoil that is very close to the mine is up to 1.6% and 3.9% respectively while soils that are very far from the mine generally contain less than 10mg/kg Pb and 20mg/kg Zn. The heavy metal contamination patterns in soils adjacent to the mine have been formed by wind dispersion of particulate matter and dry deposition. The risk of exposure of humans to lead and zinc is very high in areas that are adjacent to the mining centre. (author)

  7. Mining Views : database views for data mining

    NARCIS (Netherlands)

    Blockeel, H.; Calders, T.; Fromont, É.; Goethals, B.; Prado, A.; Nijssen, S.; De Raedt, L.

    2007-01-01

    We propose a relational database model towards the integration of data mining into relational database systems, based on the so called virtual mining views. We show that several types of patterns and models over the data, such as itemsets, association rules, decision trees and clusterings, can be

  8. Legacies of the uranium ore mining industry and their restoration. A survey of Africa, Asia and Australia

    International Nuclear Information System (INIS)

    Waggitt, P.

    2008-01-01

    Management of the environment in the uranium mining industry has an eventful history of more than 50 years. In addition to examples of successful restoration of mining and preparation sites in some countries there are also numerous cases, in which no or defective restoration left behind serious waste deposits. In the course of the renaissance of the uranium industry there is increasing interest in the rehabilitation of such waste sites. There is still an urgent requirement to eradicate the environmental effects of the old mining industry. Previous deposits could be of interest for renewed working under the present economic boundary conditions. Restoration as an integral part of the current and future uranium mining industry with the application of modern international safety standards is extremely important. The contribution provides a survey of restoration projects of the old mining industry in various parts of the world and shows how the International Atomic Energy Agency, the national supervisory and approval authorities as well as the mining companies collaborate closely at many sites on solution of the difficult problems. (orig.)

  9. Coastal mining

    Science.gov (United States)

    Bell, Peter M.

    The Exclusive Economic Zone (EEZ) declared by President Reagan in March 1983 has met with a mixed response from those who would benefit from a guaranteed, 200-nautical-mile (370-km) protected underwater mining zone off the coasts of the United States and its possessions. On the one hand, the U.S. Department of the Interior is looking ahead and has been very successful in safeguarding important natural resources that will be needed in the coming decades. On the other hand, the mining industry is faced with a depressed metals and mining market.A report of the Exclusive Economic Zone Symposium held in November 1983 by the U.S. Geological Survey, the Mineral Management Service, and the Bureau of Mines described the mixed response as: “ … The Department of Interior … raring to go into promotion of deep-seal mining but industrial consortia being very pessimistic about the program, at least for the next 30 or so years.” (Chemical & Engineering News, February 5, 1983).

  10. Specialized mining GIS system MineGIS SMZ Jelšava

    Directory of Open Access Journals (Sweden)

    Peter Sasvári

    2005-12-01

    Full Text Available Following, the real needs for new mining information system requested by SMZ Jelšava, the Department of Mineral Deposits and Applied Geology (KLaAG at the Technical University of Košice (TUKE has prepared a specification for the specialized mining geographic information system called MineGIS SMZ Jelšava. The main roles of the new system have been defined as follows of reserves: the administration, analyse and the visualization of all mining geo-data related to the estimation.

  11. Tornado type closed magnetic trap for an ECR source

    CERN Document Server

    Abramova, K B; Voronin, A V; Zorin, V G

    1999-01-01

    We propose to use a Tornado type closed magnetic trap for creation of a source of mul-ticharged ions with plasma heating by microwave radiation. Plasma loss in closed traps is deter-mined by diffusion across the magnetic field, which increases substantially plasma confinement time as compared to the classical mirror trap [1]. We propose to extract ions with the aid of additional coils which partially destroy the closed structure of the magnetic lines in the trap, but don not influence the total confinement time. This allows for producing a controlled plasma flux that depends on the magnetic field of the additional coil. The Tornado trap also possesses merits such as an opportunity to produce high magnetic fields up to 3 T, which makes possible heating and confinement of plasma with a high density of electrons; plasma stability to magneto-hydrodynamic perturbations because the magnetic field structure corresponds to the "min B" configuration; and relatively low costs. All estimates and calculations were carrie...

  12. Impact of oil shale mine water discharges on phytoplankton community of Purtse catchment rivers

    International Nuclear Information System (INIS)

    Raetsep, A.; Rull, E.; Liblik, V.

    2002-01-01

    The multivariate relationship between phytoplankton abundance and different factors both natural and generated by oil shale mining in the Purtse catchment rivers (Purtse, Kohtla, and Ojamaa) in Augusts 1996-2000 was studied. Impact of oil shale mine water discharges, causing the input of sulfates and chlorides into the rivers, on phytoplankton abundance in river water was characterized by significant negative linear correlation. The amount of annual precipitation influenced positively the characteristics of phytoplankton abundance in river water. The complex of linear regression formulas was derived for characterising phytoplankton abundance in the lower course of the Purtse River using meteorological, hydrological and hydrogeological as well as geochemical data of water circulation. Closing the Sompa, Tammiku and Kohtla mines in 2000-2001 decreased essentially anthropogenic stress on ecological condition of the Purtse catchment rivers. (author)

  13. Health and safety regulation of uranium mining and milling

    International Nuclear Information System (INIS)

    Dory, A.B.

    1980-07-01

    The Canadian Atomic Energy Control Board licenses all nuclear facilities in Canada, including uranium mines and mills. The protection of health, safety and the environment is one of the requirements of each licence. A limit of 4 Working Level Months exposure to radon and radon daughters annually has been set, and guidelines for weekly or more frequent workplace monitoring have been established. Personal monitoring devices are being tested, and thermoluminescent dosimeters are to be introduced. The Board reviews its licensees' ventilation plans continuously. The staged licensing process involves the granting of the following documents: 1) ore removal; 2) underground exploration permit; 3) site and construction approval; 4) mining facility operating licence; 5) shut-down approval. Compliance with regulations and licence conditions is monitored mainly by inspectors appointed by provincial agencies, with Board staff exercising auditing fuctions. The Board involves the workers directly with their own health and safety by sending their unions copies of all relevant documents and inviting comments

  14. South African mine valuation

    Energy Technology Data Exchange (ETDEWEB)

    Storrar, C D

    1977-01-01

    This article sets out the basic concepts of mine valuation, with gold mining receiving more space than base minerals and coal. Sampling practice is given special attention. Chapter headings are methods of investigation, sampling, underground sampling, averaging of underground sampling, diamond-drill sampling, mass and mineral content of ore, organization of a sample office, working costs, mining pay limits, ore reserves, ore accounting, maintenance of grade, forecasting operations and life of mine, statistical mine valuation, state's share of profits and taxation, and financial valuation of mining ventures.

  15. Microbes from mined sites: Harnessing their potential for reclamation of derelict mine sites

    International Nuclear Information System (INIS)

    Thavamani, Palanisami; Samkumar, R. Amos; Satheesh, Viswanathan; Subashchandrabose, Suresh R.; Ramadass, Kavitha; Naidu, Ravi; Venkateswarlu, Kadiyala; Megharaj, Mallavarapu

    2017-01-01

    Derelict mines pose potential risks to environmental health. Several factors such as soil structure, organic matter, and nutrient content are the greatly affected qualities in mined soils. Soil microbial communities are an important element for successful reclamation because of their major role in nutrient cycling, plant establishment, geochemical transformations, and soil formation. Yet, microorganisms generally remain an undervalued asset in mined sites. The microbial diversity in derelict mine sites consists of diverse species belonging to four key phyla: Proteobacteria, Acidobacteria, Firmicutes, and Bacteroidetes. The activity of plant symbiotic microorganisms including root-colonizing rhizobacteria and ectomycorrhizal fungi of existing vegetation in the mined sites is very high since most of these microbes are extremophiles. This review outlines the importance of microorganisms to soil health and the rehabilitation of derelict mines and how microbial activity and diversity can be exploited to better plan the soil rehabilitation. Besides highlighting the major breakthroughs in the application of microorganisms for mined site reclamation, we provide a critical view on plant−microbiome interactions to improve revegetation at the mined sites. Also, the need has been emphasized for deciphering the molecular mechanisms of adaptation and resistance of rhizosphere and non-rhizosphere microbes in abandoned mine sites, understanding their role in remediation, and subsequent harnessing of their potential to pave the way in future rehabilitation strategies for mined sites. - Highlights: • Abandoned mines pose potential risks to human and environmental health. • Re-establishment of a self-sustaining vegetative cover at derelict mines is a major challenge. • Soil microbial communities are very important for successful reclamation of mined sites. • Role of microorganisms in soil function in derelict mines needs to be understood.

  16. Use of morphometric soil aggregates parameters to evaluate the reclamation process in mined areas located at amazon forest - Brazil

    Science.gov (United States)

    Ribeiro, A. I.; Fengler, F. H.; Longo, R. M.; Mello, G. F.; Damame, D. B.; Crowley, D. E.

    2015-12-01

    Brazil has a high mineral potential that have been explored over the years. A large fraction of these mineral resources are located in Amazon region, which is known for its large biodiversity and world climate importance. As the policies that control the Amazon preservation are relatively new, several mining activities have been exploring the Amazon territory, promoting a large process of degradation. Once the mining activities have a high potential of environmental changes the government created polices to restrain the mining in Amazon forests and obligate mining companies to reclaim theirs minded areas. However, the measurement of reclamation development still is a challenging task for the Professionals involved. The volume and complexity of the variables, allied to the difficulty in identifying the reclamation of ecosystem functionalities are still lack to ensure the reclamation success. In this sense this work aims to investigate the representativeness of morphometric soil aggregates parameters in the understanding of reclamation development. The study area is located in the National Forest of Jamari, State of Rondônia. In the past mining companies explored the region producing eight closed mines that are now in reclamation process. The soil aggregates morphometric measurements: geometric mean diameter (GMD), aggregate circularity index, and aggregate roundness, were choose based in its obtaining facility, and their association to biological activity. To achieve the proposed objective the aggregates of eight sites in reclamation, from different closed mines, where chosen and compared to Amazon forest and open mine soil aggregates. The results were analyzed to one way ANOVA to identifying differences between areas in reclamation, natural ecosystem, and open mine. It was obtained differences for GMD and circularity index. However, only the circularity index allowed to identifying differences between the reclamation sites. The results allowed concluding: (1

  17. Mining Views : database views for data mining

    NARCIS (Netherlands)

    Blockeel, H.; Calders, T.; Fromont, É.; Goethals, B.; Prado, A.

    2008-01-01

    We present a system towards the integration of data mining into relational databases. To this end, a relational database model is proposed, based on the so called virtual mining views. We show that several types of patterns and models over the data, such as itemsets, association rules and decision

  18. Seismic activity in the Sunnyside mining district, Carbon and Emery Counties, Utah, during 1968

    Science.gov (United States)

    Dunrud, C. Richard; Maberry, John O.; Hernandez, Jerome H.

    1970-01-01

    More than 20,000 local earth tremors were recorded by the seismic monitoring network in the Sunnyside mining district during 1968. This is about 40 percent of the number of tremors recorded by the network in 1967. In 1968 a total of 281 tremors were of sufficient magnitude to be located accurately--about 50 percent of the number of tremors in 1967 that were located accurately. As in previous years, nearly all the earth tremors originated near, or within a few thousand feet of, the mine workings. This distribution indicates that mine-induced stress changes caused most of the seismic activity. However, over periods of weeks and months there were significant changes in the distribution of seismic activity caused by tremors that were not directly related to mining but probably were caused by adjustment of natural stresses 6r by a complex combination of both natural and mine-induced stress changes. In 1968 the distribution of tremor hypocenters varied considerably with time, relative to active mining areas and to faults present in the mine workings. During the first 6 months, most tremors originated along or near faults that trend close to or through the active mine workings. However, in the last 6 months, the tremor hypocenters tended to concentrate in the rock mass closer to, or around, the active mining areas. This shift in concentration of seismic activity with time has been noted throughout the district many times since recording began in 1963, and is apparently caused by spontaneous releases of stored strain energy resulting from mine-induced stress changes. These spontaneous releases of strain energy, together with rock creep, apparently are the mechanism of adjustment within the rock mass toward equilibrium conditions, which are continually disrupted by mining. Although potentially hazardous bumps were rare in the Sunnyside mining district during 1968, smaller bumps and rock falls were more common in a given active mining area whenever hypocenters of larger

  19. Lead exposure and biological effects in pied flycatchers (Ficedula hypoleuca) before and after the closure of a lead mine in northern Sweden

    International Nuclear Information System (INIS)

    Berglund, A.M.M.; Ingvarsson, P.K.; Danielsson, H.; Nyholm, N.E.I.

    2010-01-01

    Mining activities affect the surrounding environment by increasing exposure to metals. In this study, metal accumulation and its effects on reproduction and health of pied flycatcher (Ficedula hypoleuca) nestlings were monitored before and up to five years after a lead mine and enrichment plant closed down. The lead concentration in moss, nestling blood, liver and feces all indicated decreased lead exposure by at least 31% after closure, although only blood lead decreased significantly. Although the birds responded fairly well to the changed atmospheric deposition (based on moss samples), concentrations were still higher compared with birds in a reference area, and breeding was affected at the mine (smaller clutches and higher mortality). Surviving nestlings suffered from lower hemoglobin levels, mean cell hemoglobin concentrations and inhibited δ-aminolevulinic acid dehydratase activity. Lead poisoning contributed to poor health and adverse reproductive effects, but other factors (e.g. increased parasitic load) probably also affected the birds. - Increased mortality and lower blood values in pied flycatcher (Ficedula hypoleuca) nestlings near a closed lead mine.

  20. Work on decommissioning of Asse II mine

    International Nuclear Information System (INIS)

    Kappei, G.

    2006-01-01

    This is a historical contribution, starting with a description of the active time of this former salt mine. This is followed by an outline of the time of storage of radioactive materials, followed by the time of research and development work. Backfilling of the southern part was the first step to decommissioning. After describing these activities, the boundary conditions to be considered in decommissioning are described, as are the steps involved in the closing-down concept. A status report on the current situation is given as well. (orig.)

  1. High utility-itemset mining and privacy-preserving utility mining

    Directory of Open Access Journals (Sweden)

    Jerry Chun-Wei Lin

    2016-03-01

    Full Text Available In recent decades, high-utility itemset mining (HUIM has emerging a critical research topic since the quantity and profit factors are both concerned to mine the high-utility itemsets (HUIs. Generally, data mining is commonly used to discover interesting and useful knowledge from massive data. It may, however, lead to privacy threats if private or secure information (e.g., HUIs are published in the public place or misused. In this paper, we focus on the issues of HUIM and privacy-preserving utility mining (PPUM, and present two evolutionary algorithms to respectively mine HUIs and hide the sensitive high-utility itemsets in PPUM. Extensive experiments showed that the two proposed models for the applications of HUIM and PPUM can not only generate the high quality profitable itemsets according to the user-specified minimum utility threshold, but also enable the capability of privacy preserving for private or secure information (e.g., HUIs in real-word applications.

  2. 76 FR 54163 - Proximity Detection Systems for Continuous Mining Machines in Underground Coal Mines

    Science.gov (United States)

    2011-08-31

    ... Detection Systems for Continuous Mining Machines in Underground Coal Mines AGENCY: Mine Safety and Health... (except full-face continuous mining machines) with proximity detection systems. Miners working near..., each underground coal mine operator would be required to install proximity detection systems on...

  3. An Outbreak of Lymphocutaneous Sporotrichosis among Mine-Workers in South Africa.

    Science.gov (United States)

    Govender, Nelesh P; Maphanga, Tsidiso G; Zulu, Thokozile G; Patel, Jaymati; Walaza, Sibongile; Jacobs, Charlene; Ebonwu, Joy I; Ntuli, Sindile; Naicker, Serisha D; Thomas, Juno

    2015-09-01

    The largest outbreak of sporotrichosis occurred between 1938 and 1947 in the gold mines of Witwatersrand in South Africa. Here, we describe an outbreak of lymphocutaneous sporotrichosis that was investigated in a South African gold mine in 2011. Employees working at a reopened section of the mine were recruited for a descriptive cross-sectional study. Informed consent was sought for interview, clinical examination and medical record review. Specimens were collected from participants with active or partially-healed lymphocutaneous lesions. Environmental samples were collected from underground mine levels. Sporothrix isolates were identified by sequencing of the internal transcribed spacer region of the ribosomal gene and the nuclear calmodulin gene. Of 87 male miners, 81 (93%) were interviewed and examined, of whom 29 (36%) had skin lesions; specimens were collected from 17 (59%). Sporotrichosis was laboratory-confirmed among 10 patients and seven had clinically-compatible lesions. Of 42 miners with known HIV status, 11 (26%) were HIV-infected. No cases of disseminated disease were detected. Participants with ≤ 3 years' mining experience had a four times greater odds of developing sporotrichosis than those who had been employed for >3 years (adjusted OR 4.0, 95% CI 1.2-13.1). Isolates from 8 patients were identified as Sporothrix schenckii sensu stricto by calmodulin gene sequencing while environmental isolates were identified as Sporothrix mexicana. S. schenckii sensu stricto was identified as the causative pathogen. Although genetically distinct species were isolated from clinical and environmental sources, it is likely that the source was contaminated soil and untreated wood underground. No cases occurred following recommendations to close sections of the mine, treat timber and encourage consistent use of personal protective equipment. Sporotrichosis is a potentially re-emerging disease where traditional, rather than heavily mechanised, mining techniques are

  4. An Outbreak of Lymphocutaneous Sporotrichosis among Mine-Workers in South Africa.

    Directory of Open Access Journals (Sweden)

    Nelesh P Govender

    2015-09-01

    Full Text Available The largest outbreak of sporotrichosis occurred between 1938 and 1947 in the gold mines of Witwatersrand in South Africa. Here, we describe an outbreak of lymphocutaneous sporotrichosis that was investigated in a South African gold mine in 2011.Employees working at a reopened section of the mine were recruited for a descriptive cross-sectional study. Informed consent was sought for interview, clinical examination and medical record review. Specimens were collected from participants with active or partially-healed lymphocutaneous lesions. Environmental samples were collected from underground mine levels. Sporothrix isolates were identified by sequencing of the internal transcribed spacer region of the ribosomal gene and the nuclear calmodulin gene.Of 87 male miners, 81 (93% were interviewed and examined, of whom 29 (36% had skin lesions; specimens were collected from 17 (59%. Sporotrichosis was laboratory-confirmed among 10 patients and seven had clinically-compatible lesions. Of 42 miners with known HIV status, 11 (26% were HIV-infected. No cases of disseminated disease were detected. Participants with ≤ 3 years' mining experience had a four times greater odds of developing sporotrichosis than those who had been employed for >3 years (adjusted OR 4.0, 95% CI 1.2-13.1. Isolates from 8 patients were identified as Sporothrix schenckii sensu stricto by calmodulin gene sequencing while environmental isolates were identified as Sporothrix mexicana.S. schenckii sensu stricto was identified as the causative pathogen. Although genetically distinct species were isolated from clinical and environmental sources, it is likely that the source was contaminated soil and untreated wood underground. No cases occurred following recommendations to close sections of the mine, treat timber and encourage consistent use of personal protective equipment. Sporotrichosis is a potentially re-emerging disease where traditional, rather than heavily mechanised, mining

  5. Appalachian mine soil morphology and properties: Effects of weathering and mining method

    Energy Technology Data Exchange (ETDEWEB)

    Haering, K.C.; Daniels, W.L.; Galbraith, J.M. [Virginia Polytechnic Institute & State University, Blacksburg, VA (United States)

    2004-08-01

    Surface coal mining and reclamation methods in the Appalachians have changed dramatically since the passage of the Surface Mining Control and Reclamation Act (SMCRA) of 1977 and subsequent improvements in mining and reclamation technology. In this study, 30 pre-SMCRA mine soil profiles (4-20 yr old) were examined and sampled in 1980 and compared with 20 mine soil profiles (8-13 yr old) described in the same area in 2002 after it had been completely remined by modern deep cut methods. Mine soils in both sampling years had high rock fragment content (42-81%), relatively well-developed A horizons, and generally exhibited A-C or A-AC-C horizonation. Although six Bw horizons were described in 1980, only two met all requirements for cambic horizons. The 1980 mine soils developed in overburden dominated by oxidized, preweathered material due to relatively shallow mining cuts. The 1980 mine soils had lower rock fragment content, finer textures, lower pH, and tended to be more heterogeneous in horizonation, morphology, and texture than soils observed in 2002, which had formed primarily in unweathered overburden from deeper cuts. Half the pedons sampled in both years had densic materials within 70 cm of the surface. Four poorly to very poorly drained soil profiles were described in each sampling year containing distinct hydric soil indicators in surface horizons. While older pre-SMCRA mine soils do have many properties in common with newer mine soils, their properties are highly influenced by the fact that they generally have formed in more weathered overburden from higher in the geologic column. Overall, Appalachian mine soils are much more complex in subsoil morphology than commonly assumed, and differential compaction greatly complicates their internal drainage and limits their overall productivity potential.

  6. First Mining workshop of Mining and metallurgical of MERCOSUR

    International Nuclear Information System (INIS)

    1994-01-01

    In the city of Montevideo, capital of the Oriental Republic of Uruguay, at 23 days of September 1994, under the First Meeting of Mercosur Mining Metallurgical, meet representatives of the mining sector in the countries signed the Treaty of Asuncion , attended as observers, authorities of the Republic of Bolivia and Ecuador and representatives of the productive labor, legislative and research. The primary objective is to integrate the mining sectors of those countries, taking into account the specificity of the mining, given by the resource it uses, the need for high-risk investment with slow recoveries of capital and infrastructure problems, taking into account leverage and its remarkable impact on the development of regional economies.

  7. On 3D Geo-visualization of a Mine Surface Plant and Mine Roadway

    Institute of Scientific and Technical Information of China (English)

    WANG Yunjia; FU Yongming; FU Erjiang

    2007-01-01

    Constructing the 3D virtual scene of a coal mine is the objective requirement for modernizing and processing information on coal mining production. It is also the key technology to establish a "digital mine". By exploring current worldwide research, software and hardware tools and application demands, combined with the case study site (the Dazhuang mine of Pingdingshan coal group), an approach for 3D geo-visualization of a mine surface plant and mine roadway is deeply discussed. In this study, the rapid modeling method for a large range virtual scene based on Arc/Info and SiteBuilder3D is studied, and automatic generation of a 3D scene from a 2D scene is realized. Such an automatic method which can convert mine roadway systems from 2D to 3D is realized for the Dazhuang mine. Some relevant application questions are studied, including attribute query, coordinate query, distance measure, collision detection and the dynamic interaction between 2D and 3D virtual scenes in the virtual scene of a mine surface plant and mine roadway. A prototype system is designed and developed.

  8. Survey of nine surface mines in North America. [Nine different mines in USA and Canada

    Energy Technology Data Exchange (ETDEWEB)

    Hayes, L.G.; Brackett, R.D.; Floyd, F.D.

    1981-01-01

    This report presents the information gathered by three mining engineers in a 1980 survey of nine surface mines in the United States and Canada. The mines visited included seven coal mines, one copper mine, and one tar sands mine selected as representative of present state of the art in open pit, strip, and terrace pit mining. The purpose of the survey was to investigate mining methods, equipment requirements, operating costs, reclamation procedures and costs, and other aspects of current surface mining practices in order to acquire basic data for a study comparing conventional and terrace pit mining methods, particularly in deeper overburdens. The survey was conducted as part of a project under DOE Contract No. DE-AC01-79ET10023 titled The Development of Optimal Terrace Pit Coal Mining Systems.

  9. Building clusters for CRM strategies by mining airlines customer data

    OpenAIRE

    Miranda, Helena Sofia Guerreiro de

    2013-01-01

    Trabalho de Projeto apresentado como requisito parcial para obtenção do grau de Mestre em Estatística e Gestão de Informação As airlines strive to gain market share and sustain profitability in today’s economically challenging environment, they should develop new ways to optimize their frequent flyer programs while increase revenues. Aware of the challenges, airlines want to implement a customer relationship management (CRM) strategy based on customer analytics and data mining ...

  10. Questa Baseline and Pre-Mining Ground-Water Quality Investigation. 25. Summary of Results and Baseline and Pre-Mining Ground-Water Geochemistry, Red River Valley, Taos County, New Mexico, 2001-2005

    Science.gov (United States)

    Nordstrom, D. Kirk

    2008-01-01

    Active and inactive mine sites are challenging to remediate because of their complexity and scale. Regulations meant to achieve environmental restoration at mine sites are equally challenging to apply for the same reasons. The goal of environmental restoration should be to restore contaminated mine sites, as closely as possible, to pre-mining conditions. Metalliferous mine sites in the Western United States are commonly located in hydrothermally altered and mineralized terrain in which pre-mining concentrations of metals were already anomalously high. Typically, those pre-mining concentrations were not measured, but sometimes they can be reconstructed using scientific inference. Molycorp?s Questa molybdenum mine in the Red River Valley, northern New Mexico, is located near the margin of the Questa caldera in a highly mineralized region. The State of New Mexico requires that ground-water quality standards be met on closure unless it can be shown that potential contaminant concentrations were higher than the standards before mining. No ground water at the mine site had been chemically analyzed before mining. The aim of this investigation, in cooperation with the New Mexico Environment Department (NMED), is to infer the pre-mining ground-water quality by an examination of the geologic, hydrologic, and geochemical controls on ground-water quality in a nearby, or proximal, analog site in the Straight Creek drainage basin. Twenty-seven reports contain details of investigations on the geological, hydrological, and geochemical characteristics of the Red River Valley that are summarized in this report. These studies include mapping of surface mineralogy by Airborne Visible-Infrared Imaging Spectrometry (AVIRIS); compilations of historical surface- and ground- water quality data; synoptic/tracer studies with mass loading and temporal water-quality trends of the Red River; reaction-transport modeling of the Red River; environmental geology of the Red River Valley; lake

  11. Mining planing introduction

    International Nuclear Information System (INIS)

    Toledo, R.D.

    1985-01-01

    Basic concepts concerning mining parameters, plan establishment and typical procedure methods applied throughout the physical execution of mining operations are here determined, analyzed and discussed. Technological and economic aspects of the exploration phase are presented as well as general mathematical and statistical methods for estimating, analyzing and representing mineral deposits which are virtually essential for good mining project execution. The characterization of important mineral substances and the basic parameters of mining works are emphasized in conjunction with long, medium and short term mining planning. Finally, geological modelling, ore reserves calculations and final economic evaluations are considered using a hypothetical example in order to consolidate the main elaborated ideas. (D.J.M.) [pt

  12. African mining '91

    International Nuclear Information System (INIS)

    1991-01-01

    The second 'African Mining' conference was held in June 1991, and followed the first event held in May 1987. That full four-year period was characterized by substantial changes in the political and economic climate of many countries in both hemispheres. The results of many of these changing facets of our industry are described in the papers in African Mining'91. Many of the papers deal with advances in technology, which is the main reason for the meeting. There are 37 papers under the headings general, mining, metallurgy and geology and exploration. Most papers are concerned with gold, copper and mineral mining. One paper concerning uranium mining operations in Namibia is indexed separately. (author)

  13. The remediation of abandoned workings of a mining area in Ningxiang uranium mine

    International Nuclear Information System (INIS)

    Liu Yaochi; Zhou Xinghuo; Liu Bing

    2004-01-01

    The typical mining under buildings and river was used in a mining area of Ningxiang uranium mine. After the mining ended, 32.1% of the 2.68 m 3 abandoned workings did not fill because of limitation of the cut-and-fill mining method at that time. To remedy this, the mine used new filling methods. After the remedial action, the filling coefficient of pits reached 100%, and that of tunnels reached 86%. It can be proved by the monitoring data that the subsiding of surface has been effectively controlled at the abandoned workings

  14. Integrated post mining landscape for sustainable land use: A case study in South Sumatera, Indonesia

    Directory of Open Access Journals (Sweden)

    Abdul Kodir

    2017-07-01

    Full Text Available Damages to coal mined land must be restored through reclamation efforts to provide optimum benefits. In addition to environmental improvements through conservation and protection, coal mined land also has the potential for economic development and the ability to provide social benefits to the community. This study aimed to (1 formulate a spatial plan for coal mined land in order for it to become an integrated and multifunctional landscape by integrating protected areas, conservation areas and cultivated areas that contains a variety of land uses to support sustainable development of the coal mine of PT Bukit Asam, Tanjung Enim, South Sumatera province; and (2 calculate the economic potential of the coal mined land. The methods used for data analysis were the Geographical Information System (GIS, a land suitability evaluation and a feasibility study (Net Present Value, Internal Rate Return and Benefit/Cost Ratio. The results found that the integrated spatial planning of land that had been used as a coal mine that considered sustainability could be implemented. In addition, a variety of businesses in the area of cultivation, including: plantation forests, cultivation of cajuput crops, aquaculture, and cattle farming should be developed. The potential profitable, pre-tax income until the closing of the mine in 2043 amounted to USD 91,295,530 (1 USD = Rp 13,329. If there is a source of a new economy after mining ends, the social conditions and environmental sustainability can be maintained.

  15. Land movement monitoring at the Mavropigi lignite mine using spaceborne D-InSAR

    Science.gov (United States)

    Papadaki, Eirini; Tripolitsiotis, Achilleas; Steiakakis, Chrysanthos; Agioutantis, Zacharias; Mertikas, Stelios; Partsinevelos, Panagiotis; Schilizzi, Pavlos

    2013-08-01

    This paper examines the capability of remote sensing radar interferometry to monitor land movements, as it varies with time, in areas close to open pit lignite mines. The study area is the "Mavropigi" lignite mine in Ptolemais, Northern Greece; whose continuous operation is of vital importance to the electric power supply of Greece. The mine is presently 100-120m deep while horizontal and vertical movements have been measured in the vicinity of the pit. Within the mine, ground geodetic monitoring has revealed an average rate of movement amounting to 10-20mm/day at the southeast slopes. In this work, differential interferometry (DInSAR), using 19 Synthetic Aperture Radar (SAR) images of ALOS satellite, has been applied to monitor progression of land movement caused my mining within the greater area of "Mavropigi" region. The results of this work show that DInSAR can be used effectively to capture ground movement information, well before signs of movements can be observed visually in the form of imminent fissures and tension cracks. The advantage of remote sensing interferometry is that it can be applied even in inaccessible areas where monitoring with ground equipment is either impossible or of high-cost (large areas).

  16. Sinkhole formation and hydrogeological situation at the salt mining area of Solotvyno, Ukraine

    Science.gov (United States)

    Stoeckl, L.; Banks, V.

    2017-12-01

    In Solotvyno, Ukraine, several salt mines were unexpectedly flooded in the recent past. As a result, dozens of sinkholes formed and are still forming with diameters up to 250 m. A one month advisory mission by the European Commission was launched in fall 2016 to conduct a risk assessment. The former mining area is situated in close vicinity to the river Theiss, which is the largest contributory of the largest river in Europe: the Danube. As river contamination by the release of large quantities of saltwater would lead to an international disaster, hydrogeological measurements were taken on-site to study the system. Saturated (hyper-saline) water as well as fresh surface and groundwater were encountered in different locations of the former mining area. Water samples were analyzed for chemistry and stable isotopes at BGR revealing insight into groundwater flow dynamics. Satellite imaging and interferometric synthetic aperture radar (SAR) were applied to study ground movements and evaluate the risk of further collapses. A resulting conceptual model explains the processes of sinkhole formation as well as the natural restoration of the salt dome prior to mining operations. This study shows the advantage of an interdisciplinary approach to conduct a risk assessment in the case of large mine collapses.

  17. Analysis of the electrical disturbances in CERN power distribution network with pattern mining methods

    CERN Document Server

    Abramenko, Oleksii

    2017-01-01

    The current research focuses on the perturbations within the electrical network of the LHC and its subsystems by analyzing measurements collected from oscilloscopes installed across different CERN sites, and alarms by electrical equipments. We analyze amplitude and duration of the glitches and, together with other relevant variables, correlate them with beam stopping events. The work also tries to identify assets affected by such perturbations using data mining and, in particular, frequent pattern mining methods. On the practical side we summarize results of our work by putting forward a prototype of a software tool enabling online monitoring of the alarms coming from the electrical network and facilitating glitch detection and analysis by a technical operator.

  18. Study on Association between Spatial Distribution of Metal Mines and Disease Mortality: A Case Study in Suxian District, South China

    Science.gov (United States)

    Song, Daping; Jiang, Dong; Wang, Yong; Chen, Wei; Huang, Yaohuan; Zhuang, Dafang

    2013-01-01

    Metal mines release toxic substances into the environment and can therefore negatively impact the health of residents in nearby regions. This paper sought to investigate whether there was excess disease mortality in populations in the vicinity of the mining area in Suxian District, South China. The spatial distribution of metal mining and related activities from 1985 to 2012, which was derived from remote sensing imagery, was overlapped with disease mortality data. Three hotspot areas with high disease mortality were identified around the Shizhuyuan mine sites, i.e., the Dengjiatang metal smelting sites, and the Xianxichong mine sites. Disease mortality decreased with the distance to the mining and smelting areas. Population exposure to pollution was estimated on the basis of distance from town of residence to pollution source. The risk of dying according to disease mortality rates was analyzed within 7–25 km buffers. The results suggested that there was a close relationship between the risk of disease mortality and proximity to the Suxian District mining industries. These associations were dependent on the type and scale of mining activities, the area influenced by mining and so on. PMID:24135822

  19. The levels of disclosure relating to mine closure obligations by platinum mining companies

    Directory of Open Access Journals (Sweden)

    Joline Sturdy

    2017-06-01

    Aim: The aim of this study is to establish the extent to which platinum mines listed on the Johannesburg Stock Exchange (JSE comply with a recommended disclosure framework. Setting: South Africa is the largest producer of platinum in the world. The study covers all platinum mines listed on the JSE. Methods: Using a framework, a census of the annual financial statements, integrated annual reports and sustainability reports or websites was conducted to determine the level of compliance of disclosure relating to mine closure obligations to the recommended disclosure framework. Results: The results show disclosure relating to mine closure obligations of platinum mines listed on the JSE is inconsistent and not sufficient for stakeholders to understand the scope, key assumptions, parameters or reliability of the assessment and calculation of mine closure obligations. Conclusion: The assumptions used to determine mine closure obligations are specialised and multi-disciplinary. The accuracy and reliability of mine closure obligations will improve dramatically through greater transparency and access to information. It is recommended that the JSE listings for mining companies should require a competent person’s report to provide disclosure on assumptions, key values and processes applied to determine the mine closure obligations. Furthermore, it is recommended that the Department of Mineral Resources implements a mechanism of independent assessment of mine closure obligations by experts on an ongoing basis.

  20. A retrospective study of radon daughter concentrations in the workplace in the fluorspar mines of St. Lawrence, Newfoundland

    International Nuclear Information System (INIS)

    Corkhill, D.A.; Dory, A.B.

    1984-07-01

    Fluorspar mining began in St. Lawrence, Newfoundland in the early thirties. In the early years the existing economic and social conditions resulted in poor health and safety practices in the mines. A high incidence of many types of pulmonary diseases, including lung cancer, among the miners was investigated by the Department of National Health and Welfare, and by 1960 radiation in the mines was recognized as the major cause. The original epidemiological study used radon daughter exposure estimates determined from a limited number of radon daughter measurements in one of the mines. Insufficient experience existed at that time to allow a proper technical assessment of the mines and to modify the estimated radon daughter concentrations accordingly. A review of the environmental conditions in the early years of mining and a revision of the estimates of radon daughter concentrations in those mines is presented. Environmental working conditions were determined based on a review of maps, inspectors' reports, Commission hearings, recollections of former workers and of the authors. Comparison to the conditions in the mines in later years, when radiation samples were taken more frequently allowed estimations of the probable radon daughter concentrations that would have existed in the mines earlier. Ranges of estimated average concentrations were made by mines for each year and wherever possible for broad types of job classes. Rather than attempting to propose single numbers for radon daughter concentrations, which in turn might have implied an accuracy that did not exist, ranges of average radon daughter concentrations were estimated

  1. Social cost of land mines in four countries: Afghanistan, Bosnia, Cambodia, and Mozambique.

    Science.gov (United States)

    Andersson, N; da Sousa, C P; Paredes, S

    1995-09-16

    To document the effects of land mines on the health and social conditions of communities in four affected countries. A cross design of cluster survey and rapid appraisal methods including a household questionnaire and qualitative data from key informants, institutional reviews, and focus groups of survivors of land mines from the same communities. 206 communities, 37 in Afghanistan, 66 in Bosnia, 38 in Cambodia, and 65 in Mozambique. 174,489 people living in 32,904 households in the selected communities. Effects of land mines on food security, residence, livestock, and land use; risk factors: extent of individual land mine injuries; physical, psychological, social, and economic costs of injuries during medical care and rehabilitation. Between 25% and 87% of households had daily activities affected by land mines. Based on expected production without the mines, agricultural production could increase by 88-200% in different regions of Afghanistan, 11% in Bosnia, 135% in Cambodia, and 3.6% in Mozambique. A total of 54,554 animals was lost because of land mines, with a minimum cash value of $6.5m, or nearly $200 per household. Overall, 6% of households (1964) reported a land mine victim; a third of victims died in the blast. One in 10 of the victims was a child. The most frequent activities associated with land mine incidents were agricultural or pastoral, except in Bosnia where more than half resulted from military activities, usually during patrols. Incidences have more than doubled between 1980-3 and 1990-3, excluding the incidents in Bosnia. Some 22% of victims (455/2100) were from households reporting attempts to remove land mines; in these households there was a greatly increased risk of injury (odds ratio 4.2 and risk difference 19% across the four countries). Lethality of the mines varied; in Bosnia each blast killed an average of 0.54 people and injured 1.4, whereas in Mozambique each blast killed 1.45 people and wounded 1.27. Households with a land mine victim

  2. Economics of mine water treatment

    OpenAIRE

    Dvořáček, Jaroslav; Vidlář, Jiří; Štěrba, Jiří; Heviánková, Silvie; Vaněk, Michal; Barták, Pavel

    2012-01-01

    Mine water poses a significant problem in lignite coal mining. The drainage of mine water is the fundamental prerequisite of mining operations. Under the legislation of the Czech Republic, mine water that discharges into surface watercourse is subject to the permission of the state administration body in the water management sector. The permission also stipulates the limits for mine water pollution. Therefore, mine water has to be purified prior to discharge. Although all...

  3. Mine waste management

    International Nuclear Information System (INIS)

    Hutchinson, I.P.G.; Ellison, R.D.

    1992-01-01

    This book reports on mine waste management. Topics covered include: Performance review of modern mine waste management units; Mine waste management requirements; Prediction of acid generation potential; Attenuation of chemical constituents; Climatic considerations; Liner system design; Closure requirements; Heap leaching; Ground water monitoring; and Economic impact evaluation

  4. Applying geochemical signatures of atmospheric dust to distinguish current mine emissions from legacy sources

    Science.gov (United States)

    Dong, Chenyin; Taylor, Mark Patrick

    2017-07-01

    Resolving the source of environmental contamination is the critical first step in remediation and exposure prevention. Australia's oldest silver-zinc-lead mine at Broken Hill (>130 years old) has generated a legacy of contamination and is associated with persistent elevated childhood blood lead (Pb) levels. However, the source of environmental Pb remains in dispute: current mine emissions; remobilized mine-legacy lead in soils and dusts; and natural lead from geological weathering of the gossan ore body. Multiple lines of evidence used to resolve this conundrum at Broken Hill include spatial and temporal variations in dust Pb concentrations and bioaccessibility, Pb isotopic compositions, particle morphology and mineralogy. Total dust Pb loading (mean 255 μg/m2/day) and its bioaccessibility (mean 75% of total Pb) is greatest adjacent to the active mining operations. Unweathered galena (PbS) found in contemporary dust deposits contrast markedly to Pb-bearing particles from mine-tailings and weathered gossan samples. Contemporary dust particles were more angular, had higher sulfur content and had little or no iron and manganese. Dust adjacent to the mine has Pb isotopic compositions (208Pb/207Pb: 2.3197; 206Pb/207Pb: 1.0406) that are a close match (99%) to the ore body with values slightly lower (94%) at the edge of the city. The weight of evidence supports the conclusion that contemporary dust Pb contamination in Broken Hill is sourced primarily from current mining activities and not from weathering or legacy sources.

  5. Chemical effects of Iron-ore mining and processing at Itakpe, Kogi State

    International Nuclear Information System (INIS)

    Audu, D. A.; Ibeanu, I. G. E.; Yusuf, J. Z.

    2011-01-01

    X-ray fluorescence (XRF) technique was employed to generate data from soil samples collected from mine, industrial plant, and mill tailing deposit sites of National Iron-Ore Mining Project, Itakpe, Kogi State. The vertical profile analysis showed that As, Pb, Th, and U which are all toxic have their highest mean values of 91±8(81-100), 138±28(110-183), 49±12(39-68), and 37±2(34-40) ppm, respectively at the tailing deposit site. The result also showed a common occurrence of high concentrations of Pb and As at some depths in the vertical profiles after initial decline from the earth surface at the three sites thereby suggesting that absolute reclamation of old mines may not be possible immediately and that any new use or practice of such reclaimed mines should be carefully chosen. Correlation coefficients between arsenic and Pb, Cu, Mn, Zn, and Fe, at the industrial plant site (which is very close to an unmodified environment) were 0.997, 0.942, 0.896, 0.972, and 0.932, respectively. These values therefore suggest strong associations of As with ores of these minerals. The soil samples mean pH value of 6.5±0.1(5.7-7.2) was measured indicating non existence of Acid Mine Drainage at the company.

  6. Post-mining in France

    International Nuclear Information System (INIS)

    2007-01-01

    This plentifully illustrated book aims at showing how new equilibria are building up during the transition between mining activity and post-mining, and at stressing on the necessity to keep up the cultural elements, the competencies and knowledge of mining works. The first chapter - mine and men - shows the importance of mineral substances in the objects of the everyday life, illustrates the importance of the mining tradition in France and describes the technical and administrative organisation of the end of the mining activity (works, rehabilitation, regulation, monitoring..). Chapter two - exploitation methods - presents the surface and underground facilities and their impact on the environment (extraction machines, workshops, ore processing plants, decantation ponds..). The third chapter deals with the rehabilitation and monitoring aspects: impact of mining activity stoppage on underground and surface waters, land stability, soils cleansing.. The last chapter summarizes the history of French mining region by region: Nord-Pas-de-Calais, Lorraine-Alsace, Massif central, Bretagne-Normandie, Provence-Alpes-Cote d'Azur and Pyrenees

  7. Treating mine water

    Energy Technology Data Exchange (ETDEWEB)

    Matlak, E S; Kochegarova, L V; Zaslavskaya, I Yu

    1980-10-01

    Taking into account the negative influence of mine waters with suspended matter on the natural environment on the surface, the maximum treatment of mine water underground, is proposed. It is noted that full treatment of mine water, using conventional filtration methods, would be rather expensive, but a limited treatment of mine water is possible. Such treated mine water can be used in dust suppression and fire fighting systems. Mine water treated underground should be free of any odor, with pH level ranging from 6 to 9.5, with suspended matter content not exceeding 50 mg/l and coli-titre not less than 300 cm$SUP$3. It is suggested that water treatment to produce water characterized by these parameters is possible and economical. Recommendations on construction of underground sedimentation tanks and channels, and a hydraulic system of cleaning sedimentation tanks are proposed. The settling would be stored underground in abandoned workings. (2 refs.) (In Russian)

  8. MONITORING METAL POLLUTION LEVELS IN MINE WASTES AROUND A COAL MINE SITE USING GIS

    Directory of Open Access Journals (Sweden)

    D. Sanliyuksel Yucel

    2017-11-01

    Full Text Available In this case study, metal pollution levels in mine wastes at a coal mine site in Etili coal mine (Can coal basin, NW Turkey are evaluated using geographical information system (GIS tools. Etili coal mine was operated since the 1980s as an open pit. Acid mine drainage is the main environmental problem around the coal mine. The main environmental contamination source is mine wastes stored around the mine site. Mine wastes were dumped over an extensive area along the riverbeds, and are now abandoned. Mine waste samples were homogenously taken at 10 locations within the sampling area of 102.33 ha. The paste pH and electrical conductivity values of mine wastes ranged from 2.87 to 4.17 and 432 to 2430 μS/cm, respectively. Maximum Al, Fe, Mn, Pb, Zn and Ni concentrations of wastes were measured as 109300, 70600, 309.86, 115.2, 38 and 5.3 mg/kg, respectively. The Al, Fe and Pb concentrations of mine wastes are higher than world surface rock average values. The geochemical analysis results from the study area were presented in the form of maps. The GIS based environmental database will serve as a reference study for our future work.

  9. Monitoring Metal Pollution Levels in Mine Wastes around a Coal Mine Site Using GIS

    Science.gov (United States)

    Sanliyuksel Yucel, D.; Yucel, M. A.; Ileri, B.

    2017-11-01

    In this case study, metal pollution levels in mine wastes at a coal mine site in Etili coal mine (Can coal basin, NW Turkey) are evaluated using geographical information system (GIS) tools. Etili coal mine was operated since the 1980s as an open pit. Acid mine drainage is the main environmental problem around the coal mine. The main environmental contamination source is mine wastes stored around the mine site. Mine wastes were dumped over an extensive area along the riverbeds, and are now abandoned. Mine waste samples were homogenously taken at 10 locations within the sampling area of 102.33 ha. The paste pH and electrical conductivity values of mine wastes ranged from 2.87 to 4.17 and 432 to 2430 μS/cm, respectively. Maximum Al, Fe, Mn, Pb, Zn and Ni concentrations of wastes were measured as 109300, 70600, 309.86, 115.2, 38 and 5.3 mg/kg, respectively. The Al, Fe and Pb concentrations of mine wastes are higher than world surface rock average values. The geochemical analysis results from the study area were presented in the form of maps. The GIS based environmental database will serve as a reference study for our future work.

  10. The decommissioning and rehabilitation of the Nabarlek uranium mine, northern Australia

    International Nuclear Information System (INIS)

    Waggitt, P.W.

    2001-01-01

    The Nabarlek uranium mine is located in the Aboriginal area of west Arnhem Land in monsoonal northern Australia and operated from 1979 until 1989. Decommissioning was carried out in 1994-95. Several features of the Nabarlek story are considered unique and offer interesting approaches for consideration in other mine rehabilitation programs. The Nabarlek ore body was mined in a single campaign during the Dry season of 1979. Ore was stockpiled on a specially prepared site while the mill was built. Milling took approximately ten years. The final decommissioning and rehabilitation program was developed from the outset of operations as a series of specific component plans. Throughout the life of the mine these components were reviewed at intervals and updated to take account of changes in mine development as well as incorporating the results of site specific research and new technology. The final domed cover over the pit was shaped on the basis of geomorphological research. The rehabilitation objective, as agreed with the Aboriginal Traditional Owners and the supervising authorities, was to establish a landscape that matched as closely as possible the surrounding areas and would permit traditional hunting and gathering activities to be pursued. The rehabilitation of the site is progressing and on-going monitoring is in train to establish when the site can be returned to the custody of the Aboriginal Traditional Owners. Decommissioning of the operation appears to have been successful

  11. Reformulating the calculation of mining privileges for medium and large mining

    Directory of Open Access Journals (Sweden)

    Pedro Franco Concha

    2016-01-01

    Full Text Available Throughout this paper those technical and accounting concepts of the Law of mining privileges that generate ambiguity and incongruity for businesses has been analyzed and identified. For this reason, we have developed a proposal amending the calculation of mining privileges based on two main aspects: (i terminology used in the law and (ii establishment of income before retribution to stakholders and taxes as a basis for calculating privileges. As a result, it was established as an object of study for all mining companies paying privileges; however, for purposes of the investigation three representative mining companies of medium and large mining were selected. Later interviews were arranged with financial and tax managers of the companies mentioned above as well as experts in the field of mining privileges; it was concluded that the concepts of "cost" and "corresponding fiscal year" mentioned in the Law generated ambiguities, inconsistencies and accounting distortions. Also, mining companies and experts agreed that the current basis for the calculation of the privileges is not adequate for the mining sector since it does not reflect the financial situation of companies. Therefore, a proposal for reformulation of the applied priviously and a new basis for calculating the mining privileges based on the cost of sales is made; since, in the cost of sales is found what Kieso and Weygandt (1999 denominated as "the price paid for the right to seek and find a hidden Natural resources, or paid by a source already discovered"

  12. Monitoring of Soil Remediation Process in the Metal Mining Area

    Science.gov (United States)

    Kim, Kyoung-Woong; Ko, Myoung-Soo; Han, Hyeop-jo; Lee, Sang-Ho; Na, So-Young

    2016-04-01

    Stabilization using proper additives is an effective soil remediation technique to reduce As mobility in soil. Several researches have reported that Fe-containing materials such as amorphous Fe-oxides, goethite and hematite were effective in As immobilization and therefore acid mine drainage sludge (AMDS) may be potential material for As immobilization. The AMDS is the by-product from electrochemical treatment of acid mine drainage and mainly contains Fe-oxide. The Chungyang area in Korea is located in the vicinity of the huge abandoned Au-Ag Gubong mine which was closed in the 1970s. Large amounts of mine tailings have been remained without proper treatment and the mobilization of mine tailings can be manly occurred during the summer heavy rainfall season. Soil contamination from this mobilization may become an urgent issue because it can cause the contamination of groundwater and crop plants in sequence. In order to reduce the mobilization of the mine tailings, the pilot scale study of in-situ stabilization using AMDS was applied after the batch and column experiments in the lab. For the monitoring of stabilization process, we used to determine the As concentration in crop plants grown on the field site but it is not easily applicable because of time and cost. Therefore, we may need simple monitoring technique to measure the mobility or leachability which can be comparable with As concentration in crop plants. We compared several extraction methods to suggest the representative single extraction method for the monitoring of soil stabilization efficiency. Several selected extraction methods were examined and Mehlich 3 extraction method using the mixture of NH4F, EDTA, NH4NO3, CH3COOH and HNO3 was selected as the best predictor of the leachability or mobility of As in the soil remediation process.

  13. Inductive learning as a fusion engine for mine detection

    Energy Technology Data Exchange (ETDEWEB)

    Kercel, S.W.; Dress, W.B.

    1997-08-01

    Semiotics is defined by some researchers as {open_quotes}the study of the appearance (visual or otherwise) meaning, and use of symbols and symbol systems.{close_quotes} Semiotic fusion of data from multiple sensory sources is a potential solution to the problem of landmine detection. This turns out to be significant, because notwithstanding the diversity of sensor technologies being used to attack the problem, there is no single effective landmine sensor technology. The only practical, general-purpose mine detector presently available is the trained dog. Most research into mine-detection technology seeds to emulate the dog`s seemingly uncanny abilities. An ideal data-fusion system would mimic animal reaction, with the brain`s perceptive power melding multiple sensory cues into an awareness of the size and location of a mine. Furthermore, the fusion process should be adaptive, with the skill at combining cues into awareness improving with experience. Electronic data-fusion systems reported in the countermine literature use conventional vector-based pattern recognition methods. Although neural nets are popular, they have never satisfactorily met the challenge. Despite years of investigation, nobody has ever found a vector space representation that reliably characterizes mine identity. This strongly suggests that the features have not been found because researchers have been looking for the wrong characteristics. It is worth considering that dogs probably do not represent data as mathematical number lists, but they almost certainly represent data via semiotic structures.

  14. Underground coal mine air quality in mines using disposable diesel exhaust filter control devices

    Energy Technology Data Exchange (ETDEWEB)

    Carlson, D.H.; Johnson, J.H.; Bagley, S.T.; Gratz, L.D. [Michigan Technological University, Houghton, MI (United States). Dept. of Mining Engineering

    1996-07-01

    As part of a collaborative study with the US Bureau of Mines, in-mine studies have been conducted to assess the effects of a low temperature disposable diesel exhaust filter. The mines have been designed as mines R and S in US Bureau of Mines publications. Each mine operated three to four Jeffrey 4110 ramcar haulage vehicles in the test section. The ramcars were equipped with MWM D916-6 diesel engines, rated at 74.6 kW (100 hp), and were operated for 3 days with the disposal diesel exhaust filter and 2 days without in both mines. Average diesel particulate matter control efficiencies, as measured by samplers located on the coal haulage vehicle, were 80% in mine R and 76% in mine S. Diesel particulate matter average control efficiencies, as measured in the diesel engine tailpipe, were 52% for mine R (for two ramcar vehicles) and 86% for mine S (for four ramcar vehicles). The air quality index control efficiencies, as measured by samplers located on the coal haulage vehicle were 48% in mine R and 51% in mine S. The exhaust quality index control efficiencies from tailpipe measurements were 45% for mine R and 63% for mine S. As measured by a high volume sampler in mine S, diesel particulate matter and associated organics and mutagenic activity were reduced approximately 50% with the use of the disposal diesel exhaust filter. Similar results were found with modified personal samplers in mine R. Little effect was found on relative removal of semivolatile organics. The disposal diesel exhaust filter resulted in about a 50% reduction in the most volatile polynuclear hydrocarbons; however, there appeared to be little effect on the less volatile polynuclear hydrocarbons. The disposable diesel exhaust filter appears to be very effective in reducing the levels of all the diesel exhaust particulate components, while having minor effects on the relative breakdown of the individual components of the particulate. 30 refs., 13 figs., 4 tabs.

  15. Mining and milling of uranium ore: Indian scenario

    International Nuclear Information System (INIS)

    Bhasin, J.L.

    2001-01-01

    The occurrence of uranium minerals in Singhbhum Thrust belt of Eastern India has been known since 1937. In 1950, a team of geologists of the Atomic Minerals Division was assigned to closely examine this 160 km long belt. Since then, several occurrences of uranium have been found and a few of them have sufficient grade and tonnage for commercial exploitation. In 1967, the Government of India formed Uranium Corporation of India Ltd., under the administrative control of the Department of Atomic Energy, with the specific objective of mining and processing of uranium ore and produce uranium concentrates. At present the Corporation operates three underground uranium mines, one ore processing plant with expanded capacity, and two uranium recovery plants. Continuing investigations by the Atomic Mineral Division has discovered several new deposits and favourable areas. The most notable is the large Domiasiat deposit of the sandstone type found in the State of Meghalaya. This deposit is now being considered for commercial exploitation using the in-situ leaching technology. (author)

  16. Colombian mining legislation

    International Nuclear Information System (INIS)

    Mendoza Delgado, Eva Isolina

    2004-01-01

    The paper makes a historical recount of the mining legislation in Colombia, it is about the more relevant aspects of the Code of Mines, like they are the title miner, obligations, economic aspects, integration of mining areas and of the benefits contemplated in the law 685 of 2001

  17. Mining level of control in medical organizations.

    Science.gov (United States)

    Çalimli, Olgu; Türkeli, Serkan; Eken, Emir Gökberk; Gönen, Halil Emre

    2014-01-01

    In literature of strategic management, there are three layers of control defined in organizational structures. These layers are strategic, tactical and operational, in which resides senior, medium level and low level managers respectively. In strategic level, institutional strategies are determined according to senior managers' perceived state of organization. In tactical level, this strategy is processed into methods and activities of a business management plan. Operational level embodies actions and functions to sustain specified business management plan. An acknowledged lead organization in Turkish medical area is examined using case study and data mining method in the scope of this paper. The level of decisions regarded in managerial purposes evaluated through chosen organization's business intelligence event logs report. Hence specification of management level importance of medical organizations is made. Case study, data mining and descriptive statistical method of taken case's reports present that positions of "Chief Executive Officer", "Outpatient Center Manager", "General Manager", monitored and analyzed functions of operational level management more frequently than strategic and tactical level. Absence of strategic management decision level research in medical area distinguishes this paper and consequently substantiates its significant contribution.

  18. Partnership in mining

    Energy Technology Data Exchange (ETDEWEB)

    Haslam, R

    1988-04-01

    This paper discusses the benefits resulting from mutual cooperation and information exchange between the UK and USA coal industries. The aim of this cooperation is to promote safe and efficient extraction and profitable use of coal. Advanced mining technologies and mechanisation of the coal mines are some of the results of research cooperation between British Coal and the US Bureau of Mines. In addition, Britain has studied and put into good use the management styles, working practices and pay structure, and mining engineering adopted in the USA.

  19. Study of the Korean anthracite for utilization and the coal mine data management

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1995-12-01

    This report consists of two articles. (1) Petrographic study of the Korean anthracite for utilization (5): This research was initiated for the development of filtering materials those can be used in waste water treatment sites The small scale of filtration tester was built on the waste water treatment site of Chungjoo electric Co. to use waste water processed by purifying system for the feasibility study. (2) Study of the closed coal mine data management: Underground maps about 1700 adits of 100 coal mines, and related graphic data have been collected in the database. And all those data were entered into the database in vectorial form, coordinates obtaining from the digitizing tablet. Detailed works are described in the other report, including the discussions of graphic database and data handling of graphical mine data. Comments about the GIS is also provided in the volume. (author). 25 refs., 45 figs., 50 tabs., 3 maps.

  20. Discovering frequently recurring movement sequences in team-sport athlete spatiotemporal data.

    Science.gov (United States)

    Sweeting, Alice J; Aughey, Robert J; Cormack, Stuart J; Morgan, Stuart

    2017-12-01

    Athlete external load is typically analysed from predetermined movement thresholds. The combination of movement sequences and differences in these movements between playing positions is also currently unknown. This study developed a method to discover the frequently recurring movement sequences across playing position during matches. The external load of 12 international female netball athletes was collected by a local positioning system during four national-level matches. Velocity, acceleration and angular velocity were calculated from positional (X, Y) data, clustered via one-dimensional k-means and assigned a unique alphabetic label. Combinations of velocity, acceleration and angular velocity movement were compared using the Levenshtein distance and similarities computed by the longest common substring problem. The contribution of each movement sequence, according to playing position and relative to the wider data set, was then calculated via the Minkowski distance. A total of 10 frequently recurring combinations of movement were discovered, regardless of playing position. Only the wing attack, goal attack and goal defence playing positions are closely related. We developed a technique to discover the movement sequences, according to playing position, performed by elite netballers. This methodology can be extended to discover the frequently recurring movements within other team sports and across levels of competition.

  1. Effect of high-extraction coal mining on surface and ground waters

    International Nuclear Information System (INIS)

    Kendorski, F.S.

    1993-01-01

    Since first quantified around 1979, much new data have become available. In examining the sources of data and the methods and intents of the researchers of over 65 case histories, it became apparent that the strata behaviors were being confused with overlapping vertical extents reported for the fractured zones and aquiclude zones depending on whether the researcher was interested in water intrusion into the mine or in water loss from surface or ground waters. These more recent data, and critical examination of existing data, have led to the realization that the former Aquiclude Zone defined for its ability to prevent or minimize the intrusion of ground or surface waters into mines has another important character in increasing storage of surface and shallow ground waters in response to mining with no permanent loss of waters. This zone is here named the Dilated Zone. Surface and ground waters can drain into this zone, but seldom into the mine, and can eventually be recovered through closing of dilations by mine subsidence progression away from the area, or filling of the additional void space created, or both. A revised model has been developed which accommodates the available data, by modifying the zones as follows: collapse and disaggregation extending 6 to 10 times the mined thickness above the panel; continuous fracturing extending approximately 24 times the mined thickness above the panel, allowing temporary drainage of intersected surface and ground waters; development of a zone of dilated, increased storativity, and leaky strata with little enhanced vertical permeability from 24 to 60 times the mined thickness above the panel above the continuous fracturing zone, and below the constrained or surface effects zones; maintenance of a constrained but leaky zone above the dilated zone and below the surface effects zone; and limited surface fracturing in areas of extension extending up to 50 ft or so beneath the ground surface. 119 ref., 5 figs., 2 tabs

  2. Minimization of gully erosion on reclaimed surface mines using the stable slope and sediment transport computer model

    International Nuclear Information System (INIS)

    McKenney, R.A.; Gardner, T.G.

    1992-01-01

    Disequilibrium between slope form and hydrologic and erosion processes on reclaimed surface coal mines in the humid temperate northeastern US, can result in gully erosion and sediment loads which are elevated above natural, background values. Initial sheetwash erosion is surpassed by gully erosion on reclamation sites which are not in equilibrium with post-mining hydrology. Long-term stability can be attained by designing a channel profile which is in equilibrium with the increased peak discharges found on reclaimed surface mines. The Stable Slope and Sediment transport model (SSAST) was developed to design stable longitudinal channel profiles for post-mining hydrologic and erosional processes. SSAST is an event based computer model that calculates the stable slope for a channel segment based on the post-mine hydrology and median grain size of a reclaimed surface mine. Peak discharge, which drives post-mine erosion, is calculated from a 10-year, 24-hour storm using the Soil Conservation Service curve number method. Curve number calibrated for Pennsylvania surface mines are used. Reclamation sites are represented by the rectangle of triangle which most closely fits the shape of the site while having the same drainage area and length. Sediment transport and slope stability are calculated using a modified Bagnold's equation with a correction factor for the irregular particle shapes formed during the mining process. Data from three reclaimed Pennsylvania surface mines were used to calibrate and verify SSAST. Analysis indicates that SSAST can predict longitudinal channel profiles for stable reclamation of surface mines in the humid, temperate northeastern US

  3. Application of Learning Analytics Using Clustering Data Mining for Students' Disposition Analysis

    Science.gov (United States)

    Bharara, Sanyam; Sabitha, Sai; Bansal, Abhay

    2018-01-01

    Learning Analytics (LA) is an emerging field in which sophisticated analytic tools are used to improve learning and education. It draws from, and is closely tied to, a series of other fields of study like business intelligence, web analytics, academic analytics, educational data mining, and action analytics. The main objective of this research…

  4. Sand mining impacts on long-term dune erosion in southern Monterey Bay

    Science.gov (United States)

    Thornton, E.B.; Sallenger, Abby; Sesto, Juan Conforto; Egley, L.; McGee, Timothy; Parsons, Rost

    2006-01-01

    Southern Monterey Bay was the most intensively mined shoreline (with sand removed directly from the surf zone) in the U.S. during the period from 1906 until 1990, when the mines were closed following hypotheses that the mining caused coastal erosion. It is estimated that the yearly averaged amount of mined sand between 1940 and 1984 was 128,000 m3/yr, which is approximately 50% of the yearly average dune volume loss during this period. To assess the impact of sand mining, erosion rates along an 18 km range of shoreline during the times of intensive sand mining (1940–1990) are compared with the rates after sand mining ceased (1990–2004). Most of the shoreline is composed of unconsolidated sand with extensive sand dunes rising up to a height of 46 m, vulnerable to the erosive forces of storm waves. Erosion is defined here as a recession of the top edge of the dune. Recession was determined using stereo-photogrammetry, and LIDAR and GPS surveys. Long-term erosion rates vary from about 0.5 m/yr at Monterey to 1.5 m/yr in the middle of the range, and then decrease northward. Erosion events are episodic and occur when storm waves and high tides coincide, allowing swash to undercut the dune and resulting in permanent recession. Erosion appears to be correlated with the occurrence of El Niños. The calculated volume loss of the dune in southern Monterey Bay during the 1997–98 El Niño winter was 1,820,000 m3, which is almost seven times the historical annual mean dune erosion of 270,000 m3/yr. The alongshore variation in recession rates appears to be a function of the alongshore gradient in mean wave energy and depletions by sand mining. After cessation of sand mining in 1990, the erosion rates decreased at locations in the southern end of the bay but have not significantly changed at other locations.

  5. Perception versus reality: Bridging the gap between quantitative and qualitative information relating to the risks of uranium mining

    International Nuclear Information System (INIS)

    Needham, S.

    2002-01-01

    Environmental impact of uranium mining in Australia is frequently raised as an issue of public concern. However, the level of concern both in terms of public agitation and political response has diminished over the last decade, largely as a consequence of many years of demonstrated high levels of environmental protection achieved at Australian uranium mines. Another reason is because of improved information now accessible to the public on mine environmental management systems, monitoring results, and audit outcomes. This paper describes some communication methods developed for the uranium mines of the Alligator Rivers Region of the Northern Territory. These methods have improved the effectiveness of dialogue between stakeholders, and better inform the public about the levels of environmental protection achieved and the level of risk to the environment and the community. A simple approach is described which has been developed to help build a mutual understanding between technocrats and the lay person on perceptions of risk and actual environmental impact. (author)

  6. Hydrogeology, water chemistry, and subsidence of underground coal mines at Huntsville, Missouri, July 1987 to December 1988. Water Resources Investigation

    International Nuclear Information System (INIS)

    Blevins, D.W.; Ziegler, A.C.

    1992-01-01

    Underground coal mining in and near Huntsville, in Randolph County in north-central Missouri, began soon after 1831. Mining in the Huntsville area was at its peak during 1903 and continued until 1966 when the last underground mine was closed and the economically recoverable coals under Huntsville had been mostly, if not completely, removed. The now abandoned mines are of concern to the public and to various State and Federal agencies for two reasons: (1) mine drainage acidifies streams and leaves large, soft, dangerous deposits of iron oxyhydroxides at mine springs and on streambeds (data on file at the Missouri Department of Natural Resources, Land Reclamation Commission), and (2) collapse of mine cavities sometimes causes surface subsidence resulting in property damage or personal injury. To address these concerns, the U.S. Geological Survey, in cooperation with the Missouri Department of Natural Resources, in 1987 initiated a study to: determine the location of mine springs, the seasonal variation of stream-water chemistry, and the effects of underground-mine water on flow and water quality of nearby ground water and receiving streams; and identify areas susceptible to surface subsidence because of mine collapse. The purpose of the report is to present the findings and data collected for the study

  7. Study on the Effect of Frequency on Conductivity of Underground Strata in Coal Mine Through-the-earth Wireless Communication

    Directory of Open Access Journals (Sweden)

    Jinyi TAO

    2014-09-01

    Full Text Available The relationship of conductivity and the frequency, which is of decisive significance in through-the-earth wireless communication in coal mine, is closely related to the options of frequency range in coal mine wireless communication. When through-the-earth wireless communication is applied, the electromagnetic waves need to spread in the semi-conductive medium rocks. The main factors affecting the electromagnetic wave propagation in rocks is the rock strata electromagnetic parameters. These parameters are magnetic permeability m (H/m, dielectric constant e (F/m and electrical conductivity s (S/m. In these parameters, electrical conductivity is not constant. Under the influence of various factors, it will be great changes. This paper, for the specific circumstances of coal mine rock, discuses and conduct dada mining the effect frequency on the electrical conductivity of underground rock in coal mine with through-the-earth wireless communication.

  8. Controls on the Mobility of Antimony in Mine Waste from Three Deposit Types

    Science.gov (United States)

    Jamieson, H.; Radková, A. B.; Fawcett, S.

    2017-12-01

    Antimony can be considered both a critical metal and an environmental hazard, with a toxicity similar to arsenic. It is concentrated in stibnite deposits, but also present in polymetallic and precious metal ores, frequently accompanied by arsenic. We have studied the mineralogical controls on the mobility of antimony in three types of mine waste: stibnite tailings from an antimony mine, tetrahedrite-bearing waste rock from copper mining, and gold mine tailings and ore roaster waste. Our results demonstrate that the tendency of antimony to leach into the aqueous environment or remain sequestered in solid phases depends on the primary host minerals and conditions governing the precipitation of secondary antimony-hosting phases. In tailings at the Beaver Brook antimony mine in Newfoundland, Canada, stibnite oxidizes rapidly, and secondary minerals such as the relatively insoluble Sb-Fe tripuhyite-like phase and Sb-bearing goethite. However, under dry conditions, the most important secondary Sb host is the Mg-Sb hydroxide brandholzite, but this easily soluble mineral disappears when it rains. Antimony that was originally hosted in tetrahedrite, a complex multi-element sulfosalt, in the historic waste rock piles at Špania Dolina-Piesky, Slovakia, is not as mobile as Cu and As during weathering but reprecipiates to a mixture of tripuhyite and romeite. Finally, the original antimony-hosting minerals, both stibnite and sulphosalts, in the gold ore at Giant Mine, Yellowknife, Canada were completely destroyed during ore roasting. In tailings-contaminated sediments, antimony persists in roaster-generated iron oxide phases, except under reducing conditions where some of the antimony forms a Sb-S phase. The combined presence of antimony and arsenic in mine waste complicates risk assessment but in general, our findings suggest that antimony is less mobile than arsenic in the environment.

  9. Biological manganese removal from acid mine drainage in constructed wetlands and prototype bioreactors.

    Science.gov (United States)

    Hallberg, Kevin B; Johnson, D Barrie

    2005-02-01

    Mine drainage waters vary considerably in the range and concentration of heavy metals they contain. Besides iron, manganese is frequently present at elevated concentrations in waters draining both coal and metal mines. Passive treatment systems (aerobic wetlands and compost bioreactors) are designed to remove iron by biologically induced oxidation/precipitation. Manganese, however, is problematic as it does not readily form sulfidic minerals and requires elevated pH (>8) for abiotic oxidation of Mn (II) to insoluble Mn (IV). As a result, manganese removal in passive remediation systems is often less effective than removal of iron. This was found to be the case at the pilot passive treatment plant (PPTP) constructed to treat water draining the former Wheal Jane tin mine in Cornwall, UK, where effective removal of manganese occurred only in one of the three rock filter components of the composite systems over a 1-year period of monitoring. Water in the two rock filter systems where manganese removal was relatively poor was generally system. These differences in water chemistry and manganese removal were due to variable performances in the compost bioreactors that feed the rock filter units in the composite passive systems at Wheal Jane. An alternative approach for removing soluble manganese from mine waters, using fixed bed bioreactors, was developed. Ferromanganese nodules (about 2 cm diameter), collected from an abandoned mine adit in north Wales, were used to inoculate the bioreactors (working volume ca. 700 ml). Following colonization by manganese-oxidizing microbes, the aerated bioreactor catalysed the removal of soluble manganese, via oxidation of Mn (II) and precipitation of the resultant Mn (IV) in the bioreactor, in synthetic media and mine water from the Wheal Jane PPTP. Such an approach has potential application for removing soluble Mn from mine streams and other Mn-contaminated water courses.

  10. Radioecological challenges for mining

    Energy Technology Data Exchange (ETDEWEB)

    Vesterbacka, P.; Ikaeheimonen, T.K.; Solatie, D. [Radiation and Nuclear Safety Authority (Finland)

    2014-07-01

    In Finland, mining became popular in the mid-1990's when the mining amendments to the law made the mining activities easier for foreign companies. Also the price of the minerals rose and mining in Finland became economically profitable. Expanding mining industry brought new challenges to radiation safety aspect since radioactive substances occur in nearly all minerals. In Finnish soil and bedrock the average crystal abundance of uranium and thorium are 2.8 ppm and 10 ppm, respectively. It cannot be predicted beforehand how radionuclides behave in the mining processes which why they need to be taken into account in mining activities. Radiation and Nuclear Safety Authority (STUK) has given a national guide ST 12.1 based on the Finnish Radiation Act. The guide sets the limits for radiation doses to the public also from mining activities. In general, no measures to limit the radiation exposure are needed, if the dose from the operation liable to cause exposure to natural radiation is no greater than 0.1 mSv per year above the natural background radiation dose. If the exposure of the public may be higher than 0.1 mSv per year, the responsible party must provide STUK a plan describing the measures by which the radiation exposure is to be kept as low as is reasonably achievable. In that case the mining company responsible company has to make a radiological baseline study. The baseline study must focus on the environment that the mining activities may impact. The study describes the occurrence of natural radioactivity in the environment before any mining activities are started. The baseline study lasts usually for two to three years in natural circumstances. Based on the baseline study measurements, detailed information of the existing levels of radioactivity in the environment can be attained. Once the mining activities begin, it is important that the limits are set for the wastewater discharges to the environment and environmental surveillance in the vicinity of

  11. Imouraren mining exploitation : Complementary studies Synthetic report Volum B - Mines

    International Nuclear Information System (INIS)

    1980-01-01

    The object of the current study is to determine the main technical characteristics of the reference project of a mine that can supply the necessary ore quantity at a production of 3000 tonnes uranium per year, along 10 years. The project is one of the possible solutions for exploiting the mine. The current study permits to establish : investment and functioning cost estimation, overall project of the mining exploitation program, necessary strength estimation, average ore grades evaluation and variations of these grades, utilities needs, production vizing program, main exploitation methods and necessary materials. Reference project study of the mine serves as base to the economics studies and studies optimization [fr

  12. Modeling of Energy-saving System of Conditioning Mine Air for Shallow Underground Mines

    Science.gov (United States)

    Nikolaev, Alexandr; Miftakhov, Timur; Nikolaeva, Evgeniya

    2017-11-01

    Mines of Verkhnekamsk potassium-magnesium salt deposit in Perm Krai can be subsumed under shallow mines (depth less than 500 meters). At the present moment in shallow underground mines the are problem of condensate formation in large quantities, when ventilation warm seasons of the year. This problem is more actual for salt mine, where during contact between water and potassium-magnesium ore produced electrolyte, which give rise wear of equipment. For prevent/quantity reduction condensate formation in mine used system of conditioning (refrigerating and dehumidifying) mine air (ACS). However, application this system is limited by reason of tremendous costs of electric energy for their work.

  13. Study on the Effect of Frequency on Conductivity of Underground Strata in Coal Mine Through-the-earth Wireless Communication

    OpenAIRE

    Jinyi TAO; Yuchen ZHANG

    2014-01-01

    The relationship of conductivity and the frequency, which is of decisive significance in through-the-earth wireless communication in coal mine, is closely related to the options of frequency range in coal mine wireless communication. When through-the-earth wireless communication is applied, the electromagnetic waves need to spread in the semi-conductive medium rocks. The main factors affecting the electromagnetic wave propagation in rocks is the rock strata electromagnetic parameters. These p...

  14. Systematic Review of Data Mining Applications in Patient-Centered Mobile-Based Information Systems.

    Science.gov (United States)

    Fallah, Mina; Niakan Kalhori, Sharareh R

    2017-10-01

    Smartphones represent a promising technology for patient-centered healthcare. It is claimed that data mining techniques have improved mobile apps to address patients' needs at subgroup and individual levels. This study reviewed the current literature regarding data mining applications in patient-centered mobile-based information systems. We systematically searched PubMed, Scopus, and Web of Science for original studies reported from 2014 to 2016. After screening 226 records at the title/abstract level, the full texts of 92 relevant papers were retrieved and checked against inclusion criteria. Finally, 30 papers were included in this study and reviewed. Data mining techniques have been reported in development of mobile health apps for three main purposes: data analysis for follow-up and monitoring, early diagnosis and detection for screening purpose, classification/prediction of outcomes, and risk calculation (n = 27); data collection (n = 3); and provision of recommendations (n = 2). The most accurate and frequently applied data mining method was support vector machine; however, decision tree has shown superior performance to enhance mobile apps applied for patients' self-management. Embedded data-mining-based feature in mobile apps, such as case detection, prediction/classification, risk estimation, or collection of patient data, particularly during self-management, would save, apply, and analyze patient data during and after care. More intelligent methods, such as artificial neural networks, fuzzy logic, and genetic algorithms, and even the hybrid methods may result in more patients-centered recommendations, providing education, guidance, alerts, and awareness of personalized output.

  15. Radon impact at a remediated uranium mine site in Japan

    International Nuclear Information System (INIS)

    Ishimori, Yuu

    2011-01-01

    This paper mainly illustrates the radon impact of the closed uranium mine site remediated in 2007. The site remediated is the waste rock site located on the steep slope of a hill about 1.5 km upstream from a residential area along a main ravine. Major remedial action was to cover these waste rock yards with weathering granite soil. The radon flux density after remediation was intended to be 0.1 Bqm -2 s -1 in consideration with the natural background level around Ningyo-toge because there is no value of radon flux density regulated in Japan. Our action decreased the radon concentration in the site to natural background level, approximately from 10 to 40 Bqm -3 , although relatively high concentration in excess of 100 Bqm -3 was observed before remediation. On the other hand, our action did not decrease the radon concentrations around the site in general. This fact proved that the limited source such as waste rocks affected the radon concentrations at neighboring area only. The similar tendencies were also observed in other environmental data such as radon progeny concentrations. In conclusion, these findings proved that our remedial action was successful against radon. This fact will lead to more reasonable action plans for other closed mine sites. (author)

  16. Trace metal depositional patterns from an open pit mining activity as revealed by archived avian gizzard contents.

    Science.gov (United States)

    Bendell, L I

    2011-02-15

    Archived samples of blue grouse (Dendragapus obscurus) gizzard contents, inclusive of grit, collected yearly between 1959 and 1970 were analyzed for cadmium, lead, zinc, and copper content. Approximately halfway through the 12-year sampling period, an open-pit copper mine began activities, then ceased operations 2 years later. Thus the archived samples provided a unique opportunity to determine if avian gizzard contents, inclusive of grit, could reveal patterns in the anthropogenic deposition of trace metals associated with mining activities. Gizzard concentrations of cadmium and copper strongly coincided with the onset of opening and the closing of the pit mining activity. Gizzard zinc and lead demonstrated significant among year variation; however, maximum concentrations did not correlate to mining activity. The archived gizzard contents did provide a useful tool for documenting trends in metal depositional patterns related to an anthropogenic activity. Further, blue grouse ingesting grit particles during the time of active mining activity would have been exposed to toxicologically significant levels of cadmium. Gizzard lead concentrations were also of toxicological significance but not related to mining activity. This type of "pulse" toxic metal exposure as a consequence of open-pit mining activity would not necessarily have been revealed through a "snap-shot" of soil, plant or avian tissue trace metal analysis post-mining activity. Copyright © 2010 Elsevier B.V. All rights reserved.

  17. WEB STRUCTURE MINING

    Directory of Open Access Journals (Sweden)

    CLAUDIA ELENA DINUCĂ

    2011-01-01

    Full Text Available The World Wide Web became one of the most valuable resources for information retrievals and knowledge discoveries due to the permanent increasing of the amount of data available online. Taking into consideration the web dimension, the users get easily lost in the web’s rich hyper structure. Application of data mining methods is the right solution for knowledge discovery on the Web. The knowledge extracted from the Web can be used to raise the performances for Web information retrievals, question answering and Web based data warehousing. In this paper, I provide an introduction of Web mining categories and I focus on one of these categories: the Web structure mining. Web structure mining, one of three categories of web mining for data, is a tool used to identify the relationship between Web pages linked by information or direct link connection. It offers information about how different pages are linked together to form this huge web. Web Structure Mining finds hidden basic structures and uses hyperlinks for more web applications such as web search.

  18. Effects of coal mining, forestry, and road construction on southern Appalachian stream invertebrates and habitats.

    Science.gov (United States)

    Gangloff, Michael M; Perkins, Michael; Blum, Peter W; Walker, Craig

    2015-03-01

    Coal has been extracted via surface and sub-surface mining for decades throughout the Appalachian Mountains. New interest in ridge-top mining has raised concerns about possible waterway impacts. We examined effects of forestry, mining, and road construction-based disturbance on physico-chemistry and macroinvertebrate communities in east-central Tennessee headwater streams. Although 11 of 30 sites failed Tennessee's biocriteria scoring system, invertebrate richness was moderately high and we did not find significant differences in any water chemistry or habitat parameters between sites with passing and failing scores. However, conductivity and dissolved solid concentrations appeared elevated in the majority of study streams. Principal components (PCs) analysis indicated that six PCs accounted for ~77 % of among-site habitat variability. One PC associated with dissolved oxygen and specific conductance explained the second highest proportion of among-site variability after catchment area. Specific conductance was not correlated with catchment area but was strongly correlated with mining activity. Composition and success of multivariate models using habitat PCs to predict macroinvertebrate metrics was highly variable. PC scores associated with water chemistry and substrate composition were most frequently included in significant models. These results suggest that impacts of historical and current coal mining remain a source of water quality and macroinvertebrate community impairment in this region, but effects are subtle. Our results suggest that surface mining may have chronic and system-wide effects on habitat conditions and invertebrate communities in Cumberland Plateau streams.

  19. The South African mining industry

    International Nuclear Information System (INIS)

    Langton, G.

    1982-01-01

    This paper covers six of the many mining and associated developments in South Africa. These are: (1) Deep level gold mining at Western Deep Levels Limited - (2) Palabora Mining Company Limited - SA's unique copper mine - (3) Production of steel and vanadium-rich slag at Highveld Steel and Vanadium Corporation - (4) Coal mining at Kriel and Kleinkopje Collieries - (5) A mass mining system for use below the Gabbro Sill at Premier Diamond Mine - (6) Uranium production - joint metallurgical scheme- Orange Free State Gold Mines. - For publication in this journal the original paper has been summarised. Should any reader wish to have the full text in English he should write to the author at the address below. (orig.) [de

  20. Mountaintop mining consequences

    Science.gov (United States)

    M.A. Palmer; E.S. Bernhardt; W.H. Schlesinger; K.N. Eshleman; E. Foufoula-Georgiou; M.S. Hendryx; A.D. Lemly; G.E. Likens; O.L. Loucks; M.E. Power; P.S. White; P.R. Wilcock

    2010-01-01

    There has been a global, 30-year increase in surface mining (1), which is now the dominant driver of land-use change in the central Appalachian ecoregion of the United States (2). One major form of such mining, mountaintop mining with valley fills (MTM/VF) (3), is widespread throughout eastern Kentucky, West Virginia (WV), and southwestern Virginia. Upper elevation...

  1. Improving safety in mining

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2007-08-15

    AcuMine is a spin-out company from CRC Mining Australia and the University of Sydney's Australian Centre for Field Robotics (ACFR). Its focus is to provide safety and fatigue management in mining environments. The AcuLine Haul Check system was its first development. Of greater benefit to safety in mines will be the AcuMine Proximity System (APPS) developed to reliably detect and warn drivers when in proximity to other trucks and utility vehicles and to detect personnel near to those heavy vehicles. 6 figs.

  2. Remote control of safety and technological mining processes in underground coal mines

    Energy Technology Data Exchange (ETDEWEB)

    Marjanovic, D. (Elektronska Industrija RO IRI OOUR Razvoj, Nis (Yugoslavia))

    1989-02-01

    Discusses importance of data relevant to remote monitoring of production and safety at work in underground coal mines. The EI PS 2000 multi-purpose system developed by Elektronska Industrija, Nis, for use with AP-X1 and AP-X2 microcomputers in Serbian mines is described. Component parts include the CUM-8 central unit, the CIP-8 communication interface processor, the SNM-64 disjunction unit, the NM-64 energy supply unit and the CRT alarm monitor. This system is designed to warn of mine fires, methane and coal dust explosions, to help in evacuating mine crews, to control production processes and mine management and other functions. 8 refs

  3. The mine planning process for an open-pit diamond mining operation - a case study on Letseng diamond mine in Lesotho

    OpenAIRE

    Madowe, A.

    2013-01-01

    This paper discusses the mine planning process for Letseng diamond mine in the Kingdom of Lesotho, in conjunction with the various software packages used during the process. The major pillars of the long-term mine planning process at Letseng are pit optimization followed by pit design and scheduling. Letseng uses Gemcom Whittle and GEMS for pit optimization and design and Runge XPAC for scheduling. The output of the mine planning process results in the generation of published mineral reserves...

  4. A Review of Mine Rescue Ensembles for Underground Coal Mining in the United States.

    Science.gov (United States)

    Kilinc, F Selcen; Monaghan, William D; Powell, Jeffrey B

    The mining industry is among the top ten industries nationwide with high occupational injury and fatality rates, and mine rescue response may be considered one of the most hazardous activities in mining operations. In the aftermath of an underground mine fire, explosion or water inundation, specially equipped and trained teams have been sent underground to fight fires, rescue entrapped miners, test atmospheric conditions, investigate the causes of the disaster, or recover the dead. Special personal protective ensembles are used by the team members to improve the protection of rescuers against the hazards of mine rescue and recovery. Personal protective ensembles used by mine rescue teams consist of helmet, cap lamp, hood, gloves, protective clothing, boots, kneepads, facemask, breathing apparatus, belt, and suspenders. While improved technology such as wireless warning and communication systems, lifeline pulleys, and lighted vests have been developed for mine rescuers over the last 100 years, recent research in this area of personal protective ensembles has been minimal due to the trending of reduced exposure of rescue workers. In recent years, the exposure of mine rescue teams to hazardous situations has been changing. However, it is vital that members of the teams have the capability and proper protection to immediately respond to a wide range of hazardous situations. Currently, there are no minimum requirements, best practice documents, or nationally recognized consensus standards for protective clothing used by mine rescue teams in the United States (U.S.). The following review provides a summary of potential issues that can be addressed by rescue teams and industry to improve potential exposures to rescue team members should a disaster situation occur. However, the continued trending in the mining industry toward non-exposure to potential hazards for rescue workers should continue to be the primary goal. To assist in continuing this trend, the mining industry

  5. Multiphase simulation of mine waters and aqueous leaching processes

    Directory of Open Access Journals (Sweden)

    Pajarre Risto

    2016-01-01

    Full Text Available Managing of large amounts of water in mining and mineral processing sites remains a concern in both actively operated and closed mining areas. When the mining site with its metal or concentrate producing units is operational, the challenge is to find either ways for economical processing with maximum yields, while minimizing the environmental impact of the water usage and waste salt treatments. For safe closure of the site, the environmental control of possible drainage will be needed. For both challenges, the present-day multiphase process simulations tools can be used to provide improved accuracy and better economy in controlling the smooth and environmentally sound operation of the plant. One of the pioneering studies in using the multiphase thermodynamic software in simulation of hydrometallurgical processes was that of Koukkari et al. [1]. The study covered the use of Solgasmix equilibrium software for a number of practical acid digesters. The models were made for sulfuric acid treatments in titania pigment production and in NPK fertilizer manufacturing. During the past two decades the extensive data assessment has taken place particularly in geochemistry and a new versions of geochemical multiphase equilibrium software has been developed. On the other hand, there has been some progress in development of the process simulation software in all the aforementioned fields. Thus, the thermodynamic simulation has become a tool of great importance in development of hydrometallurgical processes. The presentation will cover three example cases of either true pilot or industrial systems including a South African acid mine water drainage treatment, hydrometallurgical extraction of rare earths from uranium leachate in Russia and a multistage process simulation of a Finnish heap leaching mine with its subsequent water treatment system.

  6. Radon and radon daughters in South African underground mines

    International Nuclear Information System (INIS)

    Rolle, R.

    1980-01-01

    Radon and the radon daughters are the radionuclides which primarily determine the level of the radiation hazard in underground uranium mines and to a smaller extent in non-uranium mines. Radon is a gas, and its daughters adsorb on aerosol particles which are of respirable size. The hazard thus arises from the alpha decay of radon and its daughters in contact with lung tissue. Radon is itself part of the uranium decay chain. The major radionuclide, 238 U, decays successively through thirteen shorter-lived radionuclides to 206 Pb. Radon is the only gaseous decay product at room temperature; the other twelve are solids. The main hazard presented by the uranium decay chain is normally determined by the radon concentration because gaseous transport can bring alpha emitters close to sensitive tissue. There is no such transport route for the other alpha emitters, and the level of beta and gamma radiation caused by the uranium decay chain generally presents a far lower external radiation hazard. Radon itself is the heaviest of the noble gases, which are He, Ne, Ar, Kr, Xe and Rn. Its chemical reactions are of no concern in regard to its potential hazard in mines as it may be considered inert. It does, however, have a solubility ten times higher than oxygen in water, and this can play a significant part in assisting the movement of the gas from the rock into airways. Radon continuously emanates into mine workings from uranium ores and from the uranium present at low concentrations in practically any rock. It has been found that the control of the exposure level is most effectively achieved by sound ventilation practices. In South African mines the standard of ventilation is generally high and exposure to radon and radon daughters is at acceptably low levels

  7. Atmospheric particulate matter size distribution and concentration in West Virginia coal mining and non-mining areas.

    Science.gov (United States)

    Kurth, Laura M; McCawley, Michael; Hendryx, Michael; Lusk, Stephanie

    2014-07-01

    People who live in Appalachian areas where coal mining is prominent have increased health problems compared with people in non-mining areas of Appalachia. Coal mines and related mining activities result in the production of atmospheric particulate matter (PM) that is associated with human health effects. There is a gap in research regarding particle size concentration and distribution to determine respiratory dose around coal mining and non-mining areas. Mass- and number-based size distributions were determined with an Aerodynamic Particle Size and Scanning Mobility Particle Sizer to calculate lung deposition around mining and non-mining areas of West Virginia. Particle number concentrations and deposited lung dose were significantly greater around mining areas compared with non-mining areas, demonstrating elevated risks to humans. The greater dose was correlated with elevated disease rates in the West Virginia mining areas. Number concentrations in the mining areas were comparable to a previously documented urban area where number concentration was associated with respiratory and cardiovascular disease.

  8. Solution mining economics

    International Nuclear Information System (INIS)

    Hunkin, G.G.

    1980-01-01

    The field of application of in-situ solution mining of uranium is described and areas of competition with open pit and underground mining identified. The influence of high interest rates and dollar inflation on present values and rate of return is shown to be minimized by low capitalization and short construction lead times typical of in-situ leaching ventures. A scheme of three major project account divisions is presented and basic parameters necessary for mine planning are listed. 1979 cost ranges and useful methods of estimation of capital and operating costs are given for the in-situ uranium mining method

  9. Mining face equipment

    Energy Technology Data Exchange (ETDEWEB)

    G, Litvinskiy G; Babyuk, G V; Yakovenko, V A

    1981-01-07

    Mining face equipment includes drilling advance wells, drilling using explosives on the contour bore holes, loading and transporting the crushed mass, drilling reinforcement shafts, injecting reinforcement compounds and moving the timber. Camouflet explosives are used to form relaxed rock stress beyond the mining area to decrease costs of reinforcing the mining area by using nonstressed rock in the advance well as support. The strengthening solution is injected through advanced cementing wells before drilling the contour bores as well as through radial cementing wells beyond the timbers following loading and transport of the mining debris. The advance well is 50-80 m.

  10. OCHRE PRECIPITATES AND ACID MINE DRAINAGE IN A MINE ENVIRONMENT

    Directory of Open Access Journals (Sweden)

    BRANISLAV MÁŠA

    2012-03-01

    Full Text Available This paper is focused to characterize the ochre precipitates and the mine water effluents of some old mine adits and settling pits after mining of polymetallic ores in Slovakia. It was shown that the mine water effluents from two different types of deposits (adits; settling pits have similar composition and represent slightly acidic sulphate water (pH in range 5.60-6.05, sulphate concentration from 1160 to 1905 g.dm-3. The ochreous precipitates were characterized by methods of X-ray diffraction analysis (XRD, scanning electron microscopy (SEM and B.E.T. method for measuring the specific surface area and porosity. The dominant phases were ferrihydrite with goethite or goethite with lepidocrocide.

  11. Biocuration workflows and text mining: overview of the BioCreative 2012 Workshop Track II.

    Science.gov (United States)

    Lu, Zhiyong; Hirschman, Lynette

    2012-01-01

    Manual curation of data from the biomedical literature is a rate-limiting factor for many expert curated databases. Despite the continuing advances in biomedical text mining and the pressing needs of biocurators for better tools, few existing text-mining tools have been successfully integrated into production literature curation systems such as those used by the expert curated databases. To close this gap and better understand all aspects of literature curation, we invited submissions of written descriptions of curation workflows from expert curated databases for the BioCreative 2012 Workshop Track II. We received seven qualified contributions, primarily from model organism databases. Based on these descriptions, we identified commonalities and differences across the workflows, the common ontologies and controlled vocabularies used and the current and desired uses of text mining for biocuration. Compared to a survey done in 2009, our 2012 results show that many more databases are now using text mining in parts of their curation workflows. In addition, the workshop participants identified text-mining aids for finding gene names and symbols (gene indexing), prioritization of documents for curation (document triage) and ontology concept assignment as those most desired by the biocurators. DATABASE URL: http://www.biocreative.org/tasks/bc-workshop-2012/workflow/.

  12. THE IMPACT OF THE MINING EXPLOITATIONS FROM BUDOI ON THE NATURAL ENVIRONMENT

    Directory of Open Access Journals (Sweden)

    Cătălin CREłU

    2013-06-01

    Full Text Available The work is an attempt to respond to what extent the environment affected by serious anthropogenic interventions (the mining exploitation from the Budoi tunnel and the Budoi Village is close to its original state or a similar one, as a result of cessation of anthropic impact and the conduct of a program of restoration and preservation of the environment.

  13. Frequent Exertion and Frequent Standing at Work, by Industry and Occupation Group - United States, 2015.

    Science.gov (United States)

    Shockey, Taylor M; Luckhaupt, Sara E; Groenewold, Matthew R; Lu, Ming-Lun

    2018-01-12

    Repeated exposure to occupational ergonomic hazards, such as frequent exertion (repetitive bending or twisting) and frequent standing, can lead to injuries, most commonly musculoskeletal disorders (1). Work-related musculoskeletal disorders have been estimated to cost the United States approximately $2.6 billion in annual direct and indirect costs (2). A recent literature review provided evidence that prolonged standing at work also leads to adverse health outcomes, such as back pain, physical fatigue, and muscle pain (3). To determine which industry and occupation groups currently have the highest prevalence rates of frequent exertion at work and frequent standing at work, CDC analyzed data from the 2015 National Health Interview Survey (NHIS) Occupational Health Supplement (OHS) regarding currently employed adults in the United States. By industry, the highest prevalence of both frequent exertion and frequent standing at work was among those in the agriculture, forestry, fishing, and hunting industry group (70.9%); by occupation, the highest prevalence was among those in the construction and extraction occupation group (76.9%). Large differences among industry and occupation groups were found with regard to these ergonomic hazards, suggesting a need for targeted interventions designed to reduce workplace exposure.

  14. Data mining in radiology

    International Nuclear Information System (INIS)

    Kharat, Amit T; Singh, Amarjit; Kulkarni, Vilas M; Shah, Digish

    2014-01-01

    Data mining facilitates the study of radiology data in various dimensions. It converts large patient image and text datasets into useful information that helps in improving patient care and provides informative reports. Data mining technology analyzes data within the Radiology Information System and Hospital Information System using specialized software which assesses relationships and agreement in available information. By using similar data analysis tools, radiologists can make informed decisions and predict the future outcome of a particular imaging finding. Data, information and knowledge are the components of data mining. Classes, Clusters, Associations, Sequential patterns, Classification, Prediction and Decision tree are the various types of data mining. Data mining has the potential to make delivery of health care affordable and ensure that the best imaging practices are followed. It is a tool for academic research. Data mining is considered to be ethically neutral, however concerns regarding privacy and legality exists which need to be addressed to ensure success of data mining

  15. 近距离煤层群上行开采研究%Study on ascending mining of close distance coal seams group

    Institute of Scientific and Technical Information of China (English)

    庞冬冬

    2017-01-01

    为研究8煤开采对上部11煤的影响,综合运用理论分析和数值计算的方法,对上行开采过程中,上部11煤底板位移场.应力场变化规律进行研究.结果表明:11煤位于8煤开采的弯曲下沉带内,煤体有一定的破坏,但保持了很好的连续性,而且14128工作面的开采降低了上煤层的应力,形成应力降低区;同时,增大了11煤的透气性,减小瓦斯压力,卸压效果显著,对高瓦斯的11煤安全开采提供了保障.最后,计算得出了卸压影响范围.%In order to study the influence of No.8 seam mining on the upper No.11 seam,theoretical analysis and numerical calculation were used to study the change law of the displacement field and stress field of the upper No.11 seam floor during ascending mining.The results show that No.11 seam is located in the curve subsidence zone of No.8 seam mining,the coal body has certain damage,but it has a good continuity,and the stress of the upper coal seam is reduced because of the mining of 14128 working face and the stress decreasing zone has formed;at the same time,the permeability of No.11 coal increases,the gas pressure reduces,and pressure-relaxing effect is obvious,and it provides protection for the safe mining of No.11 seam which is of high gas.At last,the influence range of pressure relief is calculated.

  16. Clustering for data mining a data recovery approach

    CERN Document Server

    Mirkin, Boris

    2005-01-01

    Often considered more as an art than a science, the field of clustering has been dominated by learning through examples and by techniques chosen almost through trial-and-error. Even the most popular clustering methods--K-Means for partitioning the data set and Ward's method for hierarchical clustering--have lacked the theoretical attention that would establish a firm relationship between the two methods and relevant interpretation aids.Rather than the traditional set of ad hoc techniques, Clustering for Data Mining: A Data Recovery Approach presents a theory that not only closes gaps in K-Mean

  17. Coal mine site reclamation

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2013-02-15

    Coal mine sites can have significant effects on local environments. In addition to the physical disruption of land forms and ecosystems, mining can also leave behind a legacy of secondary detrimental effects due to leaching of acid and trace elements from discarded materials. This report looks at the remediation of both deep mine and opencast mine sites, covering reclamation methods, back-filling issues, drainage and restoration. Examples of national variations in the applicable legislation and in the definition of rehabilitation are compared. Ultimately, mine site rehabilitation should return sites to conditions where land forms, soils, hydrology, and flora and fauna are self-sustaining and compatible with surrounding land uses. Case studies are given to show what can be achieved and how some landscapes can actually be improved as a result of mining activity.

  18. Swedish mines. Underground exploitation methods

    International Nuclear Information System (INIS)

    Paucard, A.

    1960-01-01

    Between 1949 and 1957, 10 engineers of the Mining research and exploitation department of the CEA visited 17 Swedish mines during 5 field trips. This paper presents a compilation of the information gathered during these field trips concerning the different underground mining techniques used in Swedish iron mines: mining with backfilling (Central Sweden and Boliden mines); mining without backfilling (mines of the polar circle area). The following techniques are described successively: pillar drawing and backfilled slices (Ammeberg, Falun, Garpenberg, Boliden group), sub-level pillar drawing (Grangesberg, Bloettberget, Haeksberg), empty room and sub-level pillar drawing (Bodas, Haksberg, Stripa, Bastkarn), storage chamber pillar drawing (Bodas, Haeksberg, Bastkarn), and pillar drawing by block caving (ldkerberget). Reprint of a paper published in Revue de l'Industrie Minerale, vol. 41, no. 12, 1959 [fr

  19. Sustainable mining management

    International Nuclear Information System (INIS)

    Tejera Oliver, J. L.

    2009-01-01

    Mining activities are carried out by the older man and have provided resources, since ancient times, for their development and progress. With the discovery of fire will show the first metals that have marked the civilizations of copper, bronze and iron, and is the prehistory of the Stone Age tools that man has made from the exploitation of quarries first. The industrial revolution of the nineteenth century is linked to coal and steel, and could not conceiver of todays society without oil and gas, without silicon and coltan. But the mines are often aggressive and, despite their need and what they contribute to the development are answered by the societies where are made. during recent years there has been growing international efforts to try to make the minimum requirements of sustainable exploitation (European Directives, GMI, GRI, etc.) In AENOR, and within the Technical Committee of Standardization 22 Mining and Explosives, chaired by AITEMIN, was established the subcommittee 3, chaired by IGME, where, with the participation of all stake holders, have developed some standards on sustainable mining management sustainable mining that will be a tool available to mining companies to demonstrate their sustainable use to Society. (Author)

  20. DAMPAK LARANGAN ILLEGAL LOGGING DAN ILLEGAL MINING TERHADAP PENDAPATAN MASYARAKAT DAERAH PEMEKARAN

    Directory of Open Access Journals (Sweden)

    Suwarno Suwarno

    2012-09-01

    Full Text Available The aim of this research is for knowing the economic impacts of the policy of illegal logging and Illegal Mining ban to the economic society. The method chosen for exploring this study is qualitative method. The research was conducted from January up to August in 2009. The subject is the community of expansion area, Tumbang Samba. Based on this research, it can be concluded that the impact of issuing a policy of illegal logging and Illegal Mining ban is that a decline of income levels occurs, a lot of sawyers become unemployed, furniture and sawmill companies go bankrupt, the society has no longer become illegal gold miners, the ilegal gold mining companies are closed and there are not any immigrants who want to find gold. Tujuan yang hendak dicapai mengetahui dampak ekonomi kebijakan larangan illegal logging dan Illegal Mining terhadap ekonomi masyarakat. Metode yang dipilih untuk menjawab rumusan masalah tersebut adalah kualitatif. Penelitian dilaku¬kan pada bulan Januari-Agustus 2009. Subyek penelitian adalah masyarakat daerah pemekaran Tumbang Samba. Berdasarkan hasil penelitian dapat ditarik kesimpulan sebagai berikut. Pertama, dam¬pak kebijakan larangan illegal logging dan Illegal Mining terhadap ekonomi masyarakat yaitu menurun¬nya tingkat pendapatan masyarakat. Kedua, banyak sekali tenaga penggergaji menjadi menganggur, perusahaan pengergajian tutup, pekerja industri mebelair tutup, masyarakat tidak lagi menjadi buruh tambang emas ilegal, perusahaan tambang emas ilegal tutup dan tidak ada lagi masyarakat pendatang yang ingin mencari emas.

  1. Recolonization and development of vegetation on mine spoils following brown coal mining in Lusatia

    International Nuclear Information System (INIS)

    Pietsch, W.H.O.

    1996-01-01

    A survey of primary colonization and succession of vegetation on various deposited substrates, littoral and shallow water areas of mining lakes and residual waters of the Lusatian lignite mining district is presented. Dumped substrates are characterized by a high acid potential which is caused by pyrite and marcasite of Tertiary origin. In the process of pyrite oxidation free mineral acids and large quantities of sulphate and bivalent iron are liberated. Residual waters are characterized by extreme acidity with pH values between 1.9 and 3.1 and by extremely high iron contents. Non-linear positive correlations are demonstrated between pH values and free mineral acids and between pH values and free carbonic acids (CO 2 ) and bivalent iron. In aquatic, semi-aquatic and in terrestrial areas the succession of vegetation can be described by the following five main stages: stage of primary colonization and spontaneous vegetation; stage of monodominant species stands; stage of the formation of vegetation mosaics; stage of the formation of plant associations; final stage of succession. Index species of the terrestrial colonization are Corynephorus canescens and Calamagrostis epigejos, while Juncus bulbosus is the indicator species of aquatic colonization. The succession of vegetation develops in the direction of close-to-nature vegetation conditions which are typical for the heath areas of the Lusatian Lowlands. 15 refs., 3 figs., 1 tab

  2. EVALUATION OF ROOF BOLTING REQUIREMENTS BASED ON IN-MINE ROOF BOLTER DRILLING

    Energy Technology Data Exchange (ETDEWEB)

    Syd S. Peng

    2003-07-15

    Roof bolting is the most popular method for underground openings in the mining industry, especially in the bedded deposits such as coal, potash, salt etc. In fact, all U.S. underground coal mine entries are roof-bolted as required by law. However, roof falls still occur frequently in the roof bolted entries. The two possible reasons are: the lack of knowledge of and technology to detect the roof geological conditions in advance of mining, and lack of roof bolting design criteria for modern roof bolting systems. This research is to develop a method for predicting the roof geology and stability condition in real time during roof bolting operation. Based on such information, roof bolting design criteria for modern roof bolting systems will be developed for implementation in real time. In this quarter, the field, theoretical and programming works have been performed toward achieving the research goals set in the proposal. The selected site and the field testing plan enabled us to test all three aspects of roof geological features. The development of the data interpretation methodologies and the geology mapping computer program have also been preceding well.

  3. Exploration and Mining Roadmap

    Energy Technology Data Exchange (ETDEWEB)

    none,

    2002-09-01

    This Exploration and Mining Technology Roadmap represents the third roadmap for the Mining Industry of the Future. It is based upon the results of the Exploration and Mining Roadmap Workshop held May 10 ñ 11, 2001.

  4. Coal Mine Permit Boundaries

    Data.gov (United States)

    Earth Data Analysis Center, University of New Mexico — ESRI ArcView shapefile depicting New Mexico coal mines permitted under the Surface Mining Control and Reclamation Act of 1977 (SMCRA), by either the NM Mining these...

  5. Mining technology and policy issues 1983

    International Nuclear Information System (INIS)

    Anon.

    1983-01-01

    This book presents conference papers on advances in mineral processing, coal mining, communications for mining executives, environmental laws and regulations, exploration philosophy, exploration technology, government controls and the environment, management, mine finance, minerals availability, mine safety, occupational health, open pit mining, the precious metals outlook, public lands, system improvements in processing ores, and underground mining. Topics considered include coal pipelines and saline water, an incentive program for coal mines, sandwich belt high-angle conveyors, the development of a mining company, regulations for radionuclides, contracts for western coal production for Pacific Rim exports, and the control of radon daughters in underground mines

  6. Radiological impact of surface water and sediment near uranium mining sites.

    Science.gov (United States)

    Ivanova, K; Stojanovska, Z; Badulin, V; Kunovska, B; Yovcheva, M

    2015-12-01

    The aim of this study is to assess the radiological impact of surface water and sediment around uranium mining sites 20 years after their closing. The areas under observations are 31 former classical underground uranium mining and exploratory sites in Bulgaria, named as objects. The extraction and processing of uranium ores in the Republic of Bulgaria were ended in 1992. To assess the radiological impact of radionuclides field expeditions were performed to sample water and bottom sediment. The migration of uranium through surface water was examined as one of the major pathways for contamination spread. The range of uranium concentration in water flowing from the mining sites was from 0.012 to 6.8 mgU l(-1) with a geometric mean of 0.192 mgU l(-1). The uranium concentrations in water downstream the mining sites were approximately 3 times higher than the background value (upstream). The concentrations of Unat, (226)Ra, (210)Pb, and (232)Th in the sediment of downstream river were higher than those upstream by 3.4, 2.6, 2, and 1.7 times, respectively. The distribution coefficient of uranium reflects its high mobility in most of the sites. In order to evaluate the impact on people as well as site prioritization for more detailed assessment and water management, screening dose assessments were done.

  7. PDBj Mine: design and implementation of relational database interface for Protein Data Bank Japan.

    Science.gov (United States)

    Kinjo, Akira R; Yamashita, Reiko; Nakamura, Haruki

    2010-08-25

    This article is a tutorial for PDBj Mine, a new database and its interface for Protein Data Bank Japan (PDBj). In PDBj Mine, data are loaded from files in the PDBMLplus format (an extension of PDBML, PDB's canonical XML format, enriched with annotations), which are then served for the user of PDBj via the worldwide web (WWW). We describe the basic design of the relational database (RDB) and web interfaces of PDBj Mine. The contents of PDBMLplus files are first broken into XPath entities, and these paths and data are indexed in the way that reflects the hierarchical structure of the XML files. The data for each XPath type are saved into the corresponding relational table that is named as the XPath itself. The generation of table definitions from the PDBMLplus XML schema is fully automated. For efficient search, frequently queried terms are compiled into a brief summary table. Casual users can perform simple keyword search, and 'Advanced Search' which can specify various conditions on the entries. More experienced users can query the database using SQL statements which can be constructed in a uniform manner. Thus, PDBj Mine achieves a combination of the flexibility of XML documents and the robustness of the RDB. Database URL: http://www.pdbj.org/

  8. Exploration and mining - Report 800C. Predevelopment studies for mine methane management and utilization

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2001-03-01

    Since 1999 Japan and Australia have been engaged in a 5-year predevelopment study of mine methane management and utilization. The effort aims to develop a technique to recover and utilize the greenhouse gas that escapes during coal mining for a decrease in the environmental impact of coal mining and to develop a technique to simulate the behavior of gas during coal mining. Understanding gas behavior will be useful in formulating a plan for optimum mine methane management and utilization in a newly developed mining zone. Technology transfer and interchangeability were considered and the Hunter Valley, New South Wales, was chosen as the experiment site. Tasks to discharge in fiscal 2000 were (1) collection of data on resources, technology, and the trend of Government policy and regulations, (2) measurement of stress and gas permeability and the assessment of mechanical strength of rock and coal at specified spots in the mining zone, (3) 3-dimensional gasping of the Wambo coal mine geography from the standpoints of geology and civil engineering, grasping of gas characteristics, and modelling and (4) the development of gas and rock behavior grasping technology for use during coal mining. (NEDO)

  9. Land reclamation in the North Bohemian Brown Coal Mines and its effect on the environment

    International Nuclear Information System (INIS)

    Sixta, J.

    1991-01-01

    Land reclamation actually begins the moment the opening of a new mine is planned. The following basic characteristics of the future landscape are decided on: the shape and size of outer waste dumps, location, shape and size of the remaining pit, ground modeling with respect to the airing of the territory and outflow of surface waters, and balance and exploitation of earth that can be made into arable land as well as of other resources. The success of the further use of the territory primarily depends on the mining-technical stage of the land reclamation activity. The biotechnical stage begins after closing the mine. This stage includes the supply of topsoil, a special 5-8 year sowing procedure, planting, etc. The post-reclamation stage, whose aim it is to sustain the desired pedogenetic development, is provided by the subsequent users of the reclaimed plots. The reclamation costs are included in the current mining costs. A detailed discussion is devoted to the economic and legal aspects of the future of reclamation activities. (M.D.). 2 tabs

  10. Influence of hydrology on heavy metal speciation and mobility in a Pb-Zn mine tailing

    International Nuclear Information System (INIS)

    Kovacs, Elza; Dubbin, William E.; Tamas, Janos

    2006-01-01

    Among the inorganic toxicants of greatest concern in mine tailings, Pb, Zn, Cu, Cd and As figure prominently due to their abundance and potential toxicity. Here we report on their biolability and solid-phase speciation in two sediment cores subject to variable hydrological regimes at an abandoned pyritic mine tailing. The oxic conditions of well-drained sediments induced pyrite oxidation and the subsequent liberation of H + , SO 4 2- and considerable quantities of Fe(III), which precipitated as goethite. Solubility of Pb, Zn, Cu and Cd was closely coupled to pH and goethite presence. Metal lability was particularly low in zones of neutralization, formed by the accumulation of calcite, first carried then deposited by percolating waters in both saturated and unsaturated cores. We conclude that differential hydrology induces variable heavy metal speciation and biolability in Pb-Zn mine tailings, and suggest that site-specific risk assessments must account for past and present hydrological regimes. - Variable hydrology influences heavy metal speciation and mobility, and the formation of neutralization zones, in a Pb-Zn mine tailing

  11. Mine shaft fire and smoke protection systems - an update on hardware development and in-mine testing

    International Nuclear Information System (INIS)

    Johnson, G.A.

    1982-01-01

    In 1976, The Bureau of Mines developed a prototype system to sense and extinguish fires in shafts and shaft stations in underground metal and nonmetal mines. Subsequent work modified this technology to include fueling areas, spontaneous combustion zones and coal mines. This paper updates IC-8783 ''In-mine Fire Tests of Mine Shaft Fire and Smoke Protection Systems'', which was published in 1978 and summarized the design and in-mine, actual fire testing of the first prototype mine shaft fire and smoke protection system. This paper also updates related work from IC-8775 ''Spontaneous Oxidation and Combustion of Sulfide Ores in Underground Mines, (also published in 1978) and IC-8808 ''In-mine Evaluation of Underground Fire and Smoke Detectors'', (published in early 1979)

  12. Section of Cybernetics in Mining of Mining Committee of Polish Academy of Sciences - Pro Memoria

    Science.gov (United States)

    Wojaczek, Antoni; Miśkiewicz, Kazimierz

    2017-09-01

    Section of Cybernetics in Mining of Mining Committee of Polish Academy of Science (PAN) has been created by PAN Mining Committee in 1969. It was a section in Mining Committee of PAN, whose operation range included widely understood issues of automation, telecommunication and informatics in mining industry. The main operation method of the Section was to organize the periodic conferences dedicated to issues of control systems in mining. The first conference took place in 1971 in Katowice. Together with new (the current one) term of office of Mining Committee of PAN this Section ceased to exist. The paper presents (pro memoria) over 40 year long conference output of this Section that functioned within the scope of operation of Mining Committee of PAN up to 12th January 2016.

  13. Dispersion and bioaccumulation of elements from an open-pit olivine mine in Southwest Greenland assessed using lichens, seaweeds, mussels and fish.

    Science.gov (United States)

    Søndergaard, Jens

    2013-08-01

    This study investigated dispersion and bioaccumulation of mining-related elements from an open-pit olivine mine at Seqi in Southwest Greenland (64° N) using lichens (Flavocetraria nivalis), seaweeds (Fucus vesiculosus), mussels (Mytilus edulis) and fish (Myoxocephalus scorpius). The mine operated between 2005 and 2009, and samples were taken every year within a monitoring area 0-17 km from the mine during the period 2004-2011. A total of 46 elements were analysed in the samples. After mining began, highly elevated metal concentrations, especially nickel (Ni), chromium (Cr), iron (Fe) and cobalt (Co), were observed in lichens relative to pre-mining levels (up to a factor of 130) caused by dust dispersion from the mining activity. Elevated metal concentrations could be measured in lichens in distances up to ~5 km from the mine/ore treatment facility. Moderately elevated concentrations of Ni and Cr (up to a factor of 7) were also observed in seaweeds and mussels but only in close vicinity (<1 km) to the mine. Analyses of fish showed no significant changes in element composition. After mine closure, the elevated metal concentrations in lichens, seaweeds and mussels decreased markedly, and in 2011, significantly elevated metal concentrations could only be measured in lichens and only within a distance of 1 km from the mine.

  14. Potential for mine water reuse in an abandoned coal mine in northern Spain

    Energy Technology Data Exchange (ETDEWEB)

    Marques, A.; Garcia-Ordiales, E.; Loredo, J. [Oviedo Univ., Asturias (Spain)

    2010-07-01

    This paper investigated the potential re-utilization of mine water in industrial activities. Mine water characterization studies were conducted to evaluate mine waters from the abandoned La Camocha Mine in northwestern Spain. Hydrochemical studies have indicated that the water is bicarbonated with a low sulphate and iron content, and a neutral pH. The concentrations of trace metals are below water legislation for human consumption levels. The water can economically be transported for use in the irrigation of a botanical garden and sports centre located in the same region as the mine. Use of the water will help to preserve rivers and other waterways in the region, and may also minimize the environmental impacts of pumping activities at the mine. Fluid properties for various water samples were provided. 6 refs., 1 tab., 3 figs.

  15. Uranium mining in Australia

    International Nuclear Information System (INIS)

    Anon.

    1984-01-01

    The mining of uranium in Australia is criticised in relation to it's environmental impact, economics and effects on mine workers and Aborigines. A brief report is given on each of the operating and proposed uranium mines in Australia

  16. Hydrogeochemical studies of historical mining areas in the Humboldt River basin and adjacent areas, northern Nevada

    Science.gov (United States)

    Nash, J. Thomas

    2005-01-01

    The study area comprises the Humboldt River Basin and adjacent areas, with emphasis on mining areas relatively close to the Humboldt River. The basin comprises about 16,840 mi2 or 10,800,000 acres. The mineral resources of the Humboldt Basin have been investigated by many scientists over the past 100 years, but only recently has our knowledge of regional geology and mine geology been applied to the understanding and evaluation of mining effects on water and environmental quality. The investigations reported here apply some of the techniques and perspectives developed in the Abandoned Mine Lands Initiative (AMLI) of the U.S. Geological Survey (USGS), a program of integrated geological-hydrological-biological-chemical studies underway in the Upper Animas River watershed in Colorado and the Boulder River watershed in, Montana. The goal of my studies of sites and districts is to determine the character of mining-related contamination that is actively or potentially a threat to water quality and to estimate the potential for natural attenuation of that contamination. These geology-based studies and recommendations differ in matters of emphasis and data collection from the biology-based assessments that are the cornerstone of environmental regulations.

  17. Effect of Local Community’s Environmental Perception on Trust in a Mining Company: A Case Study in Mongolia

    Directory of Open Access Journals (Sweden)

    Lavdmaa Dagvadorj

    2018-02-01

    Full Text Available While the mining industry is booming globally, local communities resist mining operations. It is crucial for mining companies to maintain trust within these communities to prevent conflicts. This research investigated local community’s trust in a mining company in Mongolia using a questionnaire survey. We assessed the residents’ perceptions of the company’s effort to maintain environmental protection, as a determinant of trust, in addition to the determinants of motivation and ability. The results showed that the trust level varied within the different respondent groups and the determinants of trust differentially explained the state of trust. The nomadic herders who lived close to the mine site had low trust while being sensitive to the environmental effects. Other herders had neutral trust. Town citizens had high trust, which was mainly related to positive perceptions of motivation. Communicability of the information provided by the company influenced formulation of positive and negative perceptions. Overall, low trust likely leads to conflicts. Therefore, mining companies are advised to conduct surveys with different groups in the local community, especially those sensitive to environmental changes, and take measures to maintain trust.

  18. Comparison of Distributed Acoustic Sensing (DAS) from Fiber-Optic Cable to Three Component Geophones in an Underground Mine

    Science.gov (United States)

    Speece, M. A.; Nesladek, N. J.; Kammerer, C.; Maclaughlin, M.; Wang, H. F.; Lord, N. E.

    2017-12-01

    We conducted experiments in the Underground Education Mining Center on the Montana Tech campus, Butte, Montana, to make a direct comparison between Digital Acoustic Sensing (DAS) and three-component geophones in a mining setting. The sources used for this project where a vertical sledgehammer, oriented shear sledgehammer, and blasting caps set off in both unstemmed and stemmed drillholes. Three-component Geospace 20DM geophones were compared with three different types of fiber-optic cable: (1) Brugg strain, (2) Brugg temperature, and (3) Optical Cable Corporation strain. We attached geophones to the underground mine walls and on the ground surface above the mine. We attached fiber-optic cables to the mine walls and placed fiber-optic cable in boreholes drilled through an underground pillar. In addition, we placed fiber-optic cables in a shallow trench at the surface of the mine. We converted the DAS recordings from strain rate to strain prior to comparison with the geophone data. The setup of the DAS system for this project led to a previously unknown triggering problem that compromised the early samples of the DAS traces often including the first-break times on the DAS records. Geophones clearly recorded the explosives; however, the large amount of energy and its close distance from the fiber-optic cables seemed to compromise the entire fiber loop. The underground hammer sources produced a rough match between the DAS records and the geophone records. However, the sources on the surface of the mine, specifically the sources oriented inline with the fiber-optic cables, produced a close match between the fiber-optic traces and the geophone traces. All three types of fiber-optic cable that were in the mine produced similar results, and one type did not clearly outperform the others. Instead, the coupling of the cable to rock appears to be the most important factor determining DAS data quality. Moreover, we observed the importance of coupling in the boreholes, where

  19. Spatio-Temporal Rule Mining

    DEFF Research Database (Denmark)

    Gidofalvi, Gyozo; Pedersen, Torben Bach

    2005-01-01

    Recent advances in communication and information technology, such as the increasing accuracy of GPS technology and the miniaturization of wireless communication devices pave the road for Location-Based Services (LBS). To achieve high quality for such services, spatio-temporal data mining techniques...... are needed. In this paper, we describe experiences with spatio-temporal rule mining in a Danish data mining company. First, a number of real world spatio-temporal data sets are described, leading to a taxonomy of spatio-temporal data. Second, the paper describes a general methodology that transforms...... the spatio-temporal rule mining task to the traditional market basket analysis task and applies it to the described data sets, enabling traditional association rule mining methods to discover spatio-temporal rules for LBS. Finally, unique issues in spatio-temporal rule mining are identified and discussed....

  20. Land Reclamation in Brazilian Amazônia: A chronosequence study of floristic development in the national forest of Jamiri-RO mined areas

    Science.gov (United States)

    Fengler, Felipe; Ribeiro, Admilson; Longo, Regina; Merides, Marcela; Soares, Herlon; Melo, Wanderley

    2017-04-01

    Although reclamation techniques for forest ecosystems recovery have been developed over the past decades, there is still a great difficulty in the establishment on environment assessment, especially when compared to the non-disturbed ecosystems. This work evaluated the results and limitations on cassiterite-mined areas in reclamation, at Brazilian Amazônia. Floristic variables from 29 plots located on 15-year-old native species reforestation sites and two plots from preserved open/closed canopy forests were analyzed in a chronosequece way (2010-2015). Regeneration density, species richness, average girth, and average height were evaluated every year, by means of cluster analysis (Euclidian distance, Ward method) and submitted to multiscale bootstrap resampling (a=5%). It was conduced the regression analysis for each identified group in 2015 in order to verify differences between the chronosequece development. The results showed the existence of two main groups in 2010, one witch all mined plots were allocated and other with open/closed canopy plots. After 2011 some mined areas became allocated in the open/closed canopy plots group. From 2013 and on open/closed canopy plots appeared shuffled in the formed groups, indicating the reclamation sites conditions became similar to natural areas. Finally, in 2015 three main groups were formed. The regression analysis showed that group three had a higher trend of development for regeneration density, with higher angular coefficient and higher values. For species richness all the groups had a similar trend, with values lower than open/closed canopy forest. In average girth higher trends were observed in group one and all values were near to open canopy forest in 2015. Average height showed better trends and higher values in group two. It was concluded that all mined sites had a forest recovery process. However, different responses to reclamation process were observed due to the differences in the degraded soils