1.

Record Nr.

UNINA9910458734503321

Titolo

Compaction grouting consensus guide [[electronic resource] ] : ASCE/G-I53-10 / / American Society of Civil Engineers

Pubbl/distr/stampa

Reston, VA, : American Society of Civil Engineers, : Geo-Institute, ASCE, c2010

ISBN

0-7844-7334-X

Descrizione fisica

1 online resource (94 p.)

Collana

ASCE standard

Disciplina

624.151363

Soggetti

Grouting - Standards - United States

Soil compaction - Standards - United States

Soil stabilization - Standards - United States

Electronic books.

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Description based upon print version of record.

Nota di bibliografia

Includes bibliographical references and index.

Nota di contenuto

""Contents""; ""Standards""; ""Foreword""; ""Compaction Grouting Committee Roster""; ""Scope of the Consensus Guide""; ""1 Introduction to the Compaction Grouting Guide""; ""1.1 What Is Compaction Grouting?""; ""1.2 Short History of Compaction Grouting""; ""1.3 Purpose and Development of This Guide""; ""2 Mechanics of Compaction Grouting""; ""2.1 Basic Mechanics""; ""2.2 Soil Conditions""; ""2.3 Field Evidence on Compaction Grout Behavior""; ""3 Compaction Grouting Materials""; ""3.1 Introduction""; ""3.2 Factors Affecting Grout Mobility""; ""3.3 Composition""; ""3.4 Design of the Grout Mix""

""4 Grouting in the Field""""4.1 Methodology""; ""4.2 Equipment""; ""4.2.1 Mixing""; ""4.2.2 Pumps""; ""4.2.3 Hoses and Fittings""; ""4.2.4 Safety on Site""; ""4.2.5 Casings""; ""4.2.6 Headers""; ""4.2.7 Fittings""; ""4.2.8 Pressure Gauges""; ""4.3 Drilling""; ""5 Subsurface Investigation for Compaction Grouting""; ""5.1 Investigation Planning""; ""5.2 General Investigations""; ""5.2.1 Data Review""; ""5.2.2 Sampling""; ""5.2.3 Investigation Limits""; ""5.2.4 Laboratory Testing""; ""5.2.5 Analysis and Report""; ""5.3 Investigations for Grouting Design""

""5.3.1 Defining the Purpose of Grouting""""5.3.2 Defining the Mechanism of Grouting""; ""5.3.3 Determining the Extent of Grouting""; ""5.3.4 Selecting Exploration Methods""; ""5.3.5 Logging of Field



Investigation""; ""5.3.6 Field Inspectors""; ""5.3.7 Flexibility to Accommodate the Unexpected""; ""5.3.8 Record and Report Everything""; ""6 Design of Compaction Grouting""; ""6.1 Introduction""; ""6.2 Geometric Idealization of the Grout Mass""; ""6.3 Suitability of In Situ Soil for Compaction Grouting""; ""6.4 Pressure�Volume Behavior of In Situ Soil""

""6.5 Pressure�Volume Behavior of Grout""""6.6 Pressure Losses in the Casing""; ""6.7 Injection Sequence""; ""6.8 Injection Spacing""; ""6.9 Estimating Grout Quantities""; ""6.9.1 Densification""; ""6.10 Limitations on Grout Injection""; ""6.10.1 Soil Confinement""; ""6.10.2 Influence on Structures""; ""6.11 Measuring Refusal""; ""6.12 Grouting Records""; ""7 Analysis of Compaction Grouting""; ""7.1 Introduction""; ""7.2 Methods of Analysis""; ""7.2.1 Geometric Idealization""; ""7.2.2 Alternative Soil Models""; ""7.2.3 Importance of Large Strain""; ""7.2.4 Simple Approach""

""7.2.5 Numerical Cavity Expansion""""7.2.6 Commercial Finite Element Codes""; ""7.2.7 Consolidation of the In Situ Soil during and after Grouting""; ""7.3 Importance of Monitoring Grout Injection""; ""7.4 Centrifuge Modeling""; ""7.5 Field Trials""; ""8 Verification of Grouting Effectiveness""; ""8.1 Overview of Verification Program Development""; ""8.2 Planning an Effective Program""; ""8.2.1 Goals of Verification""; ""8.2.2 Verification by Design""; ""8.2.3 Test or Preconstruction Grouting""; ""8.2.4 Monitoring During Construction""; ""8.3 Verification Methods""; ""8.4 Detecting Movement""

""8.4.1 Crack Monitors""



2.

Record Nr.

UNINA9910954896203321

Autore

Stefanov Stoyan

Titolo

Object-oriented JavaScript : create scalable, reusable high-quality JavaScript applications and libraries / / Stoyan Stefanov

Pubbl/distr/stampa

Birmingham, UK, : Packt Publishing, c2008

ISBN

9786611731748

9781281731746

1281731749

9781847194152

184719415X

Edizione

[1st edition]

Descrizione fisica

1 online resource (356 p.)

Disciplina

005.133

006.76

Soggetti

Computer software - Reusability

JavaScript (Computer program language)

Object-oriented programming (Computer science)

Software patterns

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Nota di contenuto

Cover; Table of Contents; Preface; Chapter 1: Introduction; A Bit of History; The Winds of Change; The Present; The Future; Object-Oriented Programming; Objects; Classes; Encapsulation; Aggregation; Inheritance; Polymorphism; OOP Summary; Setting up Your Training Environment; Getting the Tools You Need; Using the Firebug Console; Summary; Chapter 2: Primitive Data Types, Arrays, Loops, and Conditions; Variables; Variables are Case Sensitive; Operators; Primitive Data Types; Finding out the Value Type -the typeof Operator; Numbers; Octal and Hexadecimal Numbers; Exponent Literals; Infinity

NaNStrings; String Conversions; Special Strings; Booleans; Logical Operators; Operator Precedence; Lazy Evaluation; Comparison; Undefined and null; Primitive Data Types Recap; Arrays; Adding/Updating Array Elements; Deleting Elements; Arrays of arrays; Conditions and Loops; Code Blocks; if Conditions; Checking if a Variable Exists; Alternative if Syntax; Switch; Loops; While Loops; Do-



while loops; For Loops; For-in Loops; Comments; Summary; Exercises; Chapter 3: Functions; What is a Function?; Calling a Function; Parameters; Pre-defined Functions; parseInt(); parseFloat(); isNaN(); isFinite()

Encode/Decode URIseval(); A Bonus-the alert() Function; Scope of Variables; Functions are Data; Anonymous Functions; Callback Functions; Callback Examples; Self-invoking Functions; Inner (Private) Functions; Functions that Return Functions; Function, Rewrite Thyself!; Closures; Scope Chain; Lexical Scope; Breaking the Chain with a Closure; Closure #1; Closure #2; A Definition and Closure #3; Closures in a Loop; Getter/Setter; Iterator; Summary; Exercises; Chapter 4: Objects; From Arrays to Objects; Elements, Properties, Methods; Hashes, Associative Arrays; Accessing Object's Properties

Calling an Object's MethodsAltering Properties/Methods; Using this Value; Constructor Functions; The Global Object; constructor Property; instanceof Operator; Functions that Return Objects; Passing Objects; Comparing Objects; Objects in the Firebug Console; Built-in Objects; Object; Array; Interesting Array Methods; Function; Properties of the Function Objects; Methods of the Function Objects; The arguments Object Revisited; Boolean; Number; String; Interesting Methods of the String Objects; Math; Date; Methods to Work with Date Objects; RegExp; Properties of the RegExp Objects

Methods of the RegExp ObjectsString Methods that Accept Regular Expressions as Parameters; search() and match(); replace(); Replace callbacks; split(); Passing a String When a regexp is Expected; Summary; Exercises; Chapter 5: Prototype; The prototype Property; Adding Methods and Properties Using the Prototype; Using the Prototype's Methods and Properties; Own Properties versus prototype Properties; Overwriting Prototype's Property with Own Property; Enumerating Properties; isPrototypeOf(); The Secret __proto__ Link; Augmenting Built-in Objects; Augmenting Built-in Objects-Discussion

Some Prototype gotchas

Sommario/riassunto

Create scalable, reusable high-quality JavaScript applications and libraries