Strength and Weakness at the Interface


Book Description

This thorough study of the expression of contrast in the world's vowel systems examines phonetic and phonological differences between so-called strong and weak positions, bringing the full range of data from positional neutralization systems to bear on central questions at the interface between phonetics and phonology. The author draws evidence from a diverse array of sources, bringing together cross-linguistic typological surveys, detailed investigations of the diachrony of specific languages (Slavic, Turkic, Uralic, Austronesian, among many others) and original studies in experimental phonetics. Devoted at once to empirical coverage and to theoretical investigation, this is the first work to compile so exhaustive a study of positional neutralization patterns in the languages of the world. On the basis of this catalog of evidence, the author argues for a diachronically oriented approach to the phonetic motivations behind phonological patterns, with phonologization as its central mechanism. Three pairs of traditionally-identified strong and weak positions for the realization of vowel contrasts are selected and examined in detail: stressed and unstressed syllables, domain final and non-final syllables, and domain initial and non-initial syllables. Neutralization patterns in each position are extracted from survey data, and analyzed in light of the phonetic characteristics of each pair of positions. Both the nature of the patterns identified as well as the variety and sources of exceptions have important consequences for formal phonology, phonetics, and historical linguistics as well.




A Study of Strength Evaluations of EDNi/EDCu/NARloy-Z Bonded Joints


Book Description

Dissimilar material interfaces can be found in many materials and structural bonds such as composite materials, welded parts, inclusion in matrix, bond between metallic and ceramic materials, and so forth. One of such structural bonds can be seen in the main combustion chamber (MCC) of the Space Shuttle Main Engine (SSME). In this study, from a practical sense, the primary concern is to understand the systems response of EDNi/EDCu/NARloy-Z bonded joints using stress values approximated by the finite element method to determine an influence of the variation of structural bond parameters on the bonded joints, and consequently main combustion chamber of the Space Shuttle Main Engine. The results presented in this study could be an appropriate indicator for a good bond of EDNi/DECu/NARloy-Z layers with the desired thickness of copper deposition in the SSME MCC manufacturing process. Furthermore, the results from this study appear to be applicable to any bonded joints that can be characterized by the parameters and assumptions used in this analysis.




NASA Technical Note


Book Description










Rock Joints


Book Description

Rock Joints deals exclusively with the mechanical genesis of joints in rocks. It is aimed at a coherent, critical and comprehensible presentation of the underlying mechanical processes of various types of joints and joint systems. Special care is taken to elucidate and quantify the role of high fluid pressures in the formation of joints. The background is an offshoot of the author's courses on "Genesis of Rock Joints" in the Department of Rock Mechanics and Tunneling at the Technical University of Graz, Austria.




Fracture and Fatigue in Wood


Book Description

Damage in wood is principally the result of fatigue. Fatigue is the process of progressive localised irreversible change in a material, and may culminate in cracks or complete fracture if conditions that initiated or propagated the process persist. Comprehensive understanding of fatigue and fracture in engineered wood components must be founded on a proper understanding of the damage processes. Although wood is the world's most widely used structural material, whether measured by volume consumed or value of finished construction, its behaviour is not well understood even by people who have spent their careers studying it. * What is known about failure processes comes almost entirely from empirical evidence collected for engineering purposes. * Hypotheses about behaviour of wood are based on macroscopic observation of specimens during and following tests. * With only limited resources and the need to obtain practical results quickly, the timber engineering research community has steered away from the scientific approach. * Forestry practices are changing and are known to influence characteristics of wood cells therefore there is a need to periodically reassess the mechanical properties of visually graded lumber the blackbox approach. Fatigue and Fracture of Wood examines the above issues from a scientific point of view by drawing on the authors' own research as well as previously published material. Unlike the empirical research, the book begins by examining growth of wood. It briefly examines its structure in relation to how trees grow, before assessing the fatigue and fracture of wood and discussing the scientific methods of modelling fatigue. * Covers from macro to micro behaviour of wood * Presents direct evidence of how wood fractures using Scanning Electron Microscopy * The first book to present a physically correct model for fracture in wood * Provides experimental proof of so-called memory in wood (i.e. dependence of fatigue behaviour on the loading sequence) * Givse practical illustrations of how theories and models can be applied in practice An essential resource for wood scientists/engineers, timber-engineering practitioners, and graduate students studying wood and solid mechanics.




Practical API Design


Book Description

You might think more than enough design books exist in the programming world already. In fact, there are so many that it makes sense to ask why you would read yet another. Is there really a need for yet another design book? In fact, there is a greater need than ever before, and Practical API Design: Confessions of a Java Framework Architect fills that need! Teaches you how to write an API that will stand the test of time Written by the designer of the NetBeans API at Sun Technologies Based on best practices, scalability, and API design patterns




Personality and Social Psychology at the Interface


Book Description

This special issue provides a view of the past, present, and future of the field of personality and social psychology as an interdisciplinary endeavor. Collectively, the articles illustrate the vital contributions that can be made pursuing the reciprocal connections between personality/social psychology and psychobiology; developmental psychology; comparative psychology and evolutionary biology; clinical and health psychology; communication studies; organizational studies and systems theory; and cultural anthropology. The papers reflect the collective past and present of the field and set an agenda for a collective future.




Java: The Good Parts


Book Description

What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer Jim Waldo reveals which parts of Java are most useful, and why those features make Java among the best programming languages available. Every language eventually builds up crud, Java included. The core language has become increasingly large and complex, and the libraries associated with it have grown even more. Learn how to take advantage of Java's best features by working with an example application throughout the book. You may not like some of the features Jim Waldo considers good, but they'll actually help you write better code. Learn how the type system and packages help you build large-scale software Use exceptions to make code more reliable and easier to maintain Manage memory automatically with garbage collection Discover how the JVM provides portability, security, and nearly bug-free code Use Javadoc to embed documentation within the code Take advantage of reusable data structures in the collections library Use Java RMI to move code and data in a distributed network Learn how Java concurrency constructs let you exploit multicore processors