N11035_2014_UK_Cover_UK 10/30/13 11:02 AM Page 1
Ask your librarian to ✦ sign up for a FREE TRIAL
✦
The Best Science, Technology, and Medical eBooks from CRC Press ➢ More than 11,000 references in over 350 subject areas ➢ Over 50 discipline-specific CRCnetBASEs ➢ Build your own customized CRCnetBASE ➢ Anytime, anywhere access with CRCnetBASE Mobile
ISBN: 978-0-418-27273-2
90000
9 780418 272732 UK/ROW VERSION
online.sales@tandf.co.uk
+44 (0) 20 7017 6062
COMPUTER SCIENCE, INFORMATION TECHNOLOGY, & GAME DEVELOPMENT 2014 C ATA L O G
N11043_2014_UK_Cover_UK 10/30/13 11:12 AM Page 2
The following subject catalogs are available from CRC Press. View them online at the URL listed or contact your local sales representative for copies.
Find More Online www.crcpress.com • Complete Tables of Contents • Author affiliations, bios, and events • Information about ancillary materials for textbooks • Status of eBook availability • Sample pages with Google Preview
Agriculture & Life Sciences
Environmental Science & Engineering
ISBN: 978-0-418-27627-3
ISBN: 978-0-418-27275-6
Biomedical Sciences
Ergonomics & Human Factors, Industrial Engineering & Manufacturing
ISBN: 978-0-418-27268-8
ISBN: 978-0-418-27276-3
Business, Management, & Public Administration ISBN: 978-0-418-27269-5
Chemistry & Chemical Engineering
Food Science & Nutrition ISBN: 978-0-418-27277-0
ISBN: 978-0-418-27271-8
Forensic Science, Law Enforcement, & Homeland Security
Civil & Mechanical Engineering
ISBN: 978-0-418-27278-7
ISBN: 978-0-418-27272-5
Mathematics & Statistics
Computer Science, Information Technology, & Game Development
ISBN: 978-0-418-27279-4
ISBN: 978-0-418-27273-2
Medicine & Veterinary Medicine ISBN: 978-0-418-27282-4
Electrical Engineering
Physics & Materials Science
ISBN: 978-0-418-27274-9
ISBN: 978-0-418-27281-7
www.crcpress.com/catalogs
Go to www.crcpress.com for detailed information on every book. w w w. c r c p r e s s . c o m
CRC Press
Taylor & Francis Group
Computer Science Algorithms & Complexity ................................................................................................................................................3 Computational Biology.....................................................................................................................................................6 Computer Engineering...................................................................................................................................................23 Computer Graphics........................................................................................................................................................29 Cryptography & Coding Theory.....................................................................................................................................37 Data Mining...................................................................................................................................................................41 Discrete Systems.............................................................................................................................................................46 High Performance Computing........................................................................................................................................48 Human-Computer Interaction........................................................................................................................................51 Machine Learning & Pattern Recognition.......................................................................................................................53 Robotics.........................................................................................................................................................................57 Theory...........................................................................................................................................................................59 General Reference..........................................................................................................................................................60 Game Development Design ...........................................................................................................................................................................63 Programming.................................................................................................................................................................66 Information Technology Certification & Accreditation .........................................................................................................................................69 Computer Crime Investigation.......................................................................................................................................71 Database........................................................................................................................................................................72 Intelligent Systems.........................................................................................................................................................74 Internet & Web-based Computing.................................................................................................................................77 IT Management..............................................................................................................................................................80 Microprocessors & Microelectronics ..............................................................................................................................89 Networking Communications.........................................................................................................................................89 Operating Systems.........................................................................................................................................................96 Operations Management...............................................................................................................................................96 Programming Lanaguages..............................................................................................................................................98 Security & Auditing......................................................................................................................................................100 Software Engineering & Systems..................................................................................................................................109 Title Index............................................................................................................................................................................118 Author Index........................................................................................................................................................................122 Sales Agents.........................................................................................................................................................................127
Computer Science, Information Technology, & Game Development
Table of Contents
Find More Online www.crcpress.com • Complete Tables of Contents • Author affiliations, bios, and events • Information about ancillary materials for textbooks • Status of eBook availability • Sample pages with Google Preview
2
Visit us online for detailed information on every book.
w w w. c rc p r e s s . c o m www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
CRC Press
Taylor & Francis Group
Algorithmic Techniques for the Polymer Sciences Bradley S. Tice CEO and Institute Professor of Chemistry, Advanced Human Design, California, USA
Computing Handbook Third Edition, Computer Science and Software Engineering Edited by
Print ISBN: 978-1-926895-39-0 January 2014, 6.02 x 9.25, 300 pp. Suggested Price: $149.95 / £95.00
Allen Tucker, Teofilo Gonzalez, and Jorge Diaz-Herrera This handbook is organized to mirror the modern taxonomy of computer science and software engineering as described by the ACM and IEEE-CS. After an overview of computer science, it covers the foundations of the field, including algorithms, architectures, operating systems, and programming languages. It also explores computer graphics, visual computing, and intelligent systems. With a focus on software engineering, the book describes the software development process, software design, and related topics. Print ISBN: 978-1-4398-9852-9 April 2014, 7 x 10, 2080 pp. Suggested Price: $249.95 / £159.00
Textbook
Textbook
Computability Theory Second Edition
A Concise Introduction to Data Structures using Java
S. Barry Cooper
Mark J. Johnson
University of Leeds, UK
Central College, Pella, Iowa, USA
Chapman Hall/CRC Mathematics Series
Series: Chapman & Hall/CRC Textbooks in Computing
Designed for advanced undergraduate or beginning graduate students, this book provides a complete introduction to computability theory. This second edition includes new material on hyperarithmetical and Borel sets as well as more material on computability of structures, Pi-0-1 classes, and computability in science. It features an expanded treatment of complexity of computations and updated future directions in computability. In addition, the section on randomness is now a separate chapter. The author also discusses advanced topics in greater depth, including Post’s problem, forcing and category, applications of determinacy, and the computability of theories.
Designed for a CS2 data structures course, this text provides a thorough but concise overview of data structures as well as a gradual introduction to Java. It uses a concise style and includes pseudocode and exercises throughout so that students learn how to write code, rather than just read it. The book covers all of the main areas taught in CS2 courses, including arrays, lists, stacks, queues, recursion, maps, and trees. Print ISBN: 978-1-4665-8989-6 November 2013, 6-1/8 x 9-1/4, 236 pp., Soft Cover Suggested Price: $59.95 / £38.99
Print ISBN: 978-1-4398-3843-3 April 2014, 6-1/8 x 9-1/4, 506 pp. Suggested Price: $79.95 / £34.99
3
Textbook
Textbook
Computational Thinking for the Modern Problem Solver
A Concise Introduction to Programming in Python
David D. Riley and Kenny A. Hunt
Mark J. Johnson
University of Wisconsin, La Crosse, USA
Central College, Pella, Iowa, USA
Series: Chapman & Hall/CRC Textbooks in Computing
Series: Chapman & Hall/CRC Textbooks in Computing
This book begins by asking the question, “What is it that we do and know as computer scientists that is most valuable to the non-computer scientist?” Consistent with the spirit of Jeanette Wing’s seminal CACM article that introduced the concept of computational thinking, this class-tested textbook presents concepts and techniques from computer science to a broader audience. The book demonstrates the ways that computer science concepts are applicable in other fields through material that is both accessible and relevant to non-computer science majors.
Suitable for newcomers to computer science, this text provides a concise yet complete first course in computer science using the Python programming language. The author presents basic programming constructs early, so that beginners can use them throughout the course. He then covers objects and defines classes. Each chapter introduces a main idea through a concrete example and a series of exercises. The examples, exercises, and projects reflect a wide range of applications in biology, textual analysis, and other areas.
Print ISBN: 978-1-4665-8777-9 April 2014, 6-1/8 x 9-1/4, 424 pp. Suggested Price: $79.95 / £49.99
Algorithms & Complexity
An introduction to algorithmic complexity, this book examines the use of algorithmic techniques to compress random and non-random sequential strings found in chains of polymers. Examples taken from current research in the polymer sciences will be used for “compression” of likenatured properties as found on a chain of polymers. It reviews both theory and applied aspects of algorithmic compression.
Print ISBN: 978-1-4398-9694-5 eBook ISBN: 978-1-4665-0263-5 December 2011, 6-1/8 x 9-1/4, 217 pp., Soft Cover Suggested Price: $62.95 / £42.99
For more information and a complete list of titles, visit us at www.crcpress.com
Delaunay Mesh Generation Siu-Wing Cheng, Tamal K. Dey, and Jonathan Shewchuk Chapman & Hall/CRC Computer & Information Science Series
Algorithms & Complexity
Written by authors at the forefront of modern algorithms research, this book demonstrates the power and versatility of Delaunay meshers in tackling complex geometric domains ranging from polyhedra with internal boundaries to piecewise smooth surfaces. It is one of the first to integrate a vast amount of cutting-edge material on Delaunay triangulations. Covering both volume and surface meshes, the book offers a rigorous theoretical analysis of mesh generation methods while also showing how the algorithms work well in practice. Print ISBN: 978-1-58488-730-0 eBook ISBN: 978-1-58488-731-7 December 2012, 7 x 10, 410 pp. Suggested Price: $93.95 / £59.99
Discrete Dynamical Systems and Chaotic Machines
Explorations in Computing An Introduction to Computer Science John S. Conery University of Oregon, Eugene, USA Series: Chapman & Hall/CRC Textbooks in Computing
This text offers insight into how computation is used to solve a variety of interesting and important real-world problems. Taking an active learning approach that uses hands-on projects to teach computer science concepts and applications, the text encourages students to explore computing ideas by running programs and testing them on different inputs. It requires no prior experience with programming and includes a set of exercises at the end of each chapter, with selected solutions in an appendix. A lab manual for Ruby and RubyLabs are available on the book’s website. Print ISBN: 978-1-4398-1262-4 eBook ISBN: 978-1-4398-1263-1 October 2010, 7 x 10, 390 pp. Suggested Price: $83.95 / £55.99
Textbook
Theory and Applications
A Functional Start to Computing with Python
Jacques M. Bahi and Christophe Guyeux
Ted Herman
University of Franche-Comté, Belfort, France
University of Iowa, Iowa City, USA
Chapman & Hall/CRC Numerical Analysis and Scientific Computing Series
Series: Chapman & Hall/CRC Textbooks in Computing
Until the authors’ recent research, the practical implementation of the mathematical theory of chaos on finite machines raised several issues. This self-contained book shows how to make finite machines, such as computers, neural networks, and wireless sensor networks, work chaotically as defined in a rigorous mathematical framework. Taking into account that these machines must interact in the real world, the authors share their research results on the behaviors of discrete dynamical systems and their use in computer science.
4
Textbook
Print ISBN: 978-1-4665-5450-4 eBook ISBN: 978-1-4665-5451-1 June 2013, 6-1/8 x 9-1/4, 230 pp. Suggested Price: $89.95 / £57.99
Taking a student-friendly, interactive approach to teach computing, this text enables students to quickly learn computing without having to use loops, variables, and object abstractions at the start. Requiring no prior programming experience, the book draws on Python’s flexible data types and operations as well as its capacity for defining new functions. Along with the specifics of Python, the author covers important concepts of computing. A companion website provides many supplementary materials. Print ISBN: 978-1-4665-0455-4 eBook ISBN: 978-1-4665-0483-7 July 2013, 7 x 10, 427 pp., Soft Cover Suggested Price: $79.95 / £49.99
Distributed Systems
The Garbage Collection Handbook
An Algorithmic Approach, Second Edition
The Art of Automatic Memory Management
Sukumar Ghosh
Richard Jones, Antony Hosking, and Eliot Moss
Textbook
University of Iowa, Iowa City, USA Chapman & Hall/CRC Computer & Information Science Series
Chapman & Hall/CRC Applied Algorithms and Data Structures Series
Its comprehensive coverage and presentation of difficult theoretical topics in a concise and accessible style made the first edition a bestseller. Since its publication, however, there have been significant new developments in the field of distributed systems, including social networks, cloud computing, mobile ad-hoc networks, large-scale systems, and new algorithms for problem solving in distributed environments. This updated edition includes updated coverage of these new and relevant topics along with new exercises in several chapters. A solutions manual is also available upon qualified course adoption.
This authoritative handbook brings together a wealth of knowledge gathered by automatic memory management researchers and developers over the past 50 years. It addresses new challenges to garbage collection made by recent advances in hardware and software. The authors compare the most important approaches and state-of-the-art techniques in a single, accessible framework. They cover parallel, concurrent, and real-time garbage collection algorithms and explain some of the tricky aspects of garbage collection. An online bibliographic database includes over 2,500 garbage collection-related publications.
Print ISBN: 978-1-4665-5297-5 June 2014, 7 x 10, 350 pp. Suggested Price: $99.95 / £63.99
Print ISBN: 978-1-4200-8279-1 August 2011, 7 x 10, 511 pp. Suggested Price: $87.95 / £55.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Textbook
Textbook
A Guide to Algorithm Design
Introduction to Mathematical Logic
Paradigms, Methods, and Complexity Analysis
Fifth Edition
Anne Benoit, Yves Robert, and Frédéric Vivien Ecole Normale Supérieure de Lyon, France
Elliott Mendelson Queens College, Flushing, New York, USA
Chapman & Hall/CRC Applied Algorithms and Data Structures Series
Series: Discrete Mathematics and Its Applications
Print ISBN: 978-1-4398-2564-8 eBook ISBN: 978-1-4398-2565-5 August 2013, 6-1/8 x 9-1/4, 380 pp. Suggested Price: $79.95 / £49.99
Retaining all the key features of its predecessors, this fifth edition of a long-established, bestselling text explores the principal topics of mathematical logic. It includes a new section covering basic ideas and results about nonstandard models of number theory, a second appendix that introduces modal propositional logic, an expanded bibliography, and additional exercises and selected answers. This edition continues to cover propositional logic, firstorder logic, first-order number theory, axiomatic set theory, and the theory of computability. It also discusses the major results of Gödel, Church, Kleene, Rosser, and Turing.
Algorithms & Complexity
Presenting a complementary perspective to standard books on algorithms, A Guide to Algorithm Design provides a roadmap for readers to determine the difficulty of an algorithmic problem by finding an optimal solution or proving complexity results. It gives a practical treatment of algorithmic complexity and guides readers in solving algorithmic problems. The book offers a comprehensive set of problems with solutions as well as in-depth case studies that demonstrate how to assess the complexity of a new problem.
Print ISBN: 978-1-58488-876-5 eBook ISBN: 978-1-4398-8989-3 August 2009, 6-1/8 x 9-1/4, 469 pp. Suggested Price: $98.95 / £43.99
Handbook of Finite State Based Models and Applications
Modeling and Analysis of P2P Content Distribution Systems
Edited by
Yipeng Zhou
Jiacun Wang
Chinese University of Hong Kong
Monmouth University, West Long Branch, New Jersey, USA
Dah Ming Chiu
Series: Discrete Mathematics and Its Applications
Chinese University of Hong Kong
Applicable to any problem that requires a finite number of solutions, finite state based models (also called finite state machines or finite state automata) have found wide use in various areas of computer science and engineering. This handbook provides a complete collection of introductory materials on finite state theories, algorithms, and the latest domain applications. For beginners, the book is a handy reference for quickly looking up model details. For experienced researchers, it is a source of in-depth study in this area.
Peer-to-peer (P2P) is an important content distribution approach that relies on users to provide service in addition to receiving service. This book brings together important results in P2P algorithms and performance analysis applicable to P2P content distribution. In this book, the authors introduce core models and significant analysis for P2P systems. Supplying valuable insights into good design and effective algorithms, the book uses simple examples to help readers understand the mathematical details.
Print ISBN: 978-1-4398-4618-6 eBook ISBN: 978-1-4398-4619-3 October 2012, 7 x 10, 409 pp. Suggested Price: $104.95 / £66.99
Print ISBN: 978-1-4822-1920-3 August 2014, 6-1/8 x 9-1/4, 270 pp. Suggested Price: $129.95 / £82.00
5 Textbook
Image Analysis, Classification, and Change Detection in Remote Sensing With Algorithms for ENVI/IDL, Second Edition Morton J. Canty Juelich Research Center, Germany
This popular introduction to the processing of remote sensing imagery covers recent versions of the ENVI software environment. This edition covers support vector machines and other kernel-based methods. Illustrating many programming examples in the array-oriented language ID, the text includes coverage of basic Fourier, wavelet, principal components and minimum noise fraction transformations; convolution filters, topographic modeling, imageto-image registration, and ortho-rectification; image fusion; supervised and unsupervised land cover classification with neural networks; and multivariate change detection. Print ISBN: 978-1-4200-8713-0 December 2009, 6-1/8 x 9-1/4, 471 pp. Suggested Price: $146.95 / £93.00
Networks in Society Links and Language Edited by
Robert Stocker University of New South Wales at ADFA, Canberra, Australia
Terry Bossomaier Charles Sturt University, Bathurst, Australia
This book covers technical fundamentals, complexity and social networks, and communication and language. It raises readers’ interest in social networks, the importance of language in the emergence and maintenance of networks, the integral patterns of interconnectivity, and the means to measure and model social structure. It presents a broad range of ideas from several fields of research endeavor. It also explores social networks and their integration with communication and language, thereby providing a discussion of relevant theory, modeling, metrics, and application to business, natural resource management, and technology. Print ISBN: 978-981-4316-28-6 October 2013, 6 x 9, 400 pp. Suggested Price: $99.95 / £63.99
For more information and a complete list of titles, visit us at www.crcpress.com
Algorithms & Complexity / Computational Biology
Polygonal Approximation and Scale-Space Analysis of Closed Digital Curves
Textbook
Kumar S. Ray
Christopher R. Bilder
Indian Statistical Institute, Kolkata
University of Nebraska-Lincoln, USA
Bimal Kumar Ray
Thomas M. Loughin
Vellore Institute of Technology, India
This book covers the most important topics in the area of pattern recognition, object recognition, computer vision, robot vision, medical computing, computational geometry, and bioinformatics systems. Students and researchers will find a comprehensive treatment of polygonal approximation and its real-life applications. The book not only explains the theoretical aspects but also presents applications with detailed design parameters. The systematic development of the concept of polygonal approximation of digital curves and its scale-space analysis are useful and attractive to scholars in many fields. Print ISBN: 978-1-926895-33-8 eBook ISBN: 978-1-4665-6889-1 February 2013, 6-1/8 x 9-1/4, 388 pp. Suggested Price: $139.95 / £89.00
Simon Fraser University, Surrey, British Columbia, Canada Chapman & Hall/CRC Texts in Statistical Science
Written for students and researchers in statistics and biostatistics, this book presents a modern introduction to categorical data analysis, with R integrated into the text as a data analysis method and a learning tool. The book includes many detailed worked examples to illustrate methods, with R code and data available for all of them. It also includes many exercises throughout the text and is supplemented by a solutions manual and website with code, data, and video lectures. Unlike other books on the subject, topics such as missing data and Bayesian methods are covered. Print ISBN: 978-1-4398-5567-6 June 2014, 7 x 10, 416 pp. Suggested Price: $89.95 / £49.99
Undocumented Secrets of MATLAB-Java Programming
Analysis of Complex Diseases
Yair Altman
Guanyu Wang
Ganey Tivka, Israel
A Mathematical Perspective Fairfax, Virginia, USA
Many people know that a major part of the functionality of the MATLAB® software package is based on Java. But fewer people know how to manipulate Java to achieve improved appearance and functionality and thus heighten MATLAB software’s applicability to real-world, modern situations. Organized by related functionality/usage and ordered from facile to complex, this book presents examples, instruction, and code snippets in standalone, self-contained chapters. Requiring no prior Java knowledge, this book provides numerous online references and resources to show readers how to use and discover new components and functionalities using nothing but MATLAB itself as the discovery tool.
6
Analysis of Categorical Data with R
Print ISBN: 978-1-4398-6903-1 eBook ISBN: 978-1-4398-6904-8 December 2011, 7 x 10, 701 pp. Suggested Price: $73.95 / £46.99
Textbook
Algorithms for Next-Generation Sequencing
Since the clarification of the human genome, the massive accumulation of data makes it necessary to design computer models to evaluate genetic and epigenetic characteristics in terms of healthy and pathologic reactions. These models will play essential roles in future diagnostics and therapy planning of diseases. This book demonstrates the importance of physical thinking and mathematical analysis in understanding such complex systems. Taking an interdisciplinary look at this translational subject, the book explains how mathematical modeling and analysis are critical to the future of diagnostics and therapeutics in medicine. Print ISBN: 978-1-4665-7221-8 December 2013, 6-1/8 x 9-1/4, 232 pp. Suggested Price: $129.95 / £82.00
Analysis of Mixed Data Methods & Applications Edited by
Alexander R. de Leon
Wing-Kin Sung National University of Singapore
University of Calgary, Alberta, Canada
Series: Chapman & Hall/CRC Mathematical & Computational Biology
Keumhee Carrière Chough
Due to advances in sequencing technology, we can view hundreds of millions of short reads in a few days. Sequencing technology enables us to study our genome on a large scale, but it also introduces new challenges, such as how to process vast amounts of data efficiently and how to summarize so much data. This text describes the algorithms for processing next-generation sequencing data. It also presents case studies that illustrate applications of next-generation sequencing.
A comprehensive source on mixed data analysis, Analysis of Mixed Data: Methods & Applications offers a complete and up-to-date introduction to and summary of the fundamental advances and developments in the field. It presents modern methods and case studies are used extensively throughout the book to illustrate interesting applications from economics, medicine and health, marketing, and genetics. All chapters include illustrative examples, many drawn from real-life case studies, and ample cross-references between chapters are included to enable readers to connect the book’s various topics and research strands and to facilitate self-study.
Print ISBN: 978-1-4665-6550-0 May 2014, 6-1/8 x 9-1/4, 250 pp. Suggested Price: $79.95 / £49.99
University of Alberta, Edmonton, Canada
Print ISBN: 978-1-4398-8471-3 eBook ISBN: 978-1-4398-8472-0 January 2013, 7 x 10, 262 pp. Suggested Price: $89.95 / £57.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Analysis of Variance for Functional Data
Applied Meta-Analysis with R Ding-Geng Chen University of Rochester, New York, USA
National University of Singapore
Karl E. Peace
Series: Chapman & Hall/CRC Monographs on Statistics & Applied Probability
Chapman & Hall/CRC Biostatistics Series
This self-contained book presents up-to-date hypothesis testing methods for functional data analysis. Useful for statistical researchers and practitioners analyzing functional data, it gives both a theoretical and applied treatment of functional data analysis supported by easy-to-use MATLAB® code. The book covers the reconstruction of functional observations, functional ANOVA, functional linear models with functional responses, ill-conditioned functional linear models, diagnostics of functional observations, heteroscedastic ANOVA for functional data, and testing equality of covariance functions. Data sets and MATLAB are available on the author’s website. Print ISBN: 978-1-4398-6273-5 eBook ISBN: 978-1-4398-6274-2 June 2013, 6-1/8 x 9-1/4, 412 pp. Suggested Price: $99.95 / £63.99
Applications of Proteomics to Cell Signaling Edited by
Iyer Srinivas Los Alamos National Laboratory, New Mexico, USA Methods in Signal Transduction Series
Georgia Southern University, Statesboro, USA
This book provides detailed, step-by-step explanations of the implementation of meta-analysis methods using R. Each chapter gives examples of real studies compiled from the literature. After presenting the data and necessary background for understanding the applications, various methods for analyzing meta-data are introduced. The authors then develop analysis code using the appropriate R packages and functions. This systematic approach helps readers thoroughly understand the analysis methods and R implementation, enabling them to use R and the methods to analyze their own meta-data.
Computational Biology
Jin-Ting Zhang
Print ISBN: 978-1-4665-0599-5 eBook ISBN: 978-1-4665-0600-8 May 2013, 6-1/8 x 9-1/4, 342 pp. Suggested Price: $89.95 / £57.99
Textbook
Applied Nonparametric Statistical Methods Fourth Edition Peter Sprent Dundee University, Scotland, UK
The field of proteomics has had a tremendous impact on our understanding of biological systems. While proteomics encompasses multiple approaches, the application of mass spectrometry-based techniques has generated large, information-rich data sets that have enabled a much clearer understanding of areas such as cell signaling. For example, protein post-translational modifications are critically involved in signal transduction in almost all biological systems; much progress has been made to identify these protein alterations during signal transduction. This book focuses specifically on the application of these approaches to understanding signaling in biological systems. Print ISBN: 978-1-4398-4010-8 July 2014, 6-1/8 x 9-1/4, 352 pp. Suggested Price: $149.95 / £95.00
Nigel C. Smeeton Guy’s King & St. Thomas School of Medicine, London, UK Series: Chapman & Hall/CRC Texts in Statistical Science
Maintaining the accessible style of previous editions, this fourth edition reflects recent developments in computer-intensive methods that deal with intractable analytical problems and unwieldy data sets. It summarizes relevant general statistical concepts and introduces basic ideas of nonparametric or distribution-free methods. Designed experiments, including those with factorial treatment structures, are now the focus of an entire chapter. The book also expands coverage on the analysis of survival data and the bootstrap method. With numerous exercises, the text offers the student edition of StatXact at a discounted price. Print ISBN: 978-1-58488-701-0 March 2007, 6-1/8 x 9-1/4, 544 pp. Suggested Price: $98.95 / £62.99
Applied Medical Statistics Using SAS Geoff Der
Applied Survey Data Analysis Steven G. Heeringa, Brady T. West, and Patricia A. Berglund University of Michigan, Ann Arbor, USA
University of Glasgow, Scotland, UK
Brian S. Everitt Institute of Psychiatry, King’s College, London, UK
Series: Chapman & Hall/CRC Statistics in the Social and Behavioral Sciences
Designed for medical statisticians, this intermediate-level reference explores the use of SAS for analyzing medical data. A chapter on visualizing data includes a detailed account of graphics for investigating data and smoothing techniques. The book also includes chapters on measurement in medicine, epidemiology/observational studies, meta-analysis, Bayesian methods, and handling missing data. The book maintains an example-based approach, with SAS code and output included throughout and available online.
With many examples and exercises based on real-world survey data sets, this book provides a statistical overview of the analysis of complex sample survey data. It presents many methods and models for survey data analysis, including the linear regression, generalized linear, Cox proportional hazards, and discrete time models. It also explores new developments in advanced statistical techniques, such as multilevel analysis of survey data. Although Stata is used for most examples in the text, other software code is also offered on the book’s website.
Print ISBN: 978-1-4398-6797-6 eBook ISBN: 978-1-4398-6798-3 October 2012, 6-1/8 x 9-1/4, 559 pp. Suggested Price: $93.95 / £59.99
Print ISBN: 978-1-4200-8066-7 eBook ISBN: 978-1-4200-8067-4 April 2010, 6-1/8 x 9-1/4, 487 pp. Suggested Price: $87.95 / £55.99
For more information and a complete list of titles, visit us at www.crcpress.com
7
Textbook
Textbook
Bayesian Data Analysis
Bayesian Methods for Data Analysis
Third Edition Andrew Gelman, John B. Carlin, Hal S. Stern, David B. Dunson, Aki Vehtari, and Donald B. Rubin
Third Edition
Series: Chapman & Hall/CRC Texts in Statistical Science
University of Minnesota, Minneapolis, USA
Computational Biology
Now in its third edition, this classic book continues to take an applied approach to analysis using up-to-date Bayesian methods. Along with new and revised software code, this edition includes four new chapters on nonparametric modeling, updates the discussion of crossvalidation and predictive information criteria, and improves convergence monitoring and effective sample size calculations for iterative simulation. It also covers weakly informative priors, boundary-avoiding priors, Hamiltonian Monte Carlo, variational Bayes, and expectation propagation. Data sets and other materials are available online. Print ISBN: 978-1-4398-4095-5 November 2013, 7 x 10, 675 pp. Suggested Price: $69.95 / £44.99
Bayesian Disease Mapping
Thomas A. Louis Johns Hopkins, Baltimore, Maryland, USA Series: Chapman & Hall/CRC Texts in Statistical Science
This text provides an accessible introduction to the foundations and applications of Bayesian analysis. Broadening its scope to non-statisticians, this edition concentrates more on hierarchical Bayesian modeling as implemented via MCMC methods and related data analytic techniques. It includes a readerfriendly introduction to hierarchical statistical modeling, a new chapter on Bayesian design that emphasizes Bayesian clinical trials, a completely revised and expanded section on ranking and histogram estimation, and a new case study on infectious disease modeling and the 1918 flu epidemic. Print ISBN: 978-1-58488-697-6 eBook ISBN: 978-1-4398-8934-3 June 2008, 6-1/8 x 9-1/4, 552 pp. Suggested Price: $79.95 / £51.99
Hierarchical Modeling in Spatial Epidemiology, Second Edition
Bayesian Methods in Health Economics
Andrew B. Lawson
Gianluca Baio
Medical University of South Carolina, Charleston, USA
8
Bradley P. Carlin
Department of Statistical Science, University College London, UK
Series: Chapman & Hall/CRC Interdisciplinary Statistics
Chapman & Hall/CRC Biostatistics Series
This second edition provides an up-to-date, cohesive account of the full range of Bayesian disease mapping methods and applications. A biostatistics professor and WHO advisor, the author illustrates the use of Bayesian hierarchical modeling in the geographical analysis of disease through a range of real-world datasets. This edition includes new chapters on regression and ecological analysis, putative hazard modeling, and disease map surveillance as well as new appendices featuring examples of INLA and CAR models. It also presents expanded material on case event modeling and spatiotemporal analysis.
This book provides an overview of Bayesian methods for the analysis of health economic data. After an introduction to the basic economic concepts and methods of evaluation, it presents Bayesian statistics using accessible mathematics. The next chapters describe the theory and practice of costeffectiveness analysis from a statistical viewpoint, and Bayesian computation, notably MCMC. The final chapter presents three detailed case studies covering cost-effectiveness analyses using individual data from clinical trials, evidence synthesis, and hierarchical models and Markov models. The text uses WinBUGS and JAGS with datasets and code available online.
Print ISBN: 978-1-4665-0481-3 eBook ISBN: 978-1-4665-0482-0 March 2013, 6-1/8 x 9-1/4, 396 pp. Suggested Price: $89.95 / £57.99
Textbook
Bayesian Ideas and Data Analysis An Introduction for Scientists and Statisticians Ronald Christensen, Wesley O. Johnson, Adam J. Branscum, and Timothy E. Hanson Series: Chapman & Hall/CRC Texts in Statistical Science
Emphasizing the use of WinBUGS and R to analyze real data, this text presents statistical tools to address scientific questions. It highlights foundational issues in statistics, the importance of making accurate predictions, and the need for scientists and statisticians to collaborate in analyzing data. The authors cover a large number of statistical models, explore numerical approximations via MCMC simulation, and include numerous exercises and realworld examples. The WinBUGS code provided offers a convenient platform to model and analyze a wide range of data. Code and other materials are available on the book’s website. Print ISBN: 978-1-4398-0354-7 eBook ISBN: 978-1-4398-0355-4 July 2010, 7 x 10, 516 pp. Suggested Price: $75.95 / £51.99
Print ISBN: 978-1-4398-9555-9 eBook ISBN: 978-1-4398-9556-6 November 2012, 6-1/8 x 9-1/4, 243 pp. Suggested Price: $93.95 / £59.99
Bayesian Phylogenetics Methods, Computational Algorithms, and Applications Edited by
Ming-Hui Chen, Lynn Kuo, and Paul O. Lewis Series: Chapman & Hall/CRC Mathematical & Computational Biology
Unique in its coverage of Bayesian phylogenics, this book covers advances in statistics as applied to the field of phylogenetics and coalescence-based population genetics. It is designed for statisticians who are working in phylogenetic or population genetic applications and biologists who are interested in the latest approaches to Bayesian modeling. The book includes contributions from the chief experts working in this area and provides a comprehensive overview of current research and directions for future exploration. Print ISBN: 978-1-4665-0079-2 March 2014, 6-1/8 x 9-1/4, 600 pp. Suggested Price: $99.95 / £63.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Gary Skuse Rochester Institute of Technology, New York, USA
Highlighting the many challenges of bioinformatics, specifically data access, security, confidentiality, and propriety, this timely book considers the changing ethical demands of those responsible for sensitive data. Practitioners increasingly engage in human healthrelated work—from clinical trials to genetic testing—all of which bring a minefield of issues. Examining a range of relevant issues, the book covers decision making in terms of access, implementation, and validation; application in the military and civilian arenas; and potential abuses and criminal uses, including sale of personal information to insurance companies. Print ISBN: 978-1-4398-1565-6 May 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $59.95 / £38.99
Computational and Visualization Techniques for Structural Bioinformatics using Chimera Forbes J. Burkowski University of Waterloo, Ontario, Canada Series: Chapman & Hall/CRC Mathematical & Computational Biology
This book emphasizes computer programs that analyze protein structural data with program output generating data files and visual feedback in the form of a molecular display. The theoretical part of the text considers both the mathematical models related to molecular structure and the computational strategies that work with these models to derive results. The practical part of the text presents UCSF Chimera as a “workbench” that provides a Python programming environment and the ability to see program output in the molecular display. The accompanying CD-ROM includes Python code, color figures, and session files for Chimera.
Computational Biology
Bioinformatics Ethics
Print ISBN: 978-1-4398-3661-3 April 2014, 6-1/8 x 9-1/4, 256 pp. Suggested Price: $79.95 / £49.99
Textbook
Biostatistics in Action Basic and Advanced Statistical Modeling Using SPSS Florin Vaida and Anya Umlauf
A Computational Model of Immune Response Filippo Castiglione IAC “M Picone”, Rome, Italy
University of California, San Diego, USA
Designed for medical researchers without a background in statistics, this text takes readers easily from basic boxplots and t-tests to linear and logistic regression and survival analysis to more complex generalized linear and nonlinear models and longitudinal data analysis. With many examples and data drawn from real biomedical research, the book focuses on practical statistical analyses using SPSS. It requires no prior statistical background and only assumes familiarity with elementary mathematics. A solutions manual and figures slides are available with qualifying course adoption. Print ISBN: 978-1-4398-7984-9 May 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $89.95 / £57.99
Franco Celada Hospital for Joint Diseases, New York, New York, USA
This book describes a computational model of the immune system reaction, C-ImmSim. The book presents the basic model as well as the various customizations to implement the description of different diseases and the way they have been used to produce new knowledge either from hypothesis or from experimental data. The book can be used as a practical guide to implement a computational model with which to study a specific disease and to try to address realistic clinical questions. Print ISBN: 978-1-4665-9748-8 June 2014, 6-1/8 x 9-1/4, 152 pp. Suggested Price: $99.95 / £63.99
Classification and Regression Trees Leo Breiman, Jerome Friedman, Charles J. Stone, and R.A. Olshen The methodology used to construct tree structured rules is the focus of this monograph. Unlike many other statistical procedures, which moved from pencil and paper to calculators, this text’s use of trees was unthinkable before computers. Both the practical and theoretical sides have been developed in the authors’ study of tree methods. Classification and Regression Trees reflects these two sides, covering the use of trees as a data analysis method, and in a more mathematical framework, proving some of their fundamental properties. Print ISBN: 978-0-412-04841-8 January 1984, 6-1/8 x 9-1/4, 368 pp., Soft Cover Suggested Price: $104.95 / £65.99
Computational Modelling of Objects Represented in Images III Fundamentals, Methods and Applications Edited by
Paolo Di Giamberardino and Daniela Iacoviello Università di Roma, Sapienza, Italy
João Manuel R.S. Tavares and R.M. Natal Jorge University of Porto, Portugal
Addressing different techniques such as optimization methods, geometry, finite element method, principal component analysis, stochastic methods, neural networks and fuzzy logic, this book is useful to researchers and students with multidisciplinary interests related to Computational Vision, Computational Mechanics, Medicine, Engineering, and Architecture. Print ISBN: 978-0-415-62134-2 eBook ISBN: 978-0-203-07537-1 August 2012, 6-3/4 x 9-3/4, 496 pp. Suggested Price: $230.00 / £146.00
For more information and a complete list of titles, visit us at www.crcpress.com
9
Computational Neuroscience
Data Analysis Using Stata
Simulated Demyelinating Neuropathies and Neuronopathies
Third Edition
Diana I. Stephanova
Social Science Research Center, Berlin, Germany
Institute of Biophysics and Biomedical Engineering, Sofia, Bulgaria
University of Maryland, College Park, USA
Bozhidar Dimitrov Institute for Population and Human Studies, Sofia, Bulgaria
Computational Biology 10
This book covers the computer simulation of demyelinating neuropathies and neuronopathies and compares models with clinical findings. Through the approximation of nerve excitation and conduction, the authors show how the versatile structure of nerve fibers relates to different modes of focal prospects, inward and outward currents, conduction velocity, and errant transmission. They also explain how mathematical models elucidate emerging fine distinctions between hereditary and acquired neuronal diseases.
Ulrich Kohler Frauke Kreuter A comprehensive introduction to both statistical methods and Stata, this text helps beginners learn the logic of data analysis and interpretation and easily become self-sufficient data analysts. It also offers tips and tricks for readers already familiar with Stata. Step by step, the book leads readers through the entire process of data analysis, covering the principles of Stata, data manipulation, graphical representation, and programs to automate repetitive tasks. This third edition also explores advanced topics such as standard errors in complex survey and multiple imputation.
Print ISBN: 978-1-4665-7832-6 eBook ISBN: 978-1-4665-7836-4 January 2013, 6-1/8 x 9-1/4, 148 pp. Suggested Price: $69.95 / £44.99
Print ISBN: 978-1-59718-110-5 August 2012, 6 x 9, 497 pp., Soft Cover Suggested Price: $79.95 / £49.99
Computational Systems Biology of Cancer
Discovering Structural Equation Modeling Using Stata 13
Emmanuel Barillot, Laurence Calzone, Philippe Hupe, Jean-Philippe Vert, and Andrei Zinovyev
(Revised Edition)
Series: Chapman & Hall/CRC Mathematical & Computational Biology
Alan C. Acock
Drawn from the authors’ decade-long work in the cancer computational systems biology laboratory at Institut Curie, this self-contained guide explains how to apply computational systems biology approaches to cancer research. Suitable for readers in both computational and life sciences, the book provides proven techniques and tools for cancer bioinformatics and systems biology research. It explores how computational systems biology can help fight cancer in three essential aspects: categorizing tumors, finding new targets, and designing improved and tailored therapeutic strategies.
This practical guide explores all the features of Stata’s sem command. This revised edition includes output, syntax, and instructions for fitting models with the Stata 13 SEM Builder. It shows how this graphical interface allows users to draw publication-quality path diagrams and fit the models without writing any programming code. Each model is presented along with the necessary Stata code. The datasets used are available for download online.
Print ISBN: 978-1-4398-3144-1 eBook ISBN: 978-1-4398-3145-8 August 2012, 6-1/8 x 9-1/4, 461 pp. Suggested Price: $83.95 / £51.99
Oregon State University, Corvallis, USA
Print ISBN: 978-1-59718-139-6 September 2013, 7-1/2 x 9-1/4, 306 pp., Soft Cover Suggested Price: $79.95 / £49.99
Computational Vision and Medical Image Processing IV
Dynamic Documents with R and knitr
VIPIMAGE 2013
Yihui Xie
Edited by
Joao Manuel RS Tavares and Jorge R.M. Natal University of Porto, Portugal
Providing a comprehensive coverage of the current state of the art in computational vision and medical image processing, this book is useful to academics, researchers and professionals in biomechanics, biomedical engineering, computational cision (image processing and analysis), computer csciences, computational mechanics, and medicine. Print ISBN: 978-1-138-00081-0 October 2013, 6-3/4 x 9-3/4, 492 pp. Suggested Price: $199.00 / £129.00
Iowa State University, Ames, USA Series: Chapman & Hall/CRC The R Series
Suitable for both beginners and advanced users, this book shows you how to write reports in simple languages such as Markdown. The reports range from homework, projects, exams, books, blogs, and web pages to any documents related to statistical graphics, computing, and data analysis. While familiarity with LaTeX and HTML is helpful, the book requires no prior experience with advanced programs or languages. For beginners, the text provides enough features to get started on basic applications. For power users, the last several chapters enable an understanding of the extensibility of the knitr package. Print ISBN: 978-1-4822-0353-0 eBook ISBN: 978-1-4822-0354-7 July 2013, 6-1/8 x 9-1/4, 216 pp., Soft Cover Suggested Price: $59.95 / £38.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Textbook
Textbook
Dynamical Models in Medicine
Extending the Linear Model with R
Yang Kuang Arizona State University, Tempe, USA
John Nagy Scottsdale Community College, Arizona, USA
Generalized Linear, Mixed Effects and Nonparametric Regression Models
Series: Chapman & Hall/CRC Mathematical & Computational Biology
Julian J. Faraway
This book presents the medical and biological background of several diseases, explores specific issues for modeling, and discusses existing modeling methods and their limitations. The authors introduce mathematical and programming tools, along with analytical and numerical studies of models. The book provides end-of-chapter exercises and projects, and problems with answers to test reader assimilations. The book is divided into three main sections that address mathematical oncology, mathematical immunology and virology, and dynamic diseases.
Series: Chapman & Hall/CRC Texts in Statistical Science
Print ISBN: 978-1-58488-990-8 June 2014, 6-1/8 x 9-1/4, 500 pp. Suggested Price: $79.95 / £49.99
Print ISBN: 978-1-58488-424-8 eBook ISBN: 978-0-203-49228-4 December 2005, 6-1/8 x 9-1/4, 312 pp. Suggested Price: $98.95 / £51.99
Event History Analysis with R
Flexible Imputation of Missing Data
Göran Broström Centre for Population Studies, Umeå University, Sweden Chapman & Hall/CRC The R Series
Linear models form the foundation of a vast range of statistical methodologies. This volume surveys the techniques that grow from the regression model, presenting three extensions to that framework: generalized linear models, mixed effect models, and nonparametric regression models. It provides a wellstocked toolbox of methodologies, and with its unique presentation of these very modern statistical techniques, holds the potential to break new ground in the way graduate-level courses in this area are taught.
Stef van Buuren TNO Quality of Life, Leiden, The Netherlands
With an emphasis on social science applications, this book presents an introduction to survival and event history analysis. It focuses on practical applications in the fields of demography, epidemiology, and econometrics. The text includes a wide range of real examples, with data available online and supported by a dedicated R package for performing all of the analyses. Keeping mathematical details to a minimum, the author covers key topics, including both discrete and continuous time data, parametric proportional hazards, and accelerated failure times. Print ISBN: 978-1-4398-3164-9 eBook ISBN: 978-1-4398-3167-0 April 2012, 6-1/8 x 9-1/4, 236 pp. Suggested Price: $83.95 / £51.99
Computational Biology
University of Bath, UK
Series: Chapman & Hall/CRC Interdisciplinary Statistics
A practical guide for handling missing data, this book provides a flexible and accessible framework for multiple imputation along with strategies for obtaining effective solutions to these problems. The text is supported by many examples using real data taken from the author’s vast research involving missing data. All of the analyses can be replicated in R using the dedicated package MICE, which was developed by the author. Topics covered include multiple imputation, multivariate and univariate missing data, as well as issues of measurement, selection, and longitudinal data. Print ISBN: 978-1-4398-6824-9 eBook ISBN: 978-1-4398-6825-6 March 2012, 6-1/8 x 9-1/4, 342 pp. Suggested Price: $93.95 / £59.99
11 Exploratory Data Analysis with MATLAB® Second Edition Wendy L. Martinez, Angel Martinez, and Jeffrey Solka
Formal Cell Biology An Introduction to Formal Methods in Systems Biology Francois Fages INRIA Paris Rocquencourt, France
Series: Chapman & Hall/CRC Computer Science & Data Analysis
Series: Chapman & Hall/CRC Mathematical & Computational Biology
Like its bestselling predecessor, this second edition continues to use numerous examples and applications to show how EDA methods are used in practice. This edition covers many innovative approaches for dimensionality reduction, clustering, and visualization, including nonnegative matrix factorization, linear discriminant analysis, curvilinear component analysis, independent component analysis, smoothing splines, probabilistic latent semantic analysis, spectral-based clustering, a rangefinder boxplot, scatterplots with marginal histograms, biplots, and Andrews’ images method. MATLAB® codes are available for download on the book’s website.
This book explores the use of concepts and tools from theoretical computer science to tackle the complexity of cell processes. In a unified framework, it presents the different modeling formalisms of systems biology, emphasizing their formal relationships by abstraction functions and putting them into practice for building predictive models of cell functions. With exercises and computational models, the book reflects the author’s many years of researching, developing, and applying computer science methods in systems biology.
Print ISBN: 978-1-4398-1220-4 eBook ISBN: 978-1-4398-1221-1 December 2010, 6-1/8 x 9-1/4, 530 pp. Suggested Price: $98.95 / £62.99
Print ISBN: 978-1-4665-0584-1 November 2014, 6-1/8 x 9-1/4, 306 pp. Suggested Price: $89.95 / £57.99
For more information and a complete list of titles, visit us at www.crcpress.com
Textbook
Foundational and Applied Statistics for Biologists Using R Ken A. Aho Idaho State University, Pocatello, USA
Computational Biology
Taking a biological perspective, this text provides an introduction to foundational topics in science, probability, and mathematical statistics for advanced undergraduate and graduate students in biology and related fields. It offers comprehensive background material in probability and mathematical statistics, emphasizing Bayesian methods and biological applications throughout. The author discusses relevant issues in the philosophy of science as well as the design of effective experiments. He also uses an R package specifically developed to demonstrate ideas presented in the book. Print ISBN: 978-1-4398-7338-0 December 2013, 7 x 10, 616 pp. Suggested Price: $69.95 / £44.99
Textbook
Foundations of Statistical Algorithms Claus Weihs, Olaf Mersmann, and Uwe Ligges Technical University of Dortmund, Germany Series: Chapman & Hall/CRC Computer Science & Data Analysis
Reviewing the historical development of basic algorithms to illuminate the evolution of today’s more powerful statistical algorithms, this comprehensive textbook emphasizes recurring themes in all statistical algorithms including computation, assessment and verification, iteration, intuition, randomness, repetition and parallelization, and scalability. Unique in scope, it touches on topics not usually covered in similar books, namely, systematic verification and the scaling of many established techniques to very large databases. Broadly accessible, it offers examples, exercises, and selected solutions in each chapter as well as access to a supplementary website.
12
Generalized Estimating Equations Second Edition James W. Hardin University of South Carolina, Columbia, USA
Joseph M. Hilbe California Institute of Technology, Pasadena, USA
This second edition of a bestseller incorporates comments and suggestions from a variety of sources, including the Statistics.com course on longitudinal and panel models taught by the authors. Along with doubling the number of end-of-chapter exercises, this edition offers more thorough coverage of hypothesis testing and diagnostics, expands discussion of various models associated with GEE, and provides a new presentation of model selection procedures. Numerous examples are employed throughout the text, along with the software code used to create, run, and evaluate the models being examined. Print ISBN: 978-1-4398-8113-2 eBook ISBN: 978-1-4398-8114-9 December 2012, 6-1/8 x 9-1/4, 277 pp. Suggested Price: $93.95 / £59.99
Genome Annotation Jung Soh, Paul M.K. Gordon, and Christoph W. Sensen University of Calgary, Alberta, Canada Series: Chapman & Hall/CRC Mathematical & Computational Biology
This thorough overview explores automated genome analysis and annotation from its origins to the challenges of next-generation sequencing data analysis. It explains how current analysis strategies were developed, including sequencing strategies, statistical models, and early annotation systems. The authors then present visualization techniques for displaying integrated results as well as state-of-the-art annotation tools, including MAGPIE, Ensembl, Bluejay, and Galaxy. They also discuss the pipelines for the analysis and annotation of complex, next-generation DNA sequencing data. MAGPIE and Bluejay are available on a CD-ROM.
Print ISBN: 978-1-4398-7885-9 December 2013, 6-1/8 x 9-1/4, 483 pp. Suggested Price: $79.95 / £38.99
Print ISBN: 978-1-4398-4117-4 eBook ISBN: 978-1-4398-4118-1 August 2012, 6-1/8 x 9-1/4, 270 pp. Suggested Price: $93.95 / £59.99
Game-Theoretical Models in Biology
Growth Curve Analysis and Visualization Using R
Mark Broom
Daniel Mirman
City University, London, UK
Moss Rehabilitation Institute, Elkins Park, Pennsylvania, USA
Jan Rychtar
Series: Chapman & Hall/CRC The R Series
University of North Carolina at Greensboro, USA Series: Chapman & Hall/CRC Mathematical & Computational Biology
Covering the major topics of evolutionary game theory, this text presents both abstract and practical mathematical models of real biological situations. Suitable for readers studying and working at the interface of mathematics and the life sciences, it shows how evolutionary game theory is used in the modeling of diverse biological phenomena. The authors discuss the static aspects of game theory in a mathematically rigorous way that is appealing to mathematicians. In addition, they explore many applications of game theory to biology, making the text useful to biologists as well. Print ISBN: 978-1-4398-5321-4 eBook ISBN: 978-1-4398-5322-1 March 2013, 6-1/8 x 9-1/4, 520 pp. Suggested Price: $79.95 / £39.99
Accessible to quantitative psychology researchers, this book introduces growth curve analysis (GCA) methods for applications in the behavioral sciences. It introduces the challenges involved with this type of data, discusses the basics of GCA, and explains how the methods can be used to analyze the data. The book takes a very practical approach, emphasizing visualization and keeping mathematical details to a minimum. It includes many real data examples from cognitive science and social psychology and integrates R code for the implementation of the methods. Print ISBN: 978-1-4665-8432-7 March 2014, 6-1/8 x 9-1/4, 200 pp. Suggested Price: $79.95 / £49.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Handbook of Markov Chain Monte Carlo
A Handbook of Statistical Analyses using SAS
Edited by
Third Edition
Series: Chapman & Hall/CRC Handbooks of Modern Statistical Methods
Handbook of Markov Chain Monte Carlo brings together the major advances that have occurred in recent years while incorporating enough introductory material for new users of MCMC. Along with thorough coverage of the theoretical foundations and algorithmic and computational methodology, this comprehensive handbook includes substantial realistic case studies from a variety of disciplines. These case studies demonstrate the application of MCMC methods and serve as a series of templates for the construction, implementation, and choice of MCMC methodology.
Geoff Der University of Glasgow, Scotland, UK
Brian S. Everitt King’s College, University of London, UK
Still the go-to resource for learning how to use SAS for many kinds of statistical analysis, this third edition of a bestseller explains how to conduct a range of statistical analyses using SAS. It illustrates each type of analysis with numerous real-world data examples. This edition presents the graphics procedures of SAS 9.2. It also includes more end-of-chapter exercises and selected answers in the appendix, along with a solutions manual that provides SAS code, output, and comments. The SAS programs and data sets used in the book are available online.
Print ISBN: 978-1-4200-7941-8 eBook ISBN: 978-1-4200-7942-5 May 2011, 7 x 10, 619 pp. Suggested Price: $109.95 / £69.99
Print ISBN: 978-1-58488-784-3 December 2008, 6-1/8 x 9-1/4, 392 pp., Soft Cover Suggested Price: $68.95 / £43.99
Handbook of SAS® DATA Step Programming
Handbook of Statistical Analyses Using Stata
Arthur Li
Fourth Edition
City of Hope National Medical Center, Los Angeles, California, USA
Sophia Rabe-Hesketh
This handbook shows readers how best to manage and manipulate data by using the DATA step in SAS, helping them avoid common problems when creating SAS data sets. The author explains that learning syntax does not solve all problems; rather, a thorough comprehension of SAS processing is needed for successful programming. He also guides readers through a programming task. In most of the examples, the author first presents strategies and steps for solving the problem, then offers a solution, and finally gives a more detailed explanation of the solution. Print ISBN: 978-1-4665-5238-8 eBook ISBN: 978-1-4665-5239-5 April 2013, 6-1/8 x 9-1/4, 275 pp. Suggested Price: $59.95 / £38.99
University of California, Berkeley, USA
Brian S. Everitt King’s College, University of London, UK
The fourth edition of this highly acclaimed and perpetually bestselling text demonstrates how a wide variety of statistical analyses, including descriptive statistics, graphics, and model estimation and diagnostics, can be performed using Stata version 9. The authors present many of Stata’s novel features, including a new mixed-models estimation command and a new matrix language. This edition also contains additional exercises that use various data sets and numerous examples of real-life data, enabling a better understanding of the methodology. The book offers selected solutions in an appendix. Print ISBN: 978-1-58488-756-0 eBook ISBN: 978-1-4665-8057-2 November 2006, 6 x 9, 352 pp., Soft Cover Suggested Price: $75.95 / £48.99
A Handbook of Statistical Analyses using R
A Handbook of Statistical Graphics Using SAS
Third Edition
Geoff Der University of Glasgow, Scotland, UK
Brian S. Everitt Institute of Psychiatry, King’s College, London, UK
Torsten Hothorn Universitaet Zuerich, Switzerland
One of the leading references on analyzing data using R, this third edition has been updated with much more descriptive text to support the computer code. Along with many new references, datasets, and exercises, this edition also includes new chapters on Bayesian methods, missing data and imputation, and spatial methods. The book is supported by an R package and provides all the data and code online. Print ISBN: 978-1-4822-0458-2 June 2014, 6-1/8 x 9-1/4, 425 pp., Soft Cover Suggested Price: $64.95 / £39.99
Computational Biology
Steve Brooks, Andrew Gelman, Galin Jones, and Xiao-Li Meng
Brian S. Everitt Institute of Psychiatry, King’s College, London, UK
This handbook shows how to use SAS to create many different types of useful statistical graphics for exploring data and diagnosing fitted models. The book focuses on the relatively new SAS ODS graphics, including graphs that are produced routinely via ODS and more tailored graphics. Each chapter deals graphically with several sets of data from a wide variety of areas and includes exercises. Print ISBN: 978-1-4665-9903-1 April 2014, 6-1/8 x 9-1/4, 250 pp. Suggested Price: $69.95 / £44.99
For more information and a complete list of titles, visit us at www.crcpress.com
13
Handbook of Univariate and Multivariate Data Analysis with IBM SPSS Second Edition Robert Ho Assumption University of Thailand, Bangkok
Computational Biology
This accessible handbook explains how to apply statistical tests to experimental findings, identify the assumptions underlying the tests, and interpret the findings. Updated with the SPSS statistical package for Windows, this second edition now covers more topics, including tests of assumptions and how to deal with missing data. It also offers three new chapters on multiple discriminant analysis, logistic regression, and canonical correlation and expands coverage of factor analysis, path analysis, and structural equation modeling. Print ISBN: 978-1-4398-9021-9 November 2013, 6-1/8 x 9-1/4 Suggested Price: $89.95 / £57.99
Handling Missing Data in Social Research Scott M. Lynch J. Scott Brown Series: Chapman & Hall/CRC Statistics in the Social and Behavioral Sciences
14
In Silico Bees Edited by
James Devillers CTIS, Rillieux La Pape, France
The honey bee is critically important for ecosystem function and biodiversity maintenance through its pollinating activity. This book provides a collection of computational methods to those primarily interested in the study of the ecology, ethology, and ecotoxicology of bees. Avoiding mathematical jargon, it presents numerous case studies to enable readers to understand the appropriateness but also the limitations of models in theoretical and applied bee research. Written by an international team of experts, this book covers the main types of modeling approaches that can be used in terrestrial ecology and applied ecotoxicology. Print ISBN: 978-1-4665-1787-5 January 2014, 6-1/8 x 9-1/4, 320 pp. Suggested Price: $119.95 / £76.99
Interpreting and Visualizing Regression Models Using Stata Michael N. Mitchell UCLA Academic Technology Services Consulting Group, California, USA
For social scientists, it is often confusing how to determine when missing data is a problem in analyses and how to handle it. This book presents a comprehensive overview of the available methods, focusing on which method should be used for specific problems. It features numerous real and simulated data examples to illustrate how the methods can be applied once the appropriate technique has been determined. It also includes exercises, computer-based problems, and suggestions for further reading. R code and the data sets are available on the book’s website.
Michael Mitchell’s Interpreting and Visualizing Regression Models Using Stata provides a clear treatment of how to carefully present results from model-fitting in a wide variety of settings. It is a boon to anyone who has to present the tangible meaning of a complex model in a clear fashion, regardless of the audience. As an example, many experienced researchers start to squirm when asked to give a simple explanation of the applied meaning of interactions in nonlinear models such as logistic regression. The tools in Mitchell’s book make this task much more enjoyable and comprehensible.
Print ISBN: 978-1-4398-7396-0 June 2014, 6-1/8 x 9-1/4, 320 pp. Suggested Price: $69.95 / £44.99
Print ISBN: 978-1-59718-107-5 April 2012, 6 x 9, 558 pp., Soft Cover Suggested Price: $79.95 / £49.99
Implementing Reproducible Research
Introduction to Biological Networks
Edited by
Alpan Raval
Victoria Stodden, Friedrich Leisch, and Roger D. Peng
Claremont Graduate University, California, USA
Chapman & Hall/CRC The R Series
In many of today’s research fields, including biomedicine, computational tools are increasingly being used so that the results can be reproduced. Researchers are now encouraged to incorporate software, data, and code in their academic papers so that others can replicate their research results. Edited by three pioneers in this emerging area, this book is the first one to explore this groundbreaking topic. It presents various computational tools useful in research, including cloud computing, data repositories, virtual machines, R’s Sweave function, XML-based programming, and more. It also discusses legal issues and case studies. Print ISBN: 978-1-4665-6159-5 March 2014, 6-1/8 x 9-1/4, 448 pp. Suggested Price: $79.95 / £49.99
Animesh Ray Keck Graduate Institute, Claremont, California, USA Series: Chapman & Hall/CRC Mathematical & Computational Biology
With many examples throughout and clear explanations of key concepts, this book focuses on the concept of molecular and genetic interaction networks as a paradigm for interpreting the complexity of molecular biology at a genomic scale. The authors describe the experimental methods used to discover and test networks of interaction among biological molecules. They also present computational methods for predicting the interaction networks, discuss general mechanisms of network formation and evolution, and explore the application of network approaches to important problems in biology and medicine. Print ISBN: 978-1-58488-463-7 eBook ISBN: 978-1-4200-1036-7 April 2013, 6-1/8 x 9-1/4, 335 pp. Suggested Price: $79.95 / £49.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Introduction to Proteins
An Introduction to the Bootstrap
Structure, Function, and Motion
Bradley Efron and Robert J. Tibshirani
Amit Kessel
Stanford University, Palo Alto, California, USA Series: Chapman & Hall/CRC Monographs on Statistics & Applied Probability
Nir Ben-Tal Tel Aviv University, Israel Series: Chapman & Hall/CRC Mathematical & Computational Biology
With more than 350 color images throughout, this text presents a unified, in-depth treatment of the relationship between the structure, dynamics, and function of proteins. Taking a structural–biophysical approach, the authors discuss the molecular interactions and thermodynamic changes that transpire in these highly complex molecules. They use numerous proteins as examples to illustrate the topics and principles and to show how proteins can be analyzed in multiple ways. Downloadable questions for each chapter are available at crcpress.com. Print ISBN: 978-1-4398-1071-2 eBook ISBN: 978-1-4398-1072-9 December 2010, 7 x 10, 654 pp. Suggested Price: $91.95 / £58.99
An Introduction to the Bootstrap arms scientists, engineers, and statisticians with the computational techniques they need to analyze and understand complicated data sets. The bootstrap is a computerbased method of statistical inference that answers statistical questions without formulas and gives a direct appreciation of variance, bias, coverage, and other probabilistic phenomena. This book presents an overview of the bootstrap and related methods for assessing statistical accuracy, concentrating on the ideas rather than their mathematical justification. Print ISBN: 978-0-412-04231-7 May 1994, 6 x 9, 456 pp. Suggested Price: $129.95 / £84.00
Introduction to Quantum Biology
Introduction to Time Series using Stata
Victor Anisimov and James J.P. Stewart
Sean Becketti
This book introduces readers to the theory and methodology of quantum-mechanical modeling of chemical and biological systems. Given the immense complexity of such systems, there is a constant search for new methods. The goal of this text is to derive approximate (semi-empirical) methods to address this class of problems and to provide insight for their continued development. The authors cover such important topics as molecular dynamics, high performance computing, free energy calculations, statistical mechanics, long-range electrostatics, and many-electron systems.
Introduction to Time Series Using Stata provides a step-by-step guide to essential timeseries techniques—from the incredibly simple to the quite complex—and, at the same time, demonstrates how these techniques can be applied in the Stata statistical package. The emphasis is on an understanding of the intuition underlying theoretical innovations and an ability to apply them. Realworld examples illustrate the application of each concept as it is introduced, and care is taken to highlight the pitfalls, as well as the power, of each new tool.
Print ISBN: 978-1-4398-3905-8 January 2014, 6-1/8 x 9-1/4, 432 pp. Suggested Price: $99.95 / £63.99
Computational Biology
Es-is Technologies Ltd., Givatayim, Israel
Print ISBN: 978-1-59718-132-7 January 2013, 7-1/4 x 9-1/4, 741 pp., Soft Cover Suggested Price: $79.95 / £49.99
15 Introduction to Bio-Ontologies
Textbook
An Introduction to Systems Biology
Peter N. Robinson and Sebastian Bauer Charite Universitatsmedizin Berlin, Germany
Design Principles of Biological Circuits Uri Alon Weizmann Institute of Science, Rehovot, Israel Series: Chapman & Hall/CRC Mathematical & Computational Biology
Highlighting simple, recurring circuit elements that make up a network, this book presents current design principles that govern the structure and behavior of biological networks such as gene circuits. It provides a quantitative theory for which circuits are found in a given environment and a mathematical framework for understanding and designing biological circuits. Requiring only knowledge of basic mathematics, it includes a review of necessary background material and introduces the concepts, principles, and mathematical tools that will drive future developments in the field. Print ISBN: 978-1-58488-642-6 eBook ISBN: 978-1-4200-1143-2 July 2006, 7 x 10, 320 pp., Soft Cover Suggested Price: $65.95 / £41.99
Series: Chapman & Hall/CRC Mathematical & Computational Biology
Exploring the computational background of ontologies, this book helps readers understand ontological algorithms and their applications. It describes a host of bio-ontologies, including gene ontology and human phenotype ontology. The authors cover graph and inference algorithms and explain how these algorithms are used in biological and biomedical applications. They also offer overviews of the R programming language and the W3C standards of XML, RDF, and OWL. Along with extensive references and many exercises, the book provides access to software and data on a supporting website. Print ISBN: 978-1-4398-3665-1 eBook ISBN: 978-1-4398-3666-8 June 2011, 6-1/8 x 9-1/4, 517 pp. Suggested Price: $83.95 / £51.99
For more information and a complete list of titles, visit us at www.crcpress.com
Latent Markov Models for Longitudinal Data
Textbook
Francesco Bartolucci, Alessio Farcomeni, and Fulvia Pennoni
Joseph M. Hilbe
Series: Chapman & Hall/CRC Statistics in the Social and Behavioral Sciences
Series: Chapman & Hall/CRC Texts in Statistical Science
Computational Biology
Drawing on the authors’ extensive research in the analysis of categorical longitudinal data, this book focuses on the formulation of latent Markov models and the practical use of these models. It demonstrates how to use the models in three types of analysis, with numerous examples illustrating how latent Markov models are used in economics, education, sociology, and other fields. The R and MATLAB® routines used for the examples are available on the authors’ website. Print ISBN: 978-1-4398-1708-7 October 2012, 6-1/8 x 9-1/4, 252 pp. Suggested Price: $93.95 / £59.99
Linear Mixed Models A Practical Guide Using Statistical Software Brady T. West, Kathleen B. Welch, and Andrzej T Galecki University of Michigan, Ann Arbor, USA
This easy-to-use resource provides a clear explanation of mixed modeling techniques and theories and demonstrates the use of popular statistical software procedures for fitting linear mixed models (LMMs). The authors fit LMMs based on both general and hierarchical model specifications, develop the model-building process step by step, and demonstrate the estimation, testing, and interpretation of fixed-effect parameters and covariance parameters associated with random effects. These concepts are illustrated through examples of real-world data sets using R, SAS, SPSS, HLM, and Stata. A supporting website provides software code and the data sets discussed in the book.
16
Logistic Regression Models California Institute of Technology, Pasadena, USA
This text presents an overview of the full range of logistic models, including binary, proportional, ordered, and categorical response regression procedures. It illustrates how to apply the models to medical, health, environmental/ecological, physical, and social science data. Stata is used to develop, evaluate, and display most models while R code is given at the end of most chapters. The author examines the theoretical foundation of the models and describes how each type of model is established, interpreted, and evaluated as to its goodness of fit. Example data sets are available online in various formats. Print ISBN: 978-1-4200-7575-5 eBook ISBN: 978-1-4398-8960-2 May 2009, 6-1/8 x 9-1/4, 656 pp. Suggested Price: $91.95 / £58.99
Managing Your Biological Data with Python Allegra Via Kristian Rother Adam Mickiewicz University, Poznan, Poland
Anna Tramontano University of Rome, Sapienza, Italy Series: Chapman & Hall/CRC Mathematical & Computational Biology
For end-users of bioinformatics databases and tools, this book explains how to independently manage large biological data sets with Python. It covers basic aspects of computer usage as well as the simple programming of Python, showing how to use Python for biological data analysis, web interfacing of databases and scripts, and much more. The text includes many exercises and coding examples, making it ideal for self-study and classroom use. Code is also available on the authors’ website.
Print ISBN: 978-1-58488-480-4 eBook ISBN: 978-1-4200-1043-5 November 2006, 7 x 10, 376 pp. Suggested Price: $104.95 / £65.99
Print ISBN: 978-1-4398-8093-7 December 2013, 6-1/8 x 9-1/4, 320 pp., Soft Cover Suggested Price: $69.95 / £44.99
Textbook
Markov Chain Monte Carlo
Linear Models with R Julian J. Faraway University of Bath, UK Series: Chapman & Hall/CRC Texts in Statistical Science
One of the first books to directly use R to teach data analysis, this text focuses on the practice of regression and analysis of variance. It demonstrates the different methods available and in which situations each one applies. The book covers the basics of estimation, missing data, factorial designs, and block designs. The presentation incorporates examples that clarify both the use of each technique and the conclusions one can draw from the results. All of the data sets used in the book are available for download online. Print ISBN: 978-1-58488-425-5 eBook ISBN: 978-1-4822-2837-3 August 2004, 6-1/8 x 9-1/4, 240 pp. Suggested Price: $96.95 / £51.99
Stochastic Simulation for Bayesian Inference, Second Edition Dani Gamerman University Federal Do Rio de Janeiro, Brazil
Hedibert F. Lopes University of Chicago, Illinois, USA Series: Chapman & Hall/CRC Texts in Statistical Science
This book presents a concise, accessible, and comprehensive introduction to the methods of this valuable simulation technique. This second edition includes many new examples in the chapters on Gibbs sampling and Metropolis-Hastings algorithms. It incorporates all the recent developments in MCMC, including reversible jump, slice sampling, bridge sampling, path sampling, multiple-try, and delayed rejection. It also features many worked examples and discusses computation using both R and WinBUGS. With additional exercises and selected solutions within the text, it offers all data sets and software for download from the web. Print ISBN: 978-1-58488-587-0 May 2006, 6-1/8 x 9-1/4, 344 pp. Suggested Price: $87.95 / £58.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Mean Field Simulation for Monte Carlo Integration
Microarray Image and Data Analysis
Pierre Del Moral
Theory and Practice
Series: Chapman & Hall/CRC Monographs on Statistics & Applied Probability
This book presents the first comprehensive and modern mathematical treatment of these mean field particle models, including refined convergence analysis on nonlinear Markov chain models. It also covers applications related to parameter estimation in hidden Markov chain models, stochastic optimization, nonlinear filtering and multiple target tracking, stochastic optimization, calibration and uncertainty propagations in numerical codes, rare event simulation, financial mathematics, and free energy and quasi-invariant measures arising in computational physics and population biology. Print ISBN: 978-1-4665-0405-9 eBook ISBN: 978-1-4665-0417-2 May 2013, 6-1/8 x 9-1/4, 626 pp. Suggested Price: $99.95 / £63.99
Edited by
Luis Rueda Series: Digital Imaging and Computer Vision
This book overviews microarray image analysis, covering different types of microarrays such as cDNA, protein, tissue, and low- and high-density oligonucleotide arrays. Broad in scope, the book covers the most important aspects of microarray image analysis, including gridding, segmentation, quantification, normalization, clustering, and network analysis. Print ISBN: 978-1-4665-8682-6 June 2014, 6-1/8 x 9-1/4, 700 pp. Suggested Price: $99.95 / £63.99
Medical Applications of Artificial Intelligence
Molecular Modeling at the Atomic Scale
Edited by
Methods and Applications in Quantitative Biology
Arvin Agah University of Kansas, Lawrence, USA
Edited by
Artificial Intelligence (AI) techniques have been successfully applied to the medical domain, and AI systems are being integrated into healthcare. Consistent and easily mass produced, AI systems can make providing healthcare more accurate, less expensive, more available, and more efficient. Organized into three sections—AI techniques, applications, and medical domains—this book covers the history, present, and future of AI systems in the medical system. Print ISBN: 978-1-4398-8433-1 November 2013, 7 x 10, 526 pp. Suggested Price: $149.95 / £95.00
Ruhong Zhou IBM T.J. Watson Research Center, Yorktown Heights, New York, USA Series: Series in Computational Biophysics
Developments in molecular modeling from experimental and computational techniques have enabled a wide range of biological applications. This timely summary reflects the recent advances in bridging novel algorithms and high performance computing with characterization of important biological processes, such as folding dynamics of key proteins. It encompasses the perspectives of leading experts on this transformation in molecular biology, illustrating with state of the art examples how molecular modeling approaches are being applied to critical questions in modern quantitative biology. Print ISBN: 978-1-4665-6295-0 June 2014, 7 x 10, 350 pp. Suggested Price: $99.95 / £63.99
Methods of Statistical Model Estimation
Multilevel Modeling Using R W. Holmes Finch and Jocelyn E. Bolin Ball State University, Muncie, Indiana, USA
Joseph Hilbe California Institute of Technology, Pasadena, USA
Andrew Robinson University of Melbourne, Parkville, Australia
This book examines the most important and popular methods used to estimate parameters for statistical models and provide informative model summary statistics. Designed for R users, the book is also ideal for anyone wanting to better understand the algorithms used for statistical model fitting. It presents algorithms for the estimation of a variety of useful regression procedures using maximum likelihood estimation, iteratively reweighted least squares regression, the EM algorithm, and MCMC sampling. Fully developed, working R code is constructed for each method. Print ISBN: 978-1-4398-5802-8 eBook ISBN: 978-1-4398-5803-5 May 2013, 6-1/8 x 9-1/4, 255 pp. Suggested Price: $89.95 / £57.99
Computational Biology
University of Bordeaux, Talence, France
Ken Kelley University of Notre Dame, Indiana, USA
This book presents the theory and practice of major multilevel modeling techniques in a variety of contexts using R as the software tool. It describes the applications and extensions of multilevel modeling with special emphasis on the use of R to conduct the analyses and interpret the resulting output. The book is designed for researchers, data analysts, and upper-level undergraduate and graduate students taking a course on multilevel modeling or statistical modeling. Print ISBN: 978-1-4665-1585-7 April 2014, 6-1/8 x 9-1/4, 250 pp., Soft Cover Suggested Price: $49.95 / £31.99
For more information and a complete list of titles, visit us at www.crcpress.com
17
Multilevel and Longitudinal Modeling Using Stata
Multiple Factor Analysis by Example Using R
Volumes I and II: Third Edition
Jérôme Pagès
Sophia Rabe-Hesketh University of California, Berkeley, USA
Anders Skrondal London School of Economics, UK
Computational Biology
This two-volume set examines Stata’s treatment of generalized linear mixed models, also known as multilevel or hierarchical models. These models are “mixed” because they allow fixed and random effects, and they are “generalized” because they are appropriate for continuous Gaussian responses as well as binary, count, and other types of limited dependent variables. Volume I covers continuous Gaussian linear mixed models and has nine chapters. The chapters are organized in four parts. Volume II discusses generalized linear mixed models for binary, categorical, count, and survival outcomes. Buy the Set and Save!
Print ISBN: 978-1-59718-108-2 April 2012, 7 3/8 x 9 1/4, Soft Cover Suggested Price: $149.95 / £95.00
Chapman & Hall/CRC The R Series
Multiple factor analysis (MFA) is an extension of classical factor analysis used when the data is structured in a group, such as in a questionnaire that covers various topics with several questions under each topic. This kind of data occurs in numerous social and behavioral science areas, including education, psychology, and sensory science. Written by the original developer of the methodology, this book illustrates how to use MFA for studying data. It presents an overview of the methodology and includes many worked examples and an R package for the analyses. Print ISBN: 978-1-4822-0547-3 April 2014, 6-1/8 x 9-1/4, 250 pp. Suggested Price: $89.95 / £57.99
Multilevel and Longitudinal Modeling Using Stata
Multivariate Survival Analysis and Competing Risks
Volume I: Continuous Responses, Third Edition
Martin Crowder
Sophia Rabe-Hesketh and Anders Skrondal Volume I is devoted to continuous Gaussian linear mixed models and has nine chapters. The chapters are organized in four parts. The first part provides a review of the methods of linear regression. The second part provides an indepth coverage of the two-level models, the simplest extensions of a linear regression model. The mixed-model foundation and the in-depth coverage of the mixed-model principles provided in volume I for continuous outcomes, make it straightforward to transition to generalized linear mixed models for noncontinuous outcomes described in Volume II.
18
Agrocampus-Ouest, Rennes, France
Print ISBN: 978-1-59718-103-7 April 2012, 7 3/8 x 9 1/4, 514 pp., Soft Cover Suggested Price: $89.95 / £57.99
Imperial College, University of London, UK Series: Chapman & Hall/CRC Texts in Statistical Science
Suitable for graduate students and researchers in statistics and biostatistics as well as those in the medical field, epidemiology, and social sciences, this book introduces univariate survival analysis and extends it to the multivariate case. It also covers competing risks and counting processes and provides many real-world examples, exercises, and R code. The text discusses survival data, survival distributions, frailty models, parametric methods, multivariate data and distributions, copulas, continuous failure, parametric likelihood inference, and non- and semi-parametric methods. Print ISBN: 978-1-4398-7521-6 eBook ISBN: 978-1-4398-7522-3 April 2012, 6-1/8 x 9-1/4, 417 pp. Suggested Price: $104.95 / £66.99
Multilevel and Longitudinal Modeling Using Stata
Next Generation Sequencing
Volume II: Categorical Responses, Counts, and Survival, Third Edition
Edited by
Sophia Rabe-Hesketh
Series: Chapman & Hall/CRC Mathematical & Computational Biology
University of California, Berkeley, USA
Anders Skrondal London School of Economics, UK
Volume II is devoted to generalized linear mixed models for binary, categorical, count, and survival outcomes. The second volume has seven chapters also organized in four parts. The first three parts in volume II cover models for categorical responses, including binary, ordinal, and nominal (a new chapter); models for count data; and models for survival data, including discrete-time and continuous-time (a new chapter) survival responses. The final part in volume II describes models with nested and crossed-random effects with an emphasis on binary outcomes. Print ISBN: 978-1-59718-104-4 April 2012, 7 3/8 x 9 1/4, 484 pp., Soft Cover Suggested Price: $89.95 / £57.99
Platforms, Resources and Data Analysis Jennifer S. McDowall and Elizabeth Campbell
This volume presents both technical details and biologically based case studies that help put the technology of next generation sequencing (NGS) into perspective. It guides readers through the many different platforms of NGS technology, explaining the potential benefits and problems. The book also covers the data resources available and data analysis, including current resequencing protocols. The remainder of the book presents case studies from leading experts who provide a pragmatic problem-solving focus for a variety of biological and medical research subjects. Print ISBN: 978-1-4398-7545-2 June 2014, 6-1/8 x 9-1/4, 306 pp. Suggested Price: $69.95 / £44.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Nonparametric Statistical Methods Using R
Textbook
John Kloke
María Dolores Ugarte and Ana F. Militino
University of Pittsburgh, Pennsylvania, USA
Public University of Navarre, Pamplona, Spain
Joseph McKean
Alan T. Arnholt
Western Michigan University, Kalamazoo, USA
Appalachian State University, Boone, North Carolina, USA
Chapman & Hall/CRC The R Series
With numerous real-world examples, carefully explained proofs, end-of-chapter problems, and illuminating graphs, this text shows how to solve various statistical problems using both parametric and nonparametric techniques via the open source software R. It includes the R and S-PLUS commands and explains the mathematics behind computational implementations. The authors cover traditional methods and nonparametric techniques, including goodness-of-fit tests, categorical data analysis, nonparametric bootstrapping, and permutation tests. They also offer data sets, functions, and other ancillary material on a supporting website.
Focusing on robust rank-based nonparametric methods, this book covers rank-based fitting and testing for models ranging from simple location models to general linear models for uncorrelated and correlated responses. Illustrated with real data examples using R, each chapter includes a short problem set with data sets. The corresponding example codes are available online. Accessible to nonspecialists, the book also offers an appendix with the technical details of the geometry of rank-based estimation. Print ISBN: 978-1-4398-7343-4 May 2014, 6-1/8 x 9-1/4, 200 pp., Soft Cover Suggested Price: $59.95 / £38.99
Print ISBN: 978-1-58488-891-8 eBook ISBN: 978-1-4398-8944-2 April 2008, 7 x 10, 728 pp. Suggested Price: $104.95 / £65.99
Textbook
Textbook
Nonparametric Statistics for Social and Behavioral Sciences
Quantitative Biology
M. Kraska-Miller
Edited by
Auburn University, Alabama, USA
Michael E. Wall
Designed for upper undergraduate and graduate students, this textbook covers the concepts, principles, and procedures used in performing nonparametric statistical procedures. It presents many demonstrations, examples, and exercises. SPSS screen shots are used to demonstrate steps of the procedures and interpret the results. Each chapter includes a summary, exercises, and references. A solutions manual and figure slides are available upon qualifying course adoption.
Los Alamos National Laboratory, New Mexico, USA
Print ISBN: 978-1-4665-0760-9 December 2013, 6-1/8 x 9-1/4, 246 pp. Suggested Price: $89.95 / £57.99
From Molecular to Cellular Systems
Series: Chapman & Hall/CRC Mathematical & Computational Biology
Providing an overview of quantitative biology, this book presents practical tools for the observation, modeling, design, and manipulation of biological systems from the molecular to cellular levels. It offers an introduction to fundamental concepts and computational, mathematical, and experimental studies of molecular and cellular behavior. The first section covers basic, integrative concepts that form the foundation of the field. The next section reviews methods in quantitative biology and case studies of specific systems. The last section focuses on important biological systems where modern quantitative methods are making an impact. Print ISBN: 978-1-4398-2722-2 eBook ISBN: 978-1-4665-7921-7 August 2012, 7 x 10, 392 pp. Suggested Price: $93.95 / £59.99
Polytope Projects Octavian Iordache
Textbook
Polystochastic, Montreal, Canada
How do you know what works and what doesn’t? This book contains case studies highlighting the power of polytope projects for complex problem solving. Any sort of combinational problem characterized by a large variety of possibly complex constructions and deconstructions based on simple building blocks can be studied in a similar way. Although the majority of case studies are related to chemistry, the method is general and equally applicable to other fields for engineering or science. Print ISBN: 978-1-4822-0464-3 eBook ISBN: 978-1-4822-0465-0 October 2013, 6-1/8 x 9-1/4, 236 pp. Suggested Price: $129.95 / £82.00
Computational Biology
Probability and Statistics with R
R for Statistics Pierre-Andre Cornillon, Arnaud Guyader, Francois Husson, Nicolas Jegou, Julie Josse, Maela Kloareg, Eric Matzner-Lober, and Laurent Rouvière This text explores the use of R for classical statistical analysis. The first half of the book introduces R, data manipulation and visualization, statistical models, graphics, and R programming. The second half presents various statistical analysis techniques by first introducing the data example, then describing the problem to solve, and finally conducting the analysis using R. This examplebased approach enables readers to replicate the analyses using their own data. Some of the techniques covered include simple regression, multiple regression, ANOVA, logistic regression, principal component analysis, and clustering. Print ISBN: 978-1-4398-8145-3 eBook ISBN: 978-1-4665-1103-3 March 2012, 6-1/8 x 9-1/4, 320 pp., Soft Cover Suggested Price: $62.95 / £36.99
For more information and a complete list of titles, visit us at www.crcpress.com
19
The R Student Companion Brian Dennis University of Idaho, Moscow, USA
This student-oriented manual describes how to use R in college science and mathematics courses. The manual features fully developed exercises based around the main precalculus analysis skills needed in the standard college general education courses in science and math. The exercises illustrate a wide variety of applications and subjects. The author presents applications drawn from all sciences and social sciences and includes the most often used features of R on a reference card in the back of the book. Each chapter provides a set of computational challenges.
Computational Biology
Print ISBN: 978-1-4398-7540-7 eBook ISBN: 978-1-4398-7541-4 September 2012, 6-1/8 x 9-1/4, 360 pp., Soft Cover Suggested Price: $41.95 / £26.99
Additive, Time Series, and Spatial Models Using Random Effects James S. Hodges University of Minnesota, Minneapolis, USA Series: Chapman & Hall/CRC Texts in Statistical Science
Using mixed linear models to analyze data often leads to results that are mysterious, inconvenient, or wrong. Further compounding the problem, statisticians lack a cohesive resource to acquire a systematic, theorybased understanding of models with random effects. This book takes a first step in developing a full theory of richly parameterized models, which would allow statisticians to better understand their analysis results. It examines what is known and unknown about mixed linear models and identifies research opportunities. Supporting materials are available on the author’s website. Print ISBN: 978-1-4398-6683-2 November 2013, 6-1/8 x 9-1/4, 469 pp. Suggested Price: $89.95 / £57.99
Reproducible Research with R and RStudio
RNA-seq Data Analysis
Christopher Gandrud
Eija Korpelainen, Jarno Tuimala, Garry Wong, and Panu Somervuo
Hertie School of Governance, Berlin, Germany Chapman & Hall/CRC The R Series
Bringing together computational research tools in one accessible source, this book guides you in creating dynamic and highly reproducible research. Whether you’re an advanced user or just getting started with tools such as R and LaTeX, the book saves you time searching for information and helps you successfully carry out computational research. It provides a practical reproducible research workflow for gathering and analyzing data as well as dynamically presenting results in print and on the web. Supplementary materials are available on the author’s website.
20
Richly Parameterized Linear Models
Print ISBN: 978-1-4665-7284-3 eBook ISBN: 978-1-4665-7285-0 July 2013, 6-1/8 x 9-1/4, 294 pp., Soft Cover Suggested Price: $69.95 / £44.99
A Practical Approach Series: Chapman & Hall/CRC Mathematical & Computational Biology
RNA-seq offers unprecedented information about transcriptome, but harnessing this information with bioinformatics tools is typically a bottleneck. This selfcontained guide enables researchers to examine differential expression at gene, exon, and transcript level and to discover novel genes, transcripts, and whole transcriptomes. Each chapter starts with theoretical background, followed by descriptions of relevant analysis tools. The book also provides examples using both command line tools and open source graphical software, such as R, for non-computer-savvy wet lab biologists. Print ISBN: 978-1-4665-9500-2 June 2014, 7 x 10, 300 pp. Suggested Price: $69.95 / £44.99
Restrained Simulations of Protein Folding
Robust Clustering and Selection
Michele Vendruscolo
Gunter Ritter
University of Cambridge, UK
Universitat Passau, Germany
While several experimental and computational techniques are available to determine native protein structures, researchers have only recently addressed the problem of characterizing the structure and dynamic of proteins in non-native states. Restrained Simulations of Protein Folding describes computational techniques developed to define the many states that proteins populate in the cell. This book provides novel techniques for determining the effects of protein flexibility, membrane proteins, structural information, and more. It text emphasizes the use of experimental measurements as restraints to generate protein conformations that are consistent with observations. Print ISBN: 978-1-4200-5509-2 April 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $119.95 / £76.99
Series: Chapman & Hall/CRC Monographs on Statistics & Applied Probability
Clustering remains a vibrant area of research in statistics, and although there are many books on this topic, there are relatively few that are well-founded in the theoretical aspects. This book overviews the theory and applications of robust clustering and selection, synthesizing the key research results of the last 20 years. It includes all the important theoretical details, and covers the key statistical models, robustness issues, optimization algorithms, validation techniques, and variable selection methods. The methods are illustrated using real and simulated datasets that can be easily downloaded from the web. Print ISBN: 978-1-4398-5796-0 April 2014, 6-1/8 x 9-1/4, 256 pp. Suggested Price: $99.95 / £63.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
SAS and R
Textbook
Data Management, Statistical Analysis, and Graphics, Second Edition
Maria L. Rizzo Bowling Green State University, Ohio, USA
Harvard University, Boston, Massachusetts, USA
Series: Chapman & Hall/CRC The R Series
Nicholas. J Horton
This text covers the traditional core material of computational statistics, with an emphasis on using the R language via an examples-based approach. An excellent tutorial on R programming techniques used in practical computational problems, it illustrates every algorithm with a fully implemented example coded in R. The book also offers the source code for all examples online. Coverage includes the simulation of random variables from probability distributions, visualization of multivariate data, Monte Carlo integration and variance reduction methods, Monte Carlo methods in inference, bootstrap and jackknife, MCMC methods, and density estimation.
Smith College, Northampton, Massachusetts, USA
This highly praised book shows how equivalent statistical methods can be applied in either SAS or R, enabling users of each software package to learn how to apply the methods in the other. The book covers data management, simple statistical procedures, modeling, regression, and graphics. This second edition includes new entries on various statistical procedures. It also presents many new examples in a number of new chapters covering simulation, probability, statistics, mathematics/ computing, and graphics.
Print ISBN: 978-1-58488-545-0 November 2007, 6-1/8 x 9-1/4, 416 pp. Suggested Price: $99.95 / £45.99
Print ISBN: 978-1-4665-8449-5 April 2014, 6-1/8 x 9-1/4, 425 pp. Suggested Price: $79.95 / £49.99
Stated Preference Methods Using R
Textbook
Hideo Aizaki, Tomoaki Nakatani, and Kazuo Sato
An Integrated Approach, Second Edition
Chapman & Hall/CRC The R Series
The quantitative measurement of individual preferences is essential, allowing us to understand social phenomena and derive appropriate policies and business inferences. Suitable for applied statisticians and empirical researchers, this book helps readers select the best method for such measurement from the many econometric methods available. Providing a practical understanding of these methods, the authors present the theoretical foundations of each method together with worked examples to illustrate their application in various fields, notably empirical economics and market research. R is used to implement all methods, with code, packages, and data sets available online. Print ISBN: 978-1-4398-9047-9 June 2014, 6-1/8 x 9-1/4, 224 pp. Suggested Price: $79.95 / £49.99
Helio S. Migon, Dani Gamerman, and Francisco Louzada-Neto Series: Chapman & Hall/CRC Texts in Statistical Science
Unique in its presentation of topics from both classical and Bayesian perspectives, this second edition balances both sides elegantly and describes the relative strengths and weaknesses of the different approaches in each case. It covers all the key topics of standard inference courses, including point and interval estimation, hypothesis testing, prediction, approximation, and linear models. Along with real data examples and exercises for self-study, this edition offers numerous updates that reflect recent developments. Print ISBN: 978-1-4398-7880-4 May 2014, 6-1/8 x 9-1/4, 320 pp. Suggested Price: $89.95 / £57.99
21
Statistical Analysis of Questionnaires
Textbook
Statistical Methods for Handling Incomplete Data
A Unified Approach Based on R and Stata
Jae Kwang Kim and Jun Shao
Francesco Bartolucci, Silvia Bacci, and Michela Gnaldi Series: Chapman & Hall/CRC Interdisciplinary Statistics
Mirroring the growing interest and use of statistical methods and software in education, health, and marketing, this book focuses on the statistical methods used to analyze and validate questionnaires adopted in these fields. The book features an applied approach to conducting testing and measurement in the three mentioned fields. The chapters build from foundations of classical measurement theory, test reliability, validity and scaling, through Item Response Theory (IRT) fundamentals, IRT for dichotomous and polytomous items, and the most recent IRT extensions. Print ISBN: 978-1-4665-6849-5 June 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $89.95 / £57.99
Statistical Inference
Computational Biology
Ken Kleinman
Statistical Computing with R
Along with many examples, this text covers the most upto-date statistical theories and computational methods for analyzing incomplete data. It presents a thorough treatment of statistical theories of likelihood-based inference with missing data. It also discusses numerous computational techniques and theories on imputation and extensively covers methods involving propensity score weighting, nonignorable missing data, longitudinal missing data, survey sampling, and statistical matching. Some of the research ideas introduced can be developed further for specific applications. Print ISBN: 978-1-4398-4963-7 eBook ISBN: 978-1-4398-4964-4 July 2013, 6-1/8 x 9-1/4, 223 pp. Suggested Price: $89.95 / £57.99
For more information and a complete list of titles, visit us at www.crcpress.com
Statistical Methods for QTL Mapping Zehua Chen National University of Singapore Series: Chapman & Hall/CRC Mathematical & Computational Biology
Computational Biology
While numerous advanced statistical approaches have recently been developed for quantitative trait loci (QTL) mapping, the methods are scattered throughout the literature. This book brings together many recent statistical techniques that address the data complexity of QTL mapping. It emphasizes the modern statistical methodology for QTL mapping as well as the statistical issues that arise during this process. The book gives the necessary biological background for statisticians without training in genetics and, likewise, covers statistical thinking and principles for geneticists. Print ISBN: 978-1-4398-6830-0 November 2013, 6-1/8 x 9-1/4, 308 pp. Suggested Price: $89.95 / £57.99
Survival Analysis in Medicine and Genetics Jialiang Li National University of Singapore
Shuangge Ma Yale University, New Haven, Connecticut, USA Chapman & Hall/CRC Biostatistics Series
Using real data sets throughout, this text introduces the latest methods for analyzing high-dimensional survival data. With an emphasis on the applications of survival analysis techniques in genetics, it presents a statistical framework for burgeoning research in this area and offers a set of established approaches for statistical analysis. The book reveals a new way of looking at how predictors are associated with censored survival time and extracts novel statistical genetic methods for censored survival time outcome from the vast amount of research results in genomics. Print ISBN: 978-1-4398-9311-1 eBook ISBN: 978-1-4665-9572-9 June 2013, 6-1/8 x 9-1/4, 381 pp. Suggested Price: $99.95 / £63.99
Textbook
Textbook
Statistics and Data Analysis for Microarrays Using R and Bioconductor
Time Series Modeling, Computation, and Inference Raquel Prado
Second Edition
University of California, Santa Cruz, USA
Sorin Dra˘ghici
Duke University, Durham, North Carolina, USA
Wayne State University, Detroit, Michigan, USA Series: Chapman & Hall/CRC Mathematical & Computational Biology
22
Textbook
Richly illustrated in color, this bestselling text provides a clear and rigorous description of powerful analysis techniques and algorithms for mining and interpreting biological information. Omitting tedious details, heavy formalisms, and cryptic notations, the text takes a hands-on, example-based approach that explains the basics of R and microarray technology as well as how to choose and apply the proper data analysis tool to specific problems. Now using R and Bioconductor, this edition has been expanded with 14 new chapters and 600 more pages. R code is available on the accompanying CD. Print ISBN: 978-1-4398-0975-4 eBook ISBN: 978-1-4398-9677-8 December 2011, 6-1/8 x 9-1/4, 1036 pp. Suggested Price: $93.95 / £59.99
Mike West Series: Chapman & Hall/CRC Texts in Statistical Science
This text covers the major areas of modern time series models and theory, including time and spectral domain and univariate and multivariate time series methods. It also discusses techniques for modeling time series data, such as dynamic graphical models, SMC methods, and nonlinear/non-Gaussian dynamic models. Emphasizing model-based, computationally intensive analysis of structured time series, the authors present analyses of real time series data in numerous examples and case studies. Many of the data sets, R and MATLAB® code, and other material are available on the authors’ websites. Print ISBN: 978-1-4200-9336-0 eBook ISBN: 978-1-4200-9337-7 May 2010, 6-1/8 x 9-1/4, 368 pp. Suggested Price: $104.95 / £65.99
Translational Medicine Stochastic Dynamics for Systems Biology Christian Mazza
The Future of Therapy? Edited by
James Mittra University of Edinburgh, UK
University of Fribourg, Switzerland
Christopher-Paul Milne
Michel Benaim
Tufts University, Boston, Massachusetts, USA
Neuchatel University, Switzerland
This book brings together a range of academic, industry and practitioner perspectives on translational medicine (TM). It enhances conceptual and practical understanding of the emergence and progress of the field and its potential impact on basic research, therapeutic development, and institutional infrastructure. In recognition of the various implications TM has for public health policy and commercial innovation, the book addresses the major systemic aspects of the field. The contributors explore the dynamic interactions and key challenges in translating new science into viable therapies for the clinic.
Series: Chapman & Hall/CRC Mathematical & Computational Biology
This book describes the stochastic dynamics modeling of gene expression processes not only at the cell level but also at higher organization levels, such as in morphogenesis. The book is one of the first to provide a systematic study of the many models used in the life sciences. Designed as a reference for mathematical biologists, systems biologists, biophysicists, and biomedical engineers, it can also be used as a text in advanced courses and includes exercises. Print ISBN: 978-1-4665-1493-5 March 2014, 6 x 9, 264 pp. Suggested Price: $79.95 / £49.99
Print ISBN: 978-981-4316-99-6 eBook ISBN: 978-981-4364-84-3 April 2013, 6 x 9, 294 pp. Suggested Price: $149.95 / £95.00
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Adaptive Multi-reservoir-based Flood Control and Management for the Yellow River
Using R for Introductory Statistics Second Edition John Verzani CUNY/College of Staten Island, New York, USA Chapman & Hall/CRC The R Series
Suitable as a primary text or supplement, this best-selling textbook continues to be the choice for learning R as part of an introductory statistics course. This second edition has been updated with new chapters covering particular features of R, including data management, programming, packages, and RStudio. Along with revised and expanded examples and exercises, it also greatly improves the chapter on categorical data and includes a new chapter on permutation tests. A solutions manual is available upon qualifying course adoption. Print ISBN: 978-1-4665-9073-1 June 2014, 6-1/8 x 9-1/4, 500 pp. Suggested Price: $59.95 / £38.99
Towards a Next Generation Software System - UNESCO-IHE PhD Thesis Shengyang Li UNESCO-IHE Institute of Water Education, Delft, The Netherlands
The Yellow River Conservancy Commission of the Ministry of Water Resources constructed a number of reservoirs for flood control and water management. This book explores the new software tools that were explored in this thesis as well as the robust algorithm developed to deal with multi-valued storage-release relations. Appropriate software architectures are explored combining modelbased simulation systems with a data-centered approach. Case study applications show that such an approach is feasible for developing next generation software systems for adaptive management and decision support of complex river systems. Print ISBN: 978-1-138-00102-2 June 2013, 6 2/3 x 9 4/9, 200 pp., Soft Cover Suggested Price: $79.95 / £49.99
A Visual Guide to Stata Graphics
Textbook
Third Edition
Fundamentals and Techniques
Michael N. Mitchell
William Hohl
ARM Assembly Language
UCLA Academic Technology Services Consulting Group, Los Angeles, California, USA
With over 900 illustrated examples and quickreference tabs, this book quickly guides you to the information you need for creating and customizing high-quality graphs for any type of statistical data. Each graph is displayed in color with simple and clear instructions that illustrate how to create and customize graphs using either Stata commands or the Stata Graph Editor. Stata’s powerful graphics system gives you complete control over how the elements of your graph look. Print ISBN: 978-1-59718-106-8 January 2012, 7 1/4 x 9 1/4, 499 pp., Soft Cover Suggested Price: $89.95 / £57.99
Visualization and Verbalization of Data Edited by
Jorg Blasius University of Bonn, Germany
Languages such as C and Java foster the belief that programmers need only address problems at the highest levels of a program’s operation. Yet, even modern coding requires an understanding of basic assembly methods such as those gained by learning ARM. Written by the director of ARM’s worldwide academic program, this volume examines code relevant to today’s microcontrollers. Examples show students how to optimize routines and streamline coding, especially in the embedded space. The book provides access to a functional evaluation version of the RealView Microcontroller Development Kit from Keil. Print ISBN: 978-1-4398-0610-4 March 2009, 6-1/8 x 9-1/4, 371 pp. Suggested Price: $96.95 / £61.99
Building a Programmable Logic Controller with a PIC16F648A Microcontroller Murat Uzam
Michael Greenacre Universitat Pompeu Fabra, Barcelona, Spain Series: Chapman & Hall/CRC Computer Science & Data Analysis
This volume presents an overview of the state of the art in data visualization, encompassing correspondence analysis, nonlinear principal component analysis, cluster analysis, multidimensional scaling, and much more. It covers the historical development of each topic along with modern techniques and future research directions. To illustrate the methods, the book incorporates many real data examples and software implementations. Each chapter is written by leading researchers in the field and thoroughly edited to ensure coherence and consistency. Print ISBN: 978-1-4665-8980-3 April 2014, 6-1/8 x 9-1/4, 368 pp. Suggested Price: $109.95 / £69.99
Texas Instruments, Austin, Texas, USA
Meliksah University, Kayseri, Turkey
Programmable logic controllers (PLCs) are extensively used in industry to perform automation tasks. Not surprisingly, the design and implementation of PLCs have long been a secret of manufacturers. Unveiling the mysteries of PLC technology, this book explains how to design and use your own PIC16F648A-based PLC. The author describes hardware and software as well as PIC Assembly macros for all basic PLC functions, which he illustrates with examples and flowcharts. A companion CD supplies source, object, and printed circuit board files. Print ISBN: 978-1-4665-8985-8 eBook ISBN: 978-1-4665-8986-5 August 2013, 6-1/8 x 9-1/4, 371 pp. Suggested Price: $119.95 / £76.99
For more information and a complete list of titles, visit us at www.crcpress.com
Computational Biology / Computer Engineering
Textbook
23
CoCo
Computer System Reliability
The Colorful History of Tandy’s Underdog Computer
Safety and Usability
Boisy G Pitre and Bill Loguidice
University of Ottawa, Ontario, Canada
Armchair Arcade, Inc., Burlington, New Jersey, USA
This book combines computer system reliability, safety, usability, and other related topics into a single volume and to eliminate the need to consult many different and diverse sources in obtaining desired information. The topics covered are treated in such a manner that readers require no previous knowledge to understand the contents. The book contains examples along with their solutions and numerous problems at the end of each chapter to test reader comprehension.
Computer Engineering
This engaging book tells the story of Tandy’s underdog Color Computer (CoCo), which debuted on July 31, 1980, and competed against the era’s biggest names, including the IBM PC and Commodore 64. It would be ten years of fascinating ups and downs before the last computer in the series, the Color Computer 3, was officially dropped from Tandy’s computer line. Exploring the interesting story of the business and engineering triumphs and missteps before, during, and after CoCo’s prime time, this work is the definitive account of the premiere underdog computing series of the 1980s and beyond. Print ISBN: 978-1-4665-9247-6 December 2013, 6-1/8 x 9-1/4, 200 pp., Soft Cover Suggested Price: $39.95 / £24.99
Computer Aided Design
B.S. Dhillon
Print ISBN: 978-1-4665-7312-3 eBook ISBN: 978-1-4665-7313-0 May 2013, 6-1/8 x 9-1/4, 249 pp. Suggested Price: $99.95 / £63.99
Textbook
A Conceptual Approach
Computing Ethics
Jayanta Sarkar
A Multicultural Approach
Paharpur Cooling Towers Ltd., Kolkata, India
CAD is now a necessity for design of any equipment or any system. This book illustrates the effective ways to use CAD for engineering design. Providing clear instructions, tips, and tools, it covers drawing generation, automation, and dimensional analysis Readers of this book will be able to use CAD in effective ways to lessen their design time with the aid of automation and achieving optimized design. Print ISBN: 978-1-4822-0879-5 May 2014, 6-1/8 x 9-1/4, 568 pp. Suggested Price: $149.95 / £95.00
Don Gotterbarn, Keith W. Miller, John Impagliazzo, and Ahmad Zaki Bin Abu Bakar Series: Chapman & Hall/CRC Textbooks in Computing
This textbook emphasizes a diversity of values from different cultures, religions, and geographical locations. The book is designed to assist students, computing professionals, and faculty members to act in a more professional and ethical manner. Compelling case studies, ethical reasoning, and cultural perspectives will be included throughout the book, and the authors will apply lessons learned over many years of intense involvement in computing ethics. The text is appropriate either as a main text in a stand-alone ethics course or as a supplementary text for other related courses. Print ISBN: 978-1-4665-1482-9 June 2014, 7 x 10, 200 pp., Soft Cover Suggested Price: $59.95 / £38.99
24
Textbook
Computer Organization, Design, and Architecture
Dynamic RAM Technology Advancements Muzaffer A. Siddiqi
Fifth Edition
Aligarh Muslim University, India
Sajjan G. Shiva
Dynamic RAM (DRAM) has wide applications in the computer industry, telecommunications, the military, and the space industry. This book presents an up-to-date account of the theory and design of DRAM, the workhorse of all semiconductor memories. It summarizes the development of and recent advances in manufacturing technology, generation by generation. The text also addresses DRAM cell development capacitor enhancement technologies, different types of leakages, and the circuit and technological aspects of the remedial measures taken.
University of Memphis, Tennessee, USA
Suitable for a one- or two-semester undergraduate or beginning graduate course in computer science and computer engineering, Computer Organization, Design, and Architecture, Fifth Edition presents the operating principles, capabilities, and limitations of digital computers to enable development of complex yet efficient systems. With 50 percent updated material, 11 new sections, and four revised sections, this edition takes students through a solid, up-to-date exploration of singleand multiple-processor systems, embedded architectures, and performance evaluation. Print ISBN: 978-1-4665-8554-6 December 2013, 7 x 10, 664 pp. Suggested Price: $99.95 / £57.99
Print ISBN: 978-1-4398-9373-9 eBook ISBN: 978-1-4398-9375-3 December 2012, 6-1/8 x 9-1/4, 382 pp. Suggested Price: $135.95 / £86.00
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Embedded and Networking Systems
Foundation of Digital Electronics and Logic Design
Design, Software, and Implementation
Subir Kumar Sarkar, Asis Kumar De, and Souvik Sarkar
Gul N. Khan Ryerson University, Toronto, Ontario, Canada
Krzysztof Iniewski CMOS Emerging Technologies Research Inc., Vancouver, British Columbia, Canada Series: Devices, Circuits, and Systems
This book explores issues in designing high-performance embedded computer systems and networks. The emphasis is on the fundamental concepts and analytical techniques that are applicable to a range of applications, rather than on specific system components, software, or system-level integration. Topics include the co-design of embedded systems, code optimization, power and performance trade-offs, and benchmarks for evaluating embedded systems and their components. Featuring contributions by researchers from around the world, it offers a global view of groundbreaking technologies and applications. Print ISBN: 978-1-4665-9065-6 eBook ISBN: 978-1-4665-9067-0 September 2013, 6-1/8 x 9-1/4, 291 pp. Suggested Price: $149.95 / £95.00
Embedded Systems Circuits and Programming
This book focuses on the basic principles of digital electronics and logic design and is an outgrowth of the lectures delivered to undergraduate students. Each chapter starts with learning goals and can be used for self-study, practice, and as a guide to what can be expected in the examinations. A large number of diagrams are provided to illustrate the concept related to digital electronics so that students can easily comprehend the subject. Solved examples within the text explain the concepts discussed and exercises at the end of each chapter drill the reader in self-study. Print ISBN: 978-981-4364-58-4 January 2014, 6 x 9, 400 pp. Suggested Price: $99.95 / £63.99
Geographical Information Systems Trends and Technologies Edited by
Julio Sanchez Eastern Florida State College, Cocoa, USA
Elaheh Pourbhas
Maria P. Canton
National Research Council, Rome, Italy
Brevard Public Schools, Florida, USA
Spatially aware wireless and Internet devices, cloud computing, NoSal databases, social networks and Semantic Web offer new ways of accessing, analyzing, and elaborating geospatial Information in both real-world and virtual spaces. This book explores the how-tos of the most promising recurrent technologies and trends in GIS, such as Semantic GIS, Web GIS, Mobile GIS, NoSal Geographic Databases, Cloud GIS, Geo Social networks, Spatial Data Warehousing-OlAP, and Open GIS. The text discusses and emphasizes the methodological aspects of such technologies and their applications in GIS.
A practical tutorial on microcontroller programming and the basics of embedded design, this book presents development tools and resources for implementing general-purpose embedded systems. It covers standard and off-the-shelf components, the implementation of circuit prototypes via breadboards, the inhouse fabrication of test-time PCBs, electronic design programs and software utilities for creating PCBs, sample circuits that can be used as part of the targeted embedded system, and the selection and programming of microcontrollers in the circuit. Software and other materials are available at www.crcpress.com. Print ISBN: 978-1-4398-7904-7 eBook ISBN: 978-1-4398-7931-3 May 2012, 7 x 10, 891 pp. Suggested Price: $179.95 / £113.00
Encyclopedia of Library and Information Sciences, Third Edition (Print Version) Edited by
Print ISBN: 978-1-4665-9693-1 May 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $149.95 / £95.00
Textbook
GIS A Computing Perspective, Second Edition Michael F. Worboys University of Maine, Orono, USA
Marcia J. Bates and Mary Niles Maack
Matt Duckham University of Melbourne, Victoria, Australia
University of California, Los Angeles, USA
Composed of the contributions of major researchers and practitioners, this third edition of the Encyclopedia of Library and Information Sciences reflects the growing convergence among the several disciplines that concern themselves with information and the cultural record. This work addresses these related disciplines in a way that demonstrates the unities across the fields and also recognizes their uniquely distinguishing characteristics. It presents hundreds of entries extensively reviewed for accuracy. Containing more than 70 percent new material, it also includes classic articles of historical or theoretical importance from prior editions. Print ISBN: 978-0-8493-9712-7 December 2009, 8-1/2 x 11, 6856 pp. Suggested Price: $3473.00 / £2212.00
GIS: A Computing Perspective, Second Edition provides an overview of the subjects referred to as GIS, both geographic information systems and the study of these systems: geographic information science. Analyzing the subject from a computing perspective, the second edition explores conceptual and formal models needed to understand spatial information, and examines the representations and data structures needed to support adequate system performance. This volume also covers the special-purpose interfaces and architectures required to interact with and share spatial information and explains the importance of uncertainty and time in spatial information. Print ISBN: 978-0-415-28375-5 May 2004, 7 x 10, 448 pp. Suggested Price: $109.95 / £69.99
For more information and a complete list of titles, visit us at www.crcpress.com
Computer Engineering
Edited by
25
Handbook of Differential Entropy Joseph Victor Michalowicz, Jonathan M. Nichols, and Frank Bucholtz
Computer Engineering
Unlike related books, this handbook brings together background material, derivations, and applications of differential entropy. The book first reviews probability theory as it enables an understanding of the core building block of entropy. The authors then carefully explain both discrete and differential entropy. They present detailed derivations of differential entropy for numerous probability models, discuss challenges with interpreting and deriving differential entropy, and show how differential entropy varies as a function of the model variance. They also explore the application of differential entropy in several areas. Print ISBN: 978-1-4665-8316-0 November 2013, 6-1/8 x 9-1/4, 244 pp. Suggested Price: $79.95 / £49.99
Handbook of Energy-Aware and Green Computing Two Volume Set Edited by
Proceedings of the International Conference on Information Technology and Computer Application Engineering (ITCAE 2013) Edited by
Hsiang-Chuan Liu, Wen-Pei Sung, and Yao Wenli This proceedings volume brings together some 189 peer-reviewed papers presented at the International Conference on Information Technology and Computer Application Engineering, held 27-28 August 2013, in Hong Kong. Specific topics covered include control, robotics and automation, information technology, intelligent computing and telecommunication, computer science and engineering, and computer education. The book provides a survey of recent innovations and research worldwide in information technology and computer application engineering. Print ISBN: 978-1-138-00079-7 October 2013, 6-3/4 x 9-3/4, 836 pp. Suggested Price: $329.95 / £210.00
Innovation, Communication and Engineering Edited by
Ishfaq Ahmad University of Texas at Arlington, USA
Sanjay Ranka University of Florida, Gainesville, USA Chapman & Hall/CRC Computer & Information Science Series
Implementing energy-efficient CPUs and peripherals as well as reducing resource consumption have become emerging trends in computing. A landmark for researchers in computer science and engineering, this two-volume handbook is one of the first to present a comprehensive account of recent research in energyaware and green computing. The set incorporates fundamental knowledge from all related areas, including circuit and component design, software, operating systems, networking, mobile computing, and data centers. It also discusses upto-date research on many aspects of power-aware computing at the component, software, and system levels.
26
Information Technology and Computer Application Engineering
Teen-Hang Meen, Stephen Prior, and Artde Donald Kin-Tak Lam This volume presents the proceedings of the 2013 International Conference on Innovation, Communication and Engineering. This conference received 653 submitted papers from 10 countries, of which 214 papers were selected by the committees to be presented at ICICE 2013. The conference provided a unified communication platform for researchers in a wide range of fields from information technology, communication science, and applied mathematics, to computer science, advanced material science, design, and engineering. This volume will enable interdisciplinary collaboration between science and engineering technologists in academia and industry as well as networking internationally.
Print ISBN: 978-1-4665-0116-4 eBook ISBN: 978-1-4665-6131-1 January 2012, 7 x 10, 1284 pp. Suggested Price: $210.00 / £133.00
Print ISBN: 978-1-138-00117-6 October 2013, 6-3/4 x 9-3/4, 260 pp. Suggested Price: $249.95 / £159.00
High Value Manufacturing: Advanced Research in Virtual and Rapid Prototyping
Textbook
Proceedings of the 6th International Conference on Advanced Research in Virtual and Rapid Prototyping, Leiria, Portugal, 1-5 October, 2013 Edited by
Paulo Jorge da Silva Bartolo This book contains current contributions to the field of virtual and rapid prototyping (V&RP) and is also focused on promoting better links between industry and academia. It covers a wide range of topics, such as additive and nano manufacturing technologies, biomanufacturing, materials, rapid tooling and manufacturing, cad and 3d data acquisition technologies, simulation and virtual environments, and novel applications. The book is intended for engineers, designers and manufacturers who are active in the fields of mechanical, industrial and biomedical engineering.
Introduction to GIS Programming and Fundamentals with Python and ArcGIS® Chaowei Yang George Mason University, Fairfax, Virginia, USA
Combining GIS concepts and fundamental spatial thinking methodology with programming examples, this book introduces popular Python-based tools and their application to solving real-world problems. A powerful programming language with high-level toolkits, Python is well suited to handling geo-spatial data. Teaching the fundamental programming constructs of Python, this book demonstrates Python’s integration with ArcGIS Theory and offers hands-on computer exercises that allow readers to build their own mini-GIS. The book includes commentary, robust contents, accompanying datasets, and classroom tested exercises. Print ISBN: 978-1-4665-1008-1 June 2014, 6-1/8 x 9-1/4, 328 pp. Suggested Price: $99.95 / £63.99
Print ISBN: 978-1-138-00137-4 September 2013, 6-3/4 x 9-3/4, 650 pp. Suggested Price: $309.95 / £197.00
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Large-Scale Simulation
Pervasive Computing
Models, Algorithms, and Applications
Concepts, Technologies and Applications
This work supplies firsthand insight on recent advances in large-scale simulation techniques. Most of the research results are drawn from the authors’ papers in top-tier, peer-reviewed, scientific conference proceedings and journals. Along with presenting the fundamentals, the book covers middleware and software architecture for large-scale simulations as well as mechanisms that support quick evaluation of alternative scenarios. It also describes how distributed computing technologies and many-core architecture are used to study social phenomena. Print ISBN: 978-1-4398-6886-7 eBook ISBN: 978-1-4398-6896-6 May 2012, 6-1/8 x 9-1/4, 259 pp. Suggested Price: $135.95 / £86.00
Guo Minyi, Zhou Jingyu, Tang Feilong, and Shen Yao This book introduces fundamental concepts and theories in pervasive computing, as well as its key technologies and applications. It presents how to design and implement pervasive middleware and real application systems, covers nearly all aspects related to pervasive computing. Key technologies in the book include pervasive computing-oriented resource management and task migration, mobile pervasive transaction, human computer interface, and context collection-oriented wireless sensor networks. Print ISBN: 978-1-4665-9627-6 April 2014, 6-1/8 x 9-1/4, 350 pp. Suggested Price: $119.95 / £76.99
Multicore Technology
Textbook
Architecture, Reconfiguration, and Modeling Edited by
Muhammad Yasir Qadri
Probability and Random Processes for Electrical and Computer Engineers Second Edition
HITEC University, Taxila, Pakistan
Computer Engineering
Dan Chen, Lizhe Wang, and Jingying Chen
Charles W. Therrien and Murali Tummala
Stephen J. Sangwine University of Essex, UK
Naval Postgraduate School, Monterey, California, USA
Series: Embedded Multi-Core Systems
Multicore/multithreaded computing systems are not only a de facto standard for high-end applications, they are also gaining popularity in embedded computing. The start of the multicore era has altered concepts in almost all areas of computer architecture design, including core design, memory management, thread scheduling, application support, inter-processor communication, debugging, and power management. With contributions from industry as well as academia, this book gives readers a holistic overview of the field and guides them to further avenues of research by covering the state of the art.
Using a clear and concise style, this second edition offers an introduction to probability, random variables, and random processes, making the subject relevant and interesting for students in electrical and computer engineering. It features applications and examples that are also useful to anyone involved in other branches of engineering or physical sciences. Chapters focus on the probability model, random variables and transformations, inequalities and limit theorems, random processes, and queuing processes. The authors reinforce presentation of these and other topics using MATLAB® computer projects that are available at crcpress.com.
Print ISBN: 978-1-4398-8063-0 eBook ISBN: 978-1-4398-8064-7 July 2013, 6-1/8 x 9-1/4, 491 pp. Suggested Price: $129.95 / £89.00
Print ISBN: 978-1-4398-2698-0 eBook ISBN: 978-1-4398-2701-7 September 2011, 7 x 10, 431 pp. Suggested Price: $87.95 / £55.99
Textbook
Open Systems Dependability Dependability Engineering for Ever-Changing Systems
Real-Time Digital Signal Processing from MATLAB® to C with the TMS320C6x DSPs Second Edition
Edited by
Mario Tokoro Sony Computer Science Laboratories, Inc., Tokyo, Japan
This book describes how to achieve dependability in information systems. The author first proposes viewing systems as open systems instead of closed systems and presents Open Systems Dependability as a property for a system that has the ability to provide optimal services, minimize damage when stoppages occur, resume services quickly, and achieve accountability. He then outlines the DEOS process, an integrative process for achieving the desired dependability in information systems. Print ISBN: 978-1-4665-7751-0 eBook ISBN: 978-1-4665-7752-7 October 2012, 6-1/8 x 9-1/4, 192 pp. Suggested Price: $73.95 / £46.99
Thad B. Welch, Cameron H.G. Wright, and Michael G. Morrow Cell phones, GPS receivers, and CD players are just some of the products that rely on real-time digital signal processing (DSP). This book bridges theory and application of DSP using a step-by-step transition approach. It builds a practical framework that reinforces basic DSP theory using demonstrations, exercises, and projects, exploring MATLAB and real-time DSP hardware. The authors provide downloadable access to source code, example files, test signals, and executable programs required for presented examples, exercises, and projects. The book also offers solutions and challenges throughout. Print ISBN: 978-1-4398-8303-7 eBook ISBN: 978-1-4398-9885-7 December 2011, 7 x 10, 436 pp. Suggested Price: $98.95 / £62.99
For more information and a complete list of titles, visit us at www.crcpress.com
27
Real-Time Embedded Systems Open-Source Operating Systems Perspective Ivan Cibrario Bertolotti and Gabriele Manduchi National Research Council of Italy Series: Embedded Systems
Computer Engineering
This book gives readers a hands-on, working knowledge of real-time operating systems and how they can be applied in the embedded system domain. The authors assess various case studies, using them as running examples to reinforce introduction of theoretical material. They also discuss increasingly popular open-source operating systems. Helpful for average system designers that have no significant previous experience with real-time operating systems, this book’s content will help readers understand the benefits and weaknesses of each. Print ISBN: 978-1-4398-4154-9 eBook ISBN: 978-1-4398-4161-7 January 2012, 6-1/8 x 9-1/4, 536 pp. Suggested Price: $159.95 / £100.00
Second Edition C.H. Chen University of Massachusetts, Dartmouth, USA
Written by more than 50 world leaders in the field, this book covers major topics in signal and image processing for remote sensing. The second edition features new chapters on compressive sensing, the super-resolution method in the mixed pixel problem with hyperspectral images, sparse representation for target detection and classification in hyperspectral imagery, SAR image processing from autofocusing to change detection, and a critical review of pansharpening. Additional topics new to this edition include non-negative matrix and tensor factorization, ISAR imaging of targets, and applications of the Huang-Hilbert transform. Print ISBN: 978-1-4398-5596-6 eBook ISBN: 978-1-4398-5597-3 February 2012, 7 x 10, 619 pp. Suggested Price: $169.95 / £86.00
RF Circuit Design Techniques for MF-UHF Applications
Textbook
Abdullah Eroglu
A MATLAB® Integrated Approach
Indiana University–Purdue University, Fort Wayne, USA
A valuable resource for professionals and students, this book explains how to design, simulate, and implement RF/microwave components and devices for applications within the medium frequency (MF) to ultrahigh frequency (UHF) range. It covers a variety of techniques for designing high-power microstrip circuits, directional couplers, transformers, composite and multilayer inductors, filters, combiners/dividers, and RFID systems. The book illustrates how to apply the theory in practice and includes real-world implementation examples that use computer-aided design (CAD) tools. Throughout, the author offers practical hints to help designers.
28
Signal and Image Processing for Remote Sensing
Print ISBN: 978-1-4398-6165-3 eBook ISBN: 978-1-4398-6166-0 April 2013, 6-1/8 x 9-1/4, 358 pp. Suggested Price: $129.95 / £82.00
Roadmap to Greener Computing Raoul-Abelin Choumin Nguemaleu and Lionel Montheu Engineers-Pool, Hannover, Germany
A concise and accessible introduction to green computing and green IT, this book addresses how computer science and the computer infrastructure affect the environment and presents the main challenges in making computing more environmentally friendly. The authors review the methodologies, designs, frameworks, and software development tools that can be used in computer science to reduce energy consumption and still compute efficiently. They also focus on computer aided d esign (CAD) and describe what design engineers and CAD software applications can do to support new streamlined business directions and improve the environment. Print ISBN: 978-1-4665-0684-8 May 2014, 6-1/8 x 9-1/4, 250 pp., Soft Cover Suggested Price: $69.95 / £44.99
Signals and Systems Oktay Alkin Southern Illinois University, Edwardsville, USA
This book draws on the author’s more than 25 years of teaching a course on signals and systems. It provides an interactive, visual reinforcement of fundamental concepts like the utility of MATLAB®, not just as a computational tool, but also as a teaching tool that allows the development of a sophisticated demo program for students to explore while studying the theory of linear systems. It includes a large number of computer modules or applications, each linked to a specific example, section, or figure in the book. Print ISBN: 978-1-4665-9853-9 February 2014, 8-1/2 x 11, 1000 pp. Suggested Price: $149.95 / £45.00
The Practical OPNET User Guide for Computer Network Simulation Adarshpal S. Sethi University of Delaware, Newark, USA
Vasil Y. Hnatyshin Rowan University, Glassboro, New Jersey, USA
This is one of the first books to provide a comprehensive description of OPNET® IT Guru and Modeler software. The book explains how to use the software for simulating and modeling computer networks and includes laboratory projects that help readers learn different aspects of the software in a hands-on way. The authors illustrate how to develop and configure models for every layer of the TCP/IP reference model. They also offer extensive examples that show how to set up and configure many nontrivial features of OPNET software. Print ISBN: 978-1-4398-1205-1 eBook ISBN: 978-1-4398-1206-8 August 2012, 6-1/8 x 9-1/4, 527 pp. Suggested Price: $52.95 / £33.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
3D Engine Design for Virtual Globes
K. M. M. Prabhu
Patrick Cozzi and Kevin Ring
Indian Institute of Technology Madras, Chennai
Analytical Graphics, Inc., Exton, Pennsylvania, USA
Window functions play a vital role in digital signal processing. Sometimes, it becomes critical in selecting the right window for a given application. This book provides complete information on the discrete time window functions used in digital signal processing. It also gives cues on how to choose a window function for particular applications. Topics covered include spectral analysis, use of windows in digital filtering, application of windows in radar, and ringing artifacts applications of the short time Fourier transform in speech processing.
While virtual globes have achieved widespread popularity, from Google Earth to NASA World Wind, no single book covers the topic of globe rendering. Filling this gap, 3D Engine Design for Virtual Globes presents an in-depth treatment of rendering algorithms utilized by virtual globes. The book illustrates how to accurately render real-world data sets through core rendering algorithms for globes, terrain, imagery, and vector data. Example code, the latest book-related news, and other resources are available on a companion website.
Print ISBN: 978-1-4665-1583-3 October 2013, 6-1/8 x 9-1/4, 404 pp. Suggested Price: $149.95 / £95.00
Print ISBN: 978-1-56881-711-8 eBook ISBN: 978-1-4398-9192-6 June 2011, 7-1/2 x 9-1/4, 520 pp. Suggested Price: $62.95 / £62.99
Textbook
3D Game Engine Design
X86 Assembly Language and C Fundamentals
A Practical Approach Real-Time Computer Graphics
to
David H. Eberly
Joseph Cavanagh Santa Clara University, California, USA
Designed as a tutorial, this book explains how to write programs in the X86 language, the C programming language, and the X86 assembly language modules embedded in a C program. It presents the general computer architecture of the X86 microprocessor, individual addressing modes, stack operations, procedures, arrays, macros, and input/output operations. The book also details the most commonly used X86 assembly language instructions. A wealth of program design examples—including the complete assembly language code and actual outputs—help you grasp the concepts more easily. Print ISBN: 978-1-4665-6824-2 eBook ISBN: 978-1-4665-6826-6 January 2013, 7 x 10, 813 pp. Suggested Price: $139.95 / £89.00
The first edition of was an international bestseller that became an industry standard. In a way that no other book can do, this updated edition shows step by step how to make a shader-based graphics engine and how to tame this new technology. Much new material has been added, including more than twice the coverage of the essential techniques of scene graph management, as well as new methods for managing memory usage in the new generation of game consoles and portable game players.
Computer Engineering / Computer Graphics
Window Functions and Their Applications in Signal Processing
Print ISBN: 978-0-12-229063-3 November 2006, 7-1/2 x 9-1/4, 1040 pp. Suggested Price: $91.95 / £55.99
29 Textbook
3D Animation for the Raw Beginner Using Maya Roger King
Gabriel Taubin Brown University, Providence, Rhode Island, USA
Douglas Lanman Massachusetts Institute of Technology, Cambridge, USA
University of Colorado, Boulder, USA Series: Chapman & Hall/CRC Computer Graphics, Geometric Modeling, and Animation Series
Accessible to art, engineering, computer science, and film students and professionals, this text provides a concise, principles-based introduction to 3D animation. It emphasizes the process for creating animated projects in a nonmathematical fashion. The text focuses on how to carry out this process with Autodesk Maya, the gold standard in 3D animation. Each chapter introduces a critical aspect of the 3D animation process and guides readers through simple, step-by-step tutorials that link key principles to Autodesk Maya techniques. Print ISBN: 978-1-4398-5264-4 April 2014, 7 x 10, 360 pp. Suggested Price: $59.95 / £38.99
3D Photography
Over the last decade, digital photography has entered the mainstream and now digital projection is poised to make a similar breakthrough. This book gives beginners the necessary mathematics, software, and practical details to leverage projector-camera systems in their own 3D scanning projects. Featuring an example-driven approach, the text illustrates each new concept using a practical scanner implemented with off-the-shelf parts. It shows how these new approaches are used in rapid prototyping, entertainment, cultural heritage, and web-based applications. Print ISBN: 978-1-4665-5242-5 June 2014, 7-1/2 x 9-1/4, 250 pp. Suggested Price: $49.95 / £31.99
For more information and a complete list of titles, visit us at www.crcpress.com
Advanced Video Communications over Wireless Networks Edited by
Theory and Applications in Computer Graphics and Image Processing
Ce Zhu
Guillaume Damiand
University of Electronic Science and Technology, China
Yuenan Li Tianjin University, China
Computer Graphics
This reference provides in-depth fundamentals, recent technical achievements, challenges, and emerging trends in mobile and wireless video communications. It presents a collection of tutorials, surveys, and original contributions, providing the research community and industry with a reference for further development of research and applications in mobile and wireless video communication systems. The book addresses future directions, including Quality-of-Experience in wireless video communications, video communications over future networks, distributed multimedia networking, and green multimedia networking.
CNRS/Université de Lyon, Villeurbanne Cedex, France
Pascal Lienhardt University of Poitiers, Futuroscope Chasseneuil Cedex, France
Although they are less widely known than other models, combinatorial maps are very powerful data structures and can be useful in many applications, including computer graphics and image processing. The book introduces these data structures, describes algorithms and data structures associated with them, makes connections to other common structures, and demonstrates how to use these structures in geometric modeling and image processing. The data structures and algorithms introduced in the book will be available in a C++ library on the authors’ website.
Print ISBN: 978-1-4398-7998-6 eBook ISBN: 978-1-4398-8000-5 January 2013, 6-1/8 x 9-1/4, 512 pp. Suggested Price: $129.95 / £82.00
Print ISBN: 978-1-4822-0652-4 June 2014, 7-1/2 x 9-1/4, 350 pp. Suggested Price: $99.95 / £63.99
Textbook
Textbook
Applied Medical Image Processing
Computer Graphics
A Basic Course, Second Edition
From Pixels to Programmable Graphics Hardware
Wolfgang Birkfellner
Alexey Boreskov and Evgeniy Shikin
Medical University of Vienna, Austria
With data sets and MATLAB on an accompanying CDROM, the second edition of this bestseller gives more attention to the subject of color space and includes more examples from radiology, internal medicine, surgery, and radiation therapy. The book addresses problems with handling voxels, 3D data sets, spatial transforms in three dimensions, and data fusion. It shows how to visualize large data sets from modern CT systems, manufacture patient-specific prostheses, plan dose distributions, incorporate multimodal image data for therapy monitoring, and perform computer-aided neurosurgical interventions.
30
Combinatorial Maps
Print ISBN: 978-1-4665-5557-0 January 2014, 7 x 10, 454 pp. Suggested Price: $79.95 / £49.99
Moscow State University, Russia Chapman & Hall/CRC Computer Graphics, Geometric Modeling, and Animation Series
This text explores all major areas of modern computer graphics, starting from basic mathematics and algorithms and concluding with OpenGL and real-time graphics. Requiring only basic knowledge of analytic geometry, linear algebra, and C++, the book guides students through the OpenGL pipeline and gives them a firm foundation in today’s high-performance graphics. Using one consistent example, it leads them step by step from simple rendering to animation to lighting and bumpmapping. Source code and examples are available on the book’s CRC Press web page. Print ISBN: 978-1-4398-6730-3 November 2013, 6-1/8 x 9-1/4, 568 pp. Suggested Price: $99.95 / £49.99
Advanced High Dynamic Range Imaging
Textbook
Theory and Practice
Theory and Practice
Francesco Banterle, Alessandro Artusi, Kurt Debattista, and Alan Chalmers
Jonas Gomes and Luiz Velho
Traditionally, photography and computer graphics have taken different approaches to the high dynamic range problem. Work over the last ten years, however, has unified these disciplines and created powerful new tools for the creation of complex images. This book provides a practical introduction to high dynamic range imaging that combines photography and computer graphics. By providing detailed equations and code, the book gives the reader the tools to experiment with new techniques for creating compelling images. A supplemental website provides readers with access to downloads and additional information.
Mario Costa Sousa
Print ISBN: 978-1-56881-719-4 eBook ISBN: 978-1-4398-6594-1 February 2011, 6 x 9, 260 pp. Suggested Price: $62.95 / £39.99
Computer Graphics Institute of Pure and Applied Mathematics, Rio de Janeiro, Brazil University of Calgary, Alberta, Canada
A complete and integrated introduction to computer graphics, this book focuses on conceptual aspects of computer graphics, covering fundamental mathematical theories and models and the inherent problems in implementing them. Only requiring basic knowledge of calculus and linear algebra, the text introduces the core challenges of the field and provides suggestions for further reading and studying on various topics. For each conceptual problem described, solution strategies are compared and presented in algorithmic form. Print ISBN: 978-1-56881-580-0 eBook ISBN: 978-1-4398-9681-5 April 2012, 7-1/2 x 9-1/4, 544 pp. Suggested Price: $93.95 / £58.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Textbook
Textbook
Computer Graphics Through OpenGL
Fundamentals of Computer Graphics
From Theory to Experiments
Third Edition
Sumanta Guha
Peter Shirley and Steve Marschner
Chapman & Hall/CRC Computer Graphics, Geometric Modeling, and Animation Series
This comprehensive introduction to computer graphics uses an active learning style to teach key concepts. Equally emphasizing theory and practice, the book provides an understanding not only of the principles of 3D computer graphics, but also the use of the OpenGL API to program 3D applications. It includes 140 programs with 200 experiments based on them, as well as 600 exercises, 100 worked examples, and nearly 600 color illustrations. Source code, installation guides, the book’s figures, and an interactive discussion forum can be found at www.sumantaguha.com. Print ISBN: 978-1-4398-4620-9 eBook ISBN: 978-1-4665-0337-3 September 2010, 7 3/8 x 9 1/4, 888 pp. Suggested Price: $104.95 / £55.99
Design and Implementation of 3D Graphics Systems Jonas Gomes and Luiz Velho Institute of Pure and Applied Mathematics, Rio de Janeiro, Brazil
The third edition of this widely adopted text gives students a comprehensive, fundamental introduction to computer graphics. The authors present the mathematical foundations of computer graphics with a focus on geometric intuition, allowing the programmer to understand and apply those foundations to the development of efficient code. This edition has four new chapters, written by experts in their fields; revised material on the graphics pipeline; improved and expanded coverage of triangle meshes and mesh data structures; and new organization for the early chapters. Print ISBN: 978-1-56881-469-8 eBook ISBN: 978-1-4398-9374-6 July 2009, 9.25 x 7.5 Suggested Price: $104.95 / £69.99
Graphics Interface 2013 Edited by
Faramarz Samavati Stephen Brooks and Kirstie Hawkey
Computer Graphics
Asian Institute of Technology, Thailand
Dalhousie University, Nova Scotia, Canada
Mario Costa Sousa
Pourang Irani
University of Calgary, Alberta, Canada
University of Manitoba, Winnipeg, Canada
This book covers the computational aspects of geometric modeling and rendering 3D scenes. Special emphasis is given to the architectural aspects of interactive graphics, geometric modeling, rendering techniques, the graphics pipeline, and the architecture of 3D graphics systems. The text describes basic 3D computer graphics algorithms and their implementation in the C language. The material is complemented by library routines for constructing graphics systems, which are available for download from the book’s website.
This volume presents the proceedings of the oldest regularly scheduled conference in the field of computer graphics, interactive systems, and human-computer interaction. Papers in the book cover a variety of topics shading and rendering, geometric modeling and meshing, image-based rendering, image synthesis and realism, computer animation, real-time rendering, non-photorealistic rendering, interaction techniques, human interface devices, augmented reality, data and information visualization, mobile computing, haptic and tangible interfaces, and perception.
Print ISBN: 978-1-4665-7121-1 eBook ISBN: 978-1-4665-7123-5 August 2012, 7-1/2 x 9-1/4, 350 pp., Soft Cover Suggested Price: $73.95 / £46.99
Print ISBN: 978-1-4822-1680-6 July 2013, 8-1/2 x 11, 200 pp., Soft Cover Suggested Price: $69.95 / £44.99
Digital Geometry in Image Processing
Textbook
Jayanta Mukhopadhyay, Partha Pratim Das, Samiran Chattopadhyay, Partha Bhowmick, and Biswa Nath Chatterji
Third Edition
IIT Kharagpur Research Monograph Series
Steve Cunningham
31
Graphics Shaders Mike Bailey Oregon State University, Corvallis, USA
Exploring theories and applications developed during the last 30 years, this book supplies mathematical treatment of the properties of digital metric spaces and their relevance in analyzing shapes in two and three dimensions. Unlike similar books, this one connects the two areas of image processing and digital geometry, highlighting important results of digital geometry that are currently used in image analysis and processing. With many figures (some in color) and end-of-chapter exercises, the book gives you insight on the latest two- and three-dimensional image processing applications.
Brown Cunningham Associates, Coralville, Iowa, USA
Print ISBN: 978-1-4665-0567-4 eBook ISBN: 978-1-4665-0568-1 April 2013, 6-1/8 x 9-1/4, 318 pp. Suggested Price: $89.95 / £57.99
Print ISBN: 978-1-4665-8742-7 June 2014, 7-1/2 x 9-1/4, 512 pp. Suggested Price: $99.95 / £63.99
Intended for a second course in computer graphics at the advanced undergraduate and graduate levels, this highly praised text introduces general shader programming with a focus on the Open GL shading language. It teaches how to write programmable shaders while reinforcing the fundamentals of computer graphics. This third edition incorporates changes in the OpenGL API (versions 4.2 and 4.3) and contains five new chapters that cover major new enhancements by the OpenGL standards group, including storage buffer objects, compute shaders, OpenGL ES, and WebGL.
For more information and a complete list of titles, visit us at www.crcpress.com
Handbook of Graph Drawing and Visualization
Image Processing and Analysis with Graphs
Edited by
Theory and Practice
Roberto Tamassia Brown University, Providence, Rhode Island, USA Series: Discrete Mathematics and Its Applications
Computer Graphics
Edited by a pioneer in graph drawing and with contributions from leaders in the graph drawing research community, this handbook shows how graph drawing and visualization can be applied in the physical, life, and social sciences. It covers topological and geometric foundations, algorithms, software systems, and visualization applications. Whether you are a mathematics researcher, IT practitioner, or software developer, the book will help you understand graph drawing methods and graph visualization systems, use graph drawing techniques in your research, and incorporate graph drawing solutions in your products. Print ISBN: 978-1-58488-412-5 eBook ISBN: 978-1-4200-1026-8 August 2013, 7 x 10, 862 pp. Suggested Price: $99.95 / £63.99
High Performance Visualization Enabling Extreme-Scale Scientific Insight Edited by
E. Wes Bethel and Hank Childs Lawrence Berkeley National Laboratory, Berkeley, California, USA
Charles Hansen University of Utah, Salt Lake City, USA Series: Chapman & Hall/CRC Computational Science
32
Collecting some of the most seminal work in the field, this book focuses on the subset of scientific visualization concerned with algorithm design, implementation, and optimization for use on today’s largest computational platforms. After introducing the fundamental concepts of parallel visualization, the book explores approaches to accelerate visualization and analysis operations on high performance computing platforms. Looking to the future, it also presents alternative platforms and architectures as well as contemporary, high performance visualization implementations.
Edited by
Olivier Lezoray University of Caen, France
Leo Grady Siemens Corporate Research, Princeton, New Jersey, USA Series: Digital Imaging and Computer Vision
One of the first books to provide a comprehensive review of digital imaging and computer vision with graphs, this reference helps readers unfamiliar with presented concepts. The book is divided into two parts that focus on the processing of functions on graphs, graph-based image processing, representation and analysis of objects on graphs, and graph-based image analysis. Each chapter provides a comprehensive review on a specific topic ranging from research challenges to industry trends. Expert contributors provide numerous examples to illustrate how the proposed methods can be used in practice. Print ISBN: 978-1-4398-5507-2 eBook ISBN: 978-1-4398-5508-9 July 2012, 6-1/8 x 9-1/4, 562 pp. Suggested Price: $159.95 / £100.00
Image Processing for Cinema Marcelo Bertalmío Chapman & Hall/CRC Mathematical and Computational Imaging Sciences
This book covers image processing techniques used in film making, from the shooting stage to the final exhibition. These techniques make the images look as good as possible and take advantage of the capabilities of cameras, projectors, and displays. Each chapter presents a particular problem and then illustrates how state-of-the-art methods address the problem, with an emphasis on techniques most used in practice. The book also includes many tables and illustrations. Print ISBN: 978-1-4398-9927-4 January 2014, 6-1/8 x 9-1/4, 326 pp. Suggested Price: $79.95 / £49.99
Print ISBN: 978-1-4398-7572-8 eBook ISBN: 978-1-4398-7573-5 October 2012, 6-1/8 x 9-1/4, 520 pp. Suggested Price: $104.95 / £66.99
Image and Video Compression
The Image Processing Handbook
Fundamentals, Techniques and Applications
Sixth Edition
Madhuri A. Joshi, Yogesh H. Dandawate, Kalyani R. Joshi, Mehul S. Raval, and Shilpa P. Metkar
North Carolina State University, Raleigh, USA
The book covers the syllabus of data compression offered in different universities and autonomous institutes worldwide. It builds systematically upon the fundamentals which are unlikely to become dated. Fundamentals and algorithms are explained in simple language. The authors provide case studies for every chapter, which students/professionals can use for further application development or research. It also provides exercises in the form of small projects and assignments generating more interest in the readers. Print ISBN: 978-1-4822-2822-9 June 2014, 6-1/8 x 9-1/4, 425 pp. Suggested Price: $99.95 / £63.99
John C. Russ This sixth edition explores the tools used to acquire, process, and analyze data contained in images, for a wide variety of scientific fields. Using new examples and diagrams, it presents new sections on selecting a camera with resolution appropriate for use on light microscopes, the ability of current cameras to capture raw images with high dynamic range, and imaging in more than two dimensions. The book also discusses Dmax for x-ray images and combining images with different exposure settings to further extend the dynamic range. New coverage includes shape measurements and developments in image file searching. Print ISBN: 978-1-4398-4045-0 eBook ISBN: 978-1-4398-4063-4 April 2011, 7 x 10, 885 pp. Suggested Price: $189.95 / £121.00
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Image Restoration
Textbook
Edited by
Bahadir Kursat Gunturk Louisiana State University, Baton Rouge, USA
Xin Li West Virginia University, Morgantown, USA Series: Digital Imaging and Computer Vision
Addressing a variety of applications, this book covers a wide range of topics pertaining to image restoration. Topics covered include image denoising, document image analysis, remote sensing applications, and image formation modeling. Content also addresses blind image restoration, iterative optimization techniques, learning-based image restoration, and nonlocal approach, as well as super-resolution, multi-spectral restoration, and video inpainting. Contributors from various countries help readers understand the essentials. The text features background material, mathematical content, a survey of the methods, examples, comparisons, and a bibliography. Print ISBN: 978-1-4398-6955-0 eBook ISBN: 978-1-4398-6956-7 September 2012, 7 x 10, 378 pp. Suggested Price: $159.95 / £100.00
Image Statistics in Visual Computing
Interactive Data Visualization Foundations, Techniques, and Applications Matthew O. Ward, Georges Grinstein, and Daniel Keim This book covers the full spectrum of the field, including mathematical and analytical aspects. Sample programs are provided as starting points for building one’s own visualization tools. Numerous data sets have been made available that highlight different application areas and allow readers to evaluate the strengths and weaknesses of different visualization methods. Exercises, programming projects, and related readings are given for each chapter. The book concludes with an examination of several existing visualization systems and projections on the future of the field. Print ISBN: 978-1-56881-473-5 eBook ISBN: 978-1-4398-6554-5 June 2010, 7 3/8 x 9 1/4, 513 pp. Suggested Price: $93.95 / £62.99
Textbook
Introduction to Computer Graphics
Tania Pouli, Erik Reinhard, and Douglas W. Cunningham Max Planck Institute for Biological Cybernetics, Tübingen, Germany
With numerous color figures throughout, this work covers all aspects of natural image statistics, from data collection to analysis to applications in computer graphics, computational photography, image processing, and art. Collecting state-of-theart, interdisciplinary knowledge in one source, the book explores the relation of natural image statistics to human vision and shows how natural image statistics can be applied to visual computing. A supporting website offers additional information, including descriptions of various image databases suitable for statistics. Print ISBN: 978-1-56881-725-5 December 2013, 6 x 9, 372 pp. Suggested Price: $69.95 / £44.99
A Practical Learning Approach Fabio Ganovelli, Massimiliano Corsini, and Marco Di Benendetto Institute of Information and Science Technologies, CNR, Pisa, Italy
Sumanta Pattanaik University of Central Florida, Orlando, USA Chapman & Hall/CRC Computer Graphics, Geometric Modeling, and Animation Series
This classroom-tested text presents the fundamentals of graphics in an interactive and engaging way. Using the authors’ simple client-server framework called EnvyMyCar, the book guides students through key concepts in computer graphics while explaining step by step how to write code and implement the rendering engine for an interactive car race game. It includes exercises in each chapter and uses JavaScript and WebGL throughout. Building on the concepts and theory presented in the text, students can create an increasingly sophisticated rendering of the race by the end of each chapter. Print ISBN: 978-1-4398-5279-8 March 2014, 7 x 10, 432 pp. Suggested Price: $89.95 / £49.99
Image Super-Resolution and Applications Fathi E. Abd El-Samie and Mohiy M. Hadhoud Menoufia University, Egypt
Isosurfaces Geometry, Topology, and Algorithms Rephael Wenger
Said E. El-Khamy
The Ohio State University, Columbus, USA
Alexandria University, Egypt
Image super-resolution is the process by which a single HR image is obtained from multiple degraded LR images. Image super-resolution can be carried out with or without a priori information. The problem of super resolution reconstruction of images can be solved in successive steps: image registration, multi-channel image restoration, image fusion, and, finally, image interpolation. This book provides complete coverage of image super resolution and its applications. With MATLAB® programs, the text presents various techniques polynomial image interpolation, adaptive polynomial image interpolation, and color image interpolation. Print ISBN: 978-1-4665-5796-3 eBook ISBN: 978-1-4665-5797-0 December 2012, 6-1/8 x 9-1/4, 502 pp. Suggested Price: $104.95 / £66.99
Computer Graphics
Fundamentals and Advances
This work is among the first to focus on basic algorithms for isosurface construction. It also gives a rigorous mathematical perspective on some of the algorithms and results. In color throughout, the book covers the Marching Cubes algorithm and variants, dual contouring algorithms, multilinear interpolation, multiresolution isosurface extraction, isosurfaces in four dimensions, interval volumes, and contour trees. It also describes data structures for faster isosurface extraction as well as methods for selecting significant isovalues. Print ISBN: 978-1-4665-7097-9 eBook ISBN: 978-1-4665-7102-0 June 2013, 7-1/2 x 9-1/4, 488 pp. Suggested Price: $89.95 / £57.99
For more information and a complete list of titles, visit us at www.crcpress.com
33
Measuring Shape
OpenGL Insights
F. Brent Neal
Edited by
Milliken Research Corporation, Spartanburg, South Carolina, USA
Patrick Cozzi
John C. Russ North Carolina State University, Raleigh, USA
Computer Graphics
Clear, accessible, and well-organized, this book provides a one-stop resource on the various techniques of 2- and 3D shape description and measurement. It presents consistent and coherent summaries of the various methods so that engineers, researchers, and others can compare methods, select the one appropriate for their specific task, and gain enough detailed information about them to implement and test them. It covers practical applications including relating fractal dimension of nuclear membranes in cells to disease, relating harmonic analysis to weathering of sediments, and classifying the genetics of squash seeds by dimensionless ratios. Print ISBN: 978-1-4398-5598-0 eBook ISBN: 978-1-4398-5599-7 June 2012, 6-1/8 x 9-1/4, 440 pp. Suggested Price: $146.95 / £93.00
Christophe Riccio AMD, Camberley, UK
Assembling contributions from experienced developers, vendors, researchers, and educators, OpenGL Insights presents real-world techniques for intermediate and advanced OpenGL, OpenGL ES, and WebGL developers. Focusing on current and emerging techniques for the OpenGL family of APIs, the book demonstrates the breadth and depth of OpenGL. Readers will gain practical skills to solve problems related to performance, rendering, profiling, framework design, and more. Source code, demos, and other material are available on the book’s website. Print ISBN: 978-1-4398-9376-0 eBook ISBN: 978-1-4398-9377-7 July 2012, 7-1/2 x 9-1/4, 712 pp. Suggested Price: $83.95 / £51.99
Multimedia Image and Video Processing
Perceptual Digital Imaging
Second Edition
Edited by
Edited by
Rastislav Lukac
Ling Guan and Yifeng He Ryerson University, Toronto, Ontario, Canada
Sun-Yuan Kung Princeton University, New Jersey, USA Image Processing Series
34
Analytical Graphics, Inc., Exton, Pennsylvania, USA
As multimedia applications have become part of contemporary daily life, numerous paradigm-shifting technologies in multimedia processing have emerged over the last decade. Substantially updated with 21 new chapters, this second edition explores the most recent advances in multimedia research and applications. Written by some of the most prominent experts in the field, the book presents a comprehensive treatment of multimedia information mining, security, systems, coding, search, hardware, and communications as well as multimodal information fusion and interaction. Print ISBN: 978-1-4398-3086-4 eBook ISBN: 978-1-4398-3087-1 March 2012, 7 x 10, 828 pp. Suggested Price: $159.95 / £100.00
Multimedia Streaming and Applications Jaime Lloret and Alejandro Canovas Universidad Politecnica de Valencia, Spain
Elsa Macias and Alvaro Suarez Universidad de Las Palmas, Spain
The book introduces multimedia streaming and details the QoS and QoE parameters that should be taken into account in multimedia streaming. After reviewing the main multimedia streaming players several chapters, it details all the issues related to IPTV and VoIP. It explains several technologies related with multimedia streaming, such as content delivery networks, mobile multimedia streaming, peer-to-peer multimedia streaming and multimedia streaming in Wireless Ad hoc, and Sensor Networks. The book shows the latest challenges in stereoscopic and 3D video streaming and in virtual and augmented reality streaming. Print ISBN: 978-1-4665-8493-8 March 2014, 6-1/8 x 9-1/4, 200 pp. Suggested Price: $99.95 / £63.99
Methods and Applications Foveon, Inc. / Sigma Corp., San Jose, California, USA Series: Digital Imaging and Computer Vision
This book covers the system design, implementation, and application aspects of human visual system-driven computational imaging. It provides a fundamental understanding of theory and methods, providing a foundation on which solutions for many of the most interesting and challenging imaging problems can be built. Featuring contributions by renowned experts, the book explores recent trends in image acquisition, processing, transmission, storage, display, and visual quality evaluation. This is a valuable resource for designing and implementing more effective solutions for cutting-edge digital imaging, computer vision, and multimedia applications. Print ISBN: 978-1-4398-6856-0 eBook ISBN: 978-1-4398-6893-5 October 2012, 7 x 10, 562 pp. Suggested Price: $159.95 / £100.00
Polygon Mesh Processing Mario Botsch, Leif Kobbelt, Mark Pauly, Pierre Alliez, and Bruno Levy Over the last several years, triangle meshes have become increasingly popular, as irregular triangle meshes have developed into a valuable alternative to traditional spline surfaces. This book discusses the whole geometry processing pipeline based on triangle meshes. The pipeline starts with data input, for example, a model acquired by 3D scanning techniques. This data can then go through processes of error removal, mesh creation, smoothing, conversion, morphing, and more. The authors detail techniques for those processes using triangle meshes. Print ISBN: 978-1-56881-426-1 eBook ISBN: 978-1-4398-6531-6 October 2010, 6 x 9, 250 pp. Suggested Price: $62.95 / £41.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Processing for Visual Artists
Second Edition Stuart Ferguson
How to Create Expressive Images and Interactive Art
The Queen’s University of Belfast, UK
Andrew Glassner
This book introduces the core algorithms of all 3D computer graphics software packages. This second edition includes new chapters on graphics for mobile devices and practical 3D graphics using OpenFX. It also incorporates new sections on metaball modeling, NURBS, GPU textures, and techniques for rendering hair and fur. The book explores the source code for OpenFX and indicates where the key algorithms for polygonal modeling occur. It also explains how to implement a GPU renderer and an optimized ray tracer.
This books allows you to walk with veteran author Andrew Glassner; see exactly how each of his pieces evolves, including the mistakes he’s made along the way (and how to fix them!) and the times when he changed direction. As your knowledge and skills grow, you’ll understand why Processing is such a powerful tool for self-expression. It offers a twenty-first-century medium for expressing new ideas. This book gives you everything you need to know to explore new frontiers in your own images, animations, and interactive experiences.
Print ISBN: 978-1-4665-8252-1 December 2013, 7-1/2 x 9-1/4, 595 pp., Soft Cover Suggested Price: $79.95 / £49.99
Print ISBN: 978-1-56881-716-3 eBook ISBN: 978-1-4398-7359-5 August 2010, 9.25 x 7.5, 955 pp., Soft Cover Suggested Price: $73.95 / £47.99
Practical Linear Algebra
Production Volume Rendering
A Geometry Toolbox, Third Edition
Design and Implementation
Gerald Farin
Magnus Wrenninge
Textbook
SONY Pictures Imageworks, Santa Monica, California, USA
Arizona State University, Tempe, USA
Dianne Hansford FarinHansford R&D, Paradise Valley, Arizona, USA
Through many examples and real-world applications, this text teaches undergraduate-level linear algebra in a comprehensive, geometric, and algorithmic way. It provides a solid foundation for further work in math, engineering, science, computer graphics, and geometric modeling. Along with more exercises and applications, this third edition covers singular value decomposition and its application to the pseudoinverse, principal components analysis, and image compression. It also gives more attention to eigen-analysis, orthogonal projections, and matrix decompositions. Print ISBN: 978-1-4665-7956-9 eBook ISBN: 978-1-4665-7959-0 August 2013, 7-1/2 x 9-1/4, 514 pp. Suggested Price: $89.95 / £57.99
This book provides the first full account of volume rendering techniques used for feature animation and visual effects production. It covers the theoretical underpinnings as well as the implementation of a working renderer. The author presents techniques and algorithms that are actively used in production work. He also describes both volumetric modeling and rendering techniques, illustrating how effects are created from start to finish. A companion rendering library of open source code is freely available online. Print ISBN: 978-1-56881-724-8 eBook ISBN: 978-1-4398-7363-2 September 2012, 7-1/2 x 9-1/4, 355 pp. Suggested Price: $52.95 / £33.99
35
Practical Rendering and Computation with Direct3D 11
QR Codes
Jason Zink, Matt Pettineo, and Jack Hoxley
Michael M. Stark
This guide provides a deep understanding of both the high- and low-level concepts related to using Direct3D 11. The first half of the book presents a conceptual introduction to Direct3D 11, discussing the Direct3D 11 rendering and computation pipelines, how they map to the underlying hardware, and all of the major components of the library. The second half of the text includes detailed examples of how to use Direct3D 11 in common rendering scenarios. Source code and sample programs are available on a supplementary website. Print ISBN: 978-1-56881-720-0 eBook ISBN: 978-1-4398-9211-4 July 2011, 7-1/2 x 9-1/4, 648 pp. Suggested Price: $75.95 / £48.99
Computer Graphics
Practical Algorithms for 3D Computer Graphics
The Technical Guide Boise, Idaho, USA
This book is a complete treatise on Quick Response (QR) Code symbols. Widely used in marketing, they also reveal a creative solution to interesting challenges in computer graphics. The book describes the theory behind QR Code symbols and details the processes of encoding and decoding information in a QR Code symbol. The book explains sophisticated error correction techniques that allow a symbol to be scanned even if it is partially obscured, and it delves into the theoretical foundation of error correcting codes using basic mathematics. Java source code for constructing, scanning, and decoding QR symbols are available for download. Print ISBN: 978-1-4665-9146-2 August 2014, 6 x 9, 200 pp., Soft Cover Suggested Price: $49.95 / £31.99
For more information and a complete list of titles, visit us at www.crcpress.com
R Graphics
Real-Time Rendering
Second Edition Paul Murrell
Computer Graphics with Control Engineering
The University of Auckland, New Zealand
Gabriyel Wong and Jianliang Wang
Chapman & Hall/CRC The R Series, 1
Nanyang Technological University, Singapore
Computer Graphics
Written by a foremost authority in the field, this book explains how to use R to produce high-quality statistical graphics. Completely updated and revised, this second edition highlights new graphics-related packages that have been developed, such as the ggplot2 package. A number of new chapters cover these packages in detail. Other chapters new to this edition feature discussions of interactive graphics, 3D graphics, and importing graphics. The book also includes new examples as well as enhanced exercises for teaching or self-study.
Series: Automation and Control Engineering
Print ISBN: 978-1-4398-3176-2 eBook ISBN: 978-1-4398-3177-9 June 2011, 6-1/8 x 9-1/4, 546 pp. Suggested Price: $87.95 / £55.99
Print ISBN: 978-1-4665-8359-7 eBook ISBN: 978-1-4665-8360-3 October 2013, 6-1/8 x 9-1/4, 223 pp. Suggested Price: $89.95 / £57.99
Textbook
Real-Time Rendering
Ray Tracing from the Ground Up
This book presents a model-based control technique where the control system design (PID-based) is derived from a data driven process. It describes this data-driven model estimation technique using the System Identification Methodology on the rendering process which provides better accuracy than techniques in other research. The book introduces the reader to the concepts of how control systems work with real-time computer graphics through relatively easy to understand content.
Third Edition
Kevin Suffern
Tomas Akenine-Möller, Eric Haines, and Naty Hoffman
With the increase in computing speed and due to the high quality of the optical effects it achieves, ray tracing is becoming a popular choice for interactive and animated rendering. This book takes readers through the whole process of building a modern ray tracer from scratch in C++. All concepts and processes are explained in detail with the aid of hundreds of diagrams, ray-traced images, and sample code. It is suitable for undergraduate and graduate computer graphics courses and for individual programmers who would like to learn ray tracing.
Thoroughly revised, this third edition focuses on modern techniques used to generate synthetic three-dimensional images in a fraction of a second. With the advent of programmable shaders, a wide variety of new algorithms have arisen and evolved over the past few years. This edition discusses current, practical rendering methods used in games and other applications. It also presents a solid theoretical framework and relevant mathematics for the field of interactive computer graphics, all in an approachable style.
Print ISBN: 978-1-56881-272-4 September 2007, 7 3/8 x 9 1/4, 784 pp. Suggested Price: $99.95 / £65.99
Print ISBN: 978-1-56881-424-7 eBook ISBN: 978-1-4665-6176-2 July 2008, 6 x 9, 1045 pp. Suggested Price: $92.95 / £62.99
Real-Time Collision Detection
Real-Time Shadows
Christer Ericson
Elmar Eisemann, Michael Schwarz, Ulf Assarsson, and Michael Wimmer
36
Sony Computer Entertainment America, Santa Monica, California, U.S.A.
Written by an expert in the game industry, this book is a comprehensive guide to the components o f efficient real-time collision detection systems. It provides the tools and know-how needed to implement industrial-strength collision detection for the highly detailed dynamic environments of applications such as 3D games, virtual reality applications, and physical simulators. Of the topics covered, a key focus is on spatial and object partitioning through a wide variety of grids, trees, and sorting methods. The author also presents a large collection of intersection and distance tests for both simple and complex geometric shapes. Print ISBN: 978-1-55860-732-3 eBook ISBN: 978-0-08-047414-4 December 2004, 7-1/2 x 9-1/2, 632 pp. Suggested Price: $98.95 / £59.99
This book explains the basics as well as many advanced aspects related to the domain of shadow computation. It presents interactive solutions and practical details on shadow computation. The authors compare various algorithms for creating real-time shadows and illustrate how they are used in different situations. They explore the limitations and failure cases, advantages and disadvantages, and suitability of the algorithms in several applications. Source code, videos, tutorials, and more are available on the book’s website. Print ISBN: 978-1-56881-438-4 eBook ISBN: 978-1-4398-6769-3 July 2011, 7-1/2 x 9-1/4, 384 pp. Suggested Price: $75.95 / £48.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Shadow Algorithms Data Miner
Web Cartography
Andrew Woo
Map Design for Interactive and Mobile Devices
NGRAIN Corporation, Vancouver, British Columbia, Canada
Pierre Poulin
University of Wisconsin-La Crosse, USA
Digital shadow generation continues to be an important aspect of visualization and visual effects in film, games, simulations, and scientific applications. This resource offers a thorough picture of the motivations, complexities, and categorized algorithms available to generate digital shadows. From general fundamentals to specific applications, it addresses shadow algorithms and how to manage huge data sets from a shadow perspective. The book also examines the use of shadow algorithms in industrial applications, in terms of what algorithms are used and what software is applicable. Print ISBN: 978-1-4398-8023-4 eBook ISBN: 978-1-4398-8026-5 June 2012, 6 x 9, 268 pp. Suggested Price: $73.95 / £46.99
Written for those with a basic understanding of map making, but without knowledge of web design, this textbook explains how to create effective interaction, animation, and layouts for maps to put online or into a mobile platform. Concept driven and product free, this reference emphasizes cartographic principles for web and mobile map design over specific software techniques. The first of its kind to address map design and layout styles for web and mobile mapping, this book includes many examples from the real world. Labs introduce students to software used by and freely available at most universities. Print ISBN: 978-1-4398-7622-0 December 2013, 6-1/8 x 9-1/4, 264 pp. Suggested Price: $89.95 / £57.99
Textbook
Theoretical Foundations of Digital Imaging Using MATLAB® Leonid P. Yaroslavsky
Algebraic and Stochastic Coding Theory Dave K. Kythe Ernst & Young LLP, Los Angeles, California, USA
Prem K. Kythe
Tel Aviv University, Israel
University of New Orleans, Louisiana, USA
Chapman & Hall/CRC Mathematical and Computational Imaging Sciences Series
Helping readers master digital imaging, this text presents a unified theoretical basis for understanding and designing methods of imaging and image processing. Designed for newcomers to imaging science and engineering, the book covers the subject in its entirety, from image formation to image perfecting. The author avoids using heavy mathematics and derives all formulas in full detail. To facilitate a deeper understanding of the major results, the book includes a number of exercises supported by MATLAB® programs, with the code available at www.crcpress.com.
Written primarily for senior undergraduate and graduate students, this book makes the subject of coding theory easy to understand. With a simple yet rigorous analytic and computational approach, it explains each code, describing applications as well as advantages and disadvantages. More advanced readers will appreciate the discussion of modern developments in coding theory and the coverage of stochastic processes. Robust and self-contained, the book illustrates the codes with more than 200 examples. Topics covered include Hamming, Golay, BCH, Reed–Solomon, LDPC, Tornado, and the Fountain family of codes.
Print ISBN: 978-1-4398-6140-0 eBook ISBN: 978-1-4398-6141-7 November 2012, 6-1/8 x 9-1/4, 511 pp. Suggested Price: $104.95 / £66.99
Print ISBN: 978-1-4398-8181-1 eBook ISBN: 978-1-4665-0562-9 March 2012, 6-1/8 x 9-1/4, 512 pp. Suggested Price: $93.95 / £59.99
Textbook
Algebraic Curves in Cryptography
Variational Methods in Image Processing
San Ling, Huaxiong Wang, and Chaoping Xing Nanyang Technological University, Singapore
Luminita A. Vese University of California, Los Angeles, USA
Series: Discrete Mathematics and Its Applications
Chapman & Hall/CRC Mathematical and Computational Imaging Sciences Series
This self-contained book is one of the first to focus on many topics in cryptography involving algebraic curves. After supplying the necessary background on algebraic curves, the authors discuss error-correcting codes, including algebraic geometry codes, and provide an introduction to elliptic curves. Each chapter in the remainder of the book deals with a selected topic in cryptography (other than elliptic curve cryptography). The topics covered include secret sharing schemes, authentication codes, frameproof codes, key distribution schemes, broadcast encryption, and sequences.
Variational methods have proven to be powerful techniques for solving many image processing tasks. Balancing theory with practical approaches, this book covers a wide range of variational methods and their applications. The first part of the text focuses on image restoration, covering such topics as regularization, minimization, and nonlocal and higher-order variational methods. The second part addresses image segmentation, including the Mumford and Shah segmentation problem. The final section discusses varational image processing on manifolds. An accompanying CD-ROM includes MATLAB® code and color figures. Print ISBN: 978-1-4398-4973-6 April 2014, 6-1/8 x 9-1/4, 406 pp. Suggested Price: $79.95 / £49.99
Print ISBN: 978-1-4200-7946-3 eBook ISBN: 978-1-4200-7947-0 June 2013, 6-1/8 x 9-1/4, 340 pp. Suggested Price: $79.95 / £49.99
For more information and a complete list of titles, visit us at www.crcpress.com
Computer Graphics / Cryptography & Coding Theory
Ian Muehlenhaus
University of Montreal, Quebec, Canada
37
Textbook
Textbook
Applied Combinatorics
Cryptography
Second Edition
Theory and Practice, Third Edition
Fred Roberts
Douglas R. Stinson
Rutgers University, Piscataway, New Jersey, USA
University of Waterloo, Ontario, Canada
Barry Tesman
Series: Discrete Mathematics and Its Applications
Dickinson College, Carlisle, Pennsylvania, USA
Cryptography & Coding Theory
This bestselling textbook presents the tools of combinatorics from an applied point of view. It focuses on three basic problems of combinatorics: counting, existence, and optimization problems. The text contains many examples from the biological, computer, and social sciences, including disease screening, genome mapping, satellite communication, search engines, telecommunications traffic, web data, sound systems, oil drilling, dynamic labor markets, data mining, and distributed computing. It also offers numerous references to the literature of combinatorics and its applications.
The third edition of this bestselling text provides unparalleled coverage of the use of cryptographic protocols that establish the steps that must be taken before any type of secret transmission can be completed. The author shows how the various parties to the transaction establish their cryptographic identities or keys, covers many of the cryptographic tools used in network security, and discusses copyright protection techniques and public key infrastructure. An outstanding text for senior undergraduate and graduate courses, it is also a useful reference for anyone interested in network security and cryptographic protocols.
Print ISBN: 978-1-4200-9982-9 eBook ISBN: 978-1-4398-9033-2 June 2009, 7 x 10, 848 pp. Suggested Price: $115.95 / £72.99
Print ISBN: 978-1-58488-508-5 eBook ISBN: 978-1-4200-5713-3 November 2005, 6-1/8 x 9-1/4, 616 pp. Suggested Price: $73.95 / £46.99
Communication System Security
Textbook
Lidong Chen National Institute of Standards and Technology, Gaithersburg, Maryland, USA
Classical and Modern with Maplets Richard E. Klima
Guang Gong University of Waterloo, Ontario, Canada
Appalachian State University, Boone, North Carolina, USA
Chapman & Hall/CRC Cryptography and Network Security Series
Neil P. Sigmon
Helping current and future system designers take a more productive approach in the field, this text shows how to apply security principles to state-of-the-art communication systems. The authors use previous design failures and security flaws to explain common pitfalls in security design. The book includes many examples, figures, exercises, and projects and provides PowerPoint slides and other ancillaries on the author’s website. A solutions manual is available with qualifying course adoption.
38
Cryptology
Print ISBN: 978-1-4398-4036-8 eBook ISBN: 978-1-4665-6625-5 May 2012, 6-1/8 x 9-1/4, 750 pp. Suggested Price: $93.95 / £59.99
Radford University, Virginia, USA Series: Discrete Mathematics and Its Applications
In a clear, nontechnical manner, this text explains how fundamental mathematical concepts are the bases of cryptographic algorithms. It covers the Enigma machine and Navajo code used during World War II, describes the implementation and cryptanalysis of classical ciphers, and gives straightforward explanations of the AES, public-key ciphers, and message authentication. The book assumes minimal mathematical prerequisites and incorporates easy-touse Maplets throughout that provide practical examples of the techniques. The Maplets are available for download online. A solutions manual is available with qualifying course adoption. Print ISBN: 978-1-4398-7241-3 eBook ISBN: 978-1-4398-7242-0 June 2012, 6-1/8 x 9-1/4, 548 pp. Suggested Price: $83.95 / £51.99
Textbook
Computational Number Theory Abhijit Das
Group Theoretic Cryptography
Indian Institute of Technology, Kharagpur
Maria Isabel Vasco
Series: Discrete Mathematics and Its Applications
Universidad Rey Juan Carlos, Madrid, Spain
Developed from the author’s popular graduate-level course, this self-contained text provides complete treatment of number-theoretic algorithms. Requiring no prior experience with number theory or sophisticated algebraic tools, the book covers many computational aspects of number theory and highlights important and interesting engineering applications. With an emphasis on implementation issues, it uses the freely available number-theory calculator GP/PARI to demonstrate complex arithmetic computations. The text includes numerous examples and exercises throughout and omits lengthy proofs, making the material accessible to students and practitioners. Print ISBN: 978-1-4398-6615-3 eBook ISBN: 978-1-4398-6618-4 March 2013, 6-1/8 x 9-1/4, 614 pp. Suggested Price: $89.95 / £57.99
Spyros Magliveras and Rainer Steinwandt Florida Atlantic University, Boca Raton, Florida, USA Chapman & Hall/CRC Cryptography and Network Security Series
Group theoretic problems appear to be the most promising source of hard computational problems for deploying new cryptographic constructions. This reference focuses on the specifics of using nonabelian groups in the field of cryptography. It provides an introduction to cryptography (mostly asymmetric) with a focus on group theoretic constructions, making it the first book to use this approach. The authors include all of the needed cryptographic and group theoretic concepts. They supply exercises at the end of each chapter, selected solutions in the back of the book, and suggestions for student projects. Print ISBN: 978-1-58488-836-9 June 2014, 6-1/8 x 9-1/4, 320 pp. Suggested Price: $89.95 / £57.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Hardware Security
Textbook
Handbook of Applied Cryptography
Design, Threats, and Safeguards
Series: Discrete Mathematics and Its Applications
The Handbook of Applied Cryptography serves as a valuable reference for novices as well as for experts. It provides a multifunctional treatment that introduces the more practical aspects of both conventional and public-key cryptography, and offers a valuable source of techniques and algorithms for serious practitioners. With outstanding organization that allows easy access to all information, it includes more than 200 algorithms and protocols, extensive cross referencing, and more than 1,250 references that include brief comments on each entry. Print ISBN: 978-0-8493-8523-0 eBook ISBN: 978-1-4398-2191-6 October 1996, 7 x 10, 816 pp. Suggested Price: $93.95 / £44.99
Debdeep Mukhopadhyay and Rajat Subhra Chakraborty Indian Institute of Technology Kharagpur, West Bengal, India
With the ever-increasing proliferation of e-business practices, great volumes of secure business transactions and data transmissions are routinely carried out in encrypted forms through devices ranging from personal smartcards to business servers. Designed through hardware and embedded systems to meet real-time requirements, the cryptographic algorithms are often computationally intensive. Addressing diverse aspects of hardware security, this book covers cryptographic algorithms and their implementations, side-channel analysis, hardware intellectual property protection, and piracy prevention. It also discusses hardware Trojan threats and evaluates possible solutions. Print ISBN: 978-1-4398-9583-2 March 2014, 6-1/8 x 9-1/4, 600 pp. Suggested Price: $89.95 / £57.99
Handbook of Elliptic and Hyperelliptic Curve Cryptography
Textbook
Second Edition
Principles and Protocols
Edited by
Jonathan Katz
Henri Cohen, Gerhard Frey, Roberto Avanzi, Christophe Doche, Tanja Lange, Kim Nguyen, and Frederik Vercauteren
Yehuda Lindell
Introduction to Modern Cryptography University of Maryland, College Park, USA Bar-Ilan University, Ramat Gan, Israel
Series: Discrete Mathematics and Its Applications
Chapman & Hall/CRC Cryptography and Network Security Series
This handbook provides a complete reference on elliptic and hyperelliptic curve cryptography. Addressing every aspect of the field, the book contains all of the background necessary to understand the theory and security of cryptosystems as well as the algorithms that can be used to implement them. This second edition features the latest developments on pairing-based cryptography, new ideas on index-calculus attacks, improved algorithms for genus-2 arithmetic, and a number of other new additions. It also includes many new applications and provides better explanations on some of the more mathematical presentations.
This text provides a rigorous yet accessible treatment of modern cryptography, focusing on formal definitions, assumptions, and rigorous proofs of security. The first half gives an extensive treatment of private-key cryptography, including encryption, message authentication, and design principles for block ciphers such as the DES and the AES. The second half focuses on public-key cryptography, beginning with a self-contained introduction to the number theory needed for the RSA, Diffie-Hellman, El Gamal, and other cryptosystems. The book concludes with a discussion of the random oracle model and its applications.
Print ISBN: 978-1-4398-4000-9 May 2014, 7 x 10, 1024 pp. Suggested Price: $109.95 / £70.99
Print ISBN: 978-1-58488-551-1 eBook ISBN: 978-1-4200-1075-6 August 2007, 6-1/8 x 9-1/4, 552 pp. Suggested Price: $85.95 / £42.99
Handbook of Finite Fields
Textbook
Gary L. Mullen The Pennsylvania State University, University Park, USA
Daniel Panario Carleton University, Ottawa, Ontario, Canada Series: Discrete Mathematics and Its Applications
Poised to become the leading reference in the field, this definitive handbook is exclusively devoted to the theory and applications of finite fields. Edited by two renowned researchers and with more than 80 international contributors compiling stateof-the-art research, the book uses a uniform style and format throughout and each chapter is self contained and peer reviewed. The handbook provides a comprehensive index and easy access to over 3,000 references, enabling readers to quickly locate up-to-date facts and results regarding finite fields. Print ISBN: 978-1-4398-7378-6 eBook ISBN: 978-1-4398-7382-3 June 2013, 7 x 10, 1068 pp. Suggested Price: $139.95 / £89.00
Cryptography & Coding Theory
Alfred J. Menezes, Scott A. Vanstone, and Paul C. van Oorschot
An Introduction to Number Theory with Cryptography James S. Kraft Gilman School, Baltimore, Maryland, USA
Lawrence C. Washington University of Maryland, College Park, USA
For many years number theory was one of the purest areas of pure mathematics. More recently, it has been an area that also has important applications to subjects such as cryptography. This book presents number theory along with many interesting applications. Designed for an undergraduate-level course, it covers standard number theory topics and gives instructors the option of integrating several other topics into their coverage. The “Check Your Understanding” problems aid readers in learning the basics, and there are numerous exercises, projects, and computer explorations of varying levels of difficulty. Print ISBN: 978-1-4822-1441-3 eBook ISBN: 978-1-4822-1442-0 September 2013, 6-1/8 x 9-1/4, 572 pp. Suggested Price: $89.95 / £59.95
For more information and a complete list of titles, visit us at www.crcpress.com
39
Modern Stream Ciphers
Noiseless Steganography
Design and Analysis
The Key to Covert Communications
Thomas Johansson
Abdelrahman Desoky
Lund University, Sweden
Consultant, Baltimore, Maryland, USA
Willi Meier FHNW, Windisch, Switzerland Series: Discrete Mathematics and Its Applications
Cryptography & Coding Theory
An increased interest in stream ciphers has recently been reflected in a number of applications. These are most useful for securing environments with constrained resources in computing power and energy as well as areas where very high speed is required in software implementations. This book covers the field of symmetric cryptography and provides a basic understanding of stream ciphers and pseudo-random sequences for system design and implementation purposes. The authors discuss key stream ciphers, e-stream competition, applications of stream ciphers, cryptanalysis, and various types of attacks. Print ISBN: 978-1-4398-5034-3 June 2014, 6-1/8 x 9-1/4, 456 pp. Suggested Price: $89.95 / £57.99
Multiple-Base Number System
Print ISBN: 978-1-4398-4621-6 eBook ISBN: 978-1-4398-4622-3 February 2012, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $125.95 / £81.00
Theory and Applications
Optical Coding Theory with Prime
Vassil Dimitrov and Graham Jullien
Wing C. Kwong
University of Calgary, Alberta, Canada
Hofstra University, Hempstead, New York, USA
Roberto Muscedere
Guu-Chang Yang
University of Windsor, Ontario, Canada Series: Circuits and Electrical Engineering
40
This volume introduces Nostega—a novel noiseless steganography paradigm. Rather than hiding data in noise or producing noise, Nostega camouflages messages as well as their transmission in the form of unquestionable data in the generated steganographic cover. The book explains how to use Nostega to determine suitable domains capable of generating unsuspicious steganographic cover in which messages are embedded in the form of innocent data compatible with the chosen domain. It presents a number of Nostega-based methodologies and discusses their implementation and steganalysis validation.
National Chung Hsing University, Taichung, Taiwan
This book introduces the technique of computing with a recently introduced number representation and its arithmetic operations, referred to as the Multiple Base Number System (MBNS). Content includes a review of the latest research in the field. The authors take the reader through an initial introduction to computation and arithmetic with applications, to lay the groundwork for presenting the MBNS. They also deal with implementation issues of MBNS arithmetic processors targeted to selected applications in DSP and cryptography.
Dedicated to optical coding theory, this unique book covers fundamental concepts and important developments, with a focus on families of prime codes, supplemented with several families of non-prime codes. It also explores potential applications to coding-based optical systems and networks. In a clear, concise manner, the authors first present the mathematical tools essential to optical coding theory. Using a wealth of examples, they then describe applications of optical codes in various coding schemes, along with supporting hardware technologies. This is an authoritative reference from two world-renowned experts in the field.
Print ISBN: 978-1-4398-3046-8 eBook ISBN: 978-1-4398-3047-5 January 2012, 6-1/8 x 9-1/4, 294 pp. Suggested Price: $146.95 / £93.00
Print ISBN: 978-1-4665-6780-1 eBook ISBN: 978-1-4665-6781-8 May 2013, 6-1/8 x 9-1/4, 381 pp. Suggested Price: $159.95 / £99.00
New Directions of Modern Cryptography
Secret History
Zhenfu Cao
Craig P. Bauer
Shanghai Jiao Tong University, China
The study of cryptography is motivated by and driven forward by security requirements. This volume presents the fundamental definitions, precise assumptions, and rigorous security proofs of cryptographic primitives and related protocols. It also describes how they originated from security requirements and how they are applied. Providing vivid demonstrations of how modern cryptographic techniques can be used to solve security problems, the book’s applications cover wired and wireless communication networks, satellite communication networks, multicast/broadcast and TV networks, and newly emerging networks.. Print ISBN: 978-1-4665-0138-6 eBook ISBN: 978-1-4665-0140-9 December 2012, 6-1/8 x 9-1/4, 400 pp. Suggested Price: $104.95 / £66.99
The Story of Cryptology York College of Pennsylvania, USA Series: Discrete Mathematics and Its Applications
Most available cryptology books primarily focus on either mathematics or history. Breaking this mold, Secret History gives a thorough yet accessible treatment of both the mathematics and history of cryptology. Requiring minimal mathematical prerequisites, the book presents the mathematics in sufficient detail and weaves the history throughout the chapters. In addition to the fascinating historical and political sides of cryptology, the author—a former scholar-in-residence at the U.S. National Security Agency Center for Cryptologic History—includes interesting instances of codes and ciphers in crime, literature, music, and art. Print ISBN: 978-1-4665-6186-1 eBook ISBN: 978-1-4665-6187-8 March 2013, 6-1/8 x 9-1/4, 620 pp. Suggested Price: $69.95 / £44.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Harsh Kupwade Patil Fish & Richardson P.C., Dallas, Texas, USA
Stephen A. Szygenda Southern Methodist University, Dallas, Texas, USA
This book introduces cross-layer design approaches for wireless sensor networks using identity-based cryptography. It starts with a review of the existing layered approach and then examines new attack vectors that exploit the layered approach to security. After providing the necessary background, the authors present a cross layer design approach to address authentication, integrity, and encryption. They also examine new ID-based key management mechanisms using a cross layer design perspective as well as secure routing and new intrusion detection techniques.
Applied Data Mining Guandong Xu, Yu Zong, and Zhenglu Yang Data mining has witnessed substantial advances in recent decades. New research questions and practical challenges have arisen from emerging areas and applications within the various fields closely related to human daily life, e.g. social media and social networking. This book aims to bridge the gap between traditional data mining and the latest advances in newly emerging information services. It explores the extension of well-studied algorithms and approaches into these new research arenas. Print ISBN: 978-1-4665-8583-6 eBook ISBN: 978-1-4665-8584-3 June 2013, 6-1/8 x 9-1/4, 284 pp. Suggested Price: $89.95 / £57.99
Print ISBN: 978-1-4398-6901-7 eBook ISBN: 978-1-4398-6902-4 October 2012, 6-1/8 x 9-1/4, 232 pp. Suggested Price: $125.95 / £81.00
Advances in Machine Learning and Data Mining for Astronomy Edited by
Michael J. Way, Jeffrey D. Scargle, Kamal M. Ali, and Ashok N. Srivastava Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
This practical guide illustrates the use of state-of-theart machine learning and data mining techniques in astronomy. The book presents issues in the astronomical sciences that are also important to health, social, and physical sciences. It describes a number of astrophysics case studies that leverage a range of machine learning and data mining technologies. In addition, developers of algorithms and practitioners of machine learning and data mining show how these tools and techniques are used in astronomical applications. Print ISBN: 978-1-4398-4173-0 eBook ISBN: 978-1-4665-6781-8 March 2012, 7 x 10, 744 pp. Suggested Price: $104.95 / £66.99
Big Data Computing Edited by
Rajendra Akerkar Western Norway Research Institute, Sogndal
To tackle the challenges of big data, novel approaches and tools have emerged. Moreover, the technology required for big data computing is developing at a satisfactory rate due to market forces and technological evolution. This book presents a mix of theory and industry cases that discuss the technical and practical issues related to big data in intelligent information management. It emphasizes the adoption and diffusion of big data tools and technologies in real practical applications. In addition, the book balances between academic and industry contributions.
Cryptography & Coding Theory / Data Mining
Security for Wireless Sensor Networks using Identity-Based Cryptography
Print ISBN: 978-1-4665-7837-1 November 2013, 6-1/8 x 9-1/4, 564 pp. Suggested Price: $99.95 / £63.99
41 Bioinformatics Database Systems
Textbook
Ambient Diagnostics
Jason T.L. Wang New Jersey Institute of Technology, Newark, USA
Yang Cai Carnegie Mellon University, Pittsburgh, Pennsylvania, USA
In everyday life, we often recognize patterns from adhoc sensors and make intuitive decisions. This process is known as ambient diagnostics. This textbook is written for emerging courses in biomedical engineering, electrical engineering, and computer science that explore intelligent software diagnostics from affordable devices, such as sensors on mobile phones, microphones, cameras, and gyroscopes. The text inspires readers to design and develop tools tor personal health monitoring and diagnosis. Print ISBN: 978-1-4665-1041-8 February 2014, 6-1/8 x 9-1/4, 392 pp. Suggested Price: $99.95 / £63.99
Katherine G. Herbert University of Montclair, New Jersey, USA
This book explains the world of database systems to bioinformatics and cheminformatics database users. It begins with a survey of popular databases, including primary genetic and protein sequence, phylogenetic, structure and pathway, and microarray databases. The text discusses information management and modeling issues in these databases, addressing data quality issues as well as efforts in the data cleaning field to combat such problems. From drug discovery to the structure of various molecular components of the cell, the authors present new applications and case studies illustrating concepts in database systems. Print ISBN: 978-1-4398-1247-1 May 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $79.95 / £49.99
For more information and a complete list of titles, visit us at www.crcpress.com
Clustering
Contrast Data Mining
A Data Recovery Approach, Second Edition
Concepts, Algorithms, and Applications
Boris Mirkin
Guozhu Dong
DCS Birkbeck University of London, UK
Wright State University, Dayton, Ohio, USA
Series: Chapman & Hall/CRC Computer Science & Data Analysis
James Bailey
Covering both classical and modern approaches including K-Means and divisive clustering, this book uses in-depth case studies to illustrate how clustering methods can be applied. The case studies have been expanded and improved in this second edition. The author also presents new material on variable selection and weighting, similarity/relational data clustering, spectral clustering, and interpretation of clusters. This edition is supplemented with a website that includes MATLAB® code and datasets for all of the examples presented in the text.
Data Mining
Print ISBN: 978-1-4398-3841-9 eBook ISBN: 978-1-4398-3842-6 October 2012, 6-1/8 x 9-1/4, 374 pp. Suggested Price: $104.95 / £66.99
Computational Business Analytics Subrata Das Machine Analytics, Inc., Belmont, Massachusetts, USA Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
This book describes modeling techniques and computational algorithms for descriptive and predictive analytics and associated decision support. It shows how numerical statistical techniques can be augmented or enriched with techniques from symbolic artificial intelligence (AI), machine learning (ML), data mining, and control theory for enhanced descriptive, redictive, and prescriptive analytics. The book covers both traditional probabilistic/statistical and cutting-edge AI and ML-based approaches. It emphasizes modeling problems that are time dependent and covers useful applications, including information structuring and sentiment analysis.
42
Edited by
Print ISBN: 978-1-4398-9070-7 December 2013, 6-1/8 x 9-1/4, 528 pp. Suggested Price: $79.95 / £49.99
The University of Melbourne, Victoria, Australia Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
This work collects recent results from this specialized area of data mining that have previously been scattered in the literature, making them more accessible to researchers and developers in data mining and other fields. The book not only presents concepts and techniques for contrast data mining, but also explores the use of contrast mining to solve challenging problems in various scientific, medical, and business domains. It examines how contrast mining is used in discriminative gene transfer and microarray analysis, computational toxicology, spatial and image data classification, network security, and many more applications. Print ISBN: 978-1-4398-5432-7 eBook ISBN: 978-1-4398-5433-4 September 2012, 6-1/8 x 9-1/4, 434 pp. Suggested Price: $93.95 / £59.99
Textbook
Customer and Business Analytics Applied Data Mining for Business Decision Making Using R Daniel S. Putler Alteryx, California, USA
Robert E. Krider Simon Fraser University, Burnaby, British Columbia, Canada Chapman & Hall/CRC The R Series
Showing how data mining can improve the performance of organizations, this book and its R-based software provide the skills and tools needed to successfully develop advanced analytics capabilities. It explains and demonstrates, via the accompanying open-source software, how advanced analytical tools can address various business problems. The authors also give insight into some of the challenges faced when deploying these tools. Readers can access a powerful, GUI-enhanced customized R package online as well as example data sets on the book’s website. Print ISBN: 978-1-4665-0396-0 eBook ISBN: 978-1-4665-0399-1 May 2012, 7 x 10, 315 pp., Soft Cover Suggested Price: $73.95 / £46.99
Computational Intelligent Data Analysis for Sustainable Development Edited by
Ting Yu, Nitesh Chawla, and Simeon Simoff Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
Researchers in the field of computational intelligent data analysis design algorithms that solve increasingly complex data problems in changing environments, including economic, environmental, and social data. This volume presents novel methodologies for automatically processing these types of data to support rational decision making for sustainable development. Through numerous case studies and applications, it illustrates important data analysis methods, including mathematical optimization, machine learning, signal processing, and temporal and spatial analysis, for quantifying and describing sustainable development problems. Print ISBN: 978-1-4398-9594-8 eBook ISBN: 978-1-4398-9595-5 April 2013, 6-1/8 x 9-1/4, 440 pp. Suggested Price: $99.95 / £63.99
Data Analytics A Problem-Solving Approach Sanjay Chawla University of Sydney, Australia
Nitesh Chawla University of Notre Dame, Indiana, USA Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
An increasing number of businesses and organizations are creating new analytics departments to identify, manage, and make best use of patterns within their large data repositories. This is the first book to target data mining practitioners working within these organizations, by introducing the key analytical concepts and emerging techniques in data analytics. Each chapter in the book lists the basic results and key facts relevant to the topic, along with a series of exercises and complete solutions. Many of the problems are presented using real case scenario. Print ISBN: 978-1-4200-7383-6 May 2014, 6-1/8 x 9-1/4, 400 pp. Suggested Price: $79.95 / £49.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Data Clustering
Data Mining Mobile Devices
Algorithms and Applications
Jesus Mena
Charu C. Aggarwal IBM Research, Yorktown Heights, New York, USA
Chandan K. Reddy Wayne State University, Detroit, Michigan, USA Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
In this book, top researchers from around the world cover the entire area of clustering, from basic methods to more refined and complex data clustering approaches. They pay special attention to recent issues in graphs, social networks, and other domains. The book explores the characteristics of clustering problems in a variety of application areas. It also explains how to glean detailed insight from the clustering process—including how to verify the quality of the underlying clusters—through supervision, human intervention, or the automated generation of alternative clusters.
Triangular Marketing, El Paso, Texas, USA
Data Mining Mobile Devices defines the collection of machine-sensed environmental data pertaining to human social behavior. Describing how to analyze Wi-Fi and GPS data from websites and apps, it explains how to model mined data through the use of artificial intelligence software. It also discusses the monetization of mobile devices’ desires and preferences that can lead to the triangulated marketing of content, products, or services to billions of consumers. Print ISBN: 978-1-4665-5595-2 eBook ISBN: 978-1-4665-5596-9 June 2013, 6-1/8 x 9-1/4, 328 pp. Suggested Price: $69.95 / £44.99
Print ISBN: 978-1-4665-5821-2 eBook ISBN: 978-1-4665-5822-9 August 2013, 7 x 10, 652 pp. Suggested Price: $99.95 / £63.99
Data Mining with R
Textbook
Data Mining
Learning with Case Studies
Theories, Algorithms, and Examples Nong Ye
Luis Torgo University of Porto, Portugal
Series: Human Factors and Ergonomics
Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
Written for those with a science and engineering background, this book introduces and explains a comprehensive set of data mining techniques from various data mining fields. Concepts and methodologies are illustrated through numerous examples of data mining applications in cyber attack detection, discovery of neuronal population dynamics, and manufacturing quality control. Other topics include methodologies for mining classification and prediction patterns, mining clustering, and mining data reduction patterns and sequential and time series patterns.
This hands-on book uses practical examples to illustrate the power of R and data mining. Assuming no prior knowledge of R or data mining/statistical techniques, it covers a diverse set of problems that pose different challenges in terms of size, type of data, goals of analysis, and analytical tools. The main data mining processes and techniques are presented through detailed, real-world case studies. With these case studies, the author supplies all necessary steps, code, and data. Mirroring the do-it-yourself approach of the text, the supporting website provides data sets and R code.
Print ISBN: 978-1-4398-0838-2 eBook ISBN: 978-1-4398-0839-9 July 2013, 6-1/8 x 9-1/4, 349 pp. Suggested Price: $119.95 / £76.99
Print ISBN: 978-1-4398-1018-7 eBook ISBN: 978-1-4398-7640-4 November 2010, 6-1/8 x 9-1/4, 305 pp. Suggested Price: $87.95 / £55.99
Data Mining for Bioinformatics
Ensemble Methods
Sumeet Dua and Pradeep Chowriappa
Foundations and Algorithms
Louisiana Tech University, Ruston, USA
Zhi-Hua Zhou
Data Mining for Bioinformatics enables researchers to meet the challenge of mining vast amounts of biomolecular data to discover real knowledge. Covering theory, algorithms, and methodologies, as well as data mining technologies, it presents a thorough discussion of data-intensive computations used in data mining applied to bioinformatics. The book explains data mining design concepts to build applications and systems. Showing how to prepare raw data for the mining process, the text is filled with heuristics that speed the data mining process. Print ISBN: 978-0-8493-2801-5 eBook ISBN: 978-1-4200-0430-4 November 2012, 6-1/8 x 9-1/4, 348 pp. Suggested Price: $93.95 / £59.99
Data Mining
Edited by
Nanjing University, China
This self-contained introduction shows how ensemble methods are used in real-world tasks. It first presents background and terminology for readers unfamiliar with machine learning and pattern recognition. The book then covers the main algorithms and theories, including Boosting, Bagging, Random Forest, averaging and voting schemes, and diversity measures. Moving on to more advanced topics, the author explains details behind ensemble pruning and clustering ensembles. He also describes developments in semi-supervised learning, active learning, cost-sensitive learning, class-imbalance learning, and comprehensibility enhancement. Print ISBN: 978-1-4398-3003-1 eBook ISBN: 978-1-4398-3005-5 June 2012, 6-1/8 x 9-1/4, 236 pp. Suggested Price: $83.95 / £51.99
For more information and a complete list of titles, visit us at www.crcpress.com
43
Event Mining Theory, Algorithms, and Applications
Intelligent Technologies for Web Applications
Edited by
Priti Srinivas Sajja and Rajendra Akerkar
Tao Li
Series: Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
Florida International University, Miami, USA
Chang-shing Perng IBM TJ. Watson Research Center, Yorktown Heights, New York, USA
This book presents a variety of approaches and applications for using data mining and machine learning techniques in the context of event mining. It offers an introductory overview on recent developments and discusses the challenges and common tasks that need to be addressed in practical applications. The book extensively covers complex event processing, event mining and summarization, and applications in ITIL event management, intelligent cloud management, health care, and smart homes.
Data Mining
Print ISBN: 978-1-4665-6857-0 June 2014, 6-1/8 x 9-1/4, 400 pp. Suggested Price: $99.95 / £63.99
Print ISBN: 978-1-4398-7162-1 eBook ISBN: 978-1-4398-7164-5 May 2012, 7 x 10, 367 pp. Suggested Price: $93.95 / £59.99
Expert Bytes
Introduction to Agent Mining
Computer Expertise in Forensic Documents - Players, Needs, Resources and Pitfalls
Longbing Cao and Chengqi Zhang
Vlad Atanasiu
Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
University of Fribourg, Switzerland
This volume introduces computer scientists and forensic document examiners to the computer expertise of forensic documents and assists them with the design of research projects in this interdisciplinary field. Examining what has been done in the field so far and what the future looks like, the book is a project design guide, an anthropological inquiry, and a technology, market, and policies review. Concise and practical, featuring an attractive and functional layout design, the text is supplemented with graphical data representations, statistics, resource lists, and extensive references to facilitate further study.
44
This reference presents both fundamental and advanced topics related to web operations. Using an integrated approach, the authors describe the basics as well as latest trends in the area. They cover agent-based web, wrapper induction, web mining, information retrieval, web knowledge management, and social networks. The text includes a host of examples and over 100 illustrations that clarify complex material. It also contains many bibliographical notes, end-ofchapter exercises, glossaries, and practice questions with solutions/hints.
Print ISBN: 978-1-4665-9190-5 eBook ISBN: 978-1-4665-9191-2 September 2013, 6-1/8 x 9-1/4, 208 pp. Suggested Price: $79.95 / £49.99
University of Technology, Sydney, Australia
Zili Zhang Deakin University, Geelong, Victoria, Australia
Multiagent systems and data mining have emerged as two of the most vigorous areas for building intelligent information technology. This book presents the synergy between these fields, along with the methodologies, techniques, algorithms, and systems that integrate these technologies. It highlights the effectiveness and power of agentdriven data mining algorithms in designing intelligent data mining methods, data mining-driven agent intelligence enhancement, and mutual challenges faced by both communities. Detailed case studies demonstrate the mutual enhancement of the integration while the impact of new problems and challenges shows future trends in information technology as a whole. Print ISBN: 978-1-4398-0013-3 May 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $89.95 / £57.99
Foundations of Predictive Analytics
Knowledge and Systems Science
James Wu and Stephen Coggeshall
Yoshiteru Nakamori
ID Analytics, San Diego, California, USA Series: Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
Drawing on the authors’ two decades of experience in applied modeling and data mining, this self-contained book presents the fundamental background required for analyzing data and building models for many practical applications, such as consumer behavior modeling, risk and marketing analytics, and other areas. It explains the algorithmic details behind each technique, including underlying assumptions and mathematical formulations, and discusses a variety of practical topics that are frequently missing from similar texts. Software and examples are available at www.DataMinerXL.com Print ISBN: 978-1-4398-6946-8 eBook ISBN: 978-1-4398-6948-2 February 2012, 6-1/8 x 9-1/4, 337 pp. Suggested Price: $93.95 / £59.99
Enabling Systemic Knowledge Synthesis Japan Advanced Institute of Science and Technology, Ishikawa
Integrating ideas from the fields of systems science and knowledge science, this book shows how to create and justify various pieces of knowledge systemically. Through case studies of technology archiving, academic research evaluation, demand forecasting of perishable foods, and other real-world concerns, it demonstrates the use of new knowledgebased methods in addressing a variety of complex issues. The author, one of the foremost experts in this area, also illustrates the importance of acquiring a systemic view through trained intuition. Print ISBN: 978-1-4665-9300-8 eBook ISBN: 978-1-4665-9301-5 July 2013, 6-1/8 x 9-1/4, 246 pp. Suggested Price: $99.95 / £63.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Mining User Generated Content Edited by
Marie-Francine Moens, Juanzi Li, and Tat-Seng Chua
Risk Assessment and Decision Analysis with Bayesian Networks Norman Fenton and Martin Neil Queen Mary University of London, UK
Bayesian networks are widely recognized as exciting and powerful technology for handling risk assessment. This book focuses on applications of Bayesian networks and practical model building using AgenaRisk, a powerful commercial software tool. The text includes real-life examples from the areas of operational risk, software risk, and reliability. Topics covered include probability tables, continuous variables, and decision-support systems. The authors introduce all the necessary probability and statistics and present the essential algorithms in an appendix.
Print ISBN: 978-1-4665-5740-6 January 2014, 6-1/8 x 9-1/4, 434 pp. Suggested Price: $99.95 / £63.99
Print ISBN: 978-1-4398-0910-5 eBook ISBN: 978-1-4398-0911-2 November 2012, 7 x 10, 524 pp. Suggested Price: $83.95 / £43.99
Practical Graph Mining with R
Semantic Multimedia Retrieval
Edited by
Current Status and Future Trends
Nagiza F. Samatova, William Hendrix, John Jenkins, Kanchana Padmanabhan, and Arpan Chakraborty Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
Assuming no prior knowledge of mathematics or data mining, this self-contained book presents a do-it-yourself approach to extracting interesting patterns from graph data. Each chapter focuses on a graph mining task, such as link analysis, cluster analysis, and classification. Through many applications, the book demonstrates how computational techniques can help solve real-world problems. Every algorithm and example is accompanied with R code, allowing readers to see how the algorithmic techniques correspond to the process of graph data analysis and to use the graph mining techniques in practice. Print ISBN: 978-1-4398-6084-7 eBook ISBN: 978-1-4398-6085-4 July 2013, 6-1/8 x 9-1/4, 495 pp. Suggested Price: $79.95 / £49.99
Edited by
Nida Aslam and Irfan Ullah This book reviews the state-of-the-art techniques in semantic multimedia retrieval by discussing how relevant multimedia retrieval systems incorporate a semantic layer to improve the system performance. It also intends to disseminate the research and development in bridging the semantic gap. It will educate the researchers, professionals, and multimedia community to understand the state of the art as well as the future trends in multimedia semantics. Print ISBN: 978-1-4822-1609-7 June 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $119.95 / £76.99
45
RapidMiner Data Mining Use Cases and Business Analytics Applications
Service-Oriented Distributed Knowledge Discovery Domenico Talia and Paolo Trunfio University of Calabria, Rende, Italy
Edited by
Markus Hofmann Institute of Technology Blanchardstown, Dublin, Ireland
Ralf Klinkenberg Rapid-I, Dortmund, Germany Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
Written by leaders in the data mining community, including the developers of the RapidMiner software, this book provides an in-depth introduction to the application of data mining and business analytics techniques and tools in scientific research, medicine, industry, commerce, and diverse other sectors. It presents the most powerful and flexible open source software solutions: RapidMiner and RapidAnalytics. The book and software tools cover all relevant steps of the data mining process. The software and their extensions can be freely downloaded at www.RapidMiner.com. Print ISBN: 978-1-4822-0549-7 November 2013, 7 x 10, 525 pp. Suggested Price: $89.95 / £57.99
Data Mining
User Generated Content (UGC) is heterogeneous, distributed, and unstructured, presenting unique problems for data analysis. This edited book presents the latest techniques extracting knowledge and mining data from UGC. The sections of the book define the tasks and media involved when processing user generated content and present the most effective models for extracting and linking structured knowledge from UGC. This lays the foundations for semantic annotation of UGC and multimodal processing of UGC sources. Other chapters discuss the collective intelligence and social aspects of UGC and latent topic modeling in UGC.
Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
A new approach to distributed large-scale data mining, service-oriented knowledge discovery extracts useful knowledge from often unmanageable volumes of data by exploiting data mining and machine learning distributed models and techniques in service-oriented infrastructures. Service-Oriented Distributed Knowledge Discovery presents techniques, algorithms, and systems based on the serviceoriented paradigm. It explains how to design services for data analytics, describes real systems for implementing distributed knowledge discovery applications, and explores mobile data mining models. Print ISBN: 978-1-4398-7531-5 eBook ISBN: 978-1-4398-7533-9 October 2012, 6-1/8 x 9-1/4, 230 pp. Suggested Price: $93.95 / £59.99
For more information and a complete list of titles, visit us at www.crcpress.com
Statistical and Machine-Learning Data Mining Techniques for Better Predictive Modeling and Analysis of Big Data, Second Edition Bruce Ratner DM STAT-1 Consulting, New York, New York, USA
Data Mining / Discrete Systems
Focusing on uniquely large-scale statistical models that effectively consider big data identifying structures (variables) with the appropriate predictive power in order to yield reliable, robust, relevant largescale analyses, this revised edition incorporates 13 new chapters, as well as expanded explanations of the author’s own popular machine-learning GenIQ Model. The book highlights the needs of data analysts, regression modelers, non-regression modelers, and data miners across all industry sectors, delivering practical yet powerful, simple yet insightful quantitative techniques that reliably accommodate big data. Print ISBN: 978-1-4398-6091-5 eBook ISBN: 978-1-4398-6092-2 December 2011, 6-1/8 x 9-1/4, 542 pp. Suggested Price: $87.95 / £55.99
Jason J. Molitierno Sacred Heart University, Fairfield, Connecticut, USA Series: Discrete Mathematics and Its Applications
This book presents results established over the past 40 years on Laplacian matrices of graphs developed using combinatorial matrix theory. The author focuses on the spectrum of Laplacian matrices, the algebraic connectivity of graphs, associated eigenvectors of the Laplacian matrix, and submatrices of the Laplacian matrix. All of these topics illustrate how the properties of a matrix can provide information about the associated graph and vice versa. The text also covers relevant parts of graph theory, Laplacian matrices, and combinatorial matrix theory and includes sources for each theorem. Print ISBN: 978-1-4398-6337-4 eBook ISBN: 978-1-4398-6339-8 January 2012, 7 x 10, 425 pp. Suggested Price: $93.95 / £59.99
TV Content Analysis
Combinatorics of Permutations
Techniques and Applications
Second Edition
Edited by
Miklós Bóna
Yiannis Kompatsiaris, Bernard Merialdo, and Shiguo Lian
University of Florida, Gainesville, USA
Series: Multimedia Computing, Communication and Intelligence
A 2006 CHOICE Outstanding Academic Title, the first edition of this bestseller was lauded for its detailed yet engaging treatment of permutations. With much of the book significantly revised and expanded, this second edition continues to clearly show the usefulness of the subject. Along with more exercises and problems, this edition includes new material on alternating permutations, multivariate applications, pattern avoidance, and asymptotically normal distributions. A new chapter focuses on three sorting algorithms from molecular biology.
Leaving no stone unturned, this book provides a detailed exploration of TV program analysis techniques. It supplies scientifically sound treatment of the state of the art across the related subject areas—such as systems, architectures, algorithms, applications, research results, emerging approaches, and open issues. The book includes coverage of content extraction, content structuring, content recommendation, content quality, web and social TV, and content production.
46
Applications of Combinatorial Matrix Theory to Laplacian Matrices of Graphs
Print ISBN: 978-1-4398-5560-7 eBook ISBN: 978-1-4398-5562-1 March 2012, 6-1/8 x 9-1/4, 674 pp. Suggested Price: $104.95 / £66.99
Algebraic Number Fields and Their Completions Nancy Childress Arizona State University, Tempe, USA Series: Discrete Mathematics and Its Applications
This book integrates local and global theory to reflect a very modern view of algebraic number theory. This approach is used whenever possible to make the book as accessible as possible to readers with some background in abstract algebra. The author uses contemporary notation and includes numerous examples and end-of-chapter exercises. Suitable for a course on algebraic number theory or as background reading on class field theory, the book covers such topics as localization, ramification theory, norms, Minkowski theory, the unit group, cyclotomic fields, and Dedekind domains. Print ISBN: 978-1-4398-5251-4 August 2014, 6-1/8 x 9-1/4, 352 pp. Suggested Price: $89.95 / £57.99
Series: Discrete Mathematics and Its Applications
Print ISBN: 978-1-4398-5051-0 eBook ISBN: 978-1-4398-5052-7 June 2012, 6-1/8 x 9-1/4, 478 pp. Suggested Price: $93.95 / £59.99
Combinatorics of Set Partitions Toufik Mansour University of Haifa, Israel Series: Discrete Mathematics and Its Applications
Focusing on a very active area of mathematical research in the last decade, this book presents methods used in the combinatorics of pattern avoidance and pattern enumeration in set partitions. Each chapter gives historical perspectives, contrasts different approaches, and illustrates methods and definitions with worked examples and Maple™ code. The text also explores research directions and includes end-of-chapter problems that often draw on real-world data. C++ programs and output tables are listed in the appendices and available for download online. Print ISBN: 978-1-4398-6333-6 eBook ISBN: 978-1-4398-6334-3 July 2012, 6-1/8 x 9-1/4, 516 pp. Suggested Price: $104.95 / £66.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Textbook
Textbook
Discrete Algorithmic Mathematics
Graph Theory and Its Applications
Third Edition
Second Edition
Stephen B. Maurer and Anthony Ralston
Jonathan L. Gross
Print ISBN: 978-1-56881-166-6 January 2005, 7-1/2 x 9-1/2, 803 pp. Suggested Price: $104.95 / £66.99
Columbia University, New York, New York, USA
Jay Yellen Rollins College, Winter Park, Florida, USA Series: Discrete Mathematics and Its Applications
Already the most widely used textbook on graph theory, Gross and Yellen’s Graph Theory and Its Applications enhances its appeal with the release of this refreshed and expanded second edition. The superior explanations, original applications, and abundance of study problems that positioned it as the preferred selection of classroom professors worldwide are still to be found. Nearly 200 pages have been added to the second edition including two new chapters, hundreds of new exercises (mostly non-routine), and illustrated solutions and hints to selected exercises. Print ISBN: 978-1-58488-505-4 September 2005, 7 x 10, 800 pp. Suggested Price: $98.95 / £51.99
Textbook
Textbook
Discrete Mathematics with Ducks
Graphs & Digraphs
sarah-marie belcastro
Gary Chartrand and Ping Zhang
Fifth Edition
Research Associate, Smith College, Northampton, Massachusetts, USA
Western Michigan University, Kalamazoo, USA
Linda Lesniak
Suitable for an introductory discrete mathematics course, this text covers the subfields of mathematics and computer science that fall under the general umbrella term. It fits the ideas of the basic curriculum as outlined in the SIGCSE guidelines into a framework that focuses on content rather than technique. The book covers standard and practical topics required in discrete math classes. The author also incorporates classroom activities as well as instructor’s notes at the end of every chapter. Print ISBN: 978-1-4665-0499-8 eBook ISBN: 978-1-4665-0502-5 June 2012, 7-1/2 x 9-1/4, 580 pp. Suggested Price: $62.95 / £41.99
Drew University, Madison, New Jersey, USA
This student-friendly, classroom-tested text remains the consummate introduction to graph theory. Nearly 50 percent longer than its bestselling predecessor, this edition reorganizes the material and presents many new topics, including graph minors, perfect graphs, chromatic polynomials, nowhere-zero flows, flows in networks, degree sequences, toughness, list colorings, and list edge colorings. It also contains new examples, figures, and applications; expanded historical discussions of well-known mathematicians and problems; and more than 300 new exercises, along with hints and solutions to odd-numbered exercises. Print ISBN: 978-1-4398-2627-0 eBook ISBN: 978-1-4398-2629-4 October 2010, 6-1/8 x 9-1/4, 598 pp. Suggested Price: $93.95 / £51.99
Handbook of Graph Theory
Textbook
Discrete Structures and Their Interactions
Second Edition Edited by
Jason I. Brown
Jonathan L. Gross, Jay Yellen, and Ping Zhang
Dalhousie University, Halifax, Canada
Series: Discrete Mathematics and Its Applications
Series: Discrete Mathematics and Its Applications
With exercises and research problems, this text highlights the connections among various discrete structures, including graphs, directed graphs, hypergraphs, partial orders, finite topologies, and simplicial complexes. It also explores their relationships to classical areas of mathematics, such as linear and multilinear algebra, analysis, probability, logic, and topology. The author explains how discrete structures have important applications in many areas inside and outside of combinatorics. He also discusses how to recognize valuable research connections through the structures. Print ISBN: 978-1-4665-7941-5 eBook ISBN: 978-1-4665-7943-9 June 2013, 6-1/8 x 9-1/4, 224 pp. Suggested Price: $79.95 / £49.99
Discrete Systems
Thoroughly revised for a one-semester course, this wellknown and highly regarded book is an outstanding text for undergraduate discrete mathematics. It has been updated with new or extended discussions of order notation, generating functions, chaos, aspects of statistics, and computational biology. Written in a lively, clear style, the book is unique in its emphasis on algorithmics and the inductive and recursive paradigms as central mathematical themes. It includes a broad variety of applications, not just to mathematics and computer science, but to natural and social science as well.
The most comprehensive single-source guide to graph theory, the new edition of this bestselling handbook covers the most current significant topics in graph theory. Designed with non-experts in mind, this unified, authoritative book makes information easy to find and easy to understand. Each chapter includes lists of definitions and facts accompanied by examples, tables, remarks, a glossary, a bibliography, and, in some areas, conjectures and open problems. Print ISBN: 978-1-4398-8018-0 December 2013, 7 x 10, 1608 pp. Suggested Price: $139.95 / £89.00
For more information and a complete list of titles, visit us at www.crcpress.com
47
Near Rings, Fuzzy Ideals, and Graph Theory Bhavanari Satyanarayana and Kuncham Syam Prasad
Discrete Systems / High Performance Computing 48
Near ring theory has many applications in areas as diverse as digital computing, sequential mechanics, automata theory, graph theory, and combinatorics. Suitable for researchers and graduate students, this book provides readers with an understanding of near ring theory and its connection to fuzzy ideals and graph theory. It explores the relationship between near rings and fuzzy sets and between near rings and graph theory. The authors cover topics from recent literature along with several characterizations. Print ISBN: 978-1-4398-7310-6 eBook ISBN: 978-1-4398-7311-3 May 2013, 6-1/8 x 9-1/4, 480 pp. Suggested Price: $99.95 / £63.99
Optimal Supervisory Control of Automated Manufacturing Systems Yufeng Chen and Zhiwu Li
Cloud Computing Data-Intensive Computing and Scheduling Frederic Magoules, Jie Pan, and Fei Teng Chapman & Hall/CRC Numerical Analysis and Scientific Computing Series
This book presents various technologies that demonstrate how cloud computing can meet business requirements and serve as the infrastructure of multidimensional data analysis applications. Addressing performance issues, it explores the evolution of classical techniques and describes completely new methods and innovative algorithms. The text covers scheduling algorithms for real-time tasks and practical algorithms for user bidding and auctioneer pricing. It explains approaches to data analytical query processing, including pre-computing, data indexing, and data partitioning. Print ISBN: 978-1-4665-0782-1 eBook ISBN: 978-1-4665-0783-8 September 2012, 6-1/8 x 9-1/4, 231 pp. Suggested Price: $83.95 / £51.99
CoArrays Parallel Programming in Fortran Robert W. Numrich Minnesota Supercomputing Institute, Minneapolis, USA
Xidian University, Shaanxi Province, P.R. of China
John Ker Reid
This monograph presents the state-of-the-art developments in the design of behaviorally and structurally optimal livenessen-forcing Petri net supervisors with computationally tractable approaches. It details optimal supervisory control problems arising in automated production systems and outlines a methodology to achieve the optimality purposes of deadlock prevention via converting a variety of problems under consideration into integer linear programming models. The book includes a reference bibliography at the end of each chapter and a complete index.
Series: Chapman & Hall/CRC Computational Science
Print ISBN: 978-1-4665-7753-4 eBook ISBN: 978-1-4665-7754-1 January 2013, 6-1/8 x 9-1/4, 204 pp. Suggested Price: $79.95 / £49.99
Quantitative Graph Theory Mathematical Foundations and Applications
Rutherford Appleton Laboratory, Oxfordshire, UK
This book describes the coarray parallel programming model that will be part of the next standard version of the Fortran language. It provides a practical guide for Fortran programmers who want to start writing parallel applications using coarrays as soon as the compilers become commercially available. The authors present the technical specification of the coarray model in enough detail for programmers to write standard-conforming code. They also offer a large number of examples of parallel algorithms written in the coarray model. A supplementary website offers Fortran code samples for download. Print ISBN: 978-1-4398-4004-7 May 2014, 6-1/8 x 9-1/4, 200 pp. Suggested Price: $79.95 / £49.99
Combinatorial Scientific Computing Edited by
Uwe Naumann
Edited by
Matthias Dehmer and Frank Emmert-Streib Series: Discrete Mathematics and Its Applications
This book presents methods for analyzing graphs and networks quantitatively. Incorporating interdisciplinary knowledge from graph theory, information theory, measurement theory, and statistical techniques, it covers a wide range of quantitative graph-theoretical concepts and methods, including those pertaining to random graphs. Through its broad coverage, the book fills a gap in the contemporary literature of discrete and applied mathematics, computer science, systems biology, and related disciplines. Print ISBN: 978-1-4665-8451-8 June 2014, 6-1/8 x 9-1/4, 450 pp. Suggested Price: $89.95 / £57.99
RWTH Aachen University, Germany
Olaf Schenk University of Lugano, Switzerland Series: Chapman & Hall/CRC Computational Science
This volume explores recent research on creating algorithms and software tools to solve key combinatorial problems on largescale high-performance computing architectures. It focuses on load balancing and parallelization on high-performance computers, large-scale optimization, algorithmic differentiation of numerical simulation code, sparse matrix software tools, and combinatorial challenges and applications in large-scale social networks. The authors, who are pioneers in the field, unify these seemingly disparate areas through a common set of abstractions and algorithms based on combinatorics, graphs, and hypergraphs. Print ISBN: 978-1-4398-2735-2 eBook ISBN: 978-1-4398-2736-9 January 2012, 6-1/8 x 9-1/4, 600 pp. Suggested Price: $93.95 / £59.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Computational Quantum Mechanics for Nuclear Physics
Designing Scientific Applications on GPUs
David J. Dean
Edited by
Oak Ridge National Laboratory, Tennessee, USA
Raphael Couturier
Mortin Hjorth-Jensen
University of Franche-Comte, Belfort, France
This book presents the many-body techniques used to describe nuclei from the basic interactions among nucleons. It provides a brief description of modern nuclear forces and their application in finite nuclei. It also includes an overview of several many-body techniques used in the field, including quantum Monte Carlo, configuration interaction, and coupled cluster methods. The book covers the key algorithms necessary to build out and/or use computer codes for simple problems. It also focuses on important high-performance computing aspects, modern computing languages, parallelization methods and libraries, and basic quantum many-body training. Print ISBN: 978-1-4200-6609-8 November 2013, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $99.95 / £63.99
Contemporary High Performance Computing
Series: Chapman & Hall/CRC Numerical Analysis and Scientific Computing
General purpose graphics processing units (GPGPUs) enable researchers in a variety of fields to benefit from the computational power of all the cores available inside graphics cards. This book shows you how to use GPUs for applications in diverse scientific fields, from physics and mathematics to computer science. The book explains the methods necessary for designing or porting your scientific application on GPUs and will improve your knowledge about image processing, numerical applications, methodology to design efficient applications, optimization methods, and much more. Print ISBN: 978-1-4665-7162-4 November 2013, 6-1/8 x 9-1/4, 504 pp. Suggested Price: $89.95 / £57.99
Desktop Grid Computing Edited by
From Petascale toward Exascale
Christophe Cerin
Edited by
Gilles Fedak
Jeffrey S. Vetter Oak Ridge National Laboratory, Tennessee, USA Series: Chapman & Hall/CRC Computational Science
Focusing on recent, major ecosystems in HPC, this book brings together the vast interconnected aspects behind state-of-the-art HPC. It explains all the factors involved in making the world’s leading HPC centers successful, from architectures, applications, facilities, and software to scientists, administrators, and sponsors. The first part of the book examines significant trends in applications, performance, software, and hardware. The second part provides a detailed look at the ecosystem, science, and organization of particular HPC sites. The last part of the book addresses the roles of clouds and grids in HPC. Print ISBN: 978-1-4665-6834-1 eBook ISBN: 978-1-4665-6835-8 April 2013, 7 x 10, 730 pp. Suggested Price: $99.95 / £63.99
Universite Paris XIII, Villetaneuse, France INRIA, University of Lyon, France Chapman & Hall/CRC Numerical Analysis and Scientific Computing Series
This book presents common techniques used in numerous models, algorithms, and tools developed during the last decade to implement desktop grid computing. These techniques enable the solution of many important sub-problems for middleware design, including scheduling, data management, security, load balancing, result certification, and fault tolerance. Each chapter presents the sub-problems, discusses theoretical and practical issues, offers details about implementation and experiments, and includes references to further reading and notes. Print ISBN: 978-1-4398-6214-8 eBook ISBN: 978-1-4398-6215-5 June 2012, 6-1/8 x 9-1/4, 388 pp. Suggested Price: $93.95 / £59.99
Data Intensive Science
The Green Computing Book
Edited by
Tackling Energy Efficiency at Large Scale
Terence Critchlow and Kerstin Kleese van Dam Pacific Northwest National Laboratory, Richland, Washington, USA
Edited by
Series: Chapman & Hall/CRC Computational Science
In this book, a diverse cross-section of application, computer, and data scientists explores the impact of data-intensive science on current research and describes emerging technologies that will enable future scientific breakthroughs. The book identifies best practices used to tackle challenges facing data-intensive science as well as gaps in these approaches. It also focuses on the integration of dataintensive science into standard research practice, explaining how components in the data-intensive science environment need to work together to provide the necessary infrastructure for community-scale scientific collaborations. Print ISBN: 978-1-4398-8139-2 eBook ISBN: 978-1-4398-8141-5 June 2013, 6-1/8 x 9-1/4, 446 pp. Suggested Price: $89.95 / £57.99
High Performance Computing
University of Oslo, Norway
Wu-chun Feng Virginia Polytechnic Institute and State University, Blacksburg, USA Series: Chapman & Hall/CRC Computational Science
Driven by the newly placed importance and growing search for ways to make computing greener and more efficient, this reference is the first research-level book devoted to green computing and large-scale energy efficiency. With contributions from leading experts in the field, the book presents current research and developments in hardware, systems software, run-time systems, programming languages, data center management, and applications. It also covers the emerging green movement in computing, including the Green Grid and the Green 500 list, as well as important programs in grassroots organizations and government agencies. Print ISBN: 978-1-4398-1987-6 March 2014, 6-1/8 x 9-1/4, 352 pp. Suggested Price: $89.95 / £54.99
For more information and a complete list of titles, visit us at www.crcpress.com
49
High Performance Computing Programming and Applications
Industrial Applications of High Performance Computing
John Levesque
Best Global Practices
Cray, Inc., Knoxville, Tennessee, USA
Gene Wagenbreth University of Southern California, Los Angeles, USA Series: Chapman & Hall/CRC Computational Science
High Performance Computing
Covering all three levels of parallelism, this book presents techniques that address performance issues in the programming of HPC applications. Drawing on their experience with chips from AMD and systems, interconnects, and software from Cray Inc., the authors explore the problems that create bottlenecks in attaining good performance. After discussing architectural and software challenges, they outline a strategy for porting and optimizing an existing application to a large MPP system. They also introduce the use of GPGPUs for carrying out HPC computations. Print ISBN: 978-1-4200-7705-6 eBook ISBN: 978-1-4200-7706-3 December 2010, 6-1/8 x 9-1/4, 244 pp. Suggested Price: $98.95 / £62.99
High Performance Agent-Based Modeling Michael John North, Nicholson Collier, and John T. Murphy Argonne National Laboratory, Chicago, Illinois, USA Series: Chapman & Hall/CRC Computational Science
This book details step-by-step methods for developing, verifying, validating, and executing agent models on high performance computers. Readers only need a basic background in computer programming to benefit from the book. All of the examples in the book use the free and open source Repast for High Performance Computing (Repast HPC) C++ and MPI platform. Full source code is provided for all of the step-by-step examples in the book. All of the software discussed in the book is free and open source.
50
Print ISBN: 978-1-4665-5804-5 June 2014, 6-1/8 x 9-1/4, 350 pp. Suggested Price: $89.95 / £57.99
High Performance Parallel I/O Edited by
Prabhat Lawrence Berkeley National Laboratory, California, USA
Quincey Koziol The HDF Group, Urbana-Champaign, Illinois, USA Series: Chapman & Hall/CRC Computational Science
Computational scientists need guidelines on best I/O practices, in order to make best use of existing I/O infrastructure. This book presents a detailed overview of Parallel I/O on current petascale platforms, including I/O hardware resources and filesystems at leading HPC facilities in the US. It covers the leading Parallel I/O libraries and includes case studies that illustrate the use of these libraries for conducting scientific computing. The book concludes with an overview of exascale trends and implications for parallel I/O. Print ISBN: 978-1-4665-8234-7 May 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $89.95 / £57.99
Edited by
Anwar Osseyran SURFsara BV, Netherlands
Merle E. Giles NCSA, University of Illinois, Urbana, USA Series: Chapman & Hall/CRC Computational Science
This book presents best practices in supercomputing applications, both from the perspective of supercomputing centers and from an industry perspective. It supplies a global overview of HPC research along with a discussion of software challenges, business models, access models (e.g. cloud computing), publicprivate partnerships, simulation and modeling, visualization, big data analysis, and governmental and industrial influence. The book concludes by providing a complete overview of current challenges and future directions in supercomputing for researchers and engineers worldwide. Print ISBN: 978-1-4665-9680-1 June 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $99.95 / £63.99
Introduction to Computational Modeling Using C and Open-Source Tools Jose M. Garrido Kennesaw State University, Georgia, USA Series: Chapman & Hall/CRC Computational Science
This book presents the fundamental principles of computational models from a computer science perspective and explains how to implement the models using the C programming language. Emphasizing analytical skill development and problem solving, the book helps readers understand how to reason about and conceptualize the problems, generate mathematical formulations, and computationally visualize and solve the problems. It provides the foundation to understand more advanced scientific computing, including parallel computing using MPI, grid computing, and other techniques in high-performance computing. Print ISBN: 978-1-4822-1678-3 November 2013, 6-1/8 x 9-1/4, 461 pp. Suggested Price: $89.95 / £57.99
Introduction to High Performance Computing for Scientists and Engineers Georg Hager and Gerhard Wellein University of Erlangen Nuremberg, Germany Series: Chapman & Hall/CRC Computational Science
Written by HPC experts, this book provides a solid introduction to current mainstream computer architecture, dominant parallel programming models, and useful optimization strategies for scientific HPC. It facilitates an intuitive understanding of performance limitations without relying on heavy computer science knowledge. The authors highlight the importance of performance modeling of applications on all levels of a system’s architecture and include numerous case studies drawn from their experiences in HPC user support, performance optimization, and benchmarking. Downloadable code and an annotated bibliography are available on the book’s website. Print ISBN: 978-1-4398-1192-4 eBook ISBN: 978-1-4398-1193-1 July 2010, 6-1/8 x 9-1/4, 356 pp., Soft Cover Suggested Price: $75.95 / £46.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
The TOP500 History, Trends, and Future Directions in High Performance Computing
Kalyan S. Perumalla Oak Ridge National Laboratory, Knoxville, Tennessee, USA Series: Chapman & Hall/CRC Computational Science
Collecting scattered knowledge into one coherent account, this book provides a compendium of both classical and recently developed results on reversible computing. It offers an expanded view of the field that includes the traditional energy-motivated hardware viewpoint as well as the emerging application-motivated software approach. It explores up-and-coming theories, techniques, and tools for the application of reversible computing. The topics covered span several areas of computer science, including highperformance computing, parallel/distributed systems, computational theory, compilers, power-aware computing, and supercomputing. Print ISBN: 978-1-4398-7340-3 eBook ISBN: 978-1-4398-7341-0 September 2013, 6-1/8 x 9-1/4, 325 pp. Suggested Price: $89.95 / £57.99
Multicore Computing
Hans Werner Meuer, Erich Strohmaier, Jack Dongarra, and Horst D. Simon Series: Chapman & Hall/CRC Computational Science
This book provides the first comprehensive overview of the history over the past two decades, current trends, and future directions of the TOP500 list in particular and of high performance computing in general. The authors reflect on trends in computer architecture, parallelism, processor technology, interconnect technology, and operating systems that have shaped the field. Print ISBN: 978-1-4398-1595-3 June 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $89.95 / £57.99
Advances in Applied Human Modeling and Simulation
Algorithms, Architectures, and Applications
Edited by
Edited by
Vincent G. Duffy
Sanguthevar Rajasekaran, Lance Fiondella, Mohamed Ahmed, and Reda A. Ammar
Purdue University, West Lafayette, Indiana, USA Advances in Human Factors and Ergonomics Series
Series: Chapman & Hall/CRC Computer & Information Science
Derived from the conference submissions for the 2012 AHFE conference, this volume focuses on types of humanmodeled technology. Topics include digital human model types, 3D scanning, human patterns in terms of physiological and psychological interactions, including human algorithms that aim to model human forms, interactions, and dynamics. It also covers validation of digital human modes and the exploration of future of human models. This book is for human factors and ergonomics engineers, cognitive engineers, human computer interaction engineers, human performance modeling engineers, and students in related fields.
A landmark in the field, this handbook addresses the challenges that arise with the adoption of new processors into all types of computing devices and machines, from cell phones to super computers. The book focuses on the foundations of multi and many-core microprocessor computing as well as recent advances in the areas of architecture, algorithms, programming, optimization, and applications. Applications covered within the book include data mining, scientific applications, information retrieval, and bioinformatics. Print ISBN: 978-1-4398-5434-1 December 2013, 6-1/8 x 9-1/4, 472 pp. Suggested Price: $139.95 / £89.00
Print ISBN: 978-1-4398-7031-0 eBook ISBN: 978-1-4398-7032-7 July 2012, 6-1/8 x 9-1/4, 578 pp. Suggested Price: $83.95 / £51.99
Programming for Hybrid Multicore MPP Systems
Computer Access for People with Disabilities
John Levesque and Jeff Larkin
A Human Factors Approach
Cray Inc., Knoxville, Tennessee, USA Series: Chapman & Hall/CRC Computational Science
This book addresses the significant challenge in designing applications to effectively use highperformance computing architectures and offers methods to more effectively restructure applications to take advantage of these powerful nodes. The authors discuss the benefit of vectorization, providing examples run on current accelerators. They also explore issues with data locality when threading on the nodes and examine the accelerator in detail. The book describes programming environments for hybrid multicore systems, from the low-level OpenCL and Cuda languages to new directive-based accelerator compilers. Print ISBN: 978-1-4398-7371-7 June 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $89.95 / £57.99
Richard C. Simpson New York Institute of Technology, New York, USA Rehabilitation Science in Practice Series
This book provides the information clinicians need to know in order to provide effective alternative computer access solutions to individuals with disabilities. It presents technology for individuals with physical, cognitive, and sensory impairments, and for older adults. The text covers text entry devices, pointing devices, switch access, automatic speech recognition, and web accessibility. The book draws on research from the fields of rehabilitation engineering, and occupational therapy, and human-computer interaction and emphasizes fundamental concepts and principles that remain true regardless of the operating system or product being used. Print ISBN: 978-1-4665-5371-2 eBook ISBN: 978-1-4665-5372-9 January 2013, 6-1/8 x 9-1/4, 339 pp. Suggested Price: $99.95 / £63.99
For more information and a complete list of titles, visit us at www.crcpress.com
High Performance Computing / Human-Computer Interaction
Introduction to Reversible Computing
51
Computer Systems Experiences of Users with and Without Disabilities
Handbook of Aviation Human Factors
An Evaluation Guide for Professionals
Edited by
Edited by
John A. Wise, V. David Hopkin, and Daniel J. Garland
Maria Laura Mele, Simone Borsci, Masaaki Kurosu, and Stefano Federici Rehabilitation Science in Practice Series
Human-Computer Interaction
This book provides to manufacturers, designers, and evaluation professionals the necessary tools for balancing design and the assessment phases during the product lifecycle. It proposes an integrated model of interaction evaluation for a holistic analysis of the user experience by both discussing in details the interaction testing methods, and promoting the involvement of disabled users in human computer interaction evaluation. Print ISBN: 978-1-4665-1113-2 November 2013, 6-1/8 x 9-1/4, 295 pp. Suggested Price: $149.95 / £95.00
Coverbal Synchrony in Human-Machine Interaction Edited by
Matej Rojc University of Maribor, Slovenia
Nick Campbell Trinity College, Dublin, Ireland
52
This book presents concepts of advanced environmentindependent multimodal human–machine interfaces that can be used in different contexts, ranging from simple multimodal web-browsers (for example, multimodal content reader) to more complex multimodal human– machine interfaces for ambient intelligent environments (such as supportive environments for elderly and agent-guided household environments). They can also be used in different computing environments—from pervasive computing to desktop environments. Within these concepts, the contributors discuss several communication strategies, used to provide different aspects of human–machine interaction. Print ISBN: 978-1-4665-9825-6 October 2013, 6-1/8 x 9-1/4, 434 pp. Suggested Price: $129.95 / £82.00
Cross-Cultural Design for IT Products and Services Pei-Luen Patrick Rau, Tom Plocher, and Yee-Yin Choong Series: Human Factors and Ergonomics
With the increase of globalization of business and industry, IT products and services are produced and marketed across geographical cultural boundaries without any consideration of culture. There is a high probability that IT products and services developed in one country may not be effectively used in another country, which may hinder market penetration and sales and use of IT products and services. This book provides comprehensive coverage of the psychological foundations of cross-cultural design. The text presents methodology for assessing similarities, differences, likes, dislikes, and difficulties with different information appliance products and information services. Print ISBN: 978-1-4398-3873-0 eBook ISBN: 978-1-4398-3874-7 December 2012, 6-1/8 x 9-1/4, 263 pp. Suggested Price: $93.95 / £59.99
Second Edition
Completely revised and updated, this second edition includes additional information on important topics in aviation such as security and human error issues, FAA suggestions and new requirements, passenger satisfaction and risk analysis factors, and crew resource management issues and teamwork. It contains expanded information on standard subjects including human capabilities and performance, aircraft and flight simulation, air traffic control issues, operations and intelligent avionics, and forensic aviation and accident analysis. Print ISBN: 978-0-8058-5906-5 eBook ISBN: 978-1-4200-6357-8 December 2009, 7 x 10, 704 pp. Suggested Price: $179.95 / £112.00
Textbook
Human Factors Engineering and Ergonomics A Systems Approach, Second Edition Stephen J. Guastello Marquette University, Milwaukee, Wisconsin, USA
The psychology of person-machine interaction has changed in the past few decades. The widespread influence of computer-based technologies has permeated every aspect of the person-machine system. As systems become more complex, new principles of their operation emerge. Reflecting new development in the field, this second edition addresses a wide range of human factors and ergonomics principles found in conventional and twenty-first century technologies and environments. It emphasizes fundamental concepts, systems thinking, the changing nature of the person-machine interface, and the dynamics of systems as they change over time. Print ISBN: 978-1-4665-6009-3 December 2013, 7 x 10, 483 pp., Soft Cover Suggested Price: $69.95 / £44.99
Textbook
Human Factors in Simple and Complex Systems Second Edition Robert W. Proctor Purdue University, West Lafayette, Indiana, USA
Trisha Van Zandt The Ohio State University, Columbus, USA
The second edition of a bestseller, this book provides an understanding of the human factors issues often encountered in the design, implementation, and evaluation of products and systems. Emphasizing the close relationship between theory and application, the authors offer a framework for the research process and give an integrated view of the current state of knowledge regarding factors that influence human and system performance, examining how these factors can be accommodated in system design. This edition addresses such concepts as situation awareness and highlights topics of interest, with a special focus on computer applications and human-computer interaction. Print ISBN: 978-0-8058-4119-0 eBook ISBN: 978-1-4398-8949-7 April 2008, 7 x 10, 696 pp. Suggested Price: $119.95 / £55.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Fundamentals, Evolving Technologies, and Emerging Applications, Third Edition Edited by
Julie A. Jacko University of Minnesota, Minneapolis, USA Series: Human Factors and Ergonomics
This third edition is the single largest, most complete compilation of HCI theories, principles, advances, case studies, and more, that exist within a single volume. It captures the current and emerging sub-disciplines within HCI related to research, development, and practice. It features recent advances to the scientific knowledge base as well as visionary perspectives and developments that fundamentally transform the way in which researchers and practitioners view the discipline. Copiously illustrated with figure and tables, it contains nine new chapters covering topics such as creativity and cognition, social networking, human-robot interaction, and recommender systems. Print ISBN: 978-1-4398-2943-1 eBook ISBN: 978-1-4398-2944-8 May 2012, 8-1/2 x 11, 1518 pp. Suggested Price: $149.95 / £95.00
Skill Training in Multimodal Virtual Environments Edited by
Massîmo Bergamasco, Benoit Bardy, and Daniel Gopher Series: Human Factors and Ergonomics
The outcome of a five-year European research program, this book outlines the domain of human training in virtual environments. It presents a practical and scientific viewpoint as to how virtual and augmented reality systems can be designed to address the transfer and training of skills in varying contexts. Highlighting skills from several domains, including sports, rehabilitative, industrial, and surgical settings, it demonstrates how these technology-oriented training conditions give better results when compared with traditional training conditions. Print ISBN: 978-1-4398-7895-8 eBook ISBN: 978-1-4398-7899-6 August 2012, 6-1/8 x 9-1/4, 321 pp. Suggested Price: $115.95 / £72.99
Anthony Louis Almudevar University of Rochester Medical Center, New York, USA
Iterative algorithms often rely on approximate evaluation techniques, which may include statistical estimation, computer simulation or functional approximation. This volume presents methods for the study of approximate iterative algorithms, providing tools for the derivation of error bounds and convergence rates, and for the optimal design of such algorithms. Techniques of functional analysis are used to derive analytical relationships between approximation methods and convergence properties for general classes of algorithms. The volume provides the necessary background in functional analysis and probability theory. Print ISBN: 978-0-415-62154-0 December 2013, 6-3/4 x 9-3/4, 275 pp. Suggested Price: $89.95 / £57.99
Background Modeling and Foreground Detection for Video Surveillance Edited by
Thierry Bouwmans, Fatih Porikli, Benjamin Höferlin, and Antoine Vacavant For video surveillance, it’s critical that a computer be able to distinguish between stationary, background objects and moving objects that are of interest for detection. With contributions from researchers in academia and industry, edited by leading experts in the field, this book describes both traditional and novel background modeling methods, applications in video surveillance, and the details of hardware, implementation, benchmarking, and evaluation. It describes mathematical tools useful in background modeling and foreground detection, such as statistical models, clustering models, neural networks, and fuzzy sets. Print ISBN: 978-1-4822-0537-4 March 2014, 7 x 10, 440 pp. Suggested Price: $99.95 / £63.99
53
Agent-Based Modeling and Simulation with Swarm Hitoshi Iba University of Tokyo, Japan Chapman & Hall/CRC Studies in Informatics Series
A thorough overview of multi-agent simulation and supporting tools, this book provides the methodology for a multi-agent-based modeling approach that integrates computational techniques such as artificial life, cellular automata, and bio-inspired optimization. It shows how this type of simulation is used to acquire an understanding of complex systems and artificial life. The author carefully explains how to construct a simulation program for various applications. Swarm-based software and source codes are available on his website. Print ISBN: 978-1-4665-6234-9 eBook ISBN: 978-1-4665-6240-0 June 2013, 6-1/8 x 9-1/4, 317 pp. Suggested Price: $119.95 / £76.99
Approximate Iterative Algorithms
Machine Learning & Pattern Recognition
The Human–Computer Interaction Handbook
Bayesian Programming Pierre Bessière, Emmanuel Mazer, Juan-Manuel Ahuactzin, and Kamel Mekhnacha To create a complete computing Bayesian framework, a new modeling methodology is needed to build probabilistic models; new inference algorithms are required to automate probabilistic calculus; and new programming languages are sought to implement these models on computers. This book describes the first steps toward the ultimate goal of creating a Bayesian computer. Written by leading researchers, it focuses on Bayesian programming and requires only basic knowledge of mathematics, making it accessible to non-experts. It presents applications from various areas such as robotics. Print ISBN: 978-1-4398-8032-6 December 2013, 6-1/8 x 9-1/4, 375 pp. Suggested Price: $89.95 / £57.99
For more information and a complete list of titles, visit us at www.crcpress.com
Biometric Technology Authentication, Biocryptography, and Cloud-Based Architecture
A First Course in Machine Learning
Ravi Das
Simon Rogers
HTG Solutions, Chicago, Illinois, USA
Machine Learning & Pattern Recognition 54
Textbook
Most biometric books are either extraordinarily technical for technophiles or extremely elementary for the lay person. Striking a balance, this book is geared toward the business, IT, or security manager required to make purchasing, migration, or adoption decisions. Presenting technical background on the various biometric technologies and how they work, it looks at optimal application in various settings and their respective strengths and weaknesses—considering ease of use, false positives and negatives, and privacy and security issues. It also discusses exciting trends in biotechnology. Print ISBN: 978-1-4665-9245-2 June 2014, 6-1/8 x 9-1/4, 352 pp. Suggested Price: $69.95 / £44.99
University of Glasgow, Scotland
Mark Girolami University College London, UK
Requiring minimal mathematical prerequisites, this classroom-tested text covers the core mathematical and statistical techniques needed to understand some of the most popular machine learning algorithms, including classification, clustering, and projection algorithms. The MATLAB®/Octave scripts available online enable readers to recreate plots that appear in the book and investigate changing model specifications and parameter values. By experimenting with the various algorithms and concepts, readers see how an abstract set of equations can be used to solve real problems. A solutions manual is available upon qualifying course instruction. Print ISBN: 978-1-4398-2414-6 eBook ISBN: 978-1-4398-9233-6 October 2011, 6-1/8 x 9-1/4, 305 pp. Suggested Price: $73.95 / £38.99
Biometrics
Fundamentals of Biometrics
From Fiction to Practice
Andrzej Drygajlo
Edited by
Eliza Y. Du Indiana University-Purdue University, Indianapolis, USA
This book introduces readers to the basic concepts, classical approaches, and the newest design, development, and applications of biometrics. It also provides a glimpse of future designs and research directions in biometrics. In addition, it discusses some latest concerns and issues in this area. Suitable for a wide range of readers, the book explains professional terms in plain English. Some concepts and designs discussed are so new that commercial systems based on them may not arrive in the market in the next 10 to 20 years.
Speech Processing and Biometrics Group, Swiss Federal Institute of Technology, Lausanne
This book discusses and generalizes ideas common for biometric modalities such as voice, face, iris, fingerprints, hand geometry/palm/veins, and dynamic signature. The author distills the vast area of biometrics theory and application into a unified framework using biometric modalities as particular cases. This approach gives a suitable mix of theoretical development and practical uses of biometric techniques.The author communicates a basic understanding of the calculation structures and algorithms used for biometric techniques, and what modifications to these algorithms have to be made due to practical constraints.
Print ISBN: 978-981-4310-88-8 eBook ISBN: 978-981-4364-13-3 January 2013, 6 x 9, 326 pp. Suggested Price: $149.95 / £95.00
Print ISBN: 978-1-4398-3515-9 January 2014, 5 x 7, 320 pp. Suggested Price: $95.00 / £63.99
Textbook
Getting Started with Business Analytics
Contemporary Artificial Intelligence Richard E. Neapolitan University Feinberg School of Medicine, Chicago, Illinois, USA
Xia Jiang University of Pittsburgh, Pennsylvania, USA
One of the first AI texts accessible to students, this book presents strong AI methods and algorithms for solving challenging problems involving systems that behave intelligently in specialized domains such as medical and software diagnostics, financial decision making, speech and text recognition, genetic analysis, and more. The authors cover logic-based methods; probability-based methods; emergent intelligence, including evolutionary computation and swarm intelligence; data-derived logical and probabilistic learning models; and natural language understanding. Through reading this book, students discover the importance of AI techniques in computer science. Print ISBN: 978-1-4398-4469-4 eBook ISBN: 978-1-4398-4470-0 August 2012, 6-1/8 x 9-1/4, 515 pp. Suggested Price: $104.95 / £51.99
Insightful Decision-Making David Roi Hardoon and Galit Shmueli Helping you make sound decisions based on hard data, this self-contained guide provides an integrated framework of data mining in business analytics. It explores the contents, capabilities, and applications of business analytics without assuming any prior knowledge or technical skills. The authors describe business analytics from a non-commercial standpoint, demystify the main concepts and terminologies, and give many examples of real-world applications. They take you on a journey through this data-rich world, showing you how to deploy business analytics solutions in your organization. Print ISBN: 978-1-4398-9653-2 eBook ISBN: 978-1-4822-0587-9 March 2013, 7 x 10, 190 pp. Suggested Price: $59.95 / £38.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Handbook of 3D Machine Vision
Human Activity Recognition
Optical Metrology and Imaging
Using Wearable Sensors and Smartphones
Edited by
Miguel A. Labrador and Oscar D. Lara Yejas
Iowa State University, Ames, USA
Series: Chapman & Hall/CRC Computer & Information Science
Series: Series in Optics and Optoelectronics
This book is an ideal resource for those interested in Human Activity Recognition (HAR) systems, using wearable sensors and smartphones. The proliferation of smartphones and smartphone applications that use sensors is increasingly rapidly. Many of these applications will be based on the ability of the system to determine the type of activity that the user is performing. Some applications will also need to perform this recognition in real-time. The book examines state-ofthe art applications and research in mobile health care, military, transportation, and other domains.
Choosing from the numerous 3D vision methods available can be frustrating for scientists and engineers, especially without a comprehensive resource to consult. Filling this gap, this handbook gives an in-depth look at the most popular 3D imaging techniques. Written by key players in the field and inventors of important imaging technologies, it helps you understand the core of 3D imaging technology and choose the proper 3D imaging technique for your needs. For each technique, the book provides its mathematical foundations, summarizes its successful applications, and discusses its limitations. Print ISBN: 978-1-4398-7219-2 eBook ISBN: 978-1-4398-7220-8 March 2013, 6-1/8 x 9-1/4, 414 pp. Suggested Price: $159.95 / £99.00
Print ISBN: 978-1-4665-8827-1 December 2013, 6-1/8 x 9-1/4, 212 pp. Suggested Price: $99.95 / £63.99
Handbook of Mixed Membership Models and Their Applications
Internet-Scale Pattern Recognition
Edited by
New Techniques for Voluminous Data Sets and Data Clouds
Edoardo M. Airoldi, David Blei, Elena A. Erosheva, and Stephen E. Fienberg Series: Chapman & Hall/CRC Handbooks of Modern Statistical Methods
Anang Hudaya Muhamad Amin, Asad I. Khan, and Benny B. Nasution
Unlike classical mixture models that are limited by the assumption that each object or individual belongs to only one mixture component, mixed membership models handle various data structures and multivariate data of mixed types, including longitudinal, sparse, and relational data structures. A compilation of peer-reviewed articles from researchers in genetics and computer science, this volume examines the characteristics of mixed membership distribution. It gives a fresh take on cluster and classical modeling with a focus on posterior membership probabilities.
Based on the authors’ research from the past ten years, this book unveils computational models that address performance and scalability to achieve higher levels of reliability. Drawing on concepts from pattern recognition, parallel processing, distributed systems, and data networks, it explores different ways of implementing pattern recognition using machine intelligence. The authors offer an extendable template for Internet-scale pattern recognition applications as well as guidance on the programming of large networks of devices.
Print ISBN: 978-1-4665-0408-0 June 2014, 7 x 10, 500 pp. Suggested Price: $99.95 / £63.99
Print ISBN: 978-1-4665-1096-8 eBook ISBN: 978-1-4665-1097-5 November 2012, 6-1/8 x 9-1/4, 197 pp. Suggested Price: $104.95 / £62.99
Handbook on Soft Computing for Video Surveillance
Introduction to Semi-Supervised Learning
Edited by
Zenglin Xu and Irwin King
Sankar K. Pal, Alfredo Petrosino, and Lucia Maddalena
The Chinese University of Hong Kong, Shatin
Chapman & Hall/CRC Cryptography and Network Security Series
This handbook illustrates the application of soft computing techniques to different tasks in video surveillance. After an introduction to video surveillance systems and soft computing tools, the book gives examples of neural network-based approaches for solving video surveillance tasks and describes summarization techniques for content identification. Covering a broad spectrum of video surveillance topics, the remaining chapters explain how soft computing techniques are used to detect moving objects, track objects, and classify and recognize target objects. The book also explores advanced surveillance systems under development. Print ISBN: 978-1-4398-5684-0 eBook ISBN: 978-1-4398-5685-7 January 2012, 6-1/8 x 9-1/4, 342 pp. Suggested Price: $104.95 / £66.99
Covering the historical background and recent advances in the field as well as theoretical perspectives and realworld applications, this book outlines a systematic framework for implementing semi-supervised learning methods. It provides a toolbox on semi-supervised learning algorithms, presenting illustrations and examples of each algorithm. The book defines supervised learning, unsupervised learning, semi-supervised learning, and other relevant learning tasks. It discusses important semi-supervised learning models, including generative models for semi-supervised learning, semisupervised support vector machines, and graph-based semi-supervised learning methods. Print ISBN: 978-1-4398-2609-6 May 2014, 6-1/8 x 9-1/4, 250 pp. Suggested Price: $79.95 / £49.99
For more information and a complete list of titles, visit us at www.crcpress.com
Machine Learning & Pattern Recognition
University of South Florida, Tampa, USA
Song Zhang
55
Knowledge-Driven Medicine
Multilinear Subspace Learning
A Machine Learning Approach
Dimensionality Reduction of Multidimensional Data
Edited by
R. Bharat Rao, Glenn Fung, and Romer Rosales
Machine Learning & Pattern Recognition
Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
Haiping Lu, Konstantinos N. Plataniotis, and Anastasios Venetsanopoulos
Focusing on several recent, novel machine learning automatic algorithms, this reference provides the first source on the use of machine learning methods in designing computer-aided diagnosis (CAD) systems. It proposes a framework for CAD problems, presents the technical issues involved when building classifiers, and provides the appropriate machine learning techniques to address these problems. The book also includes results and concrete examples for different diseases and imaging modalities. It provides a useful tool for researchers and students in the biomedical sciences and machine learning as well as for advanced courses on CAD and/or medical informatics.
This book provides a comprehensive introduction to the theoretical and practical aspects of multilinear subspace learning (MSL). It not only details recent advances in MSL, but also explores future developments and emerging applications. The authors address multilinear algebra fundamentals, multilinear projections, formulation of the MSL framework, MSL optimality criterion construction, and MSL algorithms and solutions. Emphasizing fundamental concepts and system-level perspectives, the text provides a foundation upon which solutions for many of today’s most interesting and challenging problems in massive multidimensional data processing can be built.
Print ISBN: 978-1-4398-3887-7 June 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $89.95 / £54.99
Print ISBN: 978-1-4398-5724-3 December 2013, 6-1/8 x 9-1/4, 296 pp. Suggested Price: $89.95 / £57.99
Textbook
Paradoxes in Scientific Inference
Machine Learning An Algorithmic Perspective, Second Edition Stephen Marsland Massey University, Palmerston North, New Zealand
Along with updating all chapters and Python code examples, the second edition of this bestseller includes new chapters on Gaussian processes, Boltzmann machines, and deep belief networks. It also revises coverage of kernel methods and adds new material on random forests and model selection. The book retains its popular algorithmic approach as well as its focus on how to use the algorithms that make up machine learning methods and how and why these algorithms work. A solutions manual and figure slides are available upon qualified course adoption.
56
Print ISBN: 978-1-4665-8328-3 June 2014, 6-1/8 x 9-1/4, 500 pp. Suggested Price: $79.95 / £49.99
Mark Chang AMAG Pharmaceuticals, Inc, Lexington, Massachusetts, USA
The paradoxology of scientific inference refers to the study of the nature of scientific inference and evidence through controversies or, more precisely, paradoxes. This book analyzes paradoxes from many different perspectives, such as statistics, mathematics, philosophy, science, and artificial intelligence. It compares various quantitative methods of evidence measures, including frequentist hypothesis testing, likelihood, and Bayesian methods. The text elaborates on recent findings to reach new and exciting conclusions. Other topics covered include probability, plausible reasoning, multiplicity, and inferences. Print ISBN: 978-1-4665-0986-3 eBook ISBN: 978-1-4665-0987-0 October 2012, 6-1/8 x 9-1/4, 291 pp., Soft Cover Suggested Price: $41.95 / £26.99
Multi-Label Dimensionality Reduction
Soft Computing and Its Applications
Liang Sun, Shuiwang Ji, and Jieping Ye
A Unified Concept
The data mining and machine learning literature currently lacks a unified treatment of multi-label dimensionality reduction that incorporates both algorithmic developments and applications. Addressing this shortfall, this book covers the methodological developments, theoretical properties, computational aspects, and applications of many multi-label dimensionality reduction algorithms, including existing dimensionality reduction algorithms and new developments of traditional algorithms. It illustrates how to apply the algorithms to solve realworld problems. A supplementary website provides a MATLAB® package for implementing popular dimensionality reduction algorithms.
Kumar S. Ray
Print ISBN: 978-1-4398-0615-9 November 2013, 6-1/8 x 9-1/4, 214 pp. Suggested Price: $89.95 / £57.99
Indian Statistical Institute, Kolkata
This book will be highly useful to researchers in the area of pattern classification and computer vision as well as for academics and professionals. Combining theory and practice, the book presents several experimental results, all synthetic and real data, are provided on a unified platform for pattern classification and object recognition. Print ISBN: 978-1-926895-38-3 February 2014, 6-1/8 x 9-1/4, 450 pp. Suggested Price: $149.95 / £95.00
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Support Vector Machines
Textbook
Statistical Computing in C++ and R Randall L. Eubank
Naiyang Deng, Yingjie Tian, and Chunhua Zhang
Arizona State University, Tempe, USA
Chapman & Hall/CRC Data Mining and Knowledge Discovery Series
Ana Kupresanin Lawrence Livermore National Laboratory, California, USA Chapman & Hall/CRC The R Series
Parallel processing can be ideally suited for the solving of more complex problems in statistical computing. This book discusses code development in C++ and R, before going beyond to look at the valuable use of these two languages in unison. It covers linear equation solution with regression and linear models motivation, optimization with maximum likelihood and nonlinear least squares motivation, and random number generation. While the text does require a working knowledge of basic concepts in statistics and experience in programming, it does not require knowledge specific to C++ or R. Print ISBN: 978-1-4200-6650-0 eBook ISBN: 978-1-4398-9393-7 December 2011, 7 x 10, 556 pp. Suggested Price: $93.95 / £62.99
Statistical Inference The Minimum Distance Approach
Enabling a sound understanding of SVMs, this book gives readers the tools to solve real-world problems using SVMs. It presents an accessible treatment of the two main components of SVMs—classification problems and regression problems. The authors emphasize the close connection between optimization theory and SVMs since optimization is one of the pillars on which SVMs are built. They construct SVMs for semi-supervised, knowledge-based, and robust classification problems. They also cover SVMs for Universum, privileged, multi-class, multi-instance, and multi-label classification problems. Print ISBN: 978-1-4398-5792-2 eBook ISBN: 978-1-4398-5793-9 December 2012, 6-1/8 x 9-1/4, 363 pp. Suggested Price: $93.95 / £59.99
Understanding Biometrics with MATLAB®
Ayanendranath Basu, Hiroyuki Shioya, and Chanseok Park
Fathi E. Abd El-Samie
Series: Chapman & Hall/CRC Monographs on Statistics & Applied Probability
Series: Signal Processing and Communications
This book gives a comprehensive account of density-based minimum distance methods and their use in statistical inference. It covers statistical distances, density-based minimum distance methods, discrete and continuous models, asymptotic distributions, robustness, computational issues, residual adjustment functions, graphical descriptions of robustness, penalized and combined distances, multisample methods, weighted likelihood, and multinomial goodness-offit tests. The book also introduces the minimum distance methodology in interdisciplinary areas as well as specialized models and problems, including regression, mixture models, and survival and Bayesian analysis.
Menoufia University, Egypt
Although there are many books on biometrics, most are limited to a single branch. This book covers four branches of biometrics: speaker identification, fingerprint recognition, face recognition, and iris recognition. It describes classic approaches as well as the latest designs in biometrics technologies and systems, including facial recognition. The book considers the use of biometrics in security, intelligence, law enforcement, and e-commerce applications. It includes several experiments and MATLAB® code for all experiments to meet the needs of new students and researchers in these areas. Print ISBN: 978-1-4822-2477-1 May 2014, 6-1/8 x 9-1/4, 320 pp.
Print ISBN: 978-1-4200-9965-2 eBook ISBN: 978-1-4200-9966-9 June 2011, 6-1/8 x 9-1/4, 429 pp. Suggested Price: $98.95 / £62.99
Suggested Price: $99.95 / £63.99
Statistical Reinforcement Learning
Creation of a Conscious Robot
57
Modern Machine Learning Approaches
Mirror Image Cognition and Self-Awareness
Masashi Sugiyama and Hirotaka Hachiya
Junichi Takeno
Tokyo Institute of Technololgy, Japan
Meiji University, Kanagawa-ken, Japan
Tetsuro Morimura
Present-day computers lack well-defined functions to accept various kinds of sensual information such as vision, hearing, and smelling. Computers also lack any well-defined mechanisms to coordinate various behaviors in the presence of an object. This book serves as a breakthrough that opens a new world. Using the ideas presented in the book, computer systems can be developed to conduct conscious activities like human beings. Human beings will be able to develop mechanisms in which machines will have their own feelings, will behave according to their own consciousness, and will continue to learn.
IBM Research, Kanagua, Japan
Reinforcement learning (RL) is a framework for decision making in unknown environments based on a large amount of data. Several practical RL applications for business intelligence, plant control, and game players have been successfully explored in recent years. Providing an accessible introduction to the field, this book covers model-based and model-free approaches, policy iteration, and policy search methods. It presents illustrative examples and state-of-the-art results, including dimensionality reduction in RL and risk-sensitive RLm. The book provides a bridge between RL and data mining and machine learning research. Print ISBN: 978-1-4398-5689-5 May 2014, 6-1/8 x 9-1/4, 400 pp. Suggested Price: $89.95 / £57.99
Machine Learning & Pattern Recognition / Robotics
Optimization Based Theory, Algorithms, and Extensions
Print ISBN: 978-981-4364-49-2 eBook ISBN: 978-981-4364-50-8 August 2012, 6 x 9, 250 pp. Suggested Price: $99.95 / £63.99
For more information and a complete list of titles, visit us at www.crcpress.com
Fundamentals in Modeling and Control of Mobile Manipulators
Mechanical Logic in Three-Dimensional Space
Zhijun Li
Gennaro Auletta
South China University of Technology, Guangdong
University of Cassino, Italy
Shuzhi Sam Ge The National University of Singapore Series: Automation and Control Engineering
Drawing on the authors’ research, this book presents theoretical explorations of several fundamental problems for mobile robotic manipulators. By integrating fresh concepts and state-ofthe-art results to form a systematic approach for kinematics dynamics, motion generation, feedback control, coordination, and cooperation, the book forms a basic theoretical framework for mobile robotic manipulators that extends the theory of nonlinear control and applies to more realistic problems. The authors propose novel control theory concepts and techniques to tackle important issues faced by researchers and engineers.
Robotics
Print ISBN: 978-1-4665-8041-1 eBook ISBN: 978-1-4665-8042-8 June 2013, 6-1/8 x 9-1/4, 295 pp. Suggested Price: $129.95 / £82.00
Print ISBN: 978-981-4411-50-9 October 2013, 6 x 9, 400 pp. Suggested Price: $149.95 / £95.00
Handbook of Collective Robotics
Medical Robotics Handbook
Fundamentals and Challenges
Sanja Dogramadzi
Edited by
Serge Kernbach University of Stuttgart, Germany
This book is devoted to mechatronic, chemical, bacteriological, biological, and hybrid systems, utilizing cooperative, networked, swarm, self-organizing, evolutionary and bio-inspired design principles and targeting underwater, ground, air, and space applications. It addresses issues such as open-ended evolution, self-replication, self-development, reliability, scalability, energy foraging, adaptivity, and artificial sociality. The book has been prepared by 52 authors from world-leading research groups in 14 countries. This book covers not only current but also key emerging technologies.
58
The book explores how to build a mechanical inferences by making use of arithmetic operations on a string of numbers representing statements. In this way logic is reduced to a branch of the combinatory calculus. It covers the field of traditional logic by showing that any kind of inference can be mechanically reduced to three-variables and two-premise inferences. Meriological inferences can also be easily treated in this way. The book covers the following subjects: structural description of space; three-variable inferences through products, sums, subtractions, and divisions; generalization to n variables; relations; and applications.
Print ISBN: 978-981-4316-42-2 eBook ISBN: 978-981-4364-11-9 May 2013, 6 x 9, 962 pp. Suggested Price: $249.95 / £159.00
Human-Robot Interaction in Social Robotics Takayuki Kanda ATR Intelligent Robotics and Communication Laboratories, Kyoto, Japan
Hiroshi Ishiguro Osaka University, Japan
Social robots are a frontier research area in robotics and human–computer interaction. This book summarizes the research of the Robovie project at ATR Intelligent Robotics and Communication Laboratories, a world leader in humanoid interactive robotics. The text covers interdisciplinary topics related to interactive robots, including human behavior recognition and behavior-based control. It presents the results of field studies conducted with non-technical users in everyday environments—such as train stations and shopping malls—and discusses the implementation of robots that interact with sensors and users over a telecommunications network. Print ISBN: 978-1-4665-0697-8 eBook ISBN: 978-1-4665-0698-5 September 2012, 6-1/8 x 9-1/4, 372 pp. Suggested Price: $159.95 / £93.00
University of the West of England, UK
Ravi Vaidyanathan University of Bristol, UK
The field of medical robotics is poised for significant growth in the immediate future. A wide range of new products are expected, from rehabilitation robots and service robots for the elderly and physically challenged to surgical mechanisms for minimally invasive surgery, new tools in informatics for immediate physician access to patient records, and tele-operated devices for field first aid. This comprehensive book serves as an introduction for those new to the field and as an invaluable desk reference for experienced professionals. Print ISBN: 978-1-4398-8143-9 April 2014, 7 x 10, 800 pp. Suggested Price: $179.95 / £114.00
Microsurgery Advances, Simulations and Applications Edited by
Toshio Fukuda and Carlos Tercero Nagoya University, Japan
This book explains, using the example of endovascular intervention, the development of in vitro simulators for biomedical applications based on the scientific context in the robotics area. It presents modeling methods for in vitro representation of human tissue and for representing tissue integrity during endovascular surgery simulation. Additionally, applications of this in vitro vasculature modeling technology are presented: flow control for human blood pressure simulation, computer fluid dynamics simulations using vasculature morphology, catheter insertion robot control and vasculature imaging based on magnetic trackers, and tailor-made scaffolds for blood vessel regeneration. Print ISBN: 978-981-4364-69-0 eBook ISBN: 978-981-4364-70-6 April 2012, 6 x 9, 300 pp. Suggested Price: $179.95 / £114.00
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Textbook
Textbook
Parallel Robots Mechanics and Control
Formal Languages and Computation
Hamid D. Taghirad
Models and Their Applications
Although many industrial applications have adopted parallel robots, few textbooks introduce their analysis in terms of dynamics and control. Filling the gap, this book combines the analysis of kinematics and dynamics with methods of designing controllers. It brings together analysis and design tools for engineers and researchers who want to design and implement parallel structures. Coverage includes Jacobian analysis, three methods for dynamic analysis, and advanced topics in control. Throughout, case studies show how the techniques can be applied in practice.
Alexander Meduna Brno University of Technology, Czech Republic
This textbook covers the theory and application of formal languages and their models. Concepts and algorithms are introduced with explanatory text and conclude with examples to reinforce learning. Additional examples demonstrate the strong relation between the theoretical concepts and their application. The text constructs software components of language processors based upon grammars and automata, as well as demonstrates applications of formal languages and their models in practice. The goal of the book is to show the relation between theory and application.
Print ISBN: 978-1-4665-5576-1 eBook ISBN: 978-1-4665-5592-1 February 2013, 7 x 10, 533 pp. Suggested Price: $149.95 / £95.00
Print ISBN: 978-1-4665-1345-7 January 2014, 7 x 10, 320 pp. Suggested Price: $99.95 / £63.99
Textbook
Limits of Computation
Robotics Laboratory Theory and Practical Experiments
An Introduction to the Undecidable and the Intractable
Sabiha Wadoo
Edna E. Reiter and Clayton Matthew Johnson
New York Institute of Technology, Old Westbury, USA
California State University East Bay, Hayward, USA
Organized as a series of projects that introduce robotic engineering concepts and immediately apply these on a practical design, build, and program project, this book builds practical and theoretical concepts of robotic mechanics, control, and programming. Designed so that both practical projects and theoretical background go hand in hand, the text uses RobotC throughout the projects and includes homework problems, case studies, as well as examples in each chapter. A solutions manual and figure slides are available upon qualified course adoption.
Developed from the authors’ course on computational complexity theory, this book offers a gentle introduction to the theory of computational complexity. It explains the difficulties of computation, addressing problems that have no algorithm at all and problems that cannot be solved efficiently. The text assumes no prior knowledge of automata, advanced algorithmic analysis, and formal languages. Each chapter presents the fundamentals, examples, complete proofs of theorems, and a wide range of exercises. PowerPoint slides are available for download at www.crcpress.com.
Print ISBN: 978-1-4398-6884-3 May 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $79.95 / £48.99
Print ISBN: 978-1-4398-8206-1 eBook ISBN: 978-1-4398-8207-8 October 2012, 6-1/8 x 9-1/4, 279 pp. Suggested Price: $93.95 / £59.99
Robotics / Theory
K.N. Toosi University of Technology, Tehran, Iran
59 Automation of Logic
The Universal Computer
Christoph Weidenbach
The Road from Leibniz to Turing
Max Planck Institute for Informatics, Saarbrucken, Germany Chapman & Hall/CRC Studies in Informatics Series
Presenting first-order and propositional methods as well as implementation issues, this book provides a state-of-theart introduction to the automation of logic. It focuses on superposition calculus and related rewriting techniques. It also covers decision procedures for certain theories and includes real-world applications. Along with the relevant theory, each chapter contains implementation methods, historical background, suggestions for further reading, and software. Supplemental materials and resources are provided on the book’s website and a solutions manual is available for qualifying instructors. Print ISBN: 978-1-4398-7535-3 May 2014, 6-1/8 x 9-1/4, 400 pp. Suggested Price: $89.95 / £57.99
Martin Davis This book chronicles the fascinating lives of seven remarkable people, their ideas, and their discoveries. These are the people who investigated the why and how of logical reasoning. The book chronicles the exhilaration and the pitfalls of trying to come to grips with the infinite. Finally, it covers Alan Turing’s radically new understanding of the nature of algorithmic processes and their potential, which led to the development of a machine that could be programmed to carry out any process— the precursor of the modern computer. Print ISBN: 978-1-4665-0519-3 December 2011, 6 x 9, 240 pp., Soft Cover Suggested Price: $31.95 / £20.99
For more information and a complete list of titles, visit us at www.crcpress.com
Advanced Location-Based Technologies and Services
Computational Modeling for Anthropometry
Edited by
Zahra Hojjati Zidashti and Soheila Yavarmasroor, and Kaveh Hariri Asli
Hassan A. Karimi University of Pittsburgh, Pennsylvania, USA
General Reference 60
Since the publication of the first edition in 2004, advances in mobile devices, positioning sensors, WiFi fingerprinting, and wireless communications, among others, have paved the way for developing new and advanced location-based services (LBSs). This second edition provides up-to-date information on LBSs, including WiFi fingerprinting, mobile computing, geospatial clouds, geospatial data mining, location privacy, and location-based social networking. It also includes new chapters on application areas such as LBSs for public health, indoor navigation, and advertising. In addition, the chapter on remote sensing has been revised to address advancements.
This book provides a broad understanding of the main computational techniques used for anthropometric data, focusing specifically on data for female athletes. A number of data analysis techniques are introduced along with the application of such in a sports setting. These techniques will have potential for application in several disciplines that cover orthopedic injury. Chapters range from new methods to novel applications of existing methods to give readers a better understanding of the topic. Print ISBN: 978-1-926895-57-4 September 2013, 6 x 9, 288 pp. Suggested Price: $149.95 / £95.00
Print ISBN: 978-1-4665-1818-6 eBook ISBN: 978-1-4665-1819-3 May 2013, 6-1/8 x 9-1/4, 354 pp. Suggested Price: $129.95 / £82.00
Artificial Intelligence in Power System Optimization
Computing
Weerakorn Ongsakul and Vo Ngoc Dieu Asian Institute of Technology, Pathumthani, Thailand
Yoshihide Igarashi, Tom Altman, Mariko Funada, and Barbara Kamiyama
With the considerable increase of AI applications, AI is being increasingly used to solve optimization problems in engineering. In the past two decades, the applications of artificial intelligence in power systems have attracted much research. This book covers the current level of applications of artificial intelligence to the optimization problems in power systems. This book serves as a textbook for graduate students in electric power system management and is also useful for those who are interested in using artificial intelligence in power system optimization.
This book explores the historical and technical foundations of computing. It starts with the earliest references to counting, the introduction of various number systems, and mathematics during early civilization. The book guides readers all the way through the latest advances in computer science, such as computer networks, public-key cryptography, and quantum computing. Each chapter is self contained, requires no prior knowledge, and includes citations to website links and other references. Technical material is also provided for more advanced readers.
Print ISBN: 978-1-57808-805-8 eBook ISBN: 978-1-4665-7342-0 May 2013, 6-1/8 x 9-1/4, 520 pp. Suggested Price: $149.95 / £95.00
Print ISBN: 978-1-4822-2741-3 May 2014, 6-1/8 x 9-1/4, 200 pp., Soft Cover Suggested Price: $59.95 / £38.99
Big Data
Discrete and Continuous Simulation
Techniques and Technologies in Geoinformatics Edited by
Hassan A. Karimi University of Pittsburgh, Pennsylvania, USA
A Historical and Technical Perspective
Theory and Practice Susmita Bandyopadhyay and Ranjan Bhattacharya
Big data is defined as a collection of data sets so large and complex that it becomes difficult to process using on-hand database management tools. The challenges include capture, storage, search, sharing, analysis, and visualization. Big data has always been a major challenge in geoinformatics as geospatial databases are inherently very large. This book integrates techniques and technologies for storing and managing very large geospatial databases and help developing new geoinformatics software and systems that involve very large databases.
This book explores varied aspects of simulation concepts including continuous event simulation and optimization with simulation. It also discusses various probability distributions required for simulation and the random number generation techniques as the preliminary background concepts of simulation. It details the application of simulation for various fields of study and presents an overview of the existing literature on simulation, especially in the manufacturing field. The authors cover application of simulation in supply chain, future technologies, and future trends.
Print ISBN: 978-1-4665-8651-2 February 2014, 6-1/8 x 9-1/4, 312 pp. Suggested Price: $129.95 / £82.00
Print ISBN: 978-1-4665-9639-9 March 2014, 7 x 10, 536 pp. Suggested Price: $179.95 / £114.00
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Textbook
Elements of Quantum Computation and Quantum Communication Anirban Pathak
Handbook of Linear Algebra Second Edition Edited by
Leslie Hogben Iowa State University, Ames, USA Series: Discrete Mathematics and Its Applications
Print ISBN: 978-1-4665-1791-2 eBook ISBN: 978-1-4665-1796-7 June 2013, 6-1/8 x 9-1/4, 340 pp. Suggested Price: $79.95 / £49.99
With a substantial amount of new material, this bestselling handbook provides comprehensive coverage of linear algebra concepts, applications, and computational software packages in an easy-to-use format. It guides readers from the very elementary aspects of the subject to the frontiers of current research. Along with revisions and updates throughout, the second edition includes 20 new chapters that cover combinatorial matrix theory topics, numerical linear algebra topics, more applications of linear algebra, the use of Sage for linear algebra, and much more. Print ISBN: 978-1-4665-0728-9 December 2013, 7 x 10, 1892 pp. Suggested Price: $169.95 / £108.00
Geocomputation
Introduction to Scientific Programming and Simulation Using R
Second Edition Edited by
Robert J. Abrahart
General Reference
While there are many available textbooks on quantum information theory, most are either too technical for beginners or not complete enough. Filling the gap, this book gives a clear, self-contained introduction to quantum computation and communication. Exploring recent developments and open questions in the field, it prepares readers for further study and helps them understand more advanced texts and journal papers. Along with thought-provoking cartoons and brief biographies of key players in the field, each chapter includes examples, references, exercises, and problems with detailed solutions.
Second Edition
University of Nottingham, UK
Owen Jones, Robert Maillardet, and Andrew Robinson
Linda M. See IIASA & UCL, Croydon, UK
University of Melbourne, Parkville, Australia
This newly updated edition covers cutting-edge topics in computational geography, addressing a domain in both geographic and computer sciences. With an extended introduction that reviews directional changes and major advances in the field since the first edition, this book includes ten new topics as well as substantial modifications to existing chapters. Written by recognized international experts and up-andcoming researchers, the text introduces the subject matter by providing readable accounts of current developments. In addition, the authors examine possibilities for future developments through the year 2061.
Chapman & Hall/CRC The R Series
Print ISBN: 978-1-4665-0328-1 May 2014, 6-1/8 x 9-1/4, 400 pp. Suggested Price: $139.95 / £89.00
Print ISBN: 978-1-4665-6999-7 April 2014, 6-1/8 x 9-1/4, 600 pp. Suggested Price: $79.95 / £49.99
Textbook
Textbook
GIS Fundamentals
Numerical and Analytical Methods with MATLAB® for Electrical Engineers
Second Edition Stephen Wise University of Sheffield, UK
Suitable for researchers and students in science, business, economics, and engineering, this bestselling book provides an introduction to scientific programming, stochastic modeling, and simulation using R. This second edition contains new chapters on ordinary differential equations, linear algebra, and Markov chain simulation. It also adds material on handling dates and programming and includes new exercises, student projects, and case studies. A supplementary website offers code and answers to selected exercises.
William Bober
Aimed at readers with a knowledge of geographic information systems (GIS) but no formal training in computer science, this book provides a clear and accessible introduction to how GIS store and process spatial data. This updated edition includes two new chapters on databases and heuristics, substantial additional material on indexing and raster imagery, and revisions throughout that incorporate up-to-date applications such as GPS on mobile devices and Internet-based services. Print ISBN: 978-1-4398-8695-3 eBook ISBN: 978-1-4398-9226-8 September 2013, 6-1/8 x 9-1/4, 338 pp., Soft Cover Suggested Price: $69.95 / £29.99
Florida Atlantic University, Boca Raton, USA
Andrew Stevens Electrical Science, Inc., Rye Brook, New York, USA Series: Computational Mechanics and Applied Analysis
This textbook presents basic programming techniques consistent with the MATLAB® software package. It also discusses numerical and analytical concepts applicable to electrical engineering. The text contains many sample MATLAB® programs that provide guidance for students completing the assigned projects. Case studies relate concepts presented in the chapters to engineering in practice. The chapters address such topics as Simulink, curve fitting, optimization, partial differential equations, Laplace transforms, control systems, signal processing, differential equations, transcendental equations, and numerical integration. Print ISBN: 978-1-4398-5429-7 eBook ISBN: 978-1-4398-5430-3 August 2012, 6-1/8 x 9-1/4, 288 pp. Suggested Price: $115.95 / £72.99
For more information and a complete list of titles, visit us at www.crcpress.com
61
Parallel Computation in Data Science
Textbook
With Examples in R
Probability and Statistics for Computer Scientists
Norman Matloff
Second Edition
University of California, Davis, USA Chapman & Hall/CRC The R Series
With a focus on multicore machines and clusters as well as GPU computing, this book covers parallel R in the broad context of the general principles of parallel computing. It gives concrete technical details on the various packages and methods of parallel computation in R, along with numerous examples of code. The book also explains general parallel programming issues, including loop scheduling, communications delays, and the implications of hardware structures on communications delays.
General Reference
Print ISBN: 978-1-4665-8701-4 June 2014, 6-1/8 x 9-1/4, 250 pp. Suggested Price: $59.95 / £38.99
Parallel Mesh Generation
Michael Baron University of Texas at Dallas, Richardson, USA
Meeting the ABET requirements for probability and statistics, this text helps readers understand general methods of stochastic modeling, simulation, and data analysis; make optimal decisions under uncertainty; model and evaluate computer systems and networks; and prepare for advanced probability-based courses. The second edition offers a new axiomatic introduction of probability, expanded coverage of statistical inference, more exercises at the end of each chapter, and additional MATLAB® codes, particularly new commands of the Statistics Toolbox. The book also includes numerous computer science applications and worked examples. Print ISBN: 978-1-4398-7590-2 eBook ISBN: 978-1-4822-1411-6 August 2013, 7 x 10, 449 pp. Suggested Price: $99.95 / £63.99
Theory and Practice
Quantum Information and Computation
Nikos Chrisochoides and Andrey Chernikov
V. Ravishankar
The College of William and Mary, Williamsburg, Virginia, USA Series: Chapman & Hall/CRC Computational Science
Breaking new ground in parallel mesh generation research, this text presents both the theoretical foundations and practical aspects related to the implementation of the methods used on current and emerging architectures within this field. Never before has any other book attempted to exclusively cover this important topic. With over 20 years of experience in parallel computing and mesh generation, the expert authors include information on new applications, including the use of parallel mesh generation in computer-aided surgery. Print ISBN: 978-1-4200-7395-9 May 2014, 6-1/8 x 9-1/4, 350 pp. Suggested Price: $89.95 / £57.99
62
Parallel Science and Engineering Applications
Indian Institute of Technology, Kanpur
This interdisciplinary book brings together quantum information concepts from quantum physics, information theory, and computer science. It distinguishes between classical and quantum physics, introduces density operators, and discusses linearity and nonlocality of quantum mechanics. The book presents the classical ChurchTuring hypothesis and a detailed discussion of entanglement. It also covers many applications involving teleportation and superdense coding, Grover’s and Shor’s algorithms, and quantum error correction codes. In addition, it looks at the roles of NMR and quantum dots in a future quantum computer. Print ISBN: 978-1-4398-8262-7 May 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $79.95 / £49.99
The Charm++ Approach
Technological Advances in Interactive Collaborative Learning
Edited by
Edited by
Laxmikant V. Kale and Abhinav Bhatele
Nia Alexandrov, Raul Ramirez Velarde, and Vassil Alexandrov
Series: Series in Computational Physics
This book highlights the use of Charm++ in a wide variety of scientific and engineering fields. It emphasizes the adaptivity, asynchrony, and message-driven execution of Charm++ and explains design choices in application development. With illustrative examples throughout, the text describes associated tools, parallelization strategies, and parallel performance. It discusses the various design considerations when writing a parallel application in Charm++ and presents the application of these design principles to applications ranging from molecular dynamics, quantum chemistry, cosmological simulations to visualizations, and weather simulations Print ISBN: 978-1-4665-0412-7 November 2013, 6-1/8 x 9-1/4, 314 pp. Suggested Price: $89.95 / £57.99
Highlighting the importance of technology, pedagogy, and management in the higher education ecosystem, this book presents information technology-oriented educational programs for the next generation of scientists and researchers. It explains how Web 2.0 technologies can enhance collaborative learning and how immersive learning environments and mobile technologies can improve the learning process. The text then describes novel pedagogical and methodological approaches that underpin the technological advances, facilitate collaborative learning, and enable the efficient use of games. The book also covers managerial aspects and best practices through case studies and examples. Print ISBN: 978-1-4665-0208-6 eBook ISBN: 978-1-4665-0219-2 December 2012, 6-1/8 x 9-1/4, 250 pp. Suggested Price: $104.95 / £66.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Using R for Numerical Analysis in Science and Engineering
Artificial Intelligence for Games
Victor A. Bloomfield
Ian Millington and John Funge
Chapman & Hall/CRC The R Series
This book shows how the free and open-source R environment can be used as a powerful and comprehensive platform for the kinds of numerical analysis that are traditionally employed by MATLAB®. With R code fully integrated, the book offers brief descriptions of basic approaches and emphasizes detailed worked examples. It covers functions in the base installation of R as well as those in contributed packages, which greatly enhance the numerical analysis capabilities of R. Print ISBN: 978-1-4398-8448-5 June 2014, 6-1/8 x 9-1/4, 320 pp. Suggested Price: $89.95 / £57.99
Approaches to Rhythm Game Design
In this book, Ian Millington brings extensive professional experience to the problem of improving the quality of AI in games. He describes numerous examples from real games and explores the underlying ideas through detailed case studies. He goes further to introduce many techniques little used by developers today. The book’s associated website contains a library of C++ source code and demonstration programs, and a complete commercial source code library of AI algorithms and techniques. Print ISBN: 978-0-12-374731-0 eBook ISBN: 978-0-08-088503-2 August 2009, 7 1/2 x 9 1/5, 872 pp. Suggested Price: $85.95 / £51.99
Game AI Pro Collected Wisdom of Game AI Professionals
Alfred MacDonald IV As the genre has gained popularity, music video games have demonstrated the ability to support a range of different styles of gameplay. The most common form of music game today is rhythmic in nature and has been termed the “rhythm game.” Music video games are also commonly included as minigames in the party game genre. This book provides an overview of the subgenre of music games from a design perspective, showing how to capitalize on the wisdom that has been accrued by decades of trial and error from various companies and efforts in the scene. Print ISBN: 978-1-4822-2498-6 May 2014, 6-1/8 x 9-1/4, 160 pp., Soft Cover Suggested Price: $39.95 / £25.99
Edited by
Steven Rabin
General Reference / Design
University of Minnesota, Minneapolis, USA
This volume covers both the art and the technology of game AI. It includes core algorithms that you’ll need to succeed, such as behavior trees, utility theory, spatial representation, path planning, motion control, and tactical reasoning. It also describes tricks and techniques that will truly bring your game to life, including perception systems, social modeling, smart camera systems, player prediction, and even an AI sound designer. Throughout, the book discusses the optimizations and performance enhancements that enable your game to run while maintaining 60 frames per second. Print ISBN: 978-1-4665-6596-8 September 2013, 7-1/2 x 9-1/4, 598 pp. Suggested Price: $79.95 / £49.99
63 The Art of Game Design
Game Design Theory
A Book of Lenses
A New Philosophy for Understanding Games
Jesse Schell Game design is the act of deciding what a game should be. Decisions about rules, look and feel, timing, pacing, risk-taking, rewards, punishments, and everything else the player experiences are the responsibility of the game designer. Winner of the Game Developer 2008 Front Line Award in the book category, this work presents the fundamentals of designing classic games. Written by one of the world’s top designers, the book brings together the best principles and rules of game design for new game designers to study, use, and see how others have used them. Print ISBN: 978-0-12-369496-6 eBook ISBN: 978-0-08-091917-1 August 2008, 7-1/2 x 9-1/4, 520 pp., Soft Cover Suggested Price: $65.95 / £41.99
Keith Burgun Dinofarm Games, Goldens Bridge, New York, USA
This work presents a bold new path for analyzing and designing games. The author offers a radical yet reasoned way of thinking about games and provides a holistic solution to understanding the difference between games and other types of interactive systems. He clearly details the definitions, concepts, and methods that form the fundamentals of this philosophy. He also uses the philosophy to analyze the history of games and modern trends as well as to design games. Print ISBN: 978-1-4665-5420-7 eBook ISBN: 978-1-4665-5421-4 August 2012, 6 x 9, 188 pp., Soft Cover Suggested Price: $41.95 / £26.99
For more information and a complete list of titles, visit us at www.crcpress.com
Game Design Workshop
Game Magic
Third Edition Tracy Fullerton
A Designer’s Guide to Magic Systems in Theory and Practice
University of Southern California, Los Angeles, USA
Jeff Howard
Since the publication of the second edition, many changes have occurred in the games industry, from an increase in multitouch screen platforms to a rise in smaller teams and development companies and more independent designers. This third edition expands discussions of new platforms and genres of play as well as processes, such as agile development (SCRUM). This edition emphasizes how to work with analytics to improve game play experience and the commercial viability of games. It also includes interviews with a number of independent designers.
Dakota State University, Madison, South Dakota, USA
Print ISBN: 978-1-4822-1716-2 March 2014, 7-1/2 x 9-1/4, Soft Cover Suggested Price: $59.95 / £38.99
Print ISBN: 978-1-4665-6785-6 March 2014, 6-1/8 x 9-1/4, 400 pp., Soft Cover Suggested Price: $59.95 / £38.99
Game Development Tools
Game Physics
Second Edition
Second Edition
Marwan Ansari
David H. Eberly
This book provides a guide to performing magic and combining arcane symbols to render meaningful and powerful utterances. The author analyzes magic systems in games and shows how to effectively design better systems. The text encompasses the theory, history, and structure of magic systems in both games and human belief and incorporates pseudocode examples of how to design and program magic systems, with working examples offered online.
Design WMS Gaming, Plainfield, Illinois, USA
This new edition brings fresh insights of game professionals, digital content creators, hardware vendors, and current researchers together into a collection that focuses on the most underrepresented and critical part of game production: tools development. This second edition continues to focus on practical, implementable tools for game development professional, providing guidelines, assessments of tools, and third-party applications for game developers. Topics range from asset tracking to improving remote version control performance to building pipelines that work to GPU debugging and using in-game audio tools.
64
Print ISBN: 978-1-4665-9139-4 June 2014, 7-1/2 x 9-1/4, 320 pp., Soft Cover Suggested Price: $69.95 / £44.99
Game Feel A Game Designer’s Guide to Virtual Sensation Steve Swink The understanding of how game designers create feel, and affect feel are only partially understood by most in the field and tends to be overlooked as a method or course of study. This book brings the subject of feel to light by consolidating existing theories into a cohesive book. It covers topics like the role of sound, ancillary indicators, the importance of metaphor, how people perceive things, and a brief history of feel in games. The associated website contains a playset with readymade tools to design feel in games. Print ISBN: 978-0-12-374328-2 October 2008, 7 1/2 x 9 1/5, 376 pp., Soft Cover Suggested Price: $49.95 / £28.99
This book helps the reader create physically realistic 3D graphics environments with this introduction to the ideas and techniques behind the process. It includes simulations to introduce the key problems involved and then gradually reveals the mathematical and physical concepts needed to solve them. Next, it describes all the algorithmic foundations and uses code examples and working source code to show how they are implemented. The book tackles the challenging issues that other books avoid, including Lagrangian dynamics, rigid body dynamics, impulse methods, resting contact, linear complementarity problems, deformable bodies, mass-spring systems, friction, numerical solution of differential equations, and Verlet integration methods. Print ISBN: 978-0-12-374903-1 eBook ISBN: 978-0-08-096407-2 April 2010, 7 1/2 x 9 1/5, 902 pp. Suggested Price: $96.95 / £58.99
Game Physics Engine Development How to Build a Robust CommercialGrade Physics Engine for your Game, Second Edition Ian Millington This is the only book in its category to take readers through the process of building a complete gameready physics engine from scratch. The Cyclone game engine featured in the book was written specifically for this book and has been utilized in iPhone application development and Adobe Flash projects. The second edition includes new and revised material on collision detection, 2D physics, casual game physics for Flash games, more references, a glossary, and end-of-chapter exercises. The companion website includes the full source code of the Cyclone physics engine. Print ISBN: 978-0-12-381976-5 eBook ISBN: 978-0-12-381977-2 July 2010, 7 1/2 x 9 1/5, 524 pp., Soft Cover Suggested Price: $55.95 / £34.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Game Usability
iOS Game Development
Advancing the Player Experience
Developing Games for iPad, iPhone, and iPod Touch
By definition, usability is the ease with which people can employ a particular tool in order to achieve a particular goal. Usability refers to a computer program’s efficiency or elegance. This book gives game designers a better understanding of of how player characteristics impact usability strategy, and offers specific methods and measures to employ in game usability practice. The book also includes practical advice on how to include usability in already tight development timelines, and how to advocate for usability and communicate results to higher-ups effectively. Print ISBN: 978-0-12-374447-0 August 2008, 7-1/2 x 9-1/4, 400 pp., Soft Cover Suggested Price: $49.95 / £28.99
Thomas Lucka QIOO Interactive, Berlin, Germany
Offering a wealth of previously unpublished information about the iOS platform, this color book takes you from the basics of app coding to releasing and marketing your game on the App Store. It focuses on the concrete requirements of game developers, presenting in-depth details on each step in the mobile game development process. By following the book’s clear descriptions and example programs, you will understand how to implement the fundamentals in smaller game projects and be able to create your first game for the App Store. Print ISBN: 978-1-4665-6993-5 eBook ISBN: 978-1-4665-6995-9 September 2013, 7-1/2 x 9-1/4, 394 pp., Soft Cover Suggested Price: $49.95 / £31.99
Honoring the Code
Learn to Play
Conversations with Great Game Designers
Designing Tutorials for Video Games
Matt Barton
The Pennsylvania State University, Erie, USA
Saint Cloud State University, Minnesota, USA
This book is an easy-to-read, designer’s guide to creating tutorials for games. In fast and simple steps, it illustrates how designers can implement valuable tutorials into their games without having to pore over years of academic and industry research. A punchy writing style coupled with rundowns of actual code and in-practice uses makes this book useful for multiple audiences, including game designers looking to expand their skillset, hobbyist game developers, and educators looking to teach with games.
Design
Katherine Isbister
Matthew M. White
If you want to be successful in any area of game development—game design, programming, graphics, sound, or publishing—you should know how standouts in the industry approach their work and address problems. In this book, 16 groundbreaking game developers share their stories and offer advice for anyone aspiring to a career in the games industry. You’ll learn from their triumphs and failures and see how they dealt with sweeping changes in technology, including critical paradigm shifts from CD-ROMs and 3D graphic cards to the Internet and the mobile revolution. Print ISBN: 978-1-4665-6753-5 eBook ISBN: 978-1-4665-6755-9 March 2013, 7 x 10, 240 pp., Soft Cover Suggested Price: $39.95 / £25.99
Print ISBN: 978-1-4822-2019-3 May 2014, 6-1/8 x 9-1/4, 250 pp., Soft Cover Suggested Price: $59.95 / £38.99
65 Introduction to Game Physics with Box2D
Textbook
Ian Parberry
Concept, Theory, & Practice
University of North Texas, Denton, USA
Level Design Rudolf Kremers
This book helps readers become capable 2D game physics programmers through its relaxed and entertaining yet instructional presentation of both the theory and applications of 2D game physics. It explains how to program the physics used in 2D video games and covers the math required in game physics. A companion website provides source code, videos, and other material. After reading the book and experimenting with the code samples, readers will understand the basics of 2D game physics and know how to use Box2D to make a 2D physics-based game. Print ISBN: 978-1-4665-6576-0 eBook ISBN: 978-1-4665-6577-7 February 2013, 6 x 9, 275 pp., Soft Cover Suggested Price: $59.95 / £38.99
Omni-Labs
This book is among the first to use a conceptual and theoretical foundation to build such a set of practical tools and techniques. It is tied to no particular technology or genre, so it will be a useful reference for many years to come. Kremers covers many concepts universal to level design, such as interactivity, world building, immersion, sensory perception, pace, and more, and he shows how to apply these concepts in practical ways, with many examples from real games. Print ISBN: 978-1-56881-338-7 October 2009, 9.25 x 7.5, 408 pp., Soft Cover Suggested Price: $64.95 / £43.99
For more information and a complete list of titles, visit us at www.crcpress.com
Mobile & Social Game Design
Textbook
Monetization Methods and Mechanics, Second Edition
Ashish Amresh
Tim Fields
Design / Programming
Mobile gaming is quickly coming to dominate the market, as more powerful mobile networks are being developed and devices, such as tablets, are becoming more prevalent. Mobile monetization is thus a topic of interest to numerous current and prospective game developers. Focusing on mobile game monetization, this second edition reflects the convergence of social and mobile gaming, which will dominate the development of game design in the foreseeable future. Completely updated, this edition also includes new interviews with game industry leaders. Print ISBN: 978-1-4665-9868-3 February 2014, 7 x 10, 232 pp., Soft Cover Suggested Price: $49.95 / £31.99
Professional Techniques for Video Game Writing Edited by
Wendy Despain This book by the International Game Developers Association game writing special interest group focuses on various aspects of working as a professional game writer. Coverage includes how to break in to game writing, writing manuals, narrative design, writing in a team, working as a freelancer, working with new intellectual property, and more. It presents exercises and writing samples; additional writing samples are also available on the book’s website.
66
Print ISBN: 978-1-56881-416-2 eBook ISBN: 978-1-4398-7538-4 April 2008, 7-1/2 x 9-1/4, 250 pp., Soft Cover Suggested Price: $45.95 / £29.99
Science Fiction Video Games Neal Roger Tringham Psuedonyms, Ltd.
Unreal Game Development Arizona State University, Mesa, USA
Alex Okita Float Hybrid Entertainment, San Francisco, California, USA
Using Unreal Engine 3, the authors teach aspiring game makers the fundamentals of designing a computer game. The only prerequisite is a basic working knowledge of computers and a desire to build an original game. This book mirrors the curriculum used at CampGame, a six-week summer program organized for high school students at The New York University and Arizona State University. Students enter with no prior knowledge of game making, and through the course of six intensive weeks, they finish as teams of budding game developers. Print ISBN: 978-1-56881-459-9 eBook ISBN: 978-1-4398-7122-5 August 2010, 9.25 x 7.5, 500 pp., Soft Cover Suggested Price: $65.95 / £43.99
Virtual World Design Ann Latham Cudworth Harrisburg University, Pennsylvania, USA
Virtual environments are being utilized globally in gaming, training simulations, and web-based social environments. This book provides readers with a solid understanding of how to plan, design, and build a dynamic virtual space that meets their functional needs, supports their message, and contributes to the immersion and retention of the participants. Understanding the qualities of good design for 3D space is critical and this book demonstrates how to give 3D design the visual and functional qualities that support the intended purpose. Print ISBN: 978-1-4665-7961-3 April 2014, 7-1/2 x 9-1/4, 336 pp., Soft Cover Suggested Price: $49.95 / £31.99
2D Graphics Programming for Games John Pile, Jr.
The book gives the reader an understanding of the histories and natures of the various types of video games which have been strongly linked to the science fiction genre, including their relationships to other game forms and to written and visual sf. It also provides critical descriptions and encyclopedic overviews of a suggested list of the most important science-fictional video games, and an understanding of how they function as stories as well as games. Print ISBN: 978-1-4822-0388-2 June 2014, 6-1/8 x 9-1/4, 530 pp., Soft Cover Suggested Price: $44.95 / £29.99
Champlain College, Burlington, Vermont, USA
Full of practical tools and tricks, this color book helps new programmers learn the concepts and techniques used to produce appealing 2D graphics. It starts with the basics, moves on to topics pertaining to motion and depth, and then describes advanced graphics. Code samples in the text and online allow readers to see a particular line of code in action or as it relates to the code around it. In addition, challenges and suggested projects encourage readers to work through problems, experiment with solutions, and tinker with code. Print ISBN: 978-1-4665-0189-8 eBook ISBN: 978-1-4665-0190-4 May 2013, 7-1/2 x 9-1/4, 240 pp. Suggested Price: $49.95 / £31.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
3D Math Primer for Graphics and Game Development
C# Game Development Cookbook for Unity 3D
Second Edition
Jeff W. Murray Psychic Parrot Games, Ottawa, Ontario, Canada
This engaging book presents the essential mathematics needed to describe, simulate, and render a 3D world. Reflecting both academic and ininthe-trenches practical experience, the authors teach you how to describe objects and their positions, orientations, and trajectories in 3D using mathematics. The text provides an introduction to mathematics for game designers, including the fundamentals of coordinate spaces, vectors, and matrices. It also covers orientation in three dimensions, calculus and dynamics, graphics, and parametric curves. Print ISBN: 978-1-56881-723-1 eBook ISBN: 978-1-4398-6981-9 November 2011, 7.5 x 9.25, 846 pp. Suggested Price: $73.95 / £46.99
An Architectural Approach to Level Design Christopher W. Totten George Mason University, Fairfax, Virginia, USA
This book discusses level design, the discipline of creating interactive game environments, with an emphasis on architectural principles. These principles can help level designers create meaningful user experiences and emotional responses for players. This involves elements of spatial psychology, human survival instincts, visual communication, and spatial storytelling, among others. Topics are discussed in a non-software specific context so readers using different types of programs can utilize the content. The book includes an overview of real-world tools and techniques. Print ISBN: 978-1-4665-8541-6 April 2014, 7-1/2 x 9-1/4, 320 pp., Soft Cover Suggested Price: $59.95 / £38.99
This book supplies a hands-on approach suitable for creating video games with the Unity game engine. The author’s approachable writing style provides a solid base for experienced C# programmers to be able to make games with Unity3d and presents readers with a set of recipes for scripting components such as game logic controllers, input management scripts, and character and animation control scripts. The final part of the book provides recipes for actual, playable example games made up of the code recipes from earlier chapters. Print ISBN: 978-1-4665-8140-1 June 2014, 7-1/2 x 9-1/4, 640 pp., Soft Cover Suggested Price: $59.95 / £38.99
Essential Mathematics for Games and Interactive Applications A Programmer’s Guide, Second Edition James M. Van Verth and Lars M. Bishop This book presents the core mathematics necessary for sophisticated 3D graphics and interactive physical simulations. It begins with linear algebra and matrix multiplication and expands on this foundation to cover as color and lighting, interpolation, animation, and basic game physics. The book focuses on the issues of 3D game development important to programmers and includes optimization guidance throughout. It also includes a CD with exercises, test bank, code examples built around a shared code base, a math library covering all the topics presented in the book, a core vector/matrix math engine, and libraries to support basic 3D rendering and interaction. Print ISBN: 978-0-12-374297-1 eBook ISBN: 978-0-08-087861-4 May 2008, 7 1/2 x 9 1/5, 704 pp. Suggested Price: $65.95 / £38.99
Blender for Animation and Film-based Production
Game Development for iOS with Unity3D
Miguel Angel Manrique
Jeff W. Murray
Gamereactor, Ciudad Real, Spain
Psychic Parrot Games, Ottawa, Ontario, Canada
This book is targeted to new Blender users but it is also useful for intermediate to advanced users as a refresher and to update their knowledge with the most current version of the software. This book provides a comprehensive Blender reference guide, with a very thorough exploration of Blender for animation and film-based production to help users manage projects from start to finish all in a single volume
This hands-on guide takes you through the complete process of Unity iOS game development. A game developer for over 12 years, the author presents production-proven techniques and valuable tips and tricks needed to plan, build, test, and launch games for the iPhone, iPod, and iPad. He walks you through all the necessary procedures, including how to publish your game to the App Store. Full source files for two iOSready games are available at www.crcpress.com.
Print ISBN: 978-1-4822-0474-2 June 2014, 7 x 10, 700 pp., Soft Cover Suggested Price: $59.95 / £38.99
Programming
Fletcher Dunn and Ian Parberry
Print ISBN: 978-1-4398-9219-0 eBook ISBN: 978-1-4398-9220-6 July 2012, 7-1/2 x 9-1/4, 280 pp., Soft Cover Suggested Price: $52.95 / £33.99
For more information and a complete list of titles, visit us at www.crcpress.com
67
Game Engine Architecture
GPU Pro4
Second Edition
Advanced Rendering Techniques
Jason Gregory
Edited by
This updated edition of a 2010 CHOICE outstanding academic title covers the theory and practice of game engine software development. It explains practical concepts and techniques used by real game studios, such as Electronic Arts and Naughty Dog. Suitable for both beginners and seasoned engineers, the text includes all the required mathematical background. Examples are grounded in specific technologies, but the discussions extend beyond any particular engine or API. This edition adds new material, including a chapter on audio.
Programming 68
Print ISBN: 978-1-4665-6001-7 March 2014, 7-1/2 x 9-1/4, 900 pp. Suggested Price: $69.95 / £44.99
Wolfgang Engel Confetti Special Effects
This color book presents ready-to-use ideas and procedures that can help solve many day-to-day graphics programming challenges. Focusing on interactive media and games, the book covers up-todate methods as well as practical tips and tricks for creating real-time graphics. It explains how to render real-time special effects and visualize data on common consumer software platforms, such as PCs, video consoles, and mobile phones. Example programs and source code are available for download at crcpress.com. Print ISBN: 978-1-4665-6743-6 eBook ISBN: 978-1-4665-6744-3 April 2013, 7-1/2 x 9-1/4, 382 pp. Suggested Price: $79.95 / £49.99
GPU Pro
GPU Pro5
Advanced Rendering Techniques
Advanced Rendering Techniques
Edited by
Edited by
Wolfgang Engel
Wolfgang Engel
Confetti Special Effects
Confetti Special Effects
This book covers essential tools and techniques for programming the graphics processing unit. Brought to you by Wolfgang Engel and the same team of editors who made the ShaderX series a success, this volume covers advanced rendering techniques, engine design, GPGPU techniques, related mathematical techniques, and game postmortems. A special emphasis is placed on handheld programming to account for the increased importance of graphics on mobile devices, especially the iPhone and iPod touch.
This popular book offers new and time-tested tips and tricks for creating interesting geometry, realistic shading, real-time global illumination, and high-quality shadows as well as for optimizing 3D engines and taking advantage of the advanced power of the GPGPU. It discusses geometry manipulation, programming for handheld devices, effects in image space, shadows, 3D engine design, and environmental effects. A section on GPGPU programming also presents CUDA, DirectCompute, and OpenCL examples. Example programs and source code are available for download at crcpress.com.
Print ISBN: 978-1-56881-472-8 eBook ISBN: 978-1-4398-6553-8 June 2010, 9.25 x 7.5, 742 pp. Suggested Price: $87.95 / £58.99
Print ISBN: 978-1-4822-0863-4 April 2014, 7-1/2 x 9-1/4, 500 pp. Suggested Price: $79.95 / £49.99
GPU Pro2
HTML5 Game Engines
Wolfgang Engel
App Development and Distribution
Confetti Special Effects
This book focuses on advanced rendering techniques that run on the DirectX and/or OpenGL run-time with any shader language available. It includes articles on the latest and greatest techniques in real-time rendering, including MLAA, adaptive volumetric shadow maps, light propagation volumes, wrinkle animations, and much more. The book emphasizes techniques for handheld programming to reflect the increased importance of graphics on mobile devices. It covers geometry manipulation, effects in image space, shadows, 3D engine design, GPGPU, and graphics-related tools. Print ISBN: 978-1-56881-718-7 eBook ISBN: 978-1-4398-6560-6 February 2011, 7.25 x 9.25, 470 pp. Suggested Price: $75.95 / £55.99
Dan Nagle Sr. Software Engineer, Southern Vision Systems
Despite the rise of HTML5-based game engines, there is no comprehensive book that compares these engines to help developers decide which one is best for their project. This how-to guide covers game design and development and shows how to distribute an HTML5-based game. The book presents an introduction to game development using HTML5 engines, an analysis of the top engines, example game implementations using the engines, and techniques for packaging and distributing the final app. It also contains code, best practices, and many complete game examples. Print ISBN: 978-1-4665-9400-5 April 2014, 6-1/8 x 9-1/4, 200 pp., Soft Cover Suggested Price: $49.95 / £31.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Ryo Alexander Okita Float Hybrid Entertainment, San Francicso, Californa, USA
Ideal for game programmers with no prior experience with programming languages, this book covers the basics of programming and explains how C# is used to make a game in Unity3D. Interactive examples give C# code meaning. As more complex aspects of C# are explained, the interactivity of example games gains depth. Common programming tasks are taught by way of making a game. The final result is a reader who is capable of understanding how to read and apply C# in Unity3D and apply that knowledge to other development environments that use C#. Print ISBN: 978-1-4665-8652-9 May 2014, 7-1/2 x 9-1/4, 416 pp., Soft Cover Suggested Price: $39.95 / £25.99
Unity Game Coding Using C# Michael L. Croswell Consultant and Independent Game Developer
A how-to guide, this book covers areas where either a programmatic or procedural approach can add value or save time in the creation of games. The book uses stand-alone, concrete examples, and often complete but simple games to illustrate the tools and techniques of proramming the Unity 3D game engine in C#. It gives readers the skills and knowledge to quickly develop various game genres. It contains enough examples to give game programmers the best approaches for their particular work-flow, whether team or solo. Print ISBN: 978-1-4665-7170-9 March 2014, 7-1/2 x 9-1/4, 400 pp., Soft Cover Suggested Price: $49.95 / £31.99
Maya Python for Games and Film
GPU PRO3
A Complete Reference for Maya Python and the Maya Python API
Edited by
Adam Mechtley and Ryan Trowbridge
This book explores the latest developments in advanced rendering techniques in interactive media and games that run on the DirectX or OpenGL run-times or any other run-time with any language available. It covers geometry manipulation, handheld devices programming, effects in image space, shadows, 3D engine design, and environmental effects. A dedicated section on general purpose GPU programming focuses on CUDA, DirectCompute, and OpenCL examples. The book also provides tips on how to render real-time special effects and visualize data on common consumer software platforms.
Advanced Rendering Techniques Wolfgang Engel Confetti Special Effects
This book is among the first to provide an in-depth look at how to implement Python with Maya. It is an ideal resource for technical artists looking to boost productivity and enhance performance and interoperability. With this practical guide written by trusted authorities in the field, experienced technical artists will make the transition from the older MEL scripting language to Python and aspiring artists will save themselves time right from the beginning. Print ISBN: 978-0-12-378578-7 eBook ISBN: 978-0-12-378579-4 September 2011, 7 1/2 x 9 1/5, 384 pp. Suggested Price: $65.95 / £40.99
Print ISBN: 978-1-4398-8782-0 eBook ISBN: 978-1-4398-8794-3 February 2012, 7-1/2 x 9-1/4, 408 pp. Suggested Price: $73.95 / £46.99
Programming 2D Games
Official (ISC)2® Guide to the CISSP® CBK®
Charles Kelly
Third Edition
Most of today’s commercial games are written in C++ and are created using a game engine. Addressing both o f these key elements, this text provides a complete, up-to-date introduction to game programming. As game programming techniques are introduced, readers learn how to incorporate them into their own game engine and discover how to use the game engine to create a complete game. Every topic is explained theoretically and with working code examples. The example programs for each chapter are available online.
Edited by
Textbook
Print ISBN: 978-1-4665-0868-2 eBook ISBN: 978-1-4665-0872-9 June 2012, 7-1/2 x 9-1/4, 438 pp. Suggested Price: $62.95 / £40.99
Programming / Certification & Accreditation
Learning C# Programming with Unity 3D
Steven Hernandez, CISSP Series: (ISC)2 Press
Recognized as one of the best tools available for the information security professional and especially for candidates studying for the (ISC)2® CISSP® examination, the Official (ISC)2® Guide to the CISSP® CBK®, Third Edition has been updated and revised to reflect the latest developments in this ever-changing field. Endorsed by the (ISC)2, this book provides unrivaled preparation for the certification exam that is both up to date and authoritative. Compiled and reviewed by CISSPs and (ISC)2 members, the text provides an exhaustive review of the 10 current domains of the CBK. Print ISBN: 978-1-4665-6976-8 eBook ISBN: 978-1-4665-6978-2 December 2012, 6-1/8 x 9-1/4, 1520 pp. Suggested Price: $79.95 / £54.99
For more information and a complete list of titles, visit us at www.crcpress.com
69
Official (ISC)2® Guide to the CSSLP® CBK®
Official (ISC)2® Guide to the ISSAP® CBK®
Second Edition
Second Edition
Mano Paul
Edited by
SecuRisk Solutions, Pflugerville, Texas, USA
(ISC)² Corporate
Series: (ISC)2 Press
Series: (ISC)2 Press
Certification & Accreditation
The text allows readers to learn about software security from a renowned security practitioner who is the appointed software assurance advisor for (ISC)2. Complete with numerous illustrations, it makes complex security concepts easy to understand and implement. In addition to being a valuable resource for those studying for the CSSLP® examination, this book is also an indispensable software security reference for those already part of the certified elite. A robust and comprehensive appendix makes this book a time-saving resource for anyone involved in secure software development. Print ISBN: 978-1-4665-7127-3 eBook ISBN: 978-1-4665-7133-4 August 2013, 7 x 10, 800 pp. Suggested Price: $89.95 / £54.99
Print ISBN: 978-1-4665-7900-2 eBook ISBN: 978-1-4665-7901-9 August 2013, 7 x 10, 600 pp. Suggested Price: $79.95 / £49.99
Official (ISC)2® Guide to the SSCP® CBK®
Official (ISC)2® Guide to the ISSMP® CBK®
Second Edition
Edited by
Edited by
Harold F. Tipton HFT Associates, Villa Park, California, USA
70
Candidates for the ISSAP® certification need to demonstrate a thorough understanding of the six domains of the ISSAP® CBK® as well as the ability to apply this knowledge to develop detailed security architectures. Supplying an authoritative review of key concepts and requirements of the ISSAP® CBK®, the second edition of this official guide provides the practical understanding required to implement the latest security protocols. Encompassing all of the knowledge elements needed to create secure architectures, the text covers requirements analysis, access control, cryptography, physical security, BCP/DRP, and telecommunications and network security.
Harold F. Tipton HFT Associates, Villa Park, California, USA
(ISC)² Corporate
Series: (ISC)2 Press
Series: (ISC)2 Press
Having helped thousands of people obtain the distinguished (ISC)²® Systems Security Certified Practitioner (SSCP®) certification, this bestselling guide has quickly become the book that many of today’s security practitioners depend on to attain and maintain the required competence of the seven domains of the (ISC)²® CBK®. Picking up where the popular first edition left off, the second edition brings together leading IT security tacticians from around the world to discuss the critical role that policy, procedures, standards, and guidelines play within the overall information security management infrastructure.
Preparing professionals for certification and job readiness, the Official (ISC)²® Guide to CISSP® ISSMP® CBK® supplies a complete overview of the management topics related to information security. It provides for an expanded enterprise model of security and management that delves into project management, risk management, and continuity planning. Facilitating the mastery of the five ISSEP domains required for certification, this book will not only help you prepare for the CISSP-ISSMP certification exam, but also provide you with a solid foundation to enhance your career path.
Print ISBN: 978-1-4398-0483-4 eBook ISBN: 978-1-4398-0484-1 December 2010, 6-1/8 x 9-1/4, 467 pp. Suggested Price: $75.95 / £48.99
Print ISBN: 978-1-4200-9443-5 eBook ISBN: 978-1-4200-9444-2 April 2011, 6-1/8 x 9-1/4, 468 pp. Suggested Price: $83.95 / £55.99
Official (ISC)2® Guide to the CAP® CBK®
PgMP® Exam Challenge!
Second Edition
Ginger Levin
Patrick D. Howard CISO, Nuclear Regulatory Commission, USA Series: (ISC)2 Press
Providing an overview of certification and accreditation, the second edition of this officially sanctioned guide demonstrates the effectiveness of C&A as a risk management methodology for IT systems in public and private organizations. It enables readers to document the status of their security controls and learn how to secure IT systems via standard, repeatable processes. The text describes what it takes to build a certification and accreditation program at the organization level and analyzes various C&A processes and how they interrelate. A case study illustrates the successful implementation of certification and accreditation in a major U.S. government department. Print ISBN: 978-1-4398-2075-9 eBook ISBN: 978-1-4398-2076-6 July 2012, 7 x 10, 462 pp. Suggested Price: $73.95 / £44.99
Project Management Consultant, Lighthouse Point, Florida, USA
J. LeRoy Ward ESI International, New York, New York, USA ESI International Project Management Series
Up to date with the third edition of PMI’s Standard for Program Management, The PgMP® Exam Challenge! contains more than 300 practice questions to help readers hone their knowledge and test their skills. It covers all five of the program management domains: Strategic Program Management, Program Management Life Cycle, Benefits Management, Stakeholder Management, and Governance. It also examines all of the sub domains of the lifecycle domain. With an easy-touse format, this is an ideal resource for those preparing to take the PgMP exam. Print ISBN: 978-1-4822-0208-3 eBook ISBN: 978-1-4822-0209-0 June 2013, 8 x 5, 544 pp., Soft Cover Suggested Price: $49.95 / £31.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
PMP® Exam Challenge!
Fourth Edition
Sixth Edition
Ginger Levin
J. LeRoy Ward, PMP, PgMP
Project Management Consultant, Lighthouse Point, Florida, USA
ESI International, New York, New York, USA
J. LeRoy Ward ESI International, New York, New York, USA
Ginger Levin
ESI International Project Management Series
Project Management Consultant, Lighthouse Point, Florida, USA
Up to date with the third edition of PMI’s Standard for Program Management, this is the most comprehensive resource available to help prepare readers for the PgMP® exam. Updated with new and changed terminology, this edition incorporates the concepts from the five performance domains. The book features practical study hints, a list of major topics covered on the exam, and a bibliographic reference for further study. The two challenging, 170-question practice tests are available in the book and online so readers can retake the practice tests as many times necessary.
ESI International Project Management Series
Print ISBN: 978-1-4822-0135-2 eBook ISBN: 978-1-4822-0136-9 June 2013, 8-1/2 x 11, 400 pp., Soft Cover Suggested Price: $69.95 / £44.99
PMP Exam Practice Test and Study Guide, Eighth Edition Edited by
Preparing for and passing the PMP® exam is no small feat. Although the number of certified PMP®s continues at a phenomenal rate, the exam failure rate remains uncommonly high. PMP® Exam Challenge! is designed to help you pass the exam by giving you an easy-to-use, highly portable publication, containing key relevant topics you are certain to encounter on your exam. Featuring 660 practice questions, this sixth edition completely reflects the PMBOK® Guide, Fifth Edition and covers the guide’s ten knowledge areas. Print ISBN: 978-1-4665-9982-6 eBook ISBN: 978-1-4665-9987-1 June 2013, 8 x 5, 636 pp., Soft Cover Suggested Price: $49.95 / £31.99
PMP® Exam Practice Test and Study Guide Ninth Edition J. LeRoy Ward, PMP, PgMP
J. LeRoy Ward
ESI International, New York, New York, USA
ESI International, New York, New York, USA
Ginger Levin
This rigorous study guide provides 40 multiplechoice practice questions in each of nine knowledge areas and the professional and social responsibilities domain and a composite 200-question practice test that simulates the PMP® exam. This spiral bound text includes fully referenced answers keyed to the five project management process groups, a complete bibliography, and a study matrix to help readers key in on specific areas that require further study. Using the self-examination and study tools in this book, readers can increase their chances of passing the PMP® certification exam the first time.
Project Management Consultant, Lighthouse Point, Florida, USA
Print ISBN: 978-1-890367-52-7 November 2009, 8-1/2 x 11, Soft Cover Suggested Price: $59.95 / £38.99
ESI International Project Management Series
PMP® Exam: Practice Test and Study Guide, Ninth Edition uses self-study to help readers increase their chances of passing the PMP certification exam the first time. This spiral-bound edition includes 40 multiple-choice practice questions in each of the ten knowledge areas and in the professional and social responsibilities domain. It presents a 200-question practice test that simulates the actual PMP exam, fully referenced answers keyed to the five project management process groups, and a study matrix to help readers key in on areas that require further study. Print ISBN: 978-1-4822-0224-3 eBook ISBN: 978-1-4822-0225-0 June 2013, 6-1/8 x 9-1/4, 536 pp., Soft Cover Suggested Price: $69.95 / £44.99
The PMP® Certification Exam Study Guide
Textbook
Rosaldo de Jesus Nocêra
The Use of Forensic Accounting Techniques and Indirect Methods of Proof, Second Edition
This book covers the nine knowledge areas and 42 processes covered in the Project Management Institute’s Project Management Professional (PMP®) certification examination. Explaining process input, output, and interaction, it contains more than 500 practice questions. It also includes hundreds of illustrations, diagrams, memorization games, study tips, equations, and a glossary. Each chapter includes self-tests with detailed answer keys. The book includes a CD with exercise questions and two posters for process visualization. Print ISBN: 978-1-4665-0383-0 eBook ISBN: 978-1-4665-0384-7 August 2012, 8-1/2 x 11, 736 pp., Soft Cover Suggested Price: $83.95 / £51.99
Criminal Financial Investigations
Gregory A. Pasco Colorado Technical University, Sioux Falls, South Dakota, USA
Understanding the financial motivations behind whitecollar crime is often the key to the apprehension and successful prosecution of these individuals. Now in its second edition, this volume provides direct instruction on the “how to” aspects of criminal financial investigations, taking readers through the different approaches used in gathering evidence and demonstrating how to present circumstantial evidence to a judge or jury in a simple and convincing manner. Written by a former Special Agent with the IRS, the book sets out a methodology enabling readers to identify, pursue, and successfully prosecute white-collar crime. Print ISBN: 978-1-4665-6262-2 eBook ISBN: 978-1-4665-6267-7 October 2012, 6-1/8 x 9-1/4, 295 pp. Suggested Price: $104.95 / £66.99
For more information and a complete list of titles, visit us at www.crcpress.com
Certification & Accreditation / Computer Crime Investigation
PgMP® Exam Practice Test and Study Guide
71
Critical Infrastructure Homeland Security and Emergency Preparedness, Third Edition
Pre-Employment Background Investigations for Public Safety Professionals
Robert S. Radvanovsky
Frank A. Colaprete
Infracritical, Geneva, Illinois, USA
Allan McDougall
Computer Crime Investigation / Database
Evolutionary Security Management Inc. Arnprior, Ontario, Canada
Since the inception of this book, there have been significant strides to safeguard our world’s infrastructures. There has also been a shift to more fluid postures associated with resilience and the establishment of redundant infrastructure. Updated to reflect these new emphases, this volume discusses changes in how governments and the private sector share information within the infrastructure sector as well as between sectors. It also examines the importance of risk assessments, the impact of different types of regulations, distributed control systems, and SCADA systems. Print ISBN: 978-1-4665-0345-8 eBook ISBN: 978-1-4665-0346-5 April 2013, 6-1/8 x 9-1/4, 283 pp. Suggested Price: $99.95 / £63.99
Textbook
Introduction to Corporate and White-Collar Crime Frank J. DiMarino Kaplan University, Chicago, Illinois, USA
Cliff Roberson Washburn University, Topeka, Kansas, USA
72
White-collar crime is surprisingly common, with one in every three Americans eventually becoming a victim. This volume provides readers with an understanding of what white-collar crime is, how it works, and the extent to which it exists in our society. Topics include theories behind white-collar crime, laws that govern the securities industries, control and prevention, and sanctions for white-collar criminals. The book examines bank fraud, money laundering, racketeering, and organized crime, as well as crimes involving public officials and obstruction of justice. Every chapter begins with objectives and concludes with review questions.
Justice System Solutions, LLC, Rochester, New York, USA
This volume provides readers with the knowledge, investigative techniques, decision-making models, and tools to successfully implement and manage the process of pre-employment investigation. The book focuses on the screening process, legal issues, and medical and psychological standards of pre-employment screening. It also discusses informational sources and how the past predicts the future. Each chapter begins with learning objectives and key terms and concepts. Discussion questions and exercises appear at the end of each chapter to test readers’ assimilation of the material. Print ISBN: 978-1-4398-9385-2 eBook ISBN: 978-1-4398-9386-9 May 2012, 7 x 10, 623 pp. Suggested Price: $104.95 / £66.99
Social Networking As A Criminal Enterprise Catherine D. Marcum and George Higgins This text explores how social networking has become a huge matter of contention in the criminal justice system and how the justice system is currently attempting to handle the issue. Designed for courses in undergraduate and graduate criminal justice, criminology, and information technology, the book is written by experts in this emerging area and focuses on criminal and deviant behavior as it affects and relates to social networking. It is also ideal as an instruction guide for practitioners in the criminal justice field and for trainees at law enforcement training academies. Print ISBN: 978-1-4665-8979-7 March 2014, 6 x 9, 300 pp., Soft Cover Suggested Price: $89.95 / £57.99
Print ISBN: 978-1-4398-5158-6 eBook ISBN: 978-1-4398-5159-3 May 2013, 6-1/8 x 9-1/4, 284 pp. Suggested Price: $79.95 / £49.99
Policing White Collar Crime
Big Data and Business Analytics
Characteristics of White Collar Criminals
Edited by
Petter Gottschalk
Jay Liebowitz
BI Norwegian Business School, Oslo
University of Maryland University College, Adelphi, USA
Series: Advances in Police Theory and Practice
With the increasing barrage of big data, it becomes vital for organizations to make sense of this data in a timely and effective way to improve their decision making and competitive advantage. That’s where business analytics come into play. This book explores case studies from industry leaders in big data domains such as cybersecurity, marketing, finance, emergency management, healthcare, and transportation. It offers a concise guide for CEOs and senior managers, as well as for business, management, and technology students interested in this emerging field.
There are many approaches to understanding white collar crime. This volume looks at the topic from an information management strategy perspective as opposed to the more traditional approach, which revolves around knowledge management strategy. Information management strategy focuses on the identification, retrieval, storage, and application of information resources. By focusing on this perspective, law enforcement organizations can better develop and implement detection and prevention methods and can best use the critical element of police intelligence to help circumvent the tactics of white collar criminals. Print ISBN: 978-1-4665-9177-6 December 2013, 6-1/8 x 9-1/4, 326 pp. Suggested Price: $99.95 / £63.99
Print ISBN: 978-1-4665-6578-4 eBook ISBN: 978-1-4665-6579-1 April 2013, 6-1/8 x 9-1/4, 304 pp. Suggested Price: $69.95 / £44.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Big Data Mining
Textbook
Stephan Kudyba The book provides a description of the general underpinnings of mining along with the various mathematical and algorithmic methodologies that are incorporated in it. It describes the data management issues that are involved with the generation of information using mining techniques. It provides various numerous business applications where mining can be applied and describes new data sources that have evolved that can add explanatory power to these business processes. Print ISBN: 978-1-4665-6870-9 March 2014, 6-1/8 x 9-1/4, 304 pp. Suggested Price: $79.95 / £49.99
Database Design Using Entity-Relationship Diagrams Second Edition Sikha Bagui and Richard Earp University of West Florida, Pensacola, USA Series: Foundations of Database Design
With Database Design Using Entity-Relationship Diagrams, Second Edition, readers can quickly learn the ins and outs of ER diagramming. Building on the success of the bestselling first edition, this accessible text includes a new chapter on the relational model and functional dependencies. It also includes expanded chapters on Enhanced Entity Relationship (EER) diagrams and reverse mapping. It uses cutting-edge case studies and examples to help readers master database development basics and defines ER and EER diagramming in terms of requirements and specifications. Print ISBN: 978-1-4398-6176-9 eBook ISBN: 978-1-4398-9672-3 September 2011, 6-1/8 x 9-1/4, 371 pp. Suggested Price: $83.95 / £55.99
Cloud Database Development and Management
Database Practitioner’s Guide to Useable Mathematics
Lee Chao
Joe Celko
University of Houston-Victoria, Sugar Land, Texas, USA
These days, cloud computing is almost everywhere. However, one can hardly find a textbook that utilizes cloud computing for teaching database and application development. This cloud-based database development book teaches both the theory and practice with stepby-step instructions and examples. This book helps readers to set up a cloud computing environment for teaching and learning database systems. The book will cover adequate conceptual content for students and IT professionals to gain necessary knowledge and hands-on skills to set up cloud-based database systems.
For the last three decades, the author has built a reputation for teaching hands-on SQL programming with industry standards and small doses of theory in his series, SQL Programming for Smarties. In this database programming book, he switches the focuses to mathematical foundations. The book discusses the underlying math not discussed in the usual data structures and programming courses. Facilitating the understanding of theory and mathematical tools needed to become a database programmer, the book covers enough math to be useful but not to overwhelm the reader.
Print ISBN: 978-1-4665-6505-0 eBook ISBN: 978-1-4665-6506-7 July 2013, 7 x 10, 487 pp. Suggested Price: $79.95 / £49.99
Print ISBN: 978-1-4665-6756-6 June 2014, 7 x 10, 400 pp., Soft Cover Suggested Price: $69.95 / £44.99
Data Governance
The Decision Model
Creating Value from Information Assets Edited by
A Business Logic Framework Linking Business and Technology
Neera Bhansali
Barbara von Halle and Larry Goldberg
73
iMEMS Corp.
Knowledge Partners International, Mendham, New Jersey, USA
This book provides business managers, IT professionals, and students with an integrated approach to designing, developing, and sustaining an effective data governance strategy. Focusing on the organizational, operational, and strategic aspects of data governance, it addresses the issue of how to leverage, derive, and sustain value from informational assets that are housed in the IT infrastructure. It provides an overall understanding of data governance, addressing the burning issue of aligning data assets to both IT assets and organizational strategic goals in order to leverage potential value in data assets. Print ISBN: 978-1-4398-7913-9 eBook ISBN: 978-1-4398-7914-6 June 2013, 6-1/8 x 9-1/4, 268 pp. Suggested Price: $79.95 / £49.99
Database
A Strategic Decision Making Approach
With so much growth in SOA, BPM, and EDM technology, corporations are in need of a way to organize their business logic in a way that will allow the greatest agility for the business while leveraging current IT assets. Written by pioneering consultants and bestselling authors with track records of international success, this volume explains how to implement the Decision Model, a stable, rigorous model of core business logic that informs current and emerging technology. It offers a strong theoretical foundation, while succinctly defining the path needed to incorporate agile and iterative techniques to develop a model that can become a cornerstone for continual growth. Print ISBN: 978-1-4200-8281-4 eBook ISBN: 978-1-4200-8282-1 October 2009, 6-1/8 x 9-1/4, 553 pp. Suggested Price: $59.95 / £36.99
For more information and a complete list of titles, visit us at www.crcpress.com
Developing Essbase Applications Advanced Techniques for Finance and IT Professionals Edited by
Cameron Lackpour
Database / Intelligent Systems
Essbase is a powerful tool used to build useful analytical models, reporting systems, and forecasting applications. This book represents a group effort from some of the most experienced Essbase practitioners from around the world. Infrastructure, data sourcing and transformation, database design, calculations, automation, APIs, reporting, and project implementation are covered by experts who specialize in the tools and techniques on a day-to-day basis. The book includes practical cases that stem from the authors’ decades of combined experience. Print ISBN: 978-1-4665-5330-9 eBook ISBN: 978-1-4665-5331-6 June 2012, 7 x 10, 445 pp. Suggested Price: $69.95 / £44.99
Large Scale and Big Data
Lakshman Bulusu Examining implementation in terms of the systems development life cycle, this book highlights the practical aspects of implementing and using open-source data warehousing and business intelligence technologies. The text explains the key differences between open source, vendor data warehousing, and business intelligence technologies and provides end-to-end solutions that are scalable, high performance, and stable. It covers data warehouse design, real-time processing, data integration, presentation services, and real-time reporting. Emphasizing how they can be used in real-world applications, the author also presents best practices that can save time, effort, cost, and resources. Print ISBN: 978-1-4398-1640-0 eBook ISBN: 978-1-4398-1641-7 August 2012, 6-1/8 x 9-1/4, 432 pp. Suggested Price: $83.95 / £51.99
Edited by
Advances in Biometrics for Secure Human Authentication and Recognition
Sherif Sakr
Edited by
Processing and Management National ICT Australia, Alexandria
Mohamed Gaber University of Portsmouth, UK
74
Open Source Data Warehousing and Business Intelligence
This book provides a central source of reference on the various data management techniques of large scale data processing and its technology application. This book presents chapters written by leading researchers, academics, and practitioners in the field, all of which have been reviewed by independent reviewers. The book covers the latest research discoveries and applications. Coverage includes cloud data management architectures, big data analytics visualization, data management, analytics for vast amounts of unstructured data, clustering, classification, link analysis of big data, scalable data mining, and machine learning techniques. Print ISBN: 978-1-4665-8150-0 April 2014, 6-1/8 x 9-1/4, 640 pp. Suggested Price: $119.95 / £76.99
Dakshina Ranjan Kisku, Phalguni Gupta, and Jamuna Kanta Sing An invaluable collection of biometrics solutions, this book covers both unimodal and multimodal biometrics. It includes up-to-date algorithms with novel feature extraction techniques, computer vision approaches, soft computing approaches, and machine learning techniques under a unified framework used in biometrics systems. In addition to conventional approaches, the book examines applications of affective computing, matching sketch to photograph, cryptography approaches, biometrics alteration, heterogeneous biometrics, age invariant biometrics, and more. Print ISBN: 978-1-4665-8242-2 December 2013, 6-1/8 x 9-1/4, 341 pp. Suggested Price: $129.95 / £82.00
Linked Data Management
Affective Computing
Edited by
Theory, Methods, and Applications
Andreas Harth, Katja Hose, and Ralf Schenkel
Eva Hudlicka
With the growing popularity of the Semantic Web, more and more semantic data and data sources become available and accessible for everyone. By establishing semantic links between the data, answers to (complex) queries can be evaluated based on the data on multiple providers instead of just one. This book motivates, introduces, and details techniques for processing heterogeneous structured data on the web by providing a comprehensive overview for database researchers and practitioners about this new publishing paradigm on the web, and show how the abundance of data published as Linked Data can serve as a fertile ground for database research and experimentation.
Psychometrix Associates, Inc., Blacksburg, Virginia, USA
Print ISBN: 978-1-4665-8240-8 March 2014, 7 x 10, 480 pp. Suggested Price: $99.95 / £63.99
Print ISBN: 978-1-4200-8262-3 June 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $79.95 / £49.99
In spite of the rapid growth that has made affective computing a highly active area of research and practice, no single volume exists that covers recent technological developments and provides the necessary background on relevant empirical research and theoretical foundations from psychology and neuroscience. Filling this need, this book is designed to be a textbook for advanced undergraduate and graduate courses and an introductory practitioner guide for newcomers to the field. Its depth of coverage makes it suitable as reference for researchers and practitioners in the different subfields of affective computing.
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Computation for Humanity Information Technology to Advance Society
Distributed Networks Intelligence, Security, and Applications Edited by
Qurban A. Memon
Edited by
Harvard University, Cambridge, Massachusetts, USA
Pieter J. Mosterman MathWorks, Natick, Massachusetts, USA Series: Computational Analysis, Synthesis, and Design of Dynamic Systems
This book discusses various aspects of computational science and engineering in combination with applied science. It highlights sustainability to demonstrate how computation can improve different aspects of life. The editors provide a collection of numerous computation-related projects that form a foundation from which to cross-pollinate between different disciplines and further extensive collaboration. They present a clear and profound understanding of computing in today’s world. The detailed application examples provide the reader with contributions that behold approaches to provide fundamental solutions to some of the most pertinent humanity-related problems.
For many civilian, security, and military applications, distributed and networked coordination is a more promising alternative to centralized command and control, with systems that are more scalable, flexible, and robust. This book explores research in distributed network intelligence and security, including novel applications. It presents trends and advances and helps you understand how to successfully incorporate them into distributed intelligent systems and services. Featuring contributions by international scholars and experts, this collection offers insights for further research and development in distributed computing and networking. Print ISBN: 978-1-4665-5957-8 eBook ISBN: 978-1-4665-5958-5 July 2013, 7 x 10, 412 pp. Suggested Price: $159.95 / £99.00
Print ISBN: 978-1-4398-8327-3 eBook ISBN: 978-1-4398-8329-7 October 2013, 6-1/8 x 9-1/4, 520 pp. Suggested Price: $139.95 / £89.00
Computer-Aided Control Systems Design
Disturbance Observer Based Control
Practical Applications Using MATLAB® and Simulink®
Methods and Applications
Cheng Siong Chin
Southeast University, Nanjing, China
Shihua Li, Jun Yang, and Xisong Chen Wen-Hua Chen
Newcastle University, Singapore
This step-by-step guide emphasizes applying control fundamentals to practical industry systems such as the ALSTOM gasifier system in power stations and underwater robotic vehicles in the marine industry. It also shows how powerful software such as MATLAB® and Simulink® can aid in control systems design. The text begins with the basic principles of applied control engineering and then covers the dynamic modeling, control structure design, controller design, implementation, and testing of control systems. It prepares you to deal more confidently with practical control problems in industry. Print ISBN: 978-1-4665-6851-8 eBook ISBN: 978-1-4665-6852-5 December 2012, 6-1/8 x 9-1/4, 384 pp. Suggested Price: $135.95 / £86.00
Cooperative Control of Multi-agent Systems
Loughborough University, UK
This book addresses many new developments of DOBC in both theory and application aspects. During the past 30 years, DOBC has achieved successful applications in engineering due to its powerful abilities in compensating disturbances and uncertainties. In this book, the authors conclude the major research results in the field of DOBC in both theory contributions and practical engineering applications. The book provides guidance for those interested in theory and method research of DOBC, and engineers interested in disturbance estimation and compensation techniques for practical engineering systems. Print ISBN: 978-1-4665-1579-6 January 2014, 6-1/8 x 9-1/4, 328 pp. Suggested Price: $99.95 / £63.99
Electric Power Systems
A Consensus Region Approach
Advanced Forecasting Techniques and Optimal Generation Scheduling
Zhongkui Li and Zhisheng Duan
Edited by
João P. S. Catalão
Series: Automation and Control Engineering
This monograph provides an overview of the cooperative control problems and mathematical background, then addressees the consensus problems of multi-agent systems with linear and nonlinear agent dynamics, H∞ and H2 consensus, distributed robust control subject to parameter uncertainties, adaptive consensus, and containment control. It concludes with a discussion of the applications of the cooperative control algorithms to formation control and satellite formation flying. Print ISBN: 978-1-4665-6994-2 July 2014, 6-1/8 x 9-1/4, 288 pp. Suggested Price: $139.95 / £89.00
Intelligent Systems
UAE University, Al-Ain
Justyna Zander
University of Beira Interior, Covilha, Portugal
An accurate forecast of load, electricity market prices, and wind power generation is increasingly important to support decisions in power system operations and planning. Written by renowned international experts, this book presents cuttingedge research on forecasting and scheduling issues in electric power generation systems. The text covers topics such as uncertainty and risk, load forecasting, electricity prices forecasting, wind power forecasting, price-based scheduling for generating companies, optimal scheduling of a hydro producer, hydrothermal coordination, unit commitment with wind generators, and operational optimization of multigeneration systems. Print ISBN: 978-1-4398-9394-4 eBook ISBN: 978-1-4398-9396-8 March 2012, 6-1/8 x 9-1/4, 462 pp. Suggested Price: $159.95 / £100.00
For more information and a complete list of titles, visit us at www.crcpress.com
75
The Electronic Chart Display and Information System (ECDIS) An Operational Handbook Adam Weintrit Gdynia Maritime University, Poland
Intelligent Systems
This handbook offers a wealth of detailed information about how different charting systems operate and answers the most commonly asked questions regarding electronic charts and chart systems. Certain to serve as the bible for ECDIS users for years to come, it provides information for training programs as well as for engineers maintaining ECDIS systems in the field. The book will be of specific interest to those who need to know about selection, implementation, operational use, and management of these systems, without getting into the technical details of how ECDIS/GIS actually work.
High Performance Programming for Soft Computing Edited by
Oscar Humberto Montiel Ross and Roberto Sepulveda Instituto Politecnico Nacional, San Diego, California, USA
This book examines the present and future of soft computer techniques. It explains how to use the latest technological tools, such as multicore processors and graphics processing units, to implement highly efficient intelligent system methods using a general purpose computer. Print ISBN: 978-1-4665-8601-7 February 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $119.95 / £76.99
Print ISBN: 978-0-415-48246-2 eBook ISBN: 978-1-4398-4764-0 August 2009, 6-3/4 x 9-3/4, 1136 pp. Suggested Price: $350.00 / £223.00
Formation Control of Multi-Robot Systems
Intelligent Integrated Systems
Yu-Ping Tian
Edited by
Recently, coordination control, in particular formation control of multi-robot systems, has received major attention within the control community due to its broad range of applications in military missions, environmental surveys, and space missions. This book systemically introduces the mainstream and representative methods of formation control design including consensus-based formation control, formation path-following control, and distance-based formation control. Print ISBN: 978-1-4665-0142-3 April 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $119.95 / £72.99
Devices, Technologies and Architectures Simon Deleonibus CEA-LETI, Grenoble, France Series: Pan Stanford Series on Intelligent Nanosystems
This book provides an overview by internationally recognized researchers of the architectures of breakthrough devices required for future intelligent integrated systems. The first section highlights Advanced Silicon-Based CMOS Technologies. New device and functional architectures are reviewed in chapters on Tunneling Field-Effect Transistors and 3-D monolithic Integration, which the alternative materials could possibly use in the future. The way we can augment silicon technologies is illustrated by the co-integration of new types of devices. Print ISBN: 978-981-4411-42-4 September 2013, 6 x 9, 350 pp. Suggested Price: $149.95 / £95.00
76
Granular Computing
Intelligent Network Video
Analysis and Design of Intelligent Systems Witold Pedrycz
Understanding Modern Video Surveillance Systems
University of Alberta, Edmonton, Canada
Fredrik Nilsson and Axis Communications Inc.
Series: Industrial Electronics
Granular computing focuses on formalizing information granules and unifying them to create a coherent methodological and developmental environment for intelligent system design and analysis. This innovative book presents the unified principles of granular computing along with its comprehensive algorithmic framework and design practices. It explores key concepts and formalisms as well as applications. It also emphasizes the need to consider information granularity as an important design asset that helps in the construction of more realistic models of real-world systems and in facilitating collaborative pursuits of system modeling. Print ISBN: 978-1-4398-8681-6 eBook ISBN: 978-1-4398-8687-8 May 2013, 6-1/8 x 9-1/4, 309 pp. Suggested Price: $129.95 / £82.00
Chelmsford, Massachusetts, USA
Offering ready access to the security industry’s cuttingedge digital future, Intelligent Network Video provides the first complete reference for those involved with developing, implementing, and maintaining the latest surveillance systems. Pioneering expert Fredrik Nilsson explains how IP-based video surveillance systems provide better image quality and a more scalable and flexible system at lower cost. A complete and practical reference for the field, this volume includes a comprehensive checklist for those designing a network video system, as well as a DVD with a systems design tool. Print ISBN: 978-1-4200-6156-7 eBook ISBN: 978-1-4200-6157-4 September 2008, 7 x 10, 416 pp. Suggested Price: $98.95 / £62.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Natural Language Processing
Non-Fragile Control and Filtering
Semantic Aspects
Guang-Hong Yang, Xiang-Gui Guo, Wei-Wei Che, and Wei Guan
Epaminondas Kapetanios, Doina Tatar, and Christian Sacarea
Designing controllers and filters such that the resulting closed-loop systems are non-fragile or insensitive with respect to the perturbations in the controller or filter coefficients has become an important research topic in many fields of engineering and science. This book systematically presents novel methods for non-fragile control and filtering of linear systems with respect to controller/filter coefficient variations. It provides designs and guidelines that can be used to develop advanced non-fragile control techniques to improve reliability, maintainability, and survivability of complex control systems.
This book introduces the semantic aspects of natural language processing and its applications. Topics covered include: measuring word meaning similarity, multi-lingual querying, and parametric theory, named entity recognition, semantics, query language, and the nature of language. The book also emphasizes the portions of mathematics needed to understand the discussed algorithms. Print ISBN: 978-1-4665-8496-9 November 2013, 6-1/8 x 9-1/4, 346 pp. Suggested Price: $129.95 / £82.00
Print ISBN: 978-1-4665-8035-0 eBook ISBN: 978-1-4665-8036-7 March 2013, 6-1/8 x 9-1/4, 288 pp. Suggested Price: $149.95 / £95.00
Mobile Intelligent Autonomous Systems
Disasters 2.0
Edited by
Jitendra R. Raol MS Ramaiah Institute of Technology, Bangalore, India
Ajith K. Gopal
The Application of Social Media Systems for Modern Emergency Management Adam Crowe Richmond, Virginia, USA
BAE Systems, Benoni, South Africa
Going beyond the traditional field of robotics to include other mobile vehicles, this reference and “recipe book” describes important theoretical concepts, techniques, and applications that can be used to build truly mobile intelligent autonomous systems (MIAS). With the infusion of neural networks, fuzzy logic, and genetic algorithm paradigms for MIAS, it blends modeling, sensors, control, estimation, optimization, signal processing, and heuristic methods in MIAS and robotics, and includes examples and applications throughout. Offering a comprehensive view of important topics, it helps readers understand the subject from a system-theoretic and practical point of view. Print ISBN: 978-1-4398-6300-8 eBook ISBN: 978-1-4398-6301-5 August 2012, 7 x 10, 832 pp. Suggested Price: $169.95 / £104.00
Multiobjective Optimization Methodology
Emerging social media and Web 2.0 technologies will continue to have a great impact on the practice and application of the emergency management function in every public safety sector. This volume prepares emergency managers and first responders to successfully apply social media principles in the operations, logistics, planning, finance, and administrative aspects of any given disaster. Using real-life examples, the book demonstrates how to effectively apply social media technology to the next crisis, making it a must-read book for those charged with disaster management and response. Print ISBN: 978-1-4398-7442-4 eBook ISBN: 978-1-4398-7443-1 April 2012, 6-1/8 x 9-1/4, 321 pp. Suggested Price: $73.95 / £46.99
Textbook
A Jumping Gene Approach
Dynamic Web Programming and HTML5
K.S. Tang, T.M. Chan, R.J. Yin, and K.F. Man
Paul S. Wang
City University of Hong Kong, China
Kent State University, Ohio, USA
Series: Industrial Electronics
One of the first books to focus on jumping genes outside bioscience and medicine, Multiobjective Optimization Methodology: A Jumping Gene Approach introduces jumping gene algorithms designed to supply viable, adequate solutions to multiobjective problems quickly and with low computational cost. Reviewing state-of-the-art multiobjective optimization techniques, it covers the fundamental concept, theoretical justification, simulation verifications, and applications of the jumping gene in evolutionary computation. The book provides the technical know-how to obtain crucial trade-off solutions between convergence and diversity.
Helping readers master web development, this comprehensive and up-to-date guide covers specific web programming languages, APIs, and coding techniques and provides an in-depth understanding of the underlying concepts, theory, and principles. The author leads readers through page structuring, page layout/styling, user input processing, dynamic user interfaces, database-driven websites, and mobile website development. Numerous examples illustrate how the programming techniques and other elements work together to achieve practical goals. The book’s companion website offers live examples, code, and additional resources.
Print ISBN: 978-1-4398-9919-9 eBook ISBN: 978-1-4398-9921-2 May 2012, 6-1/8 x 9-1/4, 279 pp. Suggested Price: $146.95 / £93.00
Print ISBN: 978-1-4398-7182-9 eBook ISBN: 978-1-4398-7183-6 November 2012, 6-1/8 x 9-1/4, 664 pp., Soft Cover Suggested Price: $83.95 / £51.99
For more information and a complete list of titles, visit us at www.crcpress.com
Intelligent Systems / Internet & Web-Based Computing
Linear Systems
77
Internet & Web-Based Computing 78
End-to-End Adaptive Congestion Control in TCP/IP Networks
Textbook
Christos N. Houmkozlis and George A. Rovithakis Artistotle University of Thessaloniki, Greece
Pascal Hitzler, Markus Krotzsch, and Sebastian Rudolph,
Series: Automation and Control Engineering
University of Karlsruhe, Karlsruhe, Germany
This book provides an adaptive control theory perspective on designing congestion controls for packet-switching networks. Relevant to a wide range of disciplines and industries, including the music industry, computers, image trading, and virtual groups, the text extensively discusses source oriented, or end-to-end, congestion control algorithms. The book empowers readers with clear understanding of the characteristics of packet-switching networks and their effects on system stability and performance. It provides schemes capable of controlling congestion and fairness and presents real-world applications to demonstrate the modeling and control techniques.
Foundations of Semantic Web Technologies
Series: Chapman & Hall/CRC Textbooks in Computing
Thoroughly covering basic introductions and intuitions, technical details, and formal foundations, this text focuses on the established foundations in this area that have become relatively stable over time. It presents the latest developments in Semantic Web standards, including RDF, RDF Schema, OWL 2, RIF, and SPARQL. It also explores formal semantics, OWL querying, the relationship between rules and OWL, and ontology engineering and applications. The authors include exercises with solutions in the back of the book and offer updates, errata, slides for teaching, and links to further resources at http://semantic-web-book.org/.
Print ISBN: 978-1-4398-4057-3 eBook ISBN: 978-1-4398-4058-0 April 2012, 6-1/8 x 9-1/4, 332 pp. Suggested Price: $146.95 / £93.00
Print ISBN: 978-1-4200-9050-5 eBook ISBN: 978-1-4398-9002-8 August 2009, 6-1/8 x 9-1/4, 456 pp. Suggested Price: $87.95 / £55.99
Essentials of Cloud Computing
Knowledge Management Handbook
K. Chandra Sekaran Department of CSE, NITK Surathkal, India
This work explains the evolution of the Internet and web-based applications to cloud computing using a service-oriented approach. It discusses how emerging paradigms and technologies will change the way newer applications will be architected for cloud deployment. It also covers the technological features of cloud computing, including hardware, software, and networking, which together support the cloud’s infrastructure, platform, and software services. The book includes case studies, programming examples, industry-based examples, and hands-on tools and development environments. Print ISBN: 978-1-4822-0543-5 July 2014, 6-1/8 x 9-1/4, 550 pp. Suggested Price: $99.95 / £63.99
Collaboration and Social Networking, Second Edition Edited by
Jay Liebowitz University of Maryland University College, Adelphi, USA
Recent research shows that collaboration and social networking can foster knowledge sharing and innovation by sparking new connections, ideas, and practices. Yet these informal networks are often misunderstood and poorly managed. Building on the groundbreaking, bestselling first edition of the Knowledge Management Handbook, this edition focuses on collaboration and social networking. Topics covered include implementing a knowledge sharing culture, embedding knowledge management activities to encourage collaboration, developing a knowledge retention strategy, applying social network analysis to map knowledge flows, and using systems engineering approaches for collaboration and social networking. Print ISBN: 978-1-4398-7803-3 eBook ISBN: 978-1-4665-1414-0 June 2012, 6-1/8 x 9-1/4, 336 pp. Suggested Price: $104.95 / £66.99
Foundations of Fuzzy Logic and Semantic Web Languages
Linked Data
Umberto Straccia
Glen Hart
Institute of Information and Science Technologies, CNR, Pisa, Italy Chapman & Hall/CRC Studies in Informatics Series
This book is the first to combine coverage of fuzzy logic and Semantic Web languages. It provides in-depth insight into fuzzy Semantic Web languages for non-fuzzy set theory and fuzzy logic experts. It also helps researchers of non-Semantic Web languages get a better understanding of the theoretical fundamentals of Semantic Web languages. The first part of the book covers all the theoretical and logical aspects of classical (two-valued) Semantic Web languages. The second part explains how to generalize these languages to cope with fuzzy set theory and fuzzy logic. Print ISBN: 978-1-4398-5347-4 eBook ISBN: 978-1-4398-5348-1 August 2013, 6-1/8 x 9-1/4, 386 pp. Suggested Price: $89.95 / £57.99
A Geographic Perspective Ordnance Survey, UK
Catherine Dolbear Oxford University Press, UK
Linked Data opens up structured data from databases to be searched and queried via the web, and a geographic element is increasingly being used to link to those data. This book helps you understand how to organize and describe data that includes geographic content and how to publish it as Linked Data for the Semantic Web, as well as explaining the benefits of doing so. In easy-to-understand terms, it equips you with the knowledge you need to think about geographic iformation through the lens of the Semantic Web. Print ISBN: 978-1-4398-6995-6 eBook ISBN: 978-1-4398-6997-0 January 2013, 6-1/8 x 9-1/4, 289 pp. Suggested Price: $119.95 / £76.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Optimal Resource Allocation for Distributed Video Communication
Jesus Mena
Yifeng He, Ling Guan, and Wenwu Zhu
Triangular Marketing, El Paso, Texas, USA
Series: Multimedia Computing, Communication and Intelligence
This book examines the technologies, software, networks, mechanisms, techniques, and solution providers that are shaping the next generation of mobile advertising. Discussing the interactive environments that comprise the web, it explains how to deploy Machine-to-Machine Marketing (M3) and Anonymous Advertising Apps Anywhere Anytime (A5). The book’s case studies illustrate M3 and A5 implementations at JP Morgan Chase, Hyundai, Dunkin’ Donuts, New York Life, Twitter, Best Buy, JetBlue, IKEA, Urban Outfitters, JC Penney, Sony, eHarmony, and NASCAR.
Focusing on resource optimization for distributed video and multimedia communications, this book examines four applications in optimal resource allocations with distributed algorithms, including problem formulation, theoretical analysis, and simulation results. Suitable for both industry practitioners and academics, it introduces the characteristics, recent advances, and current challenges in distributed systems as well as a solutions framework to tackle those challenges. Discussing cutting-edge topics such as the theory of convex optimization and the development of a distributed algorithm using dual decomposition, the book concludes with open issues to stimulate further learning.
Print ISBN: 978-1-4398-8191-0 eBook ISBN: 978-1-4398-8192-7 May 2012, 6-1/8 x 9-1/4, 436 pp., Soft Cover Suggested Price: $73.95 / £46.99
Media Networks
Print ISBN: 978-1-4398-7514-8 eBook ISBN: 978-1-4398-7516-2 June 2013, 6-1/8 x 9-1/4, 207 pp. Suggested Price: $99.95 / £57.99
Programming Graphical User Interfaces in R
Architectures, Applications, and Standards
Michael Lawrence Genentech Research and Early Development, San Francisco, California, USA
Edited by
Hassnaa Moustafa France Telecom Research and Development
Sherali Zeadally University of the District of Columbia, Washington, USA
With a focus on video and audio-visual services, this book considers different media network architectures along with related protocols and standards. It presents different digital TV technologies along with their deployment architectures, discussing promising media content delivery architectures, including Future Internet, Content Delivery Networks, and Content Centric Networks. The author addresses related technical challenges and standardization efforts. Chapters cover the management of media information and immersive technologies that account for advanced services personalization, immersive technologies architectures and applications, e-health, and e-learning. Print ISBN: 978-1-4398-7728-9 eBook ISBN: 978-1-4398-7729-6 May 2012, 6-1/8 x 9-1/4, 555 pp. Suggested Price: $93.95 / £59.99
John Verzani College of Staten Island, New York, USA Chapman & Hall/CRC The R Series
Focusing on graphic user interfaces (GUIs) within the R language, this book shows programmers and users how to develop their own GUIs, enabling them to interface with other languages. The text opens the possibilities of R’s huge and growing set of statistical methods. The authors cover four different packages for writing GUIs: gWidgets, RGtk2, Qt, and Tcl Tk. Supported by a package in CRAN that contains all of the code along with additional examples, the text is filled with numerous examples ranging from the very simple to detailed illustrations of how to code actual interfaces. Print ISBN: 978-1-4398-5682-6 eBook ISBN: 978-1-4398-5683-3 June 2012, 6-1/8 x 9-1/4, 479 pp. Suggested Price: $83.95 / £51.99
Mobile Social Networking and Computing
Secure Development for Mobile Social Apps
A Multidisciplinary Integrated Perspective
How to Design and Code Social Applications Step-by-Step
Yufeng Wang
J. D. Glaser
Nanjing University of Posts and Telecommunications, China
Jianhua Ma Hosei University, Tokyo, Japan
This book introduces mobile social networking (MSN) and computing from a multi-disciplinary perspective. It covers fundamental theory and key problems in MSN, including characteristics, inner structural relationship, incentive mechanisms, resource allocating, information diffusion, search, ranking, privacy, trust, and reputation in MSN. It reviews various applications and includes analysis on related platforms. Print ISBN: 978-1-4665-5275-3 June 2014, 6-1/8 x 9-1/4, 500 pp. Suggested Price: $89.95 / £57.99
Internet & Web-Based Computing
Machine-to-Machine Marketing (M3) via Anonymous Advertising Apps Anywhere Anytime (A5)
Although there are many books that address security issues, most do not explain how to incorporate security into the building process. This book does exactly that. It supplies step-by-step guidance on how to integrate security measures into social applications running on mobile platforms. It explains how to design and code applications with security as part of the process and not an afterthought. The author outlines best practices to help readers build better, more secure software. Print ISBN: 978-1-4822-0903-7 May 2014, 7 x 10, 500 pp., Soft Cover Suggested Price: $59.95 / £38.99
For more information and a complete list of titles, visit us at www.crcpress.com
79
Internet & Web-Based Computing / IT Management 80
Social Media, Crisis Communication, and Emergency Management
Agile Strategy Management
Leveraging Web and Mobile Technologies, Second Edition
Soren Lyngso
Connie White Emergency Management Consultant, Hattiesburg, Mississippi, USA
As social media continues to evolve at a rapid pace, emergency professionals need to know how to effectively implement and utilize social media and Web 2.0 technologies. This includes communication across agencies in emergency planning, preparedness, and response as well as for in-crisis communication with the public at large. This second edition has been completely updated and includes new chapters on emerging analytical tools, the state of social media usage in other countries, and social media use in related areas such as fire, police, EMS, public health, NGOs, and school emergencies. Print ISBN: 978-1-4822-2342-2 July 2014, 7 x 10, 288 pp. Suggested Price: $79.95 / £49.99
Web 2.0 and Beyond
Techniques for Continuous Alignment and Improvement Lyngso Informatique ESI International Project Management Series
Strategies are challenged all the time because markets, technology, legal factors, government, and other factors change. In order to ensure that a strategy does not become ephemeral, it must be flexible when confronting the challenges. This flexibility is ensured by building agility into the methods proposed in this book for initiation, development, implementation, and governance of strategic initiatives. The book shows how you can initiate, develop, implement, and govern a healthy strategy delivering the benefits expected by all stakeholders. Print ISBN: 978-1-4665-9607-8 February 2014, 6-1/8 x 9-1/4, 320 pp. Suggested Price: $79.95 / £49.99
Principles and Technologies
Applying Guiding Principles of Effective Program Delivery
Paul Anderson
Kerry R. Wills
Intelligent Content Limited, Nottingham, UK
Southington, Connecticut, USA
Series: Chapman & Hall/CRC Textbooks in Computing
Best Practices and Advances in Program Management Series
Incorporating research from a range of disciplines, this book provides an accessible and engaging explanation of Web 2.0 and its wider context yet is still grounded in the rigor of computer science. The author discusses the underlying ideas and principles and covers the main types of Web 2.0 services, including social networks, media sharing sites, and microblogging. He also presents the technologies and standards that underpin the operation of Web 2.0 and goes beyond this to explore cloud computing, Web Science, and other emerging topics.
While today’s programs continue to grow in size and complexity, their success rates remain low. To manage programs effectively in this environment, project managers and program managers must take a consultative approach that applies a core set of guiding principles across every function of the program. This book explains what it means to take a consultative approach. Instead of focusing on specific program management techniques, it covers the guiding principles required to make those techniques effective—making it applicable to any program in any industry.
Print ISBN: 978-1-4398-2867-0 eBook ISBN: 978-1-4665-6619-4 May 2012, 7 x 10, 408 pp. Suggested Price: $73.95 / £46.99
Print ISBN: 978-1-4665-8789-2 eBook ISBN: 978-1-4665-8790-8 July 2013, 6-1/8 x 9-1/4, 247 pp. Suggested Price: $69.95 / £44.99
XML in Scientific Computing
Business Analysis for Business Intelligence
C. Pozrikidis University of Massachusetts, Amherst, USA Series: Chapman & Hall/CRC Numerical Analysis and Scientific Computing Series
Bert Brijs
This book introduces XML to scientists and engineers in a way that illustrates the similarities and differences with traditional programming languages and suggests new ways of saving and sharing the results of scientific calculations. The author discusses XML in the context of scientific computing, demonstrates how XSL can be used to perform various calculations, and explains how to create and navigate through XML documents using traditional languages such as Fortran, C++, and MATLAB®. A suite of computer programs are available on the author’s website.
Aligning your business intelligence (BI) infrastructure with your strategy process can help to enhance your organization’s responsiveness to changing environments and create added value for investments in BI infrastructure and development. This book explains how to use business intelligence to improve your analysis activities and provides a framework for developing data models and solutions that fit your organization’s strategy. Offering the concepts, tools, and background required for success, the book details the infrastructure required for carrying out successful business intelligence activities.
Print ISBN: 978-1-4665-1227-6 eBook ISBN: 978-1-4665-1228-3 September 2012, 6-1/8 x 9-1/4, 260 pp. Suggested Price: $73.95 / £46.99
Print ISBN: 978-1-4398-5834-9 eBook ISBN: 978-1-4398-5837-0 October 2012, 6-1/8 x 9-1/4, 400 pp. Suggested Price: $93.95 / £59.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
A Comprehensive Guide to Enterprise Mobility
Textbook
Business Analytics An Introduction
Jithesh Sathyan, Anoop Narayanan, Navin Narayan, and Shibu K. V.
Jay Liebowitz University of Maryland University College, Adelphi, USA
As the field of business analytics continues to emerge, there is a dearth of textbooks geared towards this market. Reflecting the growing importance of analytics, this book presents important areas of business analytics, with concepts, techniques, applications, and trends that those in business, information systems/information technology, or computer science programs will find useful. It is appropriate for graduate-level students as well as undergraduate seniors. The authors focus on key areas where this material could be adequately covered in a one-semester, or even a one-quarter, course. Print ISBN: 978-1-4665-9609-2 January 2014, 6-1/8 x 9-1/4, 288 pp. Suggested Price: $89.95 / £57.99
This book provides comprehensive coverage of enterprise mobility. It emphasizes the value and impact of enterprise mobility, discusses the technology that backs this business change, and explains how enterprise mobility will be used in different industries. Focusing on mobility concepts, Section I addresses the needs of business managers and decision makers in an enterprise. Section II presents mobile solutions and case studies in different industries. Section III covers mobile application development. Section IV provides details on the key technology considerations in mobility. Print ISBN: 978-1-4398-6735-8 eBook ISBN: 978-1-4398-6736-5 September 2012, 6-1/8 x 9-1/4, 556 pp. Suggested Price: $83.95 / £46.99
Business-Driven IT-Wide Agile (Scrum) and Kanban (Lean) Implementation
Computing Handbook
An Action Guide for Business and IT Leaders
Allen Tucker, Teofilo Gonzalez, Heikki Topi, and Jorge Diaz-Herrera
Andrew T. Pham Agile Enterprise Consulting, LLC, Plano, Texas, USA
David K. Pham Spectacle Inc., Providence, Rhode Island, USA
This book explains how to successfully deploy Agile and kanban on a large scale in order to increase IT delivery capabilities. It factors in change, communication, a sense of urgency, clear and measurable goals, political realities, and infrastructure needs, all of which are critical ingredients for success. Through real-world examples, the authors explain how IT-wide Agile and kanban can be implemented to the entire enterprise and IT department. The text also includes many templates for use as an on-the-job guide for business and IT leaders and their teams.
Third Edition, Two-Volume Set Edited by
Updated and expanded to two volumes, the third edition of this popular handbook provides the most current information on a wide range of topics in computer science, information systems, information technology, and software engineering. It helps both students and professionals broaden and deepen their understanding in various subfields of the computing discipline. Both volumes in the set describe what goes on in research laboratories, educational institutions, and public and private organizations to advance the effective development and use of computers and computing in today’s world. Print ISBN: 978-1-4398-9844-4 April 2014, 7 x 10, 3560 pp. Suggested Price: $399.95 / £255.00
81
Print ISBN: 978-1-4665-5748-2 eBook ISBN: 978-1-4665-5749-9 August 2012, 7 x 10, 196 pp., Soft Cover Suggested Price: $52.95 / £33.99
The Complete Project Management Office Handbook
Computing Handbook
Third Edition
Information Systems and Information Technology, Third Edition
Gerard M. Hill
Edited by
Principal, Hill Consulting Group, Woodbridge, Virginia, USA
Heikki Topi
ESI International Project Management Series
Bentley University, Waltham, Massachusetts, USA
Expanded and revised, this book extends the concepts and considerations of modern project management into the realm of project management oversight, control, and support. It recognizes the need for a centralized organizational entity—the project management office (PMO)—to perform in this capacity. It also positions the PMO as a business integrator, whether that role is limited to managing multiple projects as a program, or expanded to serve both project and business management interests in the organization. The PMO model defined in this book helps project managers to understand and apply professional practices in project management. Print ISBN: 978-1-4665-6631-6 eBook ISBN: 978-1-4665-6633-0 September 2013, 6-1/8 x 9-1/4, 741 pp. Suggested Price: $89.95 / £57.99
IT Management
Edited by
Allen Tucker Bowdoin College, Brunswick, Maine, USA
The second volume of this handbook demonstrates the richness and breadth of the IS and IT disciplines. It explores their close links to the practice of using, managing, and developing IT-based solutions to advance the goals of their environments. The book presents introductions to the current status and future directions of research and gives advanced practitioners in-depth perspectives on the contributions of academic research to the practice of IS and IT development, use, and management. Print ISBN: 978-1-4398-9854-3 April 2014, 7 x 10, 1544 pp. Suggested Price: $179.95 / £114.00
For more information and a complete list of titles, visit us at www.crcpress.com
Creative, Efficient, and Effective Project Management Ralph L. Kliem
A Systems Analysis of the Medications Domain
LeanPM, LLC, Redmond, Washington, USA
Alexander Scarlat, MD
This book provides an in-depth discussion of creativity and its relationship to project management. Examining the five processes executed in a project, it discusses common and not-so-common tools and techniques for developing project management deliverables. It also provides suggestions for overcoming common challenges that project managers face. Each chapter includes a checklist and a case study on the application of the concepts presented. The book also indicates how the topics of discussion relate to the Project Management Institute’s (PMI®) Project Management Body of Knowledge (PMBOK®).
Chief Quality Officer / Chief Medical Information Officer
IT Management
Print ISBN: 978-1-4665-7692-6 eBook ISBN: 978-1-4665-7693-3 October 2013, 6-1/8 x 9-1/4, 320 pp. Suggested Price: $69.95 / £44.99
Culture and Trust in TechnologyDriven Organizations Frances Alston Lawrence Livermore National Laboratory, California, USA Industrial Innovation Series
This book provides insight into the important role that culture and trust can play in the success of high-technology organizations. There has been little research to demonstrate a connection between organizational culture and trust. This book introduces a review of the literature and the result of an empirical study that investigated the relationship between mechanistic and organic cultures and the level of trust in technology-based organizations.
82
Electronic Health Record
Print ISBN: 978-1-4822-0923-5 December 2013, 6-1/8 x 9-1/4, 172 pp. Suggested Price: $99.95 / £63.99
This book introduces the tools and methodology of Structured Systems Analysis as well as the nuances of the Medications domain. It applies structured systems analysis methodology and tools to electronic prescription, computerized physician order entry, drug dispensation, medication administration, and clinical decision support. Providing a comprehensive view of the EHR/EMR, the text covers user interface considerations, reporting requirements, and standards and vocabularies for meaningful use. Assuming no previous clinical and/or informatics knowledge, the author uses accessible language and includes more than a hundred figures and review questions with answers. Print ISBN: 978-1-4398-7852-1 eBook ISBN: 978-1-4398-7854-5 March 2012, 8-1/2 x 11, 399 pp. Suggested Price: $135.95 / £86.00
Empowering Project Teams Using Project Followership to Improve Performance Marco Sampietro Business School of Bocconi University, Milan, Italy
Tiziano Villa Project Management LAB
Project team members play an important role in every project but often do not have the necessary understanding of project management methodologies. Thus, the dialog between the project manager and team members is often not as easy as it should be and becomes a source of stress and tensions. This book tries to improve on this situation by presenting the project environment from the perspective of project team members. Project management methodologies and behaviors are re-interpreted with a bottom-up approach throughout the text. Print ISBN: 978-1-4822-1755-1 February 2014, 6-1/8 x 9-1/4, 295 pp. Suggested Price: $69.95 / £44.99
Determining Project Requirements Mastering the BABOK® and the CBAP® Exam, Second Edition Hans Jonasson Gothenburg, Sweden ESI International Project Management Series
From enterprise analysis to planning requirements gathering and documentation, this book covers the entire business analysis cycle as well as modeling techniques. The second edition of this popular reference aligns with the BABOK® Guide 2.0 to provide an even better tool for preparing to take the Certified Business Analysis Professional (CBAP®) examination. The text covers all of the BABOK® knowledge areas and features a new preparatory section with 300 questions. The book includes business requirements document templates, case study, exercises, and solutions. Print ISBN: 978-1-4398-9651-8 eBook ISBN: 978-1-4398-9652-5 September 2012, 6-1/8 x 9-1/4, 403 pp. Suggested Price: $69.95 / £44.99
Enterprise 2.0 Social Networking Tools to Transform Your Organization Jessica Keyes New Art Technologies, Monroe Township, New Jersey, USA
Examining the advancement of business enterprise through social networking, this book offers a hands-on, practical assessment of not only what to do, but how to do it to master the social networking paradigm and achieve a competitive advantage. Discussing the spectrum of social media and social activities available to business today, it explains the functions of social networking in a business context, shows how to measure and manage social networking, details the utility and role of social networking on a department specific-basis, and considers security, risk, legal, and privacy issues. Print ISBN: 978-1-4398-8043-2 eBook ISBN: 978-1-4398-8044-9 August 2012, 6-1/8 x 9-1/4, 425 pp. Suggested Price: $83.95 / £51.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
The Essential Program Management Office
Green Computing Tools and Techniques for Saving Energy, Money, and Resources
Change Management Consultant, Bluff City, Tennessee, USA Series: Best Practices and Advances in Program Management Series
Program Management Offices (PgMOs) are focused on establishing processes, procedures, standard tools, and best practices for the management of programs and ensuring effective use of resources. Highlighting the factors and questions one must consider before setting up a PgMO, this book guides readers through the process of setting up a PgMO. It explains how to spot the signs of a struggling PgMO and details the actions required to rescue or retire it. Describing how team resources should be structured, it demonstrates how to set up quality processes in a PgMO.
Bud E. Smith Connecting the green agenda in IT to the broader overall green agenda, this book shows how going green can pay for itself with reduced hardware, software, support, and energy costs. It also ties green computing to the broader corporate agendas of risk management, brand management, and reputation management. This authoritative text provides quotable budget justifications that can be used by executives, IT management, suppliers, and market analysts to help place IT stakeholders on the same page for a new agenda that will save energy, money, resources, and the planet.
Print ISBN: 978-1-4665-6855-6 June 2014, 6-1/8 x 9-1/4, 192 pp. Suggested Price: $59.95 / £38.99
Print ISBN: 978-1-4665-0340-3 eBook ISBN: 978-1-4665-0341-0 July 2013, 6-1/8 x 9-1/4, 262 pp. Suggested Price: $69.95 / £44.99
Ethics in IT Outsourcing
A Guide to IT Contracting
Tandy Gold
Checklists, Tools, and Techniques
Sanford, Florida, USA
IT Management
Gary Hamilton
Michael R. Overly
Series: Applied Software Engineering Series
Foley & Lardner LLP, Los Angeles, California, USA
Focusing on how to apply standards to business outsourcing programs, this book is a one-stop source for information on outsourcing ethics. It includes coverage of certification programs such as the online ethics training and certification offered by the Code of Ethics and Business Practice Standards for Outsourcing Professionals established by the International Association of Outsourcing Professionals. The text incorporates an easy-to-apply checklist in the context of ethical principles for outsourcing executives and managers. The author also defines a comprehensive set of ethical program components. Print ISBN: 978-1-4398-5062-6 eBook ISBN: 978-1-4398-5063-3 May 2012, 6-1/8 x 9-1/4, 211 pp. Suggested Price: $93.95 / £58.99
Matthew A. Karlyn Technology Transactions Practice, Cooley LLP, Boston, Massachussets, USA
Distilling critical business and legal lessons learned from decades of drafting and negotiating technology-related agreements, this highly accessible handbook allows readers to quickly access information on almost every type of agreement and immediately understand the intended and actual purpose. It includes key business and legal issues, tips and techniques for negotiating terms, and common pitfalls. Suitable for non-legal professionals, it offers checklists to organize concepts and a complete glossary to define key legal, business, and technical terms as well as Internet resources and online aids to assist in drafting contracts. Print ISBN: 978-1-4398-7657-2 eBook ISBN: 978-1-4398-7659-6 December 2012, 6-1/8 x 9-1/4, 448 pp. Suggested Price: $79.95 / £49.99
From Projects to Programs A Project Manager’s Journey
Guide to the De-Identification of Personal Health Information
Samir Penkar
Khaled El Emam University of Ottawa & Privacy Analytics, Ontario, Canada
FutureofProjectManagement.com Best Practices and Advances in Program Management Series
This book tells the story of an up-and-coming project manager that’s been handed a large program to lead. Readers follow along as she struggles, leads, stumbles, and grows into the program manager role. Introducing key program management concepts throughout, the book provides a backstage view into the workings of program management, program organization, team dynamics, and the skills required to manage programs. Told through the eyes of a program manager, readers will experience the ins and outs of program management. Print ISBN: 978-1-4665-9181-3 eBook ISBN: 978-1-4665-9182-0 September 2013, 6-1/8 x 9-1/4, 157 pp., Soft Cover Suggested Price: $49.95 / £31.99
Offering compelling practical and legal reasons why deidentification should be one of the main approaches to protecting patients’ privacy, this book outlines a proven, risk-based methodology for the de-identification of sensitive health information. The book contextualizes this risk-based methodology and provides a general overview of its steps. The author supplies a detailed case for why de-identification is important as well as best practices to help readers pinpoint when it is necessary to apply de-identification in the disclosure of personal health information. Print ISBN: 978-1-4665-7906-4 eBook ISBN: 978-1-4665-7908-8 May 2013, 6-1/8 x 9-1/4, 413 pp. Suggested Price: $69.95 / £44.99
For more information and a complete list of titles, visit us at www.crcpress.com
83
Healthcare Informatics Improving Efficiency and Productivity Edited by
Stephan P. Kudyba New Jersey Institute of Technology, Newark, USA
IT Management
Incorporating information technologies and information management, this work describes evolving areas of efficiency in the healthcare industry due to healthcare informatics enhancements. The book begins with an overview of the shift into new healthcare system structures through the utilization of information technology/systems and the creation of software platforms. It then discusses innovative information systems and their functionality, business intelligence in healthcare, and the use of advanced analytics and information management. The book also examines evolving trends in healthcare, including potential gains through data and information management. Print ISBN: 978-1-4398-0978-5 eBook ISBN: 978-1-4398-0979-2 April 2010, 6-1/8 x 9-1/4, 279 pp. Suggested Price: $79.95 / £52.99
Impact of Healthcare Informatics on Quality of Patient Care and Health Services Divya Srinivasan
84
Textbook
Information Technology An Introduction for Today’s Digital World Richard Fox Northern Kentucky University, Highland Heights, USA
Suitable for any introductory IT course, this classroomtested text presents many of the topics recommended by the ACM Special Interest Group on IT Education. It offers a far more detailed examination of the computer than current computer literacy texts, focusing on concepts essential to all IT professionals—from operating systems and hardware to information security and computer ethics. The book highlights Windows/ DOS and Linux with numerous examples of issuing commands and controlling the operating systems. It also provides details on hardware, programming, and computer networks. Print ISBN: 978-1-4665-6828-0 eBook ISBN: 978-1-4665-6830-3 February 2013, 7 x 10, 564 pp., Soft Cover Suggested Price: $79.95 / £49.99
Introduction to Supply Chain Management Technologies Second Edition David Frederick Ross APICS National, Chicago, Illinois, USA
George Mason University, Arlington, Virginia, USA
Series: Resource Management
Taking an integrated approach, this book provides a comparative perspective of how different organizations adapt and use healthcare informatics. The first part of the book covers the basics of HIT. The second part focuses on the broader community: the patient, the physician, government, and how HIT will impact each. The book includes a discussion about mobile health and how a rapidly growing mobile health generation is changing the face of healthcare as we know it.
The second edition of this popular resource reflects new technology in supply chain management (SCM). Providing a comprehensive review of business computing, it features new chapters on the fundamentals of computing and their enabling power as well as the basics of contemporary ERP/supply chain business solutions. This book remains a critical resource on the enabling power of today’s technologies and their impact on SCM. Focusing on the impact of the Internet on strategic elements of SCM, the author highlights integrative software tools that allow for new levels of collaboration, flexibility, and performance.
Print ISBN: 978-1-4665-0487-5 eBook ISBN: 978-1-4665-0488-2 February 2013, 7 x 10, 162 pp., Soft Cover Suggested Price: $59.95 / £38.99
Implementing Program Management Templates and Forms Aligned with the Standard for Program Management, Third Edition (2013) and Other Best Practices Ginger Levin Project Management Consultant, Lighthouse Point, Florida, USA
Allen R. Green Science Applications International Corporation, Frederick, Maryland, USA Best Practices and Advances in Program Management Series
Based on PMI’s Standard for Program Management—Third Edition (2013) and other best practices, the updated edition of this bestselling reference provides a program management methodology consisting of reports, forms, templates, and documents. It includes identifiable documents referenced in the latest Standard for Program Management as well as other helpful ones omitted from prior editions. The authors have updated the templates and forms in this book to complement what is included in the Third Edition and to include what they feel are best practices for managing programs.
Print ISBN: 978-1-4398-3752-8 eBook ISBN: 978-1-4398-3753-5 October 2010, 6-1/8 x 9-1/4, 424 pp. Suggested Price: $91.95 / £58.99
The Law of Big Data A Legal Guide for Executives and Lawyers James R. Kalyvas Michael R. Overly Foley & Lardner LLP, Los Angeles, California, USA
Enabling readers to quickly implement solutions with respect to collecting, licensing, handling, and using Big Data, this book provides business people and lawyers with an accessible handbook primer on Big Data and its business implications. All contributors are nationally recognized experts in their fields and each chapter focuses on a different legal issue or risk relating to Big Data. More than a theoretical assessment of issues, the book offers busy people with the means to quickly understand relevant issues and implement specific recommendations to mitigate identified risks. Print ISBN: 978-1-4665-9237-7 May 2014, 6-1/8 x 9-1/4, 250 pp. Suggested Price: $59.95 / £38.99
Print ISBN: 978-1-4665-9771-6 eBook ISBN: 978-1-4665-9774-7 June 2013, 6-1/8 x 9-1/4, 328 pp. Suggested Price: $79.95 / £49.99 www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Making IT Lean
Overcoming Time and Distance to Achieve Exceptional Results
Applying Lean Practices to the Work of IT
Nancy M. Settle-Murphy
Howard Williams Rebecca Duray
Written as a series of bulleted tips drawn from client experiences and best practices, this book presents practical tips to help leaders engage and motivate their geographically dispersed project team members. The ideas in this book are based on Nancy Settle-Murphy’s decades of experience working as a change management consultant, facilitator, and trainer for project teams around the world. Designed to be read section by section in any order, this book shares approaches and techniques to help you address some of the toughest challenges virtual team leaders face.
Making IT Lean presents Lean concepts and techniques for improving processes and eliminating waste in IT operations and IT Service Management. The authors provide a context for discussing several areas of application within this domain, allowing you to quickly gain insight into IT processes and Lean principles. The text reviews IT Service Management, with reference to the IT Infrastructure Library (ITIL®) as a framework for best practices. Filled with straightforward examples, it provides enough modeling tools so you can start your Lean journey right away.
Print ISBN: 978-1-4665-5786-4 eBook ISBN: 978-1-4665-5787-1 December 2012, 6-1/8 x 9-1/4, 236 pp., Soft Cover Suggested Price: $52.95 / £33.99
Print ISBN: 978-1-4398-7602-2 eBook ISBN: 978-1-4398-7603-9 November 2012, 7 x 10, 232 pp., Soft Cover Suggested Price: $62.95 / £40.99
Leading Virtual Project Teams
Textbook
Adapting Leadership Theories and Communications Techniques to 21st Century Organizations
Medical Informatics An Introduction to Information Systems and Software in Medicine and Health
Margaret R. Lee
David J. Lubliner
Best Practices and Advances in Program Management Series
New Jersey Institute of Technology, Newark, USA
Leading Virtual Project Teams addresses the challenges today’s virtual project management environment poses to traditional methods of leadership and communication. It explores many facets of e-leadership—from traditional leadership theories to virtual project communications. The book provides fresh approaches for adapting existing leadership theories to e-leadership as well as progressive tools to improve virtual project communications. For educational institutions, this text can be used to increase the body of knowledge for project management leadership and communications outside the traditional project environment.
This complete medical informatics textbook begins by reviewing the IT aspects of informatics, including systems architecture, electronic health records, interoperability, security and privacy, the cloud, mobile health care, imaging, capturing data, and design issues. Next, it provides case studies that illustrate the roll out of EHRs in hospitals. The third section incorporates four anatomy and physiology lectures that focus on the physiological basis behind data captured in EHR medical records. Examples include detailed descriptions of the heart and electrical systems, lungs and alveoli, and oxygen exchange.
Print ISBN: 978-1-4665-7688-9 eBook ISBN: 978-1-4665-7689-6 July 2013, 6-1/8 x 9-1/4, 217 pp. Suggested Price: $69.95 / £44.99
Print ISBN: 978-1-4665-9620-7 July 2014, 7 x 10, 608 pp. Suggested Price: $99.95 / £63.99
Lean IT
Personal Mobile Devices in the Enterprise
Enabling and Sustaining Your Lean Transformation
Security and Privacy Concerns
Steven C. Bell and Michael A. Orzen
Lawrence Gerard Dobranski
Information technology is supposed to enable business performance and innovation, improve service levels, manage change, and maintain quality and stability, all while steadily reducing operating costs. Yet when an enterprise begins a Lean transformation, too often the IT department is either left out or viewed as an obstacle. What is to be done? Winner of a 2011 Shingo Research and Professional Publication Prize, this book shares practical tips, examples, and case studies to help you establish a culture of continuous improvement to deliver IT operational excellence and business value to your organization.
Leaders of many public and private organizations face increased pressure to allow the use of personal mobile devices in their enterprises. This book provides an understanding of the increased risks that accompany the introduction of BYOD (Bring Your Own Device) into the enterprise. These risks are examined from the perspectives of the four primary stakeholders: the user, the carrier, the third-party content provider, and the enterprise itself. The book discusses how this trend affects access, risk, and security and examines solutions to the conundrum of access and risk reduction.
Print ISBN: 978-1-4398-1756-8 eBook ISBN: 978-1-4398-1757-5 September 2010, 6 x 9, 370 pp. Suggested Price: $57.95 / £36.99
Print ISBN: 978-1-4665-9308-4 May 2014, 7 x 10, 320 pp. Suggested Price: $69.95 / £44.99
For more information and a complete list of titles, visit us at www.crcpress.com
IT Management
Leading Effective Virtual Teams
85
Process Improvement with Electronic Health Records
Program Management Leadership
A Stepwise Approach to Workflow and Process Management
Creating Successful Team Dynamics
Margret Amatayakul
Best Practices and Advances in Program Management Series
Margret\A Consulting, LLC, Schaumburg, IL, USA
IT Management
Although physicians and hospitals are receiving incentives to use electronic health records (EHRs), there is little emphasis on workflow and process improvement by providers or vendors. As a result, many healthcare organizations end up with incomplete product specifications and poor adoption rates. This book walks you through a ten-step approach for applying workflow and process management principles regardless of what stage your organization is in its EHR journey. Introducing workflow and process mapping as essential elements in healthcare improvement, it includes detailed guidance, helpful tools, and case studies in each chapter.
The book focuses on individuals who have come to understand the values of the tools that are provided by PMI® but are still looking for the advantages and the success factors necessary to be truly great program and project managers. The targeted audience is one that continues to focus on self-actualization and continuous improvement as a way of learning from historical efforts and driving each new initiative to the highest possible set of standards. Print ISBN: 978-1-4665-7709-1 December 2013, 6-1/8 x 9-1/4, 216 pp. Suggested Price: $69.95 / £44.99
Print ISBN: 978-1-4398-7233-8 eBook ISBN: 978-1-4665-6795-5 May 2012, 8-1/2 x 11, 279 pp., Soft Cover Suggested Price: $73.95 / £46.99
Program Management A Life Cycle Approach
Project Management Concepts, Methods, and Techniques
Edited by
Claude H. Maley
Ginger Levin
Series: ESI International Project Management Series
Project Management Consultant, Lighthouse Point, Florida, USA Best Practices and Advances in Program Management Series
86
Mark C. Bojeun
Program management is an emerging offshoot of project management. A recent sign of its growing acceptance is AT&T’s and IBM’s push to certify program managers. There are few references to guide program managers in this field that requires a broad and deep level of professional experience. This handbook is the definitive reference on program management, providing managers this much-needed guidance. Edited by Ginger Levin, the second person to become a PMI certified program manager (PgMP®), the handbook is a cohesive compilation of program management knowledge written by more than 20 certified PgMPs. Print ISBN: 978-1-4665-1687-8 eBook ISBN: 978-1-4665-1688-5 August 2012, 6-1/8 x 9-1/4, 584 pp. Suggested Price: $79.95 / £49.99
Illustrating the why, what, and how of project management, Project Management Concepts, Methods, and Techniques will help readers develop and refine the skills needed to achieve strategic objectives. It presents a balanced blend of detailed explanatory texts and more than 200 illustrations to supply readers with actionable knowledge that can be put to use immediately. Completely aligned with the Project Management Institute Body of Knowledge (PMBOK®), this book is the ideal platform for developing the understanding needed to plan, schedule, and deliver successful projects. Print ISBN: 978-1-4665-0288-8 eBook ISBN: 978-1-4665-0289-5 May 2012, 6-1/8 x 9-1/4, 482 pp. Suggested Price: $73.95 / £46.99
Transforming Business with Program Management
Project Management for Healthcare
Integrating Strategy, People, Process, Technology, Structure and Measurement
David Shirley
Satish P Subramanian
ESI International Project Management Series
Best Practices and Advances in Program Management Series
In a fast-evolving, flat-world-operating environment, enterprises need to constantly innovate and improve products and services to maintain a strong competitive position in the marketplace. The vehicle used by enterprises for such constant reinvention is a business transformation program. A highly disciplined, rigorous and holistic program leadership and program management practice is critical to make business transformation happen and stick. This book enumerates the proven program management approach and techniques enterprises need to adopt for driving successful business transformation program. Print ISBN: 978-1-4665-9099-1 May 2014, 6-1/8 x 9-1/4, 250 pp. Suggested Price: $59.95 / £38.99
PMI David I. Cleland Project Management Literature Award Winner
This book explains how to apply the time-tested principles of project management to maximize limited resources and ensure the highest possible quality of care. It dissects the project process and provides the tools and techniques required to successfully plan, execute, and control any healthcare-based project. From identifying stakeholders to constructing a project plan, the text covers the spectrum of project planning activities. Complete with chapter summaries, exercises, helpful hints, review questions, and case studies, it illustrates applications across a range of healthcare settings. Print ISBN: 978-1-4398-1953-1 eBook ISBN: 978-1-4398-1954-8 April 2011, 6-1/8 x 9-1/4, 283 pp. Suggested Price: $69.95 / £44.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Lessons from Polar Expeditions, Miltary and Rescue Operations, and Wilderness Explorations Edited by
Monique Aubry and Pascal Lievre Best Practices and Advances in Program Management Series
The growing complexity of projects and the uncertainty that reigns in today’s global economy are rendering ineffective traditional project practices and processes. These outdated techniques are based on the premise that knowledge about a project is complete before it ever starts—this is nearly impossible in today’s ever-changing world. New methods are needed to allow projects to adapt to changing conditions. Simply said, project management has to evolve! This book presents the latest steps in this evolution. Print ISBN: 978-1-4822-0882-5 July 2014, 6-1/8 x 9-1/4, 224 pp. Suggested Price: $69.95 / £44.99
Textbook
Project Management Theory and Practice Gary L. Richardson University of Houston, Texas, USA
Following and expanding on PMI’s Project Management Body of Knowledge (PMBOK), this classroom-tested text provides a complete overview of project management theory. It translates the abstract model vocabulary and processes from A Guide to the Project Management Body of Knowledge (PMBOK® Guide), Fourth Edition into accessible discussions. Filled with end-of-chapter questions, scheduling and budgeting problems, scoping projects, and sample worksheets illustrating various analytical tools and management decisions, the book is ideal for classroom use and essential reading for those seeking project management certification. Print ISBN: 978-1-4398-0993-8 eBook ISBN: 978-1-4398-0994-5 January 2010, 7 x 10, 578 pp. Suggested Price: $89.95 / £62.99
Reducing Process Costs with Lean, Six Sigma, and Value Engineering Techniques Kim H. Pries and Jon M. Quigley Co-Founders, Value Transformation, LLC, Texas, USA
This book reviews the multiple techniques and areas for improving the cost of products, processes, and services. It presents multiple approaches that can help readers select the best solution for their company’s culture and capabilities. The authors emphasize home-grown techniques that fit an organization’s culture and do not require the implementation of new methodology. They present Six Sigma cost savings techniques, including Manufacturing Six Sigma, Services Six Sigma, and design for Six Sigma. The book also covers costs with traditional Lean and Lean Six Sigma. Print ISBN: 978-1-4398-8725-7 eBook ISBN: 978-1-4398-8726-4 December 2012, 6-1/8 x 9-1/4, 365 pp. Suggested Price: $83.95 / £51.99
Run Grow Transform
IT Management
Project Management in Extreme Situations
Integrating Business and Lean IT Steven C Bell Your customers want innovation and value, and they want it now. How can you apply Lean principles and practices throughout your enterprise to drive operational excellence, reduce costs while improving quality, enable efficient growth, and accelerate idea-to-value innovation? Shingo Prize-winning author Steve Bell and other thought leaders show you how—guiding you to more effectively align people and purpose, promote enterprise agility, and leverage transformative IT capabilities to create market-differentiating value for your customers. Print ISBN: 978-1-4665-0449-3 eBook ISBN: 978-1-4665-0450-9 September 2012, 7 x 10, 372 pp., Soft Cover Suggested Price: $52.95 / £33.99
87
Projects and Complexity Edited by
Francesco Varanini and Walter Ginevri
The SAP Materials Management Handbook Ashfaque Ahmed
This book introduces a new way of looking at projects and fostering the culture needed to achieve sustainable results. It brings together experts from the academic, military, and business worlds to explore project management in the context of complexity theory and organizations. The book provides an understanding of the roots of project management in complexity theory and the human sciences. Exploring seven principles of complexity theory and applying them to project management, it examines project needs and features in terms of success parameters, team and stakeholders’ perspectives, the project manager’s perspective, and the perspectives of theory and practice.
SCM Consulting, Bhilai, Chattisgarh, India
Print ISBN: 978-1-4665-0279-6 eBook ISBN: 978-1-4665-0284-0 May 2012, 6-1/8 x 9-1/4, 327 pp. Suggested Price: $93.95 / £59.99
Print ISBN: 978-1-4665-8162-3 March 2014, 7 x 10, 448 pp. Suggested Price: $79.95 / £49.99
SAP Materials Management module (SAP MM) takes care of business functions related to purchasing and inventory management. SAP MM also takes care of defining and maintaining materials in the system. This book provides readers with a complete understanding on how to configure and implement SAP materials management module on projects. All the business flows are captured through system screen shots and explained with examples in “how to do it.” The book includes case studies taken from real projects that illustrate how theoretical techniques are converted into practical solutions and applied in real life.
For more information and a complete list of titles, visit us at www.crcpress.com
Securing the Cloud
The Strategic Project Office
Security Strategies for the Ubiquitous Data Center
Second Edition
Curtis Franklin Jr.
Founder & CEO, Project Management Solutions, Inc.
J. Kent Crawford
Gainesville, Florida, USA
Series: PM Solutions Research
Brian Chee
The second edition of this award-winning reference provides step-by-step instructions for establishing and maturing a project management office (PMO). Concise and easy-to-read, the text covers the four primary areas of knowledge and practice regarding the PMO: governance and portfolio management, resource optimization, organizational change, and performance measurement. Winner of the 2001 David I. Cleland Project Management Literature Award, the first edition introduced the concept of PMO as a strategic resource. This edition adds reporting on the status and roles of today’s PMO, highlights best practices, and includes case studies of award-winning PMOs.
University of Hawaii, Honolulu, USA
IT Management
This book presents the principles of cloud computing security. From a definition of terms to key issues for service contracts, it’s a must-have companion for anyone charged with protecting cloudbased assets or using cloud-based security to protect traditional computing assets. The book integrates the authors’ decades of experience in the IT industry with interviews of IT executives from cloud security companies and enterprises using cloud computing. Bringing together critical information from a variety of sources, this is an indispensible reference for IT professionals. Print ISBN: 978-1-4665-6920-1 May 2014, 6-1/8 x 9-1/4, 320 pp. Suggested Price: $79.95 / £49.99
Print ISBN: 978-1-4398-3812-9 eBook ISBN: 978-1-4398-3813-6 September 2010, 6-1/8 x 9-1/4, 394 pp. Suggested Price: $83.95 / £55.99
Spatial Cloud Computing
Strategy and Business Process Management
A Practical Approach Chaowei Yang and Qunying Huang George Mason University, Fairfax, Virginia, USA
A computing cloud is a set of network-enabled services, providing scalable, inexpensive computing platforms on demand, which can be accessed in a simple way. This book helps its readers understand the process of how to deploy and customize geospatial applications onto clouds, as well as how to optimize clouds to make them better support geospatial applications. It also discusses and presents the strategies for customizing different types of applications to better utilize the cloud capabilities, such as on-demand services. Print ISBN: 978-1-4665-9316-9 December 2013, 6-1/8 x 9-1/4, 304 pp. Suggested Price: $119.95 / £76.99
88
Techniques for Improving Execution, Adaptability, and Consistency Carl F. Lehmann BPMethods LLC, Duxbury, Massachusetts, USA
This book prepares readers to master Business Process Management (BPM). It describes how BPM treats processes as a portfolio of strategic assets that create and deliver customer and shareholder value and adapt, when necessary, to enable competitive advantages. The book defines the planning framework and managerial mindset needed to craft and drive highly effective business process improvement projects and continuous improvement programs. Readers will learn the techniques used by industry leaders to formulate and execute business strategy that adapts organizational behavior, business processes, and IT as a dynamic system designed to assure consistent performance. Print ISBN: 978-1-4398-9023-3 eBook ISBN: 978-1-4398-9024-0 March 2012, 6-1/8 x 9-1/4, 295 pp. Suggested Price: $69.95 / £44.99
The Strategic CIO Creating Customer Value, Increasing Revenue, and Enhancing Shareholder Wealth Philp Weinzimer BMC Software, Pittsburgh, Pennsylvania, USA
This book provides insight, success stories, and a stepby-step methodology to transform your IT organization into a strategic asset that drives customer value, increases revenues, and enhances shareholder wealth. Learn how strategic CIO’s have transformed their organizations and effectively collaborate with the business to become a strategic partner. Gain insight on the three domain competencies and nine associated skills required to build effective strategic IT organizations. Build your roadmap to success using the transformation methodology and begin your journey to transforming into a strategic IT organization. Print ISBN: 978-1-4665-6172-4 June 2014, 6-1/8 x 9-1/4, 256 pp. Suggested Price: $69.95 / £44.99
Successful Program Management Complexity Theory, Communication, and Leadership Wanda Curlee Deloitte, Philadelphia, Pennsylvania, USA
Robert Lee Gordon American Public University System, Charlestown, West Virginia, USA Best Practices and Advances in Program Management Series
Successful Program Management: Complexity Theory, Communication, and Leadership identifies the best leadership types for complex program environments. It goes beyond what is currently available in program management standards to outline powerful solutions to the macro and micro program issues facing program managers. Using language that is easy to understand, it explains what it takes to communicate strategically to all parties involved and addresses the communication issues common to most programs, including stakeholder communication, project team communication, and shareholder communication. Print ISBN: 978-1-4665-6879-2 eBook ISBN: 978-1-4665-6880-8 October 2013, 6-1/8 x 9-1/4, 246 pp. Suggested Price: $69.95 / £44.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
The Tao of Computing Second Edition
High-Performance Systems and Programming
Henry M. Walker
Julio Sanchez
Grinnell College, Iowa, USA
Eastern Florida State College, Cocoa, USA
Series: Chapman & Hall/CRC Textbooks in Computing
Maria P. Canton
This text presents a broad, practical introduction to computers and computer technology. It uses a question and answer format to provide thoughtful answers to the many practical questions that students have about computing. The text offers a down-to-earth overview of fundamental computer fluency topics, from the basics of how a computer is organized, to an overview of operating systems, to a description of how the Internet works. The second edition includes technological advances, new applications, examples from popular culture, and new research exercises. Print ISBN: 978-1-4398-9251-0 eBook ISBN: 978-1-4665-1393-8 July 2012, 7 x 10, 555 pp., Soft Cover Suggested Price: $83.95 / £46.99
Brevard Public Schools, Florida, USA
This book focuses on high-performance microcontrollers and on the digital signal processors offered by Microchip. In addition to their enhanced features, extended peripherals, and improved performance, several practical factors make the high-performance PIC series a better choice than their mid-range predecessors for most systems. However, one consideration sometimes mentioned in favor of mid-range devices is the abundance of published application circuits and code samples; this book attempts to correct this. It is a continuation of Embedded Systems Circuits and Programming by the same authors. Print ISBN: 978-1-4665-6665-1 November 2013, 7 x 10, 701 pp. Suggested Price: $209.95 / £134.00
Team Planning for Project Managers and Business Analysts
Ad Hoc Mobile Wireless Networks
Gail Levitt
Principles, Protocols, and Applications, Second Edition
President, Levitt Communications Inc., Ontario, Canada ESI International Project Management Series
Filled with time-tested tips and templates for developing teams efficiently and effectively, this book provides the planning materials required to increase team collaboration and productivity in a global workplace. It offers insights and access to critical resources for creating, proposing, executing, and evaluating team development plans. Dr. Levitt’s insights will help readers transform their visions, mission statements, goals, and deliverables into actionable plans for their teams. In addition to templates and guidelines, the book offers a variety of practical team development guidelines to ensure team activities are both engaging and productive. Print ISBN: 978-1-4398-5543-0 eBook ISBN: 978-1-4398-5544-7 September 2012, 6-1/8 x 9-1/4, 225 pp.
Subir Kumar Sarkar, T.G. Basavaraju, and C. Puttamadappa Now in its second edition, this volume explains the concepts, mechanism, design, and performance of ad hoc mobile wireless networks. It explores MAC layer, routing, multicast, and transport layer; quality of service; and energy management systems. Additional chapters cover mobility models for multi-hop ad hoc wireless networks as well as cross-layer design issues. The book contains appropriate examples and problems at the end of each chapter to illustrate each concept. This edition includes a new coverage of sensor networks, personal area networks, smart dress, and vehicular ad hoc networks.
Suggested Price: $69.95 / £44.99
Print ISBN: 978-1-4665-1446-1 eBook ISBN: 978-1-4665-1447-8 February 2013, 6-1/8 x 9-1/4, 349 pp. Suggested Price: $129.95 / £82.00
Electrical Measuring Instruments and Measurements
Anonymous Communication Networks
S.C. Bhargava
Protecting Privacy on the Web
Electromagnetic Phenomena Specialist, BHEL Corporate R&D, Hyderabad, India
A complete teaching guide on electrical instrumentation and measurements that underlines the importance of quantitative knowledge and of acquiring experience in conducting measurements, as much as the inevitable role of accuracy and error. Every chapter starts with a summary, related to the subject, and concludes with worked examples, exercises, answers, and homework questions. The book is suited as an educational tool for courses in electrical engineering and related disciplines and as a reference guide for practitioners. Print ISBN: 978-0-415-62151-9 December 2012, 6-1/4 x 9-1/4, 650 pp. Suggested Price: $125.95 / £81.00
Kun Peng Institute for Infocomm Research, Singapore
More and more Internet users are interested in the ability to communicate online while maintaining anonymity. This book discusses anonymous communication networks—those through which its participants can communicate with each other without revealing their identities. Discussing their usefulness in browsing, email, e-banking and e-voting, the author presents a detailed discussion of the two main approaches to anonymous communication networks: onion routing and a mix network. The book also analyzes existing techniques and discusses new ideas on future improvements and directions. Print ISBN: 978-1-4398-8157-6 June 2014, 6-1/8 x 9-1/4, 288 pp. Suggested Price: $79.95 / £49.99
For more information and a complete list of titles, visit us at www.crcpress.com
Microprocessors & Microelectronics / Networking Communications
Microcontrollers
Textbook
89
Broadband RF and Microwave Amplifiers
Communication and Networking in Smart Grids
Andrei Grebennikov
Yang Xiao
Bell Labs, Alcatel-Lucent, Dublin, Ireland
The University of Alabama, Tuscaloosa, USA
Leonid Babak and Mikhail Cherkashin Tomsk State University of Control Systems & Radioelectronics, Russia
Networking Communications
This comprehensive and up-to-date reference presents a practical approach to RF and microwave amplifier design and development. Readers will learn new analytic methods and computeraided designs that can significantly shorten overall design time. Print ISBN: 978-1-4665-5738-3 May 2014, 7 x 10, 648 pp. Suggested Price: $179.95 / £114.00
Print ISBN: 978-1-4398-7873-6 eBook ISBN: 978-1-4398-7872-9 April 2012, 6-1/8 x 9-1/4, 325 pp. Suggested Price: $93.95 / £59.99
Building Next-Generation Converged Networks
Convergence Through All IP Networks
Theory and Practice
Asoke K. Talukder, Nuno M. Garcia, and Jayateertha G. M.
Edited by
Al-Sakib Khan Pathan, Muhammad Mostafa Monowar, and Zubair Md. Fadlullah Providing a comprehensive introduction to nextgeneration networks, this book strikes a balance between how and why things work and making them work. It examines Internet architectures and protocols, network management and traffic engineering, embedded systems and sensor networks, web services, cloud technologies, and next-generation wireless networking. Containing the contributions of top industry experts and academics, the book investigates new technologies such as IPv6 over Low Power Wireless Personal Area Networks architectures and standards, mobility, and security.
90
This book describes state-of-the-art approaches and novel technologies for communication networks in smart grids. Examining how contemporary grid networks are developed and deployed, it discusses how communication and networking will play significant roles in building future smart grids. The text explains power delivery and other services provided by smart grids. Other topics covered include management of locally generated powers in micro grids, communication network design, SCADA, smart meters, communication architecture, and ontology-based resource description and discovery framework for low-carbon grid networks.
Print ISBN: 978-1-4665-0761-6 eBook ISBN: 978-1-4665-0764-7 January 2013, 7 x 10, 608 pp. Suggested Price: $129.95 / £82.00
The convergence of two powerful technologies—wireless and the Internet—through IPv4/v6 protocol has led to emergence of next-generation networks (NGNs). NGN is no more a network of mere computers but a connected conglomeration of varied networks with diverse physical properties, with a plethora of network elements, along with a variety of realtime multimedia applications. This book covers the entire gamut of technology challenges from physical layer to application layer including security from both academic and industrial perspectives. Print ISBN: 978-981-4364-63-8 November 2013, 6 x 9, 598 pp. Suggested Price: $149.95 / £95.00
Cloud Computing and Digital Media
Distributed Data Fusion for Network-Centric Operations
Fundamentals, Techniques, and Applications
Edited by
Edited by
Kuan-Ching Li, Qing Li, and Timothy K. Shih While some related books cover separate aspects of digital media and cloud computing, none integrate both of these areas together. Bridging the gap between digital media and cloud computing, this book brings together technologies for media/data communication, elastic media/data storage, security, authentication, crossnetwork media/data fusion, inter-device media interaction/reaction, data centers, platform as a service (PaaS), and software as a service (SaaS). The book also covers interesting applications involving digital media in the cloud. Print ISBN: 978-1-4665-6917-1 February 2014, 6-1/8 x 9-1/4, 425 pp. Suggested Price: $89.95 / £57.99
David Hall, Chee-Yee Chong, James Llinas, and Martin Liggins II With the proliferation of service-oriented architectures, cloud computing, and distributed-interconnected systems, distributed fusion is taking on a larger role in a variety of applications from environmental monitoring to crisis management. Featuring contributions by leading experts around the world, this book offers insight on the state of the art of data fusion in distributed sensing, communications, and computing environments. Topics covered include signal and image processing, estimation, situation awareness, and more. Combining theoretical and applied research, it tackles critical challenges and solutions in this emerging field. Print ISBN: 978-1-4398-5830-1 eBook ISBN: 978-1-4398-6033-5 November 2012, 6-1/8 x 9-1/4, 498 pp. Suggested Price: $169.95 / £104.00
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Distributed Sensor Networks
Embedded Systems and Wireless Technology
Sensor Networking and Applications, Second Edition
Theory and Practical Applications
Edited by
Edited by
S. Sitharama Iyengar
Raul A. Santos and Arthur Edwards Block
Florida International University, Miami, USA Clemson University, South Carolina, USA Chapman & Hall/CRC Computer & Information Science Series
Preserving the excellence and accessibility of its bestselling predecessor, this second edition once again provides all the fundamentals and applications in one complete, self-contained source. It incorporates contributions from many veterans of the DARPA ISO SENSIT program as well as new material from distinguished researchers in the field. Sensor Networking and Applications focuses on sensor deployment and networking, adaptive tasking, self-configuration, and system control. In the expanded applications section, the book draws on the insight of practitioners in the field. Print ISBN: 978-1-4398-6287-2 eBook ISBN: 978-1-4398-6288-9 September 2012, 7 x 10, 942 pp. Suggested Price: $159.95 / £100.00
Distributed Sensor Networks
The potential of embedded systems ranges from the simplicity of sharing digital media to the coordination of a variety of complex joint actions carried out between collections of networked devices. The book explores the emerging use of embedded systems and wireless technologies from theoretical and practical applications and their applications in agriculture, environment, public health, domotics, and public transportation, among others. Print ISBN: 978-1-57808-803-4 eBook ISBN: 978-1-4665-6565-4 June 2012, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $104.95 / £66.99
Extending the Internet of Things
Image and Sensor Signal Processing, Second Edition
Towards a Global and Seemless Integration
Edited by
S. Sitharama Iyengar
Antonio J. Jara-Valera
Florida International University, Miami, USA
University of Murcia, Spain
Richard R. Brooks Clemson University, South Carolina, USA Chapman & Hall/CRC Computer & Information Science Series
Preserving the excellence and accessibility of its best-selling predecessor, this second edition once again provides all the fundamentals and applications in one complete, self-contained source. It incorporates contributions from many veterans of the DARPA ISO SENSIT program as well as new material from distinguished researchers in the field. Image and Sensor Signal Processing focuses on software issues and the history and future of sensor networks. The book also covers information fusion and power management. Print ISBN: 978-1-4398-6282-7 eBook ISBN: 978-1-4398-6283-4 September 2012, 7 x 10, 764 pp. Suggested Price: $159.95 / £100.00
Distributed Sensor Networks
This book examines the extension and integration aspects of the Internet of Things (IoT) in providing global access to services and information from legacy technologies and RFID to IPv6 and the Future IoT. It embraces machine to machine communications in the Future IoT composed of IPv6 networks, RFID tags, and smart things. Describing the impact of the IoT on security and privacy, it also considers new advanced architectures and models for the Internet. Print ISBN: 978-1-4665-1848-3 August 2014, 6-1/8 x 9-1/4, 320 pp. Suggested Price: $119.95 / £76.99
Second Edition, Two Volume Set
Fieldbus and Networking in Process Automation
Edited by
Sunit Kumar Sen
S. Sitharama Iyengar
University of Calcutta, Kolkata, India
Florida International University, Miami, USA
This book covers the whole gamut of data communication, networking, and process automation in a single volume in a very precise, lucid, and comprehensive manner. It starts with a measuring system introduction, a study on how a closed loop process system works, conventional instrument types and then a subsequent transition to DDC, SCADA, PLC, DCS, and lastly FCS. It presents in a very clear and concise manner of how the different fieldbuses are installed and operated, with special emphasis given on the three mostly used.
Richard R. Brooks Clemson University, South Carolina, USA Series: Chapman & Hall/CRC Computer Information Science Series
Networking Communications
University of Colima, Mexico
Richard R. Brooks
&
Now split into two volumes, this second edition has been revised and expanded with over 500 additional pages and more than 300 new illustrations. This edition incorporates contributions from many veterans of the DARPA ISO SENSIT program as well as new material from distinguished researchers in the field. It offers 13 fully revised chapters and 22 new chapters, covering new perspectives on information fusion, the latest technical developments, and current sensor network applications.
Print ISBN: 978-1-4665-8676-5 May 2014, 6-1/8 x 9-1/4, 450 pp. Suggested Price: $139.95 / £89.00
Print ISBN: 978-1-4398-6289-6 September 2012, 7 x 10, 1706 pp. Suggested Price: $262.00 / £167.00
For more information and a complete list of titles, visit us at www.crcpress.com
91
Foundations of Interconnection Networks
Green Communications and Networking
A.Yavuz Oruc
Edited by
University of Maryland, College Park, USA
F. Richard Yu, Xi Zhang, and Victor C.M. Leung
Manish Kumar Shukla Microsoft, Inc., Waltham, Massachusetts, USA
Networking Communications
Suitable for researchers and graduate students in computer science, electrical engineering, and applied mathematics, this book presents a concise yet complete account of the most significant results in interconnection network theory. The authors give a mathematical classification and characterization of the key interconnection functions of networks and establish their switching factor complexities using combinatorial methods. The text leads readers through the historical development, covering major contributions from Shannon, Clos, Benes, Cantor, Pinsker, and Margulis. It also explores recent results, such as quantum switching networks. Print ISBN: 978-1-4665-5942-4 May 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $89.95 / £57.99
Print ISBN: 978-1-4398-9913-7 eBook ISBN: 978-1-4398-9914-4 December 2012, 6-1/8 x 9-1/4, 399 pp. Suggested Price: $104.95 / £66.99
The Future of Wireless Networks
Handbook on Mobile and Ubiquitous Computing
Architectures, Protocols, and Services
Status and Perspective
Edited by
Edited by
Mohesen Guizani, Hsiao-Hwa Chen, and Chonggang Wang
Laurence T. Yang, Evi Syukur, and Seng W. Loke
Series: Wireless Networks and Mobile Communications
This book focuses on the future of wireless networks. It consists of three sections: future wireless network architectures, protocols and enabling technologies for future wireless networks, and services and applications in future wireless networks. The book presents timely information about emerging and evolving future wireless networks. Bringing together coverage of network architectures, protocols, enabling technologies, services, and applications, it provides a comprehensive understanding of future wireless networks.
92
This book presents recent advances in green communications and networking for wired, wireless, and smart-grid networks. These technologies not only provide the emission reduction and energy savings in Information and Communication Technology (ICT) products and services, but also enable low GHG emissions in other industries, such as electric power. The text covers new algorithms, protocols, and network architectures to make cellular networks more energy efficient. It also includes a rich set of references in each chapter.
Written for those familiar with the basics and active in the area of mobile and ubiquitous computing, this volume contains papers that aid in understanding key issues and problems being tackled in the field. This text illustrates the design, implementation, and deployment of mobile and ubiquitous systems, particularly on mobile and ubiquitous environments, concepts, modeling, database components, and wireless infrastructures. It discusses new trends towards intelligent systems that aim to create software systems and discusses sensory input and multimedia information. The chapters also cover security, privacy, and trust.
Print ISBN: 978-1-4822-2094-0 July 2014, 6-1/8 x 9-1/4, 400 pp. Suggested Price: $89.95 / £57.99
Print ISBN: 978-1-4398-4811-1 eBook ISBN: 978-1-4398-4812-8 October 2012, 7 x 10, 715 pp. Suggested Price: $125.95 / £81.00
Game Theory in Communication Networks
Identification and Management of Distributed Data
Cooperative Resolution of Interactive Networking Scenarios
NGN, Content-Centric Networks and the Web
Josephina Antoniou and Andreas Pitsillides
Giovanni Bartolomeo
University of Cyprus, Nicosia
University of Rome Tor Vergata, Italy
Focusing on heterogeneous networks, this book addresses important resource management and security issues found in networks and uses theoretical tools to model them. Although it explores network design and management from the theoretical perspective of game theory and graph theory, the text also provides solutions for each mechanism that needs improvement by presenting a step-by-step approach. The book also includes simulation code, so practitioners can use some or all of the proposed models for better network planning. Topics covered include network selection, user-network interaction, network synthesis, and context-aware security provisioning. Print ISBN: 978-1-4398-4808-1 eBook ISBN: 978-1-4398-4810-4 August 2012, 6-1/8 x 9-1/4, 156 pp. Suggested Price: $135.95 / £86.00
Tatiana Kovacikova University of Zilina, Slovakia
This book guides readers through the discovery of distributed data management on the web, in next generation networks, and in new content-centric networking paradigms. The authors provide a novel perspective with particular emphasis on naming and identification issues, which are concepts that must be grasped in order to build and deploy more efficient data interoperability paradigms in future networks. The book covers special insights, ongoing research projects, and standardization initiatives. Print ISBN: 978-1-4398-7907-8 eBook ISBN: 978-1-4398-7908-5 June 2013, 6-1/8 x 9-1/4, 294 pp. Suggested Price: $89.95 / £57.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Improving the Performance of Wireless LANs
Introduction to Network Emulation
A Practical Guide
Edited by
Razvan Beuran
Auckland University of Technology, New Zealand Chapman & Hall/CRC Computer & Information Science Series
While there are numerous books on wireless networks, very few actually quantify the key performance-limiting factors of wireless local area networks (WLANs) and describe the methods for improving WLAN performance. Fulfilling these needs, this book provides strategies and guidelines for improving WLAN performance. It includes the theoretical background and empirical results for the design and deployment of indoor WLAN systems. The author also identifies key factors influencing WLAN performance, covers various methods for improving WLAN performance, and offers guidelines for optimum system design and deployment. Print ISBN: 978-1-4665-6063-5 January 2014, 6-1/8 x 9-1/4, 472 pp. Suggested Price: $99.95 / £63.99
National Institute of Information & Communications Technology, Ishikawa, Japan
The key idea of emulation is to reproduce in real time and in a controlled manner the essential functionality of a system, so that it can interact with other real systems that can thus be evaluated. This book describes the technique of network emulation and compares it with the other experimental approaches: the scholarly analytical modeling, the popular network simulation, and the demanding realworld testing. The book presents a large number of examples and an in-depth analysis of a case study, the wireless network emulation testbed called QOMB. Print ISBN: 978-981-4310-91-8 eBook ISBN: 978-981-4364-09-6 November 2012, 6 x 9, 426 pp. Suggested Price: $129.95 / £82.00
Industrial Wireless Sensor Networks
Modeling and Control Dynamic Sensor Network
Applications, Protocols, and Standards
Silvia Ferrari, Rafael Fierro, and Thomas A. Wettergren
Edited by
Series: Automation and Control Engineering
V. Çag ˘rı Güngör Bahcesehir University, Istanbul, Turkey
Gerhard P. Hancke University of Pretoria, South Africa Series: Industrial Electronics
Featuring contributions by researchers from around the world, this book explores the state of the art in industrial wireless sensor networks and outlines future directions for research. It offers in-depth reviews of emerging and alreadydeployed applications and technologies, including radio and energy harvesting technologies. It also highlights technical challenges and design objectives and discusses issues critical to industrial applications, such as latency, fault tolerance, synchronization, network security, and cross-layer design. A chapter on standards emphasizes the need for specific wireless communication standards for industrial applications. Print ISBN: 978-1-4665-0051-8 eBook ISBN: 978-1-4665-0052-5 April 2013, 6-1/8 x 9-1/4, 406 pp. Suggested Price: $129.95 / £82.00
With case studies and examples, this book presents the performance modeling strategies and control algorithms required for the design and use of large wireless sensor networks. The authors provide an integrated framework that blends concepts from engineering, computer science, and operation research. They cover modeling wireless sensor networks, measurement processes, designing wireless sensor networks for guaranteed performance, and dynamic control of wireless sensor networks to achieve performance metrics. The book also presents numerous applications, including defense applications such as undersea surveillance, automated de-mining, search and rescue, and pursuit evasion games. Print ISBN: 978-1-4398-6679-5 April 2014, 6-1/8 x 9-1/4, 500 pp. Suggested Price: $119.95 / £76.99
93
Introduction to Computer Networks and Cybersecurity
Multihomed Communication with SCTP (Stream Control Transmission Protocol)
Chwan-Hwa (John) Wu and J. David Irwin
Edited by
Textbook
Auburn University, Alabama, USA
Victor C.M. Leung
If a network is not secure, how valuable is it? A guide to computer networks and cybersecurity, this book highlights the interconnections between the two to demystify the complexities of designing secure modern networks. The book walks users through the fundamentals of networks, from an overview of Internet architecture through the protocol layers. It then delves into cybersecurity, covering both attack and defense techniques, and closes with a look at the emerging technologies that will alter the current state of multimedia communication and data center/cloud computing. Print ISBN: 978-1-4665-7213-3 eBook ISBN: 978-1-4665-7540-0 February 2013, 8-1/2 x 11, 1336 pp. Suggested Price: $129.95 / £49.99
Networking Communications
Nurul Sarkar
University of British Columbia, Vancouver, Canada
Eduardo Parente Ribeiro Federal University of Parana, Brazil
Alan Wagner and Janardhan Iyengar Multihomed communication is clearly a trend of next generation networks, which will be heterogeneous in nature. There is no known book covering this topic exclusively. This is probably because a good framework for its implementation has only recently been established by SCTP. There are very few books about SCTP in general and no known book exploring multihomed communication with SCTP. A book in this topic should help many researchers and programmers to learn about multihomed communications in general, and to take full advantage of multihomed communications with SCTP specifically. Print ISBN: 978-1-4665-6698-9 eBook ISBN: 978-1-4665-6699-6 December 2012, 6-1/8 x 9-1/4, 241 pp. Suggested Price: $125.95 / £81.00
For more information and a complete list of titles, visit us at www.crcpress.com
Network Innovation through OpenFlow and SDN
Piezoelectric Materials and Devices
Principles and Design Edited by
Applications in Engineering and Medical Sciences
Fei Hu
M. S. Vijaya
University of Alabama, Tuscaloosa, USA
Networking Communications 94
Legacy networks simply weren’t designed to handle the speed, volume, and scalability needs of today’s organizations. To address this, it is important to consider software-defined networking (SDN) powered by the OpenFlow protocol for your network architecture. Introducing SDN and OpenFlow, this book explains how to use them to build next-generation networks that are simple to design and scale, less expensive to build and operate, more agile and customizable, and more virtualized, flexible, and interoperable. Print ISBN: 978-1-4665-7209-6 February 2014, 6-1/8 x 9-1/4, 488 pp. Suggested Price: $89.95 / £57.99
M S Ramaiah School of Advanced Studies, Bangalore, India
Starting from the fundamentals, this book provides a concise yet complete treatment of piezoelectric materials, an important class of smart materials that are useful as both actuators and sensors. Including case studies, the text introduces different types of dielectric materials, describes the preparation and properties of various piezoelectric materials used in device applications, and presents various engineering and medical applications of piezoelectric materials. It also discusses in detail the design and virtual prototyping of piezoelectric devices using commercially available software tools such as ANSYS and PAFEC. Print ISBN: 978-1-4398-8786-8 eBook ISBN: 978-1-4398-8788-2 August 2012, 6-1/8 x 9-1/4, 186 pp. Suggested Price: $146.95 / £93.00
Neuro-Fuzzy Equalizers for Mobile Cellular Channels
Principles of Synchronous Digital Hierarchy
K.C. Raveendranathan
Rajesh Kumar Jain
Government College of Engineering Kannur, India
West Central Railways, Jabalpur, India
This book introduces the concepts of channel equalizers for cellular channels. Modeling and simulation of wireless channels form part of the discussion. The book begins with a brief introduction to mobile wireless channels and their equalization. It then gives a detailed discussion on contemporary equalization schemes, with reference to the vast literature in this area. The author carefully brings in the concept of neuro-fuzzy channel equalization and discusses various types.
The book presents standards of digital multiplexing, called synchronous digital hierarchy, including analog multiplexing technologies. It is aimed at telecommunication professionals who want to develop an understanding of digital multiplexing and synchronous digital hierarchy, in particular, and the functioning of practical telecommunication systems, in general. The text includes all relevant fundamentals and provides a handy reference for problem solving or defining operations and maintenance strategies. The author covers digital conversion and TDM principles, line coding and digital modulation, signal impairments, and synchronization.
Print ISBN: 978-1-4665-8152-4 eBook ISBN: 978-1-4665-8155-5 August 2013, 6-1/8 x 9-1/4, 236 pp. Suggested Price: $139.95 / £89.00
Print ISBN: 978-1-4665-1726-4 eBook ISBN: 978-1-4665-1727-1 August 2012, 6-1/8 x 9-1/4, 555 pp. Suggested Price: $146.95 / £93.00
Next-Generation Optical Networks
SC-FDMA for Mobile Communications
QoS for Industry
Fathi E. Abd El-Samie, Faisal S. Al-kamali, Azzam Y. Al-nahari, and Moawad I. Dessouky
Janusz Korniak and Pawel Rozycki University of Information Technology and Management, Poland Series: Industrial Electronics
This book presents and explains the role for industry of emerging, next-generation optical networks. It covers the limitation of currently used optical technologies, principles, architecture, and protocols of the next-generation optical transport. The book also discusses the optical network survivability problem, methods used to improve communication reliability, and implications and new opportunities for industry. Print ISBN: 978-1-4398-9130-8 April 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $89.95 / £57.99
This book examines Single-Carrier Frequency Division Multiple Access (SC-FDMA). Exploring the emerging trend of cooperative communication and how it can improve the physical layer security, it considers the design of distributed coding schemes and protocols for wireless relay networks where users cooperate to send their data to the destination. It also proposes a cooperative diversity protocol implementing space-time coding for an arbitrary number of relay nodes with Amplify-and-Forward (AF) protocol. Print ISBN: 978-1-4665-1071-5 eBook ISBN: 978-1-4665-1072-2 July 2013, 6-1/8 x 9-1/4, 382 pp. Suggested Price: $119.95 / £76.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Windows Networking Tools
Edited by
The Complete Guide to Management, Troubleshooting, and Security
Shafiullah Khan and Jaime Lloret Mauri
Gilbert Held
This book provides broad coverage of the security issues facing multihop wireless networks such as mobile ad hoc networks, wireless sensor networks, wireless mesh networks, and personal area networks. It then describes technologies and processes to secure these networks, including cryptographic coprocessors, encryption, authentication, key management, attacks and countermeasures, secure routing, secure medium access control, intrusion detection, epidemics, security performance analysis, and security issues in applications. Print ISBN: 978-1-4665-7803-6 April 2014, 6-1/8 x 9-1/4, 520 pp. Suggested Price: $119.95 / £76.99
4-Degree Consulting, Macon, Georgia, USA
This book discusses how built-in and third-party networking tools can be used to diagnose network problems and performance issues as well as enhance the security of computer systems. The author covers a variety of networking tools and demonstrates how they can be used to determine ahead of time whether or not existing Internet connectivity can support such activities as voice and video over IP. Coverage of other tools shows readers how to prevent keyboard hacking and negate the operation of unwanted advertisement trackers through checking for and eliminating different types of attack software. Print ISBN: 978-1-4665-1106-4 eBook ISBN: 978-1-4665-1107-1 November 2012, 6-1/8 x 9-1/4, 390 pp., Soft Cover Suggested Price: $62.95 / £40.99
Unit and Ubiquitous Internet of Things
Wireless Ad Hoc and Sensor Networks
Huansheng Ning
Management, Performance, and Applications
Beijing University of Aeronautics & Astronautics, China
Although the Internet of Things (IoT) will play a key role in the development of next generation information, network, and communication technologies, many are still unclear about what makes IoT different from similar concepts. Answering fundamental questions about IoT architectures and models, this book introduces essential IoT concepts from the perspectives of mapping and interaction between the physical world and the cyber world. It addresses key issues such as strategy and education, particularly around unit and ubiquitous IoT technologies. Print ISBN: 978-1-4665-6166-3 eBook ISBN: 978-1-4665-6167-0 April 2013, 6-1/8 x 9-1/4, 260 pp. Suggested Price: $99.95 / £63.99
Jing (Selina) He, Mr. Shouling Ji, Yingshu Li, and Yi Pan Although wireless sensor networks (WSNs) have been employed across a range of applications, there are few books available that cover the required algorithms, performance analysis, and applications of network management techniques in WSNs. Filling this need, this book presents new network management techniques that can address many of the shortcomings of traditional techniques. It summarizes traditional and classical network management techniques as well as state-of-the-art methods. It covers the historical background of WSNs, reviews current thinking on the subject, and discusses unsolved problems of special interest. Print ISBN: 978-1-4665-5694-2 eBook ISBN: 978-1-4665-5695-9 August 2013, 6-1/8 x 9-1/4, 375 pp. Suggested Price: $99.95 / £63.99
Wi-Fi Enabled Healthcare
Wireless Sensor Networks
Ali Youssef, Douglas McDonald II, Jon Linton, Bob Zemke, and Aaron Earle
Current Status and Future Trends
This book focuses on the recent proliferation of Wi-Fi in hospital systems. It explains how Wi-Fi has transformed clinical work flows and infused new life into the types of mobile devices being evaluated and implemented in hospitals. The book focuses on the key areas associated with wireless network design, security, and support. It also provides an in-depth view into voice over wireless (including smart phones), mobile medical devices, and wireless guest services. Several solutions in each space are discussed with design considerations, pros, and cons.
Shafiullah Khan, Al-Sakib Khan Pathan, and Nabil Ali Alrajeh
Print ISBN: 978-1-4665-6040-6 January 2014, 6-1/8 x 9-1/4, 280 pp. Suggested Price: $79.95 / £49.99
Networking Communications
Security for Multihop Wireless Networks
Edited by
Acquiring data from the deployment area of a WSN is not always easy and multiple issues arise, including the limited resources of sensor devices run with one-time batteries. Additional WSN concerns include the external environment, routing, data aggregation, and ensuring quality of service (QoS) and security. Solutions have been developed for various types of application scenarios, but many problems still remain as open research challenges. This volume covers the various issues associated with WSNs, including their structure, activities, and applications. It reviews current trends as well as future expectations. Print ISBN: 978-1-4665-0606-0 eBook ISBN: 978-1-4665-0608-4 November 2012, 7 x 10, 546 pp. Suggested Price: $135.95 / £86.00
For more information and a complete list of titles, visit us at www.crcpress.com
95
Wireless Sensor Networks Edited by
Operating Systems and Networked Environments
Ibrahiem M. M. El Emary
From Multics to the Cloud
From Theory to Applications King Abdulaziz University, Jeddah, Saudi Arabia
Operating Systems / Operations Management 96
Textbook
S. Ramakrishnan Dr. Mahalingam College of Engineering and Technology, Tamilnadu, India
Supplying comprehensive coverage of Wireless Sensor Networks (WSNs), this book covers the latest advances in WSN technologies. It considers some of theoretical problems in WSN, including issues with monitoring, routing, and power control, and details methodologies that can provide solutions to these problems. It examines applications of WSN across a range of fields, including health, defense military, transportation, and mining. Addressing the main challenges in applying WSNs across all phases of our life, it explains how WSNs can assist in community development. Print ISBN: 978-1-4665-1810-0 eBook ISBN: 978-1-4665-1811-7 August 2013, 7 x 10, 799 pp. Suggested Price: $119.95 / £76.99
Glenford Mapp Middlesex University, London, UK
Based on the author’s graduate-level course, this classroom-tested text covers the networks, operating systems, and services involved in digital communications. It helps students learn how to build a commercial network, beginning with operating systems and network technology and leading to cloud and grid computing. To accommodate students with different backgrounds, each chapter includes a basic and advanced section as well as multiple-choice questions. A solutions manual is available with qualifying course adoption. Print ISBN: 978-1-4665-0220-8 May 2014, 6-1/8 x 9-1/4, 550 pp. Suggested Price: $89.95 / £49.95
The Art of Linux Kernel Design
Applying Analytics
Illustrating the Operating System Design Principle and Implementation
E.S. Levine
Lixiang Yang
Covering the technical and professional skills needed by analysts in the academic, private, and public sectors, this text systematically teaches novices how to apply algorithms to real data and how to recognize potential pitfalls. It concentrates on the interpretation, strengths, and weaknesses of analytical techniques, along with challenges encountered by analysts in their daily work. The author also shares various lessons learned from applying analytics in the real world. Example data sets used in the text are available for download online so that readers can test their own analytic routines.
Graduate University of the Chinese Academy of Sciences, Beijing
This book uses the real source code of a multiprocessing OS as the blueprint and its actual running operation as the main thread, with the concept of “master-slave mechanism” and 349 figures, illustrates the complex relationships within the OS. The content of the book is divided into two different sections according to the operational procedures of the OS. It provides a detailed insight on the complete process from booting up to system idling, the second part uses a few carefully designed real-life user operations as study cases to explicate important OS concepts. Print ISBN: 978-1-4665-1803-2 March 2014, 7-1/2 x 9-1/4, 384 pp., Soft Cover Suggested Price: $69.95 / £49.99
A Practical Introduction Analytics Professional, New York, New York, USA
Print ISBN: 978-1-4665-5718-5 eBook ISBN: 978-1-4665-5719-2 June 2013, 6-1/8 x 9-1/4, 290 pp. Suggested Price: $69.95 / £44.99
Operating System Design
Bring Your Own Devices (BYOD) Survival Guide
The Xinu Approach, Linksys Version
Jessica Keyes
Textbook
Douglas Comer Purdue University, West Lafayette, Indiana, USA
Removing the mystery from operating system design, this text guides readers through the construction of a traditional process-based operating system using practical, straightforward primitives. It reviews the major system components and imposes a hierarchical design paradigm that organizes the components in an orderly and understandable manner. The text begins with the underlying machine and proceeds step by step through the design and implementation of a small, elegant system. The text provides code for each piece of the system. Software and instructions for building a laboratory are available on the author’s website. Print ISBN: 978-1-4398-8109-5 eBook ISBN: 978-1-4398-9623-5 September 2011, 7 x 9, 629 pp. Suggested Price: $83.95 / £55.99
New Art Technologies, Monroe Township, New Jersey, USA
This book explains and then helps readers live with the psycho-techno phenomenon that is bring your own technology (BYOT). Readers will learn how to understand these new end users and their demands, as well as the strategic and tactical ramifications of these demands. Next, it covers the broad range of technical considerations such as selection, connectivity, training, support, and security. The text includes best practices and case studies of well-known companies, including IBM, Ford, and CarFax. Print ISBN: 978-1-4665-6503-6 eBook ISBN: 978-1-4665-6504-3 March 2013, 6-1/8 x 9-1/4, 451 pp. Suggested Price: $79.95 / £49.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Enterprise Architecture A thru Z
An IT Manager’s Guide to Controlling the Product Lifecycle Gay Gordon-Byrne Digital Right to Repair Coalition, New Jersey, USA
This book presents information about maintenance and support issues for technology products in the order in which users experience them. The first section deals with the initial purchase of equipment and software and associated initial support contracts. The second section delves into post warranty support options and issues. The third section provides more technological details about how machines are built and how software interacts with hardware. The final section integrates the preceding materials to help prepare readers to fully control the lifecycle of their purchases. Print ISBN: 978-1-4822-3278-3 June 2014, 6-1/8 x 9-1/4, 288 pp. Suggested Price: $69.95 / £44.99
Frameworks, Business Process Modeling, SOA, and Infrastructure Technology Daniel Minoli Director, Terrestrial Systems Engineering, SES Engineering
Enterprise Architecture A thru Z examines costsaving trends in architecture planning, administration, and management. The text begins by evaluating the role of Enterprise Architecture planning and Service-Oriented Architecture (SOA) modeling. It provides an extensive review of the most widely deployed architecture framework models, including The Open Group Architecture and Zachman Architectural Frameworks, as well as formal architecture standards. The first part of the text focuses on the upper layers of the architecture framework, while the second part focuses on the technology architecture. Print ISBN: 978-0-8493-8517-9 eBook ISBN: 978-1-4200-1370-2 June 2008, 7 x 10, 512 pp. Suggested Price: $87.95 / £58.99
Cloud and Virtual Data Storage Networking
Green ICT & Energy
Greg Schulz
Edited by
StorageIO Group, Stillwater, Minnesota, USA
Jaco H. Appelman and Martijn Warnier
Written by noted author, blogger, industry analyst, and IT veteran Greg Schulz, this book covers data storage networks for cloud and virtual environments, from a hardware, software, services, and best practices perspective. Filled with real-world insights, blueprints, and best practices, this vendor- and technology-neutral text provides the tools to achieve efficient, optimized, flexible, scalable, and resilient data storage networking infrastructures. Coverage includes public and private cloud, virtualization, and traditional IT environments.
Delft University of Technology, The Netherlands
Print ISBN: 978-1-4398-5173-9 eBook ISBN: 978-1-4398-5174-6 August 2011, 6-1/8 x 9-1/4, 400 pp. Suggested Price: $79.95 / £49.99
From Smart to Wise Strategies
Anwar Osseyran SARA Computing and Network Services, Amsterdam, The Netherlands Series: Sustainable Energy Developments
This book illustrates the connection between the growing body of literature on sustainability and the topics of energy and ICT. It integrates two seemingly incompatible approaches to sustainability: efficiency and effectiveness. The book builds on the efficiency initiatives already taken by industry, but it is not a “howto-do-it manual.” It offers insight in state-of-the-art approaches to green IT and greening by IT. Attention to important stakeholders outside the sector, e.g. policy makers and the field of education, makes this book comprehensive. Print ISBN: 978-0-415-62096-3 November 2013, 6-3/4 x 9-3/4, 160 pp. Suggested Price: $89.95 / £57.99
Design and Construction of an RFID-enabled Infrastructure
Zen of Cloud
The Next Avatar of the Internet
Learning Cloud Computing by Examples on Windows Azure
Nagabhushana Prabhu
Haishi Bai
Purdue University, West Lafayette, Indiana, USA
Microsoft, Redmond, Washington, USA
Industrial and Systems Engineering Series
This book presents cloud computing, using a series of practical and fun examples. It provides comprehensive coverage of Windows Azure cloud platform, the theories behind cloud computing, as well as guidance and best practices in designing cloud-based applications. It can serve as a reference for cloud system developers, architects, and IT professionals. It is also suitable for use in instructional settings.
Radio frequency identification (RFID) is one of the gamechanging technologies of the twenty-first century. This book explores the prospects of RFID and its transformative impact on the design and operation of complex systems governing human and computer interactions. The text examines the informatics challenges involved in integrating the physical and cyber worlds and in analyzing large volumes of raw data to derive decisionaiding information, particularly in the context of large-scale, globally distributed infrastructures. It also details the near- and long-term potential of this technology. Print ISBN: 978-1-4398-0741-5 November 2013, 6-1/8 x 9-1/4, 242 pp. Suggested Price: $99.95 / £63.99
Operations Management
Buying, Supporting, Maintaining Software and Equipment
Print ISBN: 978-1-4822-1580-9 May 2014, 7 x 10, 270 pp., Soft Cover Suggested Price: $59.95 / £38.99
For more information and a complete list of titles, visit us at www.crcpress.com
97
Textbook
Textbook
C: From Theory to Practice
Introduction to Compiler Construction in a Java World
George S. Tselikis 4Plus company, Athens, Greece
Nikolaos D. Tselikas Dept. of Informatics and Telecommunications, University of Peloonnese, End of Karaiskaki Street, Tripolis, Arkadia, 22100, Greece
Programming Languages
This easy-to-use, classroom-tested textbook covers the C programming language for computer science and IT students. Designed for a compulsory fundamental course, it presents the theory and principles of C. More than 500 exercises and examples of progressive difficulty aid students in understanding all the aspects and peculiarities of the C language. The exercises test students on various levels of programming and the examples enhance their concrete understanding of programming know-how. An instructor’s manual and figure slides are available upon qualified course adoption.
Immersing students in Java and the JVM, this text enables a deep understanding of the Java programming language and its implementation. It focuses on design, organization, and testing, helping students learn good software engineering skills and become better programmers. By working with and extending a real, functional compiler, students develop a hands-on appreciation of how compilers work, how to write compilers, and how the Java language behaves. Fully documented Java code for the compiler is accessible on a supplementary website. Figure slides are available upon qualified course adoption.
Print ISBN: 978-1-4822-1450-5 February 2014, 7 x 10, 280 pp., Soft Cover Suggested Price: $79.95 / £49.99
Print ISBN: 978-1-4398-6088-5 eBook ISBN: 978-1-4398-6089-2 November 2012, 7 x 10, 381 pp. Suggested Price: $93.95 / £51.99
Exercises in Programming Style
Textbook
Cristina Videira Lopes University of California, Irvine, USA
Exercises in Programming Style consists of over 30 renditions of the same simple program written in various programming styles. The book illustrates the richness of human computational thought, and the teachings that have been accumulated during more than 50 years of computer programming. These teachings are scattered around, and are mostly passed to new generations of programmers by mentoring and self-teaching. The book presents this knowledge in a package that can be understood and referenced by all programming professionals and students, so that they have a more global vision of the conceptual tools at their disposal.
98
Bill Campbell, Swami Iyer, and Bahar Akbal-Delibas
Print ISBN: 978-1-4822-2737-6 April 2014, 6-1/8 x 9-1/4, 150 pp., Soft Cover Suggested Price: $39.95 / £25.99
Introduction to Programming Languages Arvind Kumar Bansal Kent State University, Ohio, USA
This classroom-tested book introduces programming language concepts at an abstract level, freeing them from the restraints of multiple language syntax. Along with many examples, it provides the background on programming language concepts and discusses the development of new paradigms and new languages. The text is designed for computer science/IT courses focusing on the principles or concepts of programming languages. A solutions manual and PowerPoint® slides are available upon qualified course adoption. Print ISBN: 978-1-4665-6514-2 December 2013, 7 x 10, 618 pp., Soft Cover Suggested Price: $79.95 / £49.99
Textbook
Textbook
Explorations in Computing
Introduction to the Art of Programming Using Scala
An Introduction to Computer Science and Python Programming
Mark C. Lewis Trinity University, San Antonio, Texas, USA
John S. Conery University of Oregon, Eugene, USA
Series: Chapman & Hall/CRC Textbooks in Computing
Series: Chapman & Hall/CRC Textbooks in Computing
This text presents many concepts from CS1 and CS2 using a modern, JVM-based language that works well for both programming in the small and programming in the large. It teaches fundamental problem solving and programming in the small, illustrates the benefits of object-oriented design, and presents data structures showing different implementations of key ADTs. It also covers advanced topics such as multithreading and networking. Ancillary resources, including video lectures and more exercises, are available on the book’s website. A solutions manual and figure slides are available upon qualified course adoption.
This text helps beginners develop their own Python programs. Experiments with fully completed programs are provided at the beginning of each chapter, allowing instructors to use the text in CS0 courses where students do not learn programming. Programming projects appear later in each chapter. Students are encouraged either to write the code that implements the functions introduced earlier or extend the existing programs. All the projects push students to explore further on their own. Figure slides are available upon qualified course adoption. Print ISBN: 978-1-4665-7244-7 May 2014, 7 x 10, 400 pp. Suggested Price: $79.95 / £49.99
Print ISBN: 978-1-4398-9666-2 eBook ISBN: 978-1-4665-5872-4 November 2012, 7 x 10, 936 pp., Soft Cover Suggested Price: $83.95 / £46.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Learning Java Through Games Lubomir Stanchev Indiana University-Purdue University, Fort Wayne, USA
This text teaches students how to use the different features of the Java language as well as how to program. Suitable for self-study or as part of a twocourse introduction to programming, the book covers as much material as possible from the latest Java standard while requiring no previous programming experience. Taking an application-motivated approach, the author presents an abundance of games and emphasizes good software practices. Java code and other materials are available on his website. A solutions manual and figure slides are available upon qualified course adoption. Print ISBN: 978-1-4665-9331-2 November 2013, 7 x 10, 386 pp., Soft Cover Suggested Price: $79.95 / £49.99
Practical UML Statecharts in C/C++ Event-Driven Programming for Embedded Systems, Second Edition Miro Samek President, Quantum Leaps, Chapel Hill, NC, USA
Practical UML Statecharts in C/C++ Second Edition bridges the gap between high-level abstract concepts of the Unified Modeling Language (UML) and the actual programming aspects of modern hierarchical state machines (UML statecharts). The book describes a lightweight, open source, event-driven infrastructure, called QP that enables direct manual coding UML statecharts and concurrent event-driven applications in C or C++ without big tools. Part I provides a practical description of relevant state machine concepts. In Part II, readers will find a detailed design study of a generic real-time framework. Print ISBN: 978-0-7506-8706-5 October 2008, 7 1/2 x 9 1/5, 728 pp., Soft Cover Suggested Price: $57.95 / £35.99
Textbook
Making Music with Computers Creative Programming in Python Bill Manaris College of Charleston, South Carolina, USA
Andrew R. Brown Queensland University of Technology, Keperra, Australia Series: Chapman & Hall/CRC Textbooks in Computing
Through music examples, this introductory text illustrates software development in the Python programming language. The authors explain musical and programming concepts in a coordinated way. They interweave musical and computational material, while maintaining a natural, steady increase in computational skills. The book assumes little musical and programming experience and introduces topics through extensive examples and project-based learning tasks. It also includes many concept quiz sections and programming practice exercises. A supplementary website provides files with code for all examples used in the text.
Programming GPS and OpenStreetMap Applications with Java The RealObject Application Framework Kristof Beiglböck This book provides a concrete paradigm for objectoriented modeling and programming. It introduces the use of available global positioning data for the development of applications involving digital maps. The author describes the different formats of GPS data and digital maps and shows how to use recorded GPS traces to replay and display this data on a digital map. Then, he works through in detail the processing steps of obtaining dedicated data from OpenStreetMaps and how to extract a network for a simple navigation application. For each topic covered, Java code is developed that can be adapted toreaders’ needs and locality.
Print ISBN: 978-1-4398-6791-4 December 2013, 6-1/8 x 9-1/4, 384 pp., Soft Cover Suggested Price: $59.95 / £31.99
Print ISBN: 978-1-4665-0718-0 eBook ISBN: 978-1-4665-0720-3 January 2012, 7-1/2 x 9-1/4, 248 pp., Soft Cover Suggested Price: $62.95 / £40.99
PhoneGap Build
Textbook
Developing Cross Platform Mobile Applications in the Cloud
Programming in C++ for Engineering and Science
Bintu Harwani
Larry Nyhoff
PhoneGap is a standards-based, open-source development framework that can be deployed to any mobile device without losing the features of the native app—allowing for access to device contacts, the local file system, camera, and media on multiple platforms without requiring users to write a single line of code. Ideal for intermediate to advanced users, this book offers the comprehensive coverage you need to harness the power of this dynamic tool. It covers the cloud computing platform and the theories behind cloud computing, using a series of engaging examples. Print ISBN: 978-1-4665-8974-2 December 2013, 7 x 10, 296 pp. Suggested Price: $69.95 / £44.99
Programming Languages
Textbook
Calvin College, Grand Rapids, Michigan, USA
This text guides students in designing programs to solve real problems encountered in engineering and scientific applications. It gives students a solid understanding of how C++ can be used to process complex objects, including how classes can be built to model objects. Exercises and programming projects are included in each chapter and various ancillaries are accessible on the book’s website. A solutions manual and PowerPoint slides are also available upon qualified course adoption. Print ISBN: 978-1-4398-2534-1 eBook ISBN: 978-1-4398-8455-3 August 2012, 7 x 10, 744 pp., Soft Cover Suggested Price: $93.95 / £59.99
For more information and a complete list of titles, visit us at www.crcpress.com
99
Textbook
Programming Languages for MIS Concepts and Practice
Programming Languages / Security & Auditing 100
Hai Wang
The Complete Book of Data Anonymization From Planning to Implementation Balaji Raghunathan Infosys, Bangalore, India
Saint Mary’s University, Halifax, Nova Scotia, Canada
Series: Infosys Press
Shouhong Wang
Data anonymization provides a systematic and integrated approach to privacy protection that goes far beyond simple data-masking or network security from external or internal theft. Discussing the analysis, planning, set-up, and governance, this timely manual illuminates the entire process of adapting and implementing anonymization tools and programs to increase the success of privacy protection in vulnerable organizations. Providing a 360-degree view of data privacy protection, it details data anonymization patterns, automation/tool capabilities, and the key factors for success in disguising the person behind the data.
University of Massachusetts Dartmouth, USA
This textbook provides a synopsis of the major computer programming languages including C++, HTML, JavaScript, CSS, VB.NET, C#.NET, ASP.NET, PHP, and SQL. It is designed for IS/IT majors. This text and its previous versions have been used for the authors’ classes for the past 15 years. This textbook is self contained. It includes exercise questions, project requirements and report formats, and operational manuals of programming environments. A test bank and answers to exercise questions are available upon qualified course adoption. Print ISBN: 978-1-4822-2266-1 February 2014, 7 x 10, 312 pp. Suggested Price: $79.95 / £49.99
Automatic Defense Against Zero-day Polymorphic Worms in Communication Networks Mohssen Mohammed University of Cape Town, South Africa
Al-Sakib Khan Pathan International Islamic University Malaysia, Kuala
Polymorphic worm attacks are considered one of the top threats to Internet security. They can be used to delay networks, steal information, delete information, and launch flooding attacks against servers. This book supplies unprecedented coverage of how to generate automated signatures for unknown polymorphic worms. Describing attack detection approaches and automated signature generation systems, the book details the design of doublehoneynet systems and the experimental investigation of these systems. It also discusses experimental implementation of signature-generation algorithms and discusses what we can expect in future developments. Print ISBN: 978-1-4665-5727-7 eBook ISBN: 978-1-4665-5728-4 May 2013, 6-1/8 x 9-1/4, 337 pp. Suggested Price: $89.95 / £57.99
The CISO Handbook A Practical Guide to Securing Your Company Michael Gentile and Ron Collette CISOHandbook.com & Traxx Consulting Services, Newport Beach, California, USA
Thomas D. August Sony Corporation of America, San Diego, California, USA
Truly a practical work, this handbook offers a comprehensive roadmap for designing and implementing an effective information security program based on real-world scenarios. It builds a bridge between high-level theory and practical execution by illustrating solutions to practical issues often overlooked by theoretical texts. This leads to a set of practices that security professionals can use every day. The framework it describes can be expanded or contracted to meet the needs of almost any organization. Print ISBN: 978-0-8493-1952-5 eBook ISBN: 978-1-4200-3137-9 August 2005, 6-1/8 x 9-1/4, 352 pp. Suggested Price: $87.95 / £58.99
Print ISBN: 978-1-4398-7730-2 eBook ISBN: 978-1-4398-7731-9 May 2013, 6-1/8 x 9-1/4, 267 pp. Suggested Price: $79.95 / £49.99
Computer Security Literacy Staying Safe in a Digital World Douglas Jacobson and Joseph Idziorek Iowa State University, Ames, USA
Helping average computer users make sound security decisions, this book focuses on practical security topics users are likely to encounter on a regular basis so that they better understand the function and impact of security in everyday life. The authors offer practical computer security knowledge on a range of topics—including social engineering, email, and online shopping—and present best practices pertaining to passwords, wireless networks, and suspicious emails. They also explain how security mechanisms such as antivirus software and firewalls protect against the threats of hackers and malware. Print ISBN: 978-1-4398-5618-5 eBook ISBN: 978-1-4398-5619-2 November 2012, 6-1/8 x 9-1/4, 368 pp., Soft Cover Suggested Price: $52.95 / £33.99
Conflict and Cooperation in Cyberspace The Challenge to National Security Edited by
Panayotis A. Yannakogeorgos and Adam B. Lowther US Air Force Research Institute, Alabama, USA
Conflict and Cooperation in Cyberspace brings together some of the world’s most distinguished military leaders, scholars, cyber operators, and policymakers in a discussion of current and future challenges that cyberspace poses. Focusing on policy-relevant solutions, it offers a well-reasoned study of how to prepare for war, while attempting to keep the peace in the cyberspace domain. Examining the truths and myths behind recent headline-grabbing malicious cyber activity, the book spells out the challenges involved with establishing a robust system of monitoring, controls, and sanctions to ensure cooperation amongst all stakeholders. Print ISBN: 978-1-4665-9201-8 eBook ISBN: 978-1-4665-9202-5 July 2013, 6-1/8 x 9-1/4, 360 pp. Suggested Price: $59.95 / £38.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Cyber Warfare and the Private Sector
Textbook
Robert Shein
George Kostopoulos
Black & Veatch, Silver Spring, Maryland, USA
University of Maryland University College, Adelphi, USA
Providing readers with fundamental knowledge of cyber war in both theoretical and practical aspects, this book explores the principles of cyber warfare, including military and cyber doctrine, social engineering, and offensive and defensive tools, tactics, and procedures. Topics include computer network exploitation (CNE), attack (CNA), and defense (CND). Readers will learn the basics of how to defend against espionage, hacking, insider threats, state-sponsored attacks, and non-state actors such as organized criminals and terrorists. Finally, the book looks ahead to emerging aspects of cyber security technology and trends, including cloud computing, mobile devices, biometrics, and nanotechnology.
Based on related courses and research of the cyber environment in areas such as Europe, America, and Asia, this book provides comprehensive coverage of cyberspace and cybersecurity. It not only focuses on technologies but also explores human factors and organizational perspectives—emphasizing why asset identification should be the cornerstone of any information security strategy. Topics include addressing vulnerabilities, building a secure enterprise, blocking intrusions, and ethical and legal issues. The book also describes how to ensure business continuity in the event of adverse incidents, including acts of nature.
Print ISBN: 978-1-4822-1657-8 May 2014, 6-1/8 x 9-1/4, 320 pp., Soft Cover Suggested Price: $69.95 / £44.99
Print ISBN: 978-1-4665-0133-1 eBook ISBN: 978-1-4665-1758-5 July 2012, 6-1/8 x 9-1/4, 236 pp. Suggested Price: $83.95 / £51.99
Cyber Power
Defense against the Black Arts
Crime, Conflict and Security in Cyberspace
How Hackers Do What They Do and How to Protect against It
Solange Ghernaouti-Helie
Jesse Varsalone and Matthew McFadden
University of Lausanne, Switzerland
Most books on cybercrime are written by national security or political experts, and rarely propose an integrated and comprehensive approach to cybercrime, cyber-terrorism, cyber-war and cyber-security. This work develops approaches to cyber-security issues that are non-political, non-partisan, and non-governmental. It informs readers through high-level summaries and the presentation of a consistent approach to several cyber-risk-related domains. Explaining fundamental principles in an interdisciplinary manner, it sheds light on the societal, economic, political, military, and technical issues related to the use and misuse of information and communication technologies. Print ISBN: 978-1-4665-7304-8 April 2013, 6-1/8 x 9-1/4, 220 pp. Suggested Price: $89.95 / £57.99
Security & Auditing
Cyberspace and Cybersecurity
Exposing hacker methodology with concrete examples, this volume shows readers how to outwit computer predators at their own game. With screenshots and stepby-step instructions, it explains how to get into a Windows operating system without a username or password and how to hide an IP address to avoid detection. It explains how to find virtually anything on the Internet and explores techniques that hackers can use to exploit physical access, network access, and wireless vectors. The book profiles a variety of attack tools and examines how social media sites can be used to launch networking attacks. Print ISBN: 978-1-4398-2119-0 eBook ISBN: 978-1-4398-2122-0 September 2011, 7 x 10, 412 pp., Soft Cover Suggested Price: $69.95 / £46.99
101 Cybersecurity for Industrial Control Systems SCADA, DCS, PLC, HMI, and SIS Tyson Macaulay Bell Canada, Ottawa, Ontario
The Definitive Guide to Complying with the HIPAA/HITECH Privacy and Security Rules John J. Trinckes, Jr.
Bryan L. Singer Kenexis Consulting Corporation, Madison, Alabama, USA
As industrial control systems (ICS) become Internetfacing, they expose crucial services to attack. Explaining how to develop and implement an effective cybersecurity program for ICS, this book provides the tools to ensure network security without sacrificing efficiency and functionality. Starting with an introduction to ICS, it discusses business, cost, competitive, and regulatory drivers and the conflicting priorities of convergence. It explains why security requirements differ from IT to ICS and explains when standard IT security solutions can be used and where SCADA practices are required. Print ISBN: 978-1-4398-0196-3 eBook ISBN: 978-1-4398-0198-7 December 2011, 6-1/8 x 9-1/4, 203 pp. Suggested Price: $83.95 / £55.99
PathForwardIT, Cincinnati, Ohio, USA
This volume is a comprehensive manual onhow to ensure compliance with the implementation standards of the Privacy and Security Rules of HIPAA—providing recommendations based on other related regulations and industry best practices. It can also help those entities that may not be covered by HIPAA regulations but want to assure their customers they are doing their due diligence to protect their information. The book covers administrative, physical, and technical safeguards; organizational requirements; procedures; and documentation requirements. It provides sample documents and directions on using the policies and procedures to establish proof of compliance. Print ISBN: 978-1-4665-0767-8 eBook ISBN: 978-1-4665-0768-5 December 2012, 6-1/8 x 9-1/4, 472 pp. Suggested Price: $79.95 / £49.99
For more information and a complete list of titles, visit us at www.crcpress.com
Digital Forensics Explained
Effective Surveillance for Homeland Security
Greg Gogolin
Balancing Technology and Social Issues
Textbook
Ferris State University, Big Rapids, Michigan, USA
Security & Auditing
Focusing on the concepts investigators need to know to conduct a thorough investigation, this volume provides an overall description of the forensic practice from a practitioner’s perspective. Based on the author’s decades of experience conducting investigations and working in information technology, the text describes best practices, illustrates the forensic process, explains what it takes to be an investigator, and highlights emerging trends. Filled with helpful templates and contributions from seasoned experts in their respective fields, the book considers cultural implications, ethics, and the psychological effects that digital forensics investigations can have on investigators. Print ISBN: 978-1-4398-7495-0 eBook ISBN: 978-1-4665-6893-8 December 2012, 7 x 10, 198 pp. Suggested Price: $79.95 / £49.99
Digital Forensics for Handheld Devices Eamon P. Doherty Fairleigh Dickinson University, Teaneck, New Jersey, USA
Cell phones, cameras, PDAs, GPS devices, and other digital items are an investigator’s treasure trove, frequently holding evidence or containing logs about communications concerning a crime. Designed to prepare investigators in the public and private sectors, this book covers both the theoretical and practical aspects of investigating handheld digital devices and emphasizes the policies needed in the work environment. The author provides examples of commercially available digital forensic tools and discusses how to seize data, examine it, and prepare it as evidence for court.
102
Print ISBN: 978-1-4398-9877-2 eBook ISBN: 978-1-4398-9878-9 August 2012, 7 x 10, 336 pp. Suggested Price: $73.95 / £46.99
Digital National Security
Edited by
Francesco Flammini, Roberto Setola, and Giorgio Franceschetti Series: Multimedia Computing, Communication and Intelligence
Since the September 11th attacks, the scientific and engineering communities have been called to help the world respond to security challenges. This volume focuses on multidisciplinary problem analysis and systems engineering approaches to security. It presents a comprehensive survey of state-of-the-art methods for the surveillance and protection of citizens and critical infrastructure. The first section analyzes technical issues related to surveillance. Next, the book examines legislative, organization, and management issues with a specific emphasis on privacy concerns. Finally, the contributors discuss innovative solutions and emerging research topics. Print ISBN: 978-1-4398-8324-2 eBook ISBN: 978-1-4398-8325-9 June 2013, 7 x 10, 646 pp. Suggested Price: $119.95 / £72.99
Electronically Stored Information The Complete Guide to Management, Understanding, Acquisition, Storage, Search, and Retrieval David R. Matthews Office of Information Security, Seattle, Washington, USA
Accessible to readers at varied levels of technological understanding, this book covers all aspects of electronic data and how to manage it. It explains what electronic information is and where it is located. It explores different ways it can be stored, why we need to manage it from a legal and organizational perspective, who is likely to control it, and how it should be acquired to meet legal and managerial goals. The text includes links and references to additional information, technical software solutions, as well as helpful forms and time-saving guides. Print ISBN: 978-1-4398-7726-5 eBook ISBN: 978-1-4398-7727-2 July 2012, 6-1/8 x 9-1/4, 400 pp. Suggested Price: $73.95 / £46.99
Cyberdefense and Cyber Operations
Encyclopedia of Information Assurance
Jan Kallberg and Bhavani Thuraisingham
4 Volume Set (Print)
The University of Texas at Dallas, USA
The engineering community is not always well versed in information operations, geopolitical conflicts, and covert intelligence, while non-technical strategists often suggest what cannot be technically done— causing gaps in current debate and public discussion. This book ties together national security, the militarization of the Internet, factual technical abilities, and geopolitical opportunities. The book uses all four steps on the ladder of abstraction: theory, methods, tools, and implementation. In a technically confident way, it exemplifies how cyber conflicts are emerging and how future developments could steer the impact on targeted societies. Print ISBN: 978-1-4665-8654-3 June 2014, 6-1/8 x 9-1/4, 380 pp. Suggested Price: $79.95 / £49.99
Edited by
Rebecca Herold Rebecca Herold, LLC, Van Meter, Iowa, USA
Marcus K. Rogers Purdue University, West Lafayette, Indiana, USA
This encyclopedia presents peer-reviewed articles and references written by authorities in their fields. From risk management and privacy to auditing and compliance, the encyclopedia’s four volumes provide comprehensive coverage of the key topics related to information assurance. Filled with the wisdom of leading researchers and practitioners, this authoritative reference provides the knowledge and insight needed to avoid common pitfalls and stay a step ahead of evolving threats. This encyclopedia is also available in an online version (ISBN: 978-1-4200-6622-7). Print ISBN: 978-1-4200-6620-3 December 2010, 8-1/2 x 11, 3860 pp. Suggested Price: $1318.00 / £839.00
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
FISMA Principles and Best Practices
Developing a Secure Foundation
Beyond Compliance
James A. Scholz
Patrick D. Howard
Computer Security Consulting, Inc., Mabelvale, Arkansas, USA
CISO, Nuclear Regulatory Commission, USA
This book provides guidance on designing complex, highly available enterprise architectures that integrate the most critical aspects of an organization’s business processes. Considering the lack of tolerance of enterprise for operational interruptions or the risks that accompany theft and loss of data, this reference describes how to ensure your organization is prepared for the unexpected. The text also provides guidance on network and application vulnerability assessments, intrusion detection and penetration testing, incident response planning, risk mitigation audits/reviews, and business continuity and disaster recovery planning.
Detailing a proven approach for establishing and implementing a comprehensive information security program, this book integrates compliance review, technical monitoring, and remediation efforts to explain how to achieve and maintain compliance with Federal Information Security Management Act (FISMA) requirements. Based on the author’s experience developing, implementing, and maintaining enterprise FISMA-based information technology security programs at three major federal agencies, the book provides workable solutions for establishing and operating an effective security compliance program. It delineates the processes, practices, and principles involved in managing the complexities of FISMA compliance.
Print ISBN: 978-1-4398-4159-4 eBook ISBN: 978-1-4398-4160-0 July 2013, 6-1/8 x 9-1/4, 266 pp. Suggested Price: $79.95 / £44.99
Print ISBN: 978-1-4200-7829-9 eBook ISBN: 978-1-4200-7830-5 March 2011, 6-1/8 x 9-1/4, 345 pp. Suggested Price: $79.95 / £52.99
Enterprise Security Architecture
The Frugal CISO
A Business-Driven Approach
Using Innovation and Smart Approaches to Maximize Your Security Posture
Nicholas A Sherwood Consultant, Anaesthesia and Critical Care Medicine, City Hospital, Birmimgham, UK
Security is too important to be left in the hands of just one department or employee—it must be a concern to the entire enterprise. Enterprise Security Architecture shows that having a comprehensive plan requires more than the purchase of security software—it requires a framework for developing and maintaining a system that is proactive. The book is based around the SABSA layered framework. It provides a structured approach to the steps and processes involved in developing security architectures. Print ISBN: 978-1-57820-318-5 November 2005, 8 x 10, 608 pp. Suggested Price: $96.95 / £59.99
Kerry Ann Anderson At the same time that information security organizations face significant budgetary challenges, both cyber security threats and compliance requirements have escalated. This book describes actionable techniques for running an informationsecurity management program during an era that has been known for costcutting to information security budgets. The concept is to allow practitioners to acquire skills at fiscal proficiency in managing information security issues, allowing them to deliver effective and efficient service while working within the restricted budgetary environment that exists at many information-security organizations. Print ISBN: 978-1-4822-2007-0 April 2014, 6-1/8 x 9-1/4, 200 pp., Soft Cover Suggested Price: $49.95 / £31.99
Financial Crimes A Threat to Global Security
Handbook of SCADA/Control Systems Security
Edited by
Edited by
Maximillian Edelbacher, Peter C. Kratcoski, and Michael Theil
Robert Radvanovsky and Jacob Brodsky
Organized and white-collar crime and corruption have a huge impact on financial systems worldwide and must be confronted if true financial reform is to be achieved. Drawn from the 23rd Annual Meeting of the Academic Council on the United Nations System, this book explores the major themes discussed at this elite symposium. It examines changing concepts in security and the expansion of the role of the Security Council of the UN. Expert contributors reveal methods to identify criminals and efforts to combat illegal activity.
The availability and security of many services we rely upon are routinely put at risk by cyber threats. This volume outlines security concepts, methodologies, and relevant information pertaining to the supervisory control and data acquisition (SCADA) systems and technology that quietly operate in the background of utility and industrial facilities worldwide. The book supplies information for securing industrial automation/process control systems as part of a critical infrastructure protection program. The authors present a “best practices” approach to securing business management environments at the strategic, tactical, and operational levels.
Print ISBN: 978-1-4398-6922-2 eBook ISBN: 978-1-4398-6927-7 June 2012, 6-1/8 x 9-1/4, 447 pp. Suggested Price: $99.95 / £50.00
Print ISBN: 978-1-4665-0226-0 eBook ISBN: 978-1-4665-0227-7 February 2013, 6-1/8 x 9-1/4, 383 pp. Suggested Price: $99.95 / £63.99
Series: Advances in Police Theory and Practice
Security & Auditing
Enterprise Architecture and Information Assurance
For more information and a complete list of titles, visit us at www.crcpress.com
103
How I Discovered World War II’s Greatest Spy and Other Stories of Intelligence and Code
Information Security Fundamentals
David Kahn
Following in the footsteps of its bestselling predecessor, Information Security Fundamentals, Second Edition provides information security professionals with a clear understanding of the fundamentals of security required to address the range of issues they will experience in the field. Reorganizing its contents around ISO 27002, this updated edition presents ten new chapters; adds discussions of ISO 27001, ITIL, COSO, COBIT, and other frameworks; expands its coverage of compliance and governance issues; and includes new information on mobile security issues.
New York, New York, USA
Security & Auditing 104
David Kahn is universally regarded as the dean of intelligence historians. Recounting the desperate efforts to gather information during World War II and the Cold War, he provides insight into the dark realm of intelligence and code that will fascinate cryptographers, intelligence personnel, and the millions interested in military history, espionage adventure, and world affairs. By revealing the past, the book will help to guide present and future intelligence efforts. Kahn is the author of The Codebreakers and Seizing the Enigma: The Race to Break the German U-Boats Codes, 1939-1943. Print ISBN: 978-1-4665-6199-1 November 2013, 6-1/8 x 9-1/4, 472 pp. Suggested Price: $59.95 / £29.99
Second Edition Thomas R. Peltier
Print ISBN: 978-1-4398-1062-0 eBook ISBN: 978-1-4398-1063-7 October 2013, 6-1/8 x 9-1/4, 438 pp., Soft Cover Suggested Price: $69.95 / £44.99
Informants and Undercover Investigations
Information Security Management Handbook
A Guide to Law, Policy, and Procedure, Second Edition
2013 CD-ROM Edition
Dennis G. Fitzgerald
James S. Tiller
Edited by
Sustantial Assistance Inc., Consultant, Maple Valley, Washington, USA
HP Enterprise Security Services, Raleigh, North Carolina, USA
Series: Practical Aspects of Criminal & Forensic Investigations
Rich O’Hanley
Now in its second edition, this volume takes a scholarly approach to an often misunderstood and controversial law enforcement investigative technique traditionally shrouded in secrecy. Written by a former vice and narcotics detective, DEA agent, and attorney, the book is based on “boots-on-the-ground” experience. Revisions to this edition include extensive updates to each chapter, discussion of changes in the FBI’s informant program, addition of high-profile cases, and updated references. Featured topics include immigration reform, the irresponsible use of informants and lawsuits, whistleblowers, cooperation fees, and management of informant-driven search warrants.
Auerbach Publications, New York, New York, USA
Containing the complete contents of Volumes 1-7, the Information Security Management Handbook, 2013 CD-ROM Edition is an authoritative resource that is linked and searchable by keyword. This CD updates the benchmark Volume 1 with information on the latest developments in information security and recent changes to the (ISC)2® CISSP Common Body of Knowledge (CBK®). In addition to the complete contents of the set, the CD contains an extra volume’s worth of information—including chapters from other security and networking books that have never appeared in the print editions.
Print ISBN: 978-1-4665-5458-0 August 2014, 6-1/8 x 9-1/4, 400 pp. Suggested Price: $79.95 / £49.99
Print ISBN: 978-1-4665-6726-9 October 2013, CD-ROM Suggested Price: $199.95 / £127.00
Information Security
Information Security Management Handbook
A Guide to Confidentiality, Integrity, and Availability Jeffrey James Stapleton Arlington, Texas, USA
The traditional view of information security includes three cornerstones: confidentiality, integrity, and availability, also known as the CIA of information security. As the field has become more complex, both novices and professionals with years of experience need a good reference book outlining the basics. Rather than focusing on compliance or policies and procedures, this book takes a top-down approach. Providing insight from the author’s experience developing dozens of standards, the book starts with the fundamentals to bridge the understanding gaps—approaching information security from the bedrock principles of CIA. Print ISBN: 978-1-4665-9214-8 May 2014, 6-1/8 x 9-1/4, 600 pp. Suggested Price: $79.95 / £49.99
Sixth Edition, Volume 7 Edited by
Richard O’Hanley Auerbach Publications, New York, New York, USA
James S. Tiller HP Enterprise Security Services, Raleigh, North Carolina, USA
Updated annually, this is the most comprehensive and up-to-date reference available on information security and assurance. Bringing together the knowledge, skills, techniques, and tools required of IT security professionals, it facilitates the up-to-date understanding required to stay one step ahead of evolving threats, standards, and regulations. Reporting on the latest developments in information security and recent changes to the (ISC)2® CISSP Common Body of Knowledge (CBK®), this volume features 27 new chapters on topics such as BYOD, IT consumerization, smart grids, security, and privacy. Print ISBN: 978-1-4665-6749-8 eBook ISBN: 978-1-4665-6752-8 August 2013, 7 x 10, 434 pp. Suggested Price: $89.95 / £57.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
ISO/IEC 27001, NIST SP 800-53, HIPAA Standard, PCI DSS V2.0, and AUP V5.0 Barry L. Williams Williams Technology Audit Services, Alton, Illinois, USA
Textbook
Introduction to Computer and Network Security Navigating Shades of Gray Richard R. Brooks Clemson University, South Carolina, USA
Compliance standards, of which there are many, can and should be used as a guide to write comprehensive and effective security policies. Many standards cover much of the same topics, but they each state the requirements in slightly different ways. This book provides security managers with a simplified way to address the regulatory requirements of an organization by writing policy statements that specifically address these requirements. The book enables them to more efficiently write policies that meet the major regulatory requirements.
Combining hands-on work with an overview of fundamentals, this text integrates security analysis into a technical computing curriculum. It educates students on security issues, such as side-channel attacks, and deepens their understanding of how computers and networks work. The book presents basic principles and concepts, along with examples of current threats to illustrate how the principles can either enable or neutralize exploits. Classroom-tested case study projects prompt students to stage exploits and choose countermeasures to neutralize the attacks.
Print ISBN: 978-1-4665-8058-9 eBook ISBN: 978-1-4665-8059-6 March 2013, 6-1/8 x 9-1/4, 152 pp. Suggested Price: $59.95 / £38.99
Print ISBN: 978-1-4398-6071-7 eBook ISBN: 978-1-4398-6072-4 August 2013, 6-1/8 x 9-1/4, 320 pp. Suggested Price: $79.95 / £49.99
Information Security Risk Analysis
Intrusion Detection in Wireless Ad-Hoc Networks
Third Edition
Edited by
Security & Auditing
Information Security Policy Development for Compliance
Nabendu Chaki and Rituparna Chaki
Thomas R. Peltier Thomas R. Peltier Associates, Wyandotte, Michigan, USA
University of Calcutta, West Bengal, India
Authored by renowned security expert and certification instructor Thomas Peltier, this authoritative reference provides readers with the knowledge and the skill-set needed to achieve a highly effective risk analysis assessment in a matter of days. Peltier demonstrates how to identify threats and then determine if those threats pose a real risk. Supplemented with online access to user-friendly checklists, forms, questionnaires, sample assessments, and other documents, this work is truly a one-stop, how-to resource for industry and academia professionals.
It is essential for organizations to complement traditional security mechanisms with efficient programs for intrusion detection and response. Intrusion detection systems (IDSs) monitor audit data, look for intrusions to the network system, and initiate a proper response. This book covers the security aspects for all types of wireless ad-hoc networks and related application areas, including MANETs, wireless mesh networks, and sensor networks. It also explores advanced topics such as security for smart power grid, and IDS for the cloud environment.
Print ISBN: 978-1-4398-3956-0 eBook ISBN: 978-1-4398-3957-7 March 2010, 6-1/8 x 9-1/4, 456 pp. Suggested Price: $83.95 / £52.99
Print ISBN: 978-1-4665-1565-9 January 2014, 6-1/8 x 9-1/4, 256 pp. Suggested Price: $99.95 / £63.99
105 Textbook
Information Technology Control and Audit Fourth Edition
A Key to Collaborative Security Carol Fung Raouf Boutaba University of Waterloo, Ontario, Canada
Sandra Senft, Frederick Gallegos, and Aleksandra Davis California State Polytechnic University, Pomona, USA
Updated to address cloud computing, web-based applications, and server virtualization, the fourth edition of this bestselling text provides a comprehensive overview of IT controls and audits. It facilitates a fundamental understanding of IT governance, controls, auditing applications, systems development, and operations. Supporting and analyzing the COBIT model, the book prepares IT professionals for the CISA and CGEIT exams. With summary sections, exercises, review questions, and references for further readings, it promotes the mastery of the concepts and practical implementation of controls needed to effectively manage IT resources. Print ISBN: 978-1-4398-9320-3 eBook ISBN: 978-1-4665-1550-5 July 2012, 7 x 10, 776 pp. Suggested Price: $89.95 / £57.99
Intrusion Detection Networks
Intrusion Detection Networks: A Key to Collaborative Security supplies a complete introduction to intrusion detection systems (IDS) and intrusion detection networks (IDN). Describing how to leverage effective and efficient collaboration between participant IDSs, it explains the benefits of building IDNs, identifies the challenges underlying their design, and outlines possible solutions. It also reviews the full-range of proposed IDN solutions—analyzing their scope, topology, strengths, weaknesses, and limitations. It also includes a case study that illustrates the application of collaborative intrusion detection to real-world malware detection scenarios. Print ISBN: 978-1-4665-6412-1 December 2013, 6-1/8 x 9-1/4, 261 pp. Suggested Price: $119.95 / £76.99
For more information and a complete list of titles, visit us at www.crcpress.com
Investigations in the Workplace Second Edition
Managing Risk and Security in Outsourcing IT Services
Eugene F. Ferraro, CPP, SPHR
Onshore, Offshore and the Cloud
Business Controls, Inc., Greenwood Village, Colorado, USA
Security & Auditing
Drawn from the author’s decades of experience, this volume provides both novice and experienced investigators with essential information on the processes for the proper and safe investigation of workplace crime and misconduct. Revised and updated with more techniques and case studies, the book includes new diagrams, checklists, and visuals. Each chapter begins with key learning points and is supplemented with boxed tips, traps, and common mistakes. An exhaustive appendix includes a glossary of common investigative terms, sample surveillance and investigative reports, and advice on digital evidence. Print ISBN: 978-1-4398-1480-2 eBook ISBN: 978-1-4398-1482-6 February 2012, 6-1/8 x 9-1/4, 603 pp. Suggested Price: $83.95 / £51.99
1 Security Solutions Applied, LLC, Leesburg, Virginia, USA
Cloud computing, traditional IT outsourcing, and business process outsourcing create challenges for traditional information security and demand a change in how security professionals evaluate risk and protect information, processes, and people. Along with new technologies come new threats, vulnerabilities, and new ways to mitigate those risks. This book offers the guidance to tailor the right risk approach for your organization. Covering onshore, offshore, and cloud services, it provides concrete examples and case studies describing the specifics of what to do and what not do in a variety of scenarios. Print ISBN: 978-1-4398-7909-2 December 2013, 6-1/8 x 9-1/4, 232 pp. Suggested Price: $69.95 / £44.99
Iris Biometric Model for Secured Network Access
Managing the Insider Threat
Franjieh El Khoury
Nick Catrantzos
Université Claude Bernard, Villeurbanne, France
106
Frank Siepmann
No Dark Corners University of Alaska, Fairbanks, USA
Biometric techniques have proven their ability to provide secure access to shared resources in various domains and software agents. In addition, multi-agent systems (MAS) have shown their efficiency in resolving critical network problems. This volume proposes a new model— the IrisCryptoAgentSystem (ICAS)—which is based on a biometric method for authentication using the iris of the eye. The book explains how MAS can be used to solve security problems in complex systems and demonstrates how the intersection of biometric systems, cryptography, and MAS can apply to iris recognition for secure network access.
An adversary who attacks an organization from within can prove fatal to the organization and is generally impervious to conventional defenses. One of the first to use social science research to explain why traditional methods fail against these betrayers, this book identifies new management, security, and workplace strategies for categorizing and defeating insider threats. Each chapter offers questions to stimulate discussion and exercises suitable for team projects. The text will help those charged with protecting an organization from internal threats to circumvent these predators before they jeopardize the workplace and sabotage business operations.
Print ISBN: 978-1-4665-0213-0 eBook ISBN: 978-1-4665-0214-7 May 2013, 6-1/8 x 9-1/4, 220 pp. Suggested Price: $119.95 / £76.99
Print ISBN: 978-1-4398-7292-5 eBook ISBN: 978-1-4398-7293-2 May 2012, 7 x 10, 363 pp. Suggested Price: $73.95 / £46.99
Laboratory Biosecurity Handbook
Managing Trust in Cyberspace
Reynolds M. Salerno and Jennifer Gaudioso Sandia National Laboratories, Albuquerque, New Mexico, USA
In recognition of the vital need to protect legitimate facilities from the theft and misuse of dangerous pathogens and toxins, this text is a guide to the implementation of pathogen protection programs. The first sections of the book offer an historical overview of biological weapons activity, key principles of biosecurity and its integration into existing frameworks, and a discussion of biosecurity risk. Later sections discuss risk assessments, describe detailed components of a biosecurity program, and offer a graded approach to biosecurity through multiple risk levels. The book also covers risk prioritization of biological assets and biosecurity training. Print ISBN: 978-0-8493-6475-4 eBook ISBN: 978-1-4200-0620-9 June 2007, 6 x 9, 208 pp. Suggested Price: $129.95 / £84.00
Edited by
Sabu M. Thampi, Bharat Bhargava, and Pradeep Atrey Bringing together expertise from technology-oriented sciences, law, philosophy, and social sciences, this volume examines fundamental issues underpinning computational trust models and includes discussion on various trust management processes for dynamic open systems and applications. Topics include trust in autonomic and self-organized networks, security and quality issues in trusting e-government service delivery, and contextaware e-commerce applications. The book also presents a walk-through of online identity management and discusses using trust and argumentation in multiagent recommender systems. It concludes with a comprehensive survey of antiforensics for network security. Print ISBN: 978-1-4665-6844-0 December 2013, 6-1/8 x 9-1/4, 504 pp. Suggested Price: $99.95 / £63.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Multimedia Security
PCI Compliance
Watermarking, Steganography, and Forensics
The Definitive Guide
Edited by
Explaining the ins and outs of the payment card industry security standards required for organizations storing, processing, or transmitting credit card holder information, this step-by-step guide outlines application development and implementation strategies for Payment Application Data Security Standard implementation and validation. With case studies and examples from a variety of industry verticals currently undergoing compliance, including banking, retail, outsourcing, software development, and processors, this critical handbook articulates specific compliance issues and challenges, focuses on audit and assessment strategies, and covers the latest PCI v 2.0.
New Jersey Institute of Technology, Newark, USA
This book provides technical information on multimedia security and steganography as well as the fundamental theoretical framework for developing extensive advanced techniques. By understanding essential principles of multimedia security and steganographic systems, readers can develop novel ideas in implementing advanced algorithms. Topics include automatic detection and removal of visible image watermarks, digital watermarking based on chaotic map and reference register, digital steganographic schemes based on image vector quantization, image inpainting using an enhanced exemplar-based algorithm, and behavior modeling of human objects in multimedia content. Print ISBN: 978-1-4398-7331-1 eBook ISBN: 978-1-4398-7332-8 August 2012, 6-1/8 x 9-1/4, 423 pp. Suggested Price: $135.95 / £86.00
Print ISBN: 978-1-4398-8740-0 January 2014, 7 x 10, 344 pp. Suggested Price: $59.95 / £38.99
Network Anomaly Detection
The Pentester’s Field Guide
A Machine Learning Perspective
Recipes for Success
Dhruba Kumar Bhattacharyya
Bruce Middleton
Tezpur University, Assam, India
Melbourne, Florida, USA
Jugal Kumar Kalita University of Colorado, Colorado Springs, USA
This book discusses the detection of anomalies in computer networks from a machine learning perspective. It examines how computer networks work and how they can be attacked by intruders in search of fame, fortune, or challenge. Readers will learn how to look for patterns in captured network traffic data to unearth potential intrusion attempts. Coverage includes machine learning techniques and algorithms, a taxonomy of attacks, and practical tools for launching attacks, capturing packet or flow traffic, extracting features, detecting attacks, and evaluating performance.
Security & Auditing
Frank Y. Shih
Abhay Bhargav
Penetration testing is used as a means to test the security of both private, government, military and corporate computer networks. Suitable for both the novice and the experienced professional, this book provides step-by-step procedures for using the mainly free commercially available tools to perform these tests of computer networks. Covering basic and advanced tools and procedures, the authors categorize tools according to their usage within the standard testing framework and demonstrate how to perform an organized and efficient penetration test. Readers will also learn techniques used to bypass anti-virus software and capture keystrokes of remote systems.
Print ISBN: 978-1-4665-8208-8 eBook ISBN: 978-1-4665-8209-5 June 2013, 6-1/8 x 9-1/4, 366 pp. Suggested Price: $89.95 / £57.99
Print ISBN: 978-1-4822-0647-0 June 2014, 6-1/8 x 9-1/4, 400 pp. Suggested Price: $59.95 / £38.99
Textbook
The Practical Guide to HIPAA Privacy and Security Compliance
107
Network Attacks and Defenses A Hands-on Approach Zouheir Trabelsi, Kadhim Hayawi, Arwa Al Braiki, and Sujith Samuel Mathew
Second Edition
Using step-by-step processes to build and generate attacks using offensive techniques, this volume enables readers to implement appropriate network security solutions within a laboratory environment. Topics covered include CAM table poisoning attacks on network switches, ARP cache poisoning attacks, the detection and prevention of abnormal ARP traffic, network traffic sniffing and the detection of NICs running in promiscuous mode, and IP-based DoS attacks. It also examines reconnaissance traffic, network traffic filtering and inspection, and IPsec VPN security solution protocols, standards, types, and deployments.
Principle Logic, Acworth, Georgia, USA
Print ISBN: 978-1-4665-1794-3 eBook ISBN: 978-1-4665-1797-4 October 2012, 6-1/8 x 9-1/4, 475 pp. Suggested Price: $93.95 / £59.99
Kevin Beaver Rebecca Herold Rebecca Herold, LLC, Van Meter, Iowa, USA
Updated and revised, with several new sections, this one-stop resource for HIPAA privacy and security provides immediately applicable advice for any organization’s unique situation. It defines what HIPAA is, what it requires, and what can be done to achieve and maintain compliance. It describes the HIPAA Privacy and Security Rules and compliance tasks in easy-to-understand language and enables organizations to determine how HIPAA will impact them. Anyone preparing an organization for HIPAA laws will receive expert guidance on requirements and other commonly-discussed topics. Print ISBN: 978-1-4398-5558-4 May 2014, 6-1/8 x 9-1/4, 512 pp. Suggested Price: $79.95 / £57.99
For more information and a complete list of titles, visit us at www.crcpress.com
PRAGMATIC Security Metrics Applying Metametrics to Information Security W. Krag Brotby and Gary Hinson Light on mathematics and heavy on utility, this is the ultimate how-to-do-it guide for security metrics. Packed with time-saving tips, the book offers easy-to-follow guidance for those struggling with security metrics. Step by step, it clearly explains how to specify, develop, use, and maintain an information security measurement system. In addition to its obvious utility in the information security realm, the PRAGMATIC approach, introduced for the first time in this book, has broader application across diverse fields of management
Security & Auditing
Print ISBN: 978-1-4398-8152-1 eBook ISBN: 978-1-4398-8153-8 January 2013, 6-1/8 x 9-1/4, 512 pp. Suggested Price: $69.95 / £44.99
Edited by
Yang Xiao The University of Alabama, Tuscaloosa, USA
A versatile reference, this book details state-of-the-art approaches and novel technologies for communication networks and security in smart grids. It examines contemporary grid security and discusses how it is being developed and deployed. The chapters cover direct attacks and smart meters, as well as attacks via the networks—providing actionable suggestions for preventing such attacks. The chapters work together to provide a framework for how security should be implemented throughout this growing system. Figures, illustrations, graphs, and charts are included to aid with comprehension. Print ISBN: 978-1-4398-7783-8 eBook ISBN: 978-1-4398-7784-5 July 2013, 6-1/8 x 9-1/4, 353 pp. Suggested Price: $79.95 / £49.99
Responsive Security
Security Management
Be Ready to Be Secure
A Critical Thinking Approach
Meng-Chow Kang
Michael Land
Cisco Systems, Singapore
Eastern Kentucky University, Richmond, USA
Exploring the challenges, issues, and dilemmas of managing information security risk, this volume introduces an approach for addressing concerns from both a practitioner and organizational management standpoint. Utilizing a research study generated from nearly a decade of research, the book discusses the issues and dilemmas that fueled the study, examines its key findings, and provides practical methods for managing information security risks. It presents the principles and methods of the responsive security approach, developed from the findings of the study, and details the research that led to the development of the approach.
108
Security and Privacy in Smart Grids
Print ISBN: 978-1-4665-8430-3 eBook ISBN: 978-1-4665-8431-0 October 2013, 6-1/8 x 9-1/4, 259 pp., Soft Cover Suggested Price: $69.95 / £44.99
Securing Cloud and Mobility A Practitioner’s Guide Ian Lim, E. Coleen Coolidge, and Paul Hourani A practitioners’ handbook on securing virtualization, cloud computing, and mobility, this book bridges academic theory with real-world implementation. It provides pragmatic guidance on securing the multifaceted layers of private and public cloud deployments as well as mobility infrastructures. The book offers in-depth coverage of implementation plans, workflows, process consideration points, and project planning. Topics covered include physical and virtual segregation, orchestration security, threat intelligence, identity management, cloud security assessments, cloud encryption services, audit and compliance, certifications, secure mobile architecture, and secure mobile coding standards. Print ISBN: 978-1-4398-5055-8 eBook ISBN: 978-1-4398-5057-2 February 2013, 6-1/8 x 9-1/4, 228 pp. Suggested Price: $79.95 / £49.99
Truett Ricks Eastern Kentucky University, Richmond, USA (retired)
Bobby Ricks Midway College, Kentucky, USA Occupational Safety & Health Guide Series
Security management is a very diverse function where security practitioners must plan, manage people, administer budgets, and process information, as well as prepare for emergencies, violence, and other loss scenarios. This book provides a methodical process to look at the security management functions so they can better tailor security to any organization. It presents the most accurately balanced picture of security functions by using a critical thinking approach to interpret data as a tool for providing more effective security management. Print ISBN: 978-1-4665-6177-9 November 2013, 6-1/8 x 9-1/4, 202 pp. Suggested Price: $89.95 / £57.99
The Security Risk Assessment Handbook A Complete Guide for Performing Security Risk Assessments, Second Edition Douglas Landoll Lantego, LLC, Austin, Texas, USA
Picking up where the bestselling first edition left off, this second edition explains how to conduct an effective risk assessment. Supplying wide-ranging coverage that includes security risk analysis, mitigation, and risk assessment reporting, it provides the tools needed to solicit and review the scope and rigor of risk assessment proposals with competence and confidence. Trusted to assess security for leading organizations and government agencies, including the CIA, NSA, and NATO, Douglas Landoll unveils the little-known tips, tricks, and techniques used by savvy security professionals in the field. Print ISBN: 978-1-4398-2148-0 eBook ISBN: 978-1-4398-2149-7 May 2011, 6-1/8 x 9-1/4, 495 pp. Suggested Price: $83.95 / £51.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
The State of the Art in Intrusion Prevention and Detection
Web Security
Edited by
This book introduces nearly all aspects of web security. It reveals how hackers work and explains why companies of different scale should choose their own methodology of security. With in-depth analysis of the reasons behind the choices, the book covers client script security, server applications security, and Internet company security operations. It also includes coverage of browser security, cross sites script attacks, click jacking, HTML5/PHP security, injection attacks, authentication, session management, access control, web frame security, DDOS, leaks, Internet transactions security, security development lifecycle, and security operations.
A WhiteHat Perspective
Al-Sakib Khan Pathan International Islamic University Malaysia, Kuala
This book analyzes the latest trends and issues surrounding intrusion detection systems in computer networks and systems. The broad scope of coverage includes wired, wireless, and mobile networks; next-generation converged networks; and intrusion in social networks. The book examines new techniques and research on intrusion detection schemes and intrusion prevention schemes. It discusses tracing back mobile attackers, secure routing with intrusion prevention, anomaly detection, and AI-based techniques. The authors also include information on physical intrusion in wired and wireless networks and agent-based intrusion surveillance, detection, and prevention. Print ISBN: 978-1-4822-0351-6 January 2014, 7 x 10, 504 pp. Suggested Price: $119.95 / £76.99
Trade Secret Theft, Industrial Espionage, and the China Threat Carl Roper Richmond, Virginia, USA
Print ISBN: 978-1-4665-9261-2 May 2014, 7 x 10, 500 pp., Soft Cover Suggested Price: $79.95 / £49.99
What Every Engineer Should Know About Cyber Security and Digital Forensics Joanna F. DeFranco
This book provides an overview of economic espionage as practiced by a range of nations from around the world— focusing on the mass scale in which information is being taken for China’s growth and development. It supplies an understanding of how the economy of a nation can prosper or suffer, depending on whether that nation is protecting its intellectual property, or whether it is stealing such property for its own use. The text concludes by outlining specific measures that corporations and their employees can practice to protect information and assets, both at home and abroad. Print ISBN: 978-1-4398-9938-0 November 2013, 7 x 10, 320 pp. Suggested Price: $69.95 / £44.99
The Pennsylvania State University, Malvern, USA Series: What Every Engineer Should Know
This volume provides an overview of cyber security and digital forensics. Topics include network and personal data security, the information security common body of knowledge, cloud and mobile computing, preparing for and responding to an incident, evidence handling, security compliance, and law. It also examines security certifications and reference manuals in the area of information security and digital forensics. By mastering the principles in this volume, readers will better understand how to mitigate the risk of security incidents and keep their data secure.
Security & Auditing / Software Engineering & Systems
Wu Hanqing and Liz Zhao
Print ISBN: 978-1-4665-6452-7 November 2013, 6-1/8 x 9-1/4, 168 pp., Soft Cover Suggested Price: $59.95 / £38.99
109 Unauthorized Access The Crisis in Online Privacy and Security
The 7 Qualities of Highly Secure Software
Robert H. Sloan
Mano Paul
University of Illinois at Chicago, USA
SecuRisk Solutions, Pflugerville, Texas, USA
Richard Warner
Providing a framework for designing, developing, and deploying hack-resilient software, this book uses engaging anecdotes and analogies—from Aesop’s fables and athletics to architecture and video games—to illustrate the qualities needed for the development of highly secure software. Each chapter details one of the seven qualities that make software less susceptible to hacker threats. Filled with real-world examples, the book explains complex security concepts in language that’s easy to understand to supply readers with the understanding needed to building secure software.
Chicago-Kent College of Law, Illinois, USA
Going beyond current books on privacy and security, this book proposes specific solutions to public policy issues pertaining to online privacy and security. Requiring no technical or legal expertise, it provides a practical framework to address ethical and legal issues. The authors explore the well-established connection between social norms, privacy, security, and technological structure. They also discuss how rapid technological developments have created novel situations that lack relevant norms and present ways to develop these norms for protecting informational privacy and ensuring sufficient information security. Print ISBN: 978-1-4398-3013-0 eBook ISBN: 978-1-4398-3014-7 July 2013, 6-1/8 x 9-1/4, 398 pp., Soft Cover Suggested Price: $59.95 / £38.99
Print ISBN: 978-1-4398-1446-8 eBook ISBN: 978-1-4398-1447-5 May 2012, 6-1/8 x 9-1/4, 160 pp. Suggested Price: $52.95 / £33.99
For more information and a complete list of titles, visit us at www.crcpress.com
Adaptive, Dynamic, and Resilient Systems Edited by
Niranjan Suri Florida Institute for Human & Machine Cognition, Pensacola, USA
Giacomo Cabri University of Modena and Reggio Emilia, Italy Series: Mobile Services and Systems
Software Engineering & Systems
Examining cutting-edge adaptive systems research, this book addresses the challenges of understanding, predicting, and controlling systems of networked computers, along with the human component behind these complex systems. The authors unveil novel approaches to building adaptive, dynamic, and resilient systems—including agile computing; multi-agent based, biologicallyinspired approaches; grid computing; autonomic computing; ResiliNets; and self-organizing systems.
Managing Software Organizations and People, Second Edition Colin J. Neill, Philip A. Laplante, and Joanna F. DeFranco The Pennsylvania State University, Malvern, USA Applied Software Engineering Series
Using case studies, this book illustrates poor management approaches, unpleasant work environments, and bad manager traits that lead to failure. For each antipattern, the text describes the situation and symptoms, gives examples, and offers a refactoring solution. The authors provide real-world anecdotes that illustrate key concepts. They also include thought-provoking exercises that describe a situation and ask which antipatterns are present, as well as how to refactor the situation. Coverage includes leadership principles, environmental antipatterns, group patterns, management antipatterns, and team leadership.
Print ISBN: 978-1-4398-6848-5 July 2014, 6-1/8 x 9-1/4, 675 pp. Suggested Price: $99.95 / £63.99
Print ISBN: 978-1-4398-6186-8 eBook ISBN: 978-1-4398-6216-2 December 2011, 6-1/8 x 9-1/4, 327 pp. Suggested Price: $83.95 / £51.99
Advanced Virtual Machine Design and Implementation
Architecting Software Intensive Systems
Xiao-Feng Li
A Practitioners Guide
Intel Company, Beijing, China
Jiu-Tao Nie and Ligang Wang Virtual machines have been critical software systems for decades and now platforms such as Apple iOS, Google Android, and Microsoft Windows Phone all need them as primary application execution engines. This book provides a systematic description that combines high-level design and low-level implementations and integrates advanced academic topics and commercial solutions for industry. It presents two drastically different practical virtual machine designs and implementations: one as an introductory courseware and the other as a high-performance software product with source code.
110
Antipatterns
Print ISBN: 978-1-4665-8260-6 June 2014, 7 x 10, 300 pp. Suggested Price: $89.95 / £57.99
Anthony J. Lattanze Carnegie Mellon University, Pittsburgh, Pennsylvania, USA
Focusing on the architecture centric design method (ACDM), this book provides insight into designing software architectures for systems and how to effectively use architectural design artifacts once created. The text describes how to integrate ACDM with existing organizational structures and processes. The author demonstrates how to tailor defined software process frameworks and methodologies to ACDM in order to design the architecture for a software intensive system. The chapters offer practical guidelines for the general iterative model, the general waterfall model, the rational unified process, the team software process, scrum, and extreme programming. Print ISBN: 978-1-4200-4569-7 eBook ISBN: 978-1-4200-4570-3 November 2008, 7 x 10, 416 pp. Suggested Price: $98.95 / £62.99
Android Security
The Art of Agile Practice
Attacks and Defenses Anmol Misra
A Composite Approach for Projects and Organizations
Cisco Systems, Inc., San Jose, California, USA
Bhuvan Unhelkar
Abhishek Dubey
Consultant, New South Wales, Australia
Webroot Software, San Mateo, California, USA
Series: Advanced & Emerging Communications Technologies
Android Security: Attacks and Defenses is for anyone interested in learning about the strengths and weaknesses of the Android platform from a security perspective. Starting with an introduction to Android OS architecture and application programming, it will help readers get up to speed on the basics of the Android platform and its security issues. Explaining the Android security model and architecture, the book describes Android permissions to help readers analyze applications and understand permission requirements. It also rates the Android permissions based on security implications and covers JEB Decompiler.
Addressing the growing popularity of Agile software development, this book begins by identifying the challenges currently facing organizations in terms of their development and maintenance approaches. It presents a comprehensive Composite Agile Method and Strategy as a carefully constructed combination of process elements. The book creates and applies relevant metrics and measurements to the entire CAMS lifecycle—opening up the possibility of improving estimations by project managers. It includes figures, case studies, and tables that illustrate key concepts.
Print ISBN: 978-1-4398-9646-4 eBook ISBN: 978-1-4398-9647-1 April 2013, 6-1/8 x 9-1/4, 280 pp. Suggested Price: $59.95 / £38.99
Print ISBN: 978-1-4398-5118-0 eBook ISBN: 978-1-4398-5119-7 November 2012, 7 x 10, 527 pp. Suggested Price: $83.95 / £51.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Textbook
The Art of Systems Architecting Third Edition
Core Software Security Security at the Source James Ransome McAfee, Santa Clara, California, USA
Aerospace Corporation, Chantilly, Virginia, USA
Anmol Misra
Series: Systems Engineering
Cisco Systems, Inc., San Jose, California, USA
The third edition of this bestselling text explains how to create a system from scratch, presenting invention/design rules together with clear explanations of how to use them. The author supplies practical guidelines for avoiding common systematic failures while implementing new mandates. He uses a heuristics-based approach that provides an organized attack on very ill-structured engineering problems. Examining architecture as a set of decisions that either drive a system to success or doom it to failure, the book provides methods for integrating business strategy with technical architectural decision making.
Introducing users to existing software development life cycle models, this book explains their weakness and shows how to build security practices into these models. After working with Fortune 500 companies, the authors have often seen examples of a breakdown in SDLC practices. They supply a realistic look at how to best apply available Secure Software Development Lifecycle models. The text proposes improvements in applying these models to the software code. Case studies from Linux, Apache, and web applications walk readers through examples of how to implement improved practices.
Print ISBN: 978-1-4200-7913-5 eBook ISBN: 978-1-4398-8758-5 January 2009, 6-1/8 x 9-1/4, 472 pp. Suggested Price: $119.95 / £77.99
Print ISBN: 978-1-4665-6095-6 November 2013, 6-1/8 x 9-1/4, 320 pp. Suggested Price: $79.95 / £49.99
Cloud Enterprise Architecture Pethuru Raj Enterprise Architecture Consultant, Wipro Consulting Services, Bangalore, India
This book examines enterprise architecture (EA) in the context of the surging popularity of cloud computing. It explains the transformation of EA resulting from the strategically significant convergence that cloud computing can achieve. Chapters cover each of the contributing architectures of EA, illustrating the current and impending implications of the cloud on each of them. The author ties together these topics with chapters on cloud integration and composition architecture. He also examines the enterprise cloud, federated clouds, and the vision to establish the InterCloud. Print ISBN: 978-1-4665-0232-1 eBook ISBN: 978-1-4665-0233-8 October 2012, 6-1/8 x 9-1/4, 528 pp. Suggested Price: $83.95 / £51.99
Textbook
Design of Enterprise Systems Theory, Architecture, and Methods Ronald E. Giachetti Florida International University, Miami, USA
This book provides readers with the knowledge and skills necessary to lead enterprise engineering projects. It describes a systematic methodology to design an enterprise system and presents an enterprise architecture that has three views of process, information, and organization. The text includes methods to analyze and design each view and then demonstrates how to integrate them to arrive at the overall enterprise design. The author also includes enterprise project templates in MS Word and Excel, a business process analyzer in Excel, PowerPoint® slides, and solutions for the 200 problems presented in the book. Print ISBN: 978-1-4398-1823-7 eBook ISBN: 978-1-4398-1824-4 January 2010, 7 x 10, 447 pp. Suggested Price: $115.95 / £72.99
Component-Oriented Development and Assembly
Developing and Securing the Cloud
Paradigm, Principles, and Practice using Java
Bhavani Thuraisingham
Piram Manickam
Providing a comprehensive overview of cloud computing technology, this book supplies step-by-step instruction on how to develop and secure cloud computing platforms and web services. It includes a basic-level overview of cloud computing. It outlines a framework for secure cloud computing development and describes supporting technologies such as web services and security. Detailing the various layers of the cloud computing framework, the book includes several examples of cloud products and prototypes, including private, public, and US government clouds.
The University of Texas at Dallas, USA
Infosys Limited, Bangalore, Karnataka, India
S. Sangeetha and S. V. Subrahmanya Infosys Technologies, LTD, Bangalore, India Series: Infosys Press
This book covers component-oriented assembly and development. It examines principles, paradigms, and practices associated with component-oriented software development. Based on the authors’ research and teaching experience, it focuses on principles of component-oriented software development from a technical concepts perspective, designer’s perspective, programmer’s perspective, and manager’s perspective. Covering popular component development frameworks based on Java programming language, it is suitable as a textbook for componentoriented software courses. It is also an ideal reference for those looking to adopt the component-oriented development paradigm.
Print ISBN: 978-1-4398-6291-9 October 2013, 6-1/8 x 9-1/4, 730 pp. Suggested Price: $79.95 / £49.99
Print ISBN: 978-1-4665-8099-2 December 2013, 7 x 10, 192 pp. Suggested Price: $69.95 / £44.99
For more information and a complete list of titles, visit us at www.crcpress.com
Software Engineering & Systems
Mark W. Maier
111
Textbook
Developing Information Systems for Windows and Web Applications in Engineering, Business, and Science Nong Ye and Teresa Wu Arizona State University, Phoenix, USA
Software Engineering & Systems 112
This textbook covers concepts, methods, programming languages, and software tools of designing and developing both Windows-based and web-based information systems, specifically data modeling and design methods. It is designed to enable students and professionals in engineering, business, and science fields to learn up-to-date concepts, methods, and software tools for developing Windows and web-based information systems. A solutions manual and figure slides are available upon qualified course adoption. Print ISBN: 978-1-4398-6059-5 August 2014, 7 x 10, 672 pp. Suggested Price: $129.95 / £82.00
Effective Methods for Software and Systems Integration Boyd L. Summers The Boeing Company, Seattle, Washington, USA
This book supplies the understanding needed to achieve continuous improvements in quality throughout the software life cycle. It defines time-tested methods for systems engineering, software design, software engineering informal/formal builds, software engineering installations, software and systems integration, delivery activities, and product evaluations. Complete with helpful forms, plans, and checklists, the book will help readers deliver projects that are on time and within budget constraints in military and aerospace programs as well as the software industry. Print ISBN: 978-1-4398-7662-6 eBook ISBN: 978-1-4398-7663-3 June 2012, 6-1/8 x 9-1/4, 183 pp. Suggested Price: $104.95 / £66.99
Developing Safety-Critical Software
Encyclopedia of Software Engineering
A Practical Guide for Aviation Software and DO-178C Compliance
Online Version
Leanna Rierson
Phillip A. Laplante
Edited by
Digital Safety Consulting, Wichita, Kansas, USA
The Pennsylvania State University, Malvern, USA
As the complexity and criticality of software increase and projects are pressed to develop software faster and more cheaply, it becomes even more important to ensure that software-intensive systems are reliable and safe. This book helps you develop, manage, and approve safety-critical software more efficiently and effectively. Although the focus is on aviation software and compliance with RTCA/DO-178C and its supplements, the principles also apply to other safety-critical software. Written by an international authority, this book brings you a wealth of best practices, real-world examples, and concrete recommendations.
The online version of the Encyclopedia of Software Engineering covers the multidisciplinary scope of this important field. More than 200 expert contributors and reviewers from industry and academia provide easy-to-read entries that cover software requirements, design, construction, testing, maintenance, configuration management, quality control, and software engineering management tools and methods. Editor Phillip A. Laplante uses the Software Engineering Body of Knowledge (SWEBOK®), as a template for organizing the material.
Print ISBN: 978-1-4398-1368-3 eBook ISBN: 978-1-4398-1369-0 January 2013, 6-1/8 x 9-1/4, 610 pp. Suggested Price: $79.95 / £48.99
Print ISBN: 978-1-4200-5978-6 November 2010, 8-1/2 x 11, 1522 pp., Online/Web Suggested Price: $640.00 / £410.00
Drupal Web Profiles
Enterprise Dynamics Sourcebook
Timi Ogunjobi
Edited by
Web Sesame, Ibadan, Nigeria
Kenneth C. Hoffman, Christopher G. Glazner, William J. Bunting, Leonard A. Wojcik, and Anne Cady
This book demystifies Drupal, one of the most popular content management systems in use today. With stepby-step instruction and worked examples, this is a crucial guide to the next level in content management. This project-based guide offers a complete introduction to installation, configuration, and administration; web analytics; optimization through automatic throttling, bandwidth optimization, and page caching; as well as customization to facilitate the creation, installation, and debugging of modules. Print ISBN: 978-1-4665-0381-6 eBook ISBN: 978-1-4665-0382-3 July 2012, 6-1/8 x 9-1/4, 259 pp. Suggested Price: $62.95 / £40.99
The Enterprise Dynamics Sourcebook presents frameworks and analytical models of the enterprise as a complex system to improve reader’s understanding of its dynamic elements and their interactions. This sourcebook is the product of MITRE-sponsored research on enterprise dynamics and the range of applications pertaining to enterprise transformation programs. Filled with examples, it provides the understanding of the qualitative and quantitative data-analytic methods required to reduce risk and failure rates and enable an organization to operate effectively in today’s complex and ever-changing environment. Print ISBN: 978-1-4200-8256-2 eBook ISBN: 978-1-4200-8257-9 February 2013, 6-1/8 x 9-1/4, 379 pp. Suggested Price: $89.95 / £57.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Extenics and Innovation Methods
Handbook of Mobile Systems Applications and Services
Edited by
Edited by
Wen Cai, Chunyan Yang, Florentin Smarandache, Luigi Vladareanu, Qiaoxing Li, Guangtian Zou, Yanwei Zhao, and Xingsen Li
Anup Kumar
Print ISBN: 978-1-138-00049-0 July 2013, 6-3/4 x 9-3/4, 348 pp. Suggested Price: $159.95 / £99.00
Bin Xie University of Cincinnati, Ohio, USA Series: Mobile Services and Systems
An investigation of the evolution of mobile services technologies, this book provides a complete understanding of these technologies, from fundamentals and theories to implementation protocols and applications. It contains chapters written by internationally recognized researchers who discuss concepts, theory, algorithms, implementations, and new applications. The three sections cover: Building Blocks for Mobile Services Architecture, Middleware for Mobile Services, and Applications, Standards and Performance Evaluation of Mobile Services. It provides a comprehensive reference for students, instructors, researchers, engineers, and other professionals. Print ISBN: 978-1-4398-0152-9 eBook ISBN: 978-1-4398-0153-6 April 2012, 6-1/8 x 9-1/4, 612 pp. Suggested Price: $125.95 / £81.00
From Business Strategy to Information Technology Roadmap A Practical Guide for Executives and Board Members
The IFPUG Guide to IT and Software Measurement Edited by
The International Function Point Users Group (IFPUG)
This book lays out a practical, how-to approach to identifying business strategies and creating valuedriven technology roadmaps in your organization. It uses numerous examples, illustrations, and case studies to show you how to solve the real-world problems that business executives and technology leaders face on a day-to-day basis. Filled with actionable advice you can use immediately, the book introduces Agile and the Lean mindset in a manner that the people in your business and technology departments can easily understand.
Leading software measurement experts share their insight on topics such as measurement programs, function points in measurement, measurement and new technologies, and metrics analysis. Edited by IFPUG’s Management and Reporting Committee, the text is intended for IT project managers, process improvement specialists, measurement professionals, and business professionals interacting with IT. Topics covered include cloud computing, agile development, quantitative project management, process improvement, measurement as a tool in accountability, measuring project ROI, metrics for the CIO, value stream mapping, and benchmarking.
Print ISBN: 978-1-4665-8502-7 eBook ISBN: 978-1-4665-8503-4 May 2013, 6-1/8 x 9-1/4, 298 pp. Suggested Price: $49.95 / £31.99
Print ISBN: 978-1-4398-6930-7 eBook ISBN: 978-1-4398-6934-5 April 2012, 6-1/8 x 9-1/4, 848 pp. Suggested Price: $83.95 / £51.99
Fundamentals of Dependable Computing for Software Engineers
Information Systems and Computing Technology
Tiffany Pham, David K. Pham, and Andrew Pham
Edited by
John Knight
Lei Zhang and Yonggen Gu
University of Virginia, Charlottesville, USA
With the development of information systems, the innovation technologies and their applications continuously appear, such as the Internet of Things, cloud computing, big data, and smart cities. Information Systems and Computing Technology contains 23 technical papers from the International Conference on Information Systems and Computing Technology (ISCT 2013, Wuxi, China, 15-16 September 2013). The book reviews recent advances in information systems and computing technology.
Chapman & Hall/CRC Innovations in Software Engineering and Software Development Series
This book helps software and computer engineers construct software systems that are dependable and within budget and time constraints. Covering the conceptual and definitional structure of the subject, the author describes the computing platforms upon which critical applications operate and how these platforms affect software. He discusses the difficulties in software engineering that lead to software failures and presents rigorous techniques that can greatly improve the quality of software and are becoming available for even large software systems. Print ISBN: 978-1-4398-6255-1 eBook ISBN: 978-1-4665-1820-9 January 2012, 6-1/8 x 9-1/4, 433 pp., Soft Cover Suggested Price: $52.95 / £33.99
Print ISBN: 978-1-138-00115-2 August 2013, 6-3/4 x 9-3/4, 184 pp. Suggested Price: $139.00 / £89.00
For more information and a complete list of titles, visit us at www.crcpress.com
Software Engineering & Systems
The International Symposium on Extenics and Innovation Methods was held in Beijing, August 16-18, 2013. Extenics is a new discipline, which uses formalized models to explore the possibility of extension/transformation of things and to solve contradictory problems. Researchers have proposed extension innovation methods and are applying them to different fields, i.e. information, design, control, automation and management, and constituting extension engineering. Contributions in this volume cover innovation theories and methods, Extenics Theory, Extension Innovation Methods and Interdisciplinary Research within Extenics and other subjects or specific fields.
University of Louisville, Kentucky, USA
113
Intelligent Systems and Decision Making for Risk Analysis and Crisis Response
Textbook
Proceedings of the 4th International Conference on Risk Analysis and Crisis Response, Istanbul, Turkey, 27-29 August 2013
Adolfo Villafiorita
Edited by
Software Engineering & Systems 114
Chongfu Huang and Cengiz Kahraman This proceedings volume contains papers presented at the 4th International Conference on Risk Analysis and Crisis Response (2013). Contributions cover theoretical developments and applications of intelligent systems and decision making for risk analysis and crisis response in numerous areas including catastrophies, threats, debt, terrorism, energy, food, environment, information and the Internet. Print ISBN: 978-1-138-00019-3 July 2013, 6-3/4 x 9-3/4, 950 pp. Suggested Price: $309.95 / £197.00
The Internet of Things in the Cloud A Middleware Perspective Honbo Zhou
Introduction to Software Project Management Bruno Kessler Foundation
A proper development process and sound project management remain the top reasons software projects fail or succeed. This book is an introduction to the area of software project management. After presenting the main definitions and concepts, the book is organized in two main parts. The first part describes the technical activities for developing software and managing projects. The second part of the book organizes the technical activities in a coherent process and shows how this process is customized in practice to fit common software-development scenarios. Print ISBN: 978-1-4665-5953-0 March 2014, 6-1/8 x 9-1/4, 272 pp. Suggested Price: $89.95 / £57.99
Model Based Software Design Adair Dingle Seattle University, Washington, USA
Thomas Hildebrandt TriPlex Software, Mercer Island, Washington, USA
This book provides a panoramic view of the IoT landscape, focusing on the overall technological architecture and design of a tentatively unified IoT system underpinned by different cloud computing paradigms from a middleware perspective. It is based on the author’s two previous bestselling books (in Chinese) on IoT and cloud computing and decades of software/middleware programming and architecting experience. The first part of the book describes IoT, related concepts, and a number of key vertical IoT applications. The second part focuses on middleware. The third part covers cloud computing and IoT. Print ISBN: 978-1-4398-9299-2 eBook ISBN: 978-1-4398-9302-9 October 2012, 6-1/8 x 9-1/4, 391 pp. Suggested Price: $104.95 / £62.99
Software Engineering Series
This reference summarizes the properties and techniques of conceptual modeling and provides analyses of many examples of existing software. It examines the complexity and scale of software systems, including key components, relationships, user interfaces, and persistent data. The authors consider the impact of legacy systems, the inherently local nature of software systems, and the gap between formal software models and effective software development. They show how software models can be used to address increasingly complex systems that include data integrity, regression testing, security, scalability, portability, and usability. Print ISBN: 978-1-4398-4120-4 April 2014, 6 x 9, 250 pp. Suggested Price: $69.95 / £44.99
Introduction to Combinatorial Testing
Model-Driven Development
D. Richard Kuhn, Raghu N. Kacker, and Yu Lei
Jon Whittle, John Hutchinson, and Mark Rouncefield
Chapman & Hall/CRC Innovations in Software Engineering and Software Development Series
This book introduces key concepts and procedures of combinatorial testing, explains how to use software tools for generating combinatorial tests, and shows how this approach can be integrated with existing practice. Detailed explanations and examples clarify how and why to use various techniques. Sections on cost and practical considerations describe tradeoffs and limitations that may impact resources or funding. While the authors introduce some of the theory and mathematics of combinatorial methods, readers can use the methods without in-depth knowledge of the underlying mathematics. Print ISBN: 978-1-4665-5229-6 eBook ISBN: 978-1-4665-5230-2 June 2013, 6-1/8 x 9-1/4, 341 pp. Suggested Price: $69.95 / £44.99
A Practical Approach Lancaster University, UK Chapman & Hall/CRC Innovations in Software Engineering and Software Development Series
Model-driven development (MDD) has been promoted as a natural progression in the development of software systems, but the hype has significantly outweighed the evidence of its successful use in practice. Based on interviews with 30 successful MDD adopters and hundreds of responses to an in-depth survey, this book finally reveals the truth about MDD, explaining how it works in practice. Helping readers avoid the trap of starting a costly adoption process without first knowing the truth, the authors provide hard facts based on industry evidence that shows where, how, and why MDD works. Print ISBN: 978-1-4665-0195-9 May 2014, 6-1/8 x 9-1/4, 200 pp., Soft Cover Suggested Price: $59.95 / £38.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Benoit Combemale, Robert France, Jean-Marc Jézéquel, Didier Vojtisek, James Richard Heron Steel, and Bernhard Rumpe Chapman & Hall/CRC Innovations in Software Engineering and Software Development Series
This book introduces model-driven approaches in software development using a pragmatic presentation that includes foundational sidebars and industrial experiences. Suitable as a textbook for master students in software engineering, it is also an ideal reference for professional software engineers. The book leverages experiences from the modeling community to provide a broader view of the use of models in software development. It fills a gap in the literature by providing a body of knowledge representative of the recent evolution in the model-driven engineering domain. Print ISBN: 978-1-4665-8373-3 June 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $69.95 / £44.99
Return On Process (ROP) Getting Real Performance Results from Process Improvement Michael West Natural SPI Inc., Salt Lake City, Utah, USA
Many organizations spend hundreds of thousands or millions of dollars on process improvement but never realize business performance results. Executives and organizational leaders pursue only those improvement initiatives that can yield measurable performance gains. This book defines how to achieve real business performance results from process improvement, thus filling a major information void in the economy. It explains how to set performance and process improvement goals, shows how to measure process improvement results, and details how to lead a performance culture. It also presents metrics for business performance and defines the relationship between performance and process. Print ISBN: 978-1-4398-8639-7 eBook ISBN: 978-1-4398-8641-0 March 2013, 6-1/8 x 9-1/4, 390 pp. Suggested Price: $69.95 / £44.99
Netcentric System of Systems Engineering with DEVS Unified Process
Secure Data Provenance and Inference Control with Semantic Web
Saurabh Mittal
Bhavani Thuraisingham, Tyrone Cadenhead, Murat Kantarcioglu, and Vaibhav Khadilkar
Dunip Technologies, Tempe, Arizona, USA
José L. Risco Martín Universidad Complutense de Madrid, Spain
Model-driven engineering (MDE) offers a promising approach to realize systems of systems (SoS). However, MDE has largely been unachieved in complex dynamical systems and netcentric SoS, in part because modeling and simulation frameworks are not designed for SoS composability. Addressing this gap, this groundbreaking book presents a platform-independent modeling and simulation methodology for realizing the MDE vision using DEVS Unified Process (DUNIP). Addressing the increasing complexity facing heterogeneous systems, it provides a foundation for netcentric SoS software and systems engineering and executable architectures using DoDAF. Print ISBN: 978-1-4398-2706-2 eBook ISBN: 978-1-4398-2707-9 February 2013, 6-1/8 x 9-1/4, 712 pp. Suggested Price: $169.95 / £108.00
Textbook
Requirements Engineering for Software and Systems
With the explosion of information on the web, it is critical to understand the provenance of the data, which includes its pedigree, quality, and accuracy. At the same time, the provenance data must be secured. This book describes a detailed step-by-step approach to securing provenance data and ensuring that the data cannot be subject to inference attacks. It presents solutions with case studies in the healthcare domain, describes the design and implementation of a policy engine for provenance, and demonstrates the use of semantic web technologies as well as cloud computing technologies for enhancing the scalability of solutions. Print ISBN: 978-1-4665-6943-0 March 2014, 6-1/8 x 9-1/4, 480 pp. Suggested Price: $89.95 / £57.99
Security for Service Oriented Architectures Walter Williams
Second Edition
Series: Nano and Energy
Phillip A. Laplante
Providing a comprehensive guide to security for web services and SOA, this book covers in detail all recent standards that address web service security, including XML Encryption, XML Signature, WS-Security, and WSSecureConversation. It also reviews recent research on access control for simple and conversation-based web services, advanced digital identity management techniques, and access control for web-based workflows. With illustrative examples and analyses of critical issues, the book is a solid reference on web service standards, a practical overview for researchers looking for innovative new directions, and a suitable textbook on advanced topics in computer and system security.
The Pennsylvania State University, Malvern, USA Series: Applied Software Engineering Series
Vastly updated and expanded, Requirements Engineering for Software and Systems, Second Edition presents new material derived from the experiences of professors who have used the text in their classrooms. In addition to new exercises and updated references in every chapter, this edition updates all chapters with the latest applied research and industry practices. It illustrates key ideas associated with requirements engineering using case studies and example systems, including an airline baggage handling system, a point of sale system for a large pet store chain, a control system for a smart home, and a wet well pumping system. Print ISBN: 978-1-4665-6081-9 October 2013, 6-1/8 x 9-1/4, 324 pp. Suggested Price: $99.95 / £63.99
Print ISBN: 978-1-4665-8402-0 May 2014, 6-1/8 x 9-1/4, 320 pp., Soft Cover Suggested Price: $69.95 / £44.99
For more information and a complete list of titles, visit us at www.crcpress.com
Software Engineering & Systems
Models for Software-Intensive System Development
115
Software Application Development
Textbook
A Visual C++, MFC, and STL Tutorial
Theory and Practice
Bud Fox, Ph.D., Zhang Wenzu, Ph.D. and Tan May Ling, M.Sc.
Carlos E. Otero
Institute of High Performance Computing, Singapore Chapman & Hall/CRC Computer & Information Science Series
Software Engineering & Systems
This book provides a detailed account of the software development process using Visual C++, MFC, and STL. It covers everything from the design to the implementation of all software modules, resulting in a demonstration application prototype which may be used to efficiently represent mathematical equations, perform interactive and intuitive model-building, and conduct control engineering experiments. All computer code is included, so developers can extend and reuse the software modules for their own project work. The book’s tutorial-like approach empowers students and practitioners with the knowledge and skills required to perform quality, real-world software engineering. Print ISBN: 978-1-4665-1100-2 eBook ISBN: 978-1-4665-1101-9 August 2012, 7 x 10, 1216 pp., Soft Cover Suggested Price: $83.95 / £51.99
Software Designers in Action
Applied Software Engineering Series
This text uses examples, review questions, lab exercises, and case study assignments to explain the concepts that are immediately relevant to software designers. Providing students and practitioners with the understanding needed to design complex software systems, it starts with a review of software design fundamentals. It presents a formal top-down design process that consists of several design activities with varied levels of detail. For each topic discussed, it includes a step-by-step breakdown of the execution of the design solution, along with an evaluation, discussion, and justification for using that solution. Print ISBN: 978-1-4398-5168-5 eBook ISBN: 978-1-4665-1016-6 June 2012, 7 x 10, 368 pp. Suggested Price: $99.95 / £60.99
Textbook
A Human-Centric Look at Design Work
Software Engineering Practice
Edited by
A Case Study Approach
Andre Van Der Hoek University of California, Irvine, USA
Marian Petre
116
Software Engineering Design
Thomas B. Hilburn, Massood Towhidnejad, and Salamah Salamah
The Open University, Milton Keynes, UK
Embry-Riddle Aeronautical University, Daytona Beach, Florida, USA
Chapman & Hall/CRC Innovations in Software Engineering and Software Development Series
Chapman & Hall/CRC Innovations in Software Engineering and Software Development Series
This book examines how developers actually perform software design in their day-to-day work. It offers a comprehensive look at early software design, exploring the work of professional designers from a range of different viewpoints. Divided into four sections, the book discusses various theoretical examinations of the nature of software design and particular design problems, critically assesses the processes and practices that designers follow, presents in-depth accounts of key supporting elements of design, and explores the role of human interaction in software design.
This textbook explains software engineering through the use of a case study on the software development lifecycle. The case study covers the development of a DigitalHome (DH) System. A set of scenarios that provide a realistic framework for use of the DH System material are included along with exercises that provide students with an opportunity to engage in the software development practice within a team environment. Each chapter includes mini tutorials that introduce various software engineering topics discussed. Teacher notes and other web resources are available upon qualified course adoption.
Print ISBN: 978-1-4665-0109-6 eBook ISBN: 978-1-4665-0110-2 September 2013, 7 x 10, 452 pp. Suggested Price: $69.95 / £44.99
Print ISBN: 978-1-4665-9167-7 May 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $79.95 / £49.99
Textbook
Software Metrics
Software Engineering The Current Practice
A Rigorous and Practical Approach, Third Edition
Vaclav Rajlich
Norman Fenton
Wayne State University, Detroit, Michigan, USA
Queen Mary University of London, UK
Chapman & Hall/CRC Innovations in Software Engineering and Software Development Series
James Bieman
This text teaches students basic software engineering skills and helps practitioners refresh their knowledge and explore recent developments in the field. It covers the most common iterative processes: agile, directed, and centralized processes. The book also discusses the role of software change in these processes and the phases of software change, including concept location, impact analysis, refactoring, actualization, and verification. The text journeys through the software life span from the initial development of software from scratch to the final stages that lead toward software closedown.
This book provides an up-to-date and rigorous framework for controlling, managing, and predicting software development processes. Emphasizing real-world applications, the authors apply basic ideas in measurement theory to quantify software development resources, processes, and products. The text offers an accessible and comprehensive introduction to software metrics. It features extensive case studies in addition to worked examples and exercises. This new edition covers current research and practical applications of cost estimation methods in practice.
Print ISBN: 978-1-4398-4122-8 eBook ISBN: 978-1-4398-8643-4 November 2011, 6-1/8 x 9-1/4, 315 pp. Suggested Price: $83.95 / £48.99
Colorado State University, Fort Collins, USA
Print ISBN: 978-1-4398-3822-8 June 2014, 6 x 9, 652 pp. Suggested Price: $69.95 / £44.99
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Software Test Attacks to Break Mobile and Embedded Devices
Testing and Test Automation for Mobile Phone Applications
Jon Duncan Hagar
Julian Mark Alistair Harty
Chapman & Hall/CRC Innovations in Software Engineering and Software Development Series
Consultant, Hemel Hempstead, UK
Print ISBN: 978-1-4665-7530-1 eBook ISBN: 978-1-4665-7531-8 September 2013, 7 x 10, 377 pp., Soft Cover Suggested Price: $59.95 / £38.99
Chapman & Hall/CRC Innovations in Software Engineering and Software Development Series
Written by an expert in software testing, this book provides a primer on ways to test mobile phone applications, both interactively and using test automation. The author shares his own experience and that of other expert colleagues, through specific details and examples. The book will cover the full software lifecycle from creation to user feedback for installed and web-based mobile applications. Print ISBN: 978-1-4665-9437-1 May 2014, 5-1/2 x 8-1/2, 150 pp., Soft Cover Suggested Price: $39.95 / £25.99
Software Testing
The Architecture of Software and Systems
A Craftsman’s Approach, Fourth Edition
Raghvinder Sangwan
Textbook
Paul C. Jorgensen Grand Valley State University, Allendale, Michigan, USA
The fourth edition of the widely adopted text and reference book is completely revised and updated and features a new section on Life Cycle-Based Testing. New chapters cover Software Complexity and Mutation Testing and Error Seeding. The text continues to provide a solid mathematical background in discrete mathematics and linear graph theory that is fundamental to understating software testing. The book describes specification-based (functional) and codebased (structural) test development techniques, while extending this theoretical approach to less understood levels of integration and system testing. Print ISBN: 978-1-4665-6068-0 November 2013, 7 x 10, 494 pp. Suggested Price: $99.95 / £63.99
Malvern, Pennsylvania, USA Applied Software Engineering Series
This book examines the role of system architecture in software. Explaining the tools used for creating and managing architectures of such systems, the author helps practitioners become more effective in developing large-scale software-intensive systems. The text covers the forces that shape this architecture; the role of architectural design patterns and tactics in addressing these forces; techniques, methods, and tools for creating, documenting, and evaluating an architecture; and reusing architectural assets through product lines.
Software Engineering & Systems
This book presents an attack basis for testing mobile and embedded systems in smart devices. It explains patterns and techniques ranging from simple mind mapping to sophisticated test labs. For traditional testers moving into the mobile and embedded area, the book bridges the gap between IT and mobile/embedded system testing. It illustrates how to apply both traditional and new approaches. For those working with mobile/embedded systems without an extensive background in testing, the book brings together testing ideas, techniques, and solutions that are immediately applicable to testing smart and mobile devices.
Print ISBN: 978-1-4398-4916-3 June 2014, 6-1/8 x 9-1/4, 240 pp. Suggested Price: $89.95 / £49.99
117 Systems Engineering Principles for Software Engineers
User Interface Software
Ray J. Madachy University of Southern California, USA
Manuel Perez-Quinones, Pardha Pyla, and Manas Tungare
Chapman & Hall/CRC Innovations in Software Engineering and Software Development Series
Virginia Polytechnic Institute and State University, Blacksburg, USA
This book’s holistic approach to developing complex systems clarifies the overall context of where the critical software resides, helping software engineers create more effective systems. It examines proven quantitative and qualitative systems engineering principles for those working on large-scale software systems. The text shows how to use systems engineering methods based on the fundamentals of probability/statistics, decision analysis, modeling and simulation, cost estimation, and systems architecting heuristic approaches. Print ISBN: 978-1-4398-4492-2 June 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $89.95 / £57.99
Principles and Technologies
Series: Chapman & Hall/CRC Textbooks in Computing
A timely contribution to the literature of human-computer interaction, this text explains how to build interactive software, applying principles from the fields of human-computer interaction, psychology, and software engineering. The book’s primary emphasis is on how to build interactive software, with a secondary emphasis on what makes systems easy to use. It uses several different styles of user interfaces (desktop, mobile, web) to illustrate the principles behind building interactive software, and employs several languages and technologies throughout. Coverage includes new technologies, such as mashups and RSS feeds, and a discussion of social software principles. Print ISBN: 978-1-4200-8252-4 May 2014, 6-1/8 x 9-1/4, 300 pp. Suggested Price: $79.95 / £49.99
For more information and a complete list of titles, visit us at www.crcpress.com
2D Graphics Programming for Games....................................66 3D Animation for the Raw Beginner Using Maya....................29 3D Engine Design for Virtual Globes.......................................29 3D Game Engine Design: A Practical Approach to Real-Time Computer Graphics............................................29 3D Math Primer for Graphics and Game Development, 2nd Edition.............................................................................67 3D Photography.....................................................................29
A
Title Index 118
Ad Hoc Mobile Wireless Networks: Principles, Protocols, and Applications, Second Edition...........................................89 Adaptive Multi-reservoir-based Flood Control and Management for the Yellow River: Towards a Next Generation Software System - UNESCO-IHE PhD Thesis..........................................23 Adaptive, Dynamic, and Resilient Systems............................110 Advanced High Dynamic Range Imaging: Theory and Practice................................................................30 Advanced Location-Based Technologies and Services.............60 Advanced Video Communications over Wireless Networks.....30 Advanced Virtual Machine Design and Implementation.......110 Advances in Applied Human Modeling and Simulation..........51 Advances in Biometrics for Secure Human Authentication and Recognition.....................................................................74 Advances in Machine Learning and Data Mining for Astronomy........................................................................41 Affective Computing: Theory, Methods, and Applications......74 Agent-Based Modeling and Simulation with Swarm...............53 Agile Strategy Management: Techniques for Continuous Alignment and Improvement..............................80 Algebraic and Stochastic Coding Theory................................37 Algebraic Curves in Cryptography..........................................37 Algebraic Number Fields and Their Completions....................46 Algorithmic Techniques for the Polymer Sciences.....................3 Algorithms for Next-Generation Sequencing............................6 Ambient Diagnostics..............................................................41 Analysis of Categorical Data with R...........................................6 Analysis of Complex Diseases: A Mathematical Perspective.......6 Analysis of Mixed Data: Methods & Applications......................6 Analysis of Variance for Functional Data....................................7 Android Security: Attacks and Defenses................................110 Anonymous Communication Networks: Protecting Privacy on the Web................................................89 Antipatterns: Managing Software Organizations and People, Second Edition..................................................110 Applications of Combinatorial Matrix Theory to Laplacian Matrices of Graphs..............................................46 Applications of Proteomics to Cell Signaling.............................7 Applied Combinatorics, Second Edition..................................38 Applied Data Mining..............................................................41 Applied Medical Image Processing: A Basic Course, Second Edition.......................................................................30 Applied Medical Statistics Using SAS.........................................7 Applied Meta-Analysis with R....................................................7 Applied Nonparametric Statistical Methods, Fourth Edition......7 Applied Survey Data Analysis....................................................7 Applying Analytics: A Practical Introduction............................96 Applying Guiding Principles of Effective Program Delivery......80 Approaches to Rhythm Game Design.....................................63 Approximate Iterative Algorithms...........................................53 Architecting Software Intensive Systems: A Practitioners Guide............................................................110 Architectural Approach to Level Design..................................67 ARM Assembly Language: Fundamentals and Techniques......23 Art of Systems Architecting, Third Edition.............................111 Artificial Intelligence for Games..............................................63 Artificial Intelligence in Power System Optimization...............60 Automatic Defense Against Zero-day Polymorphic Worms in Communication Networks....................................................100 Automation of Logic...............................................................59
B Background Modeling and Foreground Detection for Video Surveillance..................................................................53 Bayesian Data Analysis, Third Edition........................................8 Bayesian Disease Mapping: Hierarchical Modeling in Spatial Epidemiology, Second Edition.......................................8 Bayesian Ideas and Data Analysis: An Introduction for Scientists and Statisticians...................................................8 Bayesian Methods for Data Analysis, Third Edition....................8 Bayesian Methods in Health Economics....................................8 Bayesian Phylogenetics: Methods, Computational Algorithms, and Applications.......................................................................8 Bayesian Programming...........................................................53
Big Data and Business Analytics..............................................72 Big Data Computing..............................................................41 Big Data Mining: A Strategic Decision Making Approach.......73 Big Data: Techniques and Technologies in Geoinformatics.....60 Bioinformatics Database Systems............................................41 Bioinformatics Ethics.................................................................9 Biometric Technology: Authentication, Biocryptography, and Cloud-Based Architecture................................................54 Biometrics: From Fiction to Practice........................................54 Biostatistics in Action: Basic and Advanced Statistical Modeling Using SPSS................................................9 Blender for Animation and Film-based Production..................67 Bring Your Own Devices (BYOD) Survival Guide.....................96 Broadband RF and Microwave Amplifiers................................90 Building a Programmable Logic Controller with a PIC16F648A Microcontroller........................................23 Building Next-Generation Converged Networks: Theory and Practice................................................................90 Business Analysis for Business Intelligence...............................80 Business Analytics: An Introduction.........................................81 Business-Driven IT-Wide Agile (Scrum) and Kanban (Lean) Implementation: An Action Guide for Business and IT Leaders........................................................................81 Buying, Supporting, Maintaining Software and Equipment: An IT Manager’s Guide to Controlling the Product Lifecycle...97
C C# Game Development Cookbook for Unity 3D.....................67 C: From Theory to Practice.....................................................98 CISO Handbook: A PRACTICAL GUIDE TO SECURING YOUR COMPANY..................................................................100 Classification and Regression Trees...........................................9 Cloud and Virtual Data Storage Networking...........................97 Cloud Computing and Digital Media: Fundamentals, Techniques, and Applications.................................................90 Cloud Computing: Data-Intensive Computing and Scheduling......................................................................48 Cloud Database Development and Management...................73 Cloud Enterprise Architecture...............................................111 Clustering: A Data Recovery Approach, Second Edition..........42 CoArrays: Parallel Programming in Fortran.............................48 CoCo: The Colorful History of Tandy’s Underdog Computer...24 Combinatorial Maps: Theory and Applications in Computer Graphics and Image Processing.........................30 Combinatorial Scientific Computing.......................................48 Combinatorics of Permutations, Second Edition.....................46 Combinatorics of Set Partitions...............................................46 Communication and Networking in Smart Grids....................90 Communication System Security............................................38 Complete Book of Data Anonymization: From Planning to Implementation........................................100 Complete Project Management Office Handbook, Third Edition...........................................................................81 Component- Oriented Development and Assembly: Paradigm, Principles, and Practice using Java........................111 Comprehensive Guide to Enterprise Mobility..........................81 Computability Theory, Second Edition......................................3 Computation for Humanity: Information Technology to Advance Society.................................................................75 Computational and Visualization Techniques for Structural Bioinformatics using Chimera...................................9 Computational Business Analytics...........................................42 Computational Intelligent Data Analysis for Sustainable Development.........................................................................42 Computational Model of Immune Response.............................9 Computational Modeling for Anthropometry.........................60 Computational Modelling of Objects Represented in Images III: Fundamentals, Methods and Applications...............9 Computational Neuroscience: Simulated Demyelinating Neuropathies and Neuronopathies.........................................10 Computational Number Theory.............................................38 Computational Quantum Mechanics for Nuclear Physics.......49 Computational Systems Biology of Cancer.............................10 Computational Thinking for the Modern Problem Solver..........3 Computational Vision and Medical Image Processing IV: VIPIMAGE 2013......................................................................10 Computer Access for People with Disabilities: A Human Factors Approach...............................................................................51 Computer Aided Design: A Conceptual Approach..................24 Computer Graphics Through OpenGL: From Theory to Experiments...........................................................................31 Computer Graphics: From Pixels to Programmable Graphics Hardware...............................................................................30 Computer Graphics: Theory and Practice...............................30
Computer Organization, Design, and Architecture, Fifth Edition............................................................................24 Computer Security Literacy: Staying Safe in a Digital World.. 100 Computer System Reliability: Safety and Usability...................24 Computer Systems Experiences of Users with and Without Disabilities: An Evaluation Guide for Professionals...................52 Computer-Aided Control Systems Design: Practical Applications Using MATLAB® and Simulink®..............75 Computing Ethics: A Multicultural Approach..........................24 Computing Handbook, Third Edition: Computer Science and Software Engineering...........................3 Computing Handbook, Third Edition: Information Systems and Information Technology..................81 Computing Handbook, Third Edition: Two-Volume Set..........81 Computing: A Historical and Technical Perspective.................60 Concise Introduction to Data Structures using Java..................3 Concise Introduction to Programming in Python......................3 Conflict and Cooperation in Cyberspace: The Challenge to National Security......................................100 Contemporary Artificial Intelligence........................................54 Contemporary High Performance Computing: From Petascale toward Exascale..............................................49 Contrast Data Mining: Concepts, Algorithms, and Applications.....................................................................42 Convergence Through All-IP Networks...................................90 Cooperative Control of Multi-agent Systems: A Consensus Region Approach...............................................75 Core Software Security: Security at the Source.....................111 Coverbal Synchrony in Human-Machine Interaction...............52 Creation of a Conscious Robot: Mirror Image Cognition and Self-Awareness.................................................................57 Creative, Efficient, and Effective Project Management............82 Criminal Financial Investigations: The Use of Forensic Accounting Techniques and Indirect Methods of Proof, Second Edition.......................................................................71 Critical Infrastructure: Homeland Security and Emergency Preparedness, Third Edition...........................72 Cross-Cultural Design for IT Products and Services.................52 Cryptography: Theory and Practice, Third Edition..................38 Cryptology: Classical and Modern with Maplets.....................38 Culture and Trust in Technology-Driven Organizations...........82 Customer and Business Analytics: Applied Data Mining for Business Decision Making Using R.....................................42 Cyber Power: Crime, Conflict and Security in Cyberspace....101 Cyber Warfare and the Private Sector...................................101 Cybersecurity for Industrial Control Systems: SCADA, DCS, PLC, HMI, and SIS..........................................101 Cyberspace and Cybersecurity..............................................101
D Data Analysis Using Stata, Third Edition..................................10 Data Analytics: A Problem-Solving Approach..........................42 Data Clustering: Algorithms and Applications.........................43 Data Governance: Creating Value from Information Assets.....73 Data Mining for Bioinformatics...............................................43 Data Mining Mobile Devices..................................................43 Data Mining with R: Learning with Case Studies.....................43 Data Mining: Theories, Algorithms, and Examples..................43 Database Design Using Entity-Relationship Diagrams, Second Edition.......................................................................73 Database Practitioner’s Guide to Useable Mathematics...........73 Data-Intensive Science............................................................49 Decision Model: A Business Logic Framework Linking Business and Technology........................................................73 Defense against the Black Arts: How Hackers Do What They Do and How to Protect against It........................101 Definitive Guide to Complying with the HIPAA/HITECH Privacy and Security Rules.....................................................101 Delaunay Mesh Generation......................................................4 Design and Construction of an RFID-enabled Infrastructure: The Next Avatar of the Internet.......................97 Design and Implementation of 3D Graphics Systems.............31 Design of Enterprise Systems: Theory, Architecture, and Methods........................................................................111 Designing Scientific Applications on GPUs..............................49 Desktop Grid Computing.......................................................49 Determining Project Requirements, Second Edition: Mastering the BABOK® and the CBAP® Exam..........................82 Developing and Securing the Cloud.....................................111 Developing Essbase Applications: Advanced Techniques for Finance and IT Professionals..............................................74 Developing Information Systems for Windows and Web Applications in Engineering, Business, and Science...............112 Developing Safety-Critical Software: A Practical Guide for Aviation Software and DO-178C Compliance.......................112
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
E Effective Methods for Software and Systems Integration.......112 Effective Surveillance for Homeland Security: Balancing Technology and Social Issues................................................102 Electric Power Systems: Advanced Forecasting Techniques and Optimal Generation Scheduling......................................75 Electrical Measuring Instruments and Measurements..............89 Electronic Chart Display and Information System (ECDIS): An Operational Handbook......................................................76 Electronic Health Record: A Systems Analysis of the Medications Domain..............................................................82 Electronically Stored Information: The Complete Guide to Management, Understanding, Acquisition, Storage, Search, and Retrieval............................................................102 Elements of Quantum Computation and Quantum Communication.....................................................................61 Embedded and Networking Systems: Design, Software, and Implementation...............................................................25 Embedded Systems and Wireless Technology: Theory and Practical Applications...........................................91 Embedded Systems Circuits and Programming......................25 Empowering Project Teams: Using Project Followership to Improve Performance.........................................................82 Encyclopedia of Information Assurance 4 Volume Set (Print).............................................................102 Encyclopedia of Library and Information Sciences, Third Edition (Print Version)....................................................25 Encyclopedia of Software Engineering, Online Version..........112 End to End Adaptive Congestion Control in TCP/IP Networks...78 Ensemble Methods: Foundations and Algorithms...................43 Enterprise 2.0: Social Networking Tools to Transform Your Organization..................................................................82 Enterprise Architecture A to Z: Frameworks, Business Process Modeling, SOA, and Infrastructure Technology......................97 Enterprise Architecture and Information Assurance: Developing a Secure Foundation..........................................103 Enterprise Dynamics Sourcebook..........................................112 Enterprise Security Architecture: A Business-Driven Approach.................................................103 Essential Mathematics for Games and Interactive Applications: A Programmer’s Guide, Second Edition.............67 Essential Program Management Office...................................83 Essentials of Cloud Computing...............................................78 Ethics in IT Outsourcing..........................................................83 Event History Analysis with R..................................................11 Event Mining: Theory, Algorithms, and Applications...............44 Exercises in Programming Style..............................................98 Expert Bytes: Computer Expertise in Forensic Documents Players, Needs, Resources and Pitfalls.....................................44 Explorations in Computing: An Introduction to Computer Science......................................4
Explorations in Computing: An Introduction to Computer Science and Python Programming.........................98 Exploratory Data Analysis with MATLAB, Second Edition........11 Extending the Internet of Things: Towards a Global and Seemless Integration........................................................91 Extending the Linear Model with R: Generalized Linear, Mixed Effects and Nonparametric Regression Models.............11 Extenics and Innovation Methods.........................................113
F Fieldbus and Networking in Process Automation....................91 Financial Crimes: A Threat to Global Security........................103 First Course in Machine Learning............................................54 FISMA Principles and Best Practices: Beyond Compliance.....103 Flexible Imputation of Missing Data.......................................11 Formal Cell Biology: An Introduction to Formal Methods in Systems Biology.......................................11 Formal Languages and Computation: Models and Their Applications................................................59 Formation Control of Multi-Robot Systems.............................76 Foundation of Digital Electronics and Logic Design................25 Foundational and Applied Statistics for Biologists Using R.......12 Foundations of Fuzzy Logic and Semantic Web Languages.....78 Foundations of Interconnection Networks..............................92 Foundations of Predictive Analytics.........................................44 Foundations of Semantic Web Technologies...........................78 Foundations of Statistical Algorithms......................................12 From Business Strategy to Information Technology Roadmap: A Practical Guide for Executives and Board Members ...................................................................113 From Projects to Programs: A Project Manager’s Journey........83 Frugal CISO: Using Innovation and Smart Approaches to Maximize Your Security Posture............................................103 Functional Start to Computing with Python.............................4 Fundamentals in Modeling and Control of Mobile Manipulators..............................................................58 Fundamentals of Biometrics....................................................54 Fundamentals of Computer Graphics.....................................31 Fundamentals of Dependable Computing for Software Engineers...............................................................113 Future of Wireless Networks: Architectures, Protocols, and Services...........................................................................92
G Game AI Pro: Collected Wisdom of Game AI Professionals......63 Game Design Theory: A New Philosophy for Understanding Games............................................................63 Game Design Workshop, Third Edition...................................64 Game Development for iOS with Unity3D..............................67 Game Development Tools, Second Edition.............................64 Game Engine Architecture, Second Edition.............................68 Game Feel: A Game Designer’s Guide to Virtual Sensation......64 Game Magic: A Designer’s Guide to Magic Systems in Theory and Practice................................................................64 Game Physics.........................................................................64 Game Physics Engine Development: How to Build a Robust Commercial-Grade Physics Engine for your Game......64 Game Theory in Communication Networks: Cooperative Resolution of Interactive Networking Scenarios......................92 Game Usability: Advancing the Player Experience...................65 Game-Theoretical Models in Biology......................................12 Garbage Collection Handbook: The Art of Automatic Memory Management.............................................................4 Generalized Estimating Equations, Second Edition..................12 Genome Annotation...............................................................12 Geocomputation, Second Edition...........................................61 Geographical Information Systems: Trends and Technologies....25 Getting Started with Business Analytics: Insightful Decision-Making ....................................................54 GIS Fundamentals, Second Edition.........................................61 GIS: A Computing Perspective, Second Edition.......................25 GPU Pro 2..............................................................................68 GPU PRO 3: Advanced Rendering Techniques........................69 GPU Pro 4: Advanced Rendering Techniques..........................68 GPU Pro 5: Advanced Rendering Techniques..........................68 GPU Pro: Advanced Rendering Techniques.............................68 Granular Computing: Analysis and Design of Intelligent Systems.............................................................76 Graph Theory and Its Applications, Second Edition................47 Graphics Interface 2013.........................................................31 Graphics Shaders, Third Edition..............................................31 Graphs & Digraphs, Fifth Edition............................................47 Green Communications and Networking...............................92
Green Computing Book: Tackling Energy Efficiency at Large Scale.........................................................................49 Green Computing: Tools and Techniques for Saving Energy, Money, and Resources............................................................83 Green ICT & Energy: From Smart to Wise Strategies...............97 Group Theoretic Cryptography..............................................38 Growth Curve Analysis and Visualization Using R ...................12 Guide to Algorithm Design: Paradigms, Methods, and Complexity Analysis..................................................................5 Guide to IT Contracting: Checklists, Tools, and Techniques....83 Guide to the De-Identification of Personal Health Information...................................................83
H Handbook of 3D Machine Vision: Optical Metrology and Imaging.............................................55 Handbook of Applied Cryptography.......................................39 Handbook of Aviation Human Factors, Second Edition...........52 Handbook of Collective Robotics: Fundamentals and Challenges................................................58 Handbook of Differential Entropy...........................................26 Handbook of Elliptic and Hyperelliptic Curve Cryptography, Second Edition.......................................................................39 Handbook of Energy-Aware and Green Computing - Two Volume Set...................................................................26 Handbook of Finite Fields.......................................................39 Handbook of Finite State Based Models and Applications.........5 Handbook of Graph Drawing and Visualization......................32 Handbook of Graph Theory, Second Edition...........................47 Handbook of Linear Algebra, Second Edition..........................61 Handbook of Markov Chain Monte Carlo...............................13 Handbook of Mixed Membership Models and Their Applications............................................................55 Handbook of Mobile Systems Applications and Services.......113 Handbook of SAS® DATA Step Programming..........................13 Handbook of SCADA/Control Systems Security....................103 Handbook of Statistical Analyses using R, Third Edition...........13 Handbook of Statistical Analyses using SAS, Third Edition.......13 Handbook of Statistical Analyses Using Stata, Fourth Edition..13 Handbook of Statistical Graphics Using SAS............................13 Handbook of Univariate and Multivariate Data Analysis with IBM SPSS, Second Edition...............................................14 Handbook on Mobile and Ubiquitous Computing: Status and Perspective............................................................92 Handbook on Soft Computing for Video Surveillance.............55 Handling Missing Data in Social Research...............................14 Hardware Security: Design, Threats, and Safeguards..............39 Healthcare Informatics: Improving Efficiency and Productivity....84 High Performance Agent-Based Modeling..............................50 High Performance Computing: Programming and Applications..............................................50 High Performance Parallel I/O................................................50 High Performance Programming for Soft Computing.............76 High Performance Visualization: Enabling Extreme-Scale Scientific Insight.....................................................................32 High Value Manufacturing: Advanced Research in Virtual and Rapid Prototyping: Proceedings of the 6th International Conference on Advanced Research in Virtual and Rapid Prototyping, Leiria, Portugal, 1-5 October, 2013....................26 Honoring the Code: Conversations with Great Game Designers............................................................65 How I Discovered World War II’s Greatest Spy and Other Stories of Intelligence and Code..........................104 HTML5 Game Engines: App Development and Distribution...68 Human Activity Recognition: Using Wearable Sensors and Smartphones...................................................................55 Human Factors Engineering and Ergonomics: A Systems Approach, Second Edition......................................52 Human Factors in Simple and Complex Systems, Second Edition.......................................................................52 Human–Computer Interaction Handbook: Fundamentals, Evolving Technologies, and Emerging Applications, Third Edition......................................................53 Human-Robot Interaction in Social Robotics...........................58
I Identification and Management of Distributed Data: NGN, Content-Centric Networks and the Web.......................92 IFPUG Guide to IT and Software Measurement.....................113 Image Analysis, Classification, and Change Detection in Remote Sensing: With Algorithms for ENVI/IDL, Second Edition.........................................................................5 Image and Video Compression: Fundamentals, Techniques and Applications.....................................................................32
For more information and a complete list of titles, visit us at www.crcpress.com
Title Index
Digital Forensics Explained...................................................102 Digital Forensics for Handheld Devices.................................102 Digital Geometry in Image Processing....................................31 Digital National Security: Cyberdefense and Cyber Operations..........................................................102 Disasters 2.0: The Application of Social Media Systems for Modern Emergency Management.....................................77 Discovering Structural Equation Modeling Using Stata 13 (Revised Edition).....................................................................10 Discrete Algorithmic Mathematics, Third Edition....................47 Discrete and Continuous Simulation: Theory and Practice......60 Discrete Dynamical Systems and Chaotic Machines: Theory and Applications...........................................................4 Discrete Mathematics with Ducks...........................................47 Discrete Structures and Their Interactions...............................47 Distributed Data Fusion for Network-Centric Operations........90 Distributed Networks: Intelligence, Security, and Applications.....75 Distributed Sensor Networks, Second Edition: Image and Sensor Signal Processing.......................................91 Distributed Sensor Networks, Second Edition: Sensor Networking and Applications......................................91 Distributed Sensor Networks, Second Edition: Two Volume Set.....................................................................91 Distributed Systems: An Algorithmic Approach, Second Edition.........................................................................4 Disturbance Observer Based Control: Methods and Applications......................................................75 Drupal Web Profiles..............................................................112 Dynamic Documents with R and knitr....................................10 Dynamic RAM: Technology Advancements.............................24 Dynamic Web Programming and HTML5...............................77 Dynamical Models in Medicine...............................................11
119
Title Index 120
Image Processing and Analysis with Graphs: Theory and Practice................................................................32 Image Processing for Cinema.................................................32 Image Processing Handbook, Sixth Edition.............................32 Image Restoration: Fundamentals and Advances....................33 Image Statistics in Visual Computing......................................33 Image Super-Resolution and Applications...............................33 Impact of Healthcare Informatics on Quality of Patient Care and Health Services............................................84 Implementing Program Management: Templates and Forms Aligned with the Standard for Program Management, Third Edition (2013) and Other Best Practices........................84 Implementing Reproducible Research.....................................14 Improving the Performance of Wireless LANs: A Practical Guide...................................................................93 In Silico Bees...........................................................................14 Industrial Applications of High Performance Computing: Best Global Practices...........................................50 Industrial Wireless Sensor Networks: Applications, Protocols, and Standards...................................93 Informants and Undercover Investigations: A Guide to Law, Policy, and Procedure, Second Edition........104 Information Security Fundamentals, Second Edition.............104 Information Security Management Handbook, 2013 CD-ROM Edition.........................................................104 Information Security Management Handbook, Sixth Edition, Volume 7........................................................104 Information Security Policy Development for Compliance: ISO/IEC 27001, NIST SP 800-53, HIPAA Standard, PCI DSS V2.0, and AUP V5.0......................105 Information Security Risk Analysis, Third Edition...................105 Information Security: A Guide to Confidentiality, Integrity, and Availability......................................................104 Information Systems and Computing Technology................113 Information Technology and Computer Application Engineering: Proceedings of the International Conference on Information Technology and Computer Application Engineering (ITCAE 2013)......................................................26 Information Technology Control and Audit, Fourth Edition.......................................................................105 Information Technology: An Introduction for Today’s Digital World..........................................................................84 Innovation, Communication and Engineering........................26 Intelligent Integrated Systems: Devices, Technologies and Architectures...................................................................76 Intelligent Network Video: Understanding Modern Video Surveillance Systems...............................................................76 Intelligent Systems and Decision Making for Risk Analysis and Crisis Response: Proceedings of the 4th International Conference on Risk Analysis and Crisis Response, Istanbul, Turkey, 27-29 August 2013...................................................114 Intelligent Technologies for Web Applications.........................44 Interactive Data Visualization: Foundations, Techniques, and Applications.....................................................................33 Internet of Things in the Cloud: A Middleware Perspective...114 Internet-Scale Pattern Recognition: New Techniques for Voluminous Data Sets and Data Clouds..................................55 Interpreting and Visualizing Regression Models Using Stata....14 Introduction to Agent Mining.................................................44 Introduction to Biological Networks.......................................14 Introduction to Bio-Ontologies...............................................15 Introduction to Combinatorial Testing..................................114 Introduction to Compiler Construction in a Java World..........98 Introduction to Computational Modeling Using C and Open-Source Tools..........................................................50 Introduction to Computer and Network Security: Navigating Shades of Gray...................................................105 Introduction to Computer Graphics: A Practical Learning Approach.................................................................33 Introduction to Computer Networks and Cybersecurity.........93 Introduction to Corporate and White-Collar Crime.................72 Introduction to Game Physics with Box2D.............................65 Introduction to GIS Programming and Fundamentals with Python and ArcGIS®........................................................26 Introduction to High Performance Computing for Scientists and Engineers..........................................................50 Introduction to Mathematical Logic, Fifth Edition.....................5 Introduction to Modern Cryptography: Principles and Protocols..........................................................39 Introduction to Network Emulation........................................93 Introduction to Number Theory with Cryptography...............39 Introduction to Programming Languages...............................98 Introduction to Proteins: Structure, Function, and Motion......15 Introduction to Quantum Biology..........................................15 Introduction to Reversible Computing....................................51
Introduction to Scientific Programming and Simulation Using R, Second Edition........................................61 Introduction to Semi-Supervised Learning..............................55 Introduction to Software Project Management.....................114 Introduction to Supply Chain Management Technologies, Second Edition.......................................................................84 Introduction to Systems Biology: Design Principles of Biological Circuits...............................................................15 Introduction to the Art of Programming Using Scala..............98 Introduction to the Bootstrap.................................................15 Introduction to Time Series using Stata..................................15 Intrusion Detection in Wireless Ad-Hoc Networks.................105 Intrusion Detection Networks: A Key to Collaborative Security.............................................105 Investigations in the Workplace, Second Edition...................106 iOS Game Development: Developing Games for iPad, iPhone, and iPod Touch.................................................65 Iris Biometric Model for Secured Network Access.................106 Isosurfaces: Geometry, Topology, and Algorithms...................33
K/L Knowledge and Systems Science: Enabling Systemic Knowledge Synthesis..............................................................44 Knowledge Management Handbook: Collaboration and Social Networking, Second Edition............78 Knowledge-Driven Medicine: A Machine Learning Approach.....56 Laboratory Biosecurity Handbook.........................................106 Large Scale and Big Data: Processing and Management.........74 Large-Scale Simulation: Models, Algorithms, and Applications.....................................................................27 Latent Markov Models for Longitudinal Data..........................16 Law of Big Data: A Legal Guide for Executives and Lawyers....84 Leading Effective Virtual Teams: Overcoming Time and Distance to Achieve Exceptional Results...........................85 Leading Virtual Project Teams: Adapting Leadership Theories and Communications Techniques to 21st Century Organizations...........................................................85 Lean IT: Enabling and Sustaining Your Lean Transformation....85 Learn to Play: Designing Tutorials for Video Games................65 Learning C# Programming with Unity 3D..............................69 Learning Java Through Games................................................99 Level Design: Concept, Theory, and Practice..........................65 Limits of Computation: An Introduction to the Undecidable and the Intractable.............................................59 Linear Mixed Models: A Practical Guide Using Statistical Software.................................................................16 Linear Models with R..............................................................16 Linear Systems: Non-Fragile Control and Filtering..................77 Linked Data Management......................................................74 Linked Data: A Geographic Perspective..................................78 Logistic Regression Models.....................................................16
M Machine Learning: An Algorithmic Perspective, Second Edition.......................................................................56 Machine-to-Machine Marketing (M3) via Anonymous Advertising Apps Anywhere Anytime (A5)..............................79 Making IT Lean: Applying Lean Practices to the Work of IT.....85 Making Music with Computers: Creative Programming in Python................................................................................99 Managing Risk and Security in Outsourcing IT Services: Onshore, Offshore and the Cloud.........................................106 Managing the Insider Threat: No Dark Corners....................106 Managing Trust in Cyberspace.............................................106 Managing Your Biological Data with Python...........................16 Markov Chain Monte Carlo: Stochastic Simulation for Bayesian Inference, Second Edition...................................16 Maya Python for Games and Film: A Complete Reference for Maya Python and the Maya Python API............................69 Mean Field Simulation for Monte Carlo Integration................17 Measuring Shape....................................................................34 Mechanical Logic in Three-Dimensional Space.......................58 Media Networks: Architectures, Applications, and Standards....79 Medical Applications of Artificial Intelligence..........................17 Medical Informatics: An Introduction to Information Systems and Software in Medicine and Health.......................85 Medical Robotics Handbook...................................................58 Methods of Statistical Model Estimation.................................17 Microarray Image and Data Analysis: Theory and Practice......17 Microcontrollers: High-Performance Systems and Programming..................................................................89 Microsurgery: Advances, Simulations and Applications...........58 Mining User Generated Content.............................................45
Mobile & Social Game Design: Monetization Methods and Mechanics, Second Edition..............................................66 Mobile Intelligent Autonomous Systems.................................77 Mobile Social Networking and Computing: A Multidisciplinary Integrated Perspective..............................79 Model Based Software Design..............................................114 Model-Driven Development: A Practical Approach...............114 Modeling and Analysis of P2P Content Distribution Systems....5 Modeling and Control Dynamic Sensor Network...................93 Models for Software-Intensive System Development............115 Modern Stream Ciphers: Design and Analysis.........................40 Molecular Modeling at the Atomic Scale: Methods and Applications in Quantitative Biology................................17 Multicore Computing: Algorithms, Architectures, and Applications.....................................................................51 Multicore Technology: Architecture, Reconfiguration, and Modeling.........................................................................27 Multihomed Communication with SCTP (Stream Control Transmission Protocol)............................................................93 Multi-Label Dimensionality Reduction....................................56 Multilevel and Longitudinal Modeling Using Stata, Volume I: Continuous Responses, Third Edition......................18 Multilevel and Longitudinal Modeling Using Stata, Volume II: Categorical Responses, Counts, and Survival, Third Edition......................................................18 Multilevel and Longitudinal Modeling Using Stata, Volumes I and II, Third Edition................................................17 Multilevel Modeling Using R...................................................18 Multilinear Subspace Learning: Dimensionality Reduction of Multidimensional Data.......................................56 Multimedia Image and Video Processing, Second Edition.......34 Multimedia Security: Watermarking, Steganography, and Forensics........................................................................107 Multimedia Streaming and Applications.................................34 Multiobjective Optimization Methodology: A Jumping Gene Approach.....................................................77 Multiple Factor Analysis by Example Using R..........................18 Multiple-Base Number System: Theory and Applications........40 Multivariate Survival Analysis and Competing Risks................18
N Natural Language Processing: Semantic Aspects.....................77 Near Rings, Fuzzy Ideals, and Graph Theory...........................48 Netcentric System of Systems Engineering with DEVS Unified Process............................................................115 Network Anomaly Detection: A Machine Learning Perspective...........................................107 Network Attacks and Defenses: A Hands-on Approach.........107 Network Innovation through OpenFlow and SDN: Principles and Design.............................................................94 Networks in Society: Links and Language.................................5 Neuro-Fuzzy Equalizers for Mobile Cellular Channels..............94 New Directions of Modern Cryptography..............................40 Next Generation Sequencing: Platforms, Resources and Data Analysis...................................................................18 Next-Generation Optical Networks: QoS for Industry.............94 Noiseless Steganography: The Key to Covert Communications.......................................40 Nonparametric Statistical Methods Using R............................19 Nonparametric Statistics for Social and Behavioral Sciences....19 Numerical and Analytical Methods with MATLAB for Electrical Engineers............................................................61
O Official (ISC)2 Guide to the CISSP CBK, Third Edition.............69 Official (ISC)2 Guide to the CSSLP CBK, Second Edition.........70 Official (ISC)2 Guide to the SSCP CBK, Second Edition...........70 Official (ISC)2® Guide to the CAP® CBK®, Second Edition........70 Official (ISC)2® Guide to the ISSAP® CBK, Second Edition.......70 Official (ISC)2® Guide to the ISSMP® CBK®..............................70 Open Source Data Warehousing and Business Intelligence.....74 Open Systems Dependability: Dependability Engineering for Ever-Changing Systems...........27 OpenGL Insights.....................................................................34 Operating System Design: The Xinu Approach, Linksys Version........................................................................96 Operating Systems and Networked Environments: From Multics to the Cloud......................................................96 Optical Coding Theory with Prime.........................................40 Optimal Resource Allocation for Distributed Video Communication.....................................................................79 Optimal Supervisory Control of Automated Manufacturing Systems..................................................................................48
P Paradoxes in Scientific Inference.............................................56
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Q/R QR Codes: The Technical Guide..............................................35 Quantitative Biology: From Molecular to Cellular Systems......19 Quantitative Graph Theory: Mathematical Foundations and Applications.....................................................................48 Quantum Information and Computation................................62 R for Statistics.........................................................................19 R Graphics, Second Edition.....................................................36 R Student Companion............................................................20 RapidMiner: Data Mining Use Cases and Business Analytics Applications...............................................45 Ray Tracing from the Ground Up............................................36
Real-Time Collision Detection.................................................36 Real-Time Digital Signal Processing from MATLAB® to C with the TMS320C6x DSPs, Second Edition...........................27 Real-Time Embedded Systems: Open-Source Operating Systems Perspective................................................................28 Real-Time Rendering, Third Edition.........................................36 Real-Time Rendering: Computer Graphics with Control Engineering...............................................................36 Real-Time Shadows.................................................................36 Reducing Process Costs with Lean, Six Sigma, and Value Engineering Techniques................................................87 Reproducible Research with R and RStudio.............................20 Requirements Engineering for Software and Systems, Second Edition.....................................................................115 Responsive Security: Be Ready to Be Secure..........................108 Restrained Simulations of Protein Folding...............................20 Return On Process (ROP): Getting Real Performance Results from Process Improvement.......................................115 RF Circuit Design Techniques for MF-UHF Applications...........28 Richly Parameterized Linear Models: Additive, Time Series, and Spatial Models Using Random Effects..............................20 Risk Assessment and Decision Analysis with Bayesian Networks..........................................................45 RNA-seq Data Analysis: A Practical Approach..........................20 Roadmap to Greener Computing...........................................28 Robotics Laboratory: Theory and Practical Experiments..........59 Robust Clustering and Selection.............................................20 Run Grow Transform: Integrating Business and Lean IT..........87
S SAP Materials Management Handbook...................................87 SAS and R: Data Management, Statistical Analysis, and Graphics, Second Edition.................................................21 SC-FDMA for Mobile Communications ..................................94 Science Fiction Video Games..................................................66 Secret History: The Story of Cryptology..................................40 Secure Data Provenance and Inference Control with Semantic Web..............................................................115 Secure Development for Mobile Social Apps: How to Design and Code Social Applications Step-by-Step....79 Securing Cloud and Mobility: A Practitioner’s Guide.............108 Securing the Cloud: Security Strategies for the Ubiquitous Data Center..........................................................88 Security and Privacy in Smart Grids......................................108 Security for Multihop Wireless Networks.................................95 Security for Service Oriented Architectures...........................115 Security for Wireless Sensor Networks using Identity-Based Cryptography..................................................41 Security Management: A Critical Thinking Approach............108 Security Risk Assessment Handbook: A Complete Guide for Performing Security Risk Assessments, Second Edition..........108 Semantic Multimedia Retrieval: Current Status and Future Trends.........................................................................45 Service-Oriented Distributed Knowledge Discovery................45 Shadow Algorithms Data Miner..............................................37 Signal and Image Processing for Remote Sensing, Second Edition ......................................................................28 Signals and Systems: A MATLAB® Integrated Approach..........28 Skill Training in Multimodal Virtual Environments...................53 Social Media, Crisis Communication, and Emergency Management: Leveraging Web and Mobile Technologies, Second Edition.......................................................................80 Social Networking As A Criminal Enterprise............................72 Soft Computing and Its Applications: A Unified Concept........56 Software Application Development: A Visual C++, MFC, and STL Tutorial....................................................................116 Software Designers in Action: A Human-Centric Look at Design Work.....................................................................116 Software Engineering Design: Theory and Practice...............116 Software Engineering Practice: A Case Study Approach........116 Software Engineering: The Current Practice..........................116 Software Metrics: A Rigorous and Practical Approach, Third Edition.........................................................................116 Software Test Attacks to Break Mobile and Embedded Devices........................................................117 Software Testing: A Craftsman’s Approach, Fourth Edition....117 Spatial Cloud Computing: A Practical Approach.....................88 State of the Art in Intrusion Prevention and Detection..........109 Stated Preference Methods Using R........................................21 Statistical Analysis of Questionnaires: A Unified Approach Based on R and Stata..............................................................21 Statistical and Machine-Learning Data Mining: Techniques for Better Predictive Modeling and Analysis of Big Data, Second Edition....................................................46 Statistical Computing in C++ and R........................................57
Statistical Computing with R..................................................21 Statistical Inference: An Integrated Approach, Second Edition....21 Statistical Inference: The Minimum Distance Approach..........57 Statistical Methods for Handling Incomplete Data..................21 Statistical Methods for QTL Mapping.....................................22 Statistical Reinforcement Learning: Modern Machine Learning Approaches..................................57 Statistics and Data Analysis for Microarrays Using R and Bioconductor, Second Edition ................................................22 Stochastic Dynamics for Systems Biology...............................22 Strategic CIO: Creating Customer Value, Increasing Revenue, and Enhancing Shareholder Wealth.........................88 Strategic Project Office, Second Edition..................................88 Strategy and Business Process Management: Techniques for Improving Execution, Adaptability, and Consistency.........88 Successful Program Management: Complexity Theory, Communication, and Leadership............................................88 Support Vector Machines: Optimization Based Theory, Algorithms, and Extensions....................................................57 Survival Analysis in Medicine and Genetics.............................22 Systems Engineering Principles for Software Engineers.........117
T Tao of Computing, Second Edition.........................................89 Team Planning for Project Managers and Business Analysts....89 Technological Advances in Interactive Collaborative Learning............................................................62 Testing and Test Automation for Mobile Phone Applications....117 The 7 Qualities of Highly Secure Software............................109 The Architecture of Software and Systems............................117 The Art of Agile Practice: A Composite Approach for Projects and Organizations..............................................110 The Art of Game Design: A book of lenses..............................63 The Art of Linux Kernel Design: Illustrating the Operating System Design Principle and Implementation.........................96 Theoretical Foundations of Digital Imaging Using MATLAB®...37 Time Series: Modeling, Computation, and Inference..............22 TOP500: History, Trends, and Future Directions in High Performance Computing............................................51 Trade Secret Theft, Industrial Espionage, and the China Threat...........................................................109 Transforming Business with Program Management: Integrating Strategy, People, Process, Technology, Structure and Measurement...................................................86 Translational Medicine: The Future of Therapy?......................22 TV Content Analysis: Techniques and Applications.................46 Unauthorized Access: The Crisis in Online Privacy and Security.........................................................................109
Title Index
Parallel Computation in Data Science: With Examples in R.....62 Parallel Mesh Generation: Theory and Practice.......................62 Parallel Robots: Mechanics and Control..................................59 Parallel Science and Engineering Applications: The Charm++ Approach.........................................................62 PCI Compliance: The Definitive Guide..................................107 Pentester’s Field Guide: Recipes for Success..........................107 Perceptual Digital Imaging: Methods and Applications...........34 Personal Mobile Devices in the Enterprise: Security and Privacy Concerns................................................85 Pervasive Computing: Concepts, Technologies and Applications.....................................................................27 PgMP® Exam Challenge!.........................................................70 PgMP® Exam Practice Test and Study Guide, Fourth Edition...71 PhoneGap Build: Developing Cross Platform Mobile Applications in the Cloud.......................................................99 Piezoelectric Materials and Devices: Applications in Engineering and Medical Sciences..................94 PMP Exam: Practice Test and Study Guide, Eighth Edition......71 PMP® Certification Exam Study Guide....................................71 PMP® Exam Challenge!, Sixth Edition.....................................71 PMP® Exam Practice Test and Study Guide, Ninth Edition.......71 Policing White-Collar Crime: Characteristics of White-Collar Criminals............................................................72 Polygon Mesh Processing.......................................................34 Polygonal Approximation and Scale-Space Analysis of Closed Digital Curves...........................................................6 Polytope Projects....................................................................19 Practical Algorithms for 3D Computer Graphics, Second Edition.......................................................................35 Practical Graph Mining with R................................................45 Practical Guide to HIPAA Privacy and Security Compliance, Second Edition.....................................................................107 Practical Linear Algebra: A Geometry Toolbox, Third Edition..35 Practical OPNET User Guide for Computer Network Simulation.........................................28 Practical Rendering and Computation with Direct3D 11........35 Practical UML Statecharts in C/C++: Event-Driven Programming for Embedded Systems.....................................99 PRAGMATIC Security Metrics: Applying Metametrics to Information Security.........................................................108 Pre-Employment Background Investigations for Public Safety Professionals.................................................72 Principles of Synchronous Digital Hierarchy............................94 Probability and Random Processes for Electrical and Computer Engineers, Second Edition................27 Probability and Statistics for Computer Scientists, Second Edition.......................................................................62 Probability and Statistics with R..............................................19 Process Improvement with Electronic Health Records: A Stepwise Approach to Workflow and Process Management....86 Processing for Visual Artists: How to Create Expressive Images and Interactive Art......................................................35 Production Volume Rendering: Design and Implementation...35 Professional Techniques for Video Game Writing....................66 Program Management Leadership: Creating Successful Team Dynamics...............................................................................86 Program Management: A Life Cycle Approach.......................86 Programming 2D Games........................................................69 Programming for Hybrid Multicore MPP Systems...................51 Programming GPS and OpenStreetMap Applications with Java: The RealObject Application Framework..................................99 Programming Graphical User Interfaces in R...........................79 Programming in C++ for Engineering and Science.................99 Programming Languages for MIS: Concepts and Practice.....100 Project Management Concepts, Methods, and Techniques....86 Project Management for Healthcare.......................................86 Project Management in Extreme Situations: Lessons from Polar Expeditions, Miltary and Rescue Operations, and Wilderness Explorations................................87 Project Management Theory and Practice..............................87 Projects and Complexity.........................................................87
U/V Understanding Biometrics with Matlab...................................57 Undocumented Secrets of MATLAB-Java Programming............6 Unit and Ubiquitous Internet of Things...................................95 Unity Game Coding Using C#................................................69 Universal Computer: The Road from Leibniz to Turing............59 Unreal Game Development....................................................66 User Interface Software: Principles and Technologies............117 Using R for Introductory Statistics, Second Edition..................23 Using R for Numerical Analysis in Science and Engineering....63 Variational Methods in Image Processing................................37 Virtual World Design...............................................................66 Visual Guide to Stata Graphics, Third Edition..........................23 Visualization and Verbalization of Data...................................23
W/X/Z Web 2.0 and Beyond: Principles and Technologies.................80 Web Cartography: Map Design for Interactive and Mobile Devices...................................................................................37 Web Security: A WhiteHat Perspective..................................109 What Every Engineer Should Know About Cyber Security and Digital Forensics............................................................109 Wi-Fi Enabled Healthcare........................................................95 Window Functions and Their Applications in Signal Processing....................................................................29 Windows Networking Tools: The Complete Guide to Management, Troubleshooting, and Security.........................95 Wireless Ad Hoc and Sensor Networks: Management, Performance, and Applications...............................................95 Wireless Sensor Networks: Current Status and Future Trends....95 Wireless Sensor Networks: From Theory to Applications.........96 X86 Assembly Language and C Fundamentals.......................29 XML in Scientific Computing..................................................80 Zen of Cloud: Learning Cloud Computing by Examples on Windows Azure......................................................................97
For more information and a complete list of titles, visit us at www.crcpress.com
121
A
Author Index 122
Abd El-Samie; Fathi E........................................................57, 94 Abrahart; Robert J. .................................................................61 Acock; Alan C.........................................................................10 Agah; Arvin............................................................................17 Aggarwal; Charu C.................................................................43 Ahmad; Ishfaq........................................................................26 Ahmed; Ashfaque...................................................................87 Ahmed; Mohamed.................................................................51 Aho; Ken A.............................................................................12 Ahuactzin; Juan-Manuel..........................................................53 Airoldi; Edoardo M.................................................................55 Aizaki; Hideo..........................................................................21 Akbal-Delibas; Bahar...............................................................98 Akenine-Möller; Tomas...........................................................36 Akerkar; Rajendra..............................................................41, 44 Al Braiki; Arwa .....................................................................107 Alexandrov; Nia......................................................................62 Alexandrov; Vassil...................................................................62 Ali; Kamal M...........................................................................41 Al-kamali; Faisal S...................................................................94 Alkin; Oktay............................................................................28 Alliez; Pierre............................................................................34 Almeida; Henrique de Amorim...............................................26 Almudevar; Anthony Louis......................................................53 Al-nahari; Azzam Y. ................................................................94 Alon; Uri.................................................................................15 Alrajeh; Nabil Ali.....................................................................95 Alston; Frances.......................................................................82 Altman; Tom..........................................................................60 Altman; Yair M..........................................................................6 Amatayakul; Margret..............................................................86 Ammar; Reda A......................................................................51 Amresh; Ashish.......................................................................66 Anderson; Kerry Ann............................................................103 Anderson; Paul.......................................................................80 Anisimov; Victor.....................................................................15 Ansari; Marwan......................................................................64 Antoniou; Josephina...............................................................92 Appelman; Jaco H...................................................................97 Arnholt; Alan T........................................................................19 Artusi; Alessandro...................................................................30 Ashikhmin; Michael................................................................31 Aslam; Nida............................................................................45 Asli; Kaveh Hariri.....................................................................60 Assarsson; Ulf..........................................................................36 Atanasiu; Vlad.........................................................................44 Atrey; Pradeep......................................................................106 Aubry; Monique.....................................................................87 August; Thomas D................................................................100 Auletta; Gennaro....................................................................58 Avanzi; Roberto......................................................................39 Axis; Communications............................................................76
B Babak; Leonid.........................................................................90 Bacci; Silvia.............................................................................21 Bagui; Sikha............................................................................73 Bahi; Jacques M........................................................................4 Bai; Haishi...............................................................................97 Bailey; James...........................................................................42 Bailey; Mike ...........................................................................31 Baio; Gianluca..........................................................................8 Bandyopadhyay; Susmita.......................................................60 Bansal; Arvind Kumar.............................................................98 Banterle; Francesco.................................................................30 Bardy; Benoit..........................................................................53 Barillot; Emmanuel.................................................................10 Baron; Michael.......................................................................62 Bartolo; Helena Maria Coelho da Rocha Terreiro Galha...........26 Bartolo; Paulo Jorge da Silva ..................................................26 Bartolomeo; Giovanni.............................................................92 Bartolucci; Francesco........................................................16, 21 Barton; Matt...........................................................................65 Basavaraju; T.G.......................................................................89 Basu; Ayanendranath..............................................................57 Bates; Marcia J........................................................................25 Bauer; Craig P.........................................................................40 Bauer; Sebastian.....................................................................15 Beaver; Kevin........................................................................107 Becketti; Sean.........................................................................15
Beiglböck; Kristof....................................................................99 belcastro; sarah-marie.............................................................47 Bell; Steven C.........................................................................85 Bell; Steven C.........................................................................87 Benaim; Michel......................................................................22 Benoit; Anne.............................................................................5 Ben-Tal; Nir............................................................................15 Bergamasco; Massîmo............................................................53 Berglund; Patricia A..................................................................7 Bertalmío; Marcelo.................................................................32 Bertolotti; Ivan Cibrario..........................................................28 Bessière; Pierre........................................................................53 Bethel; E. Wes.........................................................................32 Beuran; Razvan.......................................................................93 Bhansali; Neera.......................................................................73 Bhargav; Abhay....................................................................107 Bhargava; Bharat..................................................................106 Bhargava; S.C.........................................................................89 Bhatele; Abhinav....................................................................62 Bhattacharya; Ranjan..............................................................60 Bhattacharyya; Dhruba Kumar..............................................107 Bhowmick; Partha..................................................................31 Bieman; James......................................................................116 Bilder; Christopher R.................................................................6 Bin Abu Bakar; Ahmad Zaki....................................................24 Birkfellner; Wolfgang..............................................................30 Bishop; Lars M........................................................................67 Blasius; Jorg............................................................................23 Blei; David..............................................................................55 Block; Arthur Edwards............................................................91 Bloomfield; Victor A................................................................63 Bober; William........................................................................61 Bojeun; Mark C......................................................................86 Bolin; Jocelyn E.......................................................................17 Bona; Miklos...........................................................................46 Boreskov; Alexey.....................................................................30 Borsci; Simone........................................................................52 Bossomaier; Terry.....................................................................5 Botsch; Mario.........................................................................34 Boutaba; Raouf.....................................................................105 Bouwmans; Thierry ................................................................53 Branscum; Adam J. ..................................................................8 Breiman; Leo............................................................................9 Brijs; Bert................................................................................80 Brodsky; Jacob......................................................................103 Brooks; Richard R............................................................91, 105 Brooks; Stephen.....................................................................31 Brooks; Steve..........................................................................13 Broom; Mark..........................................................................12 Broström; Göran.....................................................................11 Brotby; W. Krag....................................................................108 Brown; Andrew R...................................................................99 Brown; J. Scott........................................................................14 Brown; Jason I........................................................................47 Bucholtz; Frank.......................................................................26 Bulusu; Lakshman...................................................................74 Bunting; William J.................................................................112 Burgun; Keith.........................................................................63 Burkowski; Forbes J...................................................................9
C Cabri; Giacomo....................................................................110 Cadenhead; Tyrone..............................................................115 Cady; Anne .........................................................................112 Cai; Wen...............................................................................113 Cai; Yang................................................................................41 Calzone; Laurence..................................................................10 Campbell; Bill.........................................................................98 Campbell; Elizabeth................................................................18 Campbell; Nick.......................................................................52 Canovas; Alejandro.................................................................34 Canton; Maria P................................................................25, 89 Canty; Morton J........................................................................5 Cao; Longbing.......................................................................44 Cao; Zhenfu...........................................................................40 Carlin; Bradley P........................................................................8 Carlin; John B...........................................................................8 Carreira; Pedro.......................................................................26 Castiglione; Filippo...................................................................9 Catalão; João P. S....................................................................75 Catrantzos; Nick...................................................................106 Cavanagh; Joseph...................................................................29
Celada; Franco.........................................................................9 Celko; Joe...............................................................................73 Cerin; Christophe...................................................................49 Chaki; Nabendu...................................................................105 Chaki; Rituparna...................................................................105 Chakraborty; Arpan................................................................45 Chakraborty; Rajat Subhra......................................................39 Chalmers; Alan.......................................................................30 Chan; T.M..............................................................................77 Chang; Mark .........................................................................56 Chao; Lee...............................................................................73 Chartrand; Gary.....................................................................47 Chatterji; Biswa Nath..............................................................31 Chattopadhyay; Samiran........................................................31 Chawla; Nitesh.......................................................................42 Chawla; Sanjay.......................................................................42 Che; Wei-Wei .........................................................................77 Chee; Brian.............................................................................88 Chen; C.H..............................................................................28 Chen; Dan..............................................................................27 Chen; Ding-Geng (Din)............................................................7 Chen; Hsiao-Hwa....................................................................92 Chen; Jingying........................................................................27 Chen; Lidong.........................................................................38 Chen; Ming-Hui.......................................................................8 Chen; Wen-Hua......................................................................75 Chen; Xisong..........................................................................75 Chen; Yufeng.........................................................................48 Chen; Zehua..........................................................................22 Cheng; Siu-Wing......................................................................4 Cherkashin; Mikhail................................................................90 Chernikov; Andrey..................................................................62 Childress; Nancy.....................................................................46 Childs; Hank...........................................................................32 Chin; Cheng Siong.................................................................75 Chiu; Dah Ming .......................................................................5 Chong; Chee-Yee...................................................................90 Choong; Yee-Yin.....................................................................52 Chough; Keumhee Carrière......................................................6 Chowriappa; Pradeep.............................................................43 Chrisochoides; Nikos..............................................................62 Christensen; Ronald..................................................................8 Chua; Tat-Seng ......................................................................45 Coggeshall; Stephen..............................................................44 Cohen; Henri..........................................................................39 Colaprete; Frank A..................................................................72 Collette; Ron........................................................................100 Collier; Nicholson...................................................................50 Combemale; Benoit..............................................................115 Comer; Douglas.....................................................................96 Conery; John S...................................................................4, 98 Coolidge; E. Coleen .............................................................108 Cooper; S. Barry.......................................................................3 Cornillon; Pierre-Andre...........................................................19 Corporate; (ISC)² ...................................................................70 Corsini; Massimiliano..............................................................33 Costa Sousa; Mario...........................................................30, 31 Couturier; Raphael..................................................................49 Cozzi; Patrick....................................................................29, 34 Craveiro; Flavio.......................................................................26 Crawford; J. Kent....................................................................88 Critchlow; Terence..................................................................49 Croswell; Michael L................................................................69 Crowder; Martin J...................................................................18 Crowe; Adam.........................................................................77 Cudworth; Ann Latham..........................................................66 Cunningham; Douglas W.......................................................33 Cunningham; Steve................................................................31 Curlee; Wanda........................................................................88
D Damiand; Guillaume..............................................................30 Dandawate; Yogesh H............................................................32 Das; Abhijit.............................................................................38 Das; Partha Pratim..................................................................31 Das; Ravi.................................................................................54 Das; Subrata...........................................................................42 Davis; Aleksandra..................................................................105 Davis; Martin..........................................................................59 de Leon; Alexander R................................................................6 De; Asis Kumar.......................................................................25 Dean; David J.........................................................................49
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
E Earle; Aaron............................................................................95 Earp; Richard..........................................................................73 Eberly; David H.................................................................29, 64 Edelbacher; Maximillian........................................................103 Efron; Bradley.........................................................................15 Eisemann; Elmar.....................................................................36 El Emam; Khaled.....................................................................83 El Emary; Ibrahiem M. M........................................................96 El-Khamy; Said E.....................................................................33 El-Samie; Fathi E. Abd.............................................................33 Emmert-Streib; Frank..............................................................48 Engel; Wolfgang...............................................................68, 69 Ericson; Christer......................................................................36 Eroglu; Abdullah.....................................................................28 Erosheva; Elena A....................................................................55 Eubank; Randall L...................................................................57 Everitt; Brian S....................................................................7, 13
F Fadlullah; Zubair Md. ............................................................90 Fages; Francois.......................................................................11 Faraway; Julian J...............................................................11, 16 Farcomeni; Alessio..................................................................16 Farin; Gerald...........................................................................35 Fedak; Gilles...........................................................................49 Federici; Stefano.....................................................................52 Feilong; Tang..........................................................................27 Feng; Wu-chun.......................................................................49 Fenton; Norman ............................................................45, 116 Ferguson; Stuart.....................................................................35 Fernandes Alves; Nuno Manuel..............................................26 Ferrari; Silvia...........................................................................93 Ferraro; Eugene F..................................................................106 Ferreira; Telma........................................................................26 Fields; Tim..............................................................................66 Fienberg; Stephen E...............................................................55 Fierro; Rafael...........................................................................93 Finch; W. Holmes....................................................................17
Fiondella; Lance......................................................................51 Fitzgerald; Dennis G.............................................................104 Flammini; Francesco.............................................................102 Fox, Ph.D.; Bud....................................................................116 Fox; Richard...........................................................................84 France; Robert......................................................................115 Franceschetti; Giorgio...........................................................102 Franklin Jr.; Curtis...................................................................88 Frey; Gerhard.........................................................................39 Friedman; Jerome.....................................................................9 Fukuda; Toshio.......................................................................58 Fullerton; Tracy.......................................................................64 Funada; Mariko......................................................................60 Fung; Carol .........................................................................105 Fung; Glenn...........................................................................56 Funge; John............................................................................63
G G. M.; Jayateertha..................................................................90 Gaber; Mohamed...................................................................74 Galecki; Andrzej T...................................................................16 Gallegos; Frederick...............................................................105 Gamerman; Dani....................................................................16 Gamerman; Dani....................................................................21 Gandrud; Christopher............................................................20 Ganovelli; Fabio......................................................................33 Garcia; Nuno M......................................................................90 Garland; Daniel J....................................................................52 Garrido; Jose M......................................................................50 Gaspar; Miguel.......................................................................26 Gaudioso; Jennifer................................................................106 Ge; Shuzhi Sam......................................................................58 Gelman; Andrew......................................................................8 Gelman; Andrew....................................................................13 Gentile; Michael...................................................................100 Ghernaouti-Helie; Solange....................................................101 Ghosh; Sukumar.......................................................................4 Giachetti; Ronald E...............................................................111 Giles; Merle E.........................................................................50 Ginevri; Walter........................................................................87 Girolami; Mark ......................................................................54 Glaser; J. D.............................................................................79 Glassner; Andrew...................................................................35 Glazner; Christopher G.........................................................112 Gnaldi; Michela......................................................................21 Gogolin; Greg......................................................................102 Gold; Tandy............................................................................83 Goldberg; Larry......................................................................73 Gomes; Jonas.........................................................................30 Gomes; Jonas de Miranda.......................................................31 Gong; Guang.........................................................................38 Gonzalez; Teofilo................................................................3, 81 Gopal; Ajith K.........................................................................77 Gopher; Daniel.......................................................................53 Gordon; Paul M.K...................................................................12 Gordon; Robert Lee................................................................88 Gordon-Byrne; Gay................................................................97 Gotterbarn; Don.....................................................................24 Gottschalk; Petter...................................................................72 Grady; Leo..............................................................................32 Grebennikov; Andrei...............................................................90 Green; Allen R........................................................................84 Greenacre; Michael................................................................23 Gregory; Jason........................................................................68 Grinstein; Georges..................................................................33 Gross; Jonathan L...................................................................47 Gu; Yonggen........................................................................113 Guan; Ling.......................................................................34, 79 Guan; Wei..............................................................................77 Guastello; Stephen J...............................................................52 Guha; Sumanta......................................................................31 Guizani; Mohesen...................................................................92 Güngör; V. Çağrı......................................................................93 Gunturk; Bahadir Kursat.........................................................33 Guo; Xiang-Gui......................................................................77 Gupta; Phalguni.....................................................................74 Guyader; Arnaud....................................................................19 Guyeux; Christophe..................................................................4
H Hachiya; Hirotaka...................................................................57 Hadhoud; Mohiy M. ..............................................................33
Hagar; Jon Duncan...............................................................117 Hager; Georg.........................................................................50 Haines; Eric.............................................................................36 Hall; David..............................................................................90 Hamilton; Gary.......................................................................83 Hancke; Gerhard P. ................................................................93 Hanqing; Wu........................................................................109 Hansen; Charles......................................................................32 Hansford; Dianne...................................................................35 Hanson; Timothy E...................................................................8 Hardin; James W.....................................................................12 Hardoon; David Roi................................................................54 Hart; Glen...............................................................................78 Harth; Andreas.......................................................................74 Harty; Julian Mark Alistair......................................................117 Harwani; Bintu........................................................................99 Hawkey; Kirstie.......................................................................31 Hayawi; Kadhim...................................................................107 He; Jing (Selina)......................................................................95 He; Yifeng.........................................................................34, 79 Heeringa; Steven G...................................................................7 Held; Gilbert...........................................................................95 Hendrix; William ....................................................................45 Henriques Pereira; Antonio Mario...........................................26 Herbert; Katherine G..............................................................41 Herman; Ted............................................................................4 Hernandez, CISSP; Steven......................................................69 Herold; Rebecca...........................................................102, 107 Higgins; George E...................................................................72 Hilbe; Joseph M..........................................................12, 16, 17 Hilburn; Thomas B................................................................116 Hildebrandt; Thomas ...........................................................114 Hill; Gerard M.........................................................................81 Hinson; Gary........................................................................108 Hitzler; Pascal ........................................................................78 Hjorth-Jensen; Mortin.............................................................49 Hnatyshin; Vasil Y....................................................................28 Ho; Robert..............................................................................14 Hodges; James S.....................................................................20 Höferlin; Benjamin..................................................................53 Hoffman; Kenneth C.............................................................112 Hoffman; Naty........................................................................36 Hofmann; Markus...................................................................45 Hogben; Leslie........................................................................61 Hohl; William..........................................................................23 Hopkin; V. David.....................................................................52 Horton; Nicholas. J.................................................................21 Hose; Katja.............................................................................74 Hosking; Antony.......................................................................4 Hothorn; Torsten....................................................................13 Houmkozlis; Christos N..........................................................78 Hourani; Paul........................................................................108 Howard; Jeff...........................................................................64 Howard; Patrick D..........................................................70, 103 Hoxley; Jack............................................................................35 Hu; Fei....................................................................................94 Huang; Chongfu..................................................................114 Huang; Qunying.....................................................................88 Hudlicka; Eva..........................................................................74 Hunt; Kenny A..........................................................................3 Hupe; Philippe........................................................................10 Husson; Francois.....................................................................19 Hutchinson; John..................................................................114
I/J Iacoviello; Daniela.....................................................................9 Iba; Hitoshi.............................................................................53 Idziorek; Joseph....................................................................100 IFPUG...................................................................................113 Igarashi; Yoshihide..................................................................60 Impagliazzo; John...................................................................24 Iniewski; Krzysztof..................................................................25 Iordache; Octavian.................................................................19 Irani; Pourang.........................................................................31 Irwin; J. David.........................................................................93 Isbister; Katherine...................................................................65 Ishiguro; Hiroshi.....................................................................58 Iyengar; Janardhan.................................................................93 Iyengar; S. Sitharama..............................................................91 Iyer; Swami.............................................................................98 Jacko; Julie A...........................................................................53 Jacobson; Douglas................................................................100
For more information and a complete list of titles, visit us at www.crcpress.com
Author Index
Debattista; Kurt......................................................................30 DeFranco; Joanna F.......................................................109, 110 Dehmer; Matthias..................................................................48 Del Moral; Pierre.....................................................................17 Deleonibus; Simon.................................................................76 Deng; Naiyang.......................................................................57 Dennis; Brian..........................................................................20 Der; Geoff..........................................................................7, 13 Desoky; Abdelrahman............................................................40 Despain; Wendy.....................................................................66 Dessouky; Moawad I..............................................................94 Devillers; James.......................................................................14 Dey; Tamal K............................................................................4 Dhillon; B.S............................................................................24 Di Benendetto; Marco ...........................................................33 Di Giamberardino; Paolo..........................................................9 Diaz-Herrera; Jorge ............................................................3, 81 Dieu; Vo Ngoc........................................................................60 DiMarino; Frank J....................................................................72 Dimitrov; Vassil.......................................................................40 Dingle; Adair........................................................................114 Dobranski; Lawrence Gerard...................................................85 Doche; Christophe.................................................................39 Dogramadzi; Sanja.................................................................58 Doherty; Eamon P.................................................................102 Dolbear; Catherine.................................................................78 Dong; Guozhu.......................................................................42 Dongarra; Jack .......................................................................51 Dos Santos Mateus; Artur Jorge..............................................26 Dos Santos; Cyril....................................................................26 Drăghici; Sorin........................................................................22 Drygajlo; Andrzej....................................................................54 Du; Yingzi (Eliza).....................................................................54 Dua; Sumeet..........................................................................43 Duan; Zhisheng......................................................................75 Dubey; Abhishek..................................................................110 Duckham; Matt......................................................................25 Duffy; Vincent G.....................................................................51 Dunn; Fletcher........................................................................67 Dunson; David B......................................................................8 Durao; Lina.............................................................................26 Duray; Rebecca......................................................................85
123
Author Index 124
Jain; Rajesh Kumar..................................................................94 Jara-Valera; Antonio J..............................................................91 Jegou; Nicolas........................................................................19 Jenkins; John ..........................................................................45 Jézéquel; Jean-Marc..............................................................115 Ji; Mr. Shouling ......................................................................95 Ji; Shuiwang...........................................................................56 Jiang; Xia ...............................................................................54 Jingyu; Zhou...........................................................................27 Johansson; Thomas.................................................................40 Johnson; Clayton Matthew.....................................................59 Johnson; Mark J........................................................................3 Johnson; Wesley O. ..................................................................8 Jonasson; Hans.......................................................................82 Jones; Galin............................................................................13 Jones; Owen...........................................................................61 Jones; Richard...........................................................................4 Jorgensen; Paul C.................................................................117 Joshi; Kalyani R.......................................................................32 Joshi; Madhuri A.....................................................................32 Josse; Julie...............................................................................19 Jullien; Graham.......................................................................40
K Kacker; Raghu N...................................................................114 Kahn; David..........................................................................104 Kahraman; Cengiz................................................................114 Kale; Laxmikant V...................................................................62 Kalita; Jugal Kumar...............................................................107 Kallberg; Jan.........................................................................102 Kalyvas; James R.....................................................................84 Kamiyama; Barbara................................................................60 Kanda; Takayuki......................................................................58 Kang; Meng-Chow...............................................................108 Kantarcioglu; Murat..............................................................115 Kapetanios; Epaminondas.......................................................77 Karimi; Hassan A.....................................................................60 Karlyn; Matthew A..................................................................83 Katz; Jonathan........................................................................39 Keim; Daniel...........................................................................33 Kelley; Ken..............................................................................17 Kelly; Charles..........................................................................69 Kernbach; Serge.....................................................................58 Kessel; Amit............................................................................15 Keyes; Jessica..........................................................................82 Keyes; Jessica..........................................................................96 Khadilkar; Vaibhav................................................................115 Khan; Asad I. .........................................................................55 Khan; Gul N...........................................................................25 Khan; Shafiullah .....................................................................95 Khoury; Franjieh El................................................................106 Kim; Jae Kwang......................................................................21 King; Irwin .............................................................................55 King; Roger............................................................................29 Kisku; Dakshina Ranjan...........................................................74 Kizhakke Vallathai; Shibu........................................................81 Kleinman; Ken........................................................................21 Kliem; Ralph L........................................................................82 Klima; Richard E......................................................................38 Klinkenberg; Ralf....................................................................45 Kloareg; Maela.......................................................................19 Kloke; John ............................................................................19 Knight; John.........................................................................113 Kobbelt; Leif...........................................................................34 Kohler; Ulrich.........................................................................10 Kolev; Bozhidar Dimitrov........................................................10 Kompatsiaris; Yiannis..............................................................46 Korniak; Janusz.......................................................................94 Korpelainen; Eija.....................................................................20 Kostopoulos; George............................................................101 Kovacikova; Tatiana................................................................92 Koziol; Quincey......................................................................50 Kraft; James S.........................................................................39 Kraska-MIller; M.....................................................................19 Kratcoski; Peter C.................................................................103 Kremers; Rudolf......................................................................65 Kreuter; Frauke.......................................................................10 Krider; Robert E......................................................................42 Krotzsch; Markus ...................................................................78 Kuang; Yang...........................................................................11 Kudyba; Stephan....................................................................73 Kudyba; Stephan P..................................................................84
Kuhn; D. Richard..................................................................114 Kumar; Anup........................................................................113 Kung; Sun-Yuan......................................................................34 Kuo; Lynn.................................................................................8 Kupresanin; Ana.....................................................................57 Kurosu; Masaaki.....................................................................52 Kwong; Wing C......................................................................40 Kythe; Dave K.........................................................................37 Kythe; Prem K.........................................................................37
L Labrador; Miguel A.................................................................55 Lackpour; Cameron................................................................74 Lam; Artde Donald Kin-Tak.....................................................26 Land; Michael.......................................................................108 Landoll; Douglas...................................................................108 Lange; Tanja...........................................................................39 Lanman; Douglas...................................................................29 Laplante; Philip A..........................................................110, 112 Laplante; Phillip A.................................................................115 Lara Yejas; Oscar D.................................................................55 Larkin; Jeff..............................................................................51 Lattanze; Anthony J..............................................................110 Lawrence; Michael..................................................................79 Lawson; Andrew B....................................................................8 Lee; Margaret R......................................................................85 Lehmann; Carl F.....................................................................88 Lei; Yu..................................................................................114 Leisch; Friedrich......................................................................14 Lesniak; Linda ........................................................................47 Leung; Victor C.M............................................................92, 93 Levesque; John.......................................................................50 Levesque; John.......................................................................51 Levin, PMP, PgMP; Ginger....................................70, 71, 84, 86 Levine; Evan S.........................................................................96 Levitt; Gail..............................................................................89 Levy; Bruno............................................................................34 Lewis; Mark C.........................................................................98 Lewis; Paul O............................................................................8 Lezoray; Olivier.......................................................................32 Li; Arthur................................................................................13 Li; Jialiang...............................................................................22 Li; Juanzi.................................................................................45 Li; Kuan-Ching.......................................................................90 Li; Qiaoxing..........................................................................113 Li; Qing..................................................................................90 Li; Shengyang.........................................................................23 Li; Shihua...............................................................................75 Li; Tao.....................................................................................44 Li; Xiao-Feng........................................................................110 Li; Xin.....................................................................................33 Li; Xingsen............................................................................113 Li; Yingshu .............................................................................95 Li; Yuenan...............................................................................30 Li; Zhijun................................................................................58 Li; Zhiwu................................................................................48 Li; Zhongkui...........................................................................75 Lian; Shiguo...........................................................................46 Liebowitz; Jay.............................................................72, 78, 81 Lienhardt; Pascal.....................................................................30 Lievre; Pascal .........................................................................87 Ligges; Uwe............................................................................12 Liggins II; Martin....................................................................90 Lim; Ian................................................................................108 Lindell; Yehuda.......................................................................39 Ling, M.Sc.; Tan May............................................................116 Ling; San................................................................................37 Linton; Jon..............................................................................95 Liu; Hsiang-Chuan..................................................................26 Llinas; James...........................................................................90 Lloret Mauri; Jaime ..........................................................34, 95 Loguidice; Bill.........................................................................24 Lopes; Cristina Videira............................................................98 Lopes; Hedibert F....................................................................16 Loughin; Thomas M.................................................................6 Louis; Thomas A.......................................................................8 Louzada-Neto; Francisco........................................................21 Lowther; Adam B..................................................................100 Lu; Haiping.............................................................................56 Lubliner; David J.....................................................................85 Lucka; Thomas.......................................................................65 Lukac; Rastislav.......................................................................34
Lynch; Scott M.......................................................................14 Lyngso; Soren.........................................................................80
M Ma; Jianhua............................................................................79 Ma; Shuangge........................................................................22 Maack; Mary Niles..................................................................25 Macaulay; Tyson...................................................................101 MacDonald IV; Alfred.............................................................63 Macias; Elsa............................................................................34 Madachy; Ray J.....................................................................117 Maddalena; Lucia...................................................................55 Magliveras; Spyros..................................................................38 Magoules; Frederic.................................................................48 Maier; Mark W......................................................................111 Maillardet; Robert...................................................................61 Maley; Claude H.....................................................................86 Man; K.F.................................................................................77 Manaris; Bill............................................................................99 Manduchi; Gabriele................................................................28 Manickam; Piram.................................................................111 Manrique; Miguel Angel ........................................................67 Mansour; Toufik......................................................................46 Mapp; Glenford......................................................................96 Marcum; Catherine D.............................................................72 Marques; Tiago......................................................................26 Marschner; Steve....................................................................31 Marsland; Stephen.................................................................56 Martinez; Angel......................................................................11 Martinez; Wendy L.................................................................11 Mathew; Sujith Samuel.........................................................107 Matias; Joao Manuel...............................................................26 Matloff; Norman....................................................................62 Matthews; David R...............................................................102 Matzner-Lober; Eric................................................................19 Maurer; Stephen B.................................................................47 Mazer; Emmanuel..................................................................53 Mazza; Christian.....................................................................22 McDonald II; Douglas.............................................................95 McDougall; Allan....................................................................72 McDowall; Jennifer S..............................................................18 McFadden; Matthew............................................................101 McKean; Joseph .....................................................................19 Mechtley; Adam.....................................................................69 Meduna; Alexander................................................................59 Meen; Teen-Hang...................................................................26 Meier; Willi.............................................................................40 Mekhnacha; Kamel.................................................................53 Mele; Maria Laura...................................................................52 Memon; Qurban A.................................................................75 Mena; Jesus......................................................................43, 79 Mendelson; Elliott.....................................................................5 Menezes; Alfred J....................................................................39 Meng; Xiao-Li.........................................................................13 Merialdo; Bernard...................................................................46 Mersmann; Olaf ....................................................................12 Metkar; Shilpa P......................................................................32 Meuer; Hans Werner...............................................................51 Michalowicz; Joseph Victor.....................................................26 Middleton; Bruce..................................................................107 Migon; Helio S.......................................................................21 Militino; Ana F........................................................................19 Miller; Keith W........................................................................24 Millington; Ian..................................................................63, 64 Milne; Christopher-Paul .........................................................22 Minoli; Daniel.........................................................................97 Minyi; Guo.............................................................................27 Mirkin; Boris...........................................................................42 Mirman; Daniel......................................................................12 Misra; Anmol................................................................110, 111 Mitchell; Michael N................................................................14 Mitchell; Michael N................................................................23 Mittal; Saurabh.....................................................................115 Mittra; James..........................................................................22 Moens; Marie-Francine ..........................................................45 Mohammed; Mohssen.........................................................100 Molitierno; Jason J..................................................................46 Monowar; Muhammad Mostafa.............................................90 Montheu; Lionel.....................................................................28 Morimura; Tetsuro..................................................................57 Morrow; Michael G................................................................27 Moss; Eliot................................................................................4
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
N N.; Anoop..............................................................................81 Nagle; Dan.............................................................................68 Nagy; John.............................................................................11 Nakamori; Yoshiteru...............................................................44 Nakatani; Tomoaki..................................................................21 Narayan; Navin......................................................................81 Nasution; Benny B..................................................................55 Natal Jorge; R.M. ................................................................9,10 Naumann; Uwe......................................................................48 Neal; F. Brent..........................................................................34 Neapolitan; Richard E.............................................................54 Neil; Martin............................................................................45 Neill; Colin J.........................................................................110 Nguemaleu; Raoul-Abelin Choumin.......................................28 Nguyen; Kim..........................................................................39 Nichols; Jonathan M...............................................................26 Nie; Jiu-Tao...........................................................................110 Nilsson; Fredrik.......................................................................76 Ning; Huansheng...................................................................95 Nocêra; Rosaldo de Jesus........................................................71 North; Michael John...............................................................50 Numrich; Robert W.................................................................48 Nyhoff; Larry..........................................................................99
O/P Ogunjobi; Timi.....................................................................112 O’Hanley; Richard.................................................................104 Okita; Alex..............................................................................66 Okita; Ryo Alexander..............................................................69 Oliveira; David........................................................................26 Olshen; R.A...............................................................................9 Ongsakul; Weerakorn.............................................................60 Oruc; A.Yavuz.........................................................................92 Orzen; Michael A....................................................................85 Osseyran; Anwar..............................................................50, 97 Otero; Carlos E.....................................................................116 Overly; Michael R.............................................................83, 84 Padmanabhan; Kanchana.......................................................45 Pagès; Jérôme ........................................................................18 Pal; Sankar K...........................................................................55 Pan; Jie...................................................................................48 Pan; Yi ...................................................................................95 Panario; Daniel ......................................................................39 Parberry; Ian.....................................................................65, 67 Parente Ribeiro; Eduardo........................................................93 Park; Chanseok.......................................................................57 Pasco; Gregory A....................................................................71 Pathak; Anirban .....................................................................61 Pathan; Al-Sakib Khan...................................... 90, 95, 100, 109 Patil; Harsh Kupwade..............................................................41 Pattanaik; Sumanta.................................................................33 Paul; Mano.....................................................................70, 109 Pauly; Mark............................................................................34 Peace; Karl E.............................................................................7 Pedrycz; Witold......................................................................76 Peltier; Thomas R..........................................................104, 105 Peng; Kun...............................................................................89 Peng; Roger D........................................................................14 Penkar; Samir.........................................................................83 Pennoni; Fulvia.......................................................................16 Perez-Quinones; Manuel......................................................117 Perng; Chang-shing................................................................44 Perumalla; Kalyan S................................................................51 Petre; Marian .......................................................................116 Petrosino; Alfredo...................................................................55 Pettineo; Matt........................................................................35 Pham; Andrew................................................................81, 113 Pham; David K................................................................81, 113 Pham; Tiffany.......................................................................113
Pile,Jr.; John............................................................................66 Pinto; Elodie...........................................................................26 Pitre; Boisy G..........................................................................24 Pitsillides; Andreas..................................................................92 Plataniotis; Konstantinos N.....................................................56 Plocher; Tom..........................................................................52 Porikli; Fatih............................................................................53 Pouli; Tania.............................................................................33 Poulin; Pierre..........................................................................37 Pourabbas; Elaheh..................................................................25 Pozrikidis; Constantine...........................................................80 Prabhat...................................................................................50 Prabhu; K. M. M.....................................................................29 Prabhu; Nagabhushana .........................................................97 Prado; Raquel.........................................................................22 Prasad; Kuncham Syam..........................................................48 Pries; Kim H............................................................................87 Prior; Stephen.........................................................................26 Proctor; Robert W...................................................................52 Putler; Daniel S.......................................................................42 Puttamadappa; C...................................................................89 Pyla; Pardha..........................................................................117
Q/R Qadri; Muhammad Yasir.........................................................27 Quigley; Jon M.......................................................................87 Rabe-Hesketh; Sophia.............................................................13 Rabe-Hesketh; Sophia.............................................................18 Rabin; Steven.........................................................................63 Radvanovsky; Robert............................................................103 Radvanovsky; Robert S............................................................72 Raghunathan; Balaji..............................................................100 Raj; Pethuru .........................................................................111 Rajasekaran; Sanguthevar.......................................................51 Rajlich; Vaclav.......................................................................116 Ralston; Anthony....................................................................47 Ramakrishnan; S.....................................................................96 Ramos; Catarina.....................................................................26 Ranka; Sanjay.........................................................................26 Ransome; James...................................................................111 Rao; R. Bharat.........................................................................56 Raol; Jitendra R.......................................................................77 Ratner; Bruce..........................................................................46 Rau; Pei-Luen Patrick..............................................................52 Raval; Alpan............................................................................14 Raval; Mehul S........................................................................32 Raveendranathan; K.C............................................................94 Ravishankar; V.........................................................................62 Ray; Animesh..........................................................................14 Ray; Bimal Kumar ....................................................................6 Ray; Kumar S......................................................................6, 56 Reddy; Chandan K..................................................................43 Reid; John Ker.........................................................................48 Reinhard; Erik.........................................................................33 Reiter; Edna E.........................................................................59 Riccio; Christophe..................................................................34 Richardson; Gary L.................................................................87 Ricks; Bobby.........................................................................108 Ricks; Truett..........................................................................108 Rierson; Leanna....................................................................112 Riley; David D...........................................................................3 Ring; Kevin.............................................................................29 Risco Martín; José L...............................................................115 Ritter; Gunter.........................................................................20 Rizzo; Maria L.........................................................................21 Roberson; Cliff........................................................................72 Robert; Yves..............................................................................5 Roberts; Fred..........................................................................38 Robinson; Andrew............................................................17, 61 Robinson; Peter N...................................................................15 Rogers; Marcus K..................................................................102 Rogers; Simon........................................................................54 Rojc; Matej.............................................................................52 Roper; Carl...........................................................................109 Rosales; Romer.......................................................................56 Ross; David Frederick..............................................................84 Ross; Oscar Humberto Montiel...............................................76 Rother; Kristian.......................................................................16 Rouncefield; Mark................................................................114 Rouvière; Laurent...................................................................19 Rovithakis; George A..............................................................78 Rozycki; Pawel........................................................................94
Rubin; Donald B.......................................................................8 Rudolph; Sebastian.................................................................78 Rueda; Luis.............................................................................17 Rumpe; Bernhard.................................................................115 Russ; John C.....................................................................32, 34 Rychtar; Jan............................................................................12
S Sacarea; Christian...................................................................77 Sakr; Sherif.............................................................................74 Salamah; Salamah................................................................116 Salerno; Reynolds M.............................................................106 Samatova; Nagiza F. ..............................................................45 Samavati; Faramarz................................................................31 Samek; Miro...........................................................................99 Sampietro; Marco...................................................................82 Sanchez; Julio...................................................................25, 89 Sangeetha; S........................................................................111 Sangwan; Raghvinder...........................................................117 Sangwine; Stephen J...............................................................27 Santos; Raul A.........................................................................91 Sarkar; Jayanta........................................................................24 Sarkar; Nurul..........................................................................93 Sarkar; Souvik.........................................................................25 Sarkar; Subir Kumar..........................................................25, 89 Sathyan; Jithesh......................................................................81 Sato; Kazuo............................................................................21 Satyanarayana; Bhavanari.......................................................48 Scargle; Jeffrey D....................................................................41 Scarlat, MD; Alexander...........................................................82 Schaffer; Noah........................................................................65 Schell; Jesse............................................................................63 Schenk; Olaf...........................................................................48 Schenkel; Ralf.........................................................................74 Scholz; James A....................................................................103 Schulz; Greg...........................................................................97 Schwarz; Michael...................................................................36 See; Linda M..........................................................................61 Sekaran; K. Chandra...............................................................78 Sen; Sunit Kumar....................................................................91 Senft; Sandra........................................................................105 Sensen; Christoph W..............................................................12 Sepulveda; Roberto................................................................76 Sethi; Adarshpal S...................................................................28 Setola; Roberto.....................................................................102 Settle-Murphy; Nancy M........................................................85 Shao; Jun................................................................................21 Shein; Robert........................................................................101 Sherwood; Nicholas A..........................................................103 Shewchuk; Jonathan.................................................................4 Shih; Frank Y.........................................................................107 Shih; Timothy K......................................................................90 Shikin; Evgeniy.......................................................................30 Shioya; Hiroyuki......................................................................57 Shirley; David.........................................................................86 Shirley; Peter..........................................................................31 Shiva; Sajjan G........................................................................24 Shmueli; Galit.........................................................................54 Shukla; Manish Kumar............................................................92 Siddiqi; Muzaffer A.................................................................24 Siepmann; Frank...................................................................106 Sigmon; Neil P........................................................................38 Simoff; Simeon.......................................................................42 Simon; Horst D.......................................................................51 Simpson; Richard C................................................................51 Sing; Jamuna Kanta................................................................74 Singer; Bryan L.....................................................................101 Skrondal; Anders....................................................................18 Skuse; Gary..............................................................................9 Sloan; Robert H....................................................................109 Smarandache; Florentin........................................................113 Smeeton; Nigel C.....................................................................7 Smith; Bud E...........................................................................83 Soares de Lemos; Ana Cristina................................................26 Soh; Jung...............................................................................12 Solka; Jeffrey...........................................................................11 Somervuo; Panu.....................................................................20 Sousa; Ines.............................................................................26 Sprent; Peter............................................................................7 Srinivas Sajja; Priti ..................................................................44 Srinivas; Iyer.............................................................................7 Srinivasan; Divya....................................................................84
For more information and a complete list of titles, visit us at www.crcpress.com
Author Index
Mosterman; Pieter J................................................................75 Moustafa; Hassnaa..................................................................79 Muehlenhaus; Ian...................................................................37 Muhamad Amin; Anang Hudaya............................................55 Mukhopadhyay; Debdeep......................................................39 Mukhopadhyay; Jayanta.........................................................31 Mullen; Gary L........................................................................39 Murphy; John T......................................................................50 Murray; Jeff W........................................................................67 Murrell; Paul...........................................................................36 Muscedere; Roberto...............................................................40
125
Author Index 126
Srivastava; Ashok N. ..............................................................41 Stanchev; Lubomir.................................................................99 Stapleton; Jeffrey James........................................................104 Stark; Michael M....................................................................35 Steel; James Richard Heron...................................................115 Steinwandt; Rainer.................................................................38 Stephanova; Diana Ivanova....................................................10 Stern; Hal S...............................................................................8 Stevens; Andrew.....................................................................61 Stewart; James J.P...................................................................15 Stinson; Douglas R..................................................................38 Stocker; Robert.........................................................................5 Stodden; Victoria....................................................................14 Stone; Charles J........................................................................9 Straccia; Umberto...................................................................78 Strohmaier; Erich....................................................................51 Suarez; Alvaro.........................................................................34 Subrahmanya; S. V...............................................................111 Subramanian; Satish P............................................................86 Suffern; Kevin.........................................................................36 Sugiyama; Masashi.................................................................57 Summers; Boyd L.................................................................112 Sun; Liang..............................................................................56 Sung; Wen-Pei........................................................................26 Sung; Wing-Kin........................................................................6 Suri; Niranjan.......................................................................110 Swink; Steve...........................................................................64 Syukur; Evi..............................................................................92 Szygenda; Stephen A..............................................................41
T Taghirad; Hamid D.................................................................59 Takeno; Junichi.......................................................................57 Talia; Domenico......................................................................45 Talukder; Asoke K...................................................................90 Tamassia; Roberto...................................................................32 Tang; K.S................................................................................77 Tatar; Doina............................................................................77 Taubin; Gabriel.......................................................................29 Tavares; João Manuel R.S. ..................................................9, 10 Teng; Fei.................................................................................48 Tercero; Carlos........................................................................58 Tesman; Barry ........................................................................38 Thampi; Sabu M...................................................................106 Theil; Michael.......................................................................103 Therrien; Charles....................................................................27 Thuraisingham; Bhavani...................................... 102, 111, 115 Tian; Yingjie............................................................................57 Tian; Yu-Ping..........................................................................76 Tibshirani; R.J..........................................................................15 Tice; Bradley S..........................................................................3 Tiller; James S.......................................................................104 Tipton; Harold F......................................................................70 Tokoro; Mario.........................................................................27 Topi; Heikki.............................................................................81 Torgo; Luis..............................................................................43 Totten; Christopher W............................................................67 Towhidnejad; Massood.........................................................116 Trabelsi; Zouheir...................................................................107 Tramontano; Anna..................................................................16 Trinckes, Jr.; John J................................................................101 Tringham; Neal Roger............................................................66 Trowbridge; Ryan...................................................................69 Trunfio; Paolo.........................................................................45 Tselikas; Nikolaos D................................................................98 Tselikis; George S....................................................................98 Tucker; Allen.......................................................................3, 81 Tuimala; Jarno.........................................................................20 Tummala; Murali....................................................................27 Tungare; Manas....................................................................117
U/V Ugarte; Maria Dolores............................................................19 Ullah; Irfan..............................................................................45 Umlauf; Anya............................................................................9 Unhelkar; Bhuvan.................................................................110 Uzam; Murat..........................................................................23 Vacavant; Antoine...................................................................53 Vaida; Florin .............................................................................9 Vaidyanathan; Ravi.................................................................58 van Buuren; Stef.....................................................................11 van Dam; Kerstin Kleese.........................................................49
Van Der Hoek; Andre............................................................116 van Oorschot; Paul C..............................................................39 Van Verth; James M................................................................67 Vanstone; Scott A...................................................................39 Varanini; Francesco.................................................................87 Varsalone; Jesse.....................................................................101 Vasco; Maria Isabel.................................................................38 Vehtari; Aki...............................................................................8 Velarde; Raul Ramirez.............................................................62 Velho; Luiz........................................................................30, 31 Vendruscolo; Michele.............................................................20 Venetsanopoulos; Anastasios..................................................56 Vercauteren; Frederik..............................................................39 Vert; Jean-Philippe .................................................................10 Verzani; John....................................................................23, 79 Verzani; John..........................................................................79 Vese; Luminita A.....................................................................37 Vetter; Jeffrey S.......................................................................49 Via; Allegra.............................................................................16 Vijaya; M. S............................................................................94 Villa; Tiziano...........................................................................82 Villafiorita; Adolfo.................................................................114 Vivien; Frédéric.........................................................................5 Vladareanu; Luigi..................................................................113 Vojtisek; Didier......................................................................115 von Halle; Barbara..................................................................73
W W. Loke; Seng.........................................................................92 Wadoo; Sabiha.......................................................................59 Wagenbreth; Gene.................................................................50 Wagner; Alan..........................................................................93 Walker; Henry M.....................................................................89 Wall; Michael E.......................................................................19 Wang; Chonggang.................................................................92 Wang; Guanyu.........................................................................6 Wang; Hai............................................................................100 Wang; Huaxiong....................................................................37 Wang; Jason T.L......................................................................41 Wang; Jiacun............................................................................5 Wang; Jianliang......................................................................36 Wang; Ligang.......................................................................110 Wang; Lizhe............................................................................27 Wang; Paul S. ........................................................................77 Wang; Shouhong.................................................................100 Wang; Yufeng.........................................................................79 Ward, PMP, PgMP; J. LeRoy..............................................70, 71 Ward; J. LeRoy........................................................................71 Ward; Matthew O..................................................................33 Warner; Richard ...................................................................109 Warnier; Martijn.....................................................................97 Washington; Lawrence C........................................................39 Way; Michael J........................................................................41 Weidenbach; Christoph..........................................................59 Weihs; Claus...........................................................................12 Weintrit; Adam.......................................................................76 Weinzimer; Philp ...................................................................88 Welch; Kathleen B..................................................................16 Welch; Thad B........................................................................27 Wellein; Gerhard.....................................................................50 Wenger; Rephael....................................................................33 Wenli; Yao..............................................................................26 Wenzu, Ph.D.; Zhang...........................................................116 West; Brady T......................................................................7, 16 West; Michael.......................................................................115 West; Mike.............................................................................22 Wettergren; Thomas A............................................................93 White; Connie........................................................................80 White; Matthew M.................................................................65 Whittle; Jon..........................................................................114 Williams; Barry L...................................................................105 Williams; Howard...................................................................85 Williams; Walter....................................................................115 Wills; Kerry R..........................................................................80 Wimmer; Michael...................................................................36 Wise; John A. .........................................................................52 Wise; Stephen ........................................................................61 Wojcik; Leonard A.................................................................112 Wong; Gabriyel......................................................................36 Wong; Garry...........................................................................20 Woo; Andrew.........................................................................37 Worboys; Michael F................................................................25
Wrenninge; Magnus ..............................................................35 Wright; Cameron H.G............................................................27 Wu; Chwan-Hwa (John)..........................................................93 Wu; James..............................................................................44 Wu; Teresa............................................................................112
X/Y Xiao; Yang......................................................................90, 108 Xie; Bin ................................................................................113 Xie; Yihui................................................................................10 Xing; Chaoping......................................................................37 Xu; Guandong........................................................................41 Xu; Zenglin............................................................................55 Yang; Chaowei.................................................................26, 88 Yang; Chunyan.....................................................................113 Yang; Guang-Hong.................................................................77 Yang; Guu-Chang...................................................................40 Yang; Jun................................................................................75 Yang; Laurence T....................................................................92 Yang; Lixiang..........................................................................96 Yang; Zhenglu........................................................................41 Yannakogeorgos; Panayotis A...............................................100 Yao; Shen...............................................................................27 Yaroslavsky; Leonid P..............................................................37 Yavarmasroor; Soheila.............................................................60 Ye; Jieping..............................................................................56 Ye; Nong........................................................................43, 112 Yellen; Jay...............................................................................47 Yin; R.J....................................................................................77 Youssef; Ali.............................................................................95 Yu; F. Richard .........................................................................92 Yu; Ting..................................................................................42
Z Zander; Justyna .....................................................................75 Zandt; Trisha Van....................................................................52 Zeadally; Sherali.....................................................................79 Zemke; Bob............................................................................95 Zhang; Chengqi.....................................................................44 Zhang; Chunhua ...................................................................57 Zhang; Jin-Ting.........................................................................7 Zhang; Lei............................................................................113 Zhang; Ping............................................................................47 Zhang; Song..........................................................................55 Zhang; Xi...............................................................................92 Zhang; Zili..............................................................................44 Zhao; Liz..............................................................................109 Zhao; Yanwei........................................................................113 Zhou; Honbo........................................................................114 Zhou; Ruhong........................................................................17 Zhou; Yipeng............................................................................5 Zhou; Zhi-Hua........................................................................43 Zhu; Ce..................................................................................30 Zhu; Wenwu...........................................................................79 Zidashti; Zahra Hojjati............................................................60 Zink; Jason..............................................................................35 Zinovyev; Andrei....................................................................10 Zong; Yu................................................................................41 Zou; Guangtian....................................................................113
www.crcpress.com • e-mail: orders@crcpress.com • 1-800-634-7064 • 1-859-727-5000 • +44 (0) 1235 400 524
Visit us online at
www.crcpress.com
In the Americas Sales Office - CRC Press 6000 Broken Sound Parkway, NW, Suite 300, Boca Raton, FL 33487, U.S.A. Within the Continental USA - Tel: 800-272-7737 • Fax: 800-374-3401 • orders@taylorandfrancis.com Outside the Continental USA - Tel: 561-994-0555 • Fax: 561-361-6018 • international.orders@taylorandfrancis.com Dennis Weiss Tel: 561-998-2510 Fax: 561-998-2580 e-mail: dennis.weiss@taylorandfrancis.com
Customer Service/Sales Operation Angela Williams Tel: 800-272-7737 ext. 6091 Fax: 800-374-3401 e-mail: angela.williams@taylorandfrancis.com
Latin American Sales
Michael Dulisse Tel: 561-998-2582 Fax: 561-361-6049 e-mail: michael.dulisse@taylorandfrancis.com
Premium/Custom Sales
George Kenney Tel: 561-998-2544 Fax: 561-361-6049 e-mail: george.kenney@taylorandfrancis.com
eBooks and Digital Content Sales
Bookstores and Textbook Sales
Libraries
Subsidiary Rights Sales
Rosa Perez Tel: 917 351-7115 Fax: 212-244-1563 e-mail: rosa.perez@taylorandfrancis.com Evelyn Elias Tel: 561-361-6010 Fax: 561-361-6049 e-mail: evelyn.elias@taylorandfrancis.com
Evelyn Elias Tel: 561-361-6010 Fax: 561-361-6049 e-mail: evelyn.elias@taylorandfrancis.com Christina M. Taranto Tel: 212-216-7862 Fax: 212-244-1563 e-mail: christina.taranto@taylorandfrancis.com
Milton Park Sales Office - Taylor & Francis Group (Books Ltd) 2 Park Square, Milton Park, Abingdon, Oxon, OX14 4RN, UK
Group Sales Director
UK Sales Support Coordinator
Christoph Chesher Tel: +44 (0) 20 7017 6194 Fax: +44 (0) 20 7017 6748 e-mail: christoph.chesher@tandf.co.uk
Lindsey Binks Tel: +44 (0) 7017 7365 e-mail: lindsey.binks@tandf.co.uk
International Sales Director Graham Crossley Tel: +44 (0) 20 7017 6048 Fax: +44 (0) 20 7017 6748 e-mail: graham.crossley@tandf.co.uk
Head of UK Sales Nick Perry Tel: +44 (0) 20 7017 6132 Fax: +44 (0) 20 7017 6732 e-mail: nick.perry@tandf.co.uk
Corporate and Institutional Sales Alfred Lea Tel: +44 (0) 20 7017 6273 Fax: +44 (0) 20 7017 6732 e-mail: cis@tandf.co.uk
UK Sales Support Manager Jude Sermon Tel: +44 (0) 20 7017 6191 Fax: +44 (0) 20 7017 6732 e-mail: jude.sermon@tandf.co.uk
Central and South America and Mexico Michael Dulisse Sales Office, Boca Raton, FL Taylor & Francis 6000 Broken Sound Parkway, NW, Suite 300, Boca Raton, FL 33487, USA Tel: 561-998-2582 Fax: 561-361-6049 e-mail: michael.dulisse@taylorandfrancis.com Ethan E. Atkin (Excluding Brazil) Cranbury International LLC 7 Clarendon Ave, Suite 2 Montpelier, VT 05602, USA Tel: +1 802 223 6565 Fax: +1 802 223 6824 e-mail: eatkin@cranburyinternational.com
Taylor & Francis Group Brazil Renata Zanzini – Depto Comercial infobrasil@taylorandfrancis.com Tel: (11) 3017-6941 / (11) 97486-8236 Rua Bela Cintra, 967 – 11 and. 01415-000 – São Paulo – SP.
Academic Representatives (UK) Tim Page Higher Education Sales Manager Mobile: 07824 690646 e-mail: tim.page@tandf.co.uk
International Enquiries Joanne Blackford International Sales Support Manager (Books) Tel: +44 (0) 20 7017 6053 Fax: +44 (0) 20 7017 6748 e-mail: joanne.blackford@tandf.co.uk
Europe and Japan Enquiries Hannah Dolton International Sales Support Coordinator Tel: +44 (0) 20 7017 6149 Fax: +44 (0) 20 7017 6748 e-mail: hannah.dolton@informa.co.uk
South Asia, Middle East and Africa Enquiries Adrian Riddock International Senior Sales Support Coordinator Tel: +44 (0) 20 7017 6114 Fax: +44 (0) 20 7017 6748 e-mail: adrian.riddock@tandf.co.uk
China Liaison Office Leo Li Senior Manager - Academic Publishing Taylor & Francis Group, Beijing Office Room 1108B, Culture Square, No. 59 Jia, Zhongguancun St. Haidian District, Beijing 100872, P.R. China Tel: 8610–8250 3061 Li.Leo@tandf.com.sg
Customer Services Book orders should be addressed to the appropriate overseas agent or the Customer Service Department at Bookpoint:
Taylor & Francis Bookpoint 130 Park Drive, Milton Park Abingdon, Oxon OX14 4SE Tel: +44 (0) 1235 400 524 Fax: +44 (0) 1235 400 525 e-mail (UK): uktrade@tandf.co.uk e-mail (international): international@tandf.co.uk
Standing Orders
If you would like to receive books on our improved preselective standing order system, or if you would like to have further information about this service, please contact your area manager or Customer Services Department.
Foreign Rights Adele Parker e-mail: adele.parker@tandf.co.uk
127
Exhibitions Katie Gilbert Exhibitions Manager Tel: +44 (20) 7017 6310 e-mail: katie.gilbert@tandf.co.uk
Caribbean and The West Indies
Middle East and South Africa
Rest of Africa
Jasmina Basic Area Sales Manager Milton Park Sales Office Tel: +44 (0) 20 7017 6187 Fax: +44 (0) 20 7017 6748 e-mail: jasmina.basic@tandf.co.uk
Jasmina Basic Area Sales Manager – Middle East and South Africa Milton Park Sales Office Tel: +44 (0) 20 7017 6187 Fax: +44 (0) 20 7017 6748 e-mail: jasmina.basic@tandf.co.uk Zoe Kaviani IPS (Middle East) Ltd P.O. Box 27533 Dubai, UAE Tel: +971 4 238 4001 Fax: +971 4 238 4005 e-mail: itpme@emirates.net.ae Website: http://www.ipsme.com
Adrian Riddock International Senior Sales Support Coordinator e-mail: adrian.riddock@tandf.co.uk
Australasia Joanne Blackford Milton Park Sales Office Tel: +44 (0) 20 7017 6053 Fax: +44 (0) 20 7017 6748 e-mail: joanne.blackford@tandf.co.uk
Australia Europa Publications (non-exclusive) James Bennett 3 Narabang Way, Belrose, NSW 2085 Australia Tel: +02 9986 7064 Fax: +02 9986 7030 www.bennett.com.au
Sales Agents
Senior Vice President of Sales
Sub-Saharan Africa (excluding South Africa and Botswana) Julian Russ Tula Publishing Ltd Aristotle House Aristotle Lane Oxford OX2 6TR Tel: +44 (0) 1865 553606 Fax: +44 (0) 1865 517999 e-mail: julian@tulapublishing.co.uk
Botswana
East and Southeast Asia
Arthur Oageng Book Promotions/Horizon Books Botswana Gaborone International Finance Park Plot 113-114, Unit 33, Kgale Mews 2, Suite 3 Gaborone, Botswana Tel: +267 393 1194 Fax: +267 392 4908 e-mail: arthur.oageng@online.co.bw
For all Taylor & Francis Group imprints please order from our Singapore Sales Office Singapore Sales Office Taylor & Francis Asia Pacific 60 MacPherson Road #06-09 Siemens Centre Singapore 348615 Fax: +65 6742 9356 e-mail: sales@tandf.com.sg
Taylor & Francis Asia Pacific Jeffrey Lim Books Sales Director e-mail: jeffrey.lim@tandf.com.sg Nonglak Sawaithong Account Manager Tel : +66 2 639 1333 ext. 3612 e-mail: s.nonglak@tandf.com.sg
Philip Veysey Area Sales Manager Príncipe de Vergara 109, 28002 Madrid, Spain Tel: +34 91 700 0688 Fax: +34 91 141 2304 Mobile: +34 68 777 3678 e-mail: philip.veysey@informa.com
Taiwan
Taylor & Francis Asia Pacific Room 629, 6F, No. 6, Sec. 4, Hsinyi Road Da-an District Taipei 106 Taiwan (R.O.C.) Jeffrey Lim Books Sales Director e-mail: jeffrey.lim@tandf.com.sg Jason Lin Sales Manager Tel: +886 (2) 25551 1266 ext 6291 e-mail: Jason.Lin@tandf.com.sg
Eastern Europe
Hong Kong
South Africa, Namibia, Lesotho and Swaziland
Sales Agents
Michelle Symington Book Promotions/Horizon Books PO Box 6836 Roggebaai 8012 South Africa Tel: +27 21 469 8900 Fax: +27 21 469 8903 Fax2Email: 0865314387 e-mail: enquiries@bookpro.co.za
South Asia Ryan Cooper International Sales Manager Milton Park Sales Office Tel: +44 (0) 20 7017 6113 Fax: +44 (0) 20 7017 6748 e-mail: ryan.cooper@tandf.co.uk
India Taylor & Francis Books India Pvt Ltd. 912 Tolstoy House 15-17, Tolstoy Marg New Delhi 110 001 Tel: +91 (0) 11 2371 2131 +91 (0) 11 2335 1453 Fax: +91 (0) 11 2371 2132 e-mail: inquiry@tandfindia.com
Pakistan
128
M. Anwer Iqbal Book Bird Mian Chambers, 3 Temple Road PO Box 518, Lahore, Pakistan Tel: +92 42 636 7275 Fax: +92 42 636 1370 e-mail: bookbird@brain.net.pk
Japan United Publishers Services Limited 1-32-5 Higashi-shinagawa Shinagawa-ku, Tokyo 140-0002 Tel: +81 (0) 3 5479 7251 Fax: +81 (0) 3 5479 7307 e-mail: info@ups.co.jp Editorial Office
Korea Se-Yung Jun ICK (Information & Culture Korea) 473-19 Seokyo-dong, Mapo-ku Seoul, Korea 121-896 Tel: +82 2 3141-4791 Fax: +82 2 3141-7733 e-mail: cs.ick@ick.co.kr
Taylor & Francis Asia Pacific Suite 145, Somptueux Central 52-54 Wellington Street Central Hong Kong Tel: +852 3752 0626 Jeffrey Lim Books Sales Director Singapore Sales Office e-mail: jeffrey.lim@tandf.com.sg Andrew Kwan Manager e-mail: andrew.kwan@tandf.com.sg
China
Taylor & Francis Asia Pacific Room 1108B, Culture Square No. 59 Jia, Zhongguancun St. Haidian District Beijing 100872 P.R. China Tel: +86 10 82502670 Fax: +86 10 82502566 Jeffrey Lim Books Sales Director Singapore Sales Office e-mail: jeffrey.lim@tandf.com.sg Cynthia Ji Sales Manager e-mail: cynthia.ji@tandf.com.sg
Shanghai Region
Chris Ye Account Manager Room 1410, Jinjiang Xiangyang Tower 993 Nanjing West Road Shanghai 200041 P.R. China Tel: +86 21 22111595 e-mail: chris.ye@tandf.com.sg
Guangdong Region
Cherry Wang Sales Executive e-mail: cherry.wang@tandf.com.sg
Singapore and Indonesia
Mohamed Feroz Assistant Sales Manager Singapore Sales Office e-mail: mohamed.feroz@tandf.com.sg
Malaysia and Brunei
Taylor & Francis Publishing Services Taylor & Francis Asia Pacific No. 23-2, Jalan PJS 8/18 Dataran Mentari 46150 Petaling Jaya Selangor Darul Ehsan Malaysia Tel: +60 (3) 5630 1361 Fax: +60 (3) 5630 1732 David Yeong General Manager Mobile: +60 (0)16 331 9912 e-mail: david.yeong@tandf.com.sg
Thailand
Philippines, Vietnam and Indo-China Jeffrey Lim Books Sales Director Singapore Sales Office e-mail: jeffrey.lim@tandf.com.sg
Israel and the Palestinian Territories Ryan Cooper International Sales Manager Milton Park Sales Office Tel: +44 (0) 20 7017 6113 Fax: +44 (0) 20 7017 6748 e-mail: ryan.cooper@tandf.co.uk and Rodney Franklin Franklin’s International PO BOX 3772 7, Tel Aviv 61376, Israel Tel: +972 356 00724 Fax: +972 356 00479 e-mail: rodneyf@netvision.net.il
Europe Belgium, The Netherlands, France and Luxembourg Liza Walraven Area Sales Manager Taylor & Francis P.O. Box 447 2300 AK Leiden The Netherlands Tel. 0031 (0) 715243084 F: 0031 (0) 71 523 4571 Mobile: 0031 (0)623849668 e-mail: liza.walraven@informa.com
Nordic Countries Eva Nyika Sales Representative Taylor & Francis Scandinavia Kungsbroplan 3 A, 1st Floor P.O Box 3255 SE-103 65 Stockholm, Sweden e-Mail eva.nyika@tandf.co.uk
Germany, Austria and Switzerland Gabriela Mauch Area Sales Manager
Taylor & Francis Group (Books Ltd)
Karlshofstr. 22 70599 Stuttgart, Germany Tel: +49 (0)711 7207231 Fax: +49 (0)711 7220668 Mobile +49 (0)173 9059469 e-mail: gabriela.mauch@tandf.co.uk
Spain, Portugal, Italy, and Greece
Marek Lewinson (Humanities and Social Sciences) Bohaterewicza 3/45 03-982 Warsaw, Poland Tel/fax: +48 (0) 22 6714819 Mobile: +48 (0) 602 707 037 e-mail: mlewinso@it.com.pl Radek Janousek (Science and Technology) Pod Nouzovem 972/21 197 00 Prague, Czech Republic Tel: +42 (0) 28 658 49888 Mobile: +42 (0) 602294014 e-mail: radek@mareklewinson.com
England and Wales London and Eastern England James Whittle Area Representative Mobile: 07802 536233 e-mail: james.whittle@tandf.co.uk
West Midlands, Southern England, the South West and South Wales John Blake Area Representative Mobile: 07889 263 857 e-mail: john.blake@tandf.co.uk
North and Northwest England, East Midlands and North Wales Lucy Pink Area Representative Mobile: 07860 633156 e-mail: lucy.pink@tandf.co.uk
North of England, Scotland, Ireland and Northern Ireland Nick Pepper Area Representative Mobile: 07825 748476 e-mail: nick.pepper@tandf.co.uk
Library Supply Nigel Berkeley Library Supply and London Key Accounts Manager Mobile: 07795 968206 e-mail: nigel.berkeley@tandf.co.uk
Online Retailers Rod Abraham Assistant UK Sales Manager Mobile: 07860 380 814 Fax: 01372 273 744 e-mail: rod.abraham@tandf.co.uk
N11043_2014_UK_Cover_UK 10/30/13 11:12 AM Page 2
The following subject catalogs are available from CRC Press. View them online at the URL listed or contact your local sales representative for copies.
Find More Online www.crcpress.com • Complete Tables of Contents • Author affiliations, bios, and events • Information about ancillary materials for textbooks • Status of eBook availability • Sample pages with Google Preview
Agriculture & Life Sciences
Environmental Science & Engineering
ISBN: 978-0-418-27627-3
ISBN: 978-0-418-27275-6
Biomedical Sciences
Ergonomics & Human Factors, Industrial Engineering & Manufacturing
ISBN: 978-0-418-27268-8
ISBN: 978-0-418-27276-3
Business, Management, & Public Administration ISBN: 978-0-418-27269-5
Chemistry & Chemical Engineering
Food Science & Nutrition ISBN: 978-0-418-27277-0
ISBN: 978-0-418-27271-8
Forensic Science, Law Enforcement, & Homeland Security
Civil & Mechanical Engineering
ISBN: 978-0-418-27278-7
ISBN: 978-0-418-27272-5
Mathematics & Statistics
Computer Science, Information Technology, & Game Development
ISBN: 978-0-418-27279-4
ISBN: 978-0-418-27273-2
Medicine & Veterinary Medicine ISBN: 978-0-418-27282-4
Electrical Engineering
Physics & Materials Science
ISBN: 978-0-418-27274-9
ISBN: 978-0-418-27281-7
www.crcpress.com/catalogs
Go to www.crcpress.com for detailed information on every book. w w w. c r c p r e s s . c o m
CRC Press
Taylor & Francis Group
N11043_2014_UK_Cover_UK 11/13/13 2:37 PM Page 1
✦
Ask your librarian to ✦ sign up for a FREE TRIAL
MEDICINE & VETERINARY MEDICINE 2014 C ATA L O G
The Best Science, Technology, and Medical eBooks from CRC Press ➢ More than 11,000 references in over 350 subject areas ➢ Over 50 discipline-specific CRCnetBASEs ➢ Build your own customized CRCnetBASE ➢ Anytime, anywhere access with CRCnetBASE Mobile
e-reference@taylorandfrancis.com
1-888-318-2367 online.sales@tandf.co.uk
+44 (0) 20 7017 6062