M a n a g e m e n t o f H y d ra u lic F ra c tu rin g D a ta

Size: px
Start display at page:

Download "M a n a g e m e n t o f H y d ra u lic F ra c tu rin g D a ta"

Transcription

1 M a n a g e m e n t o f H y d ra u lic F ra c tu rin g D a ta M a rc h , A n n a F ilip p o v a a n d J e re m y E a d e 1

2 W h a t is H y d ra u lic F ra c tu rin g? Im a g e : h ttp ://w w w.h u ff in g to n p o s t.c o m /c a rl-s a f in a /g a s -f ra c k in g -no-tim e -fo r-_b _ h tm l 2

3 W h y is it Im p o rt a n t? U n lo c k s n a t u ra l g a s re s e r v e s A c c o u n ts fo r 6 0 % o f g a s p ro d u c tio n 9 5 % o f w e lls a re ro u tin e ly tre a te d E IA * e s tim a te s trillio n c u b ic fe e t o f p o te n tia l In c re a s e s p ro d u c tio n b y % U p to 3 0 tim e s in c re a s e in in itia l f lo w ra te D a t a A n a ly s is E ffe c tiv e n e s s o f th e f ra c jo b C o n tin u e to a d v a n c e te c h n o lo g ie s A b ilit y to a n a ly z e c o s ts a n d re tu rn s *Energy Information Administration h ttp ://w w w.h y d ra u lic f ra c tu rin g.c o m /# /? s e c tio n = jo b s -a n d -th e -e c o n o m y 3

4 F ra c D a t a C h a lle n g e s N o t in a c e n tra l D B M u ltip le d a t a fo rm a ts W o rd D o c u m e n ts S p re a d s h e e ts P D F s P u b lic ly a v a ila b le d a t a h a s v a ria b le q u a lit y Well Name Proppant Total, lbs Proppant per Stage, lbs Stage 1 Stage 2 Stage 3 Stage 4 Stage 5 Stage 6 Stage 7 Stage 8 Stage 9 Sum Proppant Total, lbs MEEK JP 16H TEMPLE A 1H PYEATT 0251H

5 F ra c D a t a S o lu t io n B P O p e r a t e d & In t e r e s t M a n a g e F r a c D a t a P o w e re x p lo re r In fo rm a tic a L e g a c y f ra c D B (s p re a d s h e e ts ) 1 -tim e P P D M 3.8 V is u a liz a t io n & A n a ly s is E D M dm_stim_xxx STIM_xxx Tables WELL_TREATMENT C o m p le tio n R e p o rts (P D F ) Vendor/Public Data

6 P P D M 3.8 W E L L _T R E A T M E N T

7 F ra c D a t a M o d e l 7

8 F ra c D a t a M o d e l C o n t d

9 1 -T im e L o a d P ro c e s s F o r e a c h s o u rc e s p re a d s h e e t: Data Model Mapping Build Java Load Program Load Data Spreadsheet Column to Table.Attribute Test-Driven Development Reader Data Objects Writer Run Program Quality Control Fix Errors: Ref. data Data model Source data Java Program Delete data Repeat until no load errors

10 E x a m p le S p re a d s h e e t D a ta M a p p in g

11 L o a d P ro g ra m Gates Ranch.txt java.io Reader GatesRanch Data Objects StimJob 1 WellCompl 1..n StimJobStage 1 WellPerf.xlsx Escondido.txt java.io Reader Escondido 0..n 0..n 0..n Proppant Fluid Additive ~8000 rows Bluestone.txt java.io Reader Bluestone Writer java.io java.sql Oracle 11g PPDM 3.8 schema ~60 columns FileParse Error.log InsertSQL.log InsertSQL Error.log

12 T e s t -D riv e n D e v e lo p m e n t (T D D ) junit.framework.testcase ju n it.o rg T e s t, C o d e, R e f a c to r F a s te r, m o re ro b u s t extends R e a d e r _B lu e s t o n e Te s t p u b lic v o id te s t_p a rs e F ile () p u b lic v o id te s t_p a rs e L in e () p u b lic v o id te s t_v e rif y A P I() Reader_Bluestone public List<StimJob> parsefile(string file) public StimJobStage parseline(string line) public String verifyapi(string api) Unit Test Production Code

13 U n it T e s t - E x a m p le public void test_parsestage() { String line = " \tABC 130 #1H\t\t1\t\t\t\t\tFrac Tech\t\tSlickwater\t17255\t17452\t\t10416\t11767\t9636\t0\t0.434\t6662\t0.989\t78.4\t80.9\t80\t98 %\t12718\t\t25349\t\t\t\t\t\t\t189148\t239500\t79%\t\t\t\t\t\t\t60\t6\t60\t\t5\t2\t275\t55\t\t\tmyoil Co\t163799\t\t\t\t\t\"5\"\" P110\"\t\t\t\t\t\t\t"; Reader_Bluestone reader = new Reader_Bluestone(); StimJobStage stage = reader.parsestage(line); assertnotnull("parsestage() gave NULL", stage); assertnull("wrong Formation Name", stage.get_formation_name()); assertnull("wrong In Target", stage.get_in_target()); assertnull("wrong remark", stage.get_remark()) ; List<Fluid> fluids = stage.get_fluids(); assertnotnull("get_fluids() gave NULL", fluids); assertequals("should have 1 fluid", 1, fluids.size()); Fluid fluid = fluids.get(0); assertequals("wrong fluid type", "Slickwater", fluid.get_fluid_type()); } assertequals("wrong average pressure", new Double(10416), stage.get_avg_pressure()); assertequals("wrong max pressure", new Double(11767), stage.get_max_pressure()); assertequals("wrong breakdown pressure", new Double(9636),stage.get_breakdown_pressure());

14 P o w e re x p lo re r C o n f ig u re d fo r C re a t e /U p d a te /D e le t e o f S t im _x x x t a b le s

15 U s a g e /R e s u lts U s e rs c a n e n jo y th e b e n e f its o f h a v in g a d a t a b a s e! D a t a is a ll in o n e p la c e M o s t a c c u ra te a v a ila b le d a t a E a s y to e x p o rt a n d im p o rt in a w a y u s e rs w a n t to s e e th e d a t a R e fe re n c e t a b le s fo r f ilte rin g o n a ttrib u te s Sand Type 100 MESH 40/70 40/70 40/ MESH 20/40 Super LC (RCS) 100 MESH, 30/50, 40/70 Lewis 20/70 & 30/50 White 20/70 SPEC 20/40 Ottawa 101 MESH 20/40 Jordan 30/50 Resin Coated 20/70 30/50 RC, 40/70 30/50 RC, 20/70, 40/ mesh_20/70_30/ MESH, 20/70 40/70 WHITE 100 mesh_40/70_40/70 RCS 40/70, 100 MESH, 20/70 20/70 & 30/50 RCS 20/70 & 30/50 Sand 20/70 Falcon 100 M & 40/70 LWC 100M & 40/70 PROPPANT_SIZE PROPPANT_NAME PROPPANT_TYPE 100 MESH SAND 20/40 JORDAN SAND 20/40 OTTAWA SAND 20/40 SUPER LC (RCS) SAND 20/40 SAND 20/70 BRAVO SAND 20/70 SPEC SAND 20/70 SAND 30/50 WHITE SAND 30/50 SAND 40/60 OTTAWA SAND 40/70 HYDROPROP SAND 40/70 PRC SAND 40/70 THS SAND 40/70 WHITE SAND 40/70 SAND 15

16 N e x t S t e p s M ig ra te d a t a m o d e l to C o rp o ra te D a t a R e p o s ito ry (C D R ) E n e rg y IQ T D M W o rk w ith f ra c s e rv ic e c o m p a n ie s o n m a c h in e re a d a b le fo rm a t(x M L ) U s e O C R s o ft w a re fo r le g a c y p d f s /d o c s M ig ra te s tim u la tio n d a t a f ro m E D M to C D R 16

17 Q u e s tio n s? 17

Class Diagrams. CSC 440/540: Software Engineering Slide #1

Class Diagrams. CSC 440/540: Software Engineering Slide #1 Class Diagrams CSC 440/540: Software Engineering Slide # Topics. Design class diagrams (DCDs) 2. DCD development process 3. Associations and Attributes 4. Dependencies 5. Composition and Constraints 6.

More information

gender mains treaming in Polis h practice

gender mains treaming in Polis h practice gender mains treaming in Polis h practice B E R L IN, 1 9-2 1 T H A P R IL, 2 O O 7 Gender mains treaming at national level Parliament 25 % of women in S ejm (Lower Chamber) 16 % of women in S enat (Upper

More information

c. What is the average rate of change of f on the interval [, ]? Answer: d. What is a local minimum value of f? Answer: 5 e. On what interval(s) is f

c. What is the average rate of change of f on the interval [, ]? Answer: d. What is a local minimum value of f? Answer: 5 e. On what interval(s) is f Essential Skills Chapter f ( x + h) f ( x ). Simplifying the difference quotient Section. h f ( x + h) f ( x ) Example: For f ( x) = 4x 4 x, find and simplify completely. h Answer: 4 8x 4 h. Finding the

More information

LU N C H IN C LU D E D

LU N C H IN C LU D E D Week 1 M o n d a y J a n u a ry 7 - C o lo u rs o f th e R a in b o w W e w ill b e k ic k in g o ff th e h o lid a y s w ith a d a y fu ll o f c o lo u r! J o in u s fo r a ra n g e o f a rt, s p o rt

More information

MOLINA HEALTHCARE, INC. (Exact name of registrant as specified in its charter)

MOLINA HEALTHCARE, INC. (Exact name of registrant as specified in its charter) UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C. 20549 FORM 8-K Current Report Pursuant to Section 13 or 15(d) of the Securities Exchange Act of 1934 Date of Report (Date of earliest event

More information

UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C Form 8-K/A (Amendment No. 2)

UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C Form 8-K/A (Amendment No. 2) UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C. 20549 Form 8-K/A (Amendment No. 2) Current Report Pursuant to Section 13 or 15(d) of the Securities Exchange Act of 1934 Date of Report

More information

600 Billy Smith Road, Athens, VT

600 Billy Smith Road, Athens, VT 600 Billy Smith Road, Athens, VT Curtis Trousdale, Owner, Broker, Realtor Cell: 802-233-5589 curtis@preferredpropertiesvt.com 2004 Williston Road, South Burlington VT 05403 www.preferredpropertiesvt.com

More information

B ooks Expans ion on S ciencedirect: 2007:

B ooks Expans ion on S ciencedirect: 2007: B ooks Expans ion on S ciencedirect: 2007: 1 INFORUM, 22-24 May, Prague Piotr Golkiewicz Account Manager Elsevier B.V. Email: p.golkiewicz@elsevier.com Mobile: +48 695 30 60 17 2 Pres entation Overview

More information

THE BANK OF NEW YORK MELLON CORPORATION (Exact name of registrant as specified in its charter)

THE BANK OF NEW YORK MELLON CORPORATION (Exact name of registrant as specified in its charter) UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C. 20549 FORM 8-K CURRENT REPORT Pursuant to Section 13 or 15(d) of the Securities Exchange Act of 1934 Date of Report (Date of earliest event

More information

STEEL PIPE NIPPLE BLACK AND GALVANIZED

STEEL PIPE NIPPLE BLACK AND GALVANIZED Price Sheet Effective August 09, 2018 Supersedes CWN-218 A Member of The Phoenix Forge Group CapProducts LTD. Phone: 519-482-5000 Fax: 519-482-7728 Toll Free: 800-265-5586 www.capproducts.com www.capitolcamco.com

More information

UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C FORM 8-K

UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C FORM 8-K UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C. 20549 FORM 8-K CURRENT REPORT Pursuant to Section 13 or 15(d) of the Securities Exchange Act of 1934 Date of Report (Date of earliest event

More information

AGRICULTURE SYLLABUS

AGRICULTURE SYLLABUS Agriculture Forms 1-4.qxp_Layout 1 26/10/2016 12:29 PM Page 1 ZIMBABWE MInISTRY OF PRIMARY AnD SECOnDARY EDUCATIOn AGRICULTURE SYLLABUS FORM 1-4 2015-2022 Curriculum Development and Technical Services,

More information

TTM TECHNOLOGIES, INC. (Exact Name of Registrant as Specified in Charter)

TTM TECHNOLOGIES, INC. (Exact Name of Registrant as Specified in Charter) Table of Contents UNITED STATES SECURITIES AND EXCHANGE COMMISSION WASHINGTON, DC 20549 FORM 8-K CURRENT REPORT Pursuant to Section 13 or 15(d) of the Securities Exchange Act of 1934 November 15, 2006

More information

Grain Reserves, Volatility and the WTO

Grain Reserves, Volatility and the WTO Grain Reserves, Volatility and the WTO Sophia Murphy Institute for Agriculture and Trade Policy www.iatp.org Is v o la tility a b a d th in g? De pe n d s o n w h e re yo u s it (pro d uc e r, tra d e

More information

S o b re o T e rm o. Am b ie n te s d e Mid d le w a re , % - n s c in.u fp e.b r ! " " # $ % & ' " #

S o b re o T e rm o. Am b ie n te s d e Mid d le w a re , % - n s c in.u fp e.b r !   # $ % & '  # S o b re o T e rm o Am b ie n te s d e Mid d le w a re N e ls o n S R o s a n s r@ c in u fp e b r C o n c e ito s B á s ic o s - R e d e s C o n c e ito s B á s ic o s - S D! %! % ' * * * * * & C o n

More information

Form and content. Iowa Research Online. University of Iowa. Ann A Rahim Khan University of Iowa. Theses and Dissertations

Form and content. Iowa Research Online. University of Iowa. Ann A Rahim Khan University of Iowa. Theses and Dissertations University of Iowa Iowa Research Online Theses and Dissertations 1979 Form and content Ann A Rahim Khan University of Iowa Posted with permission of the author. This thesis is available at Iowa Research

More information

Functional pottery [slide]

Functional pottery [slide] Functional pottery [slide] by Frank Bevis Fabens A thesis submitted in partial fulfillment of the requirements for the degree of Master of Fine Arts Montana State University Copyright by Frank Bevis Fabens

More information

ANNUAL MONITORING REPORT 2000

ANNUAL MONITORING REPORT 2000 ANNUAL MONITORING REPORT 2000 NUCLEAR MANAGEMENT COMPANY, LLC POINT BEACH NUCLEAR PLANT January 1, 2000, through December 31, 2000 April 2001 TABLE OF CONTENTS Executive Summary 1 Part A: Effluent Monitoring

More information

UNITED STATES SECURITIES AND EXCHANGE COMMISSION FORM 8-K. Farmer Bros. Co.

UNITED STATES SECURITIES AND EXCHANGE COMMISSION FORM 8-K. Farmer Bros. Co. UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C. 20549 FORM 8-K CURRENT REPORT PURSUANT TO SECTION 13 OR 15(d) OF THE SECURITIES EXCHANGE ACT OF 1934 Date of Report (Date of earliest event

More information

TECHNICAL MANUAL OPTIMA PT/ST/VS

TECHNICAL MANUAL OPTIMA PT/ST/VS TECHNICAL MANUAL OPTIMA PT/ST/VS Page 2 NT1789 Rév.A0 TABLE OF CHANGES The information contained in this document only concerns : OPTIMA PT/ST/VS type, MCM 440 PT/OT type, MCM550 ST type. Technical Manual

More information

EKOLOGIE EN SYSTEMATIEK. T h is p a p e r n o t to be c i t e d w ith o u t p r i o r r e f e r e n c e to th e a u th o r. PRIMARY PRODUCTIVITY.

EKOLOGIE EN SYSTEMATIEK. T h is p a p e r n o t to be c i t e d w ith o u t p r i o r r e f e r e n c e to th e a u th o r. PRIMARY PRODUCTIVITY. EKOLOGIE EN SYSTEMATIEK Ç.I.P.S. MATHEMATICAL MODEL OF THE POLLUTION IN NORT H SEA. TECHNICAL REPORT 1971/O : B i o l. I T h is p a p e r n o t to be c i t e d w ith o u t p r i o r r e f e r e n c e to

More information

UNITED STATES SECURITIES AND EXCHANGE COMMISSION WASHINGTON, D.C FORM 8-K

UNITED STATES SECURITIES AND EXCHANGE COMMISSION WASHINGTON, D.C FORM 8-K Table of Contents UNITED STATES SECURITIES AND EXCHANGE COMMISSION WASHINGTON, D.C. 20549 FORM 8-K CURRENT REPORT PURSUANT TO SECTION 13 OR 15(d) OF THE SECURITIES EXCHANGE ACT OF 1934 DATE OF REPORT (DATE

More information

McCormick & Company, Incorporated (Exact name of registrant as specified in its charter)

McCormick & Company, Incorporated (Exact name of registrant as specified in its charter) UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C. 20549 FORM 8-K CURRENT REPORT Pursuant to Section 13 or 15(d) of the Securities Exchange Act of 1934 Date of Report (Date of earliest event

More information

A L A BA M A L A W R E V IE W

A L A BA M A L A W R E V IE W A L A BA M A L A W R E V IE W Volume 52 Fall 2000 Number 1 B E F O R E D I S A B I L I T Y C I V I L R I G HT S : C I V I L W A R P E N S I O N S A N D TH E P O L I T I C S O F D I S A B I L I T Y I N

More information

Beechwood Music Department Staff

Beechwood Music Department Staff Beechwood Music Department Staff MRS SARAH KERSHAW - HEAD OF MUSIC S a ra h K e rs h a w t r a i n e d a t t h e R oy a l We ls h C o l le g e of M u s i c a n d D ra m a w h e re s h e ob t a i n e d

More information

LSU Historical Dissertations and Theses

LSU Historical Dissertations and Theses Louisiana State University LSU Digital Commons LSU Historical Dissertations and Theses Graduate School 1976 Infestation of Root Nodules of Soybean by Larvae of the Bean Leaf Beetle, Cerotoma Trifurcata

More information

University Microfilms

University Microfilms University Microfilms International * i---------------------------------------------------------- ----------------------- MICROCOPY RESOLUTION TEST CHART N ATIO NAL HI IH l A l l o t ST AN PAR P S II A

More information

NORWEGIAN MARITIME DIRECTORATE

NORWEGIAN MARITIME DIRECTORATE PAME Snap shot Analysis NORWEGIAN MARITIME DIRECTORATE PAME Snap Shot Analysis of Maritime Activities in the Arctic Revision No. 01 REPORT NO. 2000-3220 Page 1 PAME Snap shot Analysis Table of Contents

More information

UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, DC FORM 8-K. Current Report

UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, DC FORM 8-K. Current Report UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, DC 20549 FORM 8-K Current Report Pursuant to Section 13 or 15(d) of the Securities Exchange Act of 1934 Date of Report (Date of earliest event

More information

The Effects of Apprehension, Conviction and Incarceration on Crime in New York State

The Effects of Apprehension, Conviction and Incarceration on Crime in New York State City University of New York (CUNY) CUNY Academic Works Dissertations, Theses, and Capstone Projects Graduate Center 1978 The Effects of Apprehension, Conviction and Incarceration on Crime in New York State

More information

Texas Student Assessment Program. Student Data File Format for Student Registration and Precoding

Texas Student Assessment Program. Student Data File Format for Student Registration and Precoding Texas Student Assessment Program 2018 Student Data File Format for Student Registration and Precoding 2 2018 Student Data File Format for Student Registration and Precoding Submission Schedule of Student

More information

Report Documentation Page

Report Documentation Page % &('()*! "$# +-,/. 0214365*798;:@:(021BAC3ED=1FG1H3@D=1H3?IJ86KL3=1M!KON$:IPKOQ?3SR3@0?KO3@1 TVUXWY Z[VY \

More information

C o r p o r a t e l i f e i n A n c i e n t I n d i a e x p r e s s e d i t s e l f

C o r p o r a t e l i f e i n A n c i e n t I n d i a e x p r e s s e d i t s e l f C H A P T E R I G E N E S I S A N D GROWTH OF G U IL D S C o r p o r a t e l i f e i n A n c i e n t I n d i a e x p r e s s e d i t s e l f i n a v a r i e t y o f f o r m s - s o c i a l, r e l i g i

More information

TECH DATA CORPORATION (Exact name of registrant as specified in its charter)

TECH DATA CORPORATION (Exact name of registrant as specified in its charter) UNITED STATES SECURITIES AND EXCHANGE COMMISSION WASHINGTON, D.C. 20549 FORM 8-K CURRENT REPORT PURSUANT TO SECTION 13 OR 15 (d) OF THE SECURITIES EXCHANGE ACT OF 1934 Date of Report (Date of earliest

More information

1980 Annual Report / FEDERAL R ESER V E BA N K OF RICHMOND. Digitized for FRASER Federal Reserve Bank of St.

1980 Annual Report / FEDERAL R ESER V E BA N K OF RICHMOND. Digitized for FRASER   Federal Reserve Bank of St. 1980 Annual Report / FEDERAL R ESER V E BA N K OF RICHMOND IS S N 0164-0798 L IB R A R Y OK C O N G R E SS C A T A L O G C A R D N U M B E R : 16-72o4 Additional <

More information

WSFS Financial Corporation (Exact name of registrant as specified in its charter)

WSFS Financial Corporation (Exact name of registrant as specified in its charter) UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C. 20549 FORM 8-K CURRENT REPORT Pursuant to Section 13 or 15(d) of the Securities Exchange Act of 1934 September 18, 2018 Date of Report

More information

S U E K E AY S S H A R O N T IM B E R W IN D M A R T Z -PA U L L IN. Carlisle Franklin Springboro. Clearcreek TWP. Middletown. Turtlecreek TWP.

S U E K E AY S S H A R O N T IM B E R W IN D M A R T Z -PA U L L IN. Carlisle Franklin Springboro. Clearcreek TWP. Middletown. Turtlecreek TWP. F R A N K L IN M A D IS O N S U E R O B E R T LE IC H T Y A LY C E C H A M B E R L A IN T W IN C R E E K M A R T Z -PA U L L IN C O R A O W E N M E A D O W L A R K W R E N N LA N T IS R E D R O B IN F

More information

A new ThermicSol product

A new ThermicSol product A new ThermicSol product Double-Faced Thermo-Electric Solar-Panel TD/PV & Solar Tracker & Rotation Device An EU-patent protected product TP4-referens.pdf D o y o u w a n t to c o n v e rt it i n to G re

More information

Form 8-K. Piedmont Office Realty Trust, Inc. (Exact name of registrant as specified in its charter)

Form 8-K. Piedmont Office Realty Trust, Inc. (Exact name of registrant as specified in its charter) UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C. 20549 Form 8-K CURRENT REPORT Pursuant to Section 13 or 15(d) of the Securities Exchange Act of 1934 Date of Report (Date of earliest event

More information

MySQL 5.1. Past, Present and Future. Jan Kneschke MySQL AB

MySQL 5.1. Past, Present and Future. Jan Kneschke MySQL AB MySQL 5.1 Past, Present and Future Jan Kneschke MySQL AB Agenda Past S Q L T re e s m e e ts D y n a m ic S Q L P re s e n t E v e n ts P a rtitio n in g F u tu re V e rtic a l P a rtitio n in g About

More information

Software Architecture. CSC 440: Software Engineering Slide #1

Software Architecture. CSC 440: Software Engineering Slide #1 Software Architecture CSC 440: Software Engineering Slide #1 Topics 1. What is software architecture? 2. Why do we need software architecture? 3. Architectural principles 4. UML package diagrams 5. Software

More information

Operation Manual for Automatic Leveling Systems

Operation Manual for Automatic Leveling Systems Operation Manual for Automatic Leveling Systems 11/12 Power Gear #82-L0379 Rev. 0E Operation Manual for Automatic Leveling Systems with Touch Pad # 140-1226 and Control Box # 140-1229 Contents Before You

More information

Matador Resources Company (Exact name of registrant as specified in its charter)

Matador Resources Company (Exact name of registrant as specified in its charter) UNITED STATES SECURITIES AND EXCHANGE COMMISSION Washington, D.C. 20549 FORM 8-K CURRENT REPORT Pursuant to Section 13 or 15(d) of the Securities Exchange Act of 1934 Date of Report (Date of Earliest Event

More information

High Capacity Double Pillar Fully Automatic Bandsaw. p h a r o s 2 8 0

High Capacity Double Pillar Fully Automatic Bandsaw. p h a r o s 2 8 0 High Capacity Double Pillar Fully Automatic Bandsaw p h a r o s 2 8 0 A high-quality product from German mechanical engineering pharos - a beacon amongst automatic bandsaws Klaeger has been a leading manufacturer

More information

ARC 202L. Not e s : I n s t r u c t o r s : D e J a r n e t t, L i n, O r t e n b e r g, P a n g, P r i t c h a r d - S c h m i t z b e r g e r

ARC 202L. Not e s : I n s t r u c t o r s : D e J a r n e t t, L i n, O r t e n b e r g, P a n g, P r i t c h a r d - S c h m i t z b e r g e r ARC 202L C A L I F O R N I A S T A T E P O L Y T E C H N I C U N I V E R S I T Y D E P A R T M E N T O F A R C H I T E C T U R E A R C 2 0 2 L - A R C H I T E C T U R A L S T U D I O W I N T E R Q U A

More information

Distributive Justice, Injustice and Beyond Justice: The Difference from Principle to Reality between Karl Marx and John Rawls

Distributive Justice, Injustice and Beyond Justice: The Difference from Principle to Reality between Karl Marx and John Rawls W CP 2 0 0 8 P ro c e e d in g s V o l.5 0 S o cia l a n d P o litic a l P h ilo s o p h y Distributive Justice, Injustice and Beyond Justice: The Difference from Principle to Reality between Karl Marx

More information

SCHOOLS DIVISION OFFICE OF KABANKALAN CITY

SCHOOLS DIVISION OFFICE OF KABANKALAN CITY D e fje D DEPARTMENT \ g OF EDUCATION Republic of the Philippines Department o f Education Negros Island Region SCHOOLS DIVISION OFFICE OF KABANKALAN CITY City o f Kabankalan Tel.No (034) 471-2003 Fax

More information

Transaction Cost Economics of Port Performance: A Composite Frontier Analysis

Transaction Cost Economics of Port Performance: A Composite Frontier Analysis IFSPA 2010 Chengdu, China Transaction Cost Economics of Port Performance: A Composite Frontier Analysis Presentation by: John Liu Director, C.Y. Tung International Centre for Maritime Studies Department

More information

Photo. EPRI s Power System and Railroad Electromagnetic Compatibility Handbook

Photo. EPRI s Power System and Railroad Electromagnetic Compatibility Handbook Photo EPRI s Power System and Railroad Electromagnetic Compatibility Handbook Brian Cramer Project Manager Transmission and Substations bcramer@epri.com 815/478-5344 Problem Periodic false activation of

More information

The Ability C ongress held at the Shoreham Hotel Decem ber 29 to 31, was a reco rd breaker for winter C ongresses.

The Ability C ongress held at the Shoreham Hotel Decem ber 29 to 31, was a reco rd breaker for winter C ongresses. The Ability C ongress held at the Shoreham Hotel Decem ber 29 to 31, was a reco rd breaker for winter C ongresses. Attended by m ore than 3 00 people, all seem ed delighted, with the lectu res and sem

More information

heliozoan Zoo flagellated holotrichs peritrichs hypotrichs Euplots, Aspidisca Amoeba Thecamoeba Pleuromonas Bodo, Monosiga

heliozoan Zoo flagellated holotrichs peritrichs hypotrichs Euplots, Aspidisca Amoeba Thecamoeba Pleuromonas Bodo, Monosiga Figures 7 to 16 : brief phenetic classification of microfauna in activated sludge The considered taxonomic hierarchy is : Kingdom: animal Sub kingdom Branch Class Sub class Order Family Genus Sub kingdom

More information

Joh n L a w r e n c e, w ho is on sta ff at S ain t H ill, w r ite s :

Joh n L a w r e n c e, w ho is on sta ff at S ain t H ill, w r ite s : Minor Issue 168 S C I E N T O L O G Y A N D C H I L D R E N T h e r e a r e at p r e s e n t no b o o k s a v a ila b le on th e su b je c t of te a c h in g S c ie n to lo g y to c h ild r e n. A s th

More information

UNITED STATES SECURITIES AND EXCHANGE COMMISSION WASHINGTON, DC FORM 8-K CURRENT REPORT

UNITED STATES SECURITIES AND EXCHANGE COMMISSION WASHINGTON, DC FORM 8-K CURRENT REPORT UNITED STATES SECURITIES AND EXCHANGE COMMISSION WASHINGTON, DC 20549 FORM 8-K CURRENT REPORT PURSUANT TO SECTION 13 OR 15(D) OF THE SECURITIES EXCHANGE ACT OF 1934 Date of report (Date of earliest event

More information

NATO and Canada, : The Tight-Lipped Ally

NATO and Canada, : The Tight-Lipped Ally Canadian Military History Volume 24 Issue 2 Article 9 11-23-2015 NATO and Canada, 1990-1993: The Tight-Lipped Ally Ian Weatherall Recommended Citation Ian Weatherall (2015) "NATO and Canada, 1990-1993:

More information

Sub: Filing of Reconciliation of share capital for the quarter ended September 30, 2018

Sub: Filing of Reconciliation of share capital for the quarter ended September 30, 2018 I N D I A Tl F in an c ial H o ld in g s L im ite d (F o rm e rly k n o w n as T u b e In v e s tm e n ts o f In d ia L im ite d ) Dare House, 234, N.S.C. Bose Road, Chennai 600 001, India Tel: 91.44.4217

More information

Types of Paperboards. By Awadhoot Shendye

Types of Paperboards. By Awadhoot Shendye Types of Paperboards By Awadhoot Shendye INTRODUCTION PAPERBOARDS Cellulose derived substrate, with thickness greater than 200 microns virgin and/or recycled fibre specially processed For better appeal

More information

INCOME TAXES IN ALONG-TERMMACROECONOMETRIC FORECASTING MODEL. Stephen H. Pollock

INCOME TAXES IN ALONG-TERMMACROECONOMETRIC FORECASTING MODEL. Stephen H. Pollock INCOME TAXES IN ALONG-TERMMACROECONOMETRIC FORECASTING MODEL. by Stephen H. Pollock Dissertation submitted to the Faculty of the Graduate School of the University of Maryland in partial fulfillment of

More information

MONTHLY REVIEW. f C r e d i t a n d B u s i n e s s C o n d i t i o n s F E D E R A L R E S E R V E B A N K O F N E W Y O R K MONEY MARKET IN JUNE

MONTHLY REVIEW. f C r e d i t a n d B u s i n e s s C o n d i t i o n s F E D E R A L R E S E R V E B A N K O F N E W Y O R K MONEY MARKET IN JUNE MONTHLY REVIEW O f C r e d i t a n d B u s i n e s s C o n d i t i o n s F E D E R A L R E S E R V E B A N K O F N E W Y O R K V o l u m e 38 J U L Y 1956 No. 7 P re s su re s o n m e m b e r b a n k re

More information

Vlaamse Overheid Departement Mobiliteit en Openbare Werken

Vlaamse Overheid Departement Mobiliteit en Openbare Werken Vlaamse Overheid Departement Mobiliteit en Openbare Werken Waterbouwkundig Laboratorium Langdurige metingen Deurganckdok: Opvolging en analyse aanslibbing Bestek 16EB/05/04 Colofon Ph o to c o ve r s h

More information

7.2 P rodu c t L oad/u nload Sy stem s

7.2 P rodu c t L oad/u nload Sy stem s 7.2 P rodu c t L oad/u nload Sy stem s The 10" or 12" augers, or the 10" conveyor are high capacity load/unload systems with hydraulic controls to manoeuvre and operate. The hydraulic assist allows the

More information

C o v. R o c k e f e l l e r W i l l S e e k S o m e S t a t e A g e n c y R e o r g a n i z a t i o n

C o v. R o c k e f e l l e r W i l l S e e k S o m e S t a t e A g e n c y R e o r g a n i z a t i o n ? 7 f/.l - C ^ f y 2 ^ l i ^ A T ^ l E R America*M Largest Weekly for Public tmpioyeea V ol. X X X, N o. 1 7 T u e s d a y, J a n u a r y 2, 1 9 6 8 ' P r ic # T e a C e n t* E l i g i b l e L i s t s

More information

Breakup of weakly bound nuclei and its influence on fusion. Paulo R. S. Gomes Univ. Fed. Fluminense (UFF), Niteroi, Brazil

Breakup of weakly bound nuclei and its influence on fusion. Paulo R. S. Gomes Univ. Fed. Fluminense (UFF), Niteroi, Brazil Breakup of weakly bound nuclei and its influence on fusion Paulo R. S. Gomes Univ. Fed. Fluminense (UFF), Niteroi, Brazil Forum Brasil-JINR Dubna, June, 2015 For a comprehensive review of this subject

More information

Capacitor Discharge called CD welding

Capacitor Discharge called CD welding TROUBLE SHOOTING OF STUD WELDING (EQUPMENT) We see several time, that the two main principles of Studwelding are mixed up therefor I will start to repeat short the welding methods. Capacitor Discharge

More information

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION (ISO/IEC - 7-5 Certiied) Page No: /6 WINTER 5 EXAMINATION MODEL ANSWER Subject: ENGINEERING MATHEMATICS (EMS) Subject Code: 76 Important Instructions to eaminers: The model answer shall be the complete

More information

CHAPTER 6 SUMMARV, m a in FINDIN6S AND C0NCUL5I0NS

CHAPTER 6 SUMMARV, m a in FINDIN6S AND C0NCUL5I0NS CHAPTER 6 SUMMARV, m a in FINDIN6S AND C0NCUL5I0NS 6.1; AFRICA AND SOUTHERN AFRICA Africa was the world's first continent where not only man evolved but also the human civilization. It is the largest continent

More information

Dangote Flour Mills Plc

Dangote Flour Mills Plc SUMMARY OF OFFER Opening Date 6 th September 27 Closing Date 27 th September 27 Shares on Offer 1.25bn Ord. Shares of 5k each Offer Price Offer Size Market Cap (Post Offer) Minimum Offer N15. per share

More information

Information System Desig

Information System Desig n IT60105 Lecture 7 Unified Modeling Language Lecture #07 Unified Modeling Language Introduction to UML Applications of UML UML Definition Learning UML Things in UML Structural Things Behavioral Things

More information

BIRLA ERICSSON OPTICAL LIMITED

BIRLA ERICSSON OPTICAL LIMITED OPTICAL LIMITED ANNUAL REPORT 2012-13 BOARD OF DIRECTORS MR.HARSH V. LODHA MR.D.R.BANSAL MR.MAGNUS KREUGER [ALTERNATE MR.DINESH CHANDA] MR.MATS O.HANSSON [ALTERNATE MR.S.K.DAGA] MR.R.C.TAPURIAH DR.ARAVIND

More information

THE EFFECT Of SUSPENSION CASTING ON THE HOT WORKABILITY AND MECHANICAL PROPERTIES OF A IS I TYPE STAINLESS STEEL

THE EFFECT Of SUSPENSION CASTING ON THE HOT WORKABILITY AND MECHANICAL PROPERTIES OF A IS I TYPE STAINLESS STEEL THE EFFECT Of SUSPENSION CASTING ON THE HOT WORKABILITY AND MECHANICAL PROPERTIES OF A IS I TYPE 3 1 0 STAINLESS STEEL A LISTAIR GEORGE SANGSTER FORBES A D i s s e r t a t i o n s u b m i tte d t o th

More information

VERITAS L1 trigger Constant Fraction Discriminator. Vladimir Vassiliev Jeremy Smith David Kieda

VERITAS L1 trigger Constant Fraction Discriminator. Vladimir Vassiliev Jeremy Smith David Kieda VERITAS L trigger Constant Fraction Discriminator Vladimir Vassiliev Jeremy Smith David Kieda Content Night Sky Background Noise Traditional Threshold Discriminator Constant Fraction Discriminator CFD:

More information

REFUGEE AND FORCED MIGRATION STUDIES

REFUGEE AND FORCED MIGRATION STUDIES THE OXFORD HANDBOOK OF REFUGEE AND FORCED MIGRATION STUDIES Edited by ELENA FIDDIAN-QASMIYEH GIL LOESCHER KATY LONG NANDO SIGONA OXFORD UNIVERSITY PRESS C o n t e n t s List o f Abbreviations List o f

More information

O In Chapter 2, you graphed and analyzed power, polynomial, and rational functions.

O In Chapter 2, you graphed and analyzed power, polynomial, and rational functions. O In Chapter 2, you graphed and analyzed power, polynomial, and rational functions. O In Chapter 3, you will: Evaluate, analyze, and graph exponential and logarithmic functions. Apply properties of logarithms.

More information

Certificate Sound reduction of building elements

Certificate Sound reduction of building elements Certificate Sound reduction of building elements Test report 040311.Z01b * ) Applicant GLAVERBEL GROUP Chaussée de la Hulpe 166 B- 1170 Brussels Specimen Monolithic glazing Foundation EN 20140-3 : 1995-01

More information

Dentists incomes, fees, practice costs, and the Economic Stabilization Act: to 1976

Dentists incomes, fees, practice costs, and the Economic Stabilization Act: to 1976 HE A S S O C IA T IO N Dentists incomes, fees, practice costs, and the Economic Stabilization Act: 19 52 to 1976 B u r e a u o f E c o n o m ic a n d B e h a v io r a l R e s e a r c h D a r i n g th e

More information

Chemical Treatment of a Dispersive Clay Reservoir

Chemical Treatment of a Dispersive Clay Reservoir Chemical Treatment of a Dispersive Clay Reservoir Traitement Chimique d'un Reservoir Constitue d'argile Dispersive 12/45 F. von M. WAGENER Director, Jones & Wegener Inc. Johannesburg, South Africa H.J.

More information

Model Checking. Automated Verification of Computational Systems

Model Checking. Automated Verification of Computational Systems Model Checking Automated Verification of Computational Systems Madhavan Mukund T h e A C M T u r in g A w a r d fo r 2 0 0 7 w a s a w a r d e d t o C la r k e, E m e r s o n a n d S ifa k is fo r t h

More information

@ *?? ^ % ^ J*

@ *?? ^ % ^ J* M A R IN E & O F F S H O R E C A B L E S m m @ B O g g B @ *?? @-@ ^ % ^ - @* J* M a r in e a n d o ffs h o re s ta n d a rd s a n d te s ts IE C 6 0 0 9 2-3 50 \ le ctrica l in sta llatio n s in s h ip

More information

Sodium-Initiated Polymerization of Alpha- Methylstyrene in the Vicinity of Its Reported Ceiling Temperature

Sodium-Initiated Polymerization of Alpha- Methylstyrene in the Vicinity of Its Reported Ceiling Temperature Western Michigan University ScholarWorks at WMU Dissertations Graduate College 8-1976 Sodium-Initiated Polymerization of Alpha- Methylstyrene in the Vicinity of Its Reported Ceiling Temperature Shuenn-long

More information

(A -A )/(M IL -T )

(A -A )/(M IL -T ) Kulka M ilitary C las s (A -A -5 9 12 5 )/(M IL -T -5 5 16 4 ) M ilitary C las s : C lo s e d B ac k T h e s e m ilita ry b lo c k s fe a tu re m o ld e d -in te rm in a ls in a n im p ro v e d K u lk

More information

O p e r a t in g R a t i o s o f S i x t h D i s t r i c t M e m b e r B a n k s f o r

O p e r a t in g R a t i o s o f S i x t h D i s t r i c t M e m b e r B a n k s f o r V o l u m e X X V I A t l a n t a, G e o r g i a, M a r c h 3 1, 1 9 4 1 N u m b e r 3 O p e r a t g R a t i o s o f S i x t h D i s t r i c t M e m b e r B a n k s f o r 1 9 4 0 O n th e c e n t e r p

More information

Comparative Analyses of Teacher Verbal and Nonverbal Behavior in a Traditional and an Openspace

Comparative Analyses of Teacher Verbal and Nonverbal Behavior in a Traditional and an Openspace East Tennessee State University Digital Commons @ East Tennessee State University Electronic Theses and Dissertations June 1975 Comparative Analyses of Teacher Verbal and Nonverbal Behavior in a Traditional

More information

DATA SHEET FOR COMPOUND TEV

DATA SHEET FOR COMPOUND TEV TEFLON/FEP ENCAPSULATED VITON DATA SHEET FOR COMPOUND TEV Compound Features: Virtually chemically inert encapsulation material. Better elasticity and sealing ability than a solid PTFE O Ring. FDA compliant

More information

Privacy Laws. B usiness. j2, i. in this issue. data protection and privacy worldwide. No. 35 Jitme 1996

Privacy Laws. B usiness. j2, i. in this issue. data protection and privacy worldwide. No. 35 Jitme 1996 Privacy Laws B usiness data protection and privacy worldwide No. 35 Jitme 1996 For many years, Italy and Greece have lagged behind other European Union Member States in terms of adopting a comprehensive

More information

A Comparison of Two Methods of Teaching Computer Programming to Secondary Mathematics Students.

A Comparison of Two Methods of Teaching Computer Programming to Secondary Mathematics Students. Louisiana State University LSU Digital Commons LSU Historical Dissertations and Theses Graduate School 1983 A Comparison of Two Methods of Teaching Computer Programming to Secondary Mathematics Students.

More information

FULL REQUIREMENTS; JOBS SECURE, PERMANENT

FULL REQUIREMENTS; JOBS SECURE, PERMANENT I n I...C U r o r c e s See Page 2 Y^rk, September 14, 1943 Price Five Cents s FULL REQUIREMENTS; JOBS SECURE, PERMANENT R A D IO W R I T E R S - S T E N O S - B O O K K E E P E R S - O T H E R S A l s

More information

T H E ' B R I T M E f f B 'l T A R Y D O C U M E N T S U P P l Y C E N T R E

T H E ' B R I T M E f f B 'l T A R Y D O C U M E N T S U P P l Y C E N T R E T H E ' B R I T M E f f B 'l T A R Y D O C U M E N T S U P P l Y C E N T R E y \ ( A. p \ - W e r e g r e t t h a t th is v o lu m e is u n s u ita b le f o r film in g a n d w e a r e, t h e r e f o r

More information

176 5 t h Fl oo r. 337 P o ly me r Ma te ri al s

176 5 t h Fl oo r. 337 P o ly me r Ma te ri al s A g la di ou s F. L. 462 E l ec tr on ic D ev el op me nt A i ng er A.W.S. 371 C. A. M. A l ex an de r 236 A d mi ni st ra ti on R. H. (M rs ) A n dr ew s P. V. 326 O p ti ca l Tr an sm is si on A p ps

More information

Memorial to William Taylor Thom, Jr.

Memorial to William Taylor Thom, Jr. Memorial to William Taylor Thom, Jr. 1891-1979 S H E L D O N J U D S O N Department o f Geological and Geophysical Sciences, Princeton University, Princeton, New Jersey 08544 W illia m T a y lo r T h o

More information

M I E A T? Y A H 0E 3TE S

M I E A T? Y A H 0E 3TE S M I E A T? Y A H 0E 3TE S Corrgimi c a tod to the- Councl 1 and 1,'ombors ox the League 3/36456712247 p 9 AP t * no 1 Q A L» * O i-» m i. i O JL /» X T T i ttt.' n *7 T-T * n i T n TTi U U jj!.» -! 1 Uj.']

More information

Country Report Government (Part I) Due: November 14, 2017

Country Report Government (Part I) Due: November 14, 2017 Country Report Government (Part I) Due: November 14, 2017 o The government has a total of three sections: government, flag, and national anthem. You will start by researching your government. o Step 1:

More information

Houston Division of Kroger Food Stores and Retail Clerks Union, AFL-CIO, Local 455 (1971)

Houston Division of Kroger Food Stores and Retail Clerks Union, AFL-CIO, Local 455 (1971) Cornell University ILR School DigitalCommons@ILR Retail and Education Collective Bargaining Agreements - U.S. Department of Labor Collective Bargaining Agreements 9-9-1971 Houston Division of Kroger Food

More information

Imitative Aggression as a Function of Race of Model, Race of Target and Socioeconomic Status of Observer.

Imitative Aggression as a Function of Race of Model, Race of Target and Socioeconomic Status of Observer. Louisiana State University LSU Digital Commons LSU Historical Dissertations and Theses Graduate School 1976 Imitative Aggression as a Function of Race of Model, Race of Target and Socioeconomic Status

More information

SECTION INDEX GENERAL REPAIR REMOVAL INSTALLATION. Hole Repair. Page Manually Operated Sun Roof 3L-5 Tools 3L-16

SECTION INDEX GENERAL REPAIR REMOVAL INSTALLATION. Hole Repair. Page Manually Operated Sun Roof 3L-5 Tools 3L-16 m S 3 w, m m m m m m i & m s s SECTION INDEX Page Hardtop Enclosure 31-1 Luggage Hack 3L-14 Power Sun Roof Wagoneer Limited 3L-7 Page Manually Operated Sun Roof 3L-5 Tools 3L-16 Pi 8 Page Qeneral 3L-1

More information

Woolley Retires as Township Official Honored in Resolution for Service Querns Likely Successor,

Woolley Retires as Township Official Honored in Resolution for Service Querns Likely Successor, T h e Co a st Ad v e r t ise r Mon Co Hist. Assoc 7 0 Court St Freehold, N.J. (Established 1892) Fifty-First Year, No. BELMAR, NEW JERSEY, FRIDAY, JULY 30, 1943 Single Copy Four Cents Here and There...

More information

R e p u b lic o f th e P h ilip p in e s. R e g io n V II, C e n tra l V isa y a s. C ity o f T a g b ila ran

R e p u b lic o f th e P h ilip p in e s. R e g io n V II, C e n tra l V isa y a s. C ity o f T a g b ila ran R e p u b lic o f th e P h ilip p in e s D E P A R T M E N T O F E D U C A T IO N R e g io n V II, C e n tra l V isa y a s D IV IS IO N O F B O H O L C ity o f T a g b ila ran S e p te m b e r 2 8, 2 0

More information

SUMMER 17 EXAMINATION

SUMMER 17 EXAMINATION (ISO/IEC - 7-5 Crtifid) SUMMER 7 EXAMINATION Modl wr jct Cod: Important Instructions to aminrs: ) Th answrs should b amind by ky words and not as word-to-word as givn in th modl answr schm. ) Th modl answr

More information

Computer Games as a Pedagogical Tool in Education. Ken Maher B.Sc. School of Computer Applications, Dublin City University, Glasnevin, Dublin 9.

Computer Games as a Pedagogical Tool in Education. Ken Maher B.Sc. School of Computer Applications, Dublin City University, Glasnevin, Dublin 9. Computer Games as a Pedagogical Tool in Education By Ken Maher B.Sc. School of Computer Applications, Dublin City University, Glasnevin, Dublin 9. / / Supervisor: Dr Micheál O heigeartaigh A Dissertation

More information

The use and effectiveness of financial and physical reserves in Montana's dryland wheat area by Howard W Hjort

The use and effectiveness of financial and physical reserves in Montana's dryland wheat area by Howard W Hjort The use and effectiveness of financial and physical reserves in Montana's dryland wheat area by Howard W Hjort A THESIS Submitted, to the Graduate Faculty in partial fulfillment of the requirements for

More information

STUDIA ORIGIN ALIA 2 UNISA 1988

STUDIA ORIGIN ALIA 2 UNISA 1988 STUDIA ORIGIN ALIA 2 UNISA 1988 Power and beliefs in South Africa Economic potency structures in South Africa and their interaction with patterns of conviction in the light of a Christian ethic Klaus Niirnberger

More information

NUMERICAL SIMULATION OF MHD-PROBLEMS ON THE BASIS OF VARIATIONAL APPROACH

NUMERICAL SIMULATION OF MHD-PROBLEMS ON THE BASIS OF VARIATIONAL APPROACH NUMERICAL SIMULATION OF MHD-PROBLEMS ON THE BASIS OF VARIATIONAL APPROACH V.M. G o lo v izn in, A.A. Sam arskii, A.P. Favor s k i i, T.K. K orshia In s t it u t e o f A p p lie d M athem atics,academy

More information