WorldWideScience

Sample records for preserving itemset mining

  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. 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.

  3. 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...

  4. 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.

  5. 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.

  6. 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)

  7. Efficient hiding of confidential high-utility itemsets with minimal side effects

    Science.gov (United States)

    Lin, Jerry Chun-Wei; Hong, Tzung-Pei; Fournier-Viger, Philippe; Liu, Qiankun; Wong, Jia-Wei; Zhan, Justin

    2017-11-01

    Privacy preserving data mining (PPDM) is an emerging research problem that has become critical in the last decades. PPDM consists of hiding sensitive information to ensure that it cannot be discovered by data mining algorithms. Several PPDM algorithms have been developed. Most of them are designed for hiding sensitive frequent itemsets or association rules. Hiding sensitive information in a database can have several side effects such as hiding other non-sensitive information and introducing redundant information. Finding the set of itemsets or transactions to be sanitised that minimises side effects is an NP-hard problem. In this paper, a genetic algorithm (GA) using transaction deletion is designed to hide sensitive high-utility itemsets for PPUM. A flexible fitness function with three adjustable weights is used to evaluate the goodness of each chromosome for hiding sensitive high-utility itemsets. To speed up the evolution process, the pre-large concept is adopted in the designed algorithm. It reduces the number of database scans required for verifying the goodness of an evaluated chromosome. Substantial experiments are conducted to compare the performance of the designed GA approach (with/without the pre-large concept), with a GA-based approach relying on transaction insertion and a non-evolutionary algorithm, in terms of execution time, side effects, database integrity and utility integrity. Results demonstrate that the proposed algorithm hides sensitive high-utility itemsets with fewer side effects than previous studies, while preserving high database and utility integrity.

  8. Efficiently Hiding Sensitive Itemsets with Transaction Deletion Based on Genetic Algorithms

    Directory of Open Access Journals (Sweden)

    Chun-Wei Lin

    2014-01-01

    Full Text Available Data mining is used to mine meaningful and useful information or knowledge from a very large database. Some secure or private information can be discovered by data mining techniques, thus resulting in an inherent risk of threats to privacy. Privacy-preserving data mining (PPDM has thus arisen in recent years to sanitize the original database for hiding sensitive information, which can be concerned as an NP-hard problem in sanitization process. In this paper, a compact prelarge GA-based (cpGA2DT algorithm to delete transactions for hiding sensitive itemsets is thus proposed. It solves the limitations of the evolutionary process by adopting both the compact GA-based (cGA mechanism and the prelarge concept. A flexible fitness function with three adjustable weights is thus designed to find the appropriate transactions to be deleted in order to hide sensitive itemsets with minimal side effects of hiding failure, missing cost, and artificial cost. Experiments are conducted to show the performance of the proposed cpGA2DT algorithm compared to the simple GA-based (sGA2DT algorithm and the greedy approach in terms of execution time and three side effects.

  9. 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.

  10. 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.

  11. A GA-Based Approach to Hide Sensitive High Utility Itemsets

    Directory of Open Access Journals (Sweden)

    Chun-Wei Lin

    2014-01-01

    Full Text Available A GA-based privacy preserving utility mining method is proposed to find appropriate transactions to be inserted into the database for hiding sensitive high utility itemsets. It maintains the low information loss while providing information to the data demanders and protects the high-risk information in the database. A flexible evaluation function with three factors is designed in the proposed approach to evaluate whether the processed transactions are required to be inserted. Three different weights are, respectively, assigned to the three factors according to users. Moreover, the downward closure property and the prelarge concept are adopted in the proposed approach to reduce the cost of rescanning database, thus speeding up the evaluation process of chromosomes.

  12. 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.

  13. 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.

  14. Large-Scale Constraint-Based Pattern Mining

    Science.gov (United States)

    Zhu, Feida

    2009-01-01

    We studied the problem of constraint-based pattern mining for three different data formats, item-set, sequence and graph, and focused on mining patterns of large sizes. Colossal patterns in each data formats are studied to discover pruning properties that are useful for direct mining of these patterns. For item-set data, we observed robustness of…

  15. 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 ) .

  16. 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

  17. Efficient Algorithms for Segmentation of Item-Set Time Series

    Science.gov (United States)

    Chundi, Parvathi; Rosenkrantz, Daniel J.

    We propose a special type of time series, which we call an item-set time series, to facilitate the temporal analysis of software version histories, email logs, stock market data, etc. In an item-set time series, each observed data value is a set of discrete items. We formalize the concept of an item-set time series and present efficient algorithms for segmenting a given item-set time series. Segmentation of a time series partitions the time series into a sequence of segments where each segment is constructed by combining consecutive time points of the time series. Each segment is associated with an item set that is computed from the item sets of the time points in that segment, using a function which we call a measure function. We then define a concept called the segment difference, which measures the difference between the item set of a segment and the item sets of the time points in that segment. The segment difference values are required to construct an optimal segmentation of the time series. We describe novel and efficient algorithms to compute segment difference values for each of the measure functions described in the paper. We outline a dynamic programming based scheme to construct an optimal segmentation of the given item-set time series. We use the item-set time series segmentation techniques to analyze the temporal content of three different data sets—Enron email, stock market data, and a synthetic data set. The experimental results show that an optimal segmentation of item-set time series data captures much more temporal content than a segmentation constructed based on the number of time points in each segment, without examining the item set data at the time points, and can be used to analyze different types of temporal data.

  18. 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

  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. The study on privacy preserving data mining for information security

    Science.gov (United States)

    Li, Xiaohui

    2012-04-01

    Privacy preserving data mining have a rapid development in a short year. But it still faces many challenges in the future. Firstly, the level of privacy has different definitions in different filed. Therefore, the measure of privacy preserving data mining technology protecting private information is not the same. So, it's an urgent issue to present a unified privacy definition and measure. Secondly, the most of research in privacy preserving data mining is presently confined to the theory study.

  1. 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.

  2. An Incremental High-Utility Mining Algorithm with Transaction Insertion

    Science.gov (United States)

    Gan, Wensheng; Zhang, Binbin

    2015-01-01

    Association-rule mining is commonly used to discover useful and meaningful patterns from a very large database. It only considers the occurrence frequencies of items to reveal the relationships among itemsets. Traditional association-rule mining is, however, not suitable in real-world applications since the purchased items from a customer may have various factors, such as profit or quantity. High-utility mining was designed to solve the limitations of association-rule mining by considering both the quantity and profit measures. Most algorithms of high-utility mining are designed to handle the static database. Fewer researches handle the dynamic high-utility mining with transaction insertion, thus requiring the computations of database rescan and combination explosion of pattern-growth mechanism. In this paper, an efficient incremental algorithm with transaction insertion is designed to reduce computations without candidate generation based on the utility-list structures. The enumeration tree and the relationships between 2-itemsets are also adopted in the proposed algorithm to speed up the computations. Several experiments are conducted to show the performance of the proposed algorithm in terms of runtime, memory consumption, and number of generated patterns. PMID:25811038

  3. An Incremental High-Utility Mining Algorithm with Transaction Insertion

    Directory of Open Access Journals (Sweden)

    Jerry Chun-Wei Lin

    2015-01-01

    Full Text Available Association-rule mining is commonly used to discover useful and meaningful patterns from a very large database. It only considers the occurrence frequencies of items to reveal the relationships among itemsets. Traditional association-rule mining is, however, not suitable in real-world applications since the purchased items from a customer may have various factors, such as profit or quantity. High-utility mining was designed to solve the limitations of association-rule mining by considering both the quantity and profit measures. Most algorithms of high-utility mining are designed to handle the static database. Fewer researches handle the dynamic high-utility mining with transaction insertion, thus requiring the computations of database rescan and combination explosion of pattern-growth mechanism. In this paper, an efficient incremental algorithm with transaction insertion is designed to reduce computations without candidate generation based on the utility-list structures. The enumeration tree and the relationships between 2-itemsets are also adopted in the proposed algorithm to speed up the computations. Several experiments are conducted to show the performance of the proposed algorithm in terms of runtime, memory consumption, and number of generated patterns.

  4. 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.

  5. 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.

  6. Using Machine Learning Methods Jointly to Find Better Set of Rules in Data Mining

    Directory of Open Access Journals (Sweden)

    SUG Hyontai

    2017-01-01

    Full Text Available Rough set-based data mining algorithms are one of widely accepted machine learning technologies because of their strong mathematical background and capability of finding optimal rules based on given data sets only without room for prejudiced views to be inserted on the data. But, because the algorithms find rules very precisely, we may confront with the overfitting problem. On the other hand, association rule algorithms find rules of association, where the association resides between sets of items in database. The algorithms find itemsets that occur more than given minimum support, so that they can find the itemsets practically in reasonable time even for very large databases by supplying the minimum support appropriately. In order to overcome the problem of the overfitting problem in rough set-based algorithms, first we find large itemsets, after that we select attributes that cover the large itemsets. By using the selected attributes only, we may find better set of rules based on rough set theory. Results from experiments support our suggested method.

  7. 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

  8. 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

  9. Mining on Big Data Using Hadoop MapReduce Model

    Science.gov (United States)

    Salman Ahmed, G.; Bhattacharya, Sweta

    2017-11-01

    Customary parallel calculations for mining nonstop item create opportunity to adjust stack of similar data among hubs. The paper aims to review this process by analyzing the critical execution downside of the common parallel recurrent item-set mining calculations. Given a larger than average dataset, data apportioning strategies inside the current arrangements endure high correspondence and mining overhead evoked by repetitive exchanges transmitted among registering hubs. We tend to address this downside by building up a learning apportioning approach referred as Hadoop abuse using the map-reduce programming model. All objectives of Hadoop are to zest up the execution of parallel recurrent item-set mining on Hadoop bunches. Fusing the comparability metric and furthermore the locality-sensitive hashing procedure, Hadoop puts to a great degree comparative exchanges into an information segment to lift neighborhood while not making AN exorbitant assortment of excess exchanges. We tend to execute Hadoop on a 34-hub Hadoop bunch, driven by a decent change of datasets made by IBM quest market-basket manufactured data generator. Trial uncovers the fact that Hadoop contributes towards lessening system and processing masses by the uprightness of dispensing with excess exchanges on Hadoop hubs. Hadoop impressively outperforms and enhances the other models considerably.

  10. 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

  11. Data mining approach to bipolar cognitive map development and decision analysis

    Science.gov (United States)

    Zhang, Wen-Ran

    2002-03-01

    A data mining approach to cognitive mapping is presented based on bipolar logic, bipolar relations, and bipolar clustering. It is shown that a correlation network derived from a database can be converted to a bipolar cognitive map (or bipolar relation). A transitive, symmetric, and reflexive bipolar relation (equilibrium relation) can be used to identify focal links in decision analysis. It can also be used to cluster a set of events or itemsets into three different clusters: coalition sets, conflict sets, and harmony sets. The coalition sets are positively correlated events or itemsets; each conflict set is a negatively correlated set of two coalition subsets; and a harmony set consists of events that are both negatively and positively correlated. A cognitive map and the clusters can then be used for online decision analysis. This approach combines knowledge discovery with the views of decision makers and provides an effective means for online analytical processing (OLAP) and online analytical mining (OLAM).

  12. Utility Independent Privacy Preserving Data Mining - Horizontally Partitioned Data

    Directory of Open Access Journals (Sweden)

    E Poovammal

    2010-06-01

    Full Text Available Micro data is a valuable source of information for research. However, publishing data about individuals for research purposes, without revealing sensitive information, is an important problem. The main objective of privacy preserving data mining algorithms is to obtain accurate results/rules by analyzing the maximum possible amount of data without unintended information disclosure. Data sets for analysis may be in a centralized server or in a distributed environment. In a distributed environment, the data may be horizontally or vertically partitioned. We have developed a simple technique by which horizontally partitioned data can be used for any type of mining task without information loss. The partitioned sensitive data at 'm' different sites are transformed using a mapping table or graded grouping technique, depending on the data type. This transformed data set is given to a third party for analysis. This may not be a trusted party, but it is still allowed to perform mining operations on the data set and to release the results to all the 'm' parties. The results are interpreted among the 'm' parties involved in the data sharing. The experiments conducted on real data sets prove that our proposed simple transformation procedure preserves one hundred percent of the performance of any data mining algorithm as compared to the original data set while preserving privacy.

  13. Hybrid Recommendation System Memanfaatkan Penggalian Frequent Itemset dan Perbandingan Keyword

    OpenAIRE

    Suka Parwita, Wayan Gede; Winarko, Edi

    2015-01-01

    Abstrak Recommendation system sering dibangun dengan memanfaatkan data peringkat item dan data identitas pengguna. Data peringkat item merupakan data yang langka pada sistem yang baru dibangun. Sedangkan, pemberian data identitas pada recommendation system dapat menimbulkan kekhawatiran penyalahgunaan data identitas. Hybrid recommendation system memanfaatkan algoritma penggalian frequent itemset dan perbandingan keyword dapat memberikan daftar rekomendasi tanpa menggunakan data identi...

  14. Mining of high utility itemsets of size-2 with pruning strategies and negative item values for B2C companies based on experiential marketing approach

    Directory of Open Access Journals (Sweden)

    Gaurav Gahlot

    2016-09-01

    Full Text Available Business to customer (B2C marketing for the retail organisations is the most rapid adoption made by the developed countries, while it has the pitfalls in the developing nations. B2C companies have been continually putting some or the other lucrative offers and schemes on their manufactured products. There happens to be no logical demand of clubbing the sale of two products. The only need of such clubbing is the financial crisis which the company wants to overcome. Information technology can renew and make the competitive advantage for B2C companies. In this paper, a novel way for finding the itemset clubs is proposed, hence extending Apriori algorithm. The proposed methodology aims at finding the combinations of the products which can be sold together with the high levels of utility. This allows for making good profits for the company. Unlike contemporary way of items bearing positive values, negative item values have been looked into. The MHUIS-2wPS algorithm utilises the transactional experiences of the retail stores and outputs the size-2 clubs. The MHUI-NIV algorithm caters for the items with negative item values. The dissertation applies various pruning strategies for the discovery of high utility itemsets. These prunings will help remove the unnecessary formation of the low utility extensions. Later, various datasets have been used to show the essence of the algorithms.

  15. 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.

  16. An Efficient Association Rule Hiding Algorithm for Privacy Preserving Data Mining

    OpenAIRE

    Yogendra Kumar Jain,; Vinod Kumar Yadav,; Geetika S. Panday

    2011-01-01

    The security of the large database that contains certain crucial information, it will become a serious issue when sharing data to the network against unauthorized access. Privacy preserving data mining is a new research trend in privacy data for data mining and statistical database. Association analysis is a powerful toolfor discovering relationships which are hidden in large database. Association rules hiding algorithms get strong and efficient performance for protecting confidential and cru...

  17. A Knowledge Model Sharing Based Approach to Privacy-Preserving Data Mining

    OpenAIRE

    Hongwei Tian; Weining Zhang; Shouhuai Xu; Patrick Sharkey

    2012-01-01

    Privacy-preserving data mining (PPDM) is an important problem and is currently studied in three approaches: the cryptographic approach, the data publishing, and the model publishing. However, each of these approaches has some problems. The cryptographic approach does not protect privacy of learned knowledge models and may have performance and scalability issues. The data publishing, although is popular, may suffer from too much utility loss for certain types of data mining applications. The m...

  18. 36 CFR 251.10 - Prohibition of location of mining claims within certain areas in the Norbeck Wildlife Preserve...

    Science.gov (United States)

    2010-07-01

    ... 36 Parks, Forests, and Public Property 2 2010-07-01 2010-07-01 false Prohibition of location of mining claims within certain areas in the Norbeck Wildlife Preserve, South Dakota. 251.10 Section 251.10... areas in the Norbeck Wildlife Preserve, South Dakota. The location of mining claims in such areas within...

  19. 78 FR 13379 - Wrangell-St. Elias National Park and Preserve, Alaska; Proposed Mining Plan of Operations

    Science.gov (United States)

    2013-02-27

    ...] Wrangell-St. Elias National Park and Preserve, Alaska; Proposed Mining Plan of Operations AGENCY: National...) unpatented placer claims within Wrangell-St. Elias National Park and Preserve. Public Availability: This plan...: Wrangell-St. Elias National Park and Preserve Headquarters, Mile 106.8 Richardson Highway, Post Office Box...

  20. DeBi: Discovering Differentially Expressed Biclusters using a Frequent Itemset Approach

    Directory of Open Access Journals (Sweden)

    Vingron Martin

    2011-06-01

    Full Text Available Abstract Background The analysis of massive high throughput data via clustering algorithms is very important for elucidating gene functions in biological systems. However, traditional clustering methods have several drawbacks. Biclustering overcomes these limitations by grouping genes and samples simultaneously. It discovers subsets of genes that are co-expressed in certain samples. Recent studies showed that biclustering has a great potential in detecting marker genes that are associated with certain tissues or diseases. Several biclustering algorithms have been proposed. However, it is still a challenge to find biclusters that are significant based on biological validation measures. Besides that, there is a need for a biclustering algorithm that is capable of analyzing very large datasets in reasonable time. Results Here we present a fast biclustering algorithm called DeBi (Differentially Expressed BIclusters. The algorithm is based on a well known data mining approach called frequent itemset. It discovers maximum size homogeneous biclusters in which each gene is strongly associated with a subset of samples. We evaluate the performance of DeBi on a yeast dataset, on synthetic datasets and on human datasets. Conclusions We demonstrate that the DeBi algorithm provides functionally more coherent gene sets compared to standard clustering or biclustering algorithms using biological validation measures such as Gene Ontology term and Transcription Factor Binding Site enrichment. We show that DeBi is a computationally efficient and powerful tool in analyzing large datasets. The method is also applicable on multiple gene expression datasets coming from different labs or platforms.

  1. Privacy-Preserving Data Mining of Medical Data Using Data Separation-Based Techniques

    Directory of Open Access Journals (Sweden)

    Gang Kou

    2007-08-01

    Full Text Available Data mining is concerned with the extraction of useful knowledge from various types of data. Medical data mining has been a popular data mining topic of late. Compared with other data mining areas, medical data mining has some unique characteristics. Because medical files are related to human subjects, privacy concerns are taken more seriously than other data mining tasks. This paper applied data separation-based techniques to preserve privacy in classification of medical data. We take two approaches to protect privacy: one approach is to vertically partition the medical data and mine these partitioned data at multiple sites; the other approach is to horizontally split data across multiple sites. In the vertical partition approach, each site uses a portion of the attributes to compute its results, and the distributed results are assembled at a central trusted party using a majority-vote ensemble method. In the horizontal partition approach, data are distributed among several sites. Each site computes its own data, and a central trusted party is responsible to integrate these results. We implement these two approaches using medical datasets from UCI KDD archive and report the experimental results.

  2. 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.

  3. On finding similar items in a stream of transactions

    DEFF Research Database (Denmark)

    Campagna, Andrea; Pagh, Rasmus

    2010-01-01

    While there has been a lot of work on finding frequent itemsets in transaction data streams, none of these solve the problem of finding similar pairs according to standard similarity measures. This paper is a first attempt at dealing with this, arguably more important, problem. We start out with ...... in random order, and show that surprisingly, not only is small-space similarity mining possible for the most common similarity measures, but the mining accuracy {\\em improves\\/} with the length of the stream for any fixed support threshold....... with a negative result that also explains the lack of theoretical upper bounds on the space usage of data mining algorithms for finding frequent itemsets: Any algorithm that (even only approximately and with a chance of error) finds the most frequent $k$-itemset must use space $\\Omega...

  4. PRIVACY PRESERVING DATA MINING USING MULTIPLE OBJECTIVE OPTIMIZATION

    Directory of Open Access Journals (Sweden)

    V. Shyamala Susan

    2016-10-01

    Full Text Available Privacy preservation is that the most targeted issue in information publication, because the sensitive data shouldn't be leaked. For this sake, several privacy preservation data mining algorithms are proposed. In this work, feature selection using evolutionary algorithm and data masking coupled with slicing is treated as a multiple objective optimisation to preserve privacy. To start with, Genetic Algorithm (GA is carried out over the datasets to perceive the sensitive attributes and prioritise the attributes for treatment as per their determined sensitive level. In the next phase, to distort the data, noise is added to the higher level sensitive value using Hybrid Data Transformation (HDT method. In the following phase slicing algorithm groups the correlated attributes organized and by this means reduces the dimensionality by retaining the Advanced Clustering Algorithm (ACA. With the aim of getting the optimal dimensions of buckets, tuple segregating is accomplished by Metaheuristic Firefly Algorithm (MFA. The investigational consequences imply that the anticipated technique can reserve confidentiality and therefore the information utility is additionally high. Slicing algorithm allows the protection of association and usefulness in which effects in decreasing the information dimensionality and information loss. Performance analysis is created over OCC 7 and OCC 15 and our optimization method proves its effectiveness over two totally different datasets by showing 92.98% and 96.92% respectively.

  5. A knowledge discovery approach to urban analysis: Beyoglu Preservation Area as a data mine

    Directory of Open Access Journals (Sweden)

    Ahu Sokmenoglu Sohtorik

    2017-11-01

    to the potentially ‘useful’ and/or ‘valuable’ information patterns and relationships that can be discovered in urban databases by applying data mining algorithms. A knowledge discovery approach to urban analysis through data mining can help us to understand site-specific characteristics of urban environments in a more profound and useful way. On a more specific level, the thesis aims towards ‘knowledge discovery’ in traditional thematic maps published in 2008 by the Istanbul Metropolitan Municipality as a basis of the Master Plan for the Beyoğlu Preservation Area. These thematic maps, which represent urban components, namely buildings, streets, neighbourhoods and their various attributes such as floor space use of the buildings, land price, population density or historical importance, do not really extend our knowledge of Beyoğlu Preservation Area beyond documenting its current state and do not contribute to the interventions presented in the master plan. However it is likely that ‘useful’ and ‘valuable’ information patterns discoverable using data mining algorithms are hidden in them. In accordance with the stated aims, three research questions of the thesis concerns (1 the development of a general process model to adapt the generic process of knowledge discovery using data mining for urban data analysis, (2 the investigation of information patterns and relationships that can be extracted from the traditional thematic maps of the Beyoğlu Preservation Area by further developing and implementing this model and (3 the investigation of how could this ‘relational urban knowledge’ support architects, urban designers or urban planners whilst developing intervention proposals for urban regeneration. A Knowledge Discovery Process Model (KDPM for urban analysis was developed, as an answer to the the first research question. The KDPM for urban analysis is a domain-specific adaptation of the widely accepted process of knowledge discovery in databases

  6. Privacy Preserving Association Rule Mining Revisited: Privacy Enhancement and Resources Efficiency

    Science.gov (United States)

    Mohaisen, Abedelaziz; Jho, Nam-Su; Hong, Dowon; Nyang, Daehun

    Privacy preserving association rule mining algorithms have been designed for discovering the relations between variables in data while maintaining the data privacy. In this article we revise one of the recently introduced schemes for association rule mining using fake transactions (FS). In particular, our analysis shows that the FS scheme has exhaustive storage and high computation requirements for guaranteeing a reasonable level of privacy. We introduce a realistic definition of privacy that benefits from the average case privacy and motivates the study of a weakness in the structure of FS by fake transactions filtering. In order to overcome this problem, we improve the FS scheme by presenting a hybrid scheme that considers both privacy and resources as two concurrent guidelines. Analytical and empirical results show the efficiency and applicability of our proposed scheme.

  7. 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...

  8. Class Association Rule Pada Metode Associative Classification

    Directory of Open Access Journals (Sweden)

    Eka Karyawati

    2011-11-01

    Full Text Available Frequent patterns (itemsets discovery is an important problem in associative classification rule mining.  Differents approaches have been proposed such as the Apriori-like, Frequent Pattern (FP-growth, and Transaction Data Location (Tid-list Intersection algorithm. This paper focuses on surveying and comparing the state of the art associative classification techniques with regards to the rule generation phase of associative classification algorithms.  This phase includes frequent itemsets discovery and rules mining/extracting methods to generate the set of class association rules (CARs.  There are some techniques proposed to improve the rule generation method.  A technique by utilizing the concepts of discriminative power of itemsets can reduce the size of frequent itemset.  It can prune the useless frequent itemsets. The closed frequent itemset concept can be utilized to compress the rules to be compact rules.  This technique may reduce the size of generated rules.  Other technique is in determining the support threshold value of the itemset. Specifying not single but multiple support threshold values with regard to the class label frequencies can give more appropriate support threshold value.  This technique may generate more accurate rules. Alternative technique to generate rule is utilizing the vertical layout to represent dataset.  This method is very effective because it only needs one scan over dataset, compare with other techniques that need multiple scan over dataset.   However, one problem with these approaches is that the initial set of tid-lists may be too large to fit into main memory. It requires more sophisticated techniques to compress the tid-lists.

  9. 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.

  10. 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.

  11. 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.

  12. 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.

  13. Preservation procedures for arsenic speciation in a stream affected by acid mine drainage in southwestern Spain

    Energy Technology Data Exchange (ETDEWEB)

    Sanchez-Rodas, Daniel; Oliveira, Vanesa; Gomez-Ariza, Jose Luis [University of Huelva, Department of Chemistry and Materials Science, Faculty of Experimental Sciences, Huelva (Spain); Sarmiento, Aguasanta M.; Nieto, Jose Miguel [University of Huelva, Department of Geology, Faculty of Experimental Sciences, Huelva (Spain)

    2006-04-15

    A preservation study has been performed for arsenic speciation in surface freshwaters affected by acid mine drainage (AMD), a pollution source characterized by low pH and high metallic content. Two sample preservation procedures described in the literature were attempted using opaque glass containers and refrigeration: i) addition of 0.25 mol L{sup -1} EDTA to the samples, which maintained the stability of the arsenic species for 3 h; and ii) in situ sample clean-up with a cationic exchange resin, in order to reduce the metallic load, which resulted in a partial co-adsorption of arsenic onto Fe precipitates. A new proposed method was also tried: sample acidification with 6 mol L{sup -1} HCl followed by in situ clean-up with a cationic exchange resin, which allowed a longer preservation time of at least 48 h. The proposed method was successfully applied to water samples with high arsenic content, taken from the Aguas Agrias Stream (Odiel River Basin, SW Spain), which is severely affected by AMD that originates at the nearby polymetallic sulfide mine of Tharsis. The speciation results obtained by liquid chromatography-hydride generation-atomic fluorescence spectrometry (HPLC-HG-AFS) indicated that during the summer the main arsenic species was As(V) at the hundred {mu}g L{sup -1} level, followed by DMA (dimethyl arsenic) and As(III) below the ten {mu}g L{sup -1} level. In winter, As(V) and As(III) increased at least fivefold, whereas the DMA was not detected. (orig.)

  14. RealKrimp - Finding Hyperintervals that Compress with MDL for Real-Valued Data

    NARCIS (Netherlands)

    Witteveen, J.; Duivesteijn, W.; Knobbe, A.; Grünwald, P.; Blockeel, H.; Leeuwen, M.; Vinciotti, V.

    2014-01-01

    The MDL Principle (induction by compression) is applied with meticulous effort in the Krimpalgorithm for the problem of itemset mining, where one seeks exceptionally frequent patterns in a binary dataset. As is the case with many algorithms in data mining, Krimpis not designed to cope with

  15. Privacy Preserving Distributed Data Mining

    Data.gov (United States)

    National Aeronautics and Space Administration — Distributed data mining from privacy-sensitive multi-party data is likely to play an important role in the next generation of integrated vehicle health monitoring...

  16. Fully Automatic Cross-Associations

    National Research Council Canada - National Science Library

    Chakrabarti, Deepayan; Modha, Dharmendra S; Papadimitriou, Spiros; Fabloutsos, Christos

    2004-01-01

    ...., k-means clustering, METIS graph partitioning, SVD/PCA and frequent itemset mining require the user to specify various parameters, such as the number of clusters, number of principal components...

  17. A Neural-Network Clustering-Based Algorithm for Privacy Preserving Data Mining

    Science.gov (United States)

    Tsiafoulis, S.; Zorkadis, V. C.; Karras, D. A.

    The increasing use of fast and efficient data mining algorithms in huge collections of personal data, facilitated through the exponential growth of technology, in particular in the field of electronic data storage media and processing power, has raised serious ethical, philosophical and legal issues related to privacy protection. To cope with these concerns, several privacy preserving methodologies have been proposed, classified in two categories, methodologies that aim at protecting the sensitive data and those that aim at protecting the mining results. In our work, we focus on sensitive data protection and compare existing techniques according to their anonymity degree achieved, the information loss suffered and their performance characteristics. The ℓ-diversity principle is combined with k-anonymity concepts, so that background information can not be exploited to successfully attack the privacy of data subjects data refer to. Based on Kohonen Self Organizing Feature Maps (SOMs), we firstly organize data sets in subspaces according to their information theoretical distance to each other, then create the most relevant classes paying special attention to rare sensitive attribute values, and finally generalize attribute values to the minimum extend required so that both the data disclosure probability and the information loss are possibly kept negligible. Furthermore, we propose information theoretical measures for assessing the anonymity degree achieved and empirical tests to demonstrate it.

  18. Identifying Prevalent Chemical Mixtures in the US Population EHP Data

    Data.gov (United States)

    U.S. Environmental Protection Agency — Frequent itemset mining (FIM), a technique used for finding patterns in consumer purchasing behavior, can be applied to data from large-scale biomonitoring studies...

  19. Evolving temporal association rules with genetic algorithms

    OpenAIRE

    Matthews, Stephen G.; Gongora, Mario A.; Hopgood, Adrian A.

    2010-01-01

    A novel framework for mining temporal association rules by discovering itemsets with a genetic algorithm is introduced. Metaheuristics have been applied to association rule mining, we show the efficacy of extending this to another variant - temporal association rule mining. Our framework is an enhancement to existing temporal association rule mining methods as it employs a genetic algorithm to simultaneously search the rule space and temporal space. A methodology for validating the ability of...

  20. Mining Context-Aware Association Rules Using Grammar-Based Genetic Programming.

    Science.gov (United States)

    Luna, Jose Maria; Pechenizkiy, Mykola; Del Jesus, Maria Jose; Ventura, Sebastian

    2017-09-25

    Real-world data usually comprise features whose interpretation depends on some contextual information. Such contextual-sensitive features and patterns are of high interest to be discovered and analyzed in order to obtain the right meaning. This paper formulates the problem of mining context-aware association rules, which refers to the search for associations between itemsets such that the strength of their implication depends on a contextual feature. For the discovery of this type of associations, a model that restricts the search space and includes syntax constraints by means of a grammar-based genetic programming methodology is proposed. Grammars can be considered as a useful way of introducing subjective knowledge to the pattern mining process as they are highly related to the background knowledge of the user. The performance and usefulness of the proposed approach is examined by considering synthetically generated datasets. A posteriori analysis on different domains is also carried out to demonstrate the utility of this kind of associations. For example, in educational domains, it is essential to identify and understand contextual and context-sensitive factors that affect overall and individual student behavior and performance. The results of the experiments suggest that the approach is feasible and it automatically identifies interesting context-aware associations from real-world datasets.

  1. An Integrative data mining approach to identifying Adverse ...

    Science.gov (United States)

    The Adverse Outcome Pathway (AOP) framework is a tool for making biological connections and summarizing key information across different levels of biological organization to connect biological perturbations at the molecular level to adverse outcomes for an individual or population. Computational approaches to explore and determine these connections can accelerate the assembly of AOPs. By leveraging the wealth of publicly available data covering chemical effects on biological systems, computationally-predicted AOPs (cpAOPs) were assembled via data mining of high-throughput screening (HTS) in vitro data, in vivo data and other disease phenotype information. Frequent Itemset Mining (FIM) was used to find associations between the gene targets of ToxCast HTS assays and disease data from Comparative Toxicogenomics Database (CTD) by using the chemicals as the common aggregators between datasets. The method was also used to map gene expression data to disease data from CTD. A cpAOP network was defined by considering genes and diseases as nodes and FIM associations as edges. This network contained 18,283 gene to disease associations for the ToxCast data and 110,253 for CTD gene expression. Two case studies show the value of the cpAOP network by extracting subnetworks focused either on fatty liver disease or the Aryl Hydrocarbon Receptor (AHR). The subnetwork surrounding fatty liver disease included many genes known to play a role in this disease. When querying the cpAOP

  2. Preservation Benefits Geoscientific Investigations Across the Nation

    Science.gov (United States)

    Powers, L. A.; Latysh, N.

    2017-12-01

    Since 2005, the National Geological and Geophysical Data Preservation Program (NGGDPP) of the U.S. Geological Survey (USGS) has distributed financial grants to state geological surveys to preserve, archive, and make available valuable geoscientific samples and data to researchers and the public. States have cataloged and preserved materials that include geophysical logs, geotechnical reports, fragile historical documents, maps, geologic samples, and legacy aerial and field-investigation photographs. Approximately 3 million metadata records describing preserved data and artifacts are cataloged in the National Digital Catalog, a component of the USGS ScienceBase data management infrastructure. Providing a centralized domain in the National Digital Catalog for uniformly described records has enabled discovery of important geoscientific assets across the Nation. Scientific investigations continue to be informed by preserved materials and data. Tennessee Geological Survey's preserved collection of historical documents describing coal mining activities in the State was used to identify vulnerable areas overlying abandoned underground coal mines, which caused surface collapses and sinkholes in populated areas. Missouri Geological Survey's preserved collection of legacy field notebooks was used to identify thousands of abandoned mines, many of which have significant soil or groundwater lead contamination and are located in areas that now have residential development. The information enabled the evaluation of risk to human health, environment, and infrastructure and identification of needed remedial actions. Information in the field notebooks also assisted the Missouri Department of Transportation responding to highway collapses and assessing collapse potential in abandoned coal mining lands. Digitization of natural gamma ray logs allowed Minnesota Geological Survey staff to directly access well data in the field, accelerating the ability to address geoscientific questions

  3. PEMBUATAN PERANGKAT LUNAK DATA MINING UNTUK PENGGALIAN KAIDAH ASOSIASI MENGGUNAKAN METODE APRIORI

    Directory of Open Access Journals (Sweden)

    Leo Willyanto Santoso

    2003-01-01

    Full Text Available There are many theories and approaches that have been developed to find pattern and association rule. One of the methods that have been developed is apriori method. Any method previously finds itemset using graph approaches that have weakness on huge memory usage. The lack of memory will affect many item that able to process. Further, many approaches use internal data structure that very complex and need resource addition to do this computation. In this research, apriori method was used to get association rule that describe relation between items in transactional database. The database that used is three kinds that have different in total transactional. Based on the empirical test, can be concluded that computational time to get asociation rule is influenced by the number of transaction and using "tidlist" data structure in apriori methods can reduce time because only read database one time. Abstract in Bahasa Indonesia : Banyak teori dan pendekatan yang dikembangkan untuk memperoleh hasil penemuan kaidah asosiasi dan pola. Salah satu metode yang dikembangkan yaitu dengan menggunakan metode apriori. Beberapa dari metode sebelumnya melakukan pencarian itemset dengan pendekatan graf asosiasi yang memiliki kelemahan pada penggunaan memori yang besar. Keterbatasan memori jelas akan mempengaruhi banyaknya item yang bisa diproses. Lebih jauh lagi, sebagian besar pendekatan menggunakan struktur data internal sangat rumit yang tidak bersifat lokal dan membutuhkan tambahan sumber daya dan banyak komputasi. Pada riset ini, metode apriori digunakan untuk memperoleh kaidah asosiasi yang menggambarkan hubungan antar item pada database transaksional. Database yang digunakan ada tiga buah yang masing-masing memiliki jumlah transaksi yang berbeda. Dari hasil pengujian empiris dapat ditarik kesimpulan bahwa waktu komputasi untuk menghasilkan kaidah asosiasi dipengaruhi oleh jumlah transaksi dan Penggunaan struktur data "tidlist" pada algoritma apriori

  4. Privacy preserving data publishing with multiple sensitive attributes

    OpenAIRE

    Abdalaal, Ahmed Fuad

    2012-01-01

    Data mining is the process of extracting hidden predictive information from large databases, it has a great potential to help governments, researchers and companies focus on the most significant information in their data warehouses. High quality data and effective data publishing are needed to gain a high impact from data mining process. However there is a clear need to preserve individual privacy in the released data. Privacy-preserving data publishing is a research topic of eliminating priv...

  5. 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

  6. A Frame Work for Ontological Privacy Preserved Mining

    OpenAIRE

    Sriman Narayana Iyengar. N.Ch.; Geetha Mary. A

    2010-01-01

    Data Mining analyses the stocked data and helps in foretelling the future trends. There are different techniques by which data can be mined. These different techniques reveal different types of hiddenknowledge. Using the right procedure of technique result specific patterns emerge.Ontology is a specification of conceptualization. It is a description of concepts and relationships that can exist for an agent or a community of agents. To make software more user-friendly, ontology could be used t...

  7. Extracting useful knowledge from event logs

    DEFF Research Database (Denmark)

    Djenouri, Youcef; Belhadi, Asma; Fournier-Viger, Philippe

    2018-01-01

    Business process analysis is a key activity that aims at increasing the efficiency of business operations. In recent years, several data mining based methods have been designed for discovering interesting patterns in event logs. A popular type of methods consists of applying frequent itemset mini...

  8. Privacy Preservation in Distributed Subgradient Optimization Algorithms

    OpenAIRE

    Lou, Youcheng; Yu, Lean; Wang, Shouyang

    2015-01-01

    Privacy preservation is becoming an increasingly important issue in data mining and machine learning. In this paper, we consider the privacy preserving features of distributed subgradient optimization algorithms. We first show that a well-known distributed subgradient synchronous optimization algorithm, in which all agents make their optimization updates simultaneously at all times, is not privacy preserving in the sense that the malicious agent can learn other agents' subgradients asymptotic...

  9. 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.

  10. Analysis Of Data Mining For Car Sales Sparepart Using Apriori Algorithm (Case Study: PT. IDK 1 FIELD

    Directory of Open Access Journals (Sweden)

    Khairul Ummi

    2016-10-01

    Full Text Available PT. IDK 1 is one of the branch offices honda car dealership that sells various types of variants honda matic or manual car and motorcycle parts. Any sales or goods sold will be performed by inputting the database directly connected directly to the central office. But PT. IDK 1 do not know a couple items frequently purchased parts simultaneously. When the stock of spare parts which amount is low, the office is only asking them to send the stock of spare parts from the central office without knowing that the other parts if the parts were purchased then the other parts were also purchased. It was considered difficult when restocking of goods because of the many types of auto parts. Data mining techniques have been widely used to solve the existing problems with the implementation of the algorithm one A-Priori to obtain information about the association between the product of a database transaction. Sales transaction data honda car parts at PT. IDK 1 can be reprocessed using data mining applications resulting association rules is a strong link between itemset sales of spare parts so that it can provide recommendations and facilitate restocking items in the arrangement or placement of goods related to a strong interdependence.

  11. Geochemical Characteristics of TP3 Mine Wastes at the Elizabeth Copper Mine Superfund Site, Orange County, Vermont

    Science.gov (United States)

    Hammarstrom, Jane M.; Piatak, Nadine M.; Seal, Robert R.; Briggs, Paul H.; Meier, Allen L.; Muzik, Timothy L.

    2003-01-01

    Remediation of the Elizabeth mine Superfund site in the Vermont copper belt poses challenges for balancing environmental restoration goals with issues of historic preservation while adopting cost-effective strategies for site cleanup and long-term maintenance. The waste-rock pile known as TP3, at the headwaters of Copperas Brook, is especially noteworthy in this regard because it is the worst source of surface- and ground-water contamination identified to date, while also being the area of greatest historical significance. The U.S. Geological Survey (USGS) conducted a study of the historic mine-waste piles known as TP3 at the Elizabeth mine Superfund site near South Strafford, Orange County, VT. TP3 is a 12.3-acre (49,780 m2) subarea of the Elizabeth mine site. It is a focus area for historic preservation because it encompasses an early 19th century copperas works as well as waste from late 19th- and 20th century copper mining (Kierstead, 2001). Surface runoff and seeps from TP3 form the headwaters of Copperas Brook. The stream flows down a valley onto flotation tailings from 20th century copper mining operations and enters the West Branch of the Ompompanoosuc River approximately 1 kilometer downstream from the mine site. Shallow drinking water wells down gradient from TP3 exceed drinking water standards for copper and cadmium (Hathaway and others, 2001). The Elizabeth mine was listed as a Superfund site in 2001, mainly because of impacts of acid-mine drainage on the Ompompanoosuc River.

  12. Research of Improved Apriori Algorithm Based on Itemset Array

    Directory of Open Access Journals (Sweden)

    Naili Liu

    2013-06-01

    Full Text Available Mining frequent item sets is a major key process in data mining research. Apriori and many improved algorithms are lowly efficient because they need scan database many times and storage transaction ID in memory, so time and space overhead is very high. Especially, they are lower efficient when they process large scale database. The main task of the improved algorithm is to reduce time and space overhead for mining frequent item sets. Because, it scans database only once to generate binary item set array, it adopts binary instead of transaction ID when it storages transaction flag, it adopts logic AND operation to judge whether an item set is frequent item set. Moreover, the improved algorithm is more suitable for large scale database. Experimental results show that the improved algorithm has better efficiency than classic Apriori algorithm.

  13. GAIN RATIO BASED FEATURE SELECTION METHOD FOR PRIVACY PRESERVATION

    Directory of Open Access Journals (Sweden)

    R. Praveena Priyadarsini

    2011-04-01

    Full Text Available Privacy-preservation is a step in data mining that tries to safeguard sensitive information from unsanctioned disclosure and hence protecting individual data records and their privacy. There are various privacy preservation techniques like k-anonymity, l-diversity and t-closeness and data perturbation. In this paper k-anonymity privacy protection technique is applied to high dimensional datasets like adult and census. since, both the data sets are high dimensional, feature subset selection method like Gain Ratio is applied and the attributes of the datasets are ranked and low ranking attributes are filtered to form new reduced data subsets. K-anonymization privacy preservation technique is then applied on reduced datasets. The accuracy of the privacy preserved reduced datasets and the original datasets are compared for their accuracy on the two functionalities of data mining namely classification and clustering using naïve Bayesian and k-means algorithm respectively. Experimental results show that classification and clustering accuracy are comparatively the same for reduced k-anonym zed datasets and the original data sets.

  14. Control of borens in mine timbers

    Energy Technology Data Exchange (ETDEWEB)

    Yule, R A; Kennedy, M J

    1978-07-01

    The authors studied timber attack in Queensland mines by auger beetles and powder post beetles. When infested timber is taken into a mine the insects thrive at the temperatures (20 to 25 C) and relative humidities (70-90%) they encounter. Seven timber treatments were tested, and all were satisfactory except spraying with wood-preserving oil which contained a moderately effective insecticide.

  15. Mining Contextual Information for Ephemeral Digital Video Preservation

    Directory of Open Access Journals (Sweden)

    Chirag Shah

    2009-06-01

    Full Text Available Normal 0 For centuries the archival community has understood and practiced the art of adding contextual information while preserving an artifact. The question now is how these practices can be transferred to the digital domain. With the growing expansion of production and consumption of digital objects (documents, audio, video, etc. it has become essential to identify and study issues related to their representation. A cura­tor in the digital realm may be said to have the same responsibilities as one in a traditional archival domain. However, with the mass production and spread of digital objects, it may be difficult to do all the work manually. In the present article this problem is considered in the area of digital video preservation. We show how this problem can be formulated and propose a framework for capturing contextual infor­mation for ephemeral digital video preservation. This proposal is realized in a system called ContextMiner, which allows us to cater to a digital curator's needs with its four components: digital video curation, collection visualization, browsing interfaces, and video harvesting and monitoring. While the issues and systems described here are geared toward digital videos, they can easily be applied to other kinds of digital objects.

  16. Privacy-Preserving Trajectory Collection

    DEFF Research Database (Denmark)

    Gidofalvi, Gyozo; Xuegang, Huang; Pedersen, Torben Bach

    2008-01-01

    In order to provide context--aware Location--Based Services, real location data of mobile users must be collected and analyzed by spatio--temporal data mining methods. However, the data mining methods need precise location data, while the mobile users want to protect their location privacy....... To remedy this situation, this paper first formally defines novel location privacy requirements. Then, it briefly presents a system for privacy--preserving trajectory collection that meets these requirements. The system is composed of an untrusted server and clients communicating in a P2P network. Location...... data is anonymized in the system using data cloaking and data swapping techniques. Finally, the paper empirically demonstrates that the proposed system is effective and feasible....

  17. Privacy-Preserving Restricted Boltzmann Machine

    Directory of Open Access Journals (Sweden)

    Yu Li

    2014-01-01

    Full Text Available With the arrival of the big data era, it is predicted that distributed data mining will lead to an information technology revolution. To motivate different institutes to collaborate with each other, the crucial issue is to eliminate their concerns regarding data privacy. In this paper, we propose a privacy-preserving method for training a restricted boltzmann machine (RBM. The RBM can be got without revealing their private data to each other when using our privacy-preserving method. We provide a correctness and efficiency analysis of our algorithms. The comparative experiment shows that the accuracy is very close to the original RBM model.

  18. Data mining concepts, methods and applications in management and engineering design

    CERN Document Server

    Yin, Yong; Tang, Jiafu; Zhu, JianMing

    2011-01-01

    Data Mining introduces in clear and simple ways how to use existing data mining methods to obtain effective solutions for a variety of management and engineering design problems. Data Mining is organised into two parts: the first provides a focused introduction to data mining and the second goes into greater depth on subjects such as customer analysis. It covers almost all managerial activities of a company, including: * supply chain design, * product development, * manufacturing system design, * product quality control, and * preservation of privacy. Incorporating recent developments of data

  19. The difficulties in the development of mining tourism projects: the case of La Unión Mining District (SE Spain

    Directory of Open Access Journals (Sweden)

    Héctor M.Conesa

    2010-10-01

    Full Text Available Mine sites are atypical industrial sites because they encompass not only economic but also landscape and anthropologic components. The need of developing new economic opportunities in areas, where a “mining monoculture” was the economic backbone, has resulted in the re-interpretation of mining activity from a cultural viewpoint. Some traditional mining towns from both, recent and ancient times, have forgone mining activity and have become new tourist attractions sites. However, the process of developing tourism in these zones is not easy and necessarily incorporates social, economic and environmental requirements. This paper describes the constraints, possibilities and efforts that meet in the former mining town of La Unión, Southeast Spain. It will be investigated in a critic point of view the current projects that, though in low number, try to preserve the identity and history of the town while generating relatively significant economic incomes.

  20. ANALYSIS OF RELATION TERM BETWEEN CUMMULATIVE PERFORMANCE INDEX AND SNMPTN DATA BASE USING APPRIORITY ALGORITHM

    Directory of Open Access Journals (Sweden)

    Kuswari Hernawati

    2016-05-01

    Full Text Available In the university management, in addition to resources infrastructure, facilities and people, information systems is one of the resources that can be utilized to enhance the competitive advantage and provide accurate data for the benefit of policy makers, for example, information about the test scores SNMPTN, region of origin students, GPA student, students study duration. Yogyakarta State University to accept new students with an average of approximately 6,000 people annually, through the National Selection of State Universities Student (SNMPTN, SBMPTN (Joint Student Selection State University and the Independent Selection exam (SM. With the increasing number of prospective students through SBMPTN, then increasingly also the basic data in a database of prospective students annually. By utilizing basic data on SBMPTN students and grade point average (GPA, the study aims to apply data mining techniques using the association rule Apriori algorithm to look for patterns of association between baseline SBMPTN and UNY students GPA. Basic data to be processed SBMPTN mining student data origin include school, home school district data, earnings data parent, parental education level data, the average value data UAN, and data values academic potential test (TPA. The results obtained are no data in the data base SNMPTN that significantly affect the acquisition of GPA. This is evident from the association rules derived from the 50 best asosoasi rules not seen the emergence of itemset GPA accompanied by the emergence of other itemset.   Keywords: Data Mining, Association Rule, Algoritma Apriori, SNMPTN

  1. Information system for preserving culture heritage in areas affected by heavy industry and mining

    Science.gov (United States)

    Pacina, Jan; Kopecký, Jiří; Bedrníková, Lenka; Handrychová, Barbora; Švarcová, Martina; Holá, Markéta; Pončíková, Edita

    2014-05-01

    The natural development of the Ústí region (North-West Bohemia, the Czech Republic) has been affected by the human activity during the past hundred years. The heavy industrialization and the brown coal mining have completely changed the land-use in the region. The open-pit coal mines are completely destroying the surrounding landscape, including settlement, communications, hydrological network and the over-all natural development of the region. The other factor affecting the natural development of the landscape, land-use and settlement was the political situation in 1945 (end of the 2nd World War) when the borderland was depopulated. All these factors caused vanishing of more than two hundreds of colonies, villages and towns during this period of time. The task of this project is to prepare and offer for public use a comprehensive information system preserving the cultural heritage in the form of processed old maps, aerial imagery, land-use and georelief reconstructions, local studies, text and photo documents covering the extinct landscape and settlement. Wide range of various maps was used for this area - Müller's map of Bohemia (ca. 1720) followed by the 1st, 2nd and 3rd Military survey of Habsburg empire (1792, 1894, 1938), maps of Stabile cadaster (ca. 1840) and State map derived in the scale 1:5000 (1953, 1972, 1981). All the maps were processed, georeferenced, hand digitized and are further used as base layers for visualization and analysis. The historical aerial imagery was processed in standard ways of photogrammetry and is covering the year 1938, 1953 and the current state. The other important task covered by this project is the georelief reconstruction. We use the old maps and aerial imagery to reconstruct the complete time-line of the georelief development. This time-line is covering the period since 1938 until now. The derived digital terrain models and further on analyzed and printed on a 3D printer. Other reconstruction task are performed using

  2. Mining Contextual Information for Ephemeral Digital Video Preservation

    OpenAIRE

    Shah, Chirag

    2009-01-01

    For centuries the archival community has understood and practiced the art of adding contextual information while preserving an artifact. The question now is how these practices can be transferred to the digital domain. With the growing expansion of production and consumption of digital objects (documents, audio, video, etc.) it has become essential to identify and study issues related to their representation. A cura­tor in the digital realm may be said to have the same responsibilities as on...

  3. A privacy-preserving sharing method of electricity usage using self-organizing map

    Directory of Open Access Journals (Sweden)

    Yuichi Nakamura

    2018-03-01

    Full Text Available Smart meters for measuring electricity usage are expected in electricity usage management. Although the relevant power supplier stores the measured data, the data are worth sharing among power suppliers because the entire data of a city will be required to control the regional grid stability or demand–supply balance. Even though many techniques and methods of privacy-preserving data mining have been studied to share data while preserving data privacy, a study on sharing electricity usage data is still lacking. In this paper, we propose a sharing method of electricity usage while preserving data privacy using a self-organizing map. Keywords: Privacy preserving, Data sharing, Self-Organizing map

  4. Spatio-Temporal Data Mining for Location-Based Services

    DEFF Research Database (Denmark)

    Gidofalvi, Gyozo

    . The objectives of the presented thesis are three-fold. First, to extend popular data mining methods to the spatio-temporal domain. Second, to demonstrate the usefulness of the extended methods and the derived knowledge in promising LBS examples. Finally, to eliminate privacy concerns in connection with spatio......-temporal data mining by devising systems for privacy-preserving location data collection and mining.......Location-Based Services (LBS) are continuously gaining popularity. Innovative LBSes integrate knowledge about the users into the service. Such knowledge can be derived by analyzing the location data of users. Such data contain two unique dimensions, space and time, which need to be analyzed...

  5. An efficient reversible privacy-preserving data mining technology over data streams.

    Science.gov (United States)

    Lin, Chen-Yi; Kao, Yuan-Hung; Lee, Wei-Bin; Chen, Rong-Chang

    2016-01-01

    With the popularity of smart handheld devices and the emergence of cloud computing, users and companies can save various data, which may contain private data, to the cloud. Topics relating to data security have therefore received much attention. This study focuses on data stream environments and uses the concept of a sliding window to design a reversible privacy-preserving technology to process continuous data in real time, known as a continuous reversible privacy-preserving (CRP) algorithm. Data with CRP algorithm protection can be accurately recovered through a data recovery process. In addition, by using an embedded watermark, the integrity of the data can be verified. The results from the experiments show that, compared to existing algorithms, CRP is better at preserving knowledge and is more effective in terms of reducing information loss and privacy disclosure risk. In addition, it takes far less time for CRP to process continuous data than existing algorithms. As a result, CRP is confirmed as suitable for data stream environments and fulfills the requirements of being lightweight and energy-efficient for smart handheld devices.

  6. 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.

  7. Privacy-Preserving k-Means Clustering under Multiowner Setting in Distributed Cloud Environments

    Directory of Open Access Journals (Sweden)

    Hong Rong

    2017-01-01

    Full Text Available With the advent of big data era, clients who lack computational and storage resources tend to outsource data mining tasks to cloud service providers in order to improve efficiency and reduce costs. It is also increasingly common for clients to perform collaborative mining to maximize profits. However, due to the rise of privacy leakage issues, the data contributed by clients should be encrypted using their own keys. This paper focuses on privacy-preserving k-means clustering over the joint datasets encrypted under multiple keys. Unfortunately, existing outsourcing k-means protocols are impractical because not only are they restricted to a single key setting, but also they are inefficient and nonscalable for distributed cloud computing. To address these issues, we propose a set of privacy-preserving building blocks and outsourced k-means clustering protocol under Spark framework. Theoretical analysis shows that our scheme protects the confidentiality of the joint database and mining results, as well as access patterns under the standard semihonest model with relatively small computational overhead. Experimental evaluations on real datasets also demonstrate its efficiency improvements compared with existing approaches.

  8. Mining Act 1968-1983 with regulations and an index (compiled to 1 January, 1984)

    Energy Technology Data Exchange (ETDEWEB)

    1984-01-01

    This consolidation of the Queensland Mining Act covers the Mining Act 1968 - 1983, Mining Act Amendment Act 1971 (No.2) No.82: Mining Act Amendment Act 1980, No.13: Mining Acts Amendment Act of 1929, 20 Geo. 5 of No.35: Regulations. The Act is arranged in 13 parts. Part I. Preliminary; II. Meaning of Terms; III. Mining districts and mining fields; IV. Authorities conferring rights to mine and prospect - Division I. Miner's right; IA. Mining claim; II. Authority to prospect; III. Mining Lease; IV. Compensation for damage caused by mining on Crown land; V. Caveats: Part V. Mining on reserves, residence areas and business areas; Part VI. Constructions and carriage through, over, or under alien land; VII. Sludge abatement; VIII. Royalties; IX. Administration - Division I. Appointment of officers; II. Wardens courts; III. Special powers of wardens and wardens courts; IV. Appeals from wardens courts: Part X. General Provisions; XI. Regulations; XII. Mining on private land; XIII. Rights independent of this Act preserved: Schedule.

  9. Responsible Development of Areva's Mining Activities - 2010 Report

    International Nuclear Information System (INIS)

    2011-07-01

    Areva's mining activities place it among the world leaders in uranium production. The main objective of Areva's mining activities is ensuring uranium supply over the long term to produce nuclear power while emitting less CO 2 , reducing risks to people and the environment and contributing to the development of areas where mining activities take place. Areva's mining activities span five continents. This diversified portfolio allows the group to carry out exploration, project development and production activities in various geopolitical and technological contexts with the support of its staff's multi-cultural backgrounds. This document is the first Responsible Development report of Areva's Mining Activities. Content: 1 - All about Areva's Mining Activities (Interview with Sebastien de Montessus, General Director of Areva's Mining Activities, Ongoing Progress, The Core of Areva's Mining Activities Work); 2 - The Foundation of Areva's Mining Activities Approach (Values and Principles, Governance, Commitments); 3 - Reporting on Areva's Mining Activities (Scope, Relevance of Indicators, Outlook); 4 - Being a Responsible Mining Stakeholder (Actions, Reducing Industrial Risks, Ensuring the Protection of Workers and Populations, Consuming Water and Energy Resources in a Rational Way, Preserving Biodiversity, Managing Waste Rock and Mine Tailings over Time, Sustainable Presence, Contribution to Social Development); 5 - Glossary

  10. A New Heuristic Anonymization Technique for Privacy Preserved Datasets Publication on Cloud Computing

    Science.gov (United States)

    Aldeen Yousra, S.; Mazleena, Salleh

    2018-05-01

    Recent advancement in Information and Communication Technologies (ICT) demanded much of cloud services to sharing users’ private data. Data from various organizations are the vital information source for analysis and research. Generally, this sensitive or private data information involves medical, census, voter registration, social network, and customer services. Primary concern of cloud service providers in data publishing is to hide the sensitive information of individuals. One of the cloud services that fulfill the confidentiality concerns is Privacy Preserving Data Mining (PPDM). The PPDM service in Cloud Computing (CC) enables data publishing with minimized distortion and absolute privacy. In this method, datasets are anonymized via generalization to accomplish the privacy requirements. However, the well-known privacy preserving data mining technique called K-anonymity suffers from several limitations. To surmount those shortcomings, I propose a new heuristic anonymization framework for preserving the privacy of sensitive datasets when publishing on cloud. The advantages of K-anonymity, L-diversity and (α, k)-anonymity methods for efficient information utilization and privacy protection are emphasized. Experimental results revealed the superiority and outperformance of the developed technique than K-anonymity, L-diversity, and (α, k)-anonymity measure.

  11. A research for environmental problems in the vicinity of mining area. Investigation into the impact of metallic mining on the environment and solutions

    Energy Technology Data Exchange (ETDEWEB)

    Min, Jeong Sik; Cheong, Young Wook; Lee, Hyun Joo; Song, Duk Young [Korea Inst. of Geology Mining and Materials, Taejon (Korea, Republic of)

    1995-12-01

    This study is focused on the impacts of metalliferous mines on the environment in the vicinity of the abandoned and active mines and establishment of abatements of mining environmental problems. Total number of metalliferous mines surveyed were 40 in which samples of waters, mine wastes and soil were taken. Water parameters such as the pH, Eh, TDS, conductivity, turbidity, dissolved oxygen and temperature were measured in the field. Elements such as As, Cd, Pb, Zn, Cu, Al, Mn, sulfate and cyanide were analyzed. Significant concentrations of heavy metals, mainly Cd, Zn, Cu, Fe, Mn and Al, were found in mine waters from adit and in leachates extracted from mine wastes. The mine waters flowing out from the Dalsung and Ilgwang mines were the typical acid mine drainage(AMD) contaminated by the heavy metals. Passive biological systems(Anoxic wetland) to treat AMD for metals were designed and monitored for effluents from the reactors with 4 types of composts, cow manure and limestones, Results showed that the mushroom compost with cow manure and limestone was the best substrates in metal removing efficiencies. Results from leaching of mine wastes showed that As, Cd and Cu were extracted from some of mine wastes. AMD from the mine waste dump of the Daduk mine was found. These mean that mine wastes can contaminate the soil, surface water and ground waters in vicinity of mines. Therefore cover systems or liner system for containments of mine wastes were suggested to preserve the environment. Cu and As concentrations in soils surveyed were below the heavy metal concentrations in soils of Korean standard preventing plant of the crops. However, most of the acid mine waters are drained untreated, and mine wastes with heavy metals are distributed near soil environment. Therefore efforts to reduce possibilities of soil contamination in the vicinity of mining areas is required. (author). 33 refs.

  12. Privacy-Preserving Evaluation of Generalization Error and Its Application to Model and Attribute Selection

    Science.gov (United States)

    Sakuma, Jun; Wright, Rebecca N.

    Privacy-preserving classification is the task of learning or training a classifier on the union of privately distributed datasets without sharing the datasets. The emphasis of existing studies in privacy-preserving classification has primarily been put on the design of privacy-preserving versions of particular data mining algorithms, However, in classification problems, preprocessing and postprocessing— such as model selection or attribute selection—play a prominent role in achieving higher classification accuracy. In this paper, we show generalization error of classifiers in privacy-preserving classification can be securely evaluated without sharing prediction results. Our main technical contribution is a new generalized Hamming distance protocol that is universally applicable to preprocessing and postprocessing of various privacy-preserving classification problems, such as model selection in support vector machine and attribute selection in naive Bayes classification.

  13. Using blocking approach to preserve privacy in classification rules by inserting dummy Transaction

    Directory of Open Access Journals (Sweden)

    Doryaneh Hossien Afshari

    2017-03-01

    Full Text Available The increasing rate of data sharing among organizations could maximize the risk of leaking sensitive knowledge. Trying to solve this problem leads to increase the importance of privacy preserving within the process of data sharing. In this study is focused on privacy preserving in classification rules mining as a technique of data mining. We propose a blocking algorithm to hiding sensitive classification rules. In the solution, rules' hiding occurs as a result of editing a set of transactions which satisfy sensitive classification rules. The proposed approach tries to deceive and block adversaries by inserting some dummy transactions. Finally, the solution has been evaluated and compared with other available solutions. Results show that limiting the number of attributes existing in each sensitive rule will lead to a decrease in both the number of lost rules and the production rate of ghost rules.

  14. [Features of health disorders in miners employed at northern copper-nickel mines].

    Science.gov (United States)

    Siurin, S V; Shilov, V V

    2016-01-01

    The aim of the study was to assess the influence of different working conditions on the health of 1523 copper-nickel miners of the Kola High North. The low degree of mechanization of mining operations was established to be related to more higher levels of vibration, noise and physical overloads. The working in such conditions, when compared with high mining mechanization, leads to a decrease in the number of conditionally healthy workers (12% and 20.7%, p mining operations the greatest risk of occupational diseases in noted in drifters (OR = 5.68), at that it was higher at hand mining than at mechanized mining (RR = 1.44). There was made a conclusion about the need to improve the complex of measures for the preservation of health in this group of workers, especially engaged in the performance of tunnel works.

  15. DTFP-Growth: Dynamic Threshold-Based FP-Growth Rule Mining Algorithm Through Integrating Gene Expression, Methylation, and Protein-Protein Interaction Profiles.

    Science.gov (United States)

    Mallik, Saurav; Bhadra, Tapas; Mukherji, Ayan; Mallik, Saurav; Bhadra, Tapas; Mukherji, Ayan; Mallik, Saurav; Bhadra, Tapas; Mukherji, Ayan

    2018-04-01

    Association rule mining is an important technique for identifying interesting relationships between gene pairs in a biological data set. Earlier methods basically work for a single biological data set, and, in maximum cases, a single minimum support cutoff can be applied globally, i.e., across all genesets/itemsets. To overcome this limitation, in this paper, we propose dynamic threshold-based FP-growth rule mining algorithm that integrates gene expression, methylation and protein-protein interaction profiles based on weighted shortest distance to find the novel associations among different pairs of genes in multi-view data sets. For this purpose, we introduce three new thresholds, namely, Distance-based Variable/Dynamic Supports (DVS), Distance-based Variable Confidences (DVC), and Distance-based Variable Lifts (DVL) for each rule by integrating co-expression, co-methylation, and protein-protein interactions existed in the multi-omics data set. We develop the proposed algorithm utilizing these three novel multiple threshold measures. In the proposed algorithm, the values of , , and are computed for each rule separately, and subsequently it is verified whether the support, confidence, and lift of each evolved rule are greater than or equal to the corresponding individual , , and values, respectively, or not. If all these three conditions for a rule are found to be true, the rule is treated as a resultant rule. One of the major advantages of the proposed method compared with other related state-of-the-art methods is that it considers both the quantitative and interactive significance among all pairwise genes belonging to each rule. Moreover, the proposed method generates fewer rules, takes less running time, and provides greater biological significance for the resultant top-ranking rules compared to previous methods.

  16. Responsible Development of Areva's Mining Activities. 2010 report

    International Nuclear Information System (INIS)

    2010-01-01

    After a map indicating the location of the main Areva's mining sites, this report provides several key figures and data and discusses the evolution of this activity which is part of the business core of the AREVA company. It gives a statement of values and principles, governance and commitments related to this activity. In order to report this activity, it addresses several topics: reduction of industrial risks, protection of workers and populations, rational consumption of water and energy resources, biodiversity preservation, management over time of waste rock and mining tailings, sustainable integration into territories, and contribution to social development. This document is proposed in French and in English

  17. A node linkage approach for sequential pattern mining.

    Directory of Open Access Journals (Sweden)

    Osvaldo Navarro

    Full Text Available Sequential Pattern Mining is a widely addressed problem in data mining, with applications such as analyzing Web usage, examining purchase behavior, and text mining, among others. Nevertheless, with the dramatic increase in data volume, the current approaches prove inefficient when dealing with large input datasets, a large number of different symbols and low minimum supports. In this paper, we propose a new sequential pattern mining algorithm, which follows a pattern-growth scheme to discover sequential patterns. Unlike most pattern growth algorithms, our approach does not build a data structure to represent the input dataset, but instead accesses the required sequences through pseudo-projection databases, achieving better runtime and reducing memory requirements. Our algorithm traverses the search space in a depth-first fashion and only preserves in memory a pattern node linkage and the pseudo-projections required for the branch being explored at the time. Experimental results show that our new approach, the Node Linkage Depth-First Traversal algorithm (NLDFT, has better performance and scalability in comparison with state of the art algorithms.

  18. Arbuscular mycorrhizal fungi in a semi-arid, limestone mining-impacted area of Brazil

    Directory of Open Access Journals (Sweden)

    Thaís Teixeira-Rios

    2013-12-01

    Full Text Available The main goal of this study was to determine the diversity and activity of arbuscular mycorrhizal fungi (AMF in an area degraded by limestone mining within the semi-arid region of Brazil known as the caatinga (shrublands. Near a limestone quarry, we selected two areas of caatinga (preserved and degraded for study. The number of glomerospores did not differ significantly between the two areas. There was a trend toward the most probable number of infective propagules being higher in the degraded area. Twenty AMF taxa were identified in the two sampled areas, species richness, diversity and evenness being higher in the preserved area. Two species of Racocetra represent new records for the semi-arid region of Brazil. Glomerospore production and AMF species richness were unaffected by mining activity in the study area.

  19. Security and Correctness Analysis on Privacy-Preserving k-Means Clustering Schemes

    Science.gov (United States)

    Su, Chunhua; Bao, Feng; Zhou, Jianying; Takagi, Tsuyoshi; Sakurai, Kouichi

    Due to the fast development of Internet and the related IT technologies, it becomes more and more easier to access a large amount of data. k-means clustering is a powerful and frequently used technique in data mining. Many research papers about privacy-preserving k-means clustering were published. In this paper, we analyze the existing privacy-preserving k-means clustering schemes based on the cryptographic techniques. We show those schemes will cause the privacy breach and cannot output the correct results due to the faults in the protocol construction. Furthermore, we analyze our proposal as an option to improve such problems but with intermediate information breach during the computation.

  20. Seafloor massive sulfide deposits support unique megafaunal assemblages: Implications for seabed mining and conservation.

    Science.gov (United States)

    Boschen, Rachel E; Rowden, Ashley A; Clark, Malcolm R; Pallentin, Arne; Gardner, Jonathan P A

    2016-04-01

    Mining of seafloor massive sulfides (SMS) is imminent, but the ecology of assemblages at SMS deposits is poorly known. Proposed conservation strategies include protected areas to preserve biodiversity at risk from mining impacts. Determining site suitability requires biological characterisation of the mine site and protected area(s). Video survey of a proposed mine site and protected area off New Zealand revealed unique megafaunal assemblages at the mine site. Significant relationships were identified between assemblage structure and environmental conditions, including hydrothermal features. Unique assemblages occurred at both active and inactive chimneys and are particularly at risk from mining-related impacts. The occurrence of unique assemblages at the mine site suggests that the proposed protected area is insufficient alone and should instead form part of a network. These results provide support for including hydrothermally active and inactive features within networks of protected areas and emphasise the need for quantitative survey data of proposed sites. Copyright © 2016 The Authors. Published by Elsevier Ltd.. All rights reserved.

  1. Using the Personal Health Train for Automated and Privacy-Preserving Analytics on Vertically Partitioned Data.

    Science.gov (United States)

    van Soest, Johan; Sun, Chang; Mussmann, Ole; Puts, Marco; van den Berg, Bob; Malic, Alexander; van Oppen, Claudia; Towend, David; Dekker, Andre; Dumontier, Michel

    2018-01-01

    Conventional data mining algorithms are unable to satisfy the current requirements on analyzing big data in some fields such as medicine, policy making, judicial, and tax records. However, applying diverse datasets from different institutes (both healthcare and non-healthcare related) can enrich information and insights. So far, analyzing this data in an automated, privacy-preserving manner does not exist to our knowledge. In this work, we propose an infrastructure, and proof-of-concept for privacy-preserving analytics on vertically partitioned data.

  2. Arsenic associated with historical gold mining in the Sierra Nevada foothills: Case study and field trip guide for Empire Mine State Historic Park, California

    Science.gov (United States)

    Alpers, Charles N.; Myers, Perry A; Millsap, Daniel; Regnier, Tamsen B; Bowell, Robert J.; Alpers, Charles N.; Jamieson, Heather E.; Nordstrom, D. Kirk; Majzlan, Juraj

    2014-01-01

    The Empire Mine, together with other mines in the Grass Valley mining district, produced at least 21.3 million troy ounces (663 tonnes) of gold (Au) during the 1850s through the 1950s, making it the most productive hardrock Au mining district in California history (Clark 1970). The Empire Mine State Historic Park (Empire Mine SHP or EMSHP), established in 1975, provides the public with an opportunity to see many well-preserved features of the historic mining and mineral processing operations (CDPR 2014a).A legacy of Au mining at Empire Mine and elsewhere is contamination of mine wastes and associated soils, surface waters, and groundwaters with arsenic (As), mercury (Hg), lead (Pb), and other metals. At EMSHP, As has been the principal contaminant of concern and the focus of extensive remediation efforts over the past several years by the State of California, Department of Parks and Recreation (DPR) and Newmont USA, Ltd. In addition, the site is the main focus of a multidisciplinary research project on As bioavailability and bioaccessibility led by the California Department of Toxic Substances Control (DTSC) and funded by the U.S. Environmental Protection Agency’s (USEPA’s) Brownfields Program.This chapter was prepared as a guide for a field trip to EMSHP held on June 14, 2014, in conjunction with a short course on “Environmental Geochemistry, Mineralogy, and Microbiology of Arsenic” held in Nevada City, California on June 15–16, 2014. This guide contains background information on geological setting, mining history, and environmental history at EMSHP and other historical Au mining districts in the Sierra Nevada, followed by descriptions of the field trip stops.

  3. Potential for enhancing nongame bird habitat values on abandoned mine lands of western North Dakota

    International Nuclear Information System (INIS)

    Burley, J.B.; Hopkins, R.B.

    1984-01-01

    Throughout western North Dakota the number of unreclaimed surface coal and coal-uranium mines might total over 1100. We examined the potential for enhancing the nongame bird habitat values of unreclaimed mine lands in the arid, western region of North Dakota. Generally, the greatest variety of birds occurred in natural and planted woodlands, while fewer birds occurred in unreclaimed mine lands, grasslands, shrublands and croplands. Deciduous woodland types supported more species of birds than coniferous types. Planted woodlands supported about the same number of bird species as some natural deciduous woodland types and more species than coniferous woods. Unreclaimed mine lands supported more species than grasslands and croplands, and about the same number of species as native shrublands. The highest bird densities were in planted woodlands. Bird diversity varied positively with habitat diversity. The bird fauna of unreclaimed mine lands can be enhanced by creating more diverse habitats. Seventeen guidelines to enhance unreclaimed mine lands for nongame birds are presented. These guidelines can be used in preserving habitats threatened by surface mining and reclaiming previously mined lands

  4. 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.

  5. A clean environment approach to uranium mining

    International Nuclear Information System (INIS)

    Grancea, Luminita

    2015-01-01

    A global and multi-faceted response to climate change is essential if meaningful and cost-effective progress is to be made in reducing the effects of climate change around the world. There is no doubt that the uranium mining sector has an important role to play in such a goal. Uranium is the raw material used to produce fuel for long-lived nuclear facilities, necessary for the generation of significant amounts of baseload low-carbon electricity for decades to come. Given expectations of growth in nuclear generating capacity and the associated uranium demand, enhancing awareness of leading practices in uranium mining is indispensable. Actors in the uranium mining sector operate in a complex world, throughout different geographies, and involving global supply chains. They manage climate-sensitive water, land and energy resources and balance the interests of various stakeholders. Managed well, uranium mining delivers sustainable value for economic growth, employment and infrastructure, with specific attention given to the preservation of the environment. In the early phases of the industry, however, downside risks existed, which created legacy environmental and health issues that still can be recalled today. This article addresses key aspects of modern uranium mining operations that have been introduced as regulations and practices have evolved in response to societal attitudes about health, safety and environmental protection. Such aspects of mine management were seldom, if ever, respected in the early stages of uranium mining. With the implementation of modern mine lifecycle parameters and regulatory requirements, uranium mining has become a leader in safety and environmental management. Today, uranium mining is conducted under significantly different circumstances and is now the most regulated and one of the safest forms of mining in the world. Experiences from modern uranium mines show that successful companies develop innovative strategies to manage all the

  6. Karst water control and management in the Hanxing mining area of North China

    Energy Technology Data Exchange (ETDEWEB)

    Wanfang, Z. [P.E. LaMoreaux and Associates, Inc., Oak Ridge, TN (United States)

    1997-04-01

    The Hanxing mining area of North China includes three coalfields: Fengfeng, Handan and Xingtai. Six or seven coal seams can be commercially mined in Permo-Carboniferous strata, among which the lower three, accounting for 37% of the total reserves, are threatened with karst water from the underlain Ordovician limestone. Hundreds of water inrush accidents have occurred and over 30 mines have been flooded, resulting in heavy economic losses and casualties. In order to avoid water inrushes and keep the mines safely operational, dewatering in the karst aquifer was considered an essential measure. Unfortunately, this practice has caused serious environmental problems such as surface subsidence (sinkhole), dry spring, and water supply shortage. On the basis of a series of investigations and tests in the last 20 years, an alternative method, mining with water pressure, has been proposed and is the main focus of this paper. By using this method, the karst water in the limestone can be preserved to some extent and the coals can be mined in a relatively safe way. (orig.)

  7. Healthcare information systems: data mining methods in the creation of a clinical recommender system

    Science.gov (United States)

    Duan, L.; Street, W. N.; Xu, E.

    2011-05-01

    Recommender systems have been extensively studied to present items, such as movies, music and books that are likely of interest to the user. Researchers have indicated that integrated medical information systems are becoming an essential part of the modern healthcare systems. Such systems have evolved to an integrated enterprise-wide system. In particular, such systems are considered as a type of enterprise information systems or ERP system addressing healthcare industry sector needs. As part of efforts, nursing care plan recommender systems can provide clinical decision support, nursing education, clinical quality control, and serve as a complement to existing practice guidelines. We propose to use correlations among nursing diagnoses, outcomes and interventions to create a recommender system for constructing nursing care plans. In the current study, we used nursing diagnosis data to develop the methodology. Our system utilises a prefix-tree structure common in itemset mining to construct a ranked list of suggested care plan items based on previously-entered items. Unlike common commercial systems, our system makes sequential recommendations based on user interaction, modifying a ranked list of suggested items at each step in care plan construction. We rank items based on traditional association-rule measures such as support and confidence, as well as a novel measure that anticipates which selections might improve the quality of future rankings. Since the multi-step nature of our recommendations presents problems for traditional evaluation measures, we also present a new evaluation method based on average ranking position and use it to test the effectiveness of different recommendation strategies.

  8. Soil physical properties of high mountain fields under bauxite mining

    Directory of Open Access Journals (Sweden)

    Dalmo Arantes de Barros

    2013-10-01

    Full Text Available Mining contributes to the life quality of contemporary society, but can generate significant impacts, these being mitigated due to environmental controls adopted. This study aimed to characterize soil physical properties in high-altitude areas affected by bauxite mining, and to edaphic factors responses to restoration techniques used to recover mined areas in Poços de Caldas plateau, MG, Brazil. The experiment used 3 randomized block design involving within 2 treatments (before mining intervention and after environmental recovery, and 4 replicates (N=24. In each treatment, soil samples with deformed structures were determined: granulometry, water-dispersible clay content, flocculation index, particle density, stoniness level, water aggregate stability, and organic matter contend. Soil samples with preserved structures were used to determine soil density and the total volume of pores, macropores, and micropores. Homogenization of stoniness between soil layers as a result of soil mobilization was observed after the mined area recovery. Stoniness decreased in 0.10-0.20 m layer after recovery, but was similar in the 0-0.10 m layer in before and after samples. The recovery techniques restored organic matter levels to pre-mining levels. However, changes in soil, including an increase in soil flocculation degree and a decrease in water-dispersible clays, were still apparent post-recovery. Furthermore, mining operations caused structural changes to the superficial layer of soil, as demonstrated by an increase in soil density and a decrease in total porosity and macroporosity. Decreases in the water stability of aggregates were observed after mining operations.

  9. Processes of Reinterpretation of Mining Heritage: the Case of Bergslagen, Sweden

    Directory of Open Access Journals (Sweden)

    Albina Pashkevich

    2017-03-01

    Full Text Available Mining heritage is often used as a powerful tool in maintaining a sense of place and national identity, and Sweden is not different in this respect. Another important motive for the revival of the mining past is the opportunity for the economic revitalisation of the space marked by the deindustrialisation process. The aim of this paper is to investigate how mining heritage is interpreted and used for the goals of tourism destination development based on the five provinces in the middle part of Sweden that are called Bergslagen. The first decade of the 2000s was characterised by the prevailing top-down approach to the regeneration process of the mining landscape of Bergslagen; the process was led by public institutions that were mainly concerned with preserving the cultural heritage left over from the mining era. This resulted in the absence of a diverse and innovative thinking in terms of the touristic development of these destinations. Municipalities in the region ended up with multiple mining sites trying to attract visitors with similar types of experiences based on the limited representations of the regional mining heritage. Enhancing communication between the managers of the mining sites and closer collaboration with other tourism sites in the same region would improve visitation. Additionally, alternative interpretations of the heritage might allow for a wider representation of local people, as well as an awareness of the local or regional heritage of Bergslagen.

  10. Current planning of agricultural priority areas in conjunction with the recultivation of brown coal opencast mines in the Rhineland brown coal mining area

    International Nuclear Information System (INIS)

    Lange, S.; Sihorsch, W.; Stuermer, A.

    1994-01-01

    In the Rhineland brown coal mining area the brown coal is won by the opencast method. Brown coal mining operations entail an enchroachment on the land over large areas, and in this connection most of the areas involved were previously cultivated intensively for agricultural purposes and very highly productive. The areas in question certainly become agricultural areas again when recultivation commences, but because of the increasing obligation to comply with the present concepts of nature and landscape preservation new demands are made as regard the landscape, and these demands for the most part are to the detriment of agriculture. In the matter of recultivation the companies operating mines therefore endeavour, already in the stage of drafting final plans, to reach an agreement in particular with the most important representatives of public interests and thus also with agricultural authorities as regards the development of the landscape. The difficult nature of this co-ordinatin process is illustrated inter alia by the example of the planning and construction of mine roads and tracks, a potential development feature which has a considerable influence on the overall structure of a landscape. (orig.) [de

  11. On Identifying Useful Patterns to Analyze Products in Retail Transaction Databases

    Science.gov (United States)

    Yun, Unil

    Mining correlated patterns in large transaction databases is one of the essential tasks in data mining since a huge number of patterns are usually mined, but it is hard to find patterns with the correlation. The needed data analysis should be made according to the requirements of the particular real application. In previous mining approaches, patterns with the weak affinity are found even with a high minimum support. In this paper, we suggest weighted support affinity pattern mining in which a new measure, weighted support confidence (ws-confidence) is developed to identify correlated patterns with the weighted support affinity. To efficiently prune the weak affinity patterns, we prove that the ws-confidence measure satisfies the anti-monotone and cross weighted support properties which can be applied to eliminate patterns with dissimilar weighted support levels. Based on the two properties, we develop a weighted support affinity pattern mining algorithm (WSP). The weighted support affinity patterns can be useful to answer the comparative analysis queries such as finding itemsets containing items which give similar total selling expense levels with an acceptable error range α% and detecting item lists with similar levels of total profits. In addition, our performance study shows that WSP is efficient and scalable for mining weighted support affinity patterns.

  12. Mining-Related Selenium Contamination in Alaska, and the State of Current Knowledge

    Directory of Open Access Journals (Sweden)

    Aibyek Khamkhash

    2017-03-01

    Full Text Available Selenium pollution has been a topic of extensive research dating back further than the last decade and has attracted significant attention from several environmental and regulatory agencies in order to monitor and control its discharge from myriad industrial sources. The mining industry is a prime contributor of hazardous selenium release in the aquatic systems and is responsible for both acute and chronic impacts on living organisms. Herein we provide an overview of selenium contamination issues, with a specific focus on selenium release from mining industries, including a discussion of various technologies commonly employed to treat selenium-impacted waters from mining discharge. Different cases pertaining to selenium release from Alaskan mines (during years 2000–2015 are also presented, along with measures taken to mitigate high concentration releases. For continued resource exploration and economic development activities, as well as environmental preservation, it is important to fundamentally understand such emerging and pressing issues as selenium contamination and investigate efficient technological approaches to counter these challenges.

  13. Data mining and knowledge discovery for big data methodologies, challenge and opportunities

    CERN Document Server

    2014-01-01

    The field of data mining has made significant and far-reaching advances over the past three decades.  Because of its potential power for solving complex problems, data mining has been successfully applied to diverse areas such as business, engineering, social media, and biological science. Many of these applications search for patterns in complex structural information. In biomedicine for example, modeling complex biological systems requires linking knowledge across many levels of science, from genes to disease.  Further, the data characteristics of the problems have also grown from static to dynamic and spatiotemporal, complete to incomplete, and centralized to distributed, and grow in their scope and size (this is known as big data). The effective integration of big data for decision-making also requires privacy preservation. The contributions to this monograph summarize the advances of data mining in the respective fields. This volume consists of nine chapters that address subjects ranging from mining da...

  14. 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.

  15. Reclamation of the mining areas by Nuclemon

    International Nuclear Information System (INIS)

    Torezan, M.J.

    1987-01-01

    This work refers to the reclamation of mine land, fundamental condition to the preservation of the environment. The NUCLEMON - ''Nuclebras de Monazita e Associadas Ltda is dedicated to prospecting activities, exploration, exploitation and industrialization of heavy minerals, ilmenite, monazite, zirconite and rutil. The process of reclamation of the areas starts at the same tinic as the exploitation. The excavation isn't made with explosives, also durung emission doesn't occur. The drainning of pit is made by the pumping of wather for the pits rehabilitation, avoiding the pumping of the surrounding. At the completation of the exploitation restarts the agricultural activity al-ready existing in the area. Sometimes the owner of the soil prefers to preserve some of the pits for the formation of small lakes for the use of wild focal. (C.D.G.) [pt

  16. Exceptional preservation of Miocene pollen: plasmolysis captured in salt?

    Energy Technology Data Exchange (ETDEWEB)

    Durska, W.

    2016-07-01

    Exceptionally well-preserved Miocene pollen from the Bochnia salt mine of southern Poland is reported herein. The halite deposits within the salt mine belonging to Late Badenian (Miocene) marine evaporites originated in the Paratethys. Rounded and angular structures are present inside pollen grains. On the basis of the similarity with plasmolyzed pollen grains of modern plants, these structures are considered to represent cytoplasms plasmolyzed in the condensed brine prior to fossilization. Two forms of plasmolyzed cytoplasms (concave and convex) can be observed in modern pollen. Both are distinguished in the investigated fossil material. In porate and colporate grains the shape of the plasmolyzed cellular content is concave while in inaperturate it is convex. The plasmolysis form depends on the type of apertures and pollen shape. The percentage of pollen with fossilized cytoplasms within individual taxa is a valuable environmental indicator, as it depends on the proximity of the pollen-producing plant assemblages to the depositional setting. (Author)

  17. 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

  18. OSS4EVA: Using Open-Source Tools to Fulfill Digital Preservation Requirements

    Directory of Open Access Journals (Sweden)

    Heidi Dowding

    2016-10-01

    Full Text Available This paper builds on the findings of a workshop held at the 2015 International Conference on Digital Preservation (iPRES, entitled, “Using Open-Source Tools to Fulfill Digital Preservation Requirements” (OSS4PRES hereafter. This day-long workshop brought together participants from across the library and archives community, including practitioners, proprietary vendors, and representatives from open-source projects. The resulting conversations were surprisingly revealing: while OSS’ significance within the preservation landscape was made clear, participants noted that there are a number of roadblocks that discourage or altogether prevent its use in many organizations. Overcoming these challenges will be necessary to further widespread, sustainable OSS adoption within the digital preservation community. This article will mine the rich discussions that took place at OSS4PRES to (1 summarize the workshop’s key themes and major points of debate, (2 provide a comprehensive analysis of the opportunities, gaps, and challenges that using OSS entails at a philosophical, institutional, and individual level, and (3 offer a tangible set of recommendations for future work designed to broaden community engagement and enhance the sustainability of open source initiatives, drawing on both participants’ experience as well as additional research.

  19. Fire safety requirements for electric cables and lines in deep coal mines

    Energy Technology Data Exchange (ETDEWEB)

    Herms, C D

    1982-01-07

    In the case of a mine fire, an additional hazard from combustible cable material is likely to arise only in those few areas of the mine where special circumstances might help the fire to spread along the cables. It is more important to preserve the functional integrity of cables in the outbye roads which are affected by fire gases then at the actual seat of the fire. Mine cables with better fire-resistant properties should be made from materials which do not propagate fires, do not release burning drops, develop the lowest possible fume density and/or will permanently resist gas temperatures of 200 to 300/sup 0/C. Fire test specifications should be defined for such special cables, based on corresponding draft VDE directives. In proposing these measures the proviso is made then improvement in safety can be clearly demonstrated.

  20. 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.

  1. 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 ...

  2. 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.

  3. A line technology of subterranean mining by means of nuclear explosions

    International Nuclear Information System (INIS)

    Gushchin, V.V.; Vasin, K.D.; Nifontov, B.I.; Odrov, Yu.L.; Myasnikov, K.V.; Kol'tsov, V.M.; Kornev, G.N.; Degtyarev, V.A.

    1976-01-01

    The basic principles of a line technology of extracting firm ores, including break-up of ore by means of subterranean nuclear explosions, the removal of ore from sorting blocks by means of vibrator feeders and transporting it to intermediate levels via a new type of belt conveyor on mobile supports are considered. A method of crushing ore by nuclear explosions on reflecting surfaces is proposed to obtain a more uniform fragmentation of ore, increase the output of fragmented ore per unit capacity, and to preserve mining output. The basic principles of designing a system of mining based on a line technology are formulated and one variant of such a system is presented

  4. Filamentous hydrous ferric oxide biosignatures in a pipeline carrying acid mine drainage at Iron Mountain Mine, California

    Science.gov (United States)

    Williams, Amy J.; Alpers, Charles N.; Sumner, Dawn Y.; Campbell, Kate M.

    2017-01-01

    A pipeline carrying acidic mine effluent at Iron Mountain, CA, developed Fe(III)-rich precipitate caused by oxidation of Fe(II)aq. The native microbial community in the pipe included filamentous microbes. The pipe scale consisted of microbial filaments, and schwertmannite (ferric oxyhydroxysulfate, FOHS) mineral spheres and filaments. FOHS filaments contained central lumina with diameters similar to those of microbial filaments. FOHS filament geometry, the geochemical environment, and the presence of filamentous microbes suggest that FOHS filaments are mineralized microbial filaments. This formation of textural biosignatures provides the basis for a conceptual model for the development and preservation of biosignatures in other environments.

  5. Optimization of preservation activities and preservation engineering (1)

    International Nuclear Information System (INIS)

    Aoki, Takayuki; Mimaki, Hidehito; Oda, Mitsuyuki

    2004-01-01

    In order to deal with the optimization of preservation activities and 'preservation engineering' which makes it possible, the relation between general society and preservation, the content and the structure of preservation activities, and the viewpoint and the approach of the optimization of the preventive preservation are described. The optimization of the preventive preservation is shown respectively in the four stages of planning, implementation, result evaluation and countermeasure. (K. Kato)

  6. 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.

  7. Digital Workflows for a 3d Semantic Representation of AN Ancient Mining Landscape

    Science.gov (United States)

    Hiebel, G.; Hanke, K.

    2017-08-01

    The ancient mining landscape of Schwaz/Brixlegg in the Tyrol, Austria witnessed mining from prehistoric times to modern times creating a first order cultural landscape when it comes to one of the most important inventions in human history: the production of metal. In 1991 a part of this landscape was lost due to an enormous landslide that reshaped part of the mountain. With our work we want to propose a digital workflow to create a 3D semantic representation of this ancient mining landscape with its mining structures to preserve it for posterity. First, we define a conceptual model to integrate the data. It is based on the CIDOC CRM ontology and CRMgeo for geometric data. To transform our information sources to a formal representation of the classes and properties of the ontology we applied semantic web technologies and created a knowledge graph in RDF (Resource Description Framework). Through the CRMgeo extension coordinate information of mining features can be integrated into the RDF graph and thus related to the detailed digital elevation model that may be visualized together with the mining structures using Geoinformation systems or 3D visualization tools. The RDF network of the triple store can be queried using the SPARQL query language. We created a snapshot of mining, settlement and burial sites in the Bronze Age. The results of the query were loaded into a Geoinformation system and a visualization of known bronze age sites related to mining, settlement and burial activities was created.

  8. Isolation and identification of a Candida digboiensis strain from an extreme acid mine drainage of the Lignite Mine, Gujarat.

    Science.gov (United States)

    Patel, Mitesh J; Tipre, Devayani R; Dave, Shailesh R

    2009-12-01

    An extremely acidic mine drainage (AMD) water sample was collected in 1998 and 2008 from Panandhro lignite mine, Gujarat, India. The yeast isolated from this sample was identified using mini API identification system, as a member of genus Candida. The major cellular fatty acids detected by FAME from the isolate are C(16:0) and C(18:2) (cis 9,12)/C(18:0alpha) as 25.23 and 19.5%, respectively. The isolate was identified as Candida digboiensis by 18S rRNA gene sequence analysis and designated as Candida digboiensis SRDyeast1. Phylogenetic analysis using D1/D2 variable domains showed that the closest relative of this strain is Candida blankii with 3% divergence. This organism has been reported for the first time from the lignite mine AMD sample, and for cellular fatty acid analysis. This yeast is able to survive in the AMD sample preserved at 10-42 degrees C temperature since last 10 years along with iron oxidizing microorganisms. It can grow in the presence of 40% glucose, 10% NaCl and in the pH range of 1 to 10. The isolate is capable of producing enzymes like protease and lipase. This isolate differs from the type strain Candida digboiensis in as many as six physiological and metabolic characteristics.

  9. 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.

  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. Optimization of preservation activities and preservation engineering (2)

    International Nuclear Information System (INIS)

    Aoki, Takayuki; Mimaki, Hidehito; Oda, Mitsuyuki

    2004-01-01

    In order to deal with the optimization of preservation activities and 'preservation engineering' which makes it possible, the viewpoint and the approach of the optimization of the ex post facto preservation and the content to be possessed in 'preservation engineering' are described. The optimization of the ex post facto preservation is shown respectively in the four stages of planning, implementation, result evaluation and countermeasure. (K. Kato)

  12. 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.

  13. 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)

  14. 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...

  15. DIGITAL WORKFLOWS FOR A 3D SEMANTIC REPRESENTATION OF AN ANCIENT MINING LANDSCAPE

    Directory of Open Access Journals (Sweden)

    G. Hiebel

    2017-08-01

    Full Text Available The ancient mining landscape of Schwaz/Brixlegg in the Tyrol, Austria witnessed mining from prehistoric times to modern times creating a first order cultural landscape when it comes to one of the most important inventions in human history: the production of metal. In 1991 a part of this landscape was lost due to an enormous landslide that reshaped part of the mountain. With our work we want to propose a digital workflow to create a 3D semantic representation of this ancient mining landscape with its mining structures to preserve it for posterity. First, we define a conceptual model to integrate the data. It is based on the CIDOC CRM ontology and CRMgeo for geometric data. To transform our information sources to a formal representation of the classes and properties of the ontology we applied semantic web technologies and created a knowledge graph in RDF (Resource Description Framework. Through the CRMgeo extension coordinate information of mining features can be integrated into the RDF graph and thus related to the detailed digital elevation model that may be visualized together with the mining structures using Geoinformation systems or 3D visualization tools. The RDF network of the triple store can be queried using the SPARQL query language. We created a snapshot of mining, settlement and burial sites in the Bronze Age. The results of the query were loaded into a Geoinformation system and a visualization of known bronze age sites related to mining, settlement and burial activities was created.

  16. 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

  17. 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.

  18. Privacy-preserving heterogeneous health data sharing.

    Science.gov (United States)

    Mohammed, Noman; Jiang, Xiaoqian; Chen, Rui; Fung, Benjamin C M; Ohno-Machado, Lucila

    2013-05-01

    Privacy-preserving data publishing addresses the problem of disclosing sensitive data when mining for useful information. Among existing privacy models, ε-differential privacy provides one of the strongest privacy guarantees and makes no assumptions about an adversary's background knowledge. All existing solutions that ensure ε-differential privacy handle the problem of disclosing relational and set-valued data in a privacy-preserving manner separately. In this paper, we propose an algorithm that considers both relational and set-valued data in differentially private disclosure of healthcare data. The proposed approach makes a simple yet fundamental switch in differentially private algorithm design: instead of listing all possible records (ie, a contingency table) for noise addition, records are generalized before noise addition. The algorithm first generalizes the raw data in a probabilistic way, and then adds noise to guarantee ε-differential privacy. We showed that the disclosed data could be used effectively to build a decision tree induction classifier. Experimental results demonstrated that the proposed algorithm is scalable and performs better than existing solutions for classification analysis. The resulting utility may degrade when the output domain size is very large, making it potentially inappropriate to generate synthetic data for large health databases. Unlike existing techniques, the proposed algorithm allows the disclosure of health data containing both relational and set-valued data in a differentially private manner, and can retain essential information for discriminative analysis.

  19. 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...

  20. AN ADABOOST OPTIMIZED CCFIS BASED CLASSIFICATION MODEL FOR BREAST CANCER DETECTION

    Directory of Open Access Journals (Sweden)

    CHANDRASEKAR RAVI

    2017-06-01

    Full Text Available Classification is a Data Mining technique used for building a prototype of the data behaviour, using which an unseen data can be classified into one of the defined classes. Several researchers have proposed classification techniques but most of them did not emphasis much on the misclassified instances and storage space. In this paper, a classification model is proposed that takes into account the misclassified instances and storage space. The classification model is efficiently developed using a tree structure for reducing the storage complexity and uses single scan of the dataset. During the training phase, Class-based Closed Frequent ItemSets (CCFIS were mined from the training dataset in the form of a tree structure. The classification model has been developed using the CCFIS and a similarity measure based on Longest Common Subsequence (LCS. Further, the Particle Swarm Optimization algorithm is applied on the generated CCFIS, which assigns weights to the itemsets and their associated classes. Most of the classifiers are correctly classifying the common instances but they misclassify the rare instances. In view of that, AdaBoost algorithm has been used to boost the weights of the misclassified instances in the previous round so as to include them in the training phase to classify the rare instances. This improves the accuracy of the classification model. During the testing phase, the classification model is used to classify the instances of the test dataset. Breast Cancer dataset from UCI repository is used for experiment. Experimental analysis shows that the accuracy of the proposed classification model outperforms the PSOAdaBoost-Sequence classifier by 7% superior to other approaches like Naïve Bayes Classifier, Support Vector Machine Classifier, Instance Based Classifier, ID3 Classifier, J48 Classifier, etc.

  1. Data Mining as a Service (DMaaS)

    Science.gov (United States)

    Tejedor, E.; Piparo, D.; Mascetti, L.; Moscicki, J.; Lamanna, M.; Mato, P.

    2016-10-01

    Data Mining as a Service (DMaaS) is a software and computing infrastructure that allows interactive mining of scientific data in the cloud. It allows users to run advanced data analyses by leveraging the widely adopted Jupyter notebook interface. Furthermore, the system makes it easier to share results and scientific code, access scientific software, produce tutorials and demonstrations as well as preserve the analyses of scientists. This paper describes how a first pilot of the DMaaS service is being deployed at CERN, starting from the notebook interface that has been fully integrated with the ROOT analysis framework, in order to provide all the tools for scientists to run their analyses. Additionally, we characterise the service backend, which combines a set of IT services such as user authentication, virtual computing infrastructure, mass storage, file synchronisation, development portals or batch systems. The added value acquired by the combination of the aforementioned categories of services is discussed, focusing on the opportunities offered by the CERNBox synchronisation service and its massive storage backend, EOS.

  2. Due Diligence Processes for Public Acquisition of Mining-Impacted Landscapes

    Science.gov (United States)

    Martin, E.; Monohan, C.; Keeble-Toll, A. K.

    2016-12-01

    The acquisition of public land is critical for achieving conservation and habitat goals in rural regions projected to experience continuously high rates of population growth. To ensure that public funds are utilized responsibly in the purchase of conservation easements appropriate due diligence processes must be established that limit landowner liability post-acquisition. Traditional methods of characterizing contamination in regions where legacy mining activities were prevalent may not utilize current scientific knowledge and understanding of contaminant fate, transport and bioavailability, and therefore are likely to have type two error. Agency prescribed assessment methods utilized under CERLA in many cases fail to detect contamination that presents liability issues by failing to require water quality sampling that would reveal offsite transport potential of contaminants posing human health risks, including mercury. Historical analysis can be used to inform judgmental sampling to identify hotspots and contaminants of concern. Land acquisition projects at two historic mine sites in Nevada County, California, the Champion Mine Complex and the Black Swan Preserve have established the necessity of re-thinking due diligence processes for mining-impacted landscapes. These pilot projects demonstrate that pre-acquisition assessment in the Gold Country must include judgmental sampling and evaluation of contaminant transport. Best practices using the current scientific knowledge must be codified by agencies, consultants, and NGOs in order to ensure responsible use of public funds and to safeguard public health.

  3. 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

  4. Assessing metal pollution in ponds constructed for controlling runoff from reclaimed coal mines.

    Science.gov (United States)

    Miguel-Chinchilla, Leticia; González, Eduardo; Comín, Francisco A

    2014-08-01

    Constructing ponds to protect downstream ecosystems is a common practice in opencast coal mine reclamation. As these ponds remain integrated in the landscape, it is important to evaluate the extent of the effect of mine pollution on these ecosystems. However, this point has not been sufficiently addressed in the literature. The main objective of this work was to explore the metal pollution in man-made ponds constructed for runoff control in reclaimed opencast coal mines over time. To do so, we evaluated the concentration of ten heavy metals in the water, sediment, and Typha sp. in 16 runoff ponds ranging from 1 to 19 years old that were constructed in reclaimed opencast coal mines of northeastern Spain. To evaluate degree of mining pollution, we compared these data to those from a pit lake created in a local unreclaimed mine and to local streams as an unpolluted reference, as well as comparing toxicity levels in aquatic organisms. The runoff ponds showed toxic concentrations of Al, Cu, and Ni in the water and As and Ni in the sediment, which were maintained over time. Metal concentrations in runoff ponds were higher than in local streams, and macrophytes showed high metal concentrations. Nevertheless, metal concentrations in water and sediment in runoff ponds were lower than those in the pit lake. This study highlights the importance of mining reclamation to preserve the health of aquatic ecosystems and suggests the existence of chronic metal toxicity in the ponds, potentially jeopardizing pond ecological functions and services.

  5. Comparison of Tissue Preservation using Formalin and Ethanol as Preservative Formula

    OpenAIRE

    See Woan Shian; Arifin Soenggono; Sawkar Vijay Pramod

    2016-01-01

    Background: Tissue preservation can be performed through embalming, by providing the chemical embalming fluid to the human remains. Formalin’s preservative formula is the foundation for modern methods of embalming. Unfortunately, this preservative formula has several disadvantages. While Ethanol’s preservative formula is a considerable agent to replace formalin’s preservative formula. The aim of this study was to compare the tissue preservation using formalin and ethanol as preservative formu...

  6. 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...

  7. Study of the distribution patterns of the constituent herbs in classical Chinese medicine prescriptions treating respiratory disease by data mining methods.

    Science.gov (United States)

    Fu, Xian-Jun; Song, Xu-Xia; Wei, Lin-Bo; Wang, Zhen-Guo

    2013-08-01

    To provide the distribution pattern and compatibility laws of the constituent herbs in prescriptions, for doctor's convenience to make decision in choosing correct herbs and prescriptions for treating respiratory disease. Classical prescriptions treating respiratory disease were selected from authoritative prescription books. Data mining methods (frequent itemsets and association rules) were used to analyze the regular patterns and compatibility laws of the constituent herbs in the selected prescriptions. A total of 562 prescriptions were selected to be studied. The result exhibited that, Radix glycyrrhizae was the most frequently used in 47.2% prescriptions, other frequently used were Semen armeniacae amarum, Fructus schisandrae Chinese, Herba ephedrae, and Radix ginseng. Herbal ephedrae was always coupled with Semen armeniacae amarum with the confidence of 73.3%, and many herbs were always accompanied by Radix glycyrrhizae with high confidence. More over, Fructus schisandrae Chinese, Herba ephedrae and Rhizoma pinelliae was most commonly used to treat cough, dyspnoea and associated sputum respectively besides Radix glycyrrhizae and Semen armeniacae amarum. The prescriptions treating dyspnoea often used double herb group of Herba ephedrae & Radix glycyrrhizae, while prescriptions treating sputum often used double herb group of Rhizoma pinelliae & Radix glycyrrhizae and Rhizoma pinelliae & Semen armeniacae amarum, triple herb groups of Rhizoma pinelliae & Semen armeniacae amarum & Radix glycyrrhizae and Pericarpium citri reticulatae & Rhizoma pinelliae & Radix glycyrrhizae. The prescriptions treating respiratory disease showed common compatibility laws in using herbs and special compatibility laws for treating different respiratory symptoms. These principle patterns and special compatibility laws reported here could be useful for doctors to choose correct herbs and prescriptions in treating respiratory disease.

  8. 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.

  9. High-performance secure multi-party computation for data mining applications

    DEFF Research Database (Denmark)

    Bogdanov, Dan; Niitsoo, Margus; Toft, Tomas

    2012-01-01

    Secure multi-party computation (MPC) is a technique well suited for privacy-preserving data mining. Even with the recent progress in two-party computation techniques such as fully homomorphic encryption, general MPC remains relevant as it has shown promising performance metrics in real...... operations such as multiplication and comparison. Secondly, the confidential processing of financial data requires the use of more complex primitives, including a secure division operation. This paper describes new protocols in the Sharemind model for secure multiplication, share conversion, equality, bit...

  10. Public feelings and environmental impacts from uranium mining inside Kakadu National Park and around Grand Canyon National Park

    International Nuclear Information System (INIS)

    McKlveen, J.W.; Kvasnicka, J.

    1989-01-01

    There are two uranium mines in the Northern Territory of Australia, Ranger and Nabarlek. The Ranger mine, the only producing operation, is located in the Kakadu National Park, which has been listed on the United Nations' World Heritage list. The park is dedicated to preserving the Australian aboriginal culture: It contains several aboriginal villages and historic sites. Uranium mining in the park has been accepted quite well by the public and the aborigines. Employees of the Ranger mine and their relatives have established a public information program that includes tours of the mining and milling operations. There is no environmental impact to the area from the mining and milling of uranium at the Ranger site. The region around the Grand Canyon contains many highgrade uranium deposits. The ore is contained in unique breccia pipe formations. The pipes, which resemble a cylinder with a diemter of ∼ 100 m and a height of ∼ 300 m, originated as limestone solution cavities located ∼ 400 m below the plateau. There are several exposed deposits along the canyon walls, but no mining operations are allowed within the park boundaries. While the real environmental impact is insignificant, the perceived impact is tremendous. Many special-interest groups have attempted to halt the mining operations. No valid environmental impacts have been predicted or observed as a result of the current mining operations. However, one mine has been delayed for religious reasons by a local tribe or native Americans

  11. 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)

  12. Mining in urban areas: methodological proposal for the identification and mediation of socio-environmental conflicts

    OpenAIRE

    Bacci,Denise de La Corte; Diniz,Tânia Maria Ramos de Godoi

    2013-01-01

    The conflicts generated by mining in urban areas are due to several reasons. In this paper we sought to identify the social actors and the dynamics of conflicts in the northwestern region of the São Paulo Municipality. This area presents aspects of environmental preservation, quarry activities, and dense urbanization. To minimize/solve these conflicts, strategies are proposed based on Social Learning methodologies.

  13. Geological settings of the protected Selisoo mire (northeastern Estonia threatened by oil shale mining

    Directory of Open Access Journals (Sweden)

    Helen Hiiemaa

    2014-05-01

    Full Text Available The protected Selisoo mire in northeastern Estonia is located above valuable oil shale resources, partly in the permitted mining area. We describe in detail the geomorphology and geological setting of the mire to understand the natural preconditions for its formation, development and preservation. We used the LiDAR-based digital elevation model for relief analysis, mapped the peat thickness with ground-penetrating radar and described the Quaternary cover through corings. Ridges, oriented perpendicular to the generally southward-sloping terrain, and shallow depressions at the surface of mineral soil have influenced mire formation and its spatio-temporal dynamics. The Quaternary cover under the mire is thin and highly variable. Therefore the mire is hydro­geologically insufficiently isolated from the limestone bedrock that is drained by the nearby oil shale mine and consequently the mining activities approaching the mire may have a negative influence on the wetland and proposed Natura 2000 site. Natura 2000 type wetlands, both protected or currently outside the nature reserves, cover a significant portion of the prospective oil shale mining areas. The distribution and resilience of those sites may significantly influence further utilization of oil shale resources.

  14. 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

  15. Environment managing all along the mining cycle: implementing an integrated and pro-active approach

    International Nuclear Information System (INIS)

    2017-01-01

    Uranium mining is a niche business because of its production volume and the size of its market that have nothing to do with coal market or iron ore business. It is a very concentrated business with only a few players. New AREVA is one of them with an output of 11.186 tons of uranium representing 15% of the world production in 2016. New AREVA has committed oneself to preserve the environment during the exploitation phase of a mine. Environment samples (soil, water, plants...) are collected to draw an initial picture of a site before mining activities begin in order to minimize the environmental impact. In some sites, for instance in Mongolia, water is scarce and has to be spared, a recycling technology for the sludge recovered from drilling operations, has been tested with success. Another challenge is the adaptation to the climate warming as both a player and a victim because most sites are in zones that are very sensitive to climate change and because mining can release greenhouse effect gases. The final challenge that faces New AREVA at the end of a mining cycle is to succeed the remediation of the site, it does not mean a come back to the initial situation which is impossible to reach but to get an environmental state that is safe and durable. In 2011 AREVA joined the International Counsel for mines and metals (ICMM) in order to share a code of practice for a sustainable development. (A.C.)

  16. 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...

  17. Hybrid Food Preservation Program Improves Food Preservation and Food Safety Knowledge

    Science.gov (United States)

    Francis, Sarah L.

    2014-01-01

    The growing trend in home food preservation raises concerns about whether the resulting food products will be safe to eat. The increased public demand for food preservation information led to the development of the comprehensive food preservation program, Preserve the Taste of Summer (PTTS). PTTS is a comprehensive hybrid food preservation program…

  18. 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.

  19. 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...

  20. Software preservation

    Directory of Open Access Journals (Sweden)

    Tadej Vodopivec

    2011-01-01

    Full Text Available Comtrade Ltd. covers a wide range of activities related to information and communication technologies; its deliverables include web applications, locally installed programs,system software, drivers, embedded software (used e.g. in medical devices, auto parts,communication switchboards. Also the extensive knowledge and practical experience about digital long-term preservation technologies have been acquired. This wide spectrum of activities puts us in the position to discuss the often overlooked aspect of the digital preservation - preservation of software programs. There are many resources dedicated to digital preservation of digital data, documents and multimedia records,but not so many about how to preserve the functionalities and features of computer programs. Exactly these functionalities - dynamic response to inputs - render the computer programs rich compared to documents or linear multimedia. The article opens the questions on the beginning of the way to the permanent digital preservation. The purpose is to find a way in the right direction, where all relevant aspects will be covered in proper balance. The following questions are asked: why at all to preserve computer programs permanently, who should do this and for whom, when we should think about permanent program preservation, what should be persevered (such as source code, screenshots, documentation, and social context of the program - e.g. media response to it ..., where and how? To illustrate the theoretic concepts given the idea of virtual national museum of electronic banking is also presented.

  1. 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

  2. Knowledge discovery in traditional Chinese medicine: state of the art and perspectives.

    Science.gov (United States)

    Feng, Yi; Wu, Zhaohui; Zhou, Xuezhong; Zhou, Zhongmei; Fan, Weiyu

    2006-11-01

    As a complementary medical system to Western medicine, traditional Chinese medicine (TCM) provides a unique theoretical and practical approach to the treatment of diseases over thousands of years. Confronted with the increasing popularity of TCM and the huge volume of TCM data, historically accumulated and recently obtained, there is an urgent need to explore these resources effectively by the techniques of knowledge discovery in database (KDD). This paper aims at providing an overview of recent KDD studies in TCM field. A literature search was conducted in both English and Chinese publications, and major studies of knowledge discovery in TCM (KDTCM) reported in these materials were identified. Based on an introduction to the state of the art of TCM data resources, a review of four subfields of KDTCM research was presented, including KDD for the research of Chinese medical formula, KDD for the research of Chinese herbal medicine, KDD for TCM syndrome research, and KDD for TCM clinical diagnosis. Furthermore, the current state and main problems in each subfield were summarized based on a discussion of existing studies, and future directions for each subfield were also proposed accordingly. A series of KDD methods are used in existing KDTCM researches, ranging from conventional frequent itemset mining to state of the art latent structure model. Considerable interesting discoveries are obtained by these methods, such as novel TCM paired drugs discovered by frequent itemset analysis, functional community of related genes discovered under syndrome perspective by text mining, the high proportion of toxic plants in the botanical family Ranunculaceae disclosed by statistical analysis, the association between M-cholinoceptor blocking drug and Solanaceae revealed by association rule mining, etc. It is particularly inspiring to see some studies connecting TCM with biomedicine, which provide a novel top-down view for functional genomics research. However, further developments

  3. Changes in Ocular Surface Characteristics after Switching from Benzalkonium Chloride-Preserved Latanoprost to Preservative-Free Tafluprost or Benzalkonium Chloride-Preserved Tafluprost

    Directory of Open Access Journals (Sweden)

    Naoto Tokuda

    2017-01-01

    Full Text Available Purpose. The aim of the present study was to examine the effects of switching from Latanoprost ophthalmic solution containing a preservative to preservative-free Tafluprost ophthalmic solution or Tafluprost containing a preservative on ocular surfaces. Materials and Methods. Forty patients (40 eyes with glaucoma (mean age: 62.0 ± 10.9 years using Latanoprost with preservative for six months or longer were assigned either to a Tafluprost-containing-preservative group (20 eyes or preservative-free-Tafluprost group (20 eyes. The intraocular pressure, corneal epithelial barrier function (fluorescein uptake concentration with fluorophotometer FL-500, superficial punctate keratopathy (AD classification, and tear film breakup time (TBUT were assessed before switching and at 12 weeks after switching. Results. No significant differences in intraocular pressure were noted after switching in either group. Corneal epithelial barrier function was improved significantly after switching in both the Tafluprost-containing-preservative and the preservative-free-Tafluprost groups. There were no significant differences in AD scores after switching in the Tafluprost-containing-preservative group, but significant improvements were noted in the preservative-free-Tafluprost group. No significant differences in TBUT were noted in the Tafluprost-containing-preservative or preservative-free-Tafluprost groups after switching. Conclusion. After switching from preservative Latanoprost to Tafluprost containing-preservative or preservative-free Tafluprost, corneal epithelial barrier function was improved while the intraocular pressure reduction was retained.

  4. Changes in Ocular Surface Characteristics after Switching from Benzalkonium Chloride-Preserved Latanoprost to Preservative-Free Tafluprost or Benzalkonium Chloride-Preserved Tafluprost.

    Science.gov (United States)

    Tokuda, Naoto; Kitaoka, Yasushi; Matsuzawa, Akiko; Tsukamoto, Ayaka; Sase, Kana; Sakae, Shinsuke; Takagi, Hitoshi

    2017-01-01

    The aim of the present study was to examine the effects of switching from Latanoprost ophthalmic solution containing a preservative to preservative-free Tafluprost ophthalmic solution or Tafluprost containing a preservative on ocular surfaces. Forty patients (40 eyes) with glaucoma (mean age: 62.0 ± 10.9 years) using Latanoprost with preservative for six months or longer were assigned either to a Tafluprost-containing-preservative group (20 eyes) or preservative-free-Tafluprost group (20 eyes). The intraocular pressure, corneal epithelial barrier function (fluorescein uptake concentration with fluorophotometer FL-500), superficial punctate keratopathy (AD classification), and tear film breakup time (TBUT) were assessed before switching and at 12 weeks after switching. No significant differences in intraocular pressure were noted after switching in either group. Corneal epithelial barrier function was improved significantly after switching in both the Tafluprost-containing-preservative and the preservative-free-Tafluprost groups. There were no significant differences in AD scores after switching in the Tafluprost-containing-preservative group, but significant improvements were noted in the preservative-free-Tafluprost group. No significant differences in TBUT were noted in the Tafluprost-containing-preservative or preservative-free-Tafluprost groups after switching. After switching from preservative Latanoprost to Tafluprost containing-preservative or preservative-free Tafluprost, corneal epithelial barrier function was improved while the intraocular pressure reduction was retained.

  5. 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.

  6. AprioriGWAS, a new pattern mining strategy for detecting genetic variants associated with disease through interaction effects.

    Science.gov (United States)

    Zhang, Qingrun; Long, Quan; Ott, Jurg

    2014-06-01

    Identifying gene-gene interaction is a hot topic in genome wide association studies. Two fundamental challenges are: (1) how to smartly identify combinations of variants that may be associated with the trait from astronomical number of all possible combinations; and (2) how to test epistatic interaction when all potential combinations are available. We developed AprioriGWAS, which brings two innovations. (1) Based on Apriori, a successful method in field of Frequent Itemset Mining (FIM) in which a pattern growth strategy is leveraged to effectively and accurately reduce search space, AprioriGWAS can efficiently identify genetically associated genotype patterns. (2) To test the hypotheses of epistasis, we adopt a new conditional permutation procedure to obtain reliable statistical inference of Pearson's chi-square test for the [Formula: see text] contingency table generated by associated variants. By applying AprioriGWAS to age-related macular degeneration (AMD) data, we found that: (1) angiopoietin 1 (ANGPT1) and four retinal genes interact with Complement Factor H (CFH). (2) GO term "glycosaminoglycan biosynthetic process" was enriched in AMD interacting genes. The epistatic interactions newly found by AprioriGWAS on AMD data are likely true interactions, since genes interacting with CFH are retinal genes, and GO term enrichment also verified that interaction between glycosaminoglycans (GAGs) and CFH plays an important role in disease pathology of AMD. By applying AprioriGWAS on Bipolar disorder in WTCCC data, we found variants without marginal effect show significant interactions. For example, multiple-SNP genotype patterns inside gene GABRB2 and GRIA1 (AMPA subunit 1 receptor gene). AMPARs are found in many parts of the brain and are the most commonly found receptor in the nervous system. The GABRB2 mediates the fastest inhibitory synaptic transmission in the central nervous system. GRIA1 and GABRB2 are relevant to mental disorders supported by multiple

  7. Data mining and frequency analysis for licorice as a "Two-Face" herb in Chinese Formulae based on Chinese Formulae Database.

    Science.gov (United States)

    Guo, Jianming; Shang, Erxin; Zhao, Jinlong; Fan, Xinsheng; Duan, Jinao; Qian, Dawei; Tao, Weiwei; Tang, Yuping

    2014-09-25

    Liquorice is the root of Glycyrrhiza uralensis Fisch. or Glycyrrhiza glabra L., Leguminosae. Licorice is described as 'National Venerable Master' in Chinese medicine and plays paradoxical roles, i.e. detoxification/strengthen efficacy and inducing/enhancing toxicity. Therefore, licorice was called "Two-Face" herb in this paper. The aim of this study is to discuss the paradoxical roles and the perspective usage of this "Two-Face" herb using data mining and frequency analysis. More than 96,000 prescriptions from Chinese Formulae Database were selected. The frequency and the prescription patterns were analyzed using Microsoft SQL Server 2000. Data mining methods (frequent itemsets) were used to analyze the regular patterns and compatibility laws of the constituent herbs in the selected prescriptions. The result showed that licorice (Radix glycyrrhizae) was the most frequently used herb in Chinese Formulae Database, other frequently used herbs including Radix Angelicae Sinensis (Dang gui), Radix et rhizoma ginseng (Ren shen), etc. Toxic herbs such as Radix aconiti lateralis praeparata (Fu zi), Rhizoma pinelliae (Ban xia) and Cinnabaris (Zhu sha) are top 3 herbs that most frequently used in combination with licorice. Radix et rhizoma ginseng (Ren shen), Poria (Fu ling), Radix Angelicae Sinensis (Dang gui) are top 3 nontoxic herbs that most frequently used in combination with licorice. Moreover, Licorice was seldom used with sargassum (Hai Zao), Herba Cirsii Japonici (Da Ji), Euphorbia kansui (Gan Sui) and Flos genkwa (Yuan Hua), which proved the description of contradictory effect of Radix glycyrrhizae and these herbs as recorded in Chinese medicine theory. This study showed the principle pattern of Chinese herbal drugs used in combination with licorice or not. The principle patterns and special compatibility laws reported here could be useful and instructive for scientific usage of licorice in clinic application. Further pharmacological and chemical researches are

  8. 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...

  9. 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

  10. 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.

  11. Analysis and Prevention of Geo-Environmental Hazards with High-Intensive Coal Mining: A Case Study in China’s Western Eco-Environment Frangible Area

    Directory of Open Access Journals (Sweden)

    Qiang Sun

    2017-06-01

    Full Text Available This study seeks to address the problems of major geo-environmental hazards caused by high-intensive coal mining in China’s western eco-environment frangible area including strong mining pressure, surface subsidence, soil and water loss, and land desertification. Using the high-intensive mining at the Xiao-jihan Coal Mine, this paper investigates the compaction characteristics of aeolian sand-based backfilling materials, and then the evolution of water-conducting fractures and surface deformation laws with different backfill material’s compression ratios (BMCRs by using physical simulation and numerical simulation analysis methods. This study presents the technical system of water-preserved and environmental protection with rapid-backfilling methods in China’s western eco-environment frangible area. The backfill coal mining technique and application prospects are assessed and discussed. The results will be helpful for coordinated development of coal resources exploitation and environmental protection in China’s western eco-environment frangible area.

  12. Data Analysis and Data Mining: Current Issues in Biomedical Informatics

    Science.gov (United States)

    Bellazzi, Riccardo; Diomidous, Marianna; Sarkar, Indra Neil; Takabayashi, Katsuhiko; Ziegler, Andreas; McCray, Alexa T.

    2011-01-01

    Summary Background Medicine and biomedical sciences have become data-intensive fields, which, at the same time, enable the application of data-driven approaches and require sophisticated data analysis and data mining methods. Biomedical informatics provides a proper interdisciplinary context to integrate data and knowledge when processing available information, with the aim of giving effective decision-making support in clinics and translational research. Objectives To reflect on different perspectives related to the role of data analysis and data mining in biomedical informatics. Methods On the occasion of the 50th year of Methods of Information in Medicine a symposium was organized, that reflected on opportunities, challenges and priorities of organizing, representing and analysing data, information and knowledge in biomedicine and health care. The contributions of experts with a variety of backgrounds in the area of biomedical data analysis have been collected as one outcome of this symposium, in order to provide a broad, though coherent, overview of some of the most interesting aspects of the field. Results The paper presents sections on data accumulation and data-driven approaches in medical informatics, data and knowledge integration, statistical issues for the evaluation of data mining models, translational bioinformatics and bioinformatics aspects of genetic epidemiology. Conclusions Biomedical informatics represents a natural framework to properly and effectively apply data analysis and data mining methods in a decision-making context. In the future, it will be necessary to preserve the inclusive nature of the field and to foster an increasing sharing of data and methods between researchers. PMID:22146916

  13. 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.

  14. 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.

  15. 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)

  16. 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)

  17. 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.

  18. 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.

  19. 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...

  20. 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)

  1. 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.'

  2. 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.)

  3. Self-preserving cosmetics.

    Science.gov (United States)

    Varvaresou, A; Papageorgiou, S; Tsirivas, E; Protopapa, E; Kintziou, H; Kefala, V; Demetzos, C

    2009-06-01

    Preservatives are added to products for two reasons: first, to prevent microbial spoilage and therefore to prolong the shelf life of the product; second, to protect the consumer from a potential infection. Although chemical preservatives prevent microbial growth, their safety is questioned by a growing segment of consumers. Therefore, there is a considerable interest in the development of preservative-free or self-preserving cosmetics. In these formulations traditional/chemical preservatives have been replaced by other cosmetic ingredients with antimicrobial properties that are not legislated as preservatives according to the Annex VI of the Commission Directive 76/768/EEC and the amending directives (2003/15/EC, 2007/17/EC and 2007/22/EC). 'Hurdle Technology', a technology that has been used for the control of product safety in the food industry since 1970s, has also been applied for the production of self-preserving cosmetics. 'Hurdle Technology' is a term used to describe the intelligent combination of different preservation factors or hurdles to deteriorate the growth of microorganisms. Adherence to current good manufacturing practice, appropriate packaging, careful choice of the form of the emulsion, low water activity and low or high pH values are significant variables for the control of microbial growth in cosmetic formulations. This paper describes the application of the basic principles of 'Hurdle Technology' in the production of self-preserving cosmetics. Multifunctional antimicrobial ingredients and plant-derived essential oils and extracts that are used as alternative or natural preservatives and are not listed in Annex VI of the Cosmetic Directive are also reported.

  4. The DSeis Project: Drilling into Seismogenic zones of M2.0 to M5.5 earthquakes in South African gold mines

    Science.gov (United States)

    Yabe, Y.; Ogasawara, H.; Ito, T.; van Aswegen, G.; Durrheim, R. J.; Cichowicz, A.; Onstott, T. C.; Kieft, T. L.; Boettcher, M. S.; Wiemer, S.; Ziegler, M.; Shapiro, S. A.; Gupta, H. K.; Dight, P.

    2017-12-01

    The DSeis project under ICDP consists of drilling in three mines; MK, TT and C4 mines. Common scientific targets among them are the stress state and the microstructure in the seismogenic zone. In addition to these targets, specific targets in individual mines are detailed below. A M5.5 earthquake occurred beneath the MK mine on 5 August 2014. The hypocenter of this event was 5km depth from the surface. In contrast to the normal faulting of induced earthquakes in mining horizons (planned to evaluate how much is a ratio of microseismicity associated with creation of new fractures. In the C4 mine, there was the site of a previous project, in which the microseismicity monitoring and the stress measurement by the CCBO technique were carried out. A M2.8 earthquake occurred 1 year after the CCBO and its hypocenter was only 100m away from the CCBO site. Due to little mining activity in the source region, the stress state just after the M2.8 event should be preserved. We will measure the stress again. Damage zones that evolved quasi-statically were seen by the microseismicity monitoring. Drilling into these zones would provide a clue to see a difference between faults evolved dynamically and quasi-statically.

  5. 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.

  6. 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.

  7. 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...

  8. 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.

  9. 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...

  10. 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, ...

  11. 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.

  12. 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)

  13. 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…

  14. 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,...

  15. 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

  16. Comparison of contamination rates between preserved and preservative-free fluoroquinolone eyedrops.

    Science.gov (United States)

    Kim, Mo Sae; Kim, Hong Kyun; Kim, Joon Mo; Choi, Chul Young

    2013-03-01

    To evaluate the antimicrobial effectiveness of preservative-free fluoroquinolone products compared with benzalkonium chloride containing fluoroquinolones using the challenge test provided by the United States Pharmacopeia (USP) and the in-use test. 1. Challenge test: to compare the growth of microorganisms between different fluoroquinolone preparations, four test organisms, including Staphylococcus aureus, Pseudomonas aeruginosa, Candida albicans, and Aspergillus niger were chosen among five microorganisms listed by USP 2004. The inoculated products were sampled for microbial survivors at days 7, 14, and 28 following initial inoculation at room temperature. The number of surviving organisms were calculated as a Log10 reduction from the original inocula. 2. In-use test: a total of 100 bottles were collected after instillation of preservative-free fluoroquinolone eyedrops in volunteer patients after 1 week of use. The remaining fluid and tips of the bottles were cultured. Colonies on the plates were counted at the end of the incubation period. All microorganisms were identified by Gram staining and biochemical assays. 1. Challenge test: preservative-free gatifloxacin and levofloxacin demonstrated a lower log reduction against A. niger than preserved fluoroquinolones and preservative-free moxifloxacin at all time points. 2. In-use test: There was no contamination identified on plates inoculated by preservative-free quinolone bottles after 1 week of use in this study. Physicians should be aware of the lower antifungal preservative effectiveness of some preservative-free fluoroquinolone preparations than preserved ones.

  17. 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...

  18. 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.

  19. 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.

  20. Wood preservation

    Science.gov (United States)

    Kevin Archer; Stan Lebow

    2006-01-01

    Wood preservation can be interpreted to mean protection from fire, chemical degradation, mechanical wear, weathering, as well as biological attack. In this chapter, the term preservation is applied more restrictively to protection from biological hazards.

  1. 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.

  2. 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.

  3. A Privacy Preservation Model for Health-Related Social Networking Sites

    Science.gov (United States)

    2015-01-01

    The increasing use of social networking sites (SNS) in health care has resulted in a growing number of individuals posting personal health information online. These sites may disclose users' health information to many different individuals and organizations and mine it for a variety of commercial and research purposes, yet the revelation of personal health information to unauthorized individuals or entities brings a concomitant concern of greater risk for loss of privacy among users. Many users join multiple social networks for different purposes and enter personal and other specific information covering social, professional, and health domains into other websites. Integration of multiple online and real social networks makes the users vulnerable to unintentional and intentional security threats and misuse. This paper analyzes the privacy and security characteristics of leading health-related SNS. It presents a threat model and identifies the most important threats to users and SNS providers. Building on threat analysis and modeling, this paper presents a privacy preservation model that incorporates individual self-protection and privacy-by-design approaches and uses the model to develop principles and countermeasures to protect user privacy. This study paves the way for analysis and design of privacy-preserving mechanisms on health-related SNS. PMID:26155953

  4. A Privacy Preservation Model for Health-Related Social Networking Sites.

    Science.gov (United States)

    Li, Jingquan

    2015-07-08

    The increasing use of social networking sites (SNS) in health care has resulted in a growing number of individuals posting personal health information online. These sites may disclose users' health information to many different individuals and organizations and mine it for a variety of commercial and research purposes, yet the revelation of personal health information to unauthorized individuals or entities brings a concomitant concern of greater risk for loss of privacy among users. Many users join multiple social networks for different purposes and enter personal and other specific information covering social, professional, and health domains into other websites. Integration of multiple online and real social networks makes the users vulnerable to unintentional and intentional security threats and misuse. This paper analyzes the privacy and security characteristics of leading health-related SNS. It presents a threat model and identifies the most important threats to users and SNS providers. Building on threat analysis and modeling, this paper presents a privacy preservation model that incorporates individual self-protection and privacy-by-design approaches and uses the model to develop principles and countermeasures to protect user privacy. This study paves the way for analysis and design of privacy-preserving mechanisms on health-related SNS.

  5. Changes in Ocular Surface Characteristics after Switching from Benzalkonium Chloride-Preserved Latanoprost to Preservative-Free Tafluprost or Benzalkonium Chloride-Preserved Tafluprost

    OpenAIRE

    Tokuda, Naoto; Kitaoka, Yasushi; Matsuzawa, Akiko; Tsukamoto, Ayaka; Sase, Kana; Sakae, Shinsuke; Takagi, Hitoshi

    2017-01-01

    Purpose. The aim of the present study was to examine the effects of switching from Latanoprost ophthalmic solution containing a preservative to preservative-free Tafluprost ophthalmic solution or Tafluprost containing a preservative on ocular surfaces. Materials and Methods. Forty patients (40 eyes) with glaucoma (mean age: 62.0 ± 10.9 years) using Latanoprost with preservative for six months or longer were assigned either to a Tafluprost-containing-preservative group (20 eyes) or preservativ...

  6. 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

  7. 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

  8. 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.

  9. Preservation in the Age of Google: Digitization, Digital Preservation, and Dilemmas

    Science.gov (United States)

    Conway, Paul

    2010-01-01

    The cultural heritage preservation community now functions largely within the environment of digital technologies. This article begins by juxtaposing definitions of the terms "digitization for preservation" and "digital preservation" within a sociotechnical environment for which Google serves as a relevant metaphor. It then reviews two reports…

  10. 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.

  11. 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...

  12. 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...

  13. Anthropocene landscape change and the legacy of nineteenth- and twentieth-century mining in the Fourmile Catchment, Colorado Front Range

    Science.gov (United States)

    Dethier, David P.; Ouimet, William B.; Murphy, Sheila F.; Kotikian, Maneh; Wicherski, Will; Samuels, Rachel M.

    2018-01-01

    Human impacts on earth surface processes and materials are fundamental to understanding the proposed Anthropocene epoch. This study examines the magnitude, distribution, and long-term context of nineteenth- and twentieth-century mining in the Fourmile Creek catchment, Colorado, coupling airborne LiDAR topographic analysis with historical documents and field studies of river banks exposed by 2013 flooding. Mining impacts represent the dominant Anthropocene landscape change for this basin. Mining activity, particularly placer operations, controls floodplain stratigraphy and waste rock piles related to mining cover >5% of hillslopes in the catchment. Total rates of surface disturbance on slopes from mining activities (prospecting, mining, and road building) exceed pre-nineteenth-century rates by at least fifty times. Recent flooding and the overprint of human impacts obscure the record of Holocene floodplain evolution. Stratigraphic relations indicate that the Fourmile valley floor was as much as two meters higher in the past 2,000 years and that placer reworking, lateral erosion, or minor downcutting dominated from the late Holocene to present. Concentrations of As and Au in the fine fraction of hillslope soil, mining-related deposits, and fluvial deposits serve as a geochemical marker of mining activity in the catchment; reducing As and Au values in floodplain sediment will take hundreds of years to millennia. Overall, the Fourmile Creek catchment provides a valuable example of Anthropocene landscape change for mountainous regions of the Western United States, where hillslope and floodplain markers of human activity vary, high rates of geomorphic processes affect mixing and preservation of marker deposits, and long-term impact varies by landscape location.

  14. 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 ...

  15. 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.

  16. 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

  17. 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.

  18. 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.

  19. 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

  20. 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...

  1. Digital preservation

    CERN Document Server

    Deegan, Marilyn

    2013-01-01

    Digital preservation is an issue of huge importance to the library and information profession right now. With the widescale adoption of the internet and the rise of the world wide web, the world has been overwhelmed by digital information. Digital data is being produced on a massive scale by individuals and institutions: some of it is born, lives and dies only in digital form, and it is the potential death of this data, with its impact on the preservation of culture, that is the concern of this book. So how can information professionals try to remedy this? Digital preservation is a complex iss

  2. 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.

  3. Sediment processes modelling below hydraulic mining: towards environmental impact mitigation

    Science.gov (United States)

    Chalov, Sergey R.

    2010-05-01

    their nearness determines the water mass increase inside mining site. The predictive models were suggested to assess each of the mane-made processes contribution into the total sediment budget of the rivers below mining sites. The empirical data and theoretical and laboratory-derived correlations were used to obtain the predictive models for each processes of sediment supply. It was challenging to estimate specific erosion rate of washed exposed hillsides, channel incision, water supply conditions. Climatic and anthropogenic changes of water runoff also were simulated to decrease uncertainty of the proposed model. Application of the given approach to the hydraulic platinum-mining located in the Kamchatka peninsula (Koryak plateau, tributaries of the Vivenka River) gave the sediment budget of the placer-mined rivers and the total sediment yield supplied into the ocean from river basin. Polluted placer-mined rivers contribute about 30 % of the whole sediment yield of the Vivenka River. At the same time the catchment area of these rivers is less than 0,03 % from the whole Vivenka catchment area. Based on the sediment transport modeling the decision making system for controlling water pollution and stream community preservation was developed. Due to exposed hillside erosion prevention and settling pond system optimization the total decrease of sediment yield was up to 75 %.

  4. 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).

  5. 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.

  6. 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.

  7. DuSK: A Dual Structure-preserving Kernel for Supervised Tensor Learning with Applications to Neuroimages.

    Science.gov (United States)

    He, Lifang; Kong, Xiangnan; Yu, Philip S; Ragin, Ann B; Hao, Zhifeng; Yang, Xiaowei

    With advances in data collection technologies, tensor data is assuming increasing prominence in many applications and the problem of supervised tensor learning has emerged as a topic of critical significance in the data mining and machine learning community. Conventional methods for supervised tensor learning mainly focus on learning kernels by flattening the tensor into vectors or matrices, however structural information within the tensors will be lost. In this paper, we introduce a new scheme to design structure-preserving kernels for supervised tensor learning. Specifically, we demonstrate how to leverage the naturally available structure within the tensorial representation to encode prior knowledge in the kernel. We proposed a tensor kernel that can preserve tensor structures based upon dual-tensorial mapping. The dual-tensorial mapping function can map each tensor instance in the input space to another tensor in the feature space while preserving the tensorial structure. Theoretically, our approach is an extension of the conventional kernels in the vector space to tensor space. We applied our novel kernel in conjunction with SVM to real-world tensor classification problems including brain fMRI classification for three different diseases ( i.e ., Alzheimer's disease, ADHD and brain damage by HIV). Extensive empirical studies demonstrate that our proposed approach can effectively boost tensor classification performances, particularly with small sample sizes.

  8. 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.

  9. 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...

  10. 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)

  11. 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.

  12. 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.

  13. Modes of fossil preservation

    Science.gov (United States)

    Schopf, J.M.

    1975-01-01

    The processes of geologic preservation are important for understanding the organisms represented by fossils. Some fossil differences are due to basic differences in organization of animals and plants, but the interpretation of fossils has also tended to be influenced by modes of preservation. Four modes of preservation generally can be distinguished: (1) Cellular permineralization ("petrifaction") preserves anatomical detail, and, occasionally, even cytologic structures. (2) Coalified compression, best illustrated by structures from coal but characteristic of many plant fossils in shale, preserves anatomical details in distorted form and produces surface replicas (impressions) on enclosing matrix. (3) Authigenic preservation replicates surface form or outline (molds and casts) prior to distortion by compression and, depending on cementation and timing, may intergrade with fossils that have been subject to compression. (4) Duripartic (hard part) preservation is characteristic of fossil skeletal remains, predominantly animal. Molds, pseudomorphs, or casts may form as bulk replacements following dissolution of the original fossil material, usually by leaching. Classification of the kinds of preservation in fossils will aid in identifying the processes responsible for modifying the fossil remains of both animals and plants. ?? 1975.

  14. 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.

  15. 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.

  16. 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

  17. 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)

  18. 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

  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. Preserving Digital Materials

    CERN Document Server

    Harvey, Ross

    2011-01-01

    This book provides a single-volume introduction to the principles, strategies and practices currently applied by librarians and recordkeeping professionals to the critical issue of preservation of digital information. It incorporates practice from both the recordkeeping and the library communities, taking stock of current knowledge about digital preservation and describing recent and current research, to provide a framework for reflecting on the issues that digital preservation raises in professional practice.

  1. 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...

  2. 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

  3. 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

  4. 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)

  5. LPaMI: A Graph-Based Lifestyle Pattern Mining Application Using Personal Image Collections in Smartphones

    Directory of Open Access Journals (Sweden)

    Kifayat Ullah Khan

    2017-11-01

    Full Text Available Normally, individuals use smartphones for a variety of purposes like photography, schedule planning, playing games, and so on, apart from benefiting from the core tasks of call-making and short messaging. These services are sources of personal data generation. Therefore, any application that utilises personal data of a user from his/her smartphone is truly a great witness of his/her interests and this information can be used for various personalised services. In this paper, we present Lifestyle Pattern MIning (LPaMI, which is a personalised application for mining the lifestyle patterns of a smartphone user. LPaMI uses the personal photograph collections of a user, which reflect the day-to-day photos taken by a smartphone, to recognise scenes (called objects of interest in our work. These are then mined to discover lifestyle patterns. The uniqueness of LPaMI lies in our graph-based approach to mining the patterns of interest. Modelling of data in the form of graphs is effective in preserving the lifestyle behaviour maintained over the passage of time. Graph-modelled lifestyle data enables us to apply variety of graph mining techniques for pattern discovery. To demonstrate the effectiveness of our proposal, we have developed a prototype system for LPaMI to implement its end-to-end pipeline. We have also conducted an extensive evaluation for various phases of LPaMI using different real-world datasets. We understand that the output of LPaMI can be utilised for variety of pattern discovery application areas like trip and food recommendations, shopping, and so on.

  6. 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.

  7. 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.

  8. 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"

  9. 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.

  10. 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

  11. 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.

  12. 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

  13. 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

  14. 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.

  15. Evaluating the Impact of Modern Copper Mining on Ecosystem Services in Southern Arizona

    Science.gov (United States)

    Virgone, K.; Brusseau, M. L.; Ramirez-Andreotta, M.; Coeurdray, M.; Poupeau, F.

    2014-12-01

    Historic mining practices were conducted with little environmental forethought, and hence generated a legacy of environmental and human-health impacts. However, an awareness and understanding of the impacts of mining on ecosystem services has developed over the past few decades. Ecosystem services are defined as benefits that humans obtain from ecosystems, and upon which they are fundamentally dependent for their survival. Ecosystem services are divided into four categories including provisioning services (i.e., food, water, timber, and fiber); regulating services (i.e., climate, floods, disease, wastes, and water quality); supporting services (i.e., soil formation, photosynthesis, and nutrient cycling) and cultural services (i.e., recreational, aesthetic, and spiritual benefits) (Millennium Ecosystem Assessment, 2005). Sustainable mining practices have been and are being developed in an effort to protect and preserve ecosystem services. This and related efforts constitute a new generation of "modern" mines, which are defined as those that are designed and permitted under contemporary environmental legislation. The objective of this study is to develop a framework to monitor and assess the impact of modern mining practices and sustainable mineral development on ecosystem services. Using the sustainability performance indicators from the Global Reporting Initiative (GRI) as a starting point, we develop a framework that is reflective of and adaptive to specific local conditions. Impacts on surface and groundwater water quality and quantity are anticipated to be of most importance to the southern Arizona region, which is struggling to meet urban and environmental water demands due to population growth and climate change. We seek to build a more comprehensive and effective assessment framework by incorporating socio-economic aspects via community engaged research, including economic valuations, community-initiated environmental monitoring, and environmental human

  16. 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.

  17. 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

  18. 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...

  19. 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.

  20. 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

  1. 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...

  2. 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

  3. 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.

  4. 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

  5. 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.

  6. 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.

  7. Major and trace-element analyses of acid mine waters in the Leviathan Mine drainage basin, California/Nevada; October, 1981 to October, 1982

    Science.gov (United States)

    Ball, J.W.; Nordstrom, D. Kirk

    1985-01-01

    Water issuing from the inactive Leviathan open-pit sulfur mine has caused serious degradation of the water quality in the Leviathan/Bryant Creek drainage basin which drains into the East Fork of the Carson River. As part of a pollution abatement project of the California Regional Water Quality Control Board, the U.S. Geological Survey collected hydrologic and water quality data for the basin during 1981-82. During this period a comprehensive sampling survey was completed to provide information on trace metal attenuation during downstream transport and to provide data for interpreting geochemical processes. This report presents the analytical results from this sampling survey. Sixty-seven water samples were filtered and preserved on-site at 45 locations and at 3 different times. Temperature, discharge, pH, and Eh and specific conductance were measured on-site. Concentrations of 37 major and trace constituents were determined later in the laboratory on preserved samples. The quality of the analyses was checked by using two or more techniques to determine the concentrations including d.c.-argon plasma emission spectrometry (DCP), flame and flameless atomic absorption spectrophotometry, UV-visible spectrophotometry, hydride-generation atomic absorption spectrophotometry and ion chromatography. Additional quality control was obtained by comparing measured to calculated conductance, comparing measured to calculated Eh (from Fe-2 +/Fe-3+ determinations), charge balance calculations and mass balance calculations for conservative constituents at confluence points. Leviathan acid mine waters contain mg/L concentrations of As, Cr, Co, Cu, Mn, Ni, T1, V and Zn, and hundreds to thousands of mg/L concentrations of Al, Fe, and sulfate at pH values as low as 1.8. Other elements including Ba, B, Be, Bi, Cd , Mo, Sb, Se and Te are elevated above normal background concentrations and fall in the microgram/L range. The chemical and 34 S/32 S isotopic analyses demonstrate that these

  8. Preservation of artifacts in salt mines as a natural analog for the storage of transuranic wastes at the WIPP repository

    International Nuclear Information System (INIS)

    Martell, M.A.; Hansen, F.; Weiner, R.

    1998-01-01

    Use of nature's laboratory for scientific analysis of complex systems is a largely untapped resource for understanding long-term disposal of hazardous materials. The Waste Isolation Pilot Plant (WIPP) in the US is a facility designed and approved for storage of transuranic waste in a salt medium. Isolation from the biosphere must be ensured for 10,000 years. Natural analogs provide a means to interpret the evolution of the underground disposal setting. Investigations of ancient sites where manmade materials have experienced mechanical and chemical processes over millennia provide scientific information unattainable by conventional laboratory methods. This paper presents examples of these pertinent natural analogs, provides examples of features relating to the WIPP application, and identifies potential avenues of future investigations. This paper cites examples of analogical information pertaining to the Hallstatt salt mine in Austria and Wieliczka salt mine in Poland. This paper intends to develop an appreciation for the applicability of natural analogs to the science and engineering of a long-term disposal facility in geomedia

  9. 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

  10. DuSK: A Dual Structure-preserving Kernel for Supervised Tensor Learning with Applications to Neuroimages

    Science.gov (United States)

    He, Lifang; Kong, Xiangnan; Yu, Philip S.; Ragin, Ann B.; Hao, Zhifeng; Yang, Xiaowei

    2015-01-01

    With advances in data collection technologies, tensor data is assuming increasing prominence in many applications and the problem of supervised tensor learning has emerged as a topic of critical significance in the data mining and machine learning community. Conventional methods for supervised tensor learning mainly focus on learning kernels by flattening the tensor into vectors or matrices, however structural information within the tensors will be lost. In this paper, we introduce a new scheme to design structure-preserving kernels for supervised tensor learning. Specifically, we demonstrate how to leverage the naturally available structure within the tensorial representation to encode prior knowledge in the kernel. We proposed a tensor kernel that can preserve tensor structures based upon dual-tensorial mapping. The dual-tensorial mapping function can map each tensor instance in the input space to another tensor in the feature space while preserving the tensorial structure. Theoretically, our approach is an extension of the conventional kernels in the vector space to tensor space. We applied our novel kernel in conjunction with SVM to real-world tensor classification problems including brain fMRI classification for three different diseases (i.e., Alzheimer's disease, ADHD and brain damage by HIV). Extensive empirical studies demonstrate that our proposed approach can effectively boost tensor classification performances, particularly with small sample sizes. PMID:25927014

  11. 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.

  12. 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

  13. 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)

  14. Opencast mining - financial management

    Energy Technology Data Exchange (ETDEWEB)

    Cotgrove, P.G.

    Over the past two years, 28 contracts to work opencast sites in Great Britain have been placed, valued in total at over 400m pounds. The value of individual contracts ranges up to 290m pounds. Opencast's contribution to the coal industry is highly significant, not simply in that over the past ten years it has generated operating profits in excess of 1.7 billion pounds and cash of over 1.5 billion pounds, but in the fact that it complements the deep mining leg of the British Coal Corporation in many ways. The quality and handleability of opencast coals has sweetened blends and thus retained markets and improved realisations, discarded fines and slurries which would otherwise be unsaleable have been imported to opencast plants and blended in with a better product. Derelict colliery sites have been cleared, worked, reclaimed and made available for agriculture or leisure, and perhaps most important of all, the excavation of shallow seams which would be inaccessible from underground is helping to preserve deeper reserves until scarcity increases energy prices to the point where they will become a viable, indeed attractive, investment. 4 tabs.

  15. 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.)

  16. 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.)

  17. 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.

  18. 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...

  19. Chronopolis Digital Preservation Network

    Directory of Open Access Journals (Sweden)

    David Minor

    2010-07-01

    Full Text Available The Chronopolis Digital Preservation Initiative, one of the Library of Congress’ latest efforts to collect and preserve at-risk digital information, has completed its first year of service as a multi-member partnership to meet the archival needs of a wide range of domains.Chronopolis is a digital preservation data grid framework developed by the San Diego Supercomputer Center (SDSC at UC San Diego, the UC San Diego Libraries (UCSDL, and their partners at the National Center for Atmospheric Research (NCAR in Colorado and the University of Maryland's Institute for Advanced Computer Studies (UMIACS.Chronopolis addresses a critical problem by providing a comprehensive model for the cyberinfrastructure of collection management, in which preserved intellectual capital is easily accessible, and research results, education material, and new knowledge can be incorporated smoothly over the long term. Integrating digital library, data grid, and persistent archive technologies, Chronopolis has created trusted environments that span academic institutions and research projects, with the goal of long-term digital preservation.A key goal of the Chronopolis project is to provide cross-domain collection sharing for long-term preservation. Using existing high-speed educational and research networks and mass-scale storage infrastructure investments, the partnership is leveraging the data storage capabilities at SDSC, NCAR, and UMIACS to provide a preservation data grid that emphasizes heterogeneous and highly redundant data storage systems.In this paper we will explore the major themes within Chronopolis, including:a The philosophy and theory behind a nationally federated data grid for preservation. b The core tools and technologies used in Chronopolis. c The metadata schema that is being developed within Chronopolis for all of the data elements. d Lessons learned from the first year of the project.e Next steps in digital preservation using Chronopolis: how we

  20. 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

  1. 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)

  2. Mining and Integration of Environmental Data

    Science.gov (United States)

    Tran, V.; Hluchy, L.; Habala, O.; Ciglan, M.

    2009-04-01

    The project ADMIRE (Advanced Data Mining and Integration Research for Europe) is a 7th FP EU ICT project aims to deliver a consistent and easy-to-use technology for extracting information and knowledge. The project is motivated by the difficulty of extracting meaningful information by data mining combinations of data from multiple heterogeneous and distributed resources. It will also provide an abstract view of data mining and integration, which will give users and developers the power to cope with complexity and heterogeneity of services, data and processes. The data sets describing phenomena from domains like business, society, and environment often contain spatial and temporal dimensions. Integration of spatio-temporal data from different sources is a challenging task due to those dimensions. Different spatio-temporal data sets contain data at different resolutions (e.g. size of the spatial grid) and frequencies. This heterogeneity is the principal challenge of geo-spatial and temporal data sets integration - the integrated data set should hold homogeneous data of the same resolution and frequency. Thus, to integrate heterogeneous spatio-temporal data from distinct source, transformation of one or more data sets is necessary. Following transformation operation are required: • transformation to common spatial and temporal representation - (e.g. transformation to common coordinate system), • spatial and/or temporal aggregation - data from detailed data source are aggregated to match the resolution of other resources involved in the integration process, • spatial and/or temporal record decomposition - records from source with lower resolution data are decomposed to match the granularity of the other data source. This operation decreases data quality (e.g. transformation of data from 50km grid to 10 km grid) - data from lower resolution data set in the integrated schema are imprecise, but it allows us to preserve higher resolution data. We can decompose the

  3. 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)

  4. 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.

  5. 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

  6. 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....

  7. Summary of the preservation techniques and the evolution of the anammox bacteria characteristics during preservation.

    Science.gov (United States)

    Chen, Hui; Jin, Ren-Cun

    2017-06-01

    The anaerobic ammonium oxidation (anammox) process is a promising wastewater treatment method for biological nitrogen removal. A sufficient amount of active anammox sludge as a seed is crucial to the fast establishment and stability of the anammox process. Anammox bacteria is a kind of microorganism which is sensitive to the environmental conditions, e.g., oxygen, temperature. The optimum temperature and pH for the growth of the anammox bacteria are 30-40 °C and 6.7-8.3. A proper preservation technique allows fast start-up of the anammox process, overcoming the long doubling time of anammox biomass. The preservation of the anammox sludge is influenced by various factors, e.g., preservation techniques, duration, temperature, substrates, and protective agents. During preservation, the characteristics of the anammox biomass, including the bioactivity, heme c content, extracellular polymeric substances (EPS), and sludge morphology, change with time. The optimum preservation technique is not invariable and it depends on the purpose of preservation (precedence of bioactivity or quantity), the bacterial community, and other parameters. It is important for the preserved anammox biomass to achieve reactivation so that stable anammox reactors can be established as soon as possible. However, because the preservation process is complicated, the knowledge regarding preservation is far from complete, and much future work will be required to increase the understanding of preservation.

  8. 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.

  9. 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.

  10. WIRELESS MINE-WIDE TELECOMMUNICATIONS TECHNOLOGY

    Energy Technology Data Exchange (ETDEWEB)

    Zvi H. Meiksin

    2004-03-01

    A comprehensive mine-wide, two-way wireless voice and data communication system for the underground mining industry was developed. The system achieves energy savings through increased productivity and greater energy efficiency in meeting safety requirements within mines. The mine-wide system is comprised of two interfaced subsystems: a through-the-earth communications system and an in-mine communications system. The mine-wide system permits two-way communication among underground personnel and between underground and surface personnel. The system was designed, built, and commercialized. Several systems are in operation in underground mines in the United States. The use of these systems has proven they result in considerable energy savings. A system for tracking the location of vehicles and people within the mine was also developed, built and tested successfully. Transtek's systems are being used by the National Institute of Occupational Safety and Health (NIOSH) in their underground mine rescue team training program. This project also resulted in a spin-off rescue team lifeline and communications system. Furthermore, the project points the way to further developments that can lead to a GPS-like system for underground mines allowing the use of autonomous machines in underground mining operations, greatly reducing the amount of energy used in these operations. Some products developed under this program are transferable to applications in fields other than mining. The rescue team system is applicable to use by first responders to natural, accidental, or terrorist-caused building collapses. The in-mine communications system can be installed in high-rise buildings providing in-building communications to security and maintenance personnel as well as to first responders.

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

    Science.gov (United States)

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

    2014-05-01

    Problems in the post-mining regions of Eastern Europe range from degraded land and landscapes, huge insecure dumps, surface cracks, soil pollution, lowering groundwater table, deforestation, and damaged cultural potentials to socio economic problems like unemployment or population decline. There is no common prescription for tackling the development of post-mining regions after mine closure nor is there a common definition of good practices or policy in this field. Key words : waste management, legislation, EU Directive, post mining Rosia Montana is a common oh 16 villages; one of them is also called Rosia Montana, a traditional mining Community, located in the Apuseni Mountains in the North-Western Romania. Beneath part of the village area lays one of the largest gold and silver deposits in Europe. In the Rosia Montana area mining had begun ever since the height of the Roman Empire. While the modern approach to mining demands careful remediation of environmental impacts, historically disused mines in this region have been abandoned, leaving widespread environmental damage. General legislative framework Strict regulations and procedures govern modern mining activity, including mitigation of all environmental impacts. Precious metals exploitation is put under GO no. 190/2000 re-published in 2004. The institutional framework was established and organized based on specific regulations, being represented by the following bodies: • The Ministry of Economy and Commerce (MEC), a public institution which develops the Government policy in the mining area, also provides the management of the public property in the mineral resources area; • The National Agency for the development and implementation of the mining Regions Reconstruction Programs (NAD), responsible with promotion of social mitigation measures and actions; • The Office for Industry Privatization, within the Education Ministry, responsible with privatization of companies under the CEM; • The National

  12. 30 CFR 77.1200 - Mine map.

    Science.gov (United States)

    2010-07-01

    ... SAFETY STANDARDS, SURFACE COAL MINES AND SURFACE WORK AREAS OF UNDERGROUND COAL MINES Maps § 77.1200 Mine...) The location of railroad tracks and public highways leading to the mine, and mine buildings of a permanent nature with identifying names shown; (k) Underground mine workings underlying and within 1,000...

  13. Low-level efficacy of cosmetic preservatives

    DEFF Research Database (Denmark)

    Lundov, M D; Johansen, J D; Zachariae, C

    2011-01-01

    Preservation using combinations of preservatives has several advantages. This study shows that the concentration of some of the most frequently used allergenic preservatives can be markedly lowered when they are combined with phenoxyethanol. The antimicrobial efficacy of cosmetic preservatives...... of the preservatives indicated additive effects against the microorganisms. No combination of preservatives showed any inhibitory action on each other. Challenge tests with different concentrations and combinations were performed in a cosmetic cream. Diazolidinyl urea and MCI/MI alone were ineffective against C....... albicans in a challenge test at concentrations up to 16 times higher than the observed MIC values. When combining phenoxyethanol with either one of the allergenic preservatives diazolidinyl urea, MCI/MI or MI, the cosmetic cream was adequately preserved at concentrations well below the preservatives' MIC values as well...

  14. Rapid Evaluation of Radioactive Contamination in Rare Earth Mine Mining

    Science.gov (United States)

    Wang, N.

    2017-12-01

    In order to estimate the current levels of environmental radioactivity in Bayan Obo rare earth mine and to study the rapid evaluation methods of radioactivity contamination in the rare earth mine, the surveys of the in-situ gamma-ray spectrometry and gamma dose rate measurement were carried out around the mining area and living area. The in-situ gamma-ray spectrometer was composed of a scintillation detector of NaI(Tl) (Φ75mm×75mm) and a multichannel analyzer. Our survey results in Bayan Obo Mine display: (1) Thorium-232 is the radioactive contamination source of this region, and uranium-238 and potassium - 40 is at the background level. (2) The average content of thorium-232 in the slag of the tailings dam in Bayan Obo is as high as 276 mg/kg, which is 37 times as the global average value of thorium content. (3) We found that the thorium-232 content in the soil in the living area near the mining is higher than that in the local soil in Guyang County. The average thorium-232 concentrations in the mining areas of the Bayan Obo Mine and the living areas of the Bayan Obo Town were 18.7±7.5 and 26.2±9.1 mg/kg, respectively. (4) It was observed that thorium-232 was abnormal distributed in the contaminated area near the tailings dam. Our preliminary research results show that the in-situ gamma-ray spectrometry is an effective approach of fast evaluating rare earths radioactive pollution, not only can the scene to determine the types of radioactive contamination source, but also to measure the radioactivity concentration of thorium and uranium in soil. The environmental radioactive evaluation of rare earth ore and tailings dam in open-pit mining is also needed. The research was supported by National Natural Science Foundation of China (No. 41674111).

  15. Mine water treatment in Donbass

    Energy Technology Data Exchange (ETDEWEB)

    Azarenkov, P A; Anisimov, V M; Krol, V A

    1980-10-01

    About 2,000,000 m$SUP$3 of mine water are discharged by coal mines yearly to surface waters in the Donbass. Mine water in the region is rich in mineral salts and suspended matter (coal and rock particles). The DonUGI Institute developed a system of mine water treatment which permits the percentage of suspended matter to be reduced to 1.5 mg/l. The treated mine water can be used in fire fighting and in dust suppression systems in coal mines. A scheme of the water treatment system is shown. It consists of the following stages: reservoir of untreated mine water, chamber where mine water is mixed with reagents, primary sedimentation tanks, sand filters, and chlorination. Aluminium sulphate is used as a coagulation agent. To intensify coagulation polyacrylamide is added. Technical specifications of surface structures in which water treatment is carried out are discussed. Standardized mine water treatment systems with capacities of 600 m$SUP$3/h, with 900, 1200, 1500, 1800 and 2100 m$SUP$3/h capacities are used. (In Russian)

  16. Open pit mining of uranium

    International Nuclear Information System (INIS)

    Wood, J.T.

    1977-01-01

    The Jackpile--Paquate Mines of the Anaconda Company are on the Laguna Indian Reservation midway between Grants and Albuquerque, New Mexico. The open pit mining of uranium ore at those mines is conducted in three separate operations (stripping, mining, and ore haul)

  17. Radiation in mines

    International Nuclear Information System (INIS)

    Rose, H.J.M.

    1982-01-01

    Radiation in mines is primarily associated with, but not restricted to, the exploitation of uranium bearing orebodies. The intent of this chapter is to convey some aspects of radiation control in the mining industry, the behaviour of the parent radon and its daughter products. An attempt was made to demonstrate that anything less than complete diligence by the ventilation personnel could result in rapid deterioration of the mine environment, and consequently high exposure rates. When the maximum annual exposure limit is 4,0 WLM (Working level month exposure) the ventilation official is not allowed the privilege of making an error. Ventilation planning in uranium mines is of prime importance and is very much a group involvement

  18. Geologic mapping around Mahoma mining. San Jose mining company

    International Nuclear Information System (INIS)

    Techera, J.; Arrighetii, R.

    1993-01-01

    This study has as main objective carry out a geological mapping as well as the structural analysis , in 1.5.000 scale in the zone where the gold benefit plant of San Jose mining company is settled (Mahoma Mining). From this study has been marked many drillings.

  19. An innovative privacy preserving technique for incremental datasets on cloud computing.

    Science.gov (United States)

    Aldeen, Yousra Abdul Alsahib S; Salleh, Mazleena; Aljeroudi, Yazan

    2016-08-01

    Cloud computing (CC) is a magnificent service-based delivery with gigantic computer processing power and data storage across connected communications channels. It imparted overwhelming technological impetus in the internet (web) mediated IT industry, where users can easily share private data for further analysis and mining. Furthermore, user affable CC services enable to deploy sundry applications economically. Meanwhile, simple data sharing impelled various phishing attacks and malware assisted security threats. Some privacy sensitive applications like health services on cloud that are built with several economic and operational benefits necessitate enhanced security. Thus, absolute cyberspace security and mitigation against phishing blitz became mandatory to protect overall data privacy. Typically, diverse applications datasets are anonymized with better privacy to owners without providing all secrecy requirements to the newly added records. Some proposed techniques emphasized this issue by re-anonymizing the datasets from the scratch. The utmost privacy protection over incremental datasets on CC is far from being achieved. Certainly, the distribution of huge datasets volume across multiple storage nodes limits the privacy preservation. In this view, we propose a new anonymization technique to attain better privacy protection with high data utility over distributed and incremental datasets on CC. The proficiency of data privacy preservation and improved confidentiality requirements is demonstrated through performance evaluation. Copyright © 2016 Elsevier Inc. All rights reserved.

  20. Ghana Mining Journal: Contact

    African Journals Online (AJOL)

    Principal Contact. Professor Daniel Mireku-Gyimah Editor-in-Chief University of Mines & Technology Ghana Mining Journal University of Mines & Technology P. O. BOX 237 Tarkwa Ghana Phone: +233 362 20280/20324. Fax: +233 362 20306. Email: dm.gyimah@umat.edu.gh ...

  1. Mining in El Salvador

    DEFF Research Database (Denmark)

    Pacheco Cueva, Vladimir

    2014-01-01

    In this guest article, Vladimir Pacheco, a social scientist who has worked on mining and human rights shares his perspectives on a current campaign against mining in El Salvador – Central America’s smallest but most densely populated country.......In this guest article, Vladimir Pacheco, a social scientist who has worked on mining and human rights shares his perspectives on a current campaign against mining in El Salvador – Central America’s smallest but most densely populated country....

  2. Mine for sale

    International Nuclear Information System (INIS)

    Beer, G.

    2006-01-01

    The newest Slovak brown coal mine - Bana Zahorie is in crisis. Despite the fact that experts believe that along with Bana Novaky, it has the most potential. The owners have started its liquidation. One of the walls has collapsed and another part flooded. Nobody was hurt, but some equipment is still underground. The mine had already lost equipment in the past. During an accident in 2000, equipment worth several tens of millions was destroyed. 'After the accident, mining had to be stopped and from a technical point of view that was the end of the joint stock company, Bana Zahorie Cary. The company could not raise the funds necessary to recover from the accident,' stated the Director of the mine, Jan Palkovic. But he stressed that only the joint stock company is in liquidation, the mine is still being ventilated and the water is being pumped out. But the company management still does not want to specify who will become the new owner of the lignite deposits in Zahorie. The Director promised to publish more details within several weeks. All competencies and mining rights of the former Bana Zahorie are being transferred to a new company - joint stock company Bana Cary. (author)

  3. Mining in 2015

    Energy Technology Data Exchange (ETDEWEB)

    Hood, M.; Hatherly, P.; Gurgenci, H. [Centre for Mining Technology and Equipment (Australia)

    1999-10-01

    New technology in open-pit and underground hard rock mining in 2015 is anticipated in this article, based on a paper presented to the 1998 invitation symposium - 'Technology - Australia's future: new technology for traditional industry', held in Freemantle, WA, 24-25 November 1998. It is expected that essential mining operations of rock breakage and transport and ore processing will still exist but the use of drills, shovels/LHDs and trucks is likely to be replaced by continuous, intelligent, automated mining systems. Rock blasting models need to be fed data on rock properties at each blasthole for high accuracy. The authors believe that in 2015 measurements of rock properties will be a routine part of the drilling process. Blasthole drills will be fitted with a range of mechanical and geophysical sensors. New, non-explosive methods of rock breaking such as oscillating disc cutting, may be available. Mining automation will improve safety and productivity, perhaps with the automation of dragline swing LHDs and trucks may be able to drive themselves, with operators monitoring and intervening when necessary. Performance and machine condition data may be applied to improve equipment design. Australian mining stands to gain by these advances in mining technology. 1 fig., 3 photos.

  4. Preparatory mining and geotechnical work for safe closure of the Asse mine

    International Nuclear Information System (INIS)

    Schmidt, M.W.; Schauermann, V.; Kappei, G.

    2002-01-01

    After the GSF Research Centre for Environment and Health discontinued its own research into the safe ultimate storage of waste hazardous to the environment in deep geological formations and the work of the Institute for Deep Storage was likewise suspended there is no longer any need to continue operation of the Asse mine for research purposes. Hence the closure of the mine is being prepared on the basis of the Federal Mining Act. The GSF accordingly has to submit a final operating plan, with which a comprehensive safety report containing inter alia proof of the long-time safety should be enclosed. The proof should be furnished according to the specific location and takes into account the geological, hydrogeological, geochemical, geotechnical, mining-related conditions and the radionuclide inventory in the Asse mine. (orig.) [de

  5. Preservation and reactivation of Candidatus Jettenia asiatica and Anammoxoglobus propionicus using different preservative agents.

    Science.gov (United States)

    Viancelli, A; Pra, M C; Scussiato, L A; Cantão, M; Ibelli, A M G; Kunz, A

    2017-11-01

    Anaerobic ammonium oxidation (anammox) bacteria have peculiar characteristics that make them difficult to cultivate. The conservation of these microorganisms in culture collections or laboratories requires successful preservation and reactivation techniques. Furthermore, studies have shown that successful reactivation may be preservative dependent. Considering this, the present study aimed to evaluate the preservation and reactivation of anammox consortia enriched from swine manure treatment lagoons, by using different preservative agents at different temperatures: KNO 3 (at 4 °C), glycerol (-20 °C, -80 °C), and skimmed cow milk (-20 °C, -80 °C, -200 °C). After 4 months, the biomass was thawed (except for KNO 3 ), and the reestablishment of anammox activity was evaluated by stoichiometric coefficients. Microbial community transformation during the reactivation process was also studied by 16S rDNA sequence analysis. The results showed that the anammox biomass preserved with glycerol or skimmed cow milk at -80 °C recovered activity, while the biomass preserved with other methodologies did not reestablish activity during the studied time (90 days). The bacterial community from the biomass with anammox activity was characterized and showed the presence of Candidatus Brocadia anammoxidans, Candidatus Jettenia asiatica, and Candidatus Anammoxoglobus propionicus. Preservation with skimmed cow milk at -80 °C favored the selection of Candidatus Anammoxoglobus propionicus, while preservation with glycerol at -80 °C was successful for Candidatus Jettenia asiatica. The present study was effective on anammox sludge preservation and reactivation using low-cost processes for anammox cultures preservation, which is important for biomass transport and deammonification reactor start up. Copyright © 2017 Elsevier Ltd. All rights reserved.

  6. Environmental geochemistry of acid mine drainage water at Indus coal mine at Lakhra, Sindh Pakistan

    International Nuclear Information System (INIS)

    Siddique, I.; Shah, M.T.

    2000-01-01

    The annual coal production of Pakistan is about 3,637, 825 tones which is about 6% of the country's energy resources, out of this 1,241, 965 tones of coal was produced/ mined from the Lakhra coal field, District Dadu, Sindh which after the Thar coal field is the second largest coal field of Pakistan. At this coal field more than 58 mining companies are engaged in exploring the hidden wealth of the country. The problem of acid mine drainage, is caused by the passage or seepage of water, through mines where iron disulfides, usually pyrites, are exposed to the oxidizing action of water, air and bacteria, is the main problem faced by the mining companies. The geochemical analysis of acid mine drainage water collected from Indus coal mine no. 6 shows that beside its higher pH, total Dissolved Solids and Sulfates, it also posses higher amount of heavy metals like Cd, Cu, Pb, Co, Ni and Fe. This acid mine drainage water not only damages the mine structures but is also harmful to soil and ecology. (author)

  7. Influence of Mining Thickness on the Rationality of Upward Mining in Coal Seam Group

    Directory of Open Access Journals (Sweden)

    Y. Li

    2016-04-01

    Full Text Available This study aimed to determine the influence of mining thickness on the rationality of upward mining in coal seam group. Numerical simulation and theoretical analysis were performed to investigate the influence of the mining thicknesses of initial mining seam on the destruction and pressure relief effect of the upper coal seam in a high-gas coal seam group. The mechanical model of the roof failure based on the mining thickness was established by assuming that the gob formed after adjacent panels have fully been caved is the infinite plane. On the basis of this model, an equation was derived to calculate the roof failure height of the panel. Considering the geological conditions of No. 9 and No. 12 coal seams of Zhaogezhuang Coal Mine, economic effectiveness, and proposed techniques, we concluded that the top layer (4 m of the No. 12 coal seam should be mined first. The top layer of the No. 9 coal seam should be subsequently mined. The topcaving technique was applied to the exploitation of the lower layer of the No. 12 coal seam. Practically monitored data revealed that the deformation and failure of the No. 2699 panel roadway was small and controllable, the amount of gas emission was reduced significantly, and the effect of upward mining was active. The results of this study provide theory basics for mine designing, and it is the provision of a reference for safe and efficient coal exploitation under similar conditions.

  8. Mining compressing sequential problems

    NARCIS (Netherlands)

    Hoang, T.L.; Mörchen, F.; Fradkin, D.; Calders, T.G.K.

    2012-01-01

    Compression based pattern mining has been successfully applied to many data mining tasks. We propose an approach based on the minimum description length principle to extract sequential patterns that compress a database of sequences well. We show that mining compressing patterns is NP-Hard and

  9. Construction over abandoned mine workings

    Energy Technology Data Exchange (ETDEWEB)

    Healy, P R; Head, J M

    1984-01-01

    Guidance is given for engineers involved with the planning and development of sites previously undermined for coal and other minerals. Past methods of mining employed in Britain are described, and their short- and long-term effects on surface stability are assessed. Where modern methods of mining are relevant, or where structural design techniques for the surface effects of mining can be applied, these are included for illustration and completeness. Additional objectives over and above those for conventional site investigations are identified, and details are provided for the planning and execution of a mining investigation. Techniques for consolidation of old mine workings and remedial measures for mine shafts are described. Foundation design options are included for cases where expected ground movements can be accommodated. A comprehensive guide to sources of information on previous mining is presented, together with an example of a specification suitable for the consolidation of old shallow mine workings. (50 refs.)

  10. 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.

  11. Post-mining safety implementations and environmental aspects of abandoned mine sites in Limousin. 2006 status (and perspectives 2007)

    International Nuclear Information System (INIS)

    2007-01-01

    This document summarizes the actions carried out in 2006 at some French abandoned mine sites: 1 - safety implementations and risks abatement in the framework of post-mining actions: coal mines of Ahun (23) and Argentat (19), antimony mines of Biard (87); 2 - remedial actions at the tin/tungsten mine of Puy-les-Vignes (87) and at the gold mine of Chatelet (23); 3 - 2007 post-mining perspectives; 4 - environmental aspects of abandoned mine sites: gold mines of Chatelet (23), Cheni and Bourneix (87), uranium mines of Haute-Vienne (expertise, control of effluents, financial warranties about tailings storage sites maintenance). (J.S.)

  12. Economic impact of world mining

    International Nuclear Information System (INIS)

    Walser, G.

    2002-01-01

    Mining plays a vital role in the economic development of many countries. The emerging economies are now major players in the production and availability of key commodities such as copper (70%), bauxite (40%), iron ore and precious metals. Mining also has a positive impact on the economy of many countries. Another impact of mining can be measured in terms of employment opportunities and income generation. Commercial scale mining provides employment and skills transfer to more than 2 million workers. The multiplier effect increases this benefit by a factor of between 2 and 5. The World Bank Mining Department has carried out an in-depth study on economic and social impact of mining at the community level in Chile, Peru, Bolivia, Papua New Guinea and Mali. This study demonstrates that there are substantial social and economic benefits to the community. The most positive cases are related to the growth of local small- and micro-enterprise activities. However, mining remains controversial, as true sustainable development is not only a matter of financial flows. Mining has also been associated with a number of economic and social problems. As a result there are questions about the sustainability of the economic outcome of mining. The contribution of mining to sustainable development needs to be considered in terms of economic and technical viability, ecological sustainability and social equity. To achieve this, governments, mining companies and local communities must work together to address these issues. (author)

  13. Preservation of artifacts in salt mines as a natural analog for the storage of transuranic wastes at the WIPP repository

    Energy Technology Data Exchange (ETDEWEB)

    Martell, M.A.; Hansen, F.; Weiner, R.

    1998-10-01

    Use of nature`s laboratory for scientific analysis of complex systems is a largely untapped resource for understanding long-term disposal of hazardous materials. The Waste Isolation Pilot Plant (WIPP) in the US is a facility designed and approved for storage of transuranic waste in a salt medium. Isolation from the biosphere must be ensured for 10,000 years. Natural analogs provide a means to interpret the evolution of the underground disposal setting. Investigations of ancient sites where manmade materials have experienced mechanical and chemical processes over millennia provide scientific information unattainable by conventional laboratory methods. This paper presents examples of these pertinent natural analogs, provides examples of features relating to the WIPP application, and identifies potential avenues of future investigations. This paper cites examples of analogical information pertaining to the Hallstatt salt mine in Austria and Wieliczka salt mine in Poland. This paper intends to develop an appreciation for the applicability of natural analogs to the science and engineering of a long-term disposal facility in geomedia.

  14. Applications of Geomatics in Surface Mining

    Science.gov (United States)

    Blachowski, Jan; Górniak-Zimroz, Justyna; Milczarek, Wojciech; Pactwa, Katarzyna

    2017-12-01

    In terms of method of extracting mineral from deposit, mining can be classified into: surface, underground, and borehole mining. Surface mining is a form of mining, in which the soil and the rock covering the mineral deposits are removed. Types of surface mining include mainly strip and open-cast methods, as well as quarrying. Tasks associated with surface mining of minerals include: resource estimation and deposit documentation, mine planning and deposit access, mine plant development, extraction of minerals from deposits, mineral and waste processing, reclamation and reclamation of former mining grounds. At each stage of mining, geodata describing changes occurring in space during the entire life cycle of surface mining project should be taken into consideration, i.e. collected, analysed, processed, examined, distributed. These data result from direct (e.g. geodetic) and indirect (i.e. remote or relative) measurements and observations including airborne and satellite methods, geotechnical, geological and hydrogeological data, and data from other types of sensors, e.g. located on mining equipment and infrastructure, mine plans and maps. Management of such vast sources and sets of geodata, as well as information resulting from processing, integrated analysis and examining such data can be facilitated with geomatic solutions. Geomatics is a discipline of gathering, processing, interpreting, storing and delivering spatially referenced information. Thus, geomatics integrates methods and technologies used for collecting, management, processing, visualizing and distributing spatial data. In other words, its meaning covers practically every method and tool from spatial data acquisition to distribution. In this work examples of application of geomatic solutions in surface mining on representative case studies in various stages of mine operation have been presented. These applications include: prospecting and documenting mineral deposits, assessment of land accessibility

  15. 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

  16. Environmental laws for mining activities in Provincia de San Juan (Argentina), gravel mines exploitation

    International Nuclear Information System (INIS)

    Ramirez, M.; Carrascosa, H.

    2007-01-01

    This paper analyses San Juan Province - Argentina prevailing environmental legislation for mining activity and gravel mines. The study focuses the subject from a mining engineering point of view. (author)

  17. Abandoned Uranium Mine (AUM) Trust Mine Points, Navajo Nation, 2016, US EPA Region 9

    Data.gov (United States)

    U.S. Environmental Protection Agency — This GIS dataset contains point features that represent mines included in the Navajo Environmental Response Trust. This mine category also includes Priority mines....

  18. Steam coal mines of tomorrow

    Energy Technology Data Exchange (ETDEWEB)

    McCloskey, G

    1986-07-01

    A comprehensive review of new steam coal mines being planned or developed worldwide. It shows that at least 20 major mines with a combined annual output of 110 million tonnes per annum, could add their coal to world markets in the next 10 years. The review highlights: substantial activity in Australia with at least four major mines at advanced planning stages; a strengthening of the South American export industry with 4 major mines operating in 10 years compared with just one today; no major export mines being developed in the traditional US mining areas; and the emergence of Indonesia as a major steam coal producer/exporter. The review also shows a reduction in cost/output ratios, and also the proximity of the new mines to existing infrastructure (e.g. export terminals, rail links).

  19. Application of EREP imagery to fracture-related mine safety hazards and environmental problems in mining

    Science.gov (United States)

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

    1973-01-01

    The author has identified the following significant results. Numerous fracture traces were detected on both the color transparencies and black and white spectral bands. Fracture traces of value to mining hazards analysis were noted on the EREP imagery which could not be detected on either the ERTS-1 or high altitude aircraft color infrared photography. Several areas of mine subsidence occurring in the Busseron Creek area near Sullivan, Indiana were successfully identified using color photography. Skylab photography affords an increase over comparable scale ERTS-1 imagery in level of information obtained in mined lands inventory and reclamation analysis. A review of EREP color photography permitted the identification of a substantial number of non-fuel mines within the Southern Indiana test area. A new mine was detected on the EREP photography without prior data. EREP has definite value for estimating areal changes in active mines and for detecting new non-fuel mines. Gob piles and slurry ponds of several acres could be detected on the S-190B color photography when observed in association with large scale mining operations. Apparent degradation of water quality resulting from acid mine drainage and/or siltation was noted in several ponds or small lakes and appear to be related to intensive mining activity near Sullivan, Indiana.

  20. Data mining applications in healthcare.

    Science.gov (United States)

    Koh, Hian Chye; Tan, Gerald

    2005-01-01

    Data mining has been used intensively and extensively by many organizations. In healthcare, data mining is becoming increasingly popular, if not increasingly essential. Data mining applications can greatly benefit all parties involved in the healthcare industry. For example, data mining can help healthcare insurers detect fraud and abuse, healthcare organizations make customer relationship management decisions, physicians identify effective treatments and best practices, and patients receive better and more affordable healthcare services. The huge amounts of data generated by healthcare transactions are too complex and voluminous to be processed and analyzed by traditional methods. Data mining provides the methodology and technology to transform these mounds of data into useful information for decision making. This article explores data mining applications in healthcare. In particular, it discusses data mining and its applications within healthcare in major areas such as the evaluation of treatment effectiveness, management of healthcare, customer relationship management, and the detection of fraud and abuse. It also gives an illustrative example of a healthcare data mining application involving the identification of risk factors associated with the onset of diabetes. Finally, the article highlights the limitations of data mining and discusses some future directions.

  1. Security Measures in Data Mining

    OpenAIRE

    Anish Gupta; Vimal Bibhu; Rashid Hussain

    2012-01-01

    Data mining is a technique to dig the data from the large databases for analysis and executive decision making. Security aspect is one of the measure requirement for data mining applications. In this paper we present security requirement measures for the data mining. We summarize the requirements of security for data mining in tabular format. The summarization is performed by the requirements with different aspects of security measure of data mining. The performances and outcomes are determin...

  2. Injection of FGD Grout to Abate Acid Mine Drainage in Underground Coal Mines

    Energy Technology Data Exchange (ETDEWEB)

    Mafi, S.; Damian, M.T.; Senita, R.E.; Jewitt, W.C.; Bair, S.; Chin, Y.C.; Whitlatch, E.; Traina, S.; Wolfe, W.

    1997-07-01

    Acid Mine Drainage (AMD) from abandoned underground coal mines in Ohio is a concern for both residents and regulatory agencies. Effluent from these mines is typically characterized by low pH and high iron and sulfate concentrations and may contaminate local drinking-water supplies and streams. The objective of this project is to demonstrate the technical feasibility of injecting cementitious alkaline materials, such as Flue Gas Desulfurization (FGD) material to mitigate current adverse environmental impacts associated with AMD in a small, abandoned deep mine in Coshocton County Ohio. The Flue Gas Desulfurization material will be provided from American Electric Power`s (AEP) Conesville Plant. It will be injected as a grout mix that will use Fixated Flue Gas Desulfurization material and water. The subject site for this study is located on the border of Coshocton and Muskingum Counties, Ohio, approximately 1.5 miles south-southwest of the town of Wills Creek. The study will be performed at an underground mine designated as Mm-127 in the Ohio Department of Natural Resources register, also known as the Roberts-Dawson Mine. The mine operated in the mid-1950s, during which approximately 2 million cubic feet of coal was removed. Effluent discharging from the abandoned mine entrances has low pH in the range of 2.8-3.0 that drains directly into Wills Creek Lake. The mine covers approximately 14.6 acres. It is estimated that 26,000 tons of FGD material will be provided from AEP`s Conesville Power Plant located approximately 3 miles northwest of the subject site.

  3. Injection of FGD Grout to Abate Acid Mine Drainage in Underground Coal Mines

    International Nuclear Information System (INIS)

    Mafi, S.; Damian, M.T.; Senita, R.E.; Jewitt, W.C.; Bair, S.; Chin, Y.C.; Whitlatch, E.; Traina, S.; Wolfe, W.

    1997-07-01

    Acid Mine Drainage (AMD) from abandoned underground coal mines in Ohio is a concern for both residents and regulatory agencies. Effluent from these mines is typically characterized by low pH and high iron and sulfate concentrations and may contaminate local drinking-water supplies and streams. The objective of this project is to demonstrate the technical feasibility of injecting cementitious alkaline materials, such as Flue Gas Desulfurization (FGD) material to mitigate current adverse environmental impacts associated with AMD in a small, abandoned deep mine in Coshocton County Ohio. The Flue Gas Desulfurization material will be provided from American Electric Power's (AEP) Conesville Plant. It will be injected as a grout mix that will use Fixated Flue Gas Desulfurization material and water. The subject site for this study is located on the border of Coshocton and Muskingum Counties, Ohio, approximately 1.5 miles south-southwest of the town of Wills Creek. The study will be performed at an underground mine designated as Mm-127 in the Ohio Department of Natural Resources register, also known as the Roberts-Dawson Mine. The mine operated in the mid-1950s, during which approximately 2 million cubic feet of coal was removed. Effluent discharging from the abandoned mine entrances has low pH in the range of 2.8-3.0 that drains directly into Wills Creek Lake. The mine covers approximately 14.6 acres. It is estimated that 26,000 tons of FGD material will be provided from AEP's Conesville Power Plant located approximately 3 miles northwest of the subject site

  4. Methane emissions from coal mining

    International Nuclear Information System (INIS)

    Boyer, C.M.; Kelafant, J.R.; Kuuskraa, V.A.; Manger, K.C.; Kruger, D.

    1990-09-01

    The report estimates global methane emissions from coal mining on a country specific basis, evaluates the technologies available to degasify coal seams and assesses the economics of recovering methane liberated during mining. 33 to 64 million tonnes were liberated in 1987 from coal mining, 75 per cent of which came from China, the USSR, Poland and the USA. Methane emissions from coal mining are likely to increase. Emission levels vary between surface and underground mines. The methane currently removed from underground mines for safety reasons could be used in a number of ways, which may be economically attractive. 55 refs., 19 figs., 24 tabs

  5. Data mining in Cloud Computing

    Directory of Open Access Journals (Sweden)

    Ruxandra-Ştefania PETRE

    2012-10-01

    Full Text Available This paper describes how data mining is used in cloud computing. Data Mining is used for extracting potentially useful information from raw data. The integration of data mining techniques into normal day-to-day activities has become common place. Every day people are confronted with targeted advertising, and data mining techniques help businesses to become more efficient by reducing costs.Data mining techniques and applications are very much needed in the cloud computing paradigm. The implementation of data mining techniques through Cloud computing will allow the users to retrieve meaningful information from virtually integrated data warehouse that reduces the costs of infrastructure and storage.

  6. Arsenic distribution in a pasture area impacted by past mining activities.

    Science.gov (United States)

    Abad-Valle, P; Álvarez-Ayuso, E; Murciego, A; Muñoz-Centeno, L M; Alonso-Rojo, P; Villar-Alonso, P

    2018-01-01

    pasture intake resulted important entrance pathways of As into livestock animals, showing quite close contribution levels. The cow acceptable daily intake (ADI) of As regarding food safety was surpassed in some locations of the study area when the species Agrostis truncatula was considered as the only pasture feed. Restrictions in the grazing use of lands with considerable As contents where this plant was the predominant pasture species should be established in order to preserve food quality. Therefore, the exposure of livestock animals to As via both soil ingestion and pasture consumption should be taken into account to establish the suitability of mining-impacted areas for gazing. Copyright © 2017 Elsevier Inc. All rights reserved.

  7. Mining highly stressed areas, part 2.

    CSIR Research Space (South Africa)

    Johnson, R

    1995-12-01

    Full Text Available A questionnaire related to mining at great depth and in very high stress conditions has been completed with the assistance of mine rock mechanics personnel on over twenty mines in all mining districts, and covering all deep level mines...

  8. Factors influencing mine rescue team behaviors.

    Science.gov (United States)

    Jansky, Jacqueline H; Kowalski-Trakofler, K M; Brnich, M J; Vaught, C

    2016-01-01

    A focus group study of the first moments in an underground mine emergency response was conducted by the National Institute for Occupational Safety and Health (NIOSH), Office for Mine Safety and Health Research. Participants in the study included mine rescue team members, team trainers, mine officials, state mining personnel, and individual mine managers. A subset of the data consists of responses from participants with mine rescue backgrounds. These responses were noticeably different from those given by on-site emergency personnel who were at the mine and involved with decisions made during the first moments of an event. As a result, mine rescue team behavior data were separated in the analysis and are reported in this article. By considering the responses from mine rescue team members and trainers, it was possible to sort the data and identify seven key areas of importance to them. On the basis of the responses from the focus group participants with a mine rescue background, the authors concluded that accurate and complete information and a unity of purpose among all command center personnel are two of the key conditions needed for an effective mine rescue operation.

  9. 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)

  10. The mines of Jackymov

    International Nuclear Information System (INIS)

    Ramsey, L.J.

    1985-01-01

    The history of the mines in the vicinity of Jackymov, a small town in Central Europe is given. These mines have been worked for several hundred years and from them has been brought forth a variety of products including silver, uranium and radium, the latter being isolated from Jackymov pitch-blende and identified by Marie Curie. The health effects of the miners mining radioactive ores are briefly discussed. The development of Jackymov as a spa resort using the mine water containing radium is also described. (U.K.)

  11. Uranium mining and milling

    International Nuclear Information System (INIS)

    Floeter, W.

    1976-01-01

    In this report uranium mining and milling are reviewed. The fuel cycle, different types of uranium geological deposits, blending of ores, open cast and underground mining, the mining cost and radiation protection in mines are treated in the first part of this report. In the second part, the milling of uranium ores is treated, including process technology, acid and alkaline leaching, process design for physical and chemical treatment of the ores, and the cost. Each chapter is clarified by added figures, diagrams, tables, and flowsheets. (HK) [de

  12. Leaching characteristics of vanadium in mine tailings and soils near a vanadium titanomagnetite mining site

    Energy Technology Data Exchange (ETDEWEB)

    Yang, Jinyan; Tang, Ya; Yang, Kai [College of Architecture and Environment, Sichuan University, Chengdu 610065 (China); Rouff, Ashaki A. [School of Earth and Environmental Sciences, Queens College City University of New York, 65-30 Kissena Boulevard, Flushing, NY 11367 (United States); Elzinga, Evert J. [Department of Earth and Environmental Sciences, Rutgers University, Newark, NJ (United States); Huang, Jen-How, E-mail: jen-how.huang@unibas.ch [Institute of Environmental Geosciences, University of Basel, CH-4056 Basel (Switzerland)

    2014-01-15

    Highlights: • Vanadium in the soil and mine tailings has low solubility. • The leachability of vanadium in the mine tailings is lower than in the soil. • Low risk of vanadium migrating from the soil and mine tailings into the surrounding environment. • Drought and rewetting increase vanadium release from the soil and mine tailings. • Soil leaching processes control vanadium transport in soils overlain with mine tailings. -- Abstract: A series of column leaching experiments were performed to understand the leaching behaviour and the potential environmental risk of vanadium in a Panzhihua soil and vanadium titanomagnetite mine tailings. Results from sequential extraction experiments indicated that the mobility of vanadium in both the soil and the mine tailings was low, with <1% of the total vanadium readily mobilised. Column experiments revealed that only <0.1% of vanadium in the soil and mine tailing was leachable. The vanadium concentrations in the soil leachates did not vary considerably, but decreased with the leachate volume in the mine tailing leachates. This suggests that there was a smaller pool of leachable vanadium in the mine tailings compared to that in the soil. Drought and rewetting increased the vanadium concentrations in the soil and mine tailing leachates from 20 μg L{sup −1} to 50–90 μg L{sup −1}, indicating the potential for high vanadium release following periods of drought. Experiments with soil columns overlain with 4, 8 and 20% volume mine tailings/volume soil exhibited very similar vanadium leaching behaviour. These results suggest that the transport of vanadium to the subsurface is controlled primarily by the leaching processes occurring in soils.

  13. Effectively Engaging in Tribal Consultation to protect Traditional Cultural Properties while navigating the 1872 Mining Law - Tonto National Forest, Western Apache Tribes, & Resolution Copper Mine

    Science.gov (United States)

    Nez, N.

    2017-12-01

    By effectively engaging in government-to-government consultation the Tonto National Forest is able to consider oral histories and tribal cultural knowledge in decision making. These conversations often have the potential to lead to the protection and preservation of public lands. Discussed here is one example of successful tribal consultation and how it let to the protection of Traditional Cultural Properties (TCPs). One hour east of Phoenix, Arizona on the Tonto National Forest, Resolution Copper Mine, is working to access a rich copper vein more than 7,000 feet deep. As part of the mining plan of operation they are investigating viable locations to store the earth removed from the mine site. One proposed storage location required hydrologic and geotechnical studies to determine viability. This constituted a significant amount of ground disturbance in an area that is of known importance to local Indian tribes. To ensure proper consideration of tribal concerns, the Forest engaged nine local tribes in government-government consultation. Consultation resulted in the identification of five springs in the project area considered (TCPs) by the Western Apache tribes. Due to the presence of identified TCPs, the Forest asked tribes to assist in the development of mitigation measures to minimize effects of this project on the TCPs identified. The goal of this partnership was to find a way for the Mine to still be able to gather data, while protecting TCPs. During field visits and consultations, a wide range of concerns were shared which were recorded and considered by Tonto National Forest. The Forest developed a proposed mitigation approach to protect springs, which would prevent (not permit) the installation of water monitoring wells, geotechnical borings or trench excavations within 1,200 feet of perennial springs in the project area. As an added mitigation measure, a cultural resources specialist would be on-site during all ground-disturbing activities. Diligent work on

  14. Coal Mines, Reclamation Sites - Mine Drainage Treatment/Land Recycling Project Locations

    Data.gov (United States)

    NSGIC Education | GIS Inventory — Mine Drainage Treatment/Land Reclamation Locations are clean-up projects that are working to eliminate some form of abandoned mine. The following sub-facility types...

  15. Introduction of an automated mine surveying system - a method for effective control of mining operations

    Energy Technology Data Exchange (ETDEWEB)

    Mazhdrakov, M.

    1987-04-01

    Reviews developments in automated processing of mine survey data in Bulgaria for 1965-1970. This development has occurred in three phases. In the first phase, computers calculated coordinates of mine survey points; in the second phase, these data were electronically processed; in the third phase, surface and underground mine development is controlled by electronic data processing equipment. Centralized and decentralized electronic processing of data has been introduced at major coal mines. The Bulgarian Pravets 82 microcomputer and the ASMO-MINI program package are in current use at major coal mines. A lack of plotters, due to financial limitations, handicaps large-scale application of automated mine surveying in Bulgaria.

  16. Data Mining for CRM

    Science.gov (United States)

    Thearling, Kurt

    Data Mining technology allows marketing organizations to better understand their customers and respond to their needs. This chapter describes how Data Mining can be combined with customer relationship management to help drive improved interactions with customers. An example showing how to use Data Mining to drive customer acquisition activities is presented.

  17. Implications of Emerging Data Mining

    Science.gov (United States)

    Kulathuramaiyer, Narayanan; Maurer, Hermann

    Data Mining describes a technology that discovers non-trivial hidden patterns in a large collection of data. Although this technology has a tremendous impact on our lives, the invaluable contributions of this invisible technology often go unnoticed. This paper discusses advances in data mining while focusing on the emerging data mining capability. Such data mining applications perform multidimensional mining on a wide variety of heterogeneous data sources, providing solutions to many unresolved problems. This paper also highlights the advantages and disadvantages arising from the ever-expanding scope of data mining. Data Mining augments human intelligence by equipping us with a wealth of knowledge and by empowering us to perform our daily tasks better. As the mining scope and capacity increases, users and organizations become more willing to compromise privacy. The huge data stores of the ‚master miners` allow them to gain deep insights into individual lifestyles and their social and behavioural patterns. Data integration and analysis capability of combining business and financial trends together with the ability to deterministically track market changes will drastically affect our lives.

  18. Globalization and Localization of Heritage Preservation in Taiwan - an Analysis Perspective under the Cultural Heritage Preservation Act

    Science.gov (United States)

    Chen, C.-C.; Fu, C.-C.

    2015-08-01

    The key contribution to the legislation of heritage preservation in Taiwan primarily derived from the historical monument movements in the 1970s. Specific legislation results include the establishment of Council for Cultural Affairs and the implementation of the Cultural Heritage Preservation Act in 1982. Although the Cultural Heritage Preservation Act is the first subjective cultural act, its lack of structure during the initial commencement stages made it un-conducive to heritage preservation and thus unable to meet the people's expectations. Therefore, throughout the 33 years after the implementation of the Cultural Heritage Preservation Act, the Act has been amended 6 times. These amendments reflect the degree of importance that the society has attached to heritage preservation, and the innovative system also showcases the progress in preservation concepts and methods. These innovative orientations, such as emphasizing on the authenticity and integrity of heritage preservation, intangible cultural heritage, and cultural diversity, conform to the international preservation trends. They are also local trends such as encouraging community participation, adaptive-reuse, or enhancing the local governments' powers to implement local cultural governance. This is particularly true for the fifth comprehensive revision in 2005, which has symbolic significance because its contents epitomized the heritage preservation work while moving Taiwan's heritage preservation system towards globalization and localization. Therefore, we analyzed the Cultural Heritage Preservation Act amendment and revision processes over the past 33 years to highlight the innovations in Taiwan's cultural heritage work and illustrate their globalization and localization features. Finally, we proposed recommendations for Taiwan's preservation work in the future as the Cultural Heritage Preservation Act is about to undergo its seventh amendment in 2015.

  19. Post-consumer use efficacies of preservatives in personal care and topical drug products: relationship to preservative category.

    Science.gov (United States)

    Ravita, Timothy D; Tanner, Ralph S; Ahearn, Donald G; Arms, Erin L; Crockett, Patrick W

    2009-01-01

    Ninety-six used personal care and topical OTC drug items collected from consumers in the USA were examined for the presence of microbial contaminants. Of the eye and face product type containing global preservative chemistries (i.e., acceptable for use in Japan without major restrictions), 55% yielded numbers of microorganisms in excess of 500 CFU/g (P preservative chemistries, 79% yielded numbers of microorganisms in excess of 500 CFU/g (P preservative chemistries accounted for 88% (n = 14) of the products that had microbial contents above 10(4) CFU/g (P preserved with global preservative chemistries did not maintain as adequate preservation as products with non-global preservatives.

  20. Mining toward the year 2000

    International Nuclear Information System (INIS)

    Anon.

    1981-01-01

    Mining in South Africa to this present day has not been a case of dramatic development, rather a steady technical progress, assisted by a rising product market price. Prominent men in the mining industry look at the future in terms of that logical development. Coverage is given to gold, mine unionization, coal, rock bursts, ventilation, uranium and ocean mining

  1. Prairie of mine(s) : cultural reclamation of the Estevan/Bienfait Coalfields

    Energy Technology Data Exchange (ETDEWEB)

    Baxter, S.

    2010-07-01

    A cultural reclamation project was launched in the Bienfait region of southern Saskatchewan where lignite mining has been ongoing since the 1800s. Evidence of 5 surface mines, 2 power stations and thousands of acres of spoil piles remain at the abandoned site. The region also comprises 140 abandoned underground mines and 4 mined-out townsites. The project introduced cultural reclamation into the role of landscape architecture, specifically in the planning and design of reclaimed mining lands. At the present time, the reclamation of post-extractive sites is limited to focusing almost exclusively on ecological factors, but failing to recognize the people and the industrial processes that actively transformed the landscape can disengage people from their past. The project concludes with a proposed master plan in addition to a few site-specific interventions that interrogate and explore the role of experiential, cultural, and historical elements in the reclamation of a site. In doing so, awareness is created about the ways in which various landscapes are manipulated every day in order for people to live in greater comfort.

  2. Coal mine subsidence

    International Nuclear Information System (INIS)

    Rahall, N.J.

    1991-05-01

    This paper examines the efficacy of the Department of the Interior's Office of Surface Mining Reclamation and Enforcement's (OSMRE) efforts to implement the federally assisted coal mine subsidence insurance program. Coal mine subsidence, a gradual settling of the earth's surface above an underground mine, can damage nearby land and property. To help protect property owners from subsidence-related damage, the Congress passed legislation in 1984 authorizing OSMRE to make grants of up to $3 million to each state to help the states establish self-sustaining, state-administered insurance programs. Of the 21 eligible states, six Colorado, Indiana, Kentucky, Ohio, West Virginia, and Wyoming applied for grants. This paper reviews the efforts of these six states to develop self-sustaining insurance programs and assessed OSMRE's oversight of those efforts

  3. Safety Research and Experimental Coal Mines

    Data.gov (United States)

    Federal Laboratory Consortium — Safety Research and Experimental Coal MinesLocation: Pittsburgh SiteThe Safety Research Coal Mine and Experimental Mine complex is a multi-purpose underground mine...

  4. The accident analysis of mobile mine machinery in Indian opencast coal mines.

    Science.gov (United States)

    Kumar, R; Ghosh, A K

    2014-01-01

    This paper presents the analysis of large mining machinery related accidents in Indian opencast coal mines. The trends of coal production, share of mining methods in production, machinery deployment in open cast mines, size and population of machinery, accidents due to machinery, types and causes of accidents have been analysed from the year 1995 to 2008. The scrutiny of accidents during this period reveals that most of the responsible factors are machine reversal, haul road design, human fault, operator's fault, machine fault, visibility and dump design. Considering the types of machines, namely, dumpers, excavators, dozers and loaders together the maximum number of fatal accidents has been caused by operator's faults and human faults jointly during the period from 1995 to 2008. The novel finding of this analysis is that large machines with state-of-the-art safety system did not reduce the fatal accidents in Indian opencast coal mines.

  5. Mine Waste Disposal and Managements

    Energy Technology Data Exchange (ETDEWEB)

    Cheong, Young-Wook; Min, Jeong-Sik; Kwon, Kwang-Soo [Korea Institute of Geology Mining and Materials, Taejon (KR)] (and others)

    1999-12-01

    This research project deals with: Analysis and characterization of mine waste piles or tailings impoundment abandoned in mining areas; Survey of mining environmental pollution from mine waste impounds; Modelling of pollutants in groundwater around tailings impoundment; Demonstration of acid rock drainage from coal mine waste rock piles and experiment of seeding on waste rock surface; Development of a liner using tailings. Most of mine wastes are deposited on natural ground without artificial liners and capping for preventing contamination of groundwater around mine waste piles or containments. In case of some mine waste piles or containments, pollutants have been released to the environment, and several constituents in drainage exceed the limit of discharge from landfill site. Metals found in drainage exist in exchangeable fraction in waste rock and tailings. This means that if when it rains to mine waste containments, mine wastes can be pollutant to the environment by release of acidity and metals. As a result of simulation for hydraulic potentials and groundwater flow paths within the tailings, the simulated travel paths correlated well with the observed contaminant distribution. The plum disperse, both longitudinal and transverse dimensions, with time. Therefore liner system is a very important component in tailings containment system. As experimental results of liner development using tailings, tailings mixed with some portion of resin or cement may be used for liner because tailings with some additives have a very low hydraulic conductivity. (author). 39 refs.

  6. 75 FR 20918 - High-Voltage Continuous Mining Machine Standard for Underground Coal Mines

    Science.gov (United States)

    2010-04-22

    ... DEPARTMENT OF LABOR Mine Safety and Health Administration 30 CFR Parts 18 and 75 RIN 1219-AB34 High-Voltage Continuous Mining Machine Standard for Underground Coal Mines Correction In rule document 2010-7309 beginning on page 17529 in the issue of Tuesday, April 6, 2010, make the following correction...

  7. A Holistic Approach to Bit Preservation

    DEFF Research Database (Denmark)

    Zierau, Eld Maj-Britt Olmütz

    2011-01-01

    This thesis presents three main results for a holistic approach to bit preservation, where the ultimate goal is to find the optimal bit preservation strategy for specific digital material that must be digitally preserved. Digital material consists of sequences of bits, where a bit is a binary digit...... which can have the value 0 or 1. Bit preservation must ensure that the bits remain intact and readable in the future, but bit preservation is not concerned with how bits can be interpreted as e.g. an image. A holistic approach to bit preservation includes aspects that influence the final choice of a bit...... a holistic approach and include aspects of digital representation, confidentiality, availability, bit safety and costs when defining requirements for the bit preservation. Analysis of such requirements and choice of the final bit preservation solution can be supported by the three main results presented...

  8. Local quantum channels preserving classical correlations

    International Nuclear Information System (INIS)

    Guo Zhihua; Cao Huaixin

    2013-01-01

    The aim of this paper is to discuss local quantum channels that preserve classical correlations. First, we give two equivalent characterizations of classical correlated states. Then we obtain the relationships among classical correlation-preserving local quantum channels, commutativity-preserving local quantum channels and commutativity-preserving quantum channels on each subsystem. Furthermore, for a two-qubit system, we show the general form of classical correlation-preserving local quantum channels. (paper)

  9. 36 CFR 6.7 - Mining wastes.

    Science.gov (United States)

    2010-07-01

    ... 36 Parks, Forests, and Public Property 1 2010-07-01 2010-07-01 false Mining wastes. 6.7 Section 6... DISPOSAL SITES IN UNITS OF THE NATIONAL PARK SYSTEM § 6.7 Mining wastes. (a) Solid waste from mining includes but is not limited to mining overburden, mining byproducts, solid waste from the extraction...

  10. Remediation of acid mine drainage from the Santa Fe tin mine, Bolivia

    Science.gov (United States)

    Calvo, Daniel; Zamora Echenique, Gerardo; Alfonso, Pura; Casado, Jordi; Trujillo, Elvys; Jiménez-Franco, Abigail; Garcia-Valles, Maite

    2015-04-01

    The Santa Fe mine, department of Oruro, is located in the Andean Tin belt, is exploited for tin, zinc, lead and silver. This in an underground mine mined up to the -108 level. Today it is only mined up to the -50 level. Under this level the table water covers the mine. Water reaches the surface with a very acidic composition, with a high content in potentially toxic elements. This water drains directly to the Santa Fe River and contribute to the pollution present in this river that directly affect to the aquatic communities. In addition, population of this area have problems in the supply of drinking water, so remediation by obtaining cleaning water is a priority for this area. This study presents a neutralization-precipitation treatment with lime to the acid water inside the mine. The ore mineralogy of the Santa Fe mined deposit consists mainly in cassiterite, pyrite, sphalerite, galena, arsenopyrite argentite and sulphosalts. The host mineral is mainly quartz, with a minor content in feldspars and tourmaline. Alteration minerals as alunite, goethite and pumbojarosite are abundant and indicate the occurrence of reactions that lead to the formation of acid mine drainage. The mean pH of water drained from the Santa Fe mine is 2.2 and chemical analyses show high contents in potentially toxic elements: 27-295 ppm Zn, 0.05-0.2 ppm Pb, 0.06-0.09 ppm Cd, 04-0.12 ppm Cu, 113-165 ppm Fe, 4 ppm Mn and 564-664 ppm S. As and Sb were under 0.5 ppm. A settler tank inside the mine was designed by means of seal a selected gallery to clean the mine water. The function of this gallery is to sediment the sludge resulting from the neutralization - precipitation treatment process to obtain a clear water overflow continuously to the outside. The neutralization tests indicate that 0.65g/L of lime and 2ml of flocculant should be added to neutralize water up to pH 6-7. A flow rate of 80 L /s was considered. After a geotechnical study, a chamber located in the mine was selected to locate

  11. A technology map to facilitate the process of mine modernization throughout the mining cycle

    OpenAIRE

    Jacobs, J.; Webber-Youngman, R.C.W.

    2017-01-01

    It is vital for organizations and individual operations to have access to a platform with technology-related information to consider for further research and development. This paper presents a technology map that was created with the purpose of facilitating mine modernization through technological advancement throughout the mining lifecycle/cycle. To achieve this, a platform was created to represent the mining life-cycle that incorporates each of the mining phases, i.e. exploration, project e...

  12. ENVIRONMENTAL MANAGEMENT OF MINE WATER, CONSIDERING EUROPEAN WATER LEGISLATION. CASE STUDY OF MEGALOPOLIS MINES

    OpenAIRE

    Dimitrakopoulos, D.; Vassiliou, E.; Tsangaratos, P.; Ilia, I.

    2017-01-01

    Mining activities causes many environmental problems to the surrounding areas, as other industrial activities do also. However mine water pollution, is considered a tough task to handle, as it requires specific regulations, quite distinct from those applicable to most other industrial processes. Even though there are several federal laws and regulations in Greece and in the European Union that influences the mining industry and mine water management, still certain factors complicates their im...

  13. Development trends in mining technologies. [Poland

    Energy Technology Data Exchange (ETDEWEB)

    Sikora, W

    1983-01-01

    Research programs on underground black coal mining in Poland are discussed. It is assumed that no major technology changes will take place by the year 2000. Second generation of mining technologies will be used after the year 2000. The following technologies of the second generation are discussed: in-situ gasification, chemical coal disintegration, manless hydraulic mining with hydraulic transport. Research programs on technologies of the second generation should guarantee their commercial and economic use by the year 2000. The following targets for research programs aimed at increasing productivity, reducing mining cost, reducing labor and increasing safety in mining, covering the next 2 decades are comparatively evaluated: increasing advance rate of longwall faces, increasing machine time of integrated face systems by at least 20%, improving design of powered supports for eliminating rock falls, development of heavy-duty face systems for longwall mining with hydraulic stowing, development of face systems for mining thick coal seams on their whole thickness, slice mining thick coal seams with artificial roofs, bidirectional longwall mining by shearer loaders, use of more elastic and reliable mining systems.

  14. The pit ventilation features and the design principle of ventilation system in trackless mining uranium mine

    International Nuclear Information System (INIS)

    Deng Wenhui; Zhou Xinghuo; Li Xianjie

    2001-01-01

    According to the pit arrangement features of trackless mining uranium mine, based on the fundamental of radon permeation and control, and analysis of radon pollution characteristics and radon education, the design principle of ventilation system in trackless mining uranium mine has been raised

  15. Mining Pribram in science and technology. Proceedings of Session R - Mechanization of mine operations

    International Nuclear Information System (INIS)

    Kolar, J.; Bernatik, O.

    1987-01-01

    The proceedings contain 30 papers of which two deal with uranium mine problems, viz.: ''Current and prospective orientation of mechanized driving of mines and underground infrastructures'' and ''The operation of rail-less mine mechanization in the Hamr area''. (J.B.)

  16. URL Mining Using Agglomerative Clustering Algorithm

    Directory of Open Access Journals (Sweden)

    Chinmay R. Deshmukh

    2015-02-01

    Full Text Available Abstract The tremendous growth of the web world incorporates application of data mining techniques to the web logs. Data Mining and World Wide Web encompasses an important and active area of research. Web log mining is analysis of web log files with web pages sequences. Web mining is broadly classified as web content mining web usage mining and web structure mining. Web usage mining is a technique to discover usage patterns from Web data in order to understand and better serve the needs of Web-based applications. URL mining refers to a subclass of Web mining that helps us to investigate the details of a Uniform Resource Locator. URL mining can be advantageous in the fields of security and protection. The paper introduces a technique for mining a collection of user transactions with an Internet search engine to discover clusters of similar queries and similar URLs. The information we exploit is a clickthrough data each record consist of a users query to a search engine along with the URL which the user selected from among the candidates offered by search engine. By viewing this dataset as a bipartite graph with the vertices on one side corresponding to queries and on the other side to URLs one can apply an agglomerative clustering algorithm to the graphs vertices to identify related queries and URLs.

  17. Service mining framework and application

    CERN Document Server

    Chang, Wei-Lun

    2014-01-01

    The shifting focus of service from the 1980s to 2000s has proved that IT not only lowers the cost of service but creates avenues to enhance and increase revenue through service. The new type of service, e-service, is mobile, flexible, interactive, and interchangeable. While service science provides an avenue for future service researches, the specific research areas from the IT perspective still need to be elaborated. This book introduces a novel concept-service mining-to address several research areas from technology, model, management, and application perspectives. Service mining is defined as "a systematical process including service discovery, service experience, service recovery, and service retention to discover unique patterns and exceptional values within the existing services." The goal of service mining is similar to data mining, text mining, or web mining, and aims to "detect something new" from the service pool. The major difference is the feature of service is quite distinct from the mining targe...

  18. MoDOT pavement preservation research program volume II, data collection for pavement management : historical data mining and production of data.

    Science.gov (United States)

    2015-10-01

    The objective of Task 1 was to develop data for use in MoDOTs pavement preservation program based primarily on historical : information available throughout MoDOT as well as climate data from the National Oceanic and Atmospheric Administration : (...

  19. Training for Preservation Management

    Directory of Open Access Journals (Sweden)

    Mirjam M. Foot

    1999-05-01

    Full Text Available In August 1997 the first of a series of summer schools in Preservation Management was held at the Archivschule in Marburg (Germany. The school was organised by the ECPA, the LIBER Division on Preservation, ICA and the Archivschule itself and was aimed at archivists and librarians in management positions from European institutions. It dealt with managerial, organisational and financial aspects of preservation and required active participation by those attending. Apart from introductory sessions by the teaching staff at the Archivschule, a large part of the course took the form of working groups, discussions, assignments and role play, to which participants were expected to take their own experience and problems. The school was conducted in German. Topics, spread over five days, ranged from preservation in the context of the core activities of libraries and archives; planning of preservation projects; general management issues, such as resource management, budgeting, priority setting, communication and effecting change; to more detailed considerations of day-to-day issues, such as storage, disaster control, microfilming and digitising, mass conservation processes, and moulds and fungi.

  20. Mine-built ponds economically clear acid mine waters

    Energy Technology Data Exchange (ETDEWEB)

    Chironis, N P

    1987-01-01

    One of the by-products of surface mining is acid mine drainage. Traditional treatment of acid drainage is the addition of a base chemical such as sodium hydroxide, soda ash or lime to neutralize the water and allow metals, such as iron and manganese, to settle out. However researchers were intrigued by the idea of using home-made wetlands containing bogs of sphagnum moss to do the job naturally and more cheaply without the heavy application of chemicals. Such plants as cattails were found to be very effective. Aspects considered are: the wetlands affinity for acid water; the aid of algae and bacteria; building a wetland; and recommendations by the Bureau of Mines for constructing wetlands including flow capacity, pH goal, minerals removal, design criteria, plant materials, growing media, plant settling, nutrients, water level and flow control.

  1. 36 CFR 910.32 - Historic preservation.

    Science.gov (United States)

    2010-07-01

    ... 36 Parks, Forests, and Public Property 3 2010-07-01 2010-07-01 false Historic preservation. 910.32... DEVELOPMENT AREA Standards Uniformly Applicable to the Development Area § 910.32 Historic preservation... Preservation Plan of the Corporation, are specified for preservation, shall be acomplished (a) in accordance...

  2. Emittance preservation

    Energy Technology Data Exchange (ETDEWEB)

    Kain, V; Arduini, G; Goddard, B; Holzer, B J; Jowett, J M; Meddahi, M; Mertens, T; Roncarolo, F; Schaumann, M; Versteegen, R; Wenninger, J [European Organization for Nuclear Research, Geneva (Switzerland)

    2012-07-01

    Emittance measurements during the LHC proton run 2011 indicated a blow-up of 20 % to 30 % from LHC injection to collisions. This presentation will show the emittance preservation throughout the different parts of the LHC cycle and discuss the current limitations on emittance determination. An overview of emittance preservation through the injector complex as function of bunch intensity will also be given. Possible sources for the observed blow-up and required tests in 2012 will be presented. Possible improvements of emittance diagnostics and analysis tools for 2012 will be shown.

  3. Radiological characterization of a uranium mine with no mining activity

    International Nuclear Information System (INIS)

    Lozano, J.C.; Vera Tome, F.; Gomez Escobar, V.; Blanco Rodriguez, P.

    2000-01-01

    We report a radiological study of a uranium mine located in Extremadura, in the south-west of Spain, in which mining work had ceased. One interest in the work is that the results can be used as a reference for the future evaluation of the effects produced by the restoration program. The radiological parameters selected to estimate the impact of the inactive mine were: 222 Rn in air and water, 222 Rn exhalation, effective 226 Ra in soils and sediments, and natural uranium and 226 Ra in water. Chemical analyses of water samples and measurements of meteorological variables were also made. Average values of these radiological parameters are presented. We characterize the zone radiologically and estimate the influence of the mine on the basis of some of these parameters, while others are used to reflect the status of the installation, information which could be very useful in the near future when restoration is complete

  4. Exploration on feasibility of mining under pressure in depth at uranium mine No.711

    International Nuclear Information System (INIS)

    Xie Jun

    1993-01-01

    Through the analysis of mining practice in the mine No.711, it was found that it was technically feasible to mine the depth of the deposit suffering plenty underground hot water under pressure, and good economic benefits and environmental effects were obtained

  5. WIRELESS MINE WIDE TELECOMMUNICATIONS TECHNOLOGY

    International Nuclear Information System (INIS)

    Zvi H. Meiksin

    2002-01-01

    Two industrial prototype units for through-the-earth wireless communication were constructed and tested. Preparation for a temporary installation in NIOSH's Lake Lynn mine for the through-the-earth and the in-mine system were completed. Progress was made in the programming of the in-mine system to provide data communication. Work has begun to implement a wireless interface between equipment controllers and our in-mine system

  6. Underground coal mining technology - the future

    Energy Technology Data Exchange (ETDEWEB)

    Lama, R P [Kembla Coal and Coke Pty Limited, Wollongong, NSW (Australia)

    1989-01-01

    Discusses development of underground coal mining in Australia in the last four decades. The following aspects are reviewed: technology for underground mining (longwall mining, unidirectional cutting, bidirectional cutting, operation of more than one shearer on a working face, optimum dimensions of longwall blocks), longwall productivity (productivity increase will depend on increasing the availability factor of equipment, reducing failures due to human errors, organizational models, improving on-site decision making, improving monitoring, maintenance, planning and scheduling, concept of 'Transparent Mine'), roadway development systems (types of heading machines, standard systems for mine drivage and roof bolting and their productivity), size of coal mines, man and material transport systems (20,000-30,000 t/d from a single longwall face, mine shafts with a diameter 9-10 m), mine layout design (layout of longwall blocks, main intakes and returns situated in rock layers), mine environmental systems (ventilation systems, gas control), management, training and interpersonal relationships. Future coal mines will be developed with an integral capacity of 8-10 Mt/a from a single longwall operation with main development arteries placed in rocks. Development of gate roadways will require novel solutions with continuous cutting, loading and bolting. Information technology, with the concept of 'transparent mine', will form the backbone of decision making.

  7. Randomization Based Privacy Preserving Categorical Data Analysis

    Science.gov (United States)

    Guo, Ling

    2010-01-01

    The success of data mining relies on the availability of high quality data. To ensure quality data mining, effective information sharing between organizations becomes a vital requirement in today's society. Since data mining often involves sensitive information of individuals, the public has expressed a deep concern about their privacy.…

  8. Mining software specifications methodologies and applications

    CERN Document Server

    Lo, David

    2011-01-01

    An emerging topic in software engineering and data mining, specification mining tackles software maintenance and reliability issues that cost economies billions of dollars each year. The first unified reference on the subject, Mining Software Specifications: Methodologies and Applications describes recent approaches for mining specifications of software systems. Experts in the field illustrate how to apply state-of-the-art data mining and machine learning techniques to address software engineering concerns. In the first set of chapters, the book introduces a number of studies on mining finite

  9. False alarms and mine seismicity: An example from the Gentry Mountain mining region, Utah

    International Nuclear Information System (INIS)

    Taylor, S.R.

    1992-01-01

    Mining regions are a cause of concern for monitoring of nuclear test ban treaties because they present the opportunity for clandestine nuclear tests (i.e. decoupled explosions). Mining operations are often characterized by high seismicity rates and can provide the cover for excavating voids for decoupling. Chemical explosions (seemingly as part of normal mining activities) can be used to complicate the signals from a simultaneous decoupled nuclear explosion. Thus, most concern about mines has dealt with the issue of missed violations to a test ban treaty. In this study, we raise the diplomatic concern of false alarms associated with mining activities. Numerous reports and papers have been published about anomalous seismicity associated with mining activities. As part of a large discrimination study in the western US (Taylor et al., 1989), we had one earthquake that was consistently classified as an explosion. The magnitude 3.5 disturbance occurred on May 14, 1981 and was conspicuous in its lack of Love waves, relative lack of high- frequency energy, low Lg/Pg ratio, and high m b - M s . A moment-tensor solution by Patton and Zandt (1991) indicated the event had a large implosional component. The event occurred in the Gentry Mountain coal mining region in the eastern Wasatch Plateau, Utah. Using a simple source representation, we modeled the event as a tabular excavation collapse that occurred as a result of normal mining activities. This study raises the importance of having a good catalogue of seismic data and information about mining activities from potential proliferant nations

  10. Granular-relational data mining how to mine relational data in the paradigm of granular computing ?

    CERN Document Server

    Hońko, Piotr

    2017-01-01

    This book provides two general granular computing approaches to mining relational data, the first of which uses abstract descriptions of relational objects to build their granular representation, while the second extends existing granular data mining solutions to a relational case. Both approaches make it possible to perform and improve popular data mining tasks such as classification, clustering, and association discovery. How can different relational data mining tasks best be unified? How can the construction process of relational patterns be simplified? How can richer knowledge from relational data be discovered? All these questions can be answered in the same way: by mining relational data in the paradigm of granular computing! This book will allow readers with previous experience in the field of relational data mining to discover the many benefits of its granular perspective. In turn, those readers familiar with the paradigm of granular computing will find valuable insights on its application to mining r...

  11. Data Mining Aplications in Livestock

    Directory of Open Access Journals (Sweden)

    Feyza ALEV ÇETİN

    2016-03-01

    Full Text Available Data mining provides discovering the required and applicable knowledge from very large amounts of information collected in one centre. Data mining has been used in the information industry and society. Although many methods of data mining has been used, these techniques has been remarkable in animal husbandry in recent years. For the solution of complex problems in animal husbandry many methods were discussed and developed. Brief information on data mining techniques such as k-means approach, k-nearest neighbor approach, multivariate adaptive regression function (MARS, naive Bayesian classifiers (NBC, artificial neural networks (ANN, support vector machines (SVM, decision trees are given in the study. Some data mining methods are presented and examples of the application of data mining in the field of animal husbandry in the world are provided with this study.

  12. Data mining for bioinformatics applications

    CERN Document Server

    Zengyou, He

    2015-01-01

    Data Mining for Bioinformatics Applications provides valuable information on the data mining methods have been widely used for solving real bioinformatics problems, including problem definition, data collection, data preprocessing, modeling, and validation. The text uses an example-based method to illustrate how to apply data mining techniques to solve real bioinformatics problems, containing 45 bioinformatics problems that have been investigated in recent research. For each example, the entire data mining process is described, ranging from data preprocessing to modeling and result validation. Provides valuable information on the data mining methods have been widely used for solving real bioinformatics problems Uses an example-based method to illustrate how to apply data mining techniques to solve real bioinformatics problems Contains 45 bioinformatics problems that have been investigated in recent research.

  13. Ant Fauna Diversity in an Area Degraded by Diamond Mining in the State of Mato Grosso,Brazil

    Directory of Open Access Journals (Sweden)

    Jorge João Aparecido Nahra

    2014-12-01

    Full Text Available This study aimed at sampling the diversity of ants in environments influenced by diamond mining activities in the Brazilian savannah, providing information on the ant fauna in this region of Mato Grosso.The study was carried out in the city of Poxoréu-MT, Brazil, in a property with diamond mining,where pitfall traps were installed in four different transects per environment: A1 – degraded area by diamond mining A2 – adjacent area to A1 with savannah vegetation with anthropogenic influence, A3 – adjacent area to A2 with anthropized savannah vegetation, bordering with A4 – area with savannah vegetation preserved without anthropogenic changes. Samples were collected bimonthly for a period of one year, and the samples were quantified and identified taking into account their species level in order to allow the application of the diversity indices for each environment. 15 species of ants were sampled among the four environments, being nine species in A1, 13 in A2, 15 in A3 and 12 species in A4, presenting Brachymyrmex patagonicus as the most abundant, foraging in all environments. Diversity indices allow to conclude that A3 has the greatest diversity of species, and conversely the lower dominance, in all environments. However, A1 was the most dominant species of ants due to the lowest diversity. Thus, environmental degradation by diamond mining can affect the composition of ants and their dominance in the savannah vegetation.

  14. Single-section mines carve out a market

    International Nuclear Information System (INIS)

    Sanda, A.P.

    1991-01-01

    In the Appalachian states of Pennsylvania, West Virginia, Kentucky and Virginia there are large operations whose complexes are an agglomeration of one and two-section mines; large operators whose own mines are augmented by small contractors; small contractors whose one-section mines collectively make them large operators within this genre; and independent, sole-owner operators of single-contract mines. Finally, there is the totally independent operator who negotiates his own leases, mines his own coal and searches for his own markets. The article profiles 6 single section mines. Mines were chosen on criteria including: the equipment in use; obtaining a representive sample of the states with many small coal mines particularly West Virginia, Virginia and Kentucky; the divergence of operators and situations. The mines chosen were: Elk Run; Kinney Branch Coal Co. No. 5 mine; A ampersand G No. 1 mine; Dotson and Rife Coal Co.; Bullion Hollow Coal Co.; and Bruce Coal. The article includes production rates and mine specifications. 1 tab

  15. Mine waste acidic potential and distribution of antimony and arsenic in waters of the Xikuangshan mine, China

    International Nuclear Information System (INIS)

    Zhou, Jianwei; Nyirenda, Mathews T.; Xie, Lina; Li, Yi; Zhou, Baolong; Zhu, Yue; Liu, Huilin

    2017-01-01

    The Xikuangshan (XKS) mine in China has vast quantities of waste material and reported antimony (Sb) and arsenic (As) contamination of water in the mine area. This study estimated the potential of acid mine drainage (AMD) generation by waste material at XKS mine by using paste pH, acid base accounting and net acid generation geochemical static tests. Distribution of Sb and As in surface and groundwater in relation to mine waste AMD producing potential was also investigated. Thirty four (34) water samples and representative samples of three mine wastes from different periods (fresh, 10 and 50 years) were collected for this study: waste rock, smelting slag and tailings. The AMD prediction shows that waste rock (from 10 year period) is acid producing while the fresh mine waste had alkaline paste pH indicating the presence of reactive carbonates. Hence AMD generation may have occurred after a long time due to dissolution of carbonates. Water analysis found Sb with higher concentration than As with means of 3.74 mg/L and 0.19 mg/L respectively. Highest Sb and As concentrations were observed in the North mine along the water flow path from waste heaps and tailing pond; Mine water in the South mine also had elevated Sb and As concentrations. Mining activities at the XKS mine have accelerated Sb and As releases because of the disturbed natural equilibrium. Proper mine waste management and collection and treatment of outflow from the waste rock heaps and tailing ponds seem to be a promising mitigation options. - Highlights: • High levels of Sb and As were detected in alkaline water at Xikuangshan mine. • Static test showed that mine waste aged over 10 years was acid generating. • Mine waste influenced the high concentration of Sb and As in water. • The Sb/As ratios in water favored Sb because of high Sb content in the ore body.

  16. Data Mining Mining Data: MSHA Enforcement Efforts, Underground Coal Mine Safety, and New Health Implications

    OpenAIRE

    Kniesner, Thomas J.; Leeth, John D.

    2003-01-01

    Studies of industrial safety regulations, OSHA in particular, often find little effect on worker safety. Critics of the regulatory approach argue that safety standards have little to do with industrial injuries, and defenders of the regulatory approach cite infrequent inspections and low penalties for violating safety standards. We use recently assembled data from the Mine Safety and Health Administration (MSHA) concerning underground coal mine production, safety regulatory activities, and wo...

  17. The Distribution of the Informative Intensity of the Text in Terms of its Structure (On Materials of the English Texts in the Mining Sphere

    Directory of Open Access Journals (Sweden)

    Znikina Ludmila

    2017-01-01

    Full Text Available The article deals with the distribution of informative intensity of the English-language scientific text based on its structural features contributing to the process of formalization of the scientific text and the preservation of the adequacy of the text with derived semantic information in relation to the primary. Discourse analysis is built on specific compositional and meaningful examples of scientific texts taken from the mining field. It also analyzes the adequacy of the translation of foreign texts into another language, the relationships between elements of linguistic systems, the degree of a formal conformance, translation with the specific objectives and information needs of the recipient. Some key words and ideas are emphasized in the paragraphs of the English-language mining scientific texts. The article gives the characteristic features of the structure of paragraphs of technical text and examples of constructions in English scientific texts based on a mining theme with the aim to explain the possible ways of their adequate translation.

  18. The Distribution of the Informative Intensity of the Text in Terms of its Structure (On Materials of the English Texts in the Mining Sphere)

    Science.gov (United States)

    Znikina, Ludmila; Rozhneva, Elena

    2017-11-01

    The article deals with the distribution of informative intensity of the English-language scientific text based on its structural features contributing to the process of formalization of the scientific text and the preservation of the adequacy of the text with derived semantic information in relation to the primary. Discourse analysis is built on specific compositional and meaningful examples of scientific texts taken from the mining field. It also analyzes the adequacy of the translation of foreign texts into another language, the relationships between elements of linguistic systems, the degree of a formal conformance, translation with the specific objectives and information needs of the recipient. Some key words and ideas are emphasized in the paragraphs of the English-language mining scientific texts. The article gives the characteristic features of the structure of paragraphs of technical text and examples of constructions in English scientific texts based on a mining theme with the aim to explain the possible ways of their adequate translation.

  19. Geomorphological and hydrological transformation of the landscape due to mining activity in the mining area Bana Dolina

    International Nuclear Information System (INIS)

    Balga, J.; Hroncova, E.

    2010-01-01

    After more than 150 year history of mining activity in the brown coal mining area Bana Dolina have been produced a range of anthropogenic forms of relief. For reasons of underground coal mining to make interventions in the hydrographic network. Significant changes due to surface mining of coal seams should result in subsidence basins of different sizes, damage to buildings and roads. Mining activity was influenced by agricultural and forestry fund, gardening settlements. All these factors have contributed to the change in relief of the surrounding area. This study aims to research the effects of the largest mining Bana Dolina mining area reflecting the structure of land area. (authors)

  20. Remote Sensing based multi-temporal observation of North Korea mining activities : A case study of Rakyeon mine

    Science.gov (United States)

    Lim, J. H.; Yu, J.; Koh, S. M.; Lee, G.

    2017-12-01

    Mining is a major industrial business of North Korea accounting for significant portion of an export for North Korean economy. However, due to its veiled political system, details of mining activities of North Korea is rarely known. This study investigated mining activities of Rakyeon Au-Ag mine, North Korea based on remote sensing based multi-temporal observation. To monitor the mining activities, CORONA data acquired in 1960s and 1970s, SPOT and Landsat data acquired in 1980s and 1990s and KOMPSAT-2 data acquired in 2010s are utilized. The results show that mining activities of Rakyeon mine continuously carried out for the observation period expanding tailing areas of the mine. However, its expanding rate varies between the period related to North Korea's economic and political situations.

  1. 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.

  2. Open Pit Mining & The Cost of Water Potential Opportunities Towards Sustainable Mining

    OpenAIRE

    Sébastien J.R. Fortin

    2015-01-01

    Mining operations require vast quantities of water to run ore processing facilities and thus have a responsibility to manage this critical resource. Operations are often located in areas of limited water supply, which may create a competitive climate for water consumption. Make-up water for mineral processing can represent a significant portion of production cost for mining companies. While necessary for mining, water in open pits is problematic for extraction activities and leads to increase...

  3. WIRELESS MINE WIDE TELECOMMUNICATIONS TECHNOLOGY

    Energy Technology Data Exchange (ETDEWEB)

    Zvi H. Meiksin

    2002-04-01

    Two industrial prototype units for through-the-earth wireless communication were constructed and tested. Preparation for a temporary installation in NIOSH's Lake Lynn mine for the through-the-earth and the in-mine system were completed. Progress was made in the programming of the in-mine system to provide data communication. Work has begun to implement a wireless interface between equipment controllers and our in-mine system.

  4. Application of analytic hierarchy process in mine environmental assesment-take Fuxin mines as example

    International Nuclear Information System (INIS)

    Kong Zhizhao; Jiang Xue; Dong Shuangfa; Zhao Zhao

    2012-01-01

    We taking mine environmental assessment work by analytic hierarchy process on the basis of results of remote sensing investigation in Fuxin Mines. Putting forward an assessing system consist of index, method and levels. This system makes the levels by weight percent calculated by judging matrixes. Taking Hebei Mines as an example test the system. It shows that the result by the system is credible and is reasonable. This provides a significant data for the second-mines-plan of Liaoning Province. (authors)

  5. Data mining theories, algorithms, and examples

    CERN Document Server

    Ye, Nong

    2013-01-01

    AN OVERVIEW OF DATA MINING METHODOLOGIESIntroduction to data mining methodologiesMETHODOLOGIES FOR MINING CLASSIFICATION AND PREDICTION PATTERNSRegression modelsBayes classifiersDecision treesMulti-layer feedforward artificial neural networksSupport vector machinesSupervised clusteringMETHODOLOGIES FOR MINING CLUSTERING AND ASSOCIATION PATTERNSHierarchical clusteringPartitional clusteringSelf-organized mapProbability distribution estimationAssociation rulesBayesian networksMETHODOLOGIES FOR MINING DATA REDUCTION PATTERNSPrincipal components analysisMulti-dimensional scalingLatent variable anal

  6. Preservative treatments for building components

    Science.gov (United States)

    Stan Lebow

    2007-01-01

    The wood species most commonly used in construction have little natural durability Thus, they are treated with preservatives when used in conditions that favor biodeterioration. The type of preservative used varies with the type of wood product, exposure condition, and specific agent of deterioration. This paper discusses the characteristics of several preservative...

  7. Data mining for service

    CERN Document Server

    2014-01-01

    Virtually all nontrivial and modern service related problems and systems involve data volumes and types that clearly fall into what is presently meant as "big data", that is, are huge, heterogeneous, complex, distributed, etc. Data mining is a series of processes which include collecting and accumulating data, modeling phenomena, and discovering new information, and it is one of the most important steps to scientific analysis of the processes of services.  Data mining application in services requires a thorough understanding of the characteristics of each service and knowledge of the compatibility of data mining technology within each particular service, rather than knowledge only in calculation speed and prediction accuracy. Varied examples of services provided in this book will help readers understand the relation between services and data mining technology. This book is intended to stimulate interest among researchers and practitioners in the relation between data mining technology and its application to ...

  8. Uranium mining in Saskatchewan

    International Nuclear Information System (INIS)

    Scales, M.

    2006-01-01

    The mines of northern Saskatchewan make Canada the worlds leading uranium producer in Canada supplied 29% of global demand, or 11.60 million tonnes of the metal in 2004. Here are two bright ideas - how to mine an orebody by neither pit nor underground method, and how to mine high-grade ore without miners - that Cogema and Cameco are pursuing in the Athabasca Basin

  9. Assessment of Heavy Metals in Mining Tailing around Boroo and Zuunkharaa Gold Mining Areas of Mongolia

    OpenAIRE

    Solongo, Enkhzaya; Ohe, Kaoru; Shiomori, Koichiro; Bolormaa, Oyuntsetseg; Ochirkhuyag, Bayanjargal; Watanabe, Makiko

    2016-01-01

    This study aimed to study the mobility of heavy metals using sequential extraction analysis and assess heavy metals in soil samples of mining tailing around the small-scale gold mining areas at Boroo and Zuunkharaa in Mongolia. The samples were collected from small scale gold mining area existed in Tuv and Selenge province, Mongolia. Physicochemical, chemical and some statistical analyses were made for the mining tailing samples. The pH of the mining tailing samples was determined as 6.10 – 7...

  10. Technologies for Decreasing Mining Losses

    Science.gov (United States)

    Valgma, Ingo; Väizene, Vivika; Kolats, Margit; Saarnak, Martin

    2013-12-01

    In case of stratified deposits like oil shale deposit in Estonia, mining losses depend on mining technologies. Current research focuses on extraction and separation possibilities of mineral resources. Selective mining, selective crushing and separation tests have been performed, showing possibilities of decreasing mining losses. Rock crushing and screening process simulations were used for optimizing rock fractions. In addition mine backfilling, fine separation, and optimized drilling and blasting have been analyzed. All tested methods show potential and depend on mineral usage. Usage in addition depends on the utilization technology. The questions like stability of the material flow and influences of the quality fluctuations to the final yield are raised.

  11. Recent Developments in Microbiological Approaches for Securing Mine Wastes and for Recovering Metals from Mine Waters

    Directory of Open Access Journals (Sweden)

    D. Barrie Johnson

    2014-04-01

    Full Text Available Mining of metals and coals generates solid and liquid wastes that are potentially hazardous to the environment. Traditional methods to reduce the production of pollutants from mining and to treat impacted water courses are mostly physico-chemical in nature, though passive remediation of mine waters utilizes reactions that are catalysed by microorganisms. This paper reviews recent advances in biotechnologies that have been proposed both to secure reactive mine tailings and to remediate mine waters. Empirical management of tailings ponds to promote the growth of micro-algae that sustain populations of bacteria that essentially reverse the processes involved in the formation of acid mine drainage has been proposed. Elsewhere, targeted biomineralization has been demonstrated to produce solid products that allow metals present in mine waters to be recovered and recycled, rather than to be disposed of in landfill.

  12. 76 FR 589 - Proposed Extension of Existing Information Collection; Mine Accident, Injury, Illness, Mine...

    Science.gov (United States)

    2011-01-05

    ... requires mine operators and independent contractors to immediately notify MSHA in the event of an accident... provides for uniform information gathering across the mining industry. Section 50.30 requires mine... types. These rates are used to analyze trends and to assess the degree of success of the health and...

  13. Mining for solutions, extracting discord: corporate social responsibility and canadian mining companies in Latin America

    OpenAIRE

    Stevens, Julie Ann

    2009-01-01

    While the mining industry generates many benefits to society, the industry has in some cases had a detrimental impact on affected communities. This paradox, manifested in the unequal distribution of costs and benefits amongst stakeholders, has prompted widespread scrutiny of the mining industry. Critique of the industry has questioned whether mining provides an economically, environmentally and socially sustainable model of development. Mining companies are increasingly adopting Corporate Soc...

  14. Arsenic pollution and fractionation in sediments and mine waste samples from different mine sites

    International Nuclear Information System (INIS)

    Larios, Raquel; Fernández-Martínez, Rodolfo; Álvarez, Rodrigo; Rucandio, Isabel

    2012-01-01

    A characterization of arsenic pollution and its associations with solid mineral phases in sediments and spoil heap samples from four different abandoned mines in Spain is performed. Three of them were mercury mines located in the same mining district, in the province of Asturias, and the other one, devoted to arsenic mining, is in the province of León. A sequential extraction procedure, especially developed for arsenic, was applied for the study of arsenic partitioning. Very high total arsenic concentrations ranging 300–67,000 mg·kg −1 were found. Arsenic fractionation in each mine is broadly in accordance with the mineralogy of the area and the extent of the mine workings. In almost all the studied samples, arsenic appeared predominantly associated with iron oxyhydroxides, especially in the amorphous form. Sediments from cinnabar roasted piles showed a higher arsenic mobility as a consequence of an intense ore treatment, posing an evident risk of arsenic spread to the surroundings. Samples belonging to waste piles where the mining activity was less intense presented a higher proportion of arsenic associated with structural minerals. Nevertheless, it represents a long-term source of arsenic to the environment. - Highlights: ► Arsenic fractionation in sediments from different mining areas is evaluated. ► A sequential extraction scheme especially designed for arsenic partitioning is applied. ► As associations with mineral pools is in accordance to the mineralogy of each area. ► As distribution and mobility in each area depends on the extent of mining activity. ► As occurs mainly associated with amorphous iron oxyhydroxides in all samples.

  15. Arsenic pollution and fractionation in sediments and mine waste samples from different mine sites

    Energy Technology Data Exchange (ETDEWEB)

    Larios, Raquel; Fernandez-Martinez, Rodolfo [Unidad de Espectroscopia, Division de Quimica, Departamento de Tecnologia, CIEMAT. Av. Complutense, 40, E-28040 Madrid (Spain); Alvarez, Rodrigo [Dpto. de Explotacion y Prospeccion de Minas, Universidad de Oviedo, ETS de Ingenieros de Minas, C/Independencia, 13, E-33004 Oviedo (Spain); Rucandio, Isabel, E-mail: isabel.rucandio@ciemat.es [Unidad de Espectroscopia, Division de Quimica, Departamento de Tecnologia, CIEMAT. Av. Complutense, 40, E-28040 Madrid (Spain)

    2012-08-01

    A characterization of arsenic pollution and its associations with solid mineral phases in sediments and spoil heap samples from four different abandoned mines in Spain is performed. Three of them were mercury mines located in the same mining district, in the province of Asturias, and the other one, devoted to arsenic mining, is in the province of Leon. A sequential extraction procedure, especially developed for arsenic, was applied for the study of arsenic partitioning. Very high total arsenic concentrations ranging 300-67,000 mg{center_dot}kg{sup -1} were found. Arsenic fractionation in each mine is broadly in accordance with the mineralogy of the area and the extent of the mine workings. In almost all the studied samples, arsenic appeared predominantly associated with iron oxyhydroxides, especially in the amorphous form. Sediments from cinnabar roasted piles showed a higher arsenic mobility as a consequence of an intense ore treatment, posing an evident risk of arsenic spread to the surroundings. Samples belonging to waste piles where the mining activity was less intense presented a higher proportion of arsenic associated with structural minerals. Nevertheless, it represents a long-term source of arsenic to the environment. - Highlights: Black-Right-Pointing-Pointer Arsenic fractionation in sediments from different mining areas is evaluated. Black-Right-Pointing-Pointer A sequential extraction scheme especially designed for arsenic partitioning is applied. Black-Right-Pointing-Pointer As associations with mineral pools is in accordance to the mineralogy of each area. Black-Right-Pointing-Pointer As distribution and mobility in each area depends on the extent of mining activity. Black-Right-Pointing-Pointer As occurs mainly associated with amorphous iron oxyhydroxides in all samples.

  16. Preservation of Built Environments

    DEFF Research Database (Denmark)

    Pilegaard, Marie Kirstine

    When built environments and recently also cultural environments are to be preserved, the historic and architectural values are identified as the key motivations. In Denmark the SAVE system is used as a tool to identify architectural values, but in recent years it has been criticized for having...... architectural value in preservation work as a matter of maintaining the buildings -as keeping them "alive" and allowing this to continue in the future. The predominantly aesthetic preservation approach will stop the buildings' life process, which is the same as - "letting them die". Finnebyen in Aarhus...... is an example of a residential area, where the planning authority currently has presented a preservational district plan, following guidelines from the SAVE method. The purpose is to protect the area's architectural values in the future. The predominantly aesthetic approach is here used coupled to the concept...

  17. Interaction of mining activities and aquatic environment: A review from Greek mine sites.

    Science.gov (United States)

    Vasileiou, Eleni; Kallioras, Andreas

    2016-04-01

    In Greece a significant amount of mineral and ore deposits have been recorded accompanied by large industrial interest and a long mining history. Today many active and/or abandoned mine sites are scattered within the country; while mining activities take place in different sites for exploiting various deposits (clay, limestone, slate, gypsum, kaolin, mixed sulphide ores (lead, zinc, olivine, pozzolan, quartz lignite, nickel, magnesite, aluminum, bauxite, gold, marbles etc). The most prominent recent ones are: (i) the lignite exploitation that is extended in the area of Ptolemais (Western Macedonia) and Megalopolis (Central Peloponnese); and (ii) the major bauxite deposits located in central Greece within the Parnassos-Ghiona geotectonic zone and on Euboea Island. In the latter area, significant ores of magnesite were exploited and mixed sulphide ores. Centuries of intensive mining exploitation and metallurgical treatment of lead-silver deposits in Greece, have also resulted in significant abandoned sites, such as the one in Lavrion. Mining activities in Lavrio, were initiated in ancient times and continued until the 1980s, resulting in the production of significant waste stockpiles deposited in the area, crucial for the local water resources. Ιn many mining sites, environmental pressures are also recorded after the mine closure to the aquatic environment, as the surface waters flow through waste dump areas and contaminated soils. This paper aims to the geospatial visualization of the mining activities in Greece, in connection to their negative (surface- and/or ground-water pollution; overpumping due to extensive dewatering practices) or positive (enhanced groundwater recharge; pit lakes, improvement of water budget in the catchment scale) impacts on local water resources.

  18. 30 CFR 75.302 - Main mine fans.

    Science.gov (United States)

    2010-07-01

    ... 30 Mineral Resources 1 2010-07-01 2010-07-01 false Main mine fans. 75.302 Section 75.302 Mineral... SAFETY STANDARDS-UNDERGROUND COAL MINES Ventilation § 75.302 Main mine fans. Each coal mine shall be ventilated by one or more main mine fans. Booster fans shall not be installed underground to assist main mine...

  19. Potential socio-economic consequences of mine closure

    Directory of Open Access Journals (Sweden)

    Marietjie Ackermann

    2018-01-01

    Full Text Available Background: Mine closures generally reveal negligence on the part of mining houses, not only in terms of the environment, but also the surrounding mining communities. Aim: This article reflects on the findings of research into the socio-economic consequences of mine closure. The research specifically explored how mineworkers’ dependency on their employment at a mine affects their ability to sustain their livelihood. Setting: The research was conducted at the Orkney Mine and the Grootvlei Mine (Springs. Methods: The research was conducted within a naturalistic domain, guided by a relativist orientation, a constructivist ontology and an interpretivist epistemology. Data were collected by means of document analysis, semi-structured interviews, focus group discussion and unstructured observation. Results: From the research findings, it is evident that mine closures, in general, have a devastating effect on the surrounding mining communities as well as on the employees. Mine closures in the case studies gradually depleted the mining communities’ livelihood assets and resulted in the collapse of their coping strategies and livelihood outcomes. It generally affected the communities’ nutrition, health, education, food security, water, shelter, levels of community participation and personal safety. Conclusion: If not managed efficiently and effectively, mine closures may pose significant challenges to the mining industry, government, the environment, national and local economic prosperity and communities in the peripheral areas of mines. This truly amplifies that mine closure, whether temporary or permanent, is an issue that needs to be addressed with responsibility towards all stakeholders, including the mining community and the labour force.

  20. A novel method for estimating methane emissions from underground coal mines: The Yanma coal mine, China

    Science.gov (United States)

    Ji, Zhong-Min; Chen, Zhi-Jian; Pan, Jie-Nan; Niu, Qing-He

    2017-12-01

    As the world's largest coal producer and consumer, China accounts for a relatively high proportion of methane emissions from coal mines. Several estimation methods had been established for the coal mine methane (CMM) emission. However, with large regional differences, various reservoir formation types of coalbed methane (CBM) and due to the complicated geological conditions in China, these methods may be deficient or unsuitable for all the mining areas (e.g. Jiaozuo mining area). By combing the CMM emission characteristics and considering the actual situation of methane emissions from underground coal mine, we found that the methane pre-drainage is a crucial reason creating inaccurate evaluating results for most estimation methods. What makes it so essential is the extensive pre-drainage quantity and its irrelevance with annual coal production. Accordingly, the methane releases were divided into two categories: methane pre-drainage and methane release during mining. On this basis, a pioneering method for estimating CMM emissions was proposed. Taking the Yanma coal mine in the Jiaozuo mining area as a study case, the evaluation method of the pre-drainage methane quantity was established after the correlation analysis between the pre-drainage rate and time. Thereafter, the mining activity influence factor (MAIF) was first introduced to reflect the methane release from the coal and rock seams around where affected by mining activity, and the buried depth was adopted as the predictor of the estimation for future methane emissions. It was verified in the six coal mines of Jiaozuo coalfield (2011) that the new estimation method has the minimum errors of 12.11%, 9.23%, 5.77%, -5.20%, -8.75% and 4.92% respectively comparing with other methods. This paper gives a further insight and proposes a more accurate evaluation method for the CMM emissions, especially for the coal seams with low permeability and strong tectonic deformation in methane outburst coal mines.

  1. Preservative-free versus preserved latanoprost eye drops in patients with open-angle glaucoma or ocular hypertension.

    Science.gov (United States)

    Aptel, Florent; Choudhry, Reena; Stalmans, Ingeborg

    2016-08-01

    This study compared the efficacy, safety, and pharmacokinetics of a preservative-free latanoprost formulation to an established, benzalkonium chloride (BAK) containing formulation for the treatment of open-angle glaucoma or ocular hypertension. This was a phase II, randomized, cross-over, investigator-masked, multi-center, pilot study (NCT01494753). A total of 30 untreated adult patients (aged ≥18 years) with primary open angle glaucoma, pseudo-exfoliative glaucoma, pigmentary glaucoma, or ocular hypertension received either preservative-free or preserved latanoprost once daily in both eyes for 6 weeks, before crossing over to receive the other treatment. Efficacy (intraocular pressure [IOP] at 8 am, midday, 4 pm and 8 pm, and global efficacy assessment by investigator), safety (adverse events, ocular symptoms and global tolerance, slit lamp examination, funduscopy, visual field examination, visual acuity, and heart rate), and pharmacokinetics were assessed at Days 0, 42, and 84. Both treatments resulted in a reduction in IOP that was similar for the preservative-free and the preserved formulation at all time points. Similarly, the overall diurnal reduction was similar in both groups (6.3 mmHg [27.9% reduction] and 6.4 mmHg [28.1% reduction] for preserved and preservative-free latanoprost, respectively). There were no differences in global efficacy assessment or in the safety and tolerance of each treatment. Systemic concentrations of latanoprost were very low; AUC0-30 and Cmax were lower and tmax was longer for preservative-free latanoprost. Preservative-free latanoprost showed similar efficacy at all time points compared to BAK preservative containing formulation, with no difference in tolerance, allowing progression to phase III clinical development.

  2. Communications construction on mining grounds influenced by mining damage. Budownictwo komunikacyjne na terenach objetych szkodami gorniczymi

    Energy Technology Data Exchange (ETDEWEB)

    Rosikon, A

    1979-01-01

    This book considers problems associated with construction of communication lines on grounds influenced by underground coal mining. It is stated that about 50% of coal mined in Poland comes from protective coal pillars. Improving methods of strata control and ground control after underground mining will influence perspectives of mining in protective pillars. The following problems associated with minimizing mining damage are analyzed: types of ground deformation caused by underground mining, continuous and discontinuous deformation, factors which influence formation of subsidence troughs, forecasting ground subsidence according to the Knothe and Budryk theory, horizontal and vertical ground dislocation, coefficients used for description of ground deformation, Kochmanski's theory of continuous deformation, effects of ground subsidence of foundations of buildings and industrial structures, construction of roads, railway tracks and other communication lines on ground influenced by discontinuous deformations caused by coal mining, problems associated with construction of bridges and tunnels, construction of sewage systems, effects of underground mining on maintenance and repair of communication lines and sewage systems. Ways of minimizing discontinuous ground deformation are analyzed.

  3. Statistical properties of mine tremor aftershocks

    CSIR Research Space (South Africa)

    Kgarume, TE

    2010-02-01

    Full Text Available Mine tremors and their aftershocks pose a risk to mine workers in the deep gold mines of South Africa. The statistical properties of mine-tremor aftershocks were investigated as part of an endeavour to assess the hazard and manage the risk. Data...

  4. Living conditions of mine workers from eight mines in South Africa

    CSIR Research Space (South Africa)

    Pelders, Jodi L

    2018-04-01

    Full Text Available interviews with labour representatives, 14 focus groups with mine workers, and 875 questionnaires completed by mine workers. The use of single-sex hostels and hostel room occupancy rates has reduced, while the use of living-out allowances (LOAs) has increased...

  5. Comparative in vitro toxicology study of travoprost polyquad-preserved, travoprost BAK-preserved, and latanoprost BAK-preserved ophthalmic solutions on human conjunctival epithelial cells.

    Science.gov (United States)

    Brignole-Baudouin, Françoise; Riancho, Luisa; Liang, Hong; Baudouin, Christophe

    2011-11-01

    To compare the toxicological profile of a new formulation of travoprost 0.004% ophthalmic solution (travoprost PQ), containing the preservative polyquaternium-1(PQ, polyquad), with the commercially available formulation of benzalkonium chloride (BAK)-preserved travoprost 0.004% ophthalmic solution (travoprost BAK) and BAK-preserved latanoprost 0.005% ophthalmic solution (latanoprost BAK). Human conjunctival epithelial cells were incubated with phosphate-buffered saline (PBS), BAK 0.015%, BAK 0.020%, PQ 0.001%, travoprost PQ preserved with PQ 0.001%, travoprost preserved with BAK 0.015%, or latanoprost preserved with BAK 0.020%. Six toxicological assays were used to assess: cell viability (neutral red, Alamar blue), apoptosis (YO-PRO-1, Hoechst 33342), and oxidative stress (H(2)DCF-DA, hydroethidine). Apoptosis and oxidative stress were each reported according to cell viability as observed with neutral red and Alamar blue for a total of 10 analyses per treatment depending on the cell viability test used to interpret apoptosis and oxidative stress responses. There were no significant differences in toxicity between cells exposed to PBS and cells exposed to travoprost PQ (10/10 analyses) or PQ 0.001% (9/10 analyses). Ten out of 10 analyses revealed that travoprost PQ produced significantly less cytotoxicity than latanoprost BAK (p solution in 9 of 10 analyses (p < 0.0001). A panel of in vitro toxicity analyses supports the safety of travoprost PQ. Travoprost PQ may be better for ocular surface health than BAK-preserved formulations of latanoprost or travoprost but clinical studies are required to validate these comparisons.

  6. Biodiversity loss from deep-sea mining

    OpenAIRE

    C. L. Van Dover; J. A. Ardron; E. Escobar; M. Gianni; K. M. Gjerde; A. Jaeckel; D. O. B. Jones; L. A. Levin; H. Niner; L. Pendleton; C. R. Smith; T. Thiele; P. J. Turner; L. Watling; P. P. E. Weaver

    2017-01-01

    The emerging deep-sea mining industry is seen by some to be an engine for economic development in the maritime sector. The International Seabed Authority (ISA) – the body that regulates mining activities on the seabed beyond national jurisdiction – must also protect the marine environment from harmful effects that arise from mining. The ISA is currently drafting a regulatory framework for deep-sea mining that includes measures for environmental protection. Responsible mining increasingly stri...

  7. Mine planning and scheduling at Ranger Uranium Mine - environmental requirements and economics

    International Nuclear Information System (INIS)

    Bath, L.J.

    1984-01-01

    Ranger Uranium Mines operates an open cut located in the Northern Territory. Strict environmental controls govern all operations and the water management requirements have the greatest impact on mine planning. The two main goals of planning are to provide mill feed and to mine sufficient suitable quality waste rock for ongoing construction of the tailings dam. Early planning concentrated on staged development of the pit to provide access to as much ore as possible for a given amount of development. All waste was considered to be suitable construction material. Grade control of crusher feed was the main problem in planning, as wide variations occur in ore grade over relatively short distances. Water management for the site operates a 'no release' system for contaminated waters. Design storage has proven inadequate, and the open cut has been used as the extra storage. As construction of future stages of the tailings dam requires non-mineralised rock materials which meet specific quality criteria, the mine has had to re-examine long term planning and pit development strategies. This has entailed the collection of much data not required under normal mining conditions, such as the assaying of waste drill core. The overall impact on mine planning of the environmental regulations has been to alter the philosophy of earlier planning, making it necessary to create a new strategy for pit development with the accent on exposing waste

  8. 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.

  9. Green Mines green energy : establishing productive land on mine tailings

    Energy Technology Data Exchange (ETDEWEB)

    Tisch, B.; Zinck, J.; Vigneault, B. [Natural Resources Canada, Ottawa, ON (Canada). CANMET Mining and Mineral Sciences Laboratories

    2009-02-15

    The Green Mines green energy research project was initiated by the CANMET Mining and Mineral Sciences Laboratories of Natural Resources Canada. The objective of the initiative was to demonstrate that organic residuals could be used to remediate mine tailings and establish agriculturally productive land where energy crops such as corn, canola, soy, switchgrass and other species could be grown and harvested specifically as feedstock for the production of green fuels. This paper discussed the scope and progress to date of the Green Mines green energy project. This included discussion about a column leaching study and about effluent treatability and toxicity. Neutralization test results and the results of field trials were presented. The paper concluded with a discussion of next steps. An advisory committee has been established to review annual progress and establish research directions. Overall, preliminary results from the column study suggest that sulphate reduction at the tailings-biosolids interface is occurring, although steady state has not yet been reached after more than one year of testing. 1 tab., 3 figs.

  10. Green Mines green energy : establishing productive land on mine tailings

    International Nuclear Information System (INIS)

    Tisch, B.; Zinck, J.; Vigneault, B.

    2009-01-01

    The Green Mines green energy research project was initiated by the CANMET Mining and Mineral Sciences Laboratories of Natural Resources Canada. The objective of the initiative was to demonstrate that organic residuals could be used to remediate mine tailings and establish agriculturally productive land where energy crops such as corn, canola, soy, switchgrass and other species could be grown and harvested specifically as feedstock for the production of green fuels. This paper discussed the scope and progress to date of the Green Mines green energy project. This included discussion about a column leaching study and about effluent treatability and toxicity. Neutralization test results and the results of field trials were presented. The paper concluded with a discussion of next steps. An advisory committee has been established to review annual progress and establish research directions. Overall, preliminary results from the column study suggest that sulphate reduction at the tailings-biosolids interface is occurring, although steady state has not yet been reached after more than one year of testing. 1 tab., 3 figs

  11. Principles of integrated modeling of coal seam mining

    Energy Technology Data Exchange (ETDEWEB)

    Magda, R

    1983-01-01

    Mathematical modeling of underground coal mining is discussed. Construction of a mathematical model of an underground mine is analyzed. The model is based on integrating the elementary units (modules). A so-called elementary mining field is defined with the example of a longwall face. A model of an elementary coal seam zone is constructed by integrating the elementary mining fields (in time and space) and supplementing them with a suitable model of mine roadway structure. By integrating the elementary coal seam zones a model of mining level is constructed. Such a mathematical model is used for optimizing the selected mining parameters e.g. structure of mine roadways, size of a coal mine, and organizational scheme of underground mining in a mine or in a mine section using the standardized optimization criterion e.g. investment. Use of the integration model of underground mining for optimizing coal mine construction is evaluated. The following elements of investment and operating cost are considered: shaft excavation, shaft equipment, investment in mining sections, ventilation, mine draining etc. 1 reference.

  12. Mine waters: Acidic to circumneutral

    Science.gov (United States)

    Nordstrom, D. Kirk

    2011-01-01

    Acid mine waters, often containing toxic concentrations of Fe, Al, Cu, Zn, Cd, Pb, Ni, Co, and Cr, can be produced from the mining of coal and metallic deposits. Values of pH for acid mine waters can range from –3.5 to 5, but even circumneutral (pH ≈ 7) mine waters can have high concentrations of As, Sb, Mo, U, and F. When mine waters are discharged into streams, lakes, and the oceans, serious degradation of water quality and injury to aquatic life can ensue, especially when tailings impoundments break suddenly. The main acid-producing process is the exposure of pyrite to air and water, which promotes oxidative dissolution, a reaction catalyzed by microbes. Current and future mining should plan for the prevention and remediation of these contaminant discharges by the application of hydrogeochemical principles and available technologies, which might include remining and recycling of waste materials.

  13. Microbial control and food Preservation: Theory and practice:Principles of food preservation

    Science.gov (United States)

    Food preservation is an action or method used to maintain foods at certain desirable properties or quality to obtain maximum benefit. A good method of food preservation is one that slows down or prevents altogether the action of the agents of spoilage without damaging the food. To achieve this, cert...

  14. Acid mine drainage

    Science.gov (United States)

    Bigham, Jerry M.; Cravotta, Charles A.

    2016-01-01

    Acid mine drainage (AMD) consists of metal-laden solutions produced by the oxidative dissolution of iron sulfide minerals exposed to air, moisture, and acidophilic microbes during the mining of coal and metal deposits. The pH of AMD is usually in the range of 2–6, but mine-impacted waters at circumneutral pH (5–8) are also common. Mine drainage usually contains elevated concentrations of sulfate, iron, aluminum, and other potentially toxic metals leached from rock that hydrolyze and coprecipitate to form rust-colored encrustations or sediments. When AMD is discharged into surface waters or groundwaters, degradation of water quality, injury to aquatic life, and corrosion or encrustation of engineered structures can occur for substantial distances. Prevention and remediation strategies should consider the biogeochemical complexity of the system, the longevity of AMD pollution, the predictive power of geochemical modeling, and the full range of available field technologies for problem mitigation.

  15. Thin seam mining

    Energy Technology Data Exchange (ETDEWEB)

    Sikora, W [Politechnika Slaska, Gliwice (Poland). Instytut Mechanizacji Gornictwa

    1989-06-01

    Discusses thin seam mining in Poland and its prospects. There were 194 working faces in coal seams to 1.5 m thick in Poland in 1988. Of them, 115 fell on faces with powered supports, 79 on faces with SHC-40 and Valent props; 108 shearer loaders and 45 coal plows were used for longwall mining of thin coal seams. Drilling and blasting was used to mine 21 working faces. Longwall faces in seams to 1.0 m thick gave 2.0% coal output, faces in coal seams 1.01-1.5 m thick gave 12.2% of daily coal output of underground mining. Structure of daily coal output of faces in thin seams was the following: 52 faces below 300 t/day, 42 from 301-500 t/day, 63 from 501 to 1,000 t/day, 17 faces above 1,000 t/day. Prospects for increasing coal output of faces in thin seams are discussed. 7 refs.

  16. Mining royalties and the implications of the Northern Territory Green Paper for the Australian mining industry

    International Nuclear Information System (INIS)

    Garnaut, R.

    1982-01-01

    The 1981 Green Paper on Mining Royalty Policy for the Northern Territory is a significant landmark in the evolution of fiscal policy in relation to mining in Australia. However, as with mining on Aboriginal land, the Green Paper and the new Royalties Bill have not settled fiscal policy in relation to uranium mining. The Commonwealth still, although presumably temporarily, retains the power to set and to collect royalties on uranium mining. The coincidence that places the most valuable known uranium deposits on Aboriginal land further increases uncertainty about fiscal policy

  17. Conceptual Paper: Digital Preservation Strategies in Archival Institution

    OpenAIRE

    Ismail Adila; Bullah Affandy Habee

    2018-01-01

    In this paper, the overall overview of concept of preservation regardless if it is preservation of physical records/archives or digital records/archives is discussed. The concept of the preservation discussed includes preventive preservation, restorative preservation, and content preservation. Then the concept of digital preservation. Furthermore, this paper highlighted the strategies and methods used in implementing the preservation of digital records/archives. The issues those are involved ...

  18. Mass preserving image registration

    DEFF Research Database (Denmark)

    Gorbunova, Vladlena; Sporring, Jon; Lo, Pechin Chien Pau

    2010-01-01

    The paper presents results the mass preserving image registration method in the Evaluation of Methods for Pulmonary Image Registration 2010 (EMPIRE10) Challenge. The mass preserving image registration algorithm was applied to the 20 image pairs. Registration was evaluated using four different...

  19. Emerging concepts in liver graft preservation

    Science.gov (United States)

    Bejaoui, Mohamed; Pantazi, Eirini; Folch-Puy, Emma; Baptista, Pedro M; García-Gil, Agustín; Adam, René; Roselló-Catafau, Joan

    2015-01-01

    The urgent need to expand the donor pool in order to attend to the growing demand for liver transplantation has obliged physicians to consider the use of suboptimal liver grafts and also to redefine the preservation strategies. This review examines the different methods of liver graft preservation, focusing on the latest advances in both static cold storage and machine perfusion (MP). The new strategies for static cold storage are mainly designed to increase the fatty liver graft preservation via the supplementation of commercial organ preservation solutions with additives. In this paper we stress the importance of carrying out effective graft washout after static cold preservation, and present a detailed discussion of the future perspectives for dynamic graft preservation using MP at different temperatures (hypothermia at 4 °C, normothermia at 37 °C and subnormothermia at 20 °C-25 °C). Finally, we highlight some emerging applications of regenerative medicine in liver graft preservation. In conclusion, this review discusses the “state of the art” and future perspectives in static and dynamic liver graft preservation in order to improve graft viability. PMID:25593455

  20. Injury experience in coal mining, 1991

    Energy Technology Data Exchange (ETDEWEB)

    1991-12-31

    This Mine Safety and Health Administration (MSHA) informational report reviews in detail the occupational injury and illness experience of coal mining in the United States for 1991. Data reported by operators of mining establishments concerning work injuries are summarized by work location, accident classification, part of body injured, nature of injury, occupation, and anthracite or bituminous coal. Related information on employment, worktime, and operating activity also is presented. Data reported by independent contractors performing certain work at mining locations are depicted separately in this report. For ease of comparison between coal mining and the metal and nonmetal mineral mining industries, summary reference tabulations are included at the end of both the operator and the contractor sections of this report. Data used in compiling this report were reported by operators of coal mines and preparation plants on a mandatory basis as required under the Federal Mine Safety and Health Act of 1977, Public Law 91-173,as amended by Public Law 95-164. Since January 1, 1978, operators of mines or preparation plants or both which are subject to the Act have been required under 30 CFR, Part 50, to submit reports of injuries, occupational illnesses, and related data.

  1. Data Mining Tools in Science Education

    OpenAIRE

    Premysl Zaskodny

    2012-01-01

    The main principle of paper is Data Mining in Science Education (DMSE) as Problem Solving. The main goal of paper is consisting in Delimitation of Complex Data Mining Tool and Partial Data Mining Tool of DMSE. The procedure of paper is consisting of Data Preprocessing in Science Education, Data Processing in Science Education, Description of Curricular Process as Complex Data Mining Tool (CP-DMSE), Description of Analytical Synthetic Modeling as Partial Data Mining Tool (ASM-DMSE) and finally...

  2. Route survey periodicity for mine warfare

    OpenAIRE

    Coke, Hartwell F.

    2009-01-01

    Approved for public release, distribution unlimited One of the Navy's most long standing challenges has been conquering the mine warfare threat. As mines and mine warfare techniques evolve and become more sophisticated, so does the United States' ability to counter the threat. The United States newest technique for countering a potential mined harbor, or route, is a process known as "change detection." This concept uses previous side scan sonar images of the area prior to a mining event an...

  3. Neutralization and attenuation of metal species in acid mine drainage and mine leachates using magnesite: a batch experimental approach

    CSIR Research Space (South Africa)

    Masindi, Vhahangwele

    2014-08-01

    Full Text Available International Mine Water Association Conference – An Interdisciplinary Response to Mine Water Challenges, China University of Mining and Technogy, China, China, 18-22 August 2014 Neutralization and Attenuation of Metal Species in Acid Mine Drainage and Mine...

  4. Genetic process mining

    NARCIS (Netherlands)

    Aalst, van der W.M.P.; Alves De Medeiros, A.K.; Weijters, A.J.M.M.; Ciardo, G.; Darondeau, P.

    2005-01-01

    The topic of process mining has attracted the attention of both researchers and tool vendors in the Business Process Management (BPM) space. The goal of process mining is to discover process models from event logs, i.e., events logged by some information system are used to extract information about

  5. Moment Tensor Inversion with 3D sensor configuration of Mining Induced Seismicity (Kiruna mine, Sweden)

    Science.gov (United States)

    Ma, Ju; Dineva, Savka; Cesca, Simone; Heimann, Sebastian

    2018-03-01

    Mining induced seismicity is an undesired consequence of mining operations, which poses significant hazard to miners and infrastructures and requires an accurate analysis of the rupture process. Seismic moment tensors of mining-induced events help to understand the nature of mining-induced seismicity by providing information about the relationship between the mining, stress redistribution and instabilities in the rock mass. In this work, we adapt and test a waveform-based inversion method on high frequency data recorded by a dense underground seismic system in one of the largest underground mines in the world (Kiruna mine, Sweden). Stable algorithm for moment tensor inversion for comparatively small mining induced earthquakes, resolving both the double couple and full moment tensor with high frequency data is very challenging. Moreover, the application to underground mining system requires accounting for the 3D geometry of the monitoring system. We construct a Green's function database using a homogeneous velocity model, but assuming a 3D distribution of potential sources and receivers. We first perform a set of moment tensor inversions using synthetic data to test the effects of different factors on moment tensor inversion stability and source parameters accuracy, including the network spatial coverage, the number of sensors and the signal-to-noise ratio. The influence of the accuracy of the input source parameters on the inversion results is also tested. Those tests show that an accurate selection of the inversion parameters allows resolving the moment tensor also in presence of realistic seismic noise conditions. Finally, the moment tensor inversion methodology is applied to 8 events chosen from mining block #33/34 at Kiruna mine. Source parameters including scalar moment, magnitude, double couple, compensated linear vector dipole and isotropic contributions as well as the strike, dip, rake configurations of the double couple term were obtained. The orientations

  6. Moment tensor inversion with three-dimensional sensor configuration of mining induced seismicity (Kiruna mine, Sweden)

    Science.gov (United States)

    Ma, Ju; Dineva, Savka; Cesca, Simone; Heimann, Sebastian

    2018-06-01

    Mining induced seismicity is an undesired consequence of mining operations, which poses significant hazard to miners and infrastructures and requires an accurate analysis of the rupture process. Seismic moment tensors of mining-induced events help to understand the nature of mining-induced seismicity by providing information about the relationship between the mining, stress redistribution and instabilities in the rock mass. In this work, we adapt and test a waveform-based inversion method on high frequency data recorded by a dense underground seismic system in one of the largest underground mines in the world (Kiruna mine, Sweden). A stable algorithm for moment tensor inversion for comparatively small mining induced earthquakes, resolving both the double-couple and full moment tensor with high frequency data, is very challenging. Moreover, the application to underground mining system requires accounting for the 3-D geometry of the monitoring system. We construct a Green's function database using a homogeneous velocity model, but assuming a 3-D distribution of potential sources and receivers. We first perform a set of moment tensor inversions using synthetic data to test the effects of different factors on moment tensor inversion stability and source parameters accuracy, including the network spatial coverage, the number of sensors and the signal-to-noise ratio. The influence of the accuracy of the input source parameters on the inversion results is also tested. Those tests show that an accurate selection of the inversion parameters allows resolving the moment tensor also in the presence of realistic seismic noise conditions. Finally, the moment tensor inversion methodology is applied to eight events chosen from mining block #33/34 at Kiruna mine. Source parameters including scalar moment, magnitude, double-couple, compensated linear vector dipole and isotropic contributions as well as the strike, dip and rake configurations of the double-couple term were obtained

  7. Data Mining Mining Data: MSHA Enforcement Efforts, Underground Coal Mine Safety, and New Health Policy Implications

    OpenAIRE

    Thomas J. Kniesner; John D. Leeth

    2003-01-01

    Studies of industrial safety regulations, Occupational Safety and Health Administration (OSHA) in particular, often find little effect on worker safety. Critics of the regulatory approach argue that safety standards have little to do with industrial injuries and defenders of the regulatory approach cite infrequent inspections and low fines for violating safety standards. We use recently assembled data from the Mine Safety and Health Administration (MSHA) concerning underground coal mine produ...

  8. 30 CFR 75.203 - Mining methods.

    Science.gov (United States)

    2010-07-01

    ... 30 Mineral Resources 1 2010-07-01 2010-07-01 false Mining methods. 75.203 Section 75.203 Mineral... SAFETY STANDARDS-UNDERGROUND COAL MINES Roof Support § 75.203 Mining methods. (a) The method of mining... faulty pillar recovery methods. Pillar dimensions shall be compatible with effective control of the roof...

  9. Standard values of quality and ore mining costs in management of multi-plant mining company

    Energy Technology Data Exchange (ETDEWEB)

    Kudelko, Jan [KGHM CUPRUM Research and Development Center, Wroclaw (Poland); Wirth, Herbert [KGHM Polska Miedz S.A., Lubin (Poland)

    2010-03-15

    Profitability of copper deposit mining depends on three basic variables, electrolytic copper price, manufacturing and selling costs of copper and company property involved in production process. If the company property is adjusted to its tasks then the mining profiability depends on costs of copper mining and selling, because the price is the external variable defined by the market. We can shape the costs in two (complementary) ways, traditionally, reducing the labor, material and power consumption, and by adjusting the quality of mined ore (copper content) to the level required by the current copper prices. Required quality of copper ore in the whole company we determine according to the accepted profitability criteria and then we determine quality standard for individual mines. Algorithms determining the ore quality standard resulting from current market price of copper are presented in the paper. Calculation models for the mined ore quality standards, unit mining costs per one ton of copper, electrolytic copper production and ore output are given. Standards were established for one variable assuming that the other variables are determined in this calculation. Innovative solution, presented in the paper, is the method of decomposition of the company controllable variables into the tasks for individual mines providing reaching the targets to the whole technological circuit. Using the models, having relatively few data, it will be possible to calculate quickly the values which are interesting for managers such as for example the prognosis of rate of return (economic or operational), required copper content in the mined ore for the whole company and individual mines at given rate of return or boundary level of copper content in comparison with cost and production level. Examples of calculation are provided. (orig.)

  10. Characterization of airborne float coal dust emitted during continuous mining, longwall mining and belt transport.

    Science.gov (United States)

    Shahan, M R; Seaman, C E; Beck, T W; Colinet, J F; Mischler, S E

    2017-09-01

    Float coal dust is produced by various mining methods, carried by ventilating air and deposited on the floor, roof and ribs of mine airways. If deposited, float dust is re-entrained during a methane explosion. Without sufficient inert rock dust quantities, this float coal dust can propagate an explosion throughout mining entries. Consequently, controlling float coal dust is of critical interest to mining operations. Rock dusting, which is the adding of inert material to airway surfaces, is the main control technique currently used by the coal mining industry to reduce the float coal dust explosion hazard. To assist the industry in reducing this hazard, the Pittsburgh Mining Research Division of the U.S. National Institute for Occupational Safety and Health initiated a project to investigate methods and technologies to reduce float coal dust in underground coal mines through prevention, capture and suppression prior to deposition. Field characterization studies were performed to determine quantitatively the sources, types and amounts of dust produced during various coal mining processes. The operations chosen for study were a continuous miner section, a longwall section and a coal-handling facility. For each of these operations, the primary dust sources were confirmed to be the continuous mining machine, longwall shearer and conveyor belt transfer points, respectively. Respirable and total airborne float dust samples were collected and analyzed for each operation, and the ratio of total airborne float coal dust to respirable dust was calculated. During the continuous mining process, the ratio of total airborne float coal dust to respirable dust ranged from 10.3 to 13.8. The ratios measured on the longwall face were between 18.5 and 21.5. The total airborne float coal dust to respirable dust ratio observed during belt transport ranged between 7.5 and 21.8.

  11. A mine of energy

    International Nuclear Information System (INIS)

    Fallon, M.

    1982-01-01

    In July 1978 the then Union Corporation (which is a wholly-owned Subsidiary of the larger Gencor Group) announced its intention to develop Beisa mine in the Orange Free State. They started up a medium sized uranium mine with gold as a by-product. The main idea was for the processing of uranium. The planning of the uranium recovery plant, the actual mining, and the recovery and extraction of uranium are discussed

  12. Mining History and Prezent State of Medieval Mine Jeroným

    Czech Academy of Sciences Publication Activity Database

    Kaláb, Zdeněk; Lednická, Markéta; Hrubešová, E.

    2008-01-01

    Roč. 283, č. 1781 (2008), s. 61-71 ISSN 0372-9508 R&D Projects: GA ČR GA105/06/0068 Institutional research plan: CEZ:AV0Z30860518 Keywords : mining history * geomechanical monitoring * mining water Subject RIV: DC - Siesmology, Volcanology, Earth Structure www.wydawnictvopolitechniki.pl

  13. Hereditary History Preserving Bisimilarity Is Undecidable

    DEFF Research Database (Denmark)

    Jurdzinski, Marcin; Nielsen, Mogens

    2000-01-01

    History preserving bisimilarity (hp-bisimilarity) and hereditary history preserving bisimilarity (hhp-bisimilarity) are behavioural equivalences taking into account causal relationships between events of concurrent systems. Their prominent feature is being preserved under action refinement...

  14. 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

  15. Process mining : overview and opportunities

    NARCIS (Netherlands)

    Aalst, van der W.M.P.

    2012-01-01

    Over the last decade, process mining emerged as a new research ¿eld that focuses on the analysis of processes using event data. Classical data mining techniques such as classi¿cation, clustering, regression, association rule learning, and sequence/episode mining do not focus on business process

  16. Preservation Copying Endangered Historic Negative Collections

    DEFF Research Database (Denmark)

    Kejser, Ulla Bøgvad

    2008-01-01

    This article discusses preservation copying of unstable B&W nitrate and acetate still photographic negatives. It focuses on evaluating two different strategies for preserving the copies from a point of view of quality and cost-effectiveness. The evaluated strategies are preservation of the master...... by describing essential characteristics of negatives, which must be passed on to the copies, and the required metadata and technical imaging specifications. Next the paper discusses strategies for preservation and makes an analysis with the LIFE2 Costing Model. The paper concludes that the most beneficial...... and cost-effective preservation solution for large format negatives is to keep the preservation copies as digital files. However, it also acknowledges that it is important to revisit such strategies regularly to monitor changes in user expectations, technologies and costs....

  17. Coal mine subsidence and structures

    International Nuclear Information System (INIS)

    Gray, R.E.

    1988-01-01

    Underground coal mining has occurred beneath 32 x 10 9 m 2 (8 million acres) of land in the United States and will eventually extend beneath 162 x 10 9 m 2 (40 million acres). Most of this mining has taken place and will take place in the eastern half of the United States. In areas of abandoned mines where total extraction was not achieved, roof collapse, crushing of coal pillars, or punching of coal pillars into softer mine floor or roof rock is now resulting in sinkhole or trough subsidence tens or even hundreds of years after mining. Difference in geology, in mining, and building construction practice between Europe and the United States preclude direct transfer of European subsidence engineering experience. Building damage cannot be related simply to tensile and compressive strains at the ground surface. Recognition of the subsidence damage role played by ground-structure interaction and by structural details is needed

  18. Food preservation by irradiation

    International Nuclear Information System (INIS)

    Labots, H.; Huis in 't Veld, G.J.P.; Verrips, C.T.

    1985-01-01

    After a review of several methods for the preservation of food and the routes of food infections, the following chapters are devoted to the preservation by irradiation. Applications and legal aspects of food irradiation are described. Special reference is made to the international situation. (Auth.)

  19. Abandoned Uranium Mine (AUM) Priority Mines with Enforcement Actions, Navajo Nation, 2016, US EPA Region 9

    Data.gov (United States)

    U.S. Environmental Protection Agency — There are 13 mines total that have enforcement actions and are classified as priority mines. USEPA and NNEPA prioritized 46 mines based on gamma radiation levels,...

  20. Collaborative Data Mining Tool for Education

    Science.gov (United States)

    Garcia, Enrique; Romero, Cristobal; Ventura, Sebastian; Gea, Miguel; de Castro, Carlos

    2009-01-01

    This paper describes a collaborative educational data mining tool based on association rule mining for the continuous improvement of e-learning courses allowing teachers with similar course's profile sharing and scoring the discovered information. This mining tool is oriented to be used by instructors non experts in data mining such that, its…

  1. 30 CFR 282.24 - Mining Plan.

    Science.gov (United States)

    2010-07-01

    ... 30 Mineral Resources 2 2010-07-01 2010-07-01 false Mining Plan. 282.24 Section 282.24 Mineral... § 282.24 Mining Plan. All OCS mineral development and production activities shall be conducted in accordance with a Mining Plan submitted by the lessee and approved by the Director. A Mining Plan shall...

  2. Uran production at the Drosen mine

    International Nuclear Information System (INIS)

    Sittner, Helmar; Duschek, Bernd

    2009-01-01

    In September 1950, SAG Wismuth started the geological and mining work at the area Ronneburg. In the year 1982, the last mine at Drosen took up the underground mining. Still no empirical values were present for the controlling of the underground production. The contribution under consideration reports on first efforts to the determination of geological-qualitative indices of uranium exploitation. At 1st September, 1982, the pits 403 and 415 of the mine Drosen took up the underground mining of uranium

  3. Editorial: Mining in a Sustainable World

    OpenAIRE

    Branagan, Marty; Williams, Jacqueline; Kennedy, Amanda

    2014-01-01

    Humanity has reaped great benefits from mining. Over the millennia that humans have practiced mining, there have been many obvious improvements in mining’s environmental and social impacts. However, some aspects of mining still involve an element of ecological violence and, in Australia, there is a growing amount of conflict concerned with mining. These two related issues – ‘ecological violence’ and ‘conflict’ – were explored at the ‘Mining in a Sustainable World’ conference on 13 to 15 Octob...

  4. Preserving Employee Privacy in Wellness.

    Science.gov (United States)

    Terry, Paul E

    2017-07-01

    The proposed "Preserving Employee Wellness Programs Act" states that the collection of information about the manifested disease or disorder of a family member shall not be considered an unlawful acquisition of genetic information. The bill recognizes employee privacy protections that are already in place and includes specific language relating to nondiscrimination based on illness. Why did legislation expressly intending to "preserve wellness programs" generate such antipathy about wellness among journalists? This article argues that those who are committed to preserving employee wellness must be equally committed to preserving employee privacy. Related to this, we should better parse between discussions and rules about commonplace health screenings versus much less common genetic testing.

  5. A STUDY OF TEXT MINING METHODS, APPLICATIONS,AND TECHNIQUES

    OpenAIRE

    R. Rajamani*1 & S. Saranya2

    2017-01-01

    Data mining is used to extract useful information from the large amount of data. It is used to implement and solve different types of research problems. The research related areas in data mining are text mining, web mining, image mining, sequential pattern mining, spatial mining, medical mining, multimedia mining, structure mining and graph mining. Text mining also referred to text of data mining, it is also called knowledge discovery in text (KDT) or knowledge of intelligent text analysis. T...

  6. Data Preservation, Information Preservation, and Lifecyle of Information Management at NASA GES DISC

    Science.gov (United States)

    Khayat, Mo; Kempler, Steve; Deshong, Barbara; Johnson, James; Gerasimov, Irina; Esfandiari, Ed; Berganski, Michael; Wei, Jennifer

    2014-01-01

    Data lifecycle management awareness is common today; planners are more likely to consider lifecycle issues at mission start. NASA remote sensing missions are typically subject to life cycle management plans of the Distributed Active Archive Center (DAAC), and NASA invests in these national centers for the long-term safeguarding and benefit of future generations. As stewards of older missions, it is incumbent upon us to ensure that a comprehensive enough set of information is being preserved to prevent the risk for information loss. This risk is greater when the original data experts have moved on or are no longer available. Preservation of items like documentation related to processing algorithms, pre-flight calibration data, or input-output configuration parameters used in product generation, are examples of digital artifacts that are sometimes not fully preserved. This is the grey area of information preservation; the importance of these items is not always clear and requires careful consideration. Missing important metadata about intermediate steps used to derive a product could lead to serious challenges in the reproducibility of results or conclusions. Organizations are rapidly recognizing that the focus of life-cycle preservation needs to be enlarged from the strict raw data to the more encompassing arena of information lifecycle management. By understanding what constitutes information, and the complexities involved, we are better equipped to deliver longer lasting value about the original data and derived knowledge (information) from them. The NASA Earth Science Data Preservation Content Specification is an attempt to define the content necessary for long-term preservation. It requires new lifecycle infrastructure approach along with content repositories to accommodate artifacts other than just raw data. The NASA Goddard Earth Sciences Data and Information Services Center (GES DISC) setup an open-source Preservation System capable of long-term archive of

  7. Uranium mines and French mining companies: a magnificent adventure

    International Nuclear Information System (INIS)

    Blanc, J.

    2008-01-01

    The French mining adventure still arouses enthusiasm. The search for uranium began in 1945 with the creation of the Cea (Atomic Energy Board) whose one mission was to supply the nascent French nuclear programme with the necessary materials. Prospecting works were then led throughout France, Madagascar, the Ivory Coast and the French equatorial Africa. More than 60 years later the only surviving actor of this quest for uranium has become the mining department of Areva Nuclear Cycle which is itself a sub-company of Areva. The author, who was an ancient high executive of Cogema draws a detailed history of the French uranium mining industry with with its ups and downs, by analysing the impact of the 2 oil crisis and of the decline of nuclear energy in the decade following the Chernobyl accident. (A.C.)

  8. Mining robotics sensors

    CSIR Research Space (South Africa)

    Green, JJ

    2012-04-01

    Full Text Available of threedimensional cameras (SR 4000 and XBOX Kinect) and a thermal imaging sensor (FLIR A300) in order to create 3d thermal models of narrow mining stopes. This information can be used in determining the risk of rockfall in an underground mine, which is a major...

  9. 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.

  10. Injection of alkaline ashes into underground coal mines for acid mine drainage abatement

    International Nuclear Information System (INIS)

    Aljoe, W.W.

    1996-01-01

    The injection of alkaline coal combustion waste products into abandoned underground coal mines for acid mine drainage (AMD) abatement has obvious conceptual appeal. This paper summarizes the findings of the baseline hydrogeologic and water quality evaluations at two sites--one in West Virginia and one in Maryland--where field demonstrations of the technique are being pursued in cooperative efforts among State and Federal agencies and/or private companies. The West Virginia site produces severe AMD from three to seven AMD sources that are spaced over about a 1.2 km stretch of the down-dip side of the mine workings. By completely filling the most problematic portion of the mine workings with coal combustion ashes, the State expects that the costs and problems associated with AMD treatment will be greatly reduced. At the Maryland site, it is expected that the AMD from a relatively small target mine will be eliminated completely by filling the entire mine void with a grout composed of a mixture of fly ash, fluidized-bed combustion ash, and flue gas desulfurization sludge. This project will also demonstrate the potential cost-effectiveness of the technique at other sites, both for the purpose of AMD remediation and control of land subsidence

  11. The Necessity of Public Relations for Sustainable Mining Activities

    Science.gov (United States)

    Lee, Hyunbock; Ji, Sangwoo

    2015-04-01

    This paper reports research about the necessity of image making for sustainable mine developments in the Republic of Korea. One of the big risks in mining activities is mining area residents opposing mine developments and operations. Analysis of the media reports on disputes between mining companies and residents can determine causes of opposing mine developments, dispute process, and influences of disputes on processes of mining projects. To do this, civil complaints from 2009 to 2012 and 24 media reports since 2000 on opposing mining activities are analyzed. And, to analyze difficulties of mining companies, the survey is conducted to target to mining companies. 57 representatives of mining companies are participated in the survey. The result of analysis cited that the major reasons of anti-mining activities are environmental degradation and reduced agricultural productivity. And specifically because of water pollution (50%), crop damages (33%), and mining dust pollution (21%), communities of mining area are against mine developments and operations. However, 25% of residents have experience of the damage caused by mining activities and the remaining 75% of residents opposing mining activities simply have anxiety about mining pollution. In the past, construction-oriented, environment-unfriendly mining projects had lasted. And while mine reclamation had been postponed in abandoned mines, mining area residents had suffered from mining pollution. So, mining area residents are highly influenced by the prejudice that mining activities are harmful to mining area communities. Current mining projects in South Korea, unlike the past mining activity, focus on minimizing environmental damage and contributing to mining area communities financially. But, in many case of disputes between mining companies and mining area residents, the both cannot reach an agreements because of the negative prejudice. Moreover, some communities categorically refuse any mining activity. On the

  12. Modeled atmospheric radon concentrations from uranium mines

    Energy Technology Data Exchange (ETDEWEB)

    Droppo, J.G.

    1985-04-01

    Uranium mining and milling operations result in the release of radon from numerous sources of various types and strengths. The US Environmental Protection Agency (EPA) under the Clean Air Act, is assessing the health impact of air emissions of radon from underground uranium mines. In this case, the radon emissions may impact workers and residents in the mine vicinity. To aid in this assessment, the EPA needs to know how mine releases can affect the radon concentrations at populated locations. To obtain this type of information, Pacific Northwest Laboratory used the radon emissions, release characteristics and local meterological conditions for a number of mines to model incremental radon concentrations. Long-term, average, incremental radon concentrations were computed based on the best available information on release rates, plume rise parameters, number and locations of vents, and local dispersion climatology. Calculations are made for a model mine, individual mines, and multiple mines. Our approach was to start with a general case and then consider specific cases for comparison. A model underground uranium mine was used to provide definition of the order of magnitude of typical impacts. Then computations were made for specific mines using the best mine-specific information available for each mine. These case study results are expressed as predicted incremental radon concentration contours plotted on maps with local population data from a previous study. Finally, the effect of possible overlap of radon releases from nearby mines was studied by calculating cumulative radon concentrations for multiple mines in a region with many mines. The dispersion model, modeling assumptions, data sources, computational procedures, and results are documented in this report. 7 refs., 27 figs., 18 tabs.

  13. Modeled atmospheric radon concentrations from uranium mines

    International Nuclear Information System (INIS)

    Droppo, J.G.

    1985-04-01

    Uranium mining and milling operations result in the release of radon from numerous sources of various types and strengths. The US Environmental Protection Agency (EPA) under the Clean Air Act, is assessing the health impact of air emissions of radon from underground uranium mines. In this case, the radon emissions may impact workers and residents in the mine vicinity. To aid in this assessment, the EPA needs to know how mine releases can affect the radon concentrations at populated locations. To obtain this type of information, Pacific Northwest Laboratory used the radon emissions, release characteristics and local meterological conditions for a number of mines to model incremental radon concentrations. Long-term, average, incremental radon concentrations were computed based on the best available information on release rates, plume rise parameters, number and locations of vents, and local dispersion climatology. Calculations are made for a model mine, individual mines, and multiple mines. Our approach was to start with a general case and then consider specific cases for comparison. A model underground uranium mine was used to provide definition of the order of magnitude of typical impacts. Then computations were made for specific mines using the best mine-specific information available for each mine. These case study results are expressed as predicted incremental radon concentration contours plotted on maps with local population data from a previous study. Finally, the effect of possible overlap of radon releases from nearby mines was studied by calculating cumulative radon concentrations for multiple mines in a region with many mines. The dispersion model, modeling assumptions, data sources, computational procedures, and results are documented in this report. 7 refs., 27 figs., 18 tabs

  14. Mining biological information from 3D short time-series gene expression data: the OPTricluster algorithm.

    Science.gov (United States)

    Tchagang, Alain B; Phan, Sieu; Famili, Fazel; Shearer, Heather; Fobert, Pierre; Huang, Yi; Zou, Jitao; Huang, Daiqing; Cutler, Adrian; Liu, Ziying; Pan, Youlian

    2012-04-04

    Nowadays, it is possible to collect expression levels of a set of genes from a set of biological samples during a series of time points. Such data have three dimensions: gene-sample-time (GST). Thus they are called 3D microarray gene expression data. To take advantage of the 3D data collected, and to fully understand the biological knowledge hidden in the GST data, novel subspace clustering algorithms have to be developed to effectively address the biological problem in the corresponding space. We developed a subspace clustering algorithm called Order Preserving Triclustering (OPTricluster), for 3D short time-series data mining. OPTricluster is able to identify 3D clusters with coherent evolution from a given 3D dataset using a combinatorial approach on the sample dimension, and the order preserving (OP) concept on the time dimension. The fusion of the two methodologies allows one to study similarities and differences between samples in terms of their temporal expression profile. OPTricluster has been successfully applied to four case studies: immune response in mice infected by malaria (Plasmodium chabaudi), systemic acquired resistance in Arabidopsis thaliana, similarities and differences between inner and outer cotyledon in Brassica napus during seed development, and to Brassica napus whole seed development. These studies showed that OPTricluster is robust to noise and is able to detect the similarities and differences between biological samples. Our analysis showed that OPTricluster generally outperforms other well known clustering algorithms such as the TRICLUSTER, gTRICLUSTER and K-means; it is robust to noise and can effectively mine the biological knowledge hidden in the 3D short time-series gene expression data.

  15. Web Mining and Social Networking

    CERN Document Server

    Xu, Guandong; Li, Lin

    2011-01-01

    This book examines the techniques and applications involved in the Web Mining, Web Personalization and Recommendation and Web Community Analysis domains, including a detailed presentation of the principles, developed algorithms, and systems of the research in these areas. The applications of web mining, and the issue of how to incorporate web mining into web personalization and recommendation systems are also reviewed. Additionally, the volume explores web community mining and analysis to find the structural, organizational and temporal developments of web communities and reveal the societal s

  16. Australian mining yearbook 79/80

    Energy Technology Data Exchange (ETDEWEB)

    Barret, P [ed.

    1980-01-01

    The present state of affairs in mining the following metals and minerals is described: aluminium, coal, diamonds, iron ore, lead and zinc, mineral sands, oil and gas, oil shale, tin, and uranium. Equipment, finance, mining methods, resources, safety, and taxation are all discussed. Then there is a directory of mining companies and directors, a Who's Who, and a buyers guide consisting of a product index and a suppliers index. Lists of consultants, drilling contractors, ore buyers, mining industry and research organisations and government departments are also given.

  17. Introduction to Space Resource Mining

    Science.gov (United States)

    Mueller, Robert P.

    2013-01-01

    There are vast amounts of resources in the solar system that will be useful to humans in space and possibly on Earth. None of these resources can be exploited without the first necessary step of extra-terrestrial mining. The necessary technologies for tele-robotic and autonomous mining have not matured sufficiently yet. The current state of technology was assessed for terrestrial and extraterrestrial mining and a taxonomy of robotic space mining mechanisms was presented which was based on current existing prototypes. Terrestrial and extra-terrestrial mining methods and technologies are on the cusp of massive changes towards automation and autonomy for economic and safety reasons. It is highly likely that these industries will benefit from mutual cooperation and technology transfer.

  18. Data Preparation for Web Mining – A survey

    OpenAIRE

    Amog Rajenderan

    2012-01-01

    An accepted trend is to categorize web mining intothree main areas: web content mining, webstructure mining and web usage mining. Webcontent mining involves extractingdetails/information from the contents of webpagesand performing things like knowledge synthesis.Web structure mining involves the usage of graphtheory to understand website structure/hierarchy.Web usage mining involves the mining of usefulinformation from things like server logs, tounderstand what the user does while on the inte...

  19. Citation Mining: Integrating Text Mining and Bibliometrics for Research User Profiling.

    Science.gov (United States)

    Kostoff, Ronald N.; del Rio, J. Antonio; Humenik, James A.; Garcia, Esther Ofilia; Ramirez, Ana Maria

    2001-01-01

    Discusses the importance of identifying the users and impact of research, and describes an approach for identifying the pathways through which research can impact other research, technology development, and applications. Describes a study that used citation mining, an integration of citation bibliometrics and text mining, on articles from the…

  20. Data mining in agriculture

    CERN Document Server

    Mucherino, Antonio; Pardalos, Panos M

    2009-01-01

    Data Mining in Agriculture represents a comprehensive effort to provide graduate students and researchers with an analytical text on data mining techniques applied to agriculture and environmental related fields. This book presents both theoretical and practical insights with a focus on presenting the context of each data mining technique rather intuitively with ample concrete examples represented graphically and with algorithms written in MATLAB®. Examples and exercises with solutions are provided at the end of each chapter to facilitate the comprehension of the material. For each data mining technique described in the book variants and improvements of the basic algorithm are also given. Also by P.J. Papajorgji and P.M. Pardalos: Advances in Modeling Agricultural Systems, 'Springer Optimization and its Applications' vol. 25, ©2009.

  1. Automatic identification in mining

    Energy Technology Data Exchange (ETDEWEB)

    Puckett, D; Patrick, C [Mine Computers and Electronics Inc., Morehead, KY (United States)

    1998-06-01

    The feasibility of monitoring the locations and vital statistics of equipment and personnel in surface and underground mining operations has increased with advancements in radio frequency identification (RFID) technology. This paper addresses the use of RFID technology, which is relatively new to the mining industry, to track surface equipment in mine pits, loading points and processing facilities. Specific applications are discussed, including both simplified and complex truck tracking systems and an automatic pit ticket system. This paper concludes with a discussion of the future possibilities of using RFID technology in mining including monitoring heart and respiration rates, body temperatures and exertion levels; monitoring repetitious movements for the study of work habits; and logging air quality via personnel sensors. 10 refs., 5 figs.

  2. Fertility Preservation for Children Diagnosed with Cancer

    Medline Plus

    Full Text Available ... Provider Pocket Guides Provider Guides Fertility Preservation for Women Diagnosed with Cancer Fertility Preservation for Men Diagnosed ... Patient Pocket Guides Patient Guides Fertility Preservation for Women Diagnosed with Cancer Fertility Preservation for Men Diagnosed ...

  3. Fertility Preservation for Children Diagnosed with Cancer

    Medline Plus

    Full Text Available ... for Women Diagnosed with Cancer Fertility Preservation for Men Diagnosed with Cancer Fertility Preservation for Children Diagnosed ... for Women Diagnosed with Cancer Fertility Preservation for Men Diagnosed with Cancer Fertility Preservation for Children Diagnosed ...

  4. Injury experience in coal mining, 1990

    Energy Technology Data Exchange (ETDEWEB)

    None

    1991-01-01

    This Mine Safety and Health Administration (MSHA) informational report reviews in detail the occupational injury and illness experience of coal mining in the United States for 1990. Data reported by operators of mining establishments concerning work injuries are summarized by work location, accident classification, part of body injured, nature of injury, occupation, and anthracite or bituminous coal. Related information on employment, worktime, and operating activity also is presented. Data reported by independent contractors performing certain work at mining locations are depicted separately in this report. For ease of comparison between coal mining and the metal and nonmetal mineral mining industries, summary reference tabulations are included at the end of both the operator and the contractor sections of this report.

  5. Injury experience in coal mining, 1992

    Energy Technology Data Exchange (ETDEWEB)

    Reich, R.B.; Hugler, E.C.

    1994-05-01

    This Mine Safety and Health Administration (MSHA) informational report reviews in detail the occupational injury and illness experience of coal mining in the United States for 1992. Data reported by operators of mining establishments concerning work injuries are summarized by work location, accident classification, part of body injured, nature of injury, occupation, and anthracite or bituminous coal. Related information on employment, worktime, and operating activity also is presented. Data reported by independent contractors performing certain work at mining locations are depicted separately in this report. For ease of comparison between coal mining and the metal and nonmetal mineral mining industries, summary reference tabulations are included at the end of both the operator and the contractor sections of this report.

  6. Process mining

    DEFF Research Database (Denmark)

    van der Aalst, W.M.P.; Rubin, V.; Verbeek, H.M.W.

    2010-01-01

    Process mining includes the automated discovery of processes from event logs. Based on observed events (e.g., activities being executed or messages being exchanged) a process model is constructed. One of the essential problems in process mining is that one cannot assume to have seen all possible...... behavior. At best, one has seen a representative subset. Therefore, classical synthesis techniques are not suitable as they aim at finding a model that is able to exactly reproduce the log. Existing process mining techniques try to avoid such “overfitting” by generalizing the model to allow for more...... support for it). None of the existing techniques enables the user to control the balance between “overfitting” and “underfitting”. To address this, we propose a two-step approach. First, using a configurable approach, a transition system is constructed. Then, using the “theory of regions”, the model...

  7. Is my network module preserved and reproducible?

    Directory of Open Access Journals (Sweden)

    Peter Langfelder

    2011-01-01

    Full Text Available In many applications, one is interested in determining which of the properties of a network module change across conditions. For example, to validate the existence of a module, it is desirable to show that it is reproducible (or preserved in an independent test network. Here we study several types of network preservation statistics that do not require a module assignment in the test network. We distinguish network preservation statistics by the type of the underlying network. Some preservation statistics are defined for a general network (defined by an adjacency matrix while others are only defined for a correlation network (constructed on the basis of pairwise correlations between numeric variables. Our applications show that the correlation structure facilitates the definition of particularly powerful module preservation statistics. We illustrate that evaluating module preservation is in general different from evaluating cluster preservation. We find that it is advantageous to aggregate multiple preservation statistics into summary preservation statistics. We illustrate the use of these methods in six gene co-expression network applications including 1 preservation of cholesterol biosynthesis pathway in mouse tissues, 2 comparison of human and chimpanzee brain networks, 3 preservation of selected KEGG pathways between human and chimpanzee brain networks, 4 sex differences in human cortical networks, 5 sex differences in mouse liver networks. While we find no evidence for sex specific modules in human cortical networks, we find that several human cortical modules are less preserved in chimpanzees. In particular, apoptosis genes are differentially co-expressed between humans and chimpanzees. Our simulation studies and applications show that module preservation statistics are useful for studying differences between the modular structure of networks. Data, R software and accompanying tutorials can be downloaded from the following webpage: http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/ModulePreservation.

  8. Mining Method

    Energy Technology Data Exchange (ETDEWEB)

    Kim, Young Shik; Lee, Kyung Woon; Kim, Oak Hwan; Kim, Dae Kyung [Korea Institute of Geology Mining and Materials, Taejon (Korea, Republic of)

    1996-12-01

    The reducing coal market has been enforcing the coal industry to make exceptional rationalization and restructuring efforts since the end of the eighties. To the competition from crude oil and natural gas has been added the growing pressure from rising wages and rising production cost as the workings get deeper. To improve the competitive position of the coal mines against oil and gas through cost reduction, studies to improve mining system have been carried out. To find fields requiring improvements most, the technologies using in Tae Bak Colliery which was selected one of long running mines were investigated and analyzed. The mining method appeared the field needing improvements most to reduce the production cost. The present method, so-called inseam roadway caving method presently is using to extract the steep and thick seam. However, this method has several drawbacks. To solve the problems, two mining methods are suggested for a long term and short term method respectively. Inseam roadway caving method with long-hole blasting method is a variety of the present inseam roadway caving method modified by replacing timber sets with steel arch sets and the shovel loaders with chain conveyors. And long hole blasting is introduced to promote caving. And pillar caving method with chock supports method uses chock supports setting in the cross-cut from the hanging wall to the footwall. Two single chain conveyors are needed. One is installed in front of chock supports to clear coal from the cutting face. The other is installed behind the supports to transport caved coal from behind. This method is superior to the previous one in terms of safety from water-inrushes, production rate and productivity. The only drawback is that it needs more investment. (author). 14 tabs., 34 figs.

  9. Mines in the Four Corners anticipate growth

    Energy Technology Data Exchange (ETDEWEB)

    Buchsbaum, L.

    2008-02-15

    Productive mines in the southwest deplete reserves, while the government drags its heels on new power projects. Production in Arizona and New Mexico has fallen 18% over the last four years to 34.1 million tons. With Chevron Mining's McKinley mine rapidly depleting its reserves the industry will continue to contract. In the last three years at least three large mines in the Four Corners have terminated operations. Three others remain captive operations: BHP Billiton's San Juan Underground and Navajo Surface operations and Peabody Energy's Kayenta surface mine. In 2006 the Black Mesa mine stopped producing coal. These four mines are isolated from the national railways. Peabody's new El Segundo surface mine near Grants, NM is increasing production. If the planned $3 billion Desert Rock coal-fired power plant is built this will present a new market for the Navajo mine. The article gives details about the state of the aforementioned mines and of the new King II coal mine on the northern periphery of the San Juan basin and discusses the state of plans for the Desert Rock Energy Project. 5 photos.

  10. in remediating acid mine drainage

    African Journals Online (AJOL)

    The management and treatment of contaminated mine water is one of the most urgent problems facing the South African mining industry. The cost advantage of permeable reactive barriers (PRBs) has seen their increased application as means of passively treating mine drainage. A PRB is built by placing a reactive material ...

  11. The North American Bats and Mines Project: a cooperative approach for integrating wildlife, ecosystem management, and mine land reclamation

    Energy Technology Data Exchange (ETDEWEB)

    Taylor, D.A.R. [Bat Conservation International, Austin, TX (United States)

    1995-06-01

    Abandoned underground mines in North America provide a habitat for bats. Closure of mines without conducting biological surveys can endanger bat species that are abundant. The North American Bats and Mines Project (NABMP) has been created by the U.S. Bureau of Land Management and Bat Conservation International to provide coordination among government and conservation organizations and the mining industry in order to minimize the loss of bats living in mines. NABMP provides coordination through education on the importance of mines for bat populations by providing training on mine assessment and closure methods, by assisting with protection and improvement of abandoned mine roosts, and by developing methods for creating new bat habitat. 1 tab.

  12. 30 CFR 77.1500 - Auger mining; planning.

    Science.gov (United States)

    2010-07-01

    ... 30 Mineral Resources 1 2010-07-01 2010-07-01 false Auger mining; planning. 77.1500 Section 77.1500 Mineral Resources MINE SAFETY AND HEALTH ADMINISTRATION, DEPARTMENT OF LABOR COAL MINE SAFETY AND HEALTH... § 77.1500 Auger mining; planning. Auger mining shall be planned and conducted by the operator to insure...

  13. Radio Propagation in Open-pit Mines

    DEFF Research Database (Denmark)

    Portela Lopes de Almeida, Erika; Caldwell, George; Rodriguez Larrad, Ignacio

    2017-01-01

    In this paper we present the results of an extensive measurement campaign performed at two large iron ore mining centers in Brazil at the 2.6 GHz band. Although several studies focusing on radio propagation in underground mines have been published, measurement data and careful analyses for open......-pit mines are still scarce. Our results aim at filling this gap in the literature. The research is motivated by the ongoing mine automation initiatives, where connectivity becomes critical. This paper presents the first set of results comprising measurements under a gamut of propagation conditions. A second...... paper detailing sub-GHz propagation is also in preparation. The results indicate that conventional wisdom is wrong, in other words, radio-frequency (RF) propagation in surface mines can be far more elaborate than plain free-space line-of-sight conditions. Additionally, the old mining adage “no two mines...

  14. Contact dermatitis caused by preservatives.

    Science.gov (United States)

    Yim, Elizabeth; Baquerizo Nole, Katherine L; Tosti, Antonella

    2014-01-01

    Preservatives are biocidal chemicals added to food, cosmetics, and industrial products to prevent the growth of microorganisms. They are usually nontoxic and inexpensive and have a long shelf life. Unfortunately, they commonly cause contact dermatitis. This article reviews the most important classes of preservatives physicians are most likely to encounter in their daily practice, specifically isothiazolinones, formaldehyde and formaldehyde-releasers, iodopropynyl butylcarbamate, methyldibromoglutaronitrile, and parabens. For each preservative mentioned, the prevalence of sensitization, clinical presentation of contact dermatitis, patch testing concentrations, cross reactions, and related legislation will be discussed. Mandatory labeling of preservatives is required in some countries, but not required in others. Until policies are made, physicians and patients must be proactive in identifying potential sensitizers and removing their use. We hope that this article will serve as a guide for policy makers in creating legislation and future regulations on the use and concentration of certain preservatives in cosmetics and industrial products.

  15. Sentiment Analysis and Opinion Mining

    CERN Document Server

    Liu, Bing

    2012-01-01

    Sentiment analysis and opinion mining is the field of study that analyzes people's opinions, sentiments, evaluations, attitudes, and emotions from written language. It is one of the most active research areas in natural language processing and is also widely studied in data mining, Web mining, and text mining. In fact, this research has spread outside of computer science to the management sciences and social sciences due to its importance to business and society as a whole. The growing importance of sentiment analysis coincides with the growth of social media such as reviews, forum discussions

  16. Microbial and geochemical assessment of bauxitic un-mined and post-mined chronosequence soils from Mocho Mountains, Jamaica.

    Science.gov (United States)

    Lewis, Dawn E; Chauhan, Ashvini; White, John R; Overholt, Will; Green, Stefan J; Jasrotia, Puja; Wafula, Denis; Jagoe, Charles

    2012-10-01

    Microorganisms are very sensitive to environmental change and can be used to gauge anthropogenic impacts and even predict restoration success of degraded environments. Here, we report assessment of bauxite mining activities on soil biogeochemistry and microbial community structure using un-mined and three post-mined sites in Jamaica. The post-mined soils represent a chronosequence, undergoing restoration since 1987, 1997, and 2007. Soils were collected during dry and wet seasons and analyzed for pH, organic matter (OM), total carbon (TC), nitrogen (TN), and phosphorus. The microbial community structure was assessed through quantitative PCR and massively parallel bacterial ribosomal RNA (rRNA) gene sequencing. Edaphic factors and microbial community composition were analyzed using multivariate statistical approaches and revealed a significant, negative impact of mining on soil that persisted even after greater than 20 years of restoration. Seasonal fluctuations contributed to variation in measured soil properties and community composition, but they were minor in comparison to long-term effects of mining. In both seasons, post-mined soils were higher in pH but OM, TC, and TN decreased. Bacterial rRNA gene analyses demonstrated a general decrease in diversity in post-mined soils and up to a 3-log decrease in rRNA gene abundance. Community composition analyses demonstrated that bacteria from the Proteobacteria (α, β, γ, δ), Acidobacteria, and Firmicutes were abundant in all soils. The abundance of Firmicutes was elevated in newer post-mined soils relative to the un-mined soil, and this contrasted a decrease, relative to un-mined soils, in proteobacterial and acidobacterial rRNA gene abundances. Our study indicates long-lasting impacts of mining activities to soil biogeochemical and microbial properties with impending loss in soil productivity.

  17. Hematite mining in the ancient Americas: Mina Primavera, A 2,000 year old Peruvian mine

    Science.gov (United States)

    Vaughn, Kevin J.; Grados, Moises Linares; Eerkens, Jelmer W.; Edwards, Matthew J.

    2007-12-01

    Mina Primavera, a hematite (Fe2O3) mine located in southern Peru, was exploited beginning approximately 2,000 years ago by two Andean civilizations, the Nasca and Wari. Despite the importance of hematite in the material culture of the ancient Americas, few hematite mines have been reported in the New World literature and none have been reported for the Central Andes. An estimated 3,710 tonnes of hematite were extracted from the mine for over 1,400 years at an average rate of 2.65 tonnes per year, suggesting regular and extensive mining prior to Spanish conquest. The hematite was likely used as a pigment for painting pottery, and the mine demonstrates that iron ores were extracted extensively at an early date in the Americas.

  18. Origin of acid mine drainage in Enugu

    International Nuclear Information System (INIS)

    Uma, K.O.

    1992-01-01

    Mine flooding is a serious problem in the Enugu Coal Mines and has led to the abandonment of two of the four mines. About 1800 m 3 of water is pumped out daily from the mines into the nearby streams. The source of this enormous volume of water has been established based on the hydrodynamics and hydrology of the area. Two prolific aquifers - an unconfined and a confined system - overlie the mines, but the mine water is derived principally from the unconfined aquifer. The pathway of flow is, provided by the numerous fractures connecting the two aquifers and the mine tunnel. The major hydrochemical activity resulting in pollution of the mine water occurs within the sumps in the floor of the longwalls. These sumps act as oxidation chambers where groundwater from the fractures mixes and subsequently reacts with sulfur-rich solutes released by coal mining. Contrary to general belief, the mine drainage has not seriously degraded the chemistry of receiving streams. The pH and electric conductivity, representing, the dissolved ions, were increased less than 10% of the values in the unaffected region

  19. 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.)

  20. Unmanned Mine of the 21st Centuries

    Science.gov (United States)

    Semykina, Irina; Grigoryev, Aleksandr; Gargayev, Andrey; Zavyalov, Valeriy

    2017-11-01

    The article is analytical. It considers the construction principles of the automation system structure which realize the concept of «unmanned mine». All of these principles intend to deal with problems caused by a continuous complication of mining-and-geological conditions at coalmine such as the labor safety and health protection, the weak integration of different mining automation subsystems and the deficiency of optimal balance between a quantity of resource and energy consumed by mining machines and their throughput. The authors describe the main problems and neck stage of mining machines autonomation and automation subsystem. The article makes a general survey of the applied «unmanned technology» in the field of mining such as the remotely operated autonomous complexes, the underground positioning systems of mining machines using infrared radiation in mine workings etc. The concept of «unmanned mine» is considered with an example of the robotic road heading machine. In the final, the authors analyze the techniques and methods that could solve the task of underground mining without human labor.

  1. New mine projects, positive outlook

    Energy Technology Data Exchange (ETDEWEB)

    M. Cremer

    2006-12-15

    Speaking on the first day at the Mining 2006 Resources Convention the Deputy Director General, Mining and Petroleum gave an optimistic outlook for mining in 2007 based on the number of new projects under consideration or construction. The convention was held in early November in Brisbane, Queensland, Australia. 3 figs., 1 photo.

  2. Plans for environmental restoration of uranium mining and milling sites in Bulgaria

    International Nuclear Information System (INIS)

    Nedyalkov, K.

    1997-01-01

    In 1992, uranium mining and milling industry in Bulgaria was closed down by Decree No. 163 of the Council of Ministers of the Republic of Bulgaria which defined the procedure for development of liquidation plans, their approval and the procedure for funding from the national budget. The 1994 Decree No. 56 of the Council of Ministers assigned the organization of the liquidation and rehabilitation activities to the Committee of Energy (later, in 1996, transformed to the Ministry of Energy and Energy Resources). An Interdepartmental Board of Experts including representatives of all concerned ministries and agencies was established to coordinate the above activities and to approve work plans. The main stages of liquidation of the uranium industry and its after-effects were defined as follows: (1) environmental status (maintenance of a minimized service mode in order to preserve the state of the site- environment system); (2) technical liquidation; (3) technical recultivation; (4) biological recultivation; (5) purification of contaminated waters; and (6) monitoring. In 1992 and 1993, preparation for the above activities was carried out by development of detailed preliminary studies and work plans for the first stage - the stage of technical liquidation. Their implementation was launched by evacuation of mining and drilling machinery, haulage and processing of finished products etc. (author)

  3. Soft measures and incremental gains in mines; Mesures douces et gains incrementaux : mines

    Energy Technology Data Exchange (ETDEWEB)

    Laliberte, P. [Natural Resources Canada, Ottawa, ON (Canada). CANMET Mining and Mineral Sciences Laboratories

    2008-07-01

    This paper presented a variety of measures that mine operators can adopt to save energy. Researchers at the CANMET Mining and Mineral Sciences Laboratories of Natural Resources Canada have conducted a joint study with Hydro-Quebec to investigate the impact of alternate energy technologies and control systems on energy savings. The impacts of a range of technologies were evaluated and rates of energy efficiency were compared. Technologies included hybrid vehicles; fuel cell-powered vehicles; automated ventilation control systems; heat recovery; compressed air; and electrical mining equipment. Energy profiles for various industrial applications were included. This paper also provided details of computerized simulations currently being conducted to estimate the potential incremental gains associated with the use of technology innovations in mining applications. 9 tabs., 3 figs.

  4. IMPROVMENT OF THE MINING METHOD IN THE BAUXITE MINE ĆUKOVAC-GRIŽINICA

    Directory of Open Access Journals (Sweden)

    Borislav Perić

    1992-12-01

    Full Text Available Exploitation of bauxite in region of Dalmatia has tradition of more than 50 years. The biggest underground mine of this bauxite hearing area was developed in deposit Ćukovac-Grižinica with proved workable reserves of 1.2 x 106 t. Yearly output in 1990. was 100.000 t. Production in this mine started 1987, and sublevel caving method was used. Coefficient of extraction in the parts with weak rocks is low, and unsufficient security in the conditions with firm roof. Therefore investigation of improvement of mining method was carrying on to coinside characteristics of rocks, and mining methods. Following methods were selected: sublevel caving (actually retreat stoping, sublevel sloping and sublevel caving with bauxite protection layer (the paper is published in Croatian.

  5. 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

  6. Machine perfusion preservation of the pig liver using a new preservation solution, polysol

    NARCIS (Netherlands)

    Bessems, M.; Doorschodt, B. M.; Dinant, S.; de Graaf, W.; van Gulik, T. M.

    2006-01-01

    INTRODUCTION: The current gold standard for donor liver preservation is cold storage in a preservation solution (4 degrees C), such as Celsior or the University of Wisconsin solution (UW). Recent studies have suggested the benefits of machine perfusion (MP) over cold storage. To improve the results

  7. The Effect of Mining Activity on the Surface in the Safety Shaft Pillar Area of Mayrau Mine

    Czech Academy of Sciences Publication Activity Database

    Živor, Roman; Klos, Pavel; Pechoč, Jiří; Brož, Milan

    M-24(340) (2002), s. 227-235 ISSN 0138-015X. [Polish-Czech-Slovakian Symposium on Mining Geophysics /28./. Niedzica, 11.06.2001-13.06.2001] R&D Projects: GA AV ČR IBS3086005 Institutional research plan: CEZ:AV0Z3046908 Keywords : shaft pillar * mining * surface subsidence Subject RIV: DH - Mining, incl. Coal Mining

  8. SIAM 2007 Text Mining Competition dataset

    Data.gov (United States)

    National Aeronautics and Space Administration — Subject Area: Text Mining Description: This is the dataset used for the SIAM 2007 Text Mining competition. This competition focused on developing text mining...

  9. SpecTIR and SEBASS analysis of the National Mining District, Humboldt County, Nevada

    Science.gov (United States)

    Morken, Todd O.

    The purpose of this study was to evaluate the minerals and materials that could be uniquely identified and mapped from measurements made with airborne hyperspectral SpecTIR VNIR/SWIR and SEBASS TIR sensors over areas in the National Mining District. SpecTIR Corporation and Aerospace Corporation acquired Hyperspectral measurements on June 26, 2008 using their ProSpecTIR and SEBASS sensors respectively. In addition the effects of vegetation, elevation, the atmosphere on spectral measurements were evaluated to determine their impact upon the data analysis and target identification. The National Mining District is located approximately 75 miles northeast of Winnemucca, Nevada at the northern end of the Santa Rosa Mountains. Precious metal mining has been dormant in this area since the 1940's, however with increased metal prices over the last decade economic interest in the region has increased substantially. Buckskin Mountain has a preserved alteration assemblage that is exposed in topographically steep terrain, ideal for exploring what hydrothermal alteration products can be identified and mapped in these datasets. These Visible Near Infrared (VNIR), Short Wave Infrared (SWIR), and Long Wave Infrared (LWIR) hyperspectral datasets were used to identify and map kaolinite, alunite, quartz, opal, and illite/muscovite, all of which are useful exploration target identifiers and can indicate regions of alteration. These mapping results were then combined with and compared to other geospatial data in a geographic information systems (GIS) database. The TIR hyperspectral data provided significant additional information that can benefit geologic exploration and demonstrated its usefulness as an additional tool for geological exploration.

  10. Radioactivity measurements in Egyptian phosphate mines and their significance in the occupational exposure of mine workers

    International Nuclear Information System (INIS)

    Bigu, J.; Hussein, Mohamed I.; Hussein, A.Z.

    2000-01-01

    Radioactivity measurements have been conducted in nine underground phosphate mines in the Egyptian Eastern Desert in order to estimate the occupational radiation exposure of mine workers in those mining sites. Measurements were carried out of airborne radon ( 222 Rn) and its short-lived decay products (progeny) and thoron ( 220 Rn) progeny, as well as γ-radiation from mine walls, ceilings and floors. Comparison of experimental data and theoretical predictions showed partial agreement between these two sets of data. This result is partly attributed to the complex layout of these mines which causes undesirable ventilation conditions, such as recirculation airflow patterns which could not be adequately identified or quantified. The radiation data obtained were used to estimate the Maximum Annual Dose (MAD), and other important occupational radiation exposure variables. These calculations indicate that in eight out of the nine mines surveyed, the MAD exceeded (by a factor of up to 7) the maximum recommended level by ICRP-60. A number of suggestions are made in order to reduce the MAD in the affected mines

  11. Using Data Mining for Wine Quality Assessment

    Science.gov (United States)

    Cortez, Paulo; Teixeira, Juliana; Cerdeira, António; Almeida, Fernando; Matos, Telmo; Reis, José

    Certification and quality assessment are crucial issues within the wine industry. Currently, wine quality is mostly assessed by physicochemical (e.g alcohol levels) and sensory (e.g. human expert evaluation) tests. In this paper, we propose a data mining approach to predict wine preferences that is based on easily available analytical tests at the certification step. A large dataset is considered with white vinho verde samples from the Minho region of Portugal. Wine quality is modeled under a regression approach, which preserves the order of the grades. Explanatory knowledge is given in terms of a sensitivity analysis, which measures the response changes when a given input variable is varied through its domain. Three regression techniques were applied, under a computationally efficient procedure that performs simultaneous variable and model selection and that is guided by the sensitivity analysis. The support vector machine achieved promising results, outperforming the multiple regression and neural network methods. Such model is useful for understanding how physicochemical tests affect the sensory preferences. Moreover, it can support the wine expert evaluations and ultimately improve the production.

  12. Mastering SQL Server 2014 data mining

    CERN Document Server

    Bassan, Amarpreet Singh

    2014-01-01

    If you are a developer who is working on data mining for large companies and would like to enhance your knowledge of SQL Server Data Mining Suite, this book is for you. Whether you are brand new to data mining or are a seasoned expert, you will be able to master the skills needed to build a data mining solution.

  13. The 3rd annual Australian contract mining conference

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1997-12-31

    Papers discussed: the termination of contract debate - implications for the industry; contract industry`s outlook; viability of contract mining at ERA`s Ranger mine in the Northern Territory; obtaining superior operational performance, and reducing risk, using mining contractors; industry consolidation, contracts and market trends; mining equipment financing - the operating lease alternative; Portman Mining Ltd.; development of contract mining within the coal operations of Eastern Australia; case study - Thiess. contractors` experience in operating the Collinsville coal mine for the MIM/Itochu joint venture; integrating contractor management on mines with duty of care; the risk variables; and conflicting objectives - mine optimisation and the underground contract.

  14. Australian uranium mining policy

    International Nuclear Information System (INIS)

    Fisk, B.

    1985-01-01

    Australian government policy is explained in terms of adherence to the Non-Proliferation Treaty. Two alleged uncertainties are discussed: the future of Australian mining industry as a whole -on which it is said that Australian uranium mines will continue to be developed; and detailed commercial policy of the Australian government - on which it is suggested that the three-mines policy of limited expansion of the industry would continue. Various aspects of policy, applying the principles of the NPT, are listed. (U.K.)

  15. 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

  16. 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

  17. Socially Responsible Mining: the Relationship between Mining and Poverty, Human Health and the Environment

    Science.gov (United States)

    Maier, Raina M.; Díaz-Barriga, Fernando; Field, James A.; Hopkins, James; Klein, Bern; Poulton, Mary M.

    2016-01-01

    Increasing global demand for metals is straining the ability of the mining industry to physically keep up with demand (physical scarcity). On the other hand, social issues including the environmental and human health consequences of mining as well as the disparity in income distribution from mining revenues are disproportionately felt at the local community level. This has created social rifts, particularly in the developing world, between affected communities and both industry and governments. Such rifts can result in a disruption of the steady supply of metals (situational scarcity). Here we discuss the importance of mining in relationship to poverty, identify steps that have been taken to create a framework for socially responsible mining, and then discuss the need for academia to work in partnership with communities, government, and industry to develop trans-disciplinary research-based step change solutions to the intertwined problems of physical and situational scarcity. PMID:24552962

  18. Injury experience in stone mining, 1992

    Energy Technology Data Exchange (ETDEWEB)

    1994-05-01

    This Mine Safety and Health Administration (MSHA) informational report reviews in detail the occupational injury and illness experience of stone mining in the United States for 1992. Data reported by operators of mining establishments concerning work injuries are summarized by work location, accident classification, part of body injured, nature of injury, occupation, and principal type of mineral. Related information on employment, worktime, and operating activity also is presented. Data reported by independent contractors performing certain work at mining locations are depicted separately in this report. For ease of comparison with other metal and nonmetallic mineral mining industries and with coal mining, summary reference tabulations are included at the end of both the operator and the contractor sections of this report.

  19. Mining in Australia

    Energy Technology Data Exchange (ETDEWEB)

    Shimada, S

    1986-01-01

    Statistics are given on: 1) Australian dependence on imported raw materials in 1980; 2) production levels in the different mining fields in 1981; 3) trends in the production of minerals over the years 1961-1981. The role of the mining industry in the Australian economy is outlined, and brief details given of its structure. Further statistics are given regarding trends in the production of coal, iron, salt, lead and zinc during the period 1961-1981, together with details of the number of people employed in these industries. Operations at some of the principal mines (coal, iron ore and salt) are outlined and 1983 production figures for all mineral resources are given. 18 refs., 21 figs., 5 tabs.

  20. Uranium mining in Australia

    International Nuclear Information System (INIS)

    Anon.

    1980-01-01

    Known uranium deposits and the companies involved in uranium mining and exploration in Australia are listed. The status of the development of the deposits is outlined and reasons for delays to mining are given