Big Data Complexities for Scientific Computing in the Oil and Gas Industry

Size: px
Start display at page:

Download "Big Data Complexities for Scientific Computing in the Oil and Gas Industry"

Transcription

1 1 Big Data Complexities for Scientific Computing in the Oil and Gas Industry nosql, SQL, and mo SQL David M. Butler, President Limit Point Systems, Inc.

2 2 Outline Big Data in oil & gas exploration & production Field theory for data scientists The data model paradigm The sheaf data model A query language for the sheaf data model

3 3 The oil and gas business Adapted from [Krebbers] Upstream is exploration and production ( E&P ) (upper left) Downstream is transportation, refining, and marketing (lower right)

4 4 Major Acquired Upstream Data Types Time lapse raw seismic Time lapse prestack seismic image Time lapse poststack seismic image Well logs Production monitoring dozens of other data types

5 5 Time lapse raw seismic data each sensor gives amplitude as a function of time ~10K sensors moving towards ~1M ~10K shots ~5K samples/shot ~4 12 bytes/sample time lapse: repeat ~2/year ~10 years from [KrisEnergy] ~10 TB/project*~100 projects/year/major company ~1PB/year/major

6 6 Time lapse prestack seismic image data clean up seismic data remove noise remove artifacts other signal processing operations migrate data focus signal energy convert time to position up to 5D array of data reflectivity as a function of 3D position source-sensor 2D offset ~same size as raw seismic

7 7 Poststack seismic image data stack of prestack data aggregate over 1 or more array indices reduces size ~100x 2D or 3D image reflectivity as function of position similar to medical ultrasound image [epmag 1] interpret to produce model of subsurface

8 8 Well logs lower sensor package into well measure various properties as a function of depth ~10k samples ~1k components simple numbers bore hole images others typically done once before production starts ~100MB/well*~1K wells/year/major ~ 100GB/year/major [decogeo]

9 9 Production monitoring Classical methods at well head flow volumes gas/oil/water composition temperature pressure Distributed sensing methods fiber optic cables in well acoustic sensing temperature sensing ~1000 equivalent discrete sensors ~1k samples/sec continuous monitoring ~10-100GB/day/well function of time and position along well path [epmag 2] [slb 1] ~1K wells (growing rapidly) ~1PB/year/major

10 10 Major interpreted/modeled data types Geological structure model Velocity model Basin model Reservoir models geological quantitative engineering Geomechanical model dozens of other data types

11 11 Geological structure model geologist interprets seismic image identifies surfaces defining rock strata and faults very complex networks of intersecting surfaces iterative process seismic image depends on acoustic velocity acoustic velocity depends on rock type rock type interpreted from seismic image and well data ~1GB/structure ~1K structures/year/major ~1TB/year/major

12 12 Velocity model velocity of sound as a function of position in volume corresponding to geological structure scalar, vector, or tensor models used to produce seismic images accurate velocity model key to good seismic image ~1-10GB/model [geosoft] ~1K models/year/major ~1TB/year/major [pdgm 1]

13 13 Basin model dynamic model of entire sedimentary basin rock movement fluid movement study history of hydrocarbon deposits generation expulsion migration to reservoir entrapment useful in predicting whether structure contains oil or gas [outernode] ~100GB/model*~100/year/major ~10TB/year/major

14 14 Reservoir models static models prior to production estimate volume and other properities dynamic models fluid flow fluid composition function of position and time used to guide drilling & production keep wells producing ~100GB/project many fields, many versions/year/major ~100 TB/year/major [dgi]

15 15 Geomechanical model simulation of mechanical stresses and strains whole subsurface specific reservoirs stress, strain, deformation as function of position and time used to anticipate mechanical changes around bore hole and in reservoir ~1-10GB/model ~100 models/year/major ~100GB/year/major [slb3]

16 Summary of Upstream Data Types (Order of magnitude estimates) 16 Variety Volume (/object) Velocity (/year/major) Raw seismic ~1TB ~1PB Prestack seismic ~1TB ~1PB Poststack seismic ~10GB ~10TB Well logs ~100MB/well ~100GB Production monitoring ~10GB ~1PB Geological structure ~1GB ~1TB Velocity model ~1GB ~1TB Basin model ~100GB ~10TB Reservoir models ~100GB ~100TB Geomechanical model ~1GB ~100GB dozens of other data types, all important variety rather than volume or velocity is dominant feature

17 17 Upstream Data Flow (partial) [cda] complex interoperation between data types

18 18 Shared Earth Model concept integrated data base for evolving models of subsurface all data types multiple scales structure reservoir basin multiple interpretations and versions per object uncertainty quantification for everything provenance for everything constantly evolving holy grail of Exploration and Production ( E&P ) data integration in practice: still mostly vendor proprietary islands of integration

19 Shared Earth Model conceptually similar to conventional enterprise data warehouse 19 analysis and report oriented rather than transaction oriented integrates data from many different applications Extract-Transfer-Load ( ETL ) processes a critical component conventional warehouse and ETL relational data model provides conceptual framework Shared Earth Model for E&P data relational data model has not proven particularly useful why not? most data is physicist s field data

20 20 Outline Big Data in oil & gas exploration & production Field theory for data scientists The data model paradigm The sheaf data model A query language for the sheaf data model

21 21 Field Theory for Data Scientists physicist s field not same as database admin s field field describes some physical property as function of position and/or time in some physical object position in a physical object physical property physical property as a function of position use a simple example to introduce these ideas

22 22 A simple example derrick floor Upper well well junction Lower well bore 1 bore 2 Branched well

23 23 position in a physical object position represented by coordinate vector y R 2 r = x(p) y(p) y(p) p x(p) x

24 24 Physical property physical property types specified by mathematical physics family of types jointly referred to as multilinear algebra scalar types single number F vector types F column of numbers F = 0 F 1 tensor types matrix of numbers F = F 00 F 01 F 10 F 11 each has important algebraic properties a few dozen standard types, many more app specific types

25 25 Physical property as a function of position function (map) from physical space to property space associates a value of F with each p in the object y R 2 F r = F 00 F 00 x F 11 F 11 y infinite number of points infinite number of property values y(p) x(p) p x F 00 F 11 F 00 F 11 how do we represent this on the computer?

26 26 How do we represent a field on the computer? numerous methods small industry busy creating new methods makes interoperation and integration difficult some common features decompose physical object into simple pieces approximate by simple function on each piece

27 27 Decompose physical object into simple pieces mathematicians call each piece a cell decomposition is a cell complex df df s0 v1 s1 j s2 j s4 s3 v3 v5 s5 v4 v6 more commonly called a mesh

28 28 Approximate by simple function on each cell for each cell c: store a data tuple specify an evaluation method evaluation method F(p) = eval c(p) (p, data tuple) data tuple may or may not correspond to value of field at some point depends on evaluation method data for entire field is an array of tuples example: linear interpolation F F 0 value(p) F 1 v 0 p v 1 u(p) value(p) = u*f 1 + (1-u)*F 0

29 29 Data for entire field is an array of tuples cell 0 cell 1 cell 2 cell n-1 scalar F 0 F 1 F 2... F n-1 cell 0 cell 1 cell 2 cell n-1 vector F 0,0 F 0,1 F 1,1 F 0,2 F 1,2 F 1,0... F 0,n-1 F 1,n-1 cell 0 cell 1 cell n-1 tensor F 00,0 F 01,0 F 10,0 F 11,0 F 00,1 F 01,1 F 10,1 F 11,1... F 00,n-1 F 01,n-1 F 10,n-1 F 11,n-1 tuple components typically real (float or double) but may be of any type

30 30 How do we want to use field data? operations specified by mathematical physics five main categories topological operations compose and decompose geometric operations change the shape functional operations set and get the value at a point move field from one mesh to another algebraic operations add, subtract, multiply, divide, diagonalize,... calculus operations differentiate and integrate

31 31 Why isn t the relational model useful for field data? doesn t fit the way we want to store field data relational schema can t directly capture field entity captures data tuple entity instead of entire field entity field entity has to be reconstructed by queries normalization forces introduction of surrogate keys may require recursive queries doesn t fit the way we want to use field data table operations are too low level aren t useful for high level field operations no pay-off to using relational model most field data is stored in app-specific, proprietary flat files so what data model is useful for field data?

32 32 Outline Big Data in oil & gas exploration & production Field theory for data scientists The data model paradigm The sheaf data model A query language for the sheaf data model

33 33 The data model paradigm Data model [Codd] specifies class of mathematical objects operations on those objects constraints valid instances must satisfy Languages, libraries, tools based on data model Applications developed on top of tools Numerous benefits

34 34 Benefits of data model paradigm Increases level of abstraction for application development Increases capability of applications Facilitates interoperation and integration Increases productivity of programmers But

35 35 But Benefits only accrue if model captures application structure The more structure captured the bigger the benefit Important to capture as much structure as possible

36 Spectrum of mathematical structure captured by various data models 36 most nosql models capture less structure than relational the no in nosql should perhaps be less scientific apps have way more mathematical structure relational model isn t nearly structured enough scientific apps don t need no Structured Query Language need a (much) more Structured Query Language mo SQL

37 37 Data model/mo SQL requirements must capture common math structure of scientific data scalars, vectors, tensors topology and geometry fields algebra and calculus operations must describe how math entities are represented/stored decomposition into primitive types and operations decomposition for parallelism must maintain rigorous connection between high level semantics and low level implementation need a new data model

38 38 Outline Big Data in oil & gas exploration & production Field theory for data scientists The data model paradigm The sheaf data model A query language for the sheaf data model

39 39 Sheaf data model objects are discrete sheaves over finite distributive lattices math details: finite distributive lattice part space all distinct composite parts formed from set of basic parts discrete sheaf describes association of attributes with parts algebraic description of decomposition of abstract data types into tuples of primitive attributes

40 40 Visualizing a finite distributive lattice directed acyclic graph Hasse diagram two kinds of nodes composite parts basic parts links represent covers covers := immediately includes A covers B if and only if A includes B there is no C such that A includes C includes B. draw graph so that if A covers B, B is lower on page composite part A covers basic part B covers basic part C example

41 41 Example: branched well derrick floor well Upper well upper well lower well well junction bore 1 bore 2 Lower well Well parts bore 1 bore 2 df junction Hasse diagram basic parts are independent objects composite parts are precisely the sum of their basic parts

42 42 Sheaf table metaphor data base is a set of tables each table represents a type each row an instance each column an attribute rows carry client-defined lattice order col lattice is row lattice of some other table schema are first class objects unified algebraic framework for all common scientific data types

43 43 Unified framework for scientific data types tabular types contains relational model as limiting case row lattice is a boolean lattice physical property types scalars, vectors, tensors object-oriented types with multiple inheritance col lattice is subobject inclusion hierarchy spatial types (meshes) any decomposition of space row lattice represents spatial inclusion field types any property, any mesh, any evaluation method col lattice = tensor(mesh row lattice, property col lattice) rigorous connection between abstract math types and numeric reps from high level specification to tuples of primitives

44 44 Open Source Implementation SheafSystem Community Edition C++ libraries with Java, Python, and C# bindings Field API field types pushers refiners Geometry API coordinate sections (invertible sections) point locators spatial types Fiber Bundle Data Model API physical property types tensors groups Jacobians Sheaf Data Model API section types sheaf storage agent HDF5 or github

45 45 Outline Big Data in oil & gas exploration & production Field theory for data scientists The data model paradigm The sheaf data model A query language for the sheaf data model

46 46 Query language for sheaf data model work in progress with Prof Magne Haveraaen Bergen Language Design Laboratory, University of Bergen started with initial guess at operators extension of relational operators experience with implementation formalizing and refining definitions goal is mo SQL

47 47 Acknowledgements Mark Verschuren, Shell, provided many useful comments and other input for this presentation Original research and development funded by subcontracts B347785, B515090, and B of prime contract W ENG-48 with the Department of Energy National Nuclear Security Administration (DOE/NNSA) Ongoing development has been funded by Shell GameChanger and Shell TaCIT

48 48 END

49 49 References 1 [Krebbers] Big Data & Analytics: Exploiting it, Johan Krebbers, VP Architecture, Shell UsersConference2013/PDF/UC2013_Shell_Krebbers_GlobalIT Architecture_1.pdf [KrisEnergy] [epmag 1] Geophysics/Three-D-Seismic-Advances-Improve-Exploration- Success_90469 [decogeo]

50 50 References 2 [epmag 2] [slb1] a/images/completions/intelligent/wellwatcher_neon_tp_01tn.jpg [slb 2] System of subsurface faults and horizons in the Gulfaks oil field in the Norwegian sector of the North Sea. Data set courtesy of Schlumberger Limited. [geosoft] [pdgm 1] ae3f-bfd00f862b0d/skua-salt jpg.aspx?width=1024&height=650&ext=.jpg

51 51 References 3 [slb 3] [dgi] how_003.jpg [outernode] data/assets/image/0020/ /Curnamona_3D.jpg [cda] 14.png [Codd] E. F. Codd A relational model of data for large shared data banks. Commun. ACM 13, 6 (June 1970), DOI= /

Collecting and Analyzing Big Data for O&G Exploration and Production Applications October 15, 2013 G&G Technology Seminar

Collecting and Analyzing Big Data for O&G Exploration and Production Applications October 15, 2013 G&G Technology Seminar Eldad Weiss Founder and Chairman Collecting and Analyzing Big Data for O&G Exploration and Production Applications October 15, 2013 G&G Technology Seminar About Paradigm 700+ 26 700+ 29 7 15,000+ 15+ 200M+

More information

DecisionSpace. Prestack Calibration and Analysis Software. DecisionSpace Geosciences DATA SHEET

DecisionSpace. Prestack Calibration and Analysis Software. DecisionSpace Geosciences DATA SHEET DATA SHEET DecisionSpace Prestack Calibration and Analysis Software DecisionSpace Geosciences Key Features Large-volume prestack interpretation and analysis suite Advanced prestack analysis workflows native

More information

Data-intensive HPC: opportunities and challenges. Patrick Valduriez

Data-intensive HPC: opportunities and challenges. Patrick Valduriez Data-intensive HPC: opportunities and challenges Patrick Valduriez Big Data Landscape Multi-$billion market! Big data = Hadoop = MapReduce? No one-size-fits-all solution: SQL, NoSQL, MapReduce, No standard,

More information

HPC in Oil and Gas Exploration

HPC in Oil and Gas Exploration HPC in Oil and Gas Exploration Anthony Lichnewsky Schlumberger WesternGeco PRACE 2011 Industry workshop Schlumberger Oilfield Services Schlumberger Solutions: Integrated Project Management The Digital

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

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students Eastern Washington University Department of Computer Science Questionnaire for Prospective Masters in Computer Science Students I. Personal Information Name: Last First M.I. Mailing Address: Permanent

More information

BIG DATA CAN DRIVE THE BUSINESS AND IT TO EVOLVE AND ADAPT RALPH KIMBALL BUSSUM 2014

BIG DATA CAN DRIVE THE BUSINESS AND IT TO EVOLVE AND ADAPT RALPH KIMBALL BUSSUM 2014 BIG DATA CAN DRIVE THE BUSINESS AND IT TO EVOLVE AND ADAPT RALPH KIMBALL BUSSUM 2014 Ralph Kimball Associates 2014 The Data Warehouse Mission Identify all possible enterprise data assets Select those assets

More information

BIG DATA: FROM HYPE TO REALITY. Leandro Ruiz Presales Partner for C&LA Teradata

BIG DATA: FROM HYPE TO REALITY. Leandro Ruiz Presales Partner for C&LA Teradata BIG DATA: FROM HYPE TO REALITY Leandro Ruiz Presales Partner for C&LA Teradata Evolution in The Use of Information Action s ACTIVATING MAKE it happen! Insights OPERATIONALIZING WHAT IS happening now? PREDICTING

More information

An Introduction to Applied Mathematics: An Iterative Process

An Introduction to Applied Mathematics: An Iterative Process An Introduction to Applied Mathematics: An Iterative Process Applied mathematics seeks to make predictions about some topic such as weather prediction, future value of an investment, the speed of a falling

More information

Dip is the vertical angle perpendicular to strike between the imaginary horizontal plane and the inclined planar geological feature.

Dip is the vertical angle perpendicular to strike between the imaginary horizontal plane and the inclined planar geological feature. Geological Visualization Tools and Structural Geology Geologists use several visualization tools to understand rock outcrop relationships, regional patterns and subsurface geology in 3D and 4D. Geological

More information

Basin simulation for complex geological settings

Basin simulation for complex geological settings Énergies renouvelables Production éco-responsable Transports innovants Procédés éco-efficients Ressources durables Basin simulation for complex geological settings Towards a realistic modeling P. Havé*,

More information

High Performance Data Management Use of Standards in Commercial Product Development

High Performance Data Management Use of Standards in Commercial Product Development v2 High Performance Data Management Use of Standards in Commercial Product Development Jay Hollingsworth: Director Oil & Gas Business Unit Standards Leadership Council Forum 28 June 2012 1 The following

More information

HANDBOOK FOR THE APPLIED AND COMPUTATIONAL MATHEMATICS OPTION. Department of Mathematics Virginia Polytechnic Institute & State University

HANDBOOK FOR THE APPLIED AND COMPUTATIONAL MATHEMATICS OPTION. Department of Mathematics Virginia Polytechnic Institute & State University HANDBOOK FOR THE APPLIED AND COMPUTATIONAL MATHEMATICS OPTION Department of Mathematics Virginia Polytechnic Institute & State University Revised June 2013 2 THE APPLIED AND COMPUTATIONAL MATHEMATICS OPTION

More information

Securing the future of decom

Securing the future of decom R E Q U I R E D R E A D I N G F O R T H E G L O B A L O I L & G A S I N D U S T R Y S I N C E 1 9 7 5 AUGUST 2011 Deep thinking on the Latin American beat Floating production tales of the unexpected OFFSHORE

More information

Survey of the Mathematics of Big Data

Survey of the Mathematics of Big Data Survey of the Mathematics of Big Data Philippe B. Laval KSU September 12, 2014 Philippe B. Laval (KSU) Math & Big Data September 12, 2014 1 / 23 Introduction We survey some mathematical techniques used

More information

Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001

Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001 A comparison of the OpenGIS TM Abstract Specification with the CIDOC CRM 3.2 Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001 1 Introduction This Mapping has the purpose to identify, if the OpenGIS

More information

Big Data and Big Analytics

Big Data and Big Analytics Big Data and Big Analytics Introducing SciDB Open source, massively parallel DBMS and analytic platform Array data model (rather than SQL, Unstructured, XML, or triple-store) Extensible micro-kernel architecture

More information

Computer Science. 232 Computer Science. Degrees and Certificates Awarded. A.S. Degree Requirements. Program Student Outcomes. Department Offices

Computer Science. 232 Computer Science. Degrees and Certificates Awarded. A.S. Degree Requirements. Program Student Outcomes. Department Offices 232 Computer Science Computer Science (See Computer Information Systems section for additional computer courses.) We are in the Computer Age. Virtually every occupation in the world today has an interface

More information

Geothermal. . To reduce the CO 2 emissions a lot of effort is put in the development of large scale application of sustainable energy.

Geothermal. . To reduce the CO 2 emissions a lot of effort is put in the development of large scale application of sustainable energy. Geothermal Energy With increasing fossil fuel prices, geothermal energy is an attractive alternative energy source for district heating and industrial heating. In recent years the use of geothermal energy

More information

A HYBRID GROUND DATA MODEL TO SUPPORT INTERACTION IN MECHANIZED TUNNELING

A HYBRID GROUND DATA MODEL TO SUPPORT INTERACTION IN MECHANIZED TUNNELING A HYBRID GROUND DATA MODEL TO SUPPORT INTERACTION IN MECHANIZED TUNNELING F. HEGEMANN P. MANICKAM K. LEHNER M. KÖNIG D. HARTMANN Department of Civil and Environmental Engineering, Ruhr-University of Bochum,44780

More information

Structure of Presentation. The Role of Programming in Informatics Curricula. Concepts of Informatics 2. Concepts of Informatics 1

Structure of Presentation. The Role of Programming in Informatics Curricula. Concepts of Informatics 2. Concepts of Informatics 1 The Role of Programming in Informatics Curricula A. J. Cowling Department of Computer Science University of Sheffield Structure of Presentation Introduction The problem, and the key concepts. Dimensions

More information

NVIDIA IndeX Enabling Interactive and Scalable Visualization for Large Data Marc Nienhaus, NVIDIA IndeX Engineering Manager and Chief Architect

NVIDIA IndeX Enabling Interactive and Scalable Visualization for Large Data Marc Nienhaus, NVIDIA IndeX Engineering Manager and Chief Architect SIGGRAPH 2013 Shaping the Future of Visual Computing NVIDIA IndeX Enabling Interactive and Scalable Visualization for Large Data Marc Nienhaus, NVIDIA IndeX Engineering Manager and Chief Architect NVIDIA

More information

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary Shape, Space, and Measurement- Primary A student shall apply concepts of shape, space, and measurement to solve problems involving two- and three-dimensional shapes by demonstrating an understanding of:

More information

Bachelor of Games and Virtual Worlds (Programming) Subject and Course Summaries

Bachelor of Games and Virtual Worlds (Programming) Subject and Course Summaries First Semester Development 1A On completion of this subject students will be able to apply basic programming and problem solving skills in a 3 rd generation object-oriented programming language (such as

More information

Division of Mathematical Sciences

Division of Mathematical Sciences Division of Mathematical Sciences Chair: Mohammad Ladan, Ph.D. The Division of Mathematical Sciences at Haigazian University includes Computer Science and Mathematics. The Bachelor of Science (B.S.) degree

More information

Poznan University of Technology Faculty of Electrical Engineering

Poznan University of Technology Faculty of Electrical Engineering Poznan University of Technology Faculty of Electrical Engineering Contact Person: Pawel Kolwicz Vice-Dean Faculty of Electrical Engineering pawel.kolwicz@put.poznan.pl List of Modules Academic Year: 2015/16

More information

Tackling the big data challenges in E&P. Dr Duncan Irving, EMEA Oil and Gas Practice Lead

Tackling the big data challenges in E&P. Dr Duncan Irving, EMEA Oil and Gas Practice Lead Tackling the big data challenges in E&P Dr Duncan Irving, EMEA Oil and Gas Practice Lead What if you could perform all E&P analytical activities through a web browser? work collaboratively on a single

More information

Course Syllabus For Operations Management. Management Information Systems

Course Syllabus For Operations Management. Management Information Systems For Operations Management and Management Information Systems Department School Year First Year First Year First Year Second year Second year Second year Third year Third year Third year Third year Third

More information

FAN group includes NAMVARAN UPSTREAM,

FAN group includes NAMVARAN UPSTREAM, INTRODUCTION Reservoir Simulation FAN group includes NAMVARAN UPSTREAM, FOLOWRD Industrial Projects and Azmouneh Foulad Co. Which of these companies has their own responsibilities. NAMVARAN is active in

More information

Integration of Geological, Geophysical, and Historical Production Data in Geostatistical Reservoir Modelling

Integration of Geological, Geophysical, and Historical Production Data in Geostatistical Reservoir Modelling Integration of Geological, Geophysical, and Historical Production Data in Geostatistical Reservoir Modelling Clayton V. Deutsch (The University of Alberta) Department of Civil & Environmental Engineering

More information

ANALYTICS CENTER LEARNING PROGRAM

ANALYTICS CENTER LEARNING PROGRAM Overview of Curriculum ANALYTICS CENTER LEARNING PROGRAM The following courses are offered by Analytics Center as part of its learning program: Course Duration Prerequisites 1- Math and Theory 101 - Fundamentals

More information

MEng, BSc Computer Science with Artificial Intelligence

MEng, BSc Computer Science with Artificial Intelligence School of Computing FACULTY OF ENGINEERING MEng, BSc Computer Science with Artificial Intelligence Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give

More information

Apache Hadoop in the Enterprise. Dr. Amr Awadallah, CTO/Founder @awadallah, aaa@cloudera.com

Apache Hadoop in the Enterprise. Dr. Amr Awadallah, CTO/Founder @awadallah, aaa@cloudera.com Apache Hadoop in the Enterprise Dr. Amr Awadallah, CTO/Founder @awadallah, aaa@cloudera.com Cloudera The Leader in Big Data Management Powered by Apache Hadoop The Leading Open Source Distribution of Apache

More information

GeoEast-Tomo 3D Prestack Tomographic Velocity Inversion System

GeoEast-Tomo 3D Prestack Tomographic Velocity Inversion System GeoEast-Tomo 3D Prestack Tomographic Velocity Inversion System Science & Technology Management Department, CNPC 2015 China national Petroleum CorPoration GeoEast-Tomo : Accurate Imaging of Complex Exploration

More information

Overview. Gaudi Design Tools. The Design Process. The Design Process. Overview. Target Audience

Overview. Gaudi Design Tools. The Design Process. The Design Process. Overview. Target Audience Overview Gaudi Design Tools Kyle, Eric, Emily & Barb The Design Process Target Audience Our Demands Rule Sets System Diagram Other The Design Process 1. Programming relationship to site 2. Conceptual Design

More information

P013 INTRODUCING A NEW GENERATION OF RESERVOIR SIMULATION SOFTWARE

P013 INTRODUCING A NEW GENERATION OF RESERVOIR SIMULATION SOFTWARE 1 P013 INTRODUCING A NEW GENERATION OF RESERVOIR SIMULATION SOFTWARE JEAN-MARC GRATIEN, JEAN-FRANÇOIS MAGRAS, PHILIPPE QUANDALLE, OLIVIER RICOIS 1&4, av. Bois-Préau. 92852 Rueil Malmaison Cedex. France

More information

14TH INTERNATIONAL CONGRESS OF THE BRAZILIAN GEOPHYSICAL SOCIETY AND EXPOGEF

14TH INTERNATIONAL CONGRESS OF THE BRAZILIAN GEOPHYSICAL SOCIETY AND EXPOGEF 14 TH INTERNATIONAL CONGRESS OF THE BRAZILIAN GEOPHYSICAL SOCIETY AND EXPOGEF August 3 6, 2015 I Rio de Janeiro, RJ Sulamérica Convention Center, Booth #49 Solving challenges. Theatre Schedule: Booth #49

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

Oracle Big Data SQL Technical Update

Oracle Big Data SQL Technical Update Oracle Big Data SQL Technical Update Jean-Pierre Dijcks Oracle Redwood City, CA, USA Keywords: Big Data, Hadoop, NoSQL Databases, Relational Databases, SQL, Security, Performance Introduction This technical

More information

Time-Series Databases and Machine Learning

Time-Series Databases and Machine Learning Time-Series Databases and Machine Learning Jimmy Bates November 2017 1 Top-Ranked Hadoop 1 3 5 7 Read Write File System World Record Performance High Availability Enterprise-grade Security Distribution

More information

Big Data and Analytics: A Conceptual Overview. Mike Park Erik Hoel

Big Data and Analytics: A Conceptual Overview. Mike Park Erik Hoel Big Data and Analytics: A Conceptual Overview Mike Park Erik Hoel In this technical workshop This presentation is for anyone that uses ArcGIS and is interested in analyzing large amounts of data We will

More information

OpenFOAM Optimization Tools

OpenFOAM Optimization Tools OpenFOAM Optimization Tools Henrik Rusche and Aleks Jemcov h.rusche@wikki-gmbh.de and a.jemcov@wikki.co.uk Wikki, Germany and United Kingdom OpenFOAM Optimization Tools p. 1 Agenda Objective Review optimisation

More information

II Ill Ill1 II. /y3n-7 GAO. Testimony. Supercomputing in Industry

II Ill Ill1 II. /y3n-7 GAO. Testimony. Supercomputing in Industry GAO a Testimony /y3n-7 For Release on Delivery Expected at 9:30 am, EST Thursday March 7, 1991 Supercomputing in Industry II Ill Ill1 II 143857 Statement for the record by Jack L Erock, Jr, Director Government

More information

Data Mining and Exploratory Statistics to Visualize Fractures and Migration Paths in the WCBS*

Data Mining and Exploratory Statistics to Visualize Fractures and Migration Paths in the WCBS* Data Mining and Exploratory Statistics to Visualize Fractures and Migration Paths in the WCBS* Jean-Yves Chatellier 1 and Michael Chatellier 2 Search and Discovery Article #41582 (2015) Posted February

More information

Certificate Programs in. Program Requirements

Certificate Programs in. Program Requirements IHRDC Online Certificate Programs in OIL AND GAS MANAGEMENT Program Requirements IHRDC 535 Boylston Street Boston, MA 02116 Tel: 1-617-536-0202 Email: certificate@ihrdc.com Copyright International Human

More information

Introduction to Engineering System Dynamics

Introduction to Engineering System Dynamics CHAPTER 0 Introduction to Engineering System Dynamics 0.1 INTRODUCTION The objective of an engineering analysis of a dynamic system is prediction of its behaviour or performance. Real dynamic systems are

More information

Graduate Courses in Petroleum Engineering

Graduate Courses in Petroleum Engineering Graduate Courses in Petroleum Engineering PEEG 510 ADVANCED WELL TEST ANALYSIS This course will review the fundamentals of fluid flow through porous media and then cover flow and build up test analysis

More information

Managing Big Data with Hadoop & Vertica. A look at integration between the Cloudera distribution for Hadoop and the Vertica Analytic Database

Managing Big Data with Hadoop & Vertica. A look at integration between the Cloudera distribution for Hadoop and the Vertica Analytic Database Managing Big Data with Hadoop & Vertica A look at integration between the Cloudera distribution for Hadoop and the Vertica Analytic Database Copyright Vertica Systems, Inc. October 2009 Cloudera and Vertica

More information

MEng, BSc Applied Computer Science

MEng, BSc Applied Computer Science School of Computing FACULTY OF ENGINEERING MEng, BSc Applied Computer Science Year 1 COMP1212 Computer Processor Effective programming depends on understanding not only how to give a machine instructions

More information

What would you like to talk about? Background fast and furious:

What would you like to talk about? Background fast and furious: Seminar Outline What would you like to talk about? Background fast and furious: Brief bio and personal job experience Jobs in the Oil Patch through a Chevron lense Q&A Paul Henshaw: Short Bio Education:

More information

EarthStudy 360. Full-Azimuth Angle Domain Imaging and Analysis

EarthStudy 360. Full-Azimuth Angle Domain Imaging and Analysis EarthStudy 360 Full-Azimuth Angle Domain Imaging and Analysis 1 EarthStudy 360 A New World of Information for Geoscientists Expanding the Frontiers of Subsurface Exploration Paradigm EarthStudy 360 is

More information

The Internet of Things and Big Data: Intro

The Internet of Things and Big Data: Intro The Internet of Things and Big Data: Intro John Berns, Solutions Architect, APAC - MapR Technologies April 22 nd, 2014 1 What This Is; What This Is Not It s not specific to IoT It s not about any specific

More information

Visualisatie BMT. Introduction, visualization, visualization pipeline. Arjan Kok Huub van de Wetering (h.v.d.wetering@tue.nl)

Visualisatie BMT. Introduction, visualization, visualization pipeline. Arjan Kok Huub van de Wetering (h.v.d.wetering@tue.nl) Visualisatie BMT Introduction, visualization, visualization pipeline Arjan Kok Huub van de Wetering (h.v.d.wetering@tue.nl) 1 Lecture overview Goal Summary Study material What is visualization Examples

More information

Well-logging Correlation Analysis and correlation of well logs in Rio Grande do Norte basin wells

Well-logging Correlation Analysis and correlation of well logs in Rio Grande do Norte basin wells Well-logging Correlation Analysis and correlation of well logs in Rio Grande do Norte basin wells Ricardo Afonso Salvador Pernes (March, 2013) ricardo.pernes@ist.utl.pt Master thesis Abstract During drilling

More information

Figure 1. The only information we have between wells is the seismic velocity.

Figure 1. The only information we have between wells is the seismic velocity. Velocity Conditioning for an Improved Depth Conversion* Ang Chin Tee 1, M. Hafizal Zahir 1, M. Faizal Rahim 1, Nor Azhar Ibrahim 1, and Boshara M. Arshin 1 Search and Discovery Article #40743 (2011) Posted

More information

Professional Organization Checklist for the Computer Science Curriculum Updates. Association of Computing Machinery Computing Curricula 2008

Professional Organization Checklist for the Computer Science Curriculum Updates. Association of Computing Machinery Computing Curricula 2008 Professional Organization Checklist for the Computer Science Curriculum Updates Association of Computing Machinery Computing Curricula 2008 The curriculum guidelines can be found in Appendix C of the report

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

On the Impact of Oil Extraction in North Orange County: Overview of Hydraulic Fracturing

On the Impact of Oil Extraction in North Orange County: Overview of Hydraulic Fracturing On the Impact of Oil Extraction in North Orange County: Overview of Hydraulic Fracturing California State University Fullerton, September 23, 2014 Steve Bohlen, Senior Scientist, Lawrence Berkeley National

More information

Fast Multipole Method for particle interactions: an open source parallel library component

Fast Multipole Method for particle interactions: an open source parallel library component Fast Multipole Method for particle interactions: an open source parallel library component F. A. Cruz 1,M.G.Knepley 2,andL.A.Barba 1 1 Department of Mathematics, University of Bristol, University Walk,

More information

Development of EM simulator for sea bed logging applications using MATLAB

Development of EM simulator for sea bed logging applications using MATLAB Indian Journal of Geo-Marine Sciences Vol. 40 (2), April 2011, pp. 267-274 Development of EM simulator for sea bed logging applications using MATLAB Hanita Daud 1*, Noorhana Yahya 2, & Vijanth Asirvadam

More information

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students Eastern Washington University Department of Computer Science Questionnaire for Prospective Masters in Computer Science Students I. Personal Information Name: Last First M.I. Mailing Address: Permanent

More information

Data Centric Systems (DCS)

Data Centric Systems (DCS) Data Centric Systems (DCS) Architecture and Solutions for High Performance Computing, Big Data and High Performance Analytics High Performance Computing with Data Centric Systems 1 Data Centric Systems

More information

An Overview of the Finite Element Analysis

An Overview of the Finite Element Analysis CHAPTER 1 An Overview of the Finite Element Analysis 1.1 Introduction Finite element analysis (FEA) involves solution of engineering problems using computers. Engineering structures that have complex geometry

More information

Federated, Generic Configuration Management for Engineering Data

Federated, Generic Configuration Management for Engineering Data Federated, Generic Configuration Management for Engineering Data Dr. Rainer Romatka Boeing GPDIS_2013.ppt 1 Presentation Outline I Summary Introduction Configuration Management Overview CM System Requirements

More information

How big data is changing the oil & gas industry

How big data is changing the oil & gas industry How big data is changing the oil & gas industry The advent of the digital oil field helps produce cost-effective energy while addressing safety and environmental concerns. Finding and producing hydrocarbons

More information

DecisionSpace Earth Modeling Software

DecisionSpace Earth Modeling Software DATA SHEET DecisionSpace Earth Modeling Software overview DecisionSpace Geosciences Flow simulation-ready 3D grid construction with seamless link to dynamic simulator Comprehensive and intuitive geocellular

More information

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc.

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc. Oracle9i Data Warehouse Review Robert F. Edwards Dulcian, Inc. Agenda Oracle9i Server OLAP Server Analytical SQL Data Mining ETL Warehouse Builder 3i Oracle 9i Server Overview 9i Server = Data Warehouse

More information

Page 1 of 5. (Modules, Subjects) SENG DSYS PSYS KMS ADB INS IAT

Page 1 of 5. (Modules, Subjects) SENG DSYS PSYS KMS ADB INS IAT Page 1 of 5 A. Advanced Mathematics for CS A1. Line and surface integrals 2 2 A2. Scalar and vector potentials 2 2 A3. Orthogonal curvilinear coordinates 2 2 A4. Partial differential equations 2 2 4 A5.

More information

14 Databases. Source: Foundations of Computer Science Cengage Learning. Objectives After studying this chapter, the student should be able to:

14 Databases. Source: Foundations of Computer Science Cengage Learning. Objectives After studying this chapter, the student should be able to: 14 Databases 14.1 Source: Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: Define a database and a database management system (DBMS)

More information

Data Analytics at NERSC. Joaquin Correa JoaquinCorrea@lbl.gov NERSC Data and Analytics Services

Data Analytics at NERSC. Joaquin Correa JoaquinCorrea@lbl.gov NERSC Data and Analytics Services Data Analytics at NERSC Joaquin Correa JoaquinCorrea@lbl.gov NERSC Data and Analytics Services NERSC User Meeting August, 2015 Data analytics at NERSC Science Applications Climate, Cosmology, Kbase, Materials,

More information

Big Data: Rethinking Text Visualization

Big Data: Rethinking Text Visualization Big Data: Rethinking Text Visualization Dr. Anton Heijs anton.heijs@treparel.com Treparel April 8, 2013 Abstract In this white paper we discuss text visualization approaches and how these are important

More information

Hue Streams. Seismic Compression Technology. Years of my life were wasted waiting for data loading and copying

Hue Streams. Seismic Compression Technology. Years of my life were wasted waiting for data loading and copying Hue Streams Seismic Compression Technology Hue Streams real-time seismic compression results in a massive reduction in storage utilization and significant time savings for all seismic-consuming workflows.

More information

TABLE OF CONTENTS PREFACE INTRODUCTION

TABLE OF CONTENTS PREFACE INTRODUCTION TABLE OF CONTENTS PREFACE The Seismic Method, 2 The Near-Surface, 4 The Scope of Engineering Seismology, 12 The Outline of This Book, 22 INTRODUCTION Chapter 1 SEISMIC WAVES 1.0 Introduction, 27 1.1 Body

More information

Representing Geography

Representing Geography 3 Representing Geography OVERVIEW This chapter introduces the concept of representation, or the construction of a digital model of some aspect of the Earth s surface. The geographic world is extremely

More information

Applied Mathematics and Mathematical Modeling

Applied Mathematics and Mathematical Modeling Applied Mathematics and Mathematical Modeling Joseph Malkevitch, York College (CUNY), Chair Ricardo Cortez, Tulane University Michael A. Jones, Mathematical Reviews Michael O Neill, Claremont McKenna College

More information

Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole

Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole Paper BB-01 Lost in Space? Methodology for a Guided Drill-Through Analysis Out of the Wormhole ABSTRACT Stephen Overton, Overton Technologies, LLC, Raleigh, NC Business information can be consumed many

More information

THE EVOLVING ROLE OF DATABASE IN OBJECT SYSTEMS

THE EVOLVING ROLE OF DATABASE IN OBJECT SYSTEMS THE EVOLVING ROLE OF DATABASE IN OBJECT SYSTEMS William Kent Database Technology Department Hewlett-Packard Laboratories Palo Alto, California kent@hpl.hp.com 1990 CONTENTS: ABSTRACT 1 INTRODUCTION...

More information

Datavetenskapligt Program (kandidat) Computer Science Programme (master)

Datavetenskapligt Program (kandidat) Computer Science Programme (master) Datavetenskapligt Program (kandidat) Computer Science Programme (master) Wolfgang Ahrendt Director Datavetenskap (BSc), Computer Science (MSc) D&IT Göteborg University, 30/01/2009 Part I D&IT: Computer

More information

Computer Science. Computer Science 207. Degrees and Certificates Awarded. A.S. Computer Science Degree Requirements. Program Student Outcomes

Computer Science. Computer Science 207. Degrees and Certificates Awarded. A.S. Computer Science Degree Requirements. Program Student Outcomes Computer Science 207 Computer Science (See Computer Information Systems section for additional computer courses.) We are in the Computer Age. Virtually every occupation in the world today has an interface

More information

HPC enabling of OpenFOAM R for CFD applications

HPC enabling of OpenFOAM R for CFD applications HPC enabling of OpenFOAM R for CFD applications Towards the exascale: OpenFOAM perspective Ivan Spisso 25-27 March 2015, Casalecchio di Reno, BOLOGNA. SuperComputing Applications and Innovation Department,

More information

Exploiting Prestack Seismic from Data Store to Desktop

Exploiting Prestack Seismic from Data Store to Desktop Exploiting Prestack Seismic from Data Store to Desktop Solutions to maximize your assets. Landmark Software & Services Exploiting Prestack Seismic from Data Store to Desktop Author: Ciaran McCarry, Principal

More information

In-Memory Computing for Iterative CPU-intensive Calculations in Financial Industry In-Memory Computing Summit 2015

In-Memory Computing for Iterative CPU-intensive Calculations in Financial Industry In-Memory Computing Summit 2015 In-Memory Computing for Iterative CPU-intensive Calculations in Financial Industry In-Memory Computing Summit 2015 June 29-30, 2015 Contacts Alexandre Boudnik Senior Solution Architect, EPAM Systems Alexandre_Boudnik@epam.com

More information

How To Use Hadoop For Gis

How To Use Hadoop For Gis 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Big Data: Using ArcGIS with Apache Hadoop David Kaiser Erik Hoel Offering 1330 Esri UC2013. Technical Workshop.

More information

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system 1. Systems of linear equations We are interested in the solutions to systems of linear equations. A linear equation is of the form 3x 5y + 2z + w = 3. The key thing is that we don t multiply the variables

More information

DEGREE PLAN INSTRUCTIONS FOR COMPUTER ENGINEERING

DEGREE PLAN INSTRUCTIONS FOR COMPUTER ENGINEERING DEGREE PLAN INSTRUCTIONS FOR COMPUTER ENGINEERING Fall 2000 The instructions contained in this packet are to be used as a guide in preparing the Departmental Computer Science Degree Plan Form for the Bachelor's

More information

Applied mathematics and mathematical statistics

Applied mathematics and mathematical statistics Applied mathematics and mathematical statistics The graduate school is organised within the Department of Mathematical Sciences.. Deputy head of department: Aila Särkkä Director of Graduate Studies: Marija

More information

What Does Big Data Mean and Who Will Win? Michael Stonebraker

What Does Big Data Mean and Who Will Win? Michael Stonebraker What Does Big Data Mean and Who Will Win? Michael Stonebraker The Meaning of Big Data - 3 V s Big Volume Business stuff with simple (SQL) analytics Business stuff with complex (non-sql) analytics Science

More information

Data. Data and database. Aniel Nieves-González. Fall 2015

Data. Data and database. Aniel Nieves-González. Fall 2015 Data and database Aniel Nieves-González Fall 2015 Data I In the context of information systems, the following definitions are important: 1 Data refers simply to raw facts, i.e., facts obtained by measuring

More information

Integrated Big Data: Hadoop + DBMS + Discovery for SAS High Performance Analytics

Integrated Big Data: Hadoop + DBMS + Discovery for SAS High Performance Analytics Paper 1828-2014 Integrated Big Data: Hadoop + DBMS + Discovery for SAS High Performance Analytics John Cunningham, Teradata Corporation, Danville, CA ABSTRACT SAS High Performance Analytics (HPA) is a

More information

GEDAE TM - A Graphical Programming and Autocode Generation Tool for Signal Processor Applications

GEDAE TM - A Graphical Programming and Autocode Generation Tool for Signal Processor Applications GEDAE TM - A Graphical Programming and Autocode Generation Tool for Signal Processor Applications Harris Z. Zebrowitz Lockheed Martin Advanced Technology Laboratories 1 Federal Street Camden, NJ 08102

More information

Integrating a Big Data Platform into Government:

Integrating a Big Data Platform into Government: Integrating a Big Data Platform into Government: Drive Better Decisions for Policy and Program Outcomes John Haddad, Senior Director Product Marketing, Informatica Digital Government Institute s Government

More information

Executive Summary... 2 Introduction... 3. Defining Big Data... 3. The Importance of Big Data... 4 Building a Big Data Platform...

Executive Summary... 2 Introduction... 3. Defining Big Data... 3. The Importance of Big Data... 4 Building a Big Data Platform... Executive Summary... 2 Introduction... 3 Defining Big Data... 3 The Importance of Big Data... 4 Building a Big Data Platform... 5 Infrastructure Requirements... 5 Solution Spectrum... 6 Oracle s Big Data

More information

Lecture 2 Linear functions and examples

Lecture 2 Linear functions and examples EE263 Autumn 2007-08 Stephen Boyd Lecture 2 Linear functions and examples linear equations and functions engineering examples interpretations 2 1 Linear equations consider system of linear equations y

More information

NOSQL, BIG DATA AND GRAPHS. Technology Choices for Today s Mission- Critical Applications

NOSQL, BIG DATA AND GRAPHS. Technology Choices for Today s Mission- Critical Applications NOSQL, BIG DATA AND GRAPHS Technology Choices for Today s Mission- Critical Applications 2 NOSQL, BIG DATA AND GRAPHS NOSQL, BIG DATA AND GRAPHS TECHNOLOGY CHOICES FOR TODAY S MISSION- CRITICAL APPLICATIONS

More information

Full azimuth angle domain decomposition and imaging: A comprehensive solution for anisotropic velocity model determination and fracture detection

Full azimuth angle domain decomposition and imaging: A comprehensive solution for anisotropic velocity model determination and fracture detection P-403 Full azimuth angle domain decomposition and imaging: A comprehensive solution for anisotropic velocity model determination and fracture detection Summary Zvi Koren, Paradigm A new subsurface angle

More information

P164 Tomographic Velocity Model Building Using Iterative Eigendecomposition

P164 Tomographic Velocity Model Building Using Iterative Eigendecomposition P164 Tomographic Velocity Model Building Using Iterative Eigendecomposition K. Osypov* (WesternGeco), D. Nichols (WesternGeco), M. Woodward (WesternGeco) & C.E. Yarman (WesternGeco) SUMMARY Tomographic

More information

Impact of Big Data in Oil & Gas Industry. Pranaya Sangvai Reliance Industries Limited 04 Feb 15, DEJ, Mumbai, India.

Impact of Big Data in Oil & Gas Industry. Pranaya Sangvai Reliance Industries Limited 04 Feb 15, DEJ, Mumbai, India. Impact of Big Data in Oil & Gas Industry Pranaya Sangvai Reliance Industries Limited 04 Feb 15, DEJ, Mumbai, India. New Age Information 2.92 billions Internet Users in 2014 Twitter processes 7 terabytes

More information

Finite Element Method (ENGC 6321) Syllabus. Second Semester 2013-2014

Finite Element Method (ENGC 6321) Syllabus. Second Semester 2013-2014 Finite Element Method Finite Element Method (ENGC 6321) Syllabus Second Semester 2013-2014 Objectives Understand the basic theory of the FEM Know the behaviour and usage of each type of elements covered

More information

Cost-Effective Business Intelligence with Red Hat and Open Source

Cost-Effective Business Intelligence with Red Hat and Open Source Cost-Effective Business Intelligence with Red Hat and Open Source Sherman Wood Director, Business Intelligence, Jaspersoft September 3, 2009 1 Agenda Introductions Quick survey What is BI?: reporting,

More information

Diploma Of Computing

Diploma Of Computing Diploma Of Computing Course Outline Campus Intake CRICOS Course Duration Teaching Methods Assessment Course Structure Units Melbourne Burwood Campus / Jakarta Campus, Indonesia March, June, October 022638B

More information