Browse Results

Showing 54,376 through 54,400 of 61,763 results

MIPS Assembly Language Programming

by Robert Britton

Users of this book will gain an understanding of the fundamental concepts of contemporary computer architecture, starting with a Reduced Instruction Set Computer (RISC).

Information Modeling for Interoperable Dimensional Metrology

by Robert Brown Y Zhao T Kramer Xun Xu

Dimensional metrology is an essential part of modern manufacturing technologies, but the basic theories and measurement methods are no longer sufficient for today's digitized systems. The information exchange between the software components of a dimensional metrology system not only costs a great deal of money, but also causes the entire system to lose data integrity. Information Modeling for Interoperable Dimensional Metrology analyzes interoperability issues in dimensional metrology systems and describes information modeling techniques. It discusses new approaches and data models for solving interoperability problems, as well as introducing process activities, existing and emerging data models, and the key technologies of dimensional metrology systems. Written for researchers in industry and academia, as well as advanced undergraduate and postgraduate students, this book gives both an overview and an in-depth understanding of complete dimensional metrology systems. By covering in detail the theory and main content, techniques, and methods used in dimensional metrology systems, Information Modeling for Interoperable Dimensional Metrology enables readers to solve real-world dimensional measurement problems in modern dimensional metrology practices.

Software Project Management: Measures for Improving Performance (Management Concepts)

by Robert Bruce Kelsey

Software Project Management: Measures for Improving Performance focuses on more than the mechanics of project execution. By showing the reader how to identify and solve real world problems that put schedule, cost, and quality at risk, this guide gets to the heart of improving project control and performance.• Identify measurement needs and goals• Determine what measures to use to maximize the value of data• Interpret data and report the results• Diagnose quality and productivity issues• Use metrics data to solve real problemsThis is a must-read for project managers and engineering managers working in organizations where deadlines are tight, the workload is daunting, and daily crises are the rule rather than the exception. The text provides simple run rate data through progressively advanced measures, as well as:• Examples that show you how to combine measures to solve complex problems• Exercises that guide you through best practices for metric program development and implementationFrom beginning to end, Software Project Management: Measures for Improving Performance guides you to improved project performance — long before you turn the last page!

Izzy: A Biography of I. F. Stone

by Robert C. Cottrell

This is the classic story of the life and times of I. F. “Izzy” Stone. Robert Cottrell weaves together material from interviews, letters, archival materials, and government documents, and Stone’s own writings to tell the tale of one of the most significant journalists, intellectuals, and political mavericks of the twentieth century. The story of I. F. Stone is the tale of the American left over the course of his lifetime, of liberal and radical ideals which carried such weight throughout the twentieth century, and of journalism of the politically committed variety. Now available in a handsome new Rutgers University Press Classic edition, it is an examination of the life and career of a gregarious yet frequently grumpy loner who became his nation’s foremost radical commentator provides a window through which to examine American radicalism, left-wing journalism, and the evolution of key strands of Western intellectual thought in the twentieth century.

Human Capital Systems, Analytics, and Data Mining (Chapman & Hall/CRC Data Mining and Knowledge Discovery Series)

by Robert C. Hughes

Human Capital Systems, Analytics, and Data Mining provides human capital professionals, researchers, and students with a comprehensive and portable guide to human capital systems, analytics and data mining. The main purpose of this book is to provide a rich tool set of methods and tutorials for Human Capital Management Systems (HCMS) database modeling, analytics, interactive dashboards, and data mining that is independent of any human capital software vendor offerings and is equally usable and portable among both commercial and internally developed HCMS. The book begins with an overview of HCMS, including coverage of human resource systems history and current HCMS Computing Environments. It next explores relational and dimensional database management concepts and principles. HCMS Instructional databases developed by the Author for use in Graduate Level HCMS and Compensation Courses are used for database modeling and dashboard design exercises. Exciting knowledge discovery and research Tutorials and Exercises using Online Analytical Processing (OLAP) and data mining tools through replication of actual original pay equity research by the author are included. New findings concerning Gender Based Pay Equity Research through the lens Comparable Worth and Occupational Mobility are covered extensively in Human Capital Metrics, Analytics and Data Mining Chapters.

Computer Forensics: Evidence Collection and Management

by Robert C. Newman

Computer Forensics: Evidence Collection and Management examines cyber-crime, E-commerce, and Internet activities that could be used to exploit the Internet, computers, and electronic devices. The book focuses on the numerous vulnerabilities and threats that are inherent on the Internet and networking environments and presents techniques and suggestions for corporate security personnel, investigators, and forensic examiners to successfully identify, retrieve, and protect valuable forensic evidence for litigation and prosecution. The book is divided into two major parts for easy reference. The first part explores various crimes, laws, policies, forensic tools, and the information needed to understand the underlying concepts of computer forensic investigations. The second part presents information relating to crime scene investigations and management, disk and file structure, laboratory construction and functions, and legal testimony. Separate chapters focus on investigations involving computer systems, e-mail, and wireless devices. Presenting information patterned after technical, legal, and managerial classes held by computer forensic professionals from Cyber Crime Summits held at Kennesaw State University in 2005 and 2006, this book is an invaluable resource for thosewho want to be both efficient and effective when conducting an investigation.

Effective C, 2nd Edition: An Introduction to Professional C Programming

by Robert C. Seacord

Effective C, 2nd edition, is an introduction to essential C language programming that will soon have you writing programs, solving problems, and building working systems.The latest release of the C programming language, C23, enhances the safety, security, and usability of the language. This second edition of Effective C has been thoroughly updated to cover C23, offering a modern introduction to C that will teach you best practices for writing professional, effective, and secure programs that solve real-world problems.Effective C is a true product of the C community. Robert C. Seacord, a long-standing member of the C standards committee with over 40 years of programming experience, developed the book in collaboration with other C experts, such as Clang&’s lead maintainer Aaron Ballman and C project editor JeanHeyd Meneide. Thanks to the efforts of this expert group, you&’ll learn how to: Develop professional C code that is fast, robust, and secureUse objects, functions, and types effectivelySafely and correctly use integers and floating-point typesManage dynamic memory allocation Use strings and character types efficientlyPerform I/O operations using C standard streams and POSIX file descriptors Make effective use of C&’s preprocessorDebug, test, and analyze C programs The world runs on code written in C. Effective C will show you how to get the most out of the language and build robust programs that stand the test of time.New to this edition: This edition has been extensively rewritten to align with modern C23 programming practices and leverage the latest C23 features.Updated to cover C23

Effective C: An Introduction to Professional C Programming

by Robert C. Seacord

A detailed introduction to the C programming language for experienced programmers.The world runs on code written in the C programming language, yet most schools begin the curriculum with Python or Java. Effective C bridges this gap and brings C into the modern era--covering the modern C17 Standard as well as potential C2x features. With the aid of this instant classic, you'll soon be writing professional, portable, and secure C programs to power robust systems and solve real-world problems.Robert C. Seacord introduces C and the C Standard Library while addressing best practices, common errors, and open debates in the C community. Developed together with other C Standards committee experts, Effective C will teach you how to debug, test, and analyze C programs. You'll benefit from Seacord's concise explanations of C language constructs and behaviors, and from his 40 years of coding experience.You'll learn: • How to identify and handle undefined behavior in a C program • The range and representations of integers and floating-point values • How dynamic memory allocation works and how to use nonstandard functions • How to use character encodings and types • How to perform I/O with terminals and filesystems using C Standard streams and POSIX file descriptors • How to understand the C compiler's translation phases and the role of the preprocessor • How to test, debug, and analyze C programsEffective C will teach you how to write professional, secure, and portable C code that will stand the test of time and help strengthen the foundation of the computing world.

Liferay Beginner’s Guide

by Sandeep Nair Robert Chen

Part of Packt's Beginner's Guide series, each chapter follows the creation of a fictional neighbourhood site to demonstrate an aspect of Liferay portal with practical examples, screenshots, and step-by-step instructions. All you need in order to benefit from the Liferay Beginner's Guide is programming experience. No prior knowledge of Liferay is required, although experienced Liferay portal programmers who need to get up to speed with its latest features will also find this book useful.

Beginning Android 3D Game Development

by Robert Chin

Beginning Androida3D Game Developmentais a unique book for today's Android and game app developers who want to learn how to build 3D game appsathat run on the latest Android KitKat platform using Java and OpenGL ES. aaAaDrone Grid game case study is included. "

X-Ray Computed Tomography in Biomedical Engineering

by Robert Cierniak

Computed Tomography gives a detailed overview of various aspects of computed tomography. It discusses X-ray CT tomography from a historical point of view, the design and physical operating principles of computed tomography apparatus, the algorithms of image reconstruction and the quality assessment criteria of tomography scanners. Algorithms of image reconstruction from projections, a crucial problem in medical imaging, are considered in depth. The author gives descriptions of the reconstruction methods related to tomography scanners with a parallel X-ray beam, trough solutions with fan-shaped beam and successive modifications of spiral scanners. Computed Tomography contains a dedicated chapter for those readers who are interested in computer simulations based on studies of reconstruction algorithms. The information included in this chapter will enable readers to create a simulation environment in which virtual tomography projections can be obtained in all basic projection systems. This monograph is a valuable study on computed tomography that will be of interest to advanced students and researchers in the fields of biomedical engineering, medical electronics, computer science and medicine.

Encryption for Organizations and Individuals: Basics of Contemporary and Quantum Cryptography

by Robert Ciesla

Cryptography and encryption aren't just for geeks and spies—they’re also part of our daily lives. This book enlightens you with the basics of digital cryptography and covers the must-do practices organizations need to implement when it comes to fending off data theft and eavesdroppers. You will uncover the concepts of digital encryption and examine key digital encryption algorithms and their various applications. Gauging cryptography from an enterprise perspective, you will get an in-depth look at common attacks that can occur in your systems and lean how to counter themMoving on to quantum computing, you will discover how it differs from the current computing paradigm and understand its potential for the future. After clearing the basics, you will take a close look at how quantum computers work in practice. Shifting focus to quantum cryptography, you will learn more about quantum key distribution (QKD) and how it differs from present-day encryption methodologies. You will also consider the current implementations of QKD, including distribution systems by SwissQuantum and QKD-distribution networks provided by the DARPA Quantum Network. Ultimately, you will learn the means of defending against cryptographic attacks in the up-and-coming quantum age, such as utilizing zero-knowledge proof (ZKP) systems.Deepen your knowledge of cryptographic concepts and be introduced to the new paradigm of quantum cryptography with this book. What You Will LearnAppreciate how digital encryption algorithms workSecure your infrastructure from cryptographic attacksUnderstand the basics of quantum information scienceDiscover how cryptography relates to quantum computingImplement Quantum Key Distribution (QKD) Who This Book Is ForThis book is aimed at readers who have an interest in both well-established and up-and-coming types of cryptography, as well as members of organizations to whom privacy is a top priority.

Game Development with Ren'Py: Introduction to Visual Novel Games Using Ren'Py, TyranoBuilder, and Twine

by Robert Ciesla

Get your feet wet in developing visual novels and take a guided tour through easy to follow tutorials using three of the most popular tools (Ren'Py, TyranoBuilder, and Twine). This book uses a two-pronged approach into the fine art of text-based games, showing you what makes for compelling writing as well as the programming logic and techniques needed to bring your visual novels to life. In this book, you will uncover the rich history of interactive fiction from the bare-bones 1970s games to the audiovisually rich modern output. You will take a detailed look at how to work with some of the most popular and exotic sub-genres and tropes of interactive fiction, such as nakige ("crying game"), dating sims, and horror. Once the stage is set, you will learn to use all-purpose programming logic and techniques in three mini tutorial games and also learn how to deploy your titles to both desktop and mobile platforms. Not solely relegated to the ancient historical period of the 1980s and 1990s, interactive fiction has again become appealing to developers as new tools became available. The visual novel is an increasingly popular and potentially lucrative genre of video game, being deployed for Windows, Mac, iOS, Android, and more. Game Development with Ren'Py reveals how multi-platform tools such as Ren'Py, TyranoBuilder, and Twine are becoming ever more plentiful for creating games in this genre.What You'll Learn Gain a working knowledge of Ren'Py, TyranoBuilder, and Twine Examine the basics of general programming logicDeploy to all available operating systems and platformsReview different approaches to fiction writing in the context of text-based games Who This Book Is ForPeople with no programming experience who are interested in working in the genre of visual novels or interactive fiction.

Programming Basics: Getting Started with Java, C#, and Python

by Robert Ciesla

Explore the basics of the three most popular programming languages: C#, Java, and Python and see what it's like to function in today's world from the perspective of a programmer. This book's uses is highly practical approach with numerous code listings aimed at bringing generations together through the intricacies of technology. You'll learn how understanding the basics of coding benefits non-programmers working with software developers. Those in the gaming/media industry will also benefit from understanding a programmer's point of view. The same applies to software testers and even company executives, who might have an education in business instead of computer science.What You'll LearnThink and read code-listings like a programmerGain a basic working proficiency in three popular programming languagesCommunicate more efficiently with programmers of all experience levels in a work-based environmentReview advanced OOP concepts such as exceptions and error handlingSet up your programming environments for Windows, MacOS, and LinuxWho This Book Is ForThose looking to discover programming, including beginners in all fields, and professionals looking to understand how code works.

Sound and Music for Games: The Basics of Digital Audio for Video Games

by Robert Ciesla

Grasp the fundamentals of digital audio work in the context of video games, including the basics of middleware such as Fmod and Wwise. We will review software such as Apple's Logic and Garageband, Paul Davis's Ardour, and many other popular digital audio workstations. We will start with an introduction to the basic terminology of digital audio work while also getting acquainted with current generation audio hardware. We will then discuss the basics of the venerable Musical Instrument Digital Interface (MIDI) and how it relates to music composition as well as the tools and techniques for writing tracker music/chiptunes. The book also covers plug-in software, soundproofing at home, and voice work. The book takes a practical approach while tackling both hardware and software components used in cutting edge audio engineering, composition, and audio monitoring. What You Will Learn • Understand the fundamentals of digital audio production in the context of video games • Learn about audio integration with popular middleware solutions and APIs • Leverage plugin effects software to sculpt your audio to professional levels • Identify modern audio file formats and how and when to use them • Learn best practices when mixing sound effects and music for video games Who Is This Book For The intended readership includes beginners in digital audio engineering who use Windows, macOS, or Linux.

The Book of Chatbots: From ELIZA to ChatGPT

by Robert Ciesla

Primitive software chatbots emerged in the 1960s, evolving swiftly through the decades and becoming able to provide engaging human-to-computer interactions sometime in the 1990s. Today, conversational technology is ubiquitous in many homes. Paired with web-searching abilities and neural networking, modern chatbots are capable of many tasks and are a major driving force behind machine learning and the quest for strong artificial intelligence, also known as artificial general intelligence (AGI).Sophisticated artificial intelligence is changing the online world as advanced software chatbots can provide customer service, research duties, and assist in healthcare. Modern chatbots have indeed numerous applications — including those of a malicious nature. They can write our essays, conduct autonomous scams, and potentially influence politics.The Book of Chatbots is both a retrospective and a review of current artificial intelligence-driven conversational solutions. It explores their appeal to businesses and individuals as well as their greater social aspects, including the impact on academia. The book explains all relevant concepts for readers with no previous knowledge in these topics. Unearthing the secrets of virtual assistants such as the (in)famous ChatGPT and many other exciting technologies, The Book of Chatbots is meant for anyone interested in the topic, laypeople and IT-enthusiasts alike.

From Voices to Results - Voice of Customer Questions, Tools and Analysis: Proven techniques for understanding and engaging with your customers

by Robert Coppenhaver

Make the right decisions about your products and services by listening effectively to the people that matter – your customersKey FeaturesUnderstand the core components, processes and technologies available for a VOC initiativeStructure effective VOC programs and turn VOC into actionable product successA handy guide to help you identify the hidden needs of your customers and strengthen your relationship with themBook DescriptionThis book is all about getting to know your customers – what they want and need, what they like and don’t like. Voice of the Customer is one of the most popular forms of market research combining both quantitative and qualitative methods. This book shows you how to engage with customers and understand their wants and needs, likes and dislikes – something which is becoming more in more important with the rise of an increasingly connected world. The book addresses the problem of understanding your customer and engaging with those customers. It also targets people who want to know how to do an effective VOC capture and analysis. As with any engagement/research based initiative, there is also a concern with the ROI. This book shows you how to overcome this problem as well.By the end of this book, you will have a thorough understanding of the relevant stages of a VOC project. It will show you how to devise an effective plan, direct the project to their objectives, and then show you how to collect the voice of the customer, with examples and templates for interviewing and surveying.What you will learnUnderstand different unarticulated needs of your customersDeploy effective VOC in your organizationsIdentify and understand the different tools and processes to set up a successful VOC programIntegrating your findings about your customers into successful productsEffectively utilize VOC for a successful launch of your productWho this book is forThe book is for anyone who needs to get to know their customer, how they feel and what they think about a certain subject. If you are a stakeholder in any project responsible for customer relationships, this book will help you immensely. An awareness of VOC as a topic would be useful, although not essential.

Canon EOS 5D Mark III For Dummies

by Robert Correll

The ideal reference to Canon's EOS 5D Mark III for professionals and serious hobbyistsThe Canon EOS 5D Mark III offers professional photographers and advanced amateurs a wide range of top-flight dSLR capabilities. Canon users love For Dummies guides, with more than 100,000 copies of previous Canon camera guides sold. Like its predecessors, this one is packed with colorful examples that illustrate camera features and inspire you to capture your own super images. It explains the camera controls and menus, shows you how to take full advantage of all the features, discusses output options and image editing, and much more.Geared to the needs of professional dSLR photographers and serious hobbyists, this guide covers all the features of the Canon EOS 5D Mark IIIExplores the camera body, menu screen, auto settings, and image settingsShows how to use the video modes, priority settings, manual settings, and focus modes to capture the best imagesProvides suggestions and inspiration with more than 300 full-color photosCovers image editing and output optionsFeatures tips, techniques, and projects to help you get the most from your camera's capabilitiesCanon EOS 5D Mark III For Dummies is the perfect partner for your new dSLR.

Digital SLR Photography All-in-One For Dummies

by Robert Correll

The bestselling guide to DSLR photography - now updated for the latest technology and tools!This new edition gets you up to "shutter speed" on the latest camera technologies, including the new consumer-targeted full-frame models and pro-features that are now incorporated in consumer-focused units. Veteran author and professional photographer Robert Correll walks you through how a camera works, what lenses to use, how to set exposure, and how to capture the shots that define a portfolio.Fully updated to cover the latest generation of cameras and boasting more than 700 pages, this must-have resource explores the latest in tools and offers additional content, including video and interactive tools so that you can enhance your photography knowledge. Covers the basics of DSLR mechanics and explains how settings affect the final photoReviews lenses and walks you through choosing and applying the right lens for your situationDiscusses how aperture, shutting speed, and ISO combine to determine how your photo will lookDemystifies how to light a photo, from using natural light to flash to artificial lightingHelps you shooting high-quality video and filmDigital SLR Photography All-in-One For Dummies, 2nd Edition is packed with everything you need to get your idea photo, from portraits to action shots to night photos and so much more!

Digital SLR Photography All-in-One For Dummies

by Robert Correll

6 Books in one! Boost your DSLR photography skills with this amazing book When you're investing in top-notch camera equipment, it's also time to build top-notch photography skills that help you create the stunning images you see in your mind. This book gets you started on the path to capturing incredible photos of life's most precious moments. Cut through the jargon and techspeak as you get down to the essentials of taking control of your powerful camera and leaving the days of washed-out and blurry photos behind. 6 Books Inside… Review digital photography basics and camera controls Get the right lens for the shot Take creative control of exposure settings Shed some light on your subject Perfect the picture with editing Follow recipes for portraits, landscapes, close-ups, and action shots

High Dynamic Range Digital Photography For Dummies

by Robert Correll

Create amazing HDR photos with this full-color, plain-English guide Your secret is safe with us. Even if you don't have the latest high-end high dynamic range (HDR) camera equipment, you can still create striking images that appear as if you do with the tips, tricks, and techniques in this helpful guide. Discover how to use bracketing effectively, get the most out of a tripod, finesse your photos with Photoshop, and make it all go easier with this practical and inspiring book. Shines a light on HDR-what it is, how it's done, and what tools you need Walks you through how to take good photographs, from using the right settings to choosing good HDR subjects Demonstrates how to put all your images together in a single photo, including selecting the software, establishing workflow, and creating files Covers how you can clean up digital residue, how to create HDR in black and white, and much more Packed with beautiful and inspiring full-color HDR images to fire your imagination Get fresh ideas, avoid mistakes, and produce memorable images with this essential guide.

Sony Alpha SLT-A35 / A55 For Dummies

by Robert Correll

A practical, step-by-step guide to Sony's most popular new dSLRsSony's new a35 and a55 camera models offer a full range of dSLR features, including pre-sets and auto modes for beginners as well as full manual control over exposure and a unique translucent mirror option. This friendly For Dummies guide gets new dSLR users up to speed and helps more experienced photographers take full advantage of the many options these cameras offer. It covers all the basic camera controls and explains how to set up shooting modes, shoot video, master exposure and focus, edit images, and more.Sony's a35 and a55 models offer a full range of dSLR features and a translucent mirror option, this guide helps new and experienced photographers take full advantage of them allCovers setting up the camera, using all the basic and advanced controls, using auto mode, and shooting video Explores controls that handle exposure, flash, focus, and color, and how to make these elements work to create a great photoExplains image playback, review, and basic editingSony a35/a55 For Dummies gets you up and running with your new Sony dSLR quickly and helps you make the most of everything it has to offer.

Sony Alpha SLT-A65/A77 For Dummies

by Robert Correll

Just what you need to get up and running with Sony's new flagship dSLRs The Sony a77, with its 24. 3 megapixel sensor, full HD video capability, and translucent mirror system, is poised to be Sony's flagship dSLR camera. With many of the same features but at a lower price point, the a65 is the economy version. This guide will cover all the important steps for getting the most from either model. It shows how to set up the camera to get great shots immediately, explains all the controls and shooting modes, shows how to review images and make basic edits, and offers valuable advice on taking super photos using manual settings. Sony's new a65 and a77 dSLRs feature a huge megapixel sensor, HD video, generous ISO range, and the translucent mirror system unique to Sony This easy-to-follow guide helps you make the most of your investment with complete coverage of all the basic and advanced settings and shooting modes Covers shooting in auto mode, shooting HD video, and taking manual control over exposure, focus, and lighting Explains how to play back images and perform basic edits as well as how to manipulate flash, focus, and color to create top-quality photos With Sony a65/a77 For Dummies, bestselling photography author Robert Correll gives new Sony dSLR users confidence and helps them get everything they paid for in these exciting new Sony camera models.

Business Case Analysis with R: Simulation Tutorials To Support Complex Business Decisions

by Robert D. Brown III

This tutorial teaches you how to use the statistical programming language R to develop a business case simulation and analysis. It presents a methodology for conducting business case analysis that minimizes decision delay by focusing stakeholders on what matters most and suggests pathways for minimizing the risk in strategic and capital allocation decisions. Business case analysis, often conducted in spreadsheets, exposes decision makers to additional risks that arise just from the use of the spreadsheet environment. R has become one of the most widely used tools for reproducible quantitative analysis, and analysts fluent in this language are in high demand. The R language, traditionally used for statistical analysis, provides a more explicit, flexible, and extensible environment than spreadsheets for conducting business case analysis. The main tutorial follows the case in which a chemical manufacturing company considers constructing a chemical reactor and production facility to bring a new compound to market. There are numerous uncertainties and risks involved, including the possibility that a competitor brings a similar product online. The company must determine the value of making the decision to move forward and where they might prioritize their attention to make a more informed and robust decision. While the example used is a chemical company, the analysis structure it presents can be applied to just about any business decision, from IT projects to new product development to commercial real estate. The supporting tutorials include the perspective of the founder of a professional service firm who wants to grow his business and a member of a strategic planning group in a biomedical device company who wants to know how much to budget in order to refine the quality of information about critical uncertainties that might affect the value of a chosen product development pathway. What You’ll LearnSet up a business case abstraction in an influence diagram to communicate the essence of the problem to other stakeholdersModel the inherent uncertainties in the problem with Monte Carlo simulation using the R languageCommunicate the results graphicallyDraw appropriate insights from the resultsDevelop creative decision strategies for thorough opportunity cost analysisCalculate the value of information on critical uncertainties between competing decision strategies to set the budget for deeper data analysisConstruct appropriate information to satisfy the parameters for the Monte Carlo simulation when little or no empirical data are available Who This Book Is For Financial analysts, data practitioners, and risk/business professionals; also appropriate for graduate level finance, business, or data science students

Radically Civil: Saving Democracy One Conversation at a Time (Routledge Research in Political Communication)

by William Keith Robert Danisch

If you feel like the world has gone to hell in a handbasket, you’re not alone. If you often feel there’s nothing you can do about it, you’re also not alone. Along with this increasing anger, fear, and frustration, much confusion still prevails on the appropriate communication practices for responding to difficult situations and improving our lives. Communication experts, Robert Danisch and William Keith, explain why and how we can practice radical civility in this practical guide to everyday “political” communication. This guide begins with examples of radical civility to show the potential of this kind of communication to change minds and bridge differences. The authors then unpack the three foundational principles of radical civility as useful theoretical tools for thinking throughout interactions with others in civic spaces. This is then followed by a three-step process for practicing radical civility drawing on research into active listening and its importance for creating connections, validating other views, and opening up possibilities for future conversation. The guide concludes with evidence-based communication practices and prescriptive recommendations for how to do each and show examples of each in action. Radically Civil: Saving Democracy One Conversation at a Time is a much-needed communication-based antidote to polarization, preparing students, researchers, and community leaders to be responsible participants in today’s society.

Refine Search

Showing 54,376 through 54,400 of 61,763 results