Gemcom Minex and the Corporate Database

Size: px
Start display at page:

Download "Gemcom Minex and the Corporate Database"

Transcription

1 *Gemcom Software was acquired by Dassault Systèmes, the 3DEXPERIENCE Company, in July It is now known as GEOVIA. Gemcom Minex and the Corporate Database Jon Barber - Vice President, Minex, - Gemcom Software International Inc. WHITE PAPER

2 Abstract A mining company s main asset is its ore reserve and the basis of the ore reserve estimation is usually drill hole data. General Mine Planning systems (GMP) have been developed to store drillhole data in a structure that facilitates fast correlation and modelling. GMP databases don t necessarily store all the data required or collected in a drilling program and this data is more appropriately stored in a corporate database. These corporate databases, usually on a SQL Server or Oracle architecture, offer multi-user access, versioning etc which would be a severe governor on a GMP. The GMP should offer direct links to the corporate database via ODBC or appropriate Application Program Interface (APIs) that reduce data rehandling. This paper discusses the Minex borehole database and the GEMS Logger database. The GEMS Logger is a typical corporate database and is closely integrated with Minex. Minex Borehole Database Minex is a mature GMP containing geology, mining, optimisation, blending and survey functions. Minex works at a project level, such as mine A or property B. Minex closely integrates the project borehole database and the resultant project geological model. These geological models are used for reserves, contouring sectioning and mine planning and while obviously important are not the point of this paper; this paper focuses on the borehole database. General mine planning packages (GMPs), such as Minex often use a propriety borehole database rather than a commercial database for drillhole data. Briefly the Minex database consists of five interrelated files. These files are given extensions B31 to B35. Thus a database called FIRESTONE.B31 will have four associated files FIRESTONE.B32.B33.B34 and.b35. Using five files provides significant speed and storage efficiencies as: 1. Drillhole names, drillhole types and variable names and titles are stored in the B31. The B31 consolidates all header information and allows rapid indexing to the more data intensive files. 2. Data such as geophysics, quality and lithology is stored in the.b32 file. If downhole survey data exists, it is held in the.b32 file. Typically many coal projects assume holes are vertical, however in deep coal deposits borehole verticality may affect the real location of a seam. 3. Seam intervals are stored in the.b33. Seams (or intervals) can cover multiple samples and for modelling, displaying or reporting, sample data is composited over seam intervals on the fly. Typically composites are thickness and density averaged. If coal washing occurs product analysis will be further weighted by wash plant yield. 4. The drillhole collar data consisting of X, Y, elevation and total depth is stored in the.b34 file. 5. The seam stratigraphy sequence is stored in the.b35. This file is ASCII and can be edited in a line editor or within Minex. In Figure 1 the stratigraphy listed from top to bottom is B3 B2 B1 B0. Some of these concepts are shown in Figure 1. All files, except the B35, are binary. Data is keyed on borehole name and FROM, TO depths (e.g. a sample goes from 102.6m to 103.8m). The sample location in XYZ coordinates is not stored in the database but is calculated on the fly from the other data. Thus if a user updates a hole collar location all other data is automatically repositioned. Database size and speed is improved by not storing sample XYZ. For voluminous data such as geophysics storing coordinates would be onerous. Copyright 2011 Gemcom Software International Inc. Page 2 of 6

3 COLLAR IN B34 LITHOLOGY DATA IN B32 SEAMS IN B33 GEOPHYSICS DATA IN B32 Figure 1: Borehole data is stored in linked files. The concept of data types is important in Minex. Geology data can have various from to depths. For example geophysics can be sampled at 1cm, or 2cm intervals, while lithology is typically sampled at visible intervals. In some cases these intervals may be thin (measured in cms) or thick measured in metres. Similarly coal quality from to can differ to other data, although it will typically cover a lithological interval. This concept of differing from to depths is described in Minex as a data type. Many planning packages require the seam from to to match the sample or lithological from to depths. Minex separates the seams and samples and allows seams to bridge multiple samples. Minex also allows multiple seam interpretations; Figure 2 shows two such interpretations. For selective mining seams A1 and A2 give 10 and 12% ash respectively; with bulk mining seam X increases the ash to say 15%. Minex considers that seams A1 and A2 or X are interpretations of the data. The data (here ash and lithology) is sacred and should not be composited or smudged within the database. The data should be stored and retained at its finest interval. Figure 2: Seam compositing of ash data. Copyright 2011 Gemcom Software International Inc. Page 3 of 6

4 Missing Seam Concepts Before modelling seam floor and thickness data, Minex extends shallow holes and ensures that all seams are present in all holes. This process of missing seam interpolation uses surrounding known information to estimate where seams would be if: 1. The hole was drilled deeper. 2. The seam was not weathered out. This additional seam data is flagged in Minex with a code Interpolated to differentiate it from a geologist s interpretation of the seams (such as A1 A2 or X in Figure 2). These concepts are illustrated in Figure 3. In this example Model A honours the input data but doesn t reflect the syncline structure. After interpolating missing data Model B reflects this syncline. This interpolation process extracts the maximum value from the data. Figure 3: Interpolation of missing data. Copyright 2011 Gemcom Software International Inc. Page 4 of 6

5 Corporate Databases The Minex borehole database is a mature GMP database; it is fast, composites on the fly and can be quickly accessed for section, 3D or plan display. It also handles the problems of missing seams, seam splitting and father son. Minex is not however an ideal corporate storage database. A corporate database has a number of features that are not consistent with a GMP system. Typical distinguishing features of a corporate database and a GMP are: 1. The corporate database can and does store many projects and is thus a true company wide database. The GMP database is usually a project sized subset of the corporate database. While a GMP could store multiple projects, this would not be best practice in data management or speed. The GMP is focused on a single project. 2. The corporate database has an open structure which allows access from other applications such as GIS or even public web access. 3. As the GMP is very fast, multiple user access is either not allowed or is limited. In Minex the first user can read and write to the database but subsequent users can only read. This is necessary with a GMP as correlation or missing seam interpolation changes happen quickly and would cause conflict if done by several users. 4. The GMP typically only stores what it needs. The GMP doesn t care when, who or what logged the data. Extra information, such as what laboratory made the quality measurements, what laboratory preparation techniques were used, who logged the lithology information and what coordinate systems are used etc. should be stored, but not in the GMP. This extra information should be in the corporate database. 5. Some GMP systems mix interpretations and raw data such that reverting to the original observations and measurements can be problematic. This is not the case with Minex, where seams are stored separately to the sample data. This data mixing can however cause problems with JORC or other reporting standards. While the GMP is focused on a single geology user and delivers speed of processing etc., a corporate database has a multi-user focus. The corporate data allows efficient multi-user access; manages security and privileges on the data; handles data back-ups; manages versions and roll-backs and keep the data secure and safe. As a database it also allows flexible data selection and query, tracks changes in the data, and manages the who, what when of the data. In summary it is critical to separate the capture, management and delivery of the original observations from the modeling process. The corporate database stores the original observations with the associated metadata (contracts, standards etc) and feeds the data to client systems. The GMP (as one such client) uses the data in a specialised way appropriate to its needs. Minex has focused on the modelling rather than the database. Its strength lies in manipulating rather than in storing data. Adding database functions such as multi-user, metadata, versioning etc functions to GMPs would make them unnecessarily slow. Minex interfaces to a variety of databases using ODBC. ODBC Over the last thirty years large in-house corporate databases have been progressively replaced by commercial systems usually based on Oracle, SQL Server or Access. These databases store all data, including metadata, handle versioning and change tracking etc. A common feature of these databases is Open DataBase Connectivity or ODBC. ODBC allows users to connect to databases such as Oracle or Access and extract data into a GMP system. This connection avoids double handling of the data and thus avoids errors. The Minex5 ODBC interface maps the database to Minex using a drag and drop process. ODBC is the basis for connection to the GEMS Logger. Copyright 2011 Gemcom Software International Inc. Page 5 of 6

6 GEMS Logger Gems Logger is a borehole database system based on Microsoft Access (for small clients or smaller data sets) or SQL Server for larger accounts. The GEMS logger allows holes to be logged in Access then uploaded to SQL server. Holes can also be borrowed from the SQL Server and edited by the user in Access. Borrowed holes can t be accessed by other users so duplicate data is avoided. The GEMS Logger has been customised to the Minex lithology dictionary so users can enter codes such as SS (sandstone) or MS (mudstone). These codes are also available in pull down lists. Writing Back to the Database As previously discussed, when modelling coal, Minex creates extra seam intervals for missing data. This helps maximise the value of the drilling. Holes are extended up and down to locate deeper or weathered seams (refer Figure 3). This extra data is flagged in Minex as interpolated to distinguish it from real or logged data. Generally this interpolated data should not be stored in the corporate database. However it could be stored in the corporate database as a unique table, to avoid confusion between logged and estimated data. The recommended process would be as follows: 1. Extract the data required for modelling into Minex. 2. Interpolate the missing seams. 3. Validate the model and associated borehole database. 4. Publish the model. By publish we mean release within the mining company as the annual accepted model (say model 2006 or model 2007). 5. Store the seam picks associated with this model in a database table for model 2006 or model Link this table to the original data with appropriate date stamping. This document gives only a general description of products and services and except where expressly provided otherwise shall not form part of any contract. Changes may be made in products or services at any time without notice. Copyright 2011, Gemcom Software International Inc. Gemcom, the Gemcom logo, combinations thereof, and Gemcom Minex are trademarks of Gemcom Software International Inc. All other names are trademarks, registered trademarks, or service marks of their respective owners. The solutions you expect. From the people you trust. Copyright 2011 Gemcom Software International Inc. Page 6 of 6

What you can do:...3 Data Entry:...3 Drillhole Sample Data:...5 Cross Sections and Level Plans...8 3D Visualization...11

What you can do:...3 Data Entry:...3 Drillhole Sample Data:...5 Cross Sections and Level Plans...8 3D Visualization...11 What you can do:...3 Data Entry:...3 Drillhole Sample Data:...5 Cross Sections and Level Plans...8 3D Visualization...11 W elcome to North Face Software s software. With this software, you can accomplish

More information

Query Tool (FMS) Introduction

Query Tool (FMS) Introduction Query Tool (FMS) Introduction FMS (Facies Management System) is the geological and geophysical database that is the depository for all the data accessed by the FMB. The database is built on the MS Access

More information

Guidelines for the Estimation and Reporting of Australian Black Coal Resources and Reserves

Guidelines for the Estimation and Reporting of Australian Black Coal Resources and Reserves Guidelines for the Estimation and Reporting of Australian Black Coal Resources and Reserves 2001 Edition (as referred to in the Joint Ore Reserves Committee Code ( The JORC Code ) 1999 edition) Prepared

More information

management Intuitive Mining Solutions FLEXIBLE, RELIABLE AND SECURE, GEOBANK IS THE IDEAL SOLUTION FOR THE RESOURCE INDUSTRY

management Intuitive Mining Solutions FLEXIBLE, RELIABLE AND SECURE, GEOBANK IS THE IDEAL SOLUTION FOR THE RESOURCE INDUSTRY Geological data management Intuitive Mining Solutions FLEXIBLE, RELIABLE AND SECURE, GEOBANK IS THE IDEAL SOLUTION FOR THE RESOURCE INDUSTRY Geological DATA management Flexible, reliable and secure, Micromine

More information

The successful integration of 3D seismic into the mining process: Practical examples from Bowen Basin underground coal mines

The successful integration of 3D seismic into the mining process: Practical examples from Bowen Basin underground coal mines Geophysics 165 Troy Peters The successful integration of 3D seismic into the mining process: Practical examples from Bowen Basin underground coal mines This paper discusses how mine staff from a number

More information

VIEWLOG Geophysical Analysis Tutorial

VIEWLOG Geophysical Analysis Tutorial VIEWLOG Geophysical Analysis Tutorial Version 4.00 Oct. 2011 Technical Support: EarthFX Inc., 3363 Yonge St. Toronto, ON M4N 2M6 Tel: (416) 410-4260 x7 Fax: (416) 481-6026 e-mail: support@viewlog.com VIEWLOG

More information

Leapfrog : new software for faster and better 3D geological modelling

Leapfrog : new software for faster and better 3D geological modelling Leapfrog : new software for faster and better 3D geological modelling Paul Hodkiewicz, Principal Consultant (Geology), SRK Consulting, 10 Richardson Street, West Perth WA 6005, Australia, phodkiewicz@srk.com.au

More information

Integrated Data Management with Oasis montaj and acquire

Integrated Data Management with Oasis montaj and acquire Integrated Data Management with Oasis montaj and acquire Tracey Minton, Geosoft Inc. and Alison Atkins, Metech Pty Ltd Introduction In exploration, knowledge and data are your two greatest assets. Geoscientist

More information

HIGH GRADE DRILL RESULTS CONTINUE AT THE KYLYLAHTI MINE

HIGH GRADE DRILL RESULTS CONTINUE AT THE KYLYLAHTI MINE 22 August 2013 ASX: AOH, FSE: A2O HIGH GRADE DRILL RESULTS CONTINUE AT THE KYLYLAHTI MINE Upper part of Wombat zone returns excellent drilling intersections: - 29.0m at 4.7% copper - 37.6m at 3.2% copper

More information

Professional Resumé of Geoffrey Hokin

Professional Resumé of Geoffrey Hokin Professional Resumé of Geoffrey Hokin Personal Details Name: Location: Occupation: Geoffrey Hokin MSc (Hons.) Geology Toowoomba, QLD Geologist, Exploration Manager Career Summary In my Geology career I

More information

For personal use only

For personal use only DECEMBER 2011 Issued 31 January 2012 HIGHLIGHTS INDIAN IRON ORE MINING PROJECT Significant on-site work completed and installation of phase one processing infrastructure underway at Kurnool iron beneficiation

More information

COURSE OUTLINE GEOL 204 MINING COMPUTING 45 HOURS 1.5 CREDITS

COURSE OUTLINE GEOL 204 MINING COMPUTING 45 HOURS 1.5 CREDITS APPLIED SCIENCE AND MANAGEMENT DIVISION School of Science Fall, 2014 COURSE OUTLINE GEOL 204 MINING COMPUTING 45 HOURS 1.5 CREDITS PREPARED BY: Joel Cubley, Instructor DATE: APPROVED BY: Margaret Dumkee,

More information

3D Modelling & Mine Planning Software. Comprehensive tools provide a competitive advantage from exploration to rehabilitation.

3D Modelling & Mine Planning Software. Comprehensive tools provide a competitive advantage from exploration to rehabilitation. 3D Modelling & Mine Planning Software Comprehensive tools provide a competitive advantage from exploration to rehabilitation. Maptek Vulcan, the world s premier 3D mining software solution, allows users

More information

MIPRO s Business Intelligence Manifesto: Six Requirements for an Effective BI Deployment

MIPRO s Business Intelligence Manifesto: Six Requirements for an Effective BI Deployment MIPRO s Business Intelligence Manifesto: Six Requirements for an Effective BI Deployment Contents Executive Summary Requirement #1: Execute Dashboards Effectively Requirement #2: Understand the BI Maturity

More information

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Course Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills

More information

Data Management for Exploration and Mining Companies

Data Management for Exploration and Mining Companies Keep it simple Data Management for Exploration and Mining Companies What makes us different? Exploration and mining are serious, expensive businesses. Drilling for exploration targets or grade control

More information

Taking EPM to new levels with Oracle Hyperion Data Relationship Management WHITEPAPER

Taking EPM to new levels with Oracle Hyperion Data Relationship Management WHITEPAPER Taking EPM to new levels with Oracle Hyperion Data Relationship Management WHITEPAPER This document contains Confidential, Proprietary, and Trade Secret Information ( Confidential Information ) of TopDown

More information

Expansion drilling at Mt Marion Lithium Project yields positive results

Expansion drilling at Mt Marion Lithium Project yields positive results 29 January 2016 Level 1, 672 Murray Street West Perth WA 6005 Locked Bag 8 West Perth WA 6872 t. +61 8 9322 1182 f. +61 8 9321 0556 info@neometals.com.au neometals.com.au Neometals Ltd ABN 89 099 116 631

More information

Data Modeling for Big Data

Data Modeling for Big Data Data Modeling for Big Data by Jinbao Zhu, Principal Software Engineer, and Allen Wang, Manager, Software Engineering, CA Technologies In the Internet era, the volume of data we deal with has grown to terabytes

More information

Arnot South Coal Resource Competent Person s Report. Coal of Africa Limited & Peel Hunt LLP

Arnot South Coal Resource Competent Person s Report. Coal of Africa Limited & Peel Hunt LLP Arnot South Coal Resource Competent Person s Report Report Prepared for: Coal of Africa Limited & Peel Hunt LLP Report Prepared by: Gemecs (Pty) Ltd Sentinel House 37 Walter Sisulu Street Middelburg Republic

More information

DBMS Questions. 3.) For which two constraints are indexes created when the constraint is added?

DBMS Questions. 3.) For which two constraints are indexes created when the constraint is added? DBMS Questions 1.) Which type of file is part of the Oracle database? A.) B.) C.) D.) Control file Password file Parameter files Archived log files 2.) Which statements are use to UNLOCK the user? A.)

More information

Clustering through Decision Tree Construction in Geology

Clustering through Decision Tree Construction in Geology Nonlinear Analysis: Modelling and Control, 2001, v. 6, No. 2, 29-41 Clustering through Decision Tree Construction in Geology Received: 22.10.2001 Accepted: 31.10.2001 A. Juozapavičius, V. Rapševičius Faculty

More information

MS-40074: Microsoft SQL Server 2014 for Oracle DBAs

MS-40074: Microsoft SQL Server 2014 for Oracle DBAs MS-40074: Microsoft SQL Server 2014 for Oracle DBAs Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills and experience as an Oracle

More information

La Guajira Coal Project San Juan Underground Coal Resource Statement

La Guajira Coal Project San Juan Underground Coal Resource Statement La Guajira Coal Project San Juan Underground Coal Resource Statement Company Name: MPX Colombia Date: May 3, 2012 From: Ron Parent, P. Geo. C O N T E N T S TERMS AND ACRONYMS...... I EXECUTIVE SUMMARY...

More information

AWARE ENTERPRISE SYSTEM

AWARE ENTERPRISE SYSTEM AWARE ENTERPRISE SYSTEM The Aware Enterprise System from Aware Business Systems Pty Ltd is a remarkable software package designed for Australian manufacturers and distributors. Designed and developed in

More information

OTC-26021-MS. New Findings in Drilling and Wells using Big Data Analytics J. Johnston, CGG; A. Guichard, Teradata. Abstract

OTC-26021-MS. New Findings in Drilling and Wells using Big Data Analytics J. Johnston, CGG; A. Guichard, Teradata. Abstract OTC-26021-MS New Findings in Drilling and Wells using Big Data Analytics J. Johnston, CGG; A. Guichard, Teradata Copyright 2015, Offshore Technology Conference This paper was prepared for presentation

More information

Investing in an Underground Coal Mine in Indonesia

Investing in an Underground Coal Mine in Indonesia Coal Supplying Key Resources into expanding Asian markets Investing in an Underground Coal Mine in Indonesia Disclaimer Forward Looking Statements This presentation includes certain forward looking Statements.

More information

REPORT OF WORK GUIDELINES

REPORT OF WORK GUIDELINES REPORT OF WORK GUIDELINES The following guidelines apply to a report of work submitted under section 56(1) of the Mining Act (http://laws.gnb.ca/en/showdoc/cs/m-14.1). 1 (1) A report of work shall be submitted

More information

Software Solution. PetroBank Master Data Store. Information Management and Platform. Reduced Costs DATA SHEET

Software Solution. PetroBank Master Data Store. Information Management and Platform. Reduced Costs DATA SHEET DATA SHEET PetroBank Master Data Store Software Solution Information Management and Platform KEY FEATURES Master database for high volume seismic, gravity, magnetic, electromagnetic, and well log data

More information

AIM: KEFI 6 March 2014. KEFI Minerals Plc. ( KEFI or the Company ) SAUDI ARABIAN EXPLORATION AND DEVELOPMENT UPDATE

AIM: KEFI 6 March 2014. KEFI Minerals Plc. ( KEFI or the Company ) SAUDI ARABIAN EXPLORATION AND DEVELOPMENT UPDATE KEFI Minerals Plc Doğu Akdeniz Mineralleri San. Tic. Ltd. Şti. Cemal Gürsel Cad. Yalı Apt. No:304 K:4 D:9 Karşıyaka İZMİR Tel: +90 232 381 9431 Fax: +90 232 381 9071 Email: info@kefi-minerals.com AIM:

More information

Queensland Mining Corporation L I M I T E D. Maiden JORC Resources Estimate for Horseshoe Copper Deposit, Duck Creek, South Cloncurry District

Queensland Mining Corporation L I M I T E D. Maiden JORC Resources Estimate for Horseshoe Copper Deposit, Duck Creek, South Cloncurry District ASX Release 12 October 2012 Maiden JORC Resources Estimate for Horseshoe Copper Deposit, Duck Creek, South Cloncurry District Total mineral resource at Duck Creek Project area of 960,000t @ 1.47% Cu (0.2%

More information

Tips and Tricks SAGE ACCPAC INTELLIGENCE

Tips and Tricks SAGE ACCPAC INTELLIGENCE Tips and Tricks SAGE ACCPAC INTELLIGENCE 1 Table of Contents Auto e-mailing reports... 4 Automatically Running Macros... 7 Creating new Macros from Excel... 8 Compact Metadata Functionality... 9 Copying,

More information

For personal use only

For personal use only Korab Resources Limited Gold Operations Update November 2012 Andrej K. Karpinski Executive Chairman Korab Projects BOBRIKOVO MELROSE 1 Korab Gold Projects Other Korab Projects Robust Undervalued Gold Portfolio

More information

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Eleventh Edition. Copyright 2015 Pearson Education, Inc.

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Eleventh Edition. Copyright 2015 Pearson Education, Inc. Copyright 2015 Pearson Education, Inc. Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Eleventh Edition Copyright 2015 Pearson Education, Inc. Technology in Action Chapter 9 Behind the

More information

GeoInfo Tools Database Users Manual v3.1 October 8, 2015 Mike Schaefer Geo-Information Solutions Mike.Schaefer@GeoInfoSol.com

GeoInfo Tools Database Users Manual v3.1 October 8, 2015 Mike Schaefer Geo-Information Solutions Mike.Schaefer@GeoInfoSol.com GeoInfo Tools Database Users Manual v3.1 October 8, 2015 Mike Schaefer Geo-Information Solutions Mike.Schaefer@GeoInfoSol.com GeoInfo Mobile Mobile Field Database Software www.geoinfomobile.com Integrated

More information

Future of Minerals Exploration Helping the mining industry go deeper.

Future of Minerals Exploration Helping the mining industry go deeper. Future of Minerals Exploration Helping the mining industry go deeper. WWW.WIPRO.COM David Lee, GM Strategy- Mining, Wipro Technologies Table of contents 02 Future of Minerals Exploration 03 Minerals Exploration

More information

Broadband seismic to support hydrocarbon exploration on the UK Continental Shelf

Broadband seismic to support hydrocarbon exploration on the UK Continental Shelf Broadband seismic to support hydrocarbon exploration on the UK Continental Shelf Gregor Duval 1 1 CGGVeritas Services UK Ltd, Crompton Way, Manor Royal Estate, Crawley, RH10 9QN, UK Variable-depth streamer

More information

ORACLE HYPERION DATA RELATIONSHIP MANAGEMENT

ORACLE HYPERION DATA RELATIONSHIP MANAGEMENT Oracle Fusion editions of Oracle's Hyperion performance management products are currently available only on Microsoft Windows server platforms. The following is intended to outline our general product

More information

White Paper The Benefits of Business Intelligence Standardization

White Paper The Benefits of Business Intelligence Standardization White Paper The Benefits of Business Intelligence Standardization Why Should You Standardize Your Business Intelligence Tools? Author: Timo Elliott (timo.elliott@businessobjects.com) Contributors: Audience:

More information

5.5 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall. Figure 5-2

5.5 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall. Figure 5-2 Class Announcements TIM 50 - Business Information Systems Lecture 15 Database Assignment 2 posted Due Tuesday 5/26 UC Santa Cruz May 19, 2015 Database: Collection of related files containing records on

More information

New Cascade drill results and Ulanzi drill update

New Cascade drill results and Ulanzi drill update New Cascade drill results and Ulanzi drill update 1 October 2015 Highlights Assays from the next two Cascade drill holes continue returning excellent intervals: o 98m@ 8.92% TGC including 40m@ 10.18% from

More information

For personal use only

For personal use only ASX ANNOUNCEMENT ASX:AWV Anova Metals Limited ABN 20 147 678 779 Directors Jon Parker Chairman & NED Tim Dobson Managing Director Bill Fry NED Mal James NED Management Tim Dobson Managing Director Geoff

More information

KPI, OEE AND DOWNTIME ANALYTICS. An ICONICS Whitepaper

KPI, OEE AND DOWNTIME ANALYTICS. An ICONICS Whitepaper 2010 KPI, OEE AND DOWNTIME ANALYTICS An ICONICS Whitepaper CONTENTS 1 ABOUT THIS DOCUMENT 1 1.1 SCOPE OF THE DOCUMENT... 1 2 INTRODUCTION 2 2.1 ICONICS TOOLS PROVIDE DOWNTIME ANALYTICS... 2 3 DETERMINING

More information

RIDDARHYTTAN RESOURCES PRESS RELEASE August 11, 2003

RIDDARHYTTAN RESOURCES PRESS RELEASE August 11, 2003 1 RIDDARHYTTAN RESOURCES PRESS RELEASE August 11, 2003 New drill holes in the Suurikuusikko area, Finland, have further intersected high gold grades over considerable widths, increasing the depth extent

More information

Reconciliation and best practices in a configuration management system. White paper

Reconciliation and best practices in a configuration management system. White paper Reconciliation and best practices in a configuration management system White paper Table of contents Introduction... 3 A reconciliation analogy: automobile manufacturing assembly... 3 Conflict resolution...

More information

Facilitating Multi-Site Management with Oracle WebCenter KARLA SCHOMMER FISHBOWL SOLUTIONS, INC.

Facilitating Multi-Site Management with Oracle WebCenter KARLA SCHOMMER FISHBOWL SOLUTIONS, INC. Facilitating Multi-Site Management with Oracle WebCenter KARLA SCHOMMER FISHBOWL SOLUTIONS, INC. i Fishbowl Solutions Notice The information contained in this document represents the current view of Fishbowl

More information

Using AGS digital data transfer format D C Entwisle and S Self

Using AGS digital data transfer format D C Entwisle and S Self Using AGS digital data transfer format D C Entwisle and S Self Synopsis UK Business model What is the AGS? What is AGS digital data transfer format? Using AGS data UK business model Client Consultant Main

More information

Getting Started With LP360

Getting Started With LP360 Getting Started With LP360 10/30/2014 1 Contents What is LP360?... 3 System Requirements... 3 Installing LP360... 4 How to Enable the LP360 Extension... 4 How to Display the LP360 Toolbar... 4 How to Import

More information

Choosing A CMS. Enterprise CMS. Web CMS. Online and beyond. Best-of-Breed Content Management Systems. 1300 762 912 info@ares.com.

Choosing A CMS. Enterprise CMS. Web CMS. Online and beyond. Best-of-Breed Content Management Systems. 1300 762 912 info@ares.com. Web CMS Enterprise CMS 1300 762 912 info@ares.com.au Sydney 275 alfred st north sydney nsw 2060 Melbourne 21 burwood road hawthorn vic 3122 Choosing A CMS Best-of-Breed Content Management Systems Brisbane

More information

HIGH GRADE GOLD DRILL RESULTS MT EGERTON PROJECT

HIGH GRADE GOLD DRILL RESULTS MT EGERTON PROJECT July 7 th, 2015 Australian Securities Exchange Limited Via Electronic Lodgement 57 139 522 900 HIGH GRADE GOLD DRILL RESULTS MT EGERTON PROJECT RC Drilling has returned shallow high grades at the Gaffney

More information

White Paper. Enterprise Enabler and SharePoint 2010 Or Why SharePoint Needs Enterprise Enabler. Pamela Szabó Stone Bond Technologies

White Paper. Enterprise Enabler and SharePoint 2010 Or Why SharePoint Needs Enterprise Enabler. Pamela Szabó Stone Bond Technologies White Paper Enterprise Enabler and SharePoint 2010 Or Why SharePoint Needs Enterprise Enabler Pamela Szabó Stone Bond Technologies Copyright 2014 Stone Bond Technologies, L.P. All rights reserved. The

More information

KYLYLAHTI RESOURCE INCREASED

KYLYLAHTI RESOURCE INCREASED 26 March 2014 ASX: AOH, FSE: A2O KYLYLAHTI RESOURCE INCREASED Copper in Resources exceeds pre-mining estimates 2 years after first production commenced Contained copper up 17% from June 2013 after mine

More information

The Right Database for Your Growing Business Ndo M. Osias ndo_osias@hotmail.com

The Right Database for Your Growing Business Ndo M. Osias ndo_osias@hotmail.com The Right Database for Your Growing Business Ndo M. Osias ndo_osias@hotmail.com Abstract As a business grows there is a need to upgrade both the hardware and software that form the company's information

More information

Database as a Service (DaaS) Version 1.02

Database as a Service (DaaS) Version 1.02 Database as a Service (DaaS) Version 1.02 Table of Contents Database as a Service (DaaS) Overview... 4 Database as a Service (DaaS) Benefit... 4 Feature Description... 4 Database Types / Supported Versions...

More information

Excel Companion. (Profit Embedded PHD) User's Guide

Excel Companion. (Profit Embedded PHD) User's Guide Excel Companion (Profit Embedded PHD) User's Guide Excel Companion (Profit Embedded PHD) User's Guide Copyright, Notices, and Trademarks Copyright, Notices, and Trademarks Honeywell Inc. 1998 2001. All

More information

By Gene Kitts, Senior Vice President-Mining Services, International Coal Group, Inc.

By Gene Kitts, Senior Vice President-Mining Services, International Coal Group, Inc. Why Surface Mine? By Gene Kitts, Senior Vice President-Mining Services, International Coal Group, Inc. Why do we surface mine in Central Appalachia? It s certainly not because we like the public attention

More information

news from Tom Bacon about Monday's lecture

news from Tom Bacon about Monday's lecture ECRIC news from Tom Bacon about Monday's lecture I won't be at the lecture on Monday due to the work swamp. The plan is still to try and get into the data centre in two weeks time and do the next migration,

More information

Integration to Third-Party Applications

Integration to Third-Party Applications Product Brief Accolade Enterprise Innovation Performance: Integration to Third-Party Applications Abstract This Brief introduces the advantages and benefits of integrating Sopheon s Accolade enterprise

More information

ASX ANNOUNCEMENT Date: 3 February 2016 Number: 449/030216

ASX ANNOUNCEMENT Date: 3 February 2016 Number: 449/030216 ASX ANNOUNCEMENT Date: 3 February 2016 Number: 449/030216 VERY HIGH GRADE PGM-COPPER-NICKEL IN MASSIVE NICKEL COPPER SULPHIDE AT PLATINUM SPRINGS, N.S.W. 0.6 metres at 11.5 g/t platinum, 25.6 g/t palladium,

More information

Digital Asset Management for Enterprises

Digital Asset Management for Enterprises Digital Asset Management for Enterprises Extended Content Solution Ltd, 2013 Does this sound familiar? Multiple repositories of images across the business including local hard drives, CDs and offline storage.

More information

Rev. 06 JAN. 2008. Document Control User Guide: Using Outlook within Skandocs

Rev. 06 JAN. 2008. Document Control User Guide: Using Outlook within Skandocs Rev. 06 JAN. 2008 Document Control User Guide: Using Outlook within Skandocs Introduction By referring to this user guide, it is assumed that the user has an advanced working knowledge of Skandocs (i.e.

More information

Five Steps to Integrate SalesForce.com with 3 rd -Party Systems and Avoid Most Common Mistakes

Five Steps to Integrate SalesForce.com with 3 rd -Party Systems and Avoid Most Common Mistakes Five Steps to Integrate SalesForce.com with 3 rd -Party Systems and Avoid Most Common Mistakes This white paper will help you learn how to integrate your SalesForce.com data with 3 rd -party on-demand,

More information

Adobe Anywhere for video Collaborate without boundaries

Adobe Anywhere for video Collaborate without boundaries Introducing Adobe Anywhere for video Collaborate without boundaries As a professional video producer, you face a growing demand for more content on a widening variety of devices and platforms. Today s

More information

Sage ERP Solutions. Ten Signs You Need a New Solution. Have You Outgrown Your Small Business Accounting Software?

Sage ERP Solutions. Ten Signs You Need a New Solution. Have You Outgrown Your Small Business Accounting Software? Ten Signs You Need a New Solution Have You Outgrown Your Small Business Accounting Software? Are you experiencing growing pains? Make the move before the warning signs become too much to ignore... Maintaining

More information

CIVL451. Soil Exploration and Characterization

CIVL451. Soil Exploration and Characterization CIVL451 Soil Exploration and Characterization 1 Definition The process of determining the layers of natural soil deposits that will underlie a proposed structure and their physical properties is generally

More information

UNDERGROUND COAL GASIFICATION. By Lian Hattingh

UNDERGROUND COAL GASIFICATION. By Lian Hattingh UNDERGROUND COAL GASIFICATION By Lian Hattingh Agenda What is UCG The history of UCG How does UCG work Environmental impact of UCG Why Sasol is interested The impact of UCG on Sasol business Advantages/Disadvantages

More information

NatureServe s Environmental Review Tool

NatureServe s Environmental Review Tool NatureServe s Environmental Review Tool A Repeatable Online Software Solution for Agencies For More Information, Contact: Lori Scott Rob Solomon lori_scott@natureserve.org rob_solomon@natureserve.org 703-908-1877

More information

Master Data Services. SQL Server 2012 Books Online

Master Data Services. SQL Server 2012 Books Online Master Data Services SQL Server 2012 Books Online Summary: Master Data Services (MDS) is the SQL Server solution for master data management. Master data management (MDM) describes the efforts made by an

More information

Unitel Direct Content Management System Version 2 - June 2012. Content Management System

Unitel Direct Content Management System Version 2 - June 2012. Content Management System Content Management System 1 Table of Contents Introduction To Your Content Management System...3 Logging In...4 Page Management...5 Adding Pages...5 Managing Pages...6 Removing Pages...7 Adding Text, Images

More information

Oracle Warehouse Builder 10g

Oracle Warehouse Builder 10g Oracle Warehouse Builder 10g Architectural White paper February 2004 Table of contents INTRODUCTION... 3 OVERVIEW... 4 THE DESIGN COMPONENT... 4 THE RUNTIME COMPONENT... 5 THE DESIGN ARCHITECTURE... 6

More information

Pipeliner CRM Phaenomena Guide Opportunity Management. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Opportunity Management. 2015 Pipelinersales Inc. www.pipelinersales.com Opportunity Management 205 Pipelinersales Inc. www.pipelinersales.com Opportunity Management Learn how to manage sales opportunities with Pipeliner Sales CRM Application. CONTENT. Creating and sharing

More information

MAINTAIN AND GROW YOUR ORGANIZATION S PERFORMANCE THROUGH EMPLOYEE TRAINING. and Operations Professionals Increase Productivity

MAINTAIN AND GROW YOUR ORGANIZATION S PERFORMANCE THROUGH EMPLOYEE TRAINING. and Operations Professionals Increase Productivity MAINTAIN AND GROW YOUR ORGANIZATION S PERFORMANCE THROUGH EMPLOYEE TRAINING Education Paths that Help Geology, Engineering and Operations Professionals Increase Productivity Maintain Your Organization

More information

IBM WebSphere ILOG Rules for.net

IBM WebSphere ILOG Rules for.net Automate business decisions and accelerate time-to-market IBM WebSphere ILOG Rules for.net Business rule management for Microsoft.NET and SOA environments Highlights Complete BRMS for.net Integration with

More information

Capability Statement

Capability Statement Capability Statement About Cube Practical & Professional Advice Cube Consulting provides consulting services and software systems to the global mining industry. We are a quality team of geologists, mining

More information

Treatment Practice for Controlling Water Damage in the Annular Space of Shaft Freezing Hole

Treatment Practice for Controlling Water Damage in the Annular Space of Shaft Freezing Hole An Interdisciplinary Response to Mine Water Challenges - Sui, Sun & Wang (eds) 2014 China University of Mining and Technology Press, Xuzhou, ISBN 978-7-5646-2437-8 Treatment Practice for Controlling Water

More information

Welcome to Corel DESIGNER, a comprehensive vector-based drawing application for creating technical graphics.

Welcome to Corel DESIGNER, a comprehensive vector-based drawing application for creating technical graphics. Importing 3D models Welcome to Corel DESIGNER, a comprehensive vector-based drawing application for creating technical graphics. In this tutorial, you will modify a three-dimensional model of a transmission

More information

The difference between. BI and CPM. A white paper prepared by Prophix Software

The difference between. BI and CPM. A white paper prepared by Prophix Software The difference between BI and CPM A white paper prepared by Prophix Software Overview The term Business Intelligence (BI) is often ambiguous. In popular contexts such as mainstream media, it can simply

More information

Data Management Implementation Plan

Data Management Implementation Plan Appendix 8.H Data Management Implementation Plan Prepared by Vikram Vyas CRESP-Amchitka Data Management Component 1. INTRODUCTION... 2 1.1. OBJECTIVES AND SCOPE... 2 2. DATA REPORTING CONVENTIONS... 2

More information

Inform IT Enterprise Historian. The Industrial IT Solution for Information Management

Inform IT Enterprise Historian. The Industrial IT Solution for Information Management Inform IT Enterprise Historian The Industrial IT Solution for Information Management Real-time Information Management for Enterprise Production Management Inform IT Enterprise Historian is the information

More information

The Real Challenges of Configuration Management

The Real Challenges of Configuration Management The Real Challenges of Configuration Management McCabe & Associates Table of Contents The Real Challenges of CM 3 Introduction 3 Parallel Development 3 Maintaining Multiple Releases 3 Rapid Development

More information

Frequently Asked Questions Sage Pastel Intelligence Reporting

Frequently Asked Questions Sage Pastel Intelligence Reporting Frequently Asked Questions Sage Pastel Intelligence Reporting The software described in this document is protected by copyright, and may not be copied on any medium except as specifically authorized in

More information

Analytical Information Management for the IODP Riserless Drilling Vessel

Analytical Information Management for the IODP Riserless Drilling Vessel Analytical Information Management for the IODP Riserless Drilling Vessel Paul Foster David Fackler Peter Blum David Houpt USIO Analytical Services May 8, 2006 Project Framework Scientific Ocean Drilling

More information

SQL Server Replication Guide

SQL Server Replication Guide SQL Server Replication Guide Rev: 2013-08-08 Sitecore CMS 6.3 and Later SQL Server Replication Guide Table of Contents Chapter 1 SQL Server Replication Guide... 3 1.1 SQL Server Replication Overview...

More information

Implementing the Data Management Continuum A Practical Demonstration

Implementing the Data Management Continuum A Practical Demonstration Implementing the Data Management Continuum A Practical Demonstration Authors Steve Cooper: President, EnergyIQ Scott Schneider: Director, Volant Grant Monaghan: President, Perigon Solutions This document

More information

NORTH PORTIA RESOURCE SUPPORTED BY NEW DRILLING RESULTS

NORTH PORTIA RESOURCE SUPPORTED BY NEW DRILLING RESULTS Havilah Resources Limited plans to sequentially develop its portfolio of gold, copper, iron, cobalt, tin and other mineral resources in South Australia. Our vision is to become a new mining force, delivering

More information

Data Virtualization A Potential Antidote for Big Data Growing Pains

Data Virtualization A Potential Antidote for Big Data Growing Pains perspective Data Virtualization A Potential Antidote for Big Data Growing Pains Atul Shrivastava Abstract Enterprises are already facing challenges around data consolidation, heterogeneity, quality, and

More information

Jet Enterprise Frequently Asked Questions Pg. 1 03/18/2011 JEFAQ - 02/13/2013 - Copyright 2013 - Jet Reports International, Inc.

Jet Enterprise Frequently Asked Questions Pg. 1 03/18/2011 JEFAQ - 02/13/2013 - Copyright 2013 - Jet Reports International, Inc. Pg. 1 03/18/2011 JEFAQ - 02/13/2013 - Copyright 2013 - Jet Reports International, Inc. Regarding Jet Enterprise What are the software requirements for Jet Enterprise? The following components must be installed

More information

DATA WAREHOUSE AND DATA MINING NECCESSITY OR USELESS INVESTMENT

DATA WAREHOUSE AND DATA MINING NECCESSITY OR USELESS INVESTMENT Scientific Bulletin Economic Sciences, Vol. 9 (15) - Information technology - DATA WAREHOUSE AND DATA MINING NECCESSITY OR USELESS INVESTMENT Associate Professor, Ph.D. Emil BURTESCU University of Pitesti,

More information

GeoEditor User Manual

GeoEditor User Manual GeoEditor User Manual A tool for geological modelling and editing in GIS DHI Water & Environment October 2000 GeoEditor is a product made by the DHI in co-operation with the Geological Survey of Denmark

More information

WELL LOGGING TECHNIQUES WELL LOGGING DEPARTMENT OIL INDIA LIMITED

WELL LOGGING TECHNIQUES WELL LOGGING DEPARTMENT OIL INDIA LIMITED WELL LOGGING TECHNIQUES WELL LOGGING DEPARTMENT OIL INDIA LIMITED The Hydrocarbon E & P Process In the exploration process, a most probable hydrocarbon bearing rock structure is defined based on seismic

More information

Securing Your Microsoft SQL Server Databases in an Enterprise Environment

Securing Your Microsoft SQL Server Databases in an Enterprise Environment Securing Your Microsoft SQL Server Databases in an Enterprise Environment Contents Introduction...1 Taking Steps Now to Secure Your Data...2 Step 1: Back Up Everything...2 Step 2: Simplify as Much as

More information

Oracle BI 11g R1: Build Repositories

Oracle BI 11g R1: Build Repositories Oracle University Contact Us: 1.800.529.0165 Oracle BI 11g R1: Build Repositories Duration: 5 Days What you will learn This Oracle BI 11g R1: Build Repositories training is based on OBI EE release 11.1.1.7.

More information

OpenText Content Hub for Publishers

OpenText Content Hub for Publishers OpenText Content Hub for Publishers For managing content across all your publishing channels July 2011 TOGETHER, WE ARE THE CONTENT EXPERTS WHITEPAPER 1 What is OpenText Content Hub for Publishers? OpenText

More information

This course will also teach how to create various kinds of dashboards using Reporting Services.

This course will also teach how to create various kinds of dashboards using Reporting Services. Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services Length : 3 Days (24 Hours) Language(s) : English Audience(s) : IT Professionals Level : 200 Technology : Microsoft SQL Server 2008

More information

TIM 50 - Business Information Systems

TIM 50 - Business Information Systems TIM 50 - Business Information Systems Lecture 15 UC Santa Cruz March 1, 2015 The Database Approach to Data Management Database: Collection of related files containing records on people, places, or things.

More information

New York Science Journal, 2009, 2(3), ISSN 1554-0200 http://www.sciencepub.net/newyork, sciencepub@gmail.com

New York Science Journal, 2009, 2(3), ISSN 1554-0200 http://www.sciencepub.net/newyork, sciencepub@gmail.com Electrical Method in Engineering and Environmental Studies: A Case Study of Gbagada Area, Lagos State, Nigeria. Oyedele, K.F and Ojo, A.O Dept of physics (Geophysics Programme) University of Lagos, Lagos

More information

3D Model of Carbon Relief in the Czech Part of Upper Silesian Coal Basin

3D Model of Carbon Relief in the Czech Part of Upper Silesian Coal Basin 3D Model of Carbon Relief in the Czech Part of Upper Silesian Coal Basin Vladimír Mandrla Green Gas DPB, a.s. tř. Rudé armády 637 739 21, Paskov Vladimir.Mandrla@dpb.cz Abstract. Coal mining in the Czech

More information

Siebel Installation Guide for UNIX. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014

Siebel Installation Guide for UNIX. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Siebel Installation Guide for UNIX Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Copyright 2005, 2014 Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

DATABASE DESIGN AND IMPLEMENTATION II SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO. Sault College

DATABASE DESIGN AND IMPLEMENTATION II SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO. Sault College -1- SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO Sault College COURSE OUTLINE COURSE TITLE: CODE NO. : SEMESTER: 4 PROGRAM: PROGRAMMER (2090)/PROGRAMMER ANALYST (2091) AUTHOR:

More information