Browse Results

Showing 12,301 through 12,325 of 55,681 results

JavaScript and JSON Essentials: Build Light Weight, Scalable, And Faster Web Applications With The Power Of Json, 2nd Edition

by Bruno Joseph D'Mello

JSON is an established and standard format used to exchange data. This book shows how JSON plays different roles in full web development through examples. By the end of this book, you'll have a new perspective on providing solutions for your applications and handling their complexities.

JavaScript and JSON Essentials: Build light weight, scalable, and faster web applications with the power of JSON, 2nd Edition

by Bruno Dmello Sai S Sriparasa

Use JSON for building web applications with technologies like HTML, JavaScript, Angular, Node.js, Hapi.js, Kafka, socket.io, MongoDB, Gulp.js, and handlebar.js, and others formats like GEOJSON, JSON-LD, MessagePack, and BSON.Key FeaturesUse JSON with trending technologies like Angular, Hapi.js, MongoDB, Kafka, and Socket.ioDebug, validate, and format JSON using developer toolkits, JSONLint, and JSON Editor OnlineExplore other JSON formats like GeoJSON, JSON-LD, BSON, and MessagePackBook DescriptionJSON is an established and standard format used to exchange data. This book shows how JSON plays different roles in full web development through examples. By the end of this book, you'll have a new perspective on providing solutions for your applications and handling their complexities.After establishing a strong basic foundation with JSON, you'll learn to build frontend apps by creating a carousel. Next, you'll learn to implement JSON with Angular 5, Node.js, template embedding, and composer.json in PHP. This book will also help you implement Hapi.js (known for its JSON-configurable architecture) for server-side scripting.You'll learn to implement JSON for real-time apps using Kafka, as well as how to implement JSON for a task runner, and for MongoDB BSON storage. The book ends with some case studies on JSON formats to help you sharpen your creativity by exploring futuristic JSON implementations. By the end of the book, you'll be up and running with all the essential features of JSON and JavaScript and able to build fast, scalable, and efficient web applications.What you will learnUse JSON to store metadata for dependency managers, package managers, configuration managers, and metadata storesHandle asynchronous behavior in applications using callbacks, promises, generators, and async-await functionsUse JSON for Angular 5, Node.js, Gulp.js, and Hapi.jsImplement JSON as BSON in MongoDBMake use of JSON in developing automation scriptsImplement JSON for realtime using socket.io and distributed systems using KafkaWho this book is forIf you’re a web developer with a basic understanding of JavaScript and want to write JSON data, integrate it with RESTful APIs to create faster and scalable applications, this book is for you.

Modern C++ for Absolute Beginners: A Friendly Introduction to C++ Programming Language and C++11 to C++20 Standards

by Slobodan Dmitrović

Learn the C++ programming language in a structured, straightforward, and friendly manner. This book teaches the basics of the modern C++ programming language, C++ Standard Library, and modern C++ standards. No previous programming experience is required. C++ is a language like no other, surprising in its complexity, yet wonderfully sleek and elegant in so many ways. It is also a language that cannot be learned by guessing, one that is easy to get wrong and challenging to get right. To overcome this, each section is filled with real-world examples that gradually increase in complexity. Modern C++ for Absolute Beginners teaches more than just programming in C++20. It provides a solid C++ foundation to build upon. The author takes you through the C++ programming language, the Standard Library, and the C++11 to C++20 standard basics. Each chapter is accompanied by the right amount of theory and plenty of source code examples. You will work with C++20 features and standards, yet you will also compare and take a look into previous versions of C++. You will do so with plenty of relevant source code examples. What You Will LearnWork with the basics of C++: types, operators, variables, constants, expressions, references, functions, classes, I/O, smart pointers, polymorphism, and more Set up the Visual Studio environment on Windows and GCC on Linux, where you can write your own codeDeclare and define functions, classes, and objects, and organize code into namespacesDiscover object-oriented programming: classes and objects, encapsulation, inheritance, polymorphism, and more using the most advanced C++ featuresEmploy best practices in organizing source code and controlling program workflowGet familiar with C++ language dos and donts, and moreMaster the basics of lambdas, inheritance, polymorphism, smart pointers, templates, modules, contracts, concepts, and more Who This Book Is For Beginner or novice programmers who wish to learn C++ programming. No prior programming experience is required.

Modern C for Absolute Beginners: A Friendly Introduction to the C Programming Language

by Slobodan Dmitrović

Learn the C programming language easily and in a straightforward way. This book teaches the basics of C, the C Standard Library, and modern C standards. No previous programming experience is required.C is a language that is as popular today as it was decades ago. C covers a wide variety of domains. It can be used to program a microcontroller, or to develop an entire operating system. This book is an effort to introduce the reader to the C programming language in a concise and easy to follow manner.The author takes you through the C programming language, the Standard Library, and the C standards basics. Each chapter is the right balance of theory and code examples. After reading and using this book, you'll have the essentials to start programming in modern C. What You Will LearnThe C programming language fundamentalsThe C Standard Library fundamentalsNew C Standards featuresThe basics of types, operators, statements, arrays, functions, and structsThe basics of pointers, memory allocation, and memory manipulationTake advantage of best practices in C Who This Book Is For Beginner or novice programmers who wish to learn the C programming language. No prior programming experience is required.

Modern C++ for Absolute Beginners: A Friendly Introduction to the C++ Programming Language and C++11 to C++23 Standards

by Slobodan Dmitrović

Learn the C++ programming language in a structured, straightforward, and friendly manner. This book teaches the basics of the modern C++ programming language, the C++ Standard Library, and modern C++ standards, including C++23. No previous programming experience is required. C++ is a language like no other, surprising in its complexity, yet wonderfully sleek and elegant in so many ways. It is also a language that cannot be learned by guessing, one that is easy to get wrong and challenging to get right. To overcome this, each section is filled with real-world examples that gradually increase in complexity. Modern C++ for Absolute Beginners, Second Edition teaches more than just programming in C++23. It provides a solid C++ foundation to build upon. The author takes you through the C++ programming language, the Standard Library, and C++11 to C++23 standard basics. Each chapter is accompanied by the right amount of theory and plenty of source code examples. You will work with C++23 features and standards, yet you will also compare and take a look into previous versions of C++. After reading this book, you'll be able to start programming in modern C++ standards. You will do so with plenty of relevant source code examples, freely available via a dedicated GitHub repository. What You Will LearnGet Introduced to modern C++ in a friendly but effective wayWork with the basics of C++: types, operators, variables, constants, expressions, references, functions, classes, I/O, smart pointers, polymorphism, and moreSet up the Visual Studio environment on Windows and GCC on Linux, where you can write your own codeDeclare and define functions, classes, and objects, and organize code into namespacesDiscover object-oriented programming: classes and objects, encapsulation, inheritance, polymorphism, and more using the most advanced C++ featuresEmploy best practices in organizing source code and controlling program workflowGet familiar with C++ language do's and don'ts, and moreManage the basics of lambdas, inheritance, polymorphism, smart pointers, templates, modules, contracts, concepts, and moreWho This Book Is For Beginner or novice programmers who wish to learn C++ programming. No prior programming experience is required.

Modern C for Absolute Beginners: A Friendly Introduction to the C Programming Language

by Slobodan Dmitrović

Learn the basics of C, the C standard library, and modern C standards. Complete with modern, up-to-date examples and screenshots, this new edition is fully updated and reworked with the latest C23 standards and features. C is a language that is as popular today as it was decades ago. It can be used to program a microcontroller or to develop an entire operating system. Author Slobodan Dmitrović takes you on a journey through the C programming language, the standard library, and the C standards basics. Each chapter is the right balance of theory and code examples. Written in a concise and easy-to-follow manner, this book will provide you all the essentials needed to start programming in modern C. What You Will LearnUnderstand C programming language and C standard library fundamentalsWork with new C standards featuresStudy the basics of types, operators, statements, arrays, functions, and structsReview the fundamentals of pointers, memory allocation, and memory manipulationTake advantage of best practices in CWho This Book Is For Beginner or novice programmers who wish to learn the C programming language. No prior programming experience is required.

Self-Organization in Continuous Adaptive Networks (River Publishers Series In Information Science And Technology Ser.)

by Anne-Ly Do Thilo Gross

In the last years, adaptive networks have been discovered simultaneously in different fields as a universal framework for the study of self-organization phenomena. Understanding the mechanisms behind these phenomena is hoped to bring forward not only empirical disciplines such as biology, sociology, ecology, and economy, but also engineering disciplines seeking to employ controlled emergence in future technologies. This volume presents new analytical approaches, which combine tools from dynamical systems theory and statistical physics with tools from graph theory to address the principles behind adaptive self-organization. It is the first class of approaches that is applicable to continuous networks. The volume discusses the mechanisms behind three emergent phenomena that are prominently discussed in the context of biological and social sciences:• synchronization,• spontaneous diversification, and• self-organized criticality.Self-organization in continuous adaptive networks contains extended research papers. It can serve as both, a review of recent results on adaptive self-organization as well as a tutorial of new analytical methodsSelf-organization in continuous adaptive networks is ideal for academic staff and master/research students in complexity and network sciences, in engineering, physics and maths.

Advances in Statistical Bioinformatics: Models and Integrative Inference for High-Throughput Data

by Kim-Anh Do Zhaohui Steve Qin Marina Vannucci

Providing genome-informed personalized treatment is a goal of modern medicine. Identifying new translational targets in nucleic acid characterizations is an important step toward that goal. The information tsunami produced by such genome-scale investigations is stimulating parallel developments in statistical methodology and inference, analytical frameworks, and computational tools. Within the context of genomic medicine and with a strong focus on cancer research, this book describes the integration of high-throughput bioinformatics data from multiple platforms to inform our understanding of the functional consequences of genomic alterations. This includes rigorous and scalable methods for simultaneously handling diverse data types such as gene expression array, miRNA, copy number, methylation, and next-generation sequencing data. This material is written for statisticians who are interested in modeling and analyzing high-throughput data. Chapters by experts in the field offer a thorough introduction to the biological and technical principles behind multiplatform high-throughput experimentation.

Go for DevOps: Learn how to use the Go language to automate servers, the cloud, Kubernetes, GitHub, Packer, and Terraform

by John Doak David Justice

Achieve reliable release automation and get zero troublesome notifications on your release day.Purchase of the print or Kindle book includes a free eBook in the PDF format.Key FeaturesDevelop the skills to build command-line tools to control thousands of nodesUse Go to create Terraform providers and GitHub actions and extend KubernetesGain the knowledge to build DevOps workflows that are understandable, scalable, and safeBook DescriptionGo is the go-to language for DevOps libraries and services, and without it, achieving fast and safe automation is a challenge. With the help of Go for DevOps, you'll learn how to deliver services with ease and safety, becoming a better DevOps engineer in the process. Some of the key things this book will teach you are how to write Go software to automate configuration management, update remote machines, author custom automation in GitHub Actions, and interact with Kubernetes. As you advance through the chapters, you'll explore how to automate the cloud using software development kits (SDKs), extend HashiCorp's Terraform and Packer using Go, develop your own DevOps services with gRPC and REST, design system agents, and build robust workflow systems. By the end of this Go for DevOps book, you'll understand how to apply development principles to automate operations and provide operational insights using Go, which will allow you to react quickly to resolve system failures before your customers realize something has gone wrong.What you will learnUnderstand the basic structure of the Go language to begin your DevOps journeyInteract with filesystems to read or stream dataCommunicate with remote services via REST and gRPCExplore writing tools that can be used in the DevOps environmentDevelop command-line operational software in GoWork with popular frameworks to deploy production softwareCreate GitHub actions that streamline your CI/CD processWrite a ChatOps application with Slack to simplify production visibilityWho this book is forThis book is for Ops and DevOps engineers who would like to use Go to develop their own DevOps tooling or integrate custom features with DevOps tools such as Kubernetes, GitHub Actions, HashiCorp Packer, and Terraform. Experience with some type of programming language, but not necessarily Go, is necessary to get started with this book.

Practical Development Environments

by Matthew B. Doar

This book doesn't tell you how to write faster code, or how to write code with fewer memory leaks, or even how to debug code at all. What it does tell you is how to build your product in better ways, how to keep track of the code that you write, and how to track the bugs in your code. Plus some more things you'll wish you had known before starting a project. Practical Development Environments is a guide, a collection of advice about real development environments for small to medium-sized projects and groups. Each of the chapters considers a different kind of tool - tools for tracking versions of files, build tools, testing tools, bug-tracking tools, tools for creating documentation, and tools for creating packaged releases. Each chapter discusses what you should look for in that kind of tool and what to avoid, and also describes some good ideas, bad ideas, and annoying experiences for each area. Specific instances of each type of tool are described in enough detail so that you can decide which ones you want to investigate further. Developers want to write code, not maintain makefiles. Writers want to write content instead of manage templates. IT provides machines, but doesn't have time to maintain all the different tools. Managers want the product to move smoothly from development to release, and are interested in tools to help this happen more often. Whether as a full-time position or just because they are helpful, all projects have toolsmiths: making choices about tools, installing them, and then maintaining the tools that everyone else depends upon. This book is especially for everyone who ends up being a toolsmith for his or her group.

Practical JIRA Administration: Using JIRA Effectively: Beyond the Documentation

by Matthew B. Doar

If you're familiar with JIRA for issue tracking, bug tracking, and other uses, you know it can sometimes be tricky to set up and manage. In this concise book, software toolsmith Matt Doar clarifies some of the more confusing aspects by answering difficult and frequently asked questions about JIRA administration. Practical JIRA Administration shows you how JIRA is intended to be used, making it an ideal supplement to the extensive documentation already available. The book's chapters are loosely connected, so you can go straight to the information that best serves your needs. Understand the difference between JIRA groups and JIRA project roles Discover what JIRA schemes do, and learn how to maintain them Use a consistent configuration approach to help you use JIRA as a platform Create a workflow from scratch Add, modify, and deactivate users Prepare for a JIRA upgrade, and troubleshoot if necessary Get remote access to JIRA via email, SQL, REST, and other methods

Practical JIRA Plugins: Using JIRA Effectively: Custom Development

by Matthew B. Doar Jonathan Doklovic

One advantage of using JIRA for issue tracking, bug tracking, or project management is the ability to extend this tool with hundreds of plugins from the JIRA community. In this concise book, software toolsmith Matt Doar--the author of Practical JIRA Administration--shows you how to create and maintain your own JIRA plugins to meet the specific needs of a project. This book uses detailed examples to clarify some of the more confusing aspects of JIRA plugins, and serves as an ideal supplement to the extensive documentation already available. Use JIRA's Plugin SDK, and learn several aspects common to all plugins Create your own custom field type, using a JIRA plugin Delve into advanced aspects of custom field plugins, and discover how searching for values in custom fields works Create JIRA plugins to use with workflows, and learn about conditions, validators, and post-functions Store data using the PropertySet interface and the Active Objects plugin Upgrade a plugin and upload it to Atlassian Plugin Exchange (PAC)

Mathematical Insights into Advanced Computer Graphics Techniques (Mathematics for Industry #32)

by Yoshinori Dobashi Shizuo Kaji Kei Iwasaki

This book presents cutting-edge developments in the advanced mathematical theories utilized in computer graphics research – fluid simulation, realistic image synthesis, and texture, visualization and digital fabrication. A spin-off book from the International Symposium on Mathematical Progress in Expressive Image Synthesis in 2016 and 2017 (MEIS2016/2017) held in Fukuoka, Japan, it includes lecture notes and an expert introduction to the latest research presented at the symposium. The book offers an overview of the emerging interdisciplinary themes between computer graphics and driven mathematic theories, such as discrete differential geometry. Further, it highlights open problems in those themes, making it a valuable resource not only for researchers, but also for graduate students interested in computer graphics and mathematics.

Mathematical Progress in Expressive Image Synthesis III

by Yoshinori Dobashi Hiroyuki Ochiai

"Progress in Expressive Image Synthesis"(MEIS2015), was held in Fukuoka, Japan, September 25-27, 2015. The aim of thesymposium was to provide a unique venue where various issues in computergraphics (CG) application fields could be discussed by mathematicians, CGresearchers, and practitioners. Through the previous symposiums MEIS2013 andMEIS2014, mathematicians as well as CG researchers have recognized that CG is aspecific and practical activity derived from mathematical theories. Issuesfound in CG broaden the field of mathematics and vice versa, and CG visualizesmathematical theories in an aesthetic manner. In this volume, the editors aim toprovoke interdisciplinary research projects through the peer-reviewed papersand poster presentations at the this year's symposium. This book capturesinteractions among mathematicians, CG researchers, and practitioners sharingimportant, state-of-the-art issues in graphics and visual perception. The bookis suitable for all CG researchers seeking open problem areas and especiallyfor those entering the field who have not yet selected a research direction.

Matchmoving

by Tim Dobbert

Get your foot in the studio door by learning the art of matchmovingMatchmoving is a technique that allows computer graphics to be inserted into live-action footage with correct position, scale, orientation, and motion. Also known as motion tracking, it's what allows movie monsters to run down Main Street and robots to run through crowds--and look real. Now this unique book from a top expert from Industrial Light and Magic teaches you the art of matchmoving.With step-by-step tutorials and pages of examples, this book first explains the basics and then shows you professional techniques, from 3D calibration and tracking, to stereoscopy, and more.Explains concepts and teaches professional techniques for successful matchmoving Authored by a top matchmove specialist from Industrial Light and Magic, who walks you through step-by-step tutorials and impressive examples Covers matchmoving basics, 2D tracking, 3D calibration and tracking, automatic tracking, cameras, integrating matchmoves, and stereoscopyLearn how studio visual effects professionals make all the right matchmoves with Matchmoving: The Invisible Art of Camera Tracking 2nd Edition.

Conceptual Modeling: 39th International Conference, ER 2020, Vienna, Austria, November 3–6, 2020, Proceedings (Lecture Notes in Computer Science #12400)

by Gillian Dobbie Ulrich Frank Gerti Kappel Stephen W. Liddle Heinrich C. Mayr

This book constitutes the refereed proceedings of the 39th International Conference on Conceptual Modeling, ER 2020, which was supposed to be held in Vienna, Austria, in November 2020, but the conference was held virtually due to the COVID-19 pandemic.The 28 full and 16 short papers were carefully reviewed and selected from 143 submissions. This events covers a wide range of topics, and the papers are organized in the following sessions: foundations of conceptual modeling; process mining and conceptual modeling; conceptual modeling of business rules and processes; modeling chatbots, narratives and natural language; ontology and conceptual modeling; applications of conceptual modeling; schema design, evolution, NoSQL; empirical studies of conceptual modeling; networks, graphs and conceptual modeling; and conceptual modeling of complex and data-rich systems.

Microsoft Access 2010 Programmierung - Das Handbuch

by Walter Doberenz Thomas Gewinnus

Access-Programmierung für die Praxis von Praktikern beschrieben! Dieses Buch bietet Ihnen zunächst eine fundierte Einführung in die Datenbankprogrammierung mit Access 2010 unter Verwendung von Visual Basic für Applikationen (VBA) und SQL. Ausführliches Know-how über die Gestaltung der Benutzerschnittstelle sowie jede Menge universell einsetzbarer Routinen und die richtigen Lösungen für Ihre Probleme stehen danach im Mittelpunkt des Buchs. Die erforderlichen theoretischen Grundlagen werden Ihnen klar und verständlich vermittelt, ansonsten orientiert sich der Inhalt an praktischer Verwendbarkeit und Nutzen der besprochenen Beispiele und Konzepte. Mit diesem Ansatz stellt das Buch ohne unnötigen Ballast die Informationen zur Verfügung, die Sie brauchen, um schnell zu Ergebnissen zu kommen und spart Ihnen so eine Menge Zeit und Nerven bei der Entwicklung Ihrer Datenbanklösungen.

Erzeugende Funktionen verständlich erklärt (essentials)

by Ernst-Erich Doberkat

Erzeugende Funktionen sind ein wichtiges Werkzeug in der Kombinatorik und der Theoretischen Informatik. Das Buch zeigt an vielen Beispielen, wie man dieses Werkzeug verwendet, mit dem eine Folge reeller Zahlen durch eine einzige Funktion repräsentiert wird. Es wird eine Einführung in die Technik der Gewinnung und der Manipulation erzeugender Funktionen gegeben; wichtige Folgen und ihre korrespondierenden Funktionen werden behandelt.

Kubernetes Operators: Automating the Container Orchestration Platform

by Jason Dobies Joshua Wood

Operators are a way of packaging, deploying, and managing Kubernetes applications. A Kubernetes application doesn’t just run on Kubernetes; it’s composed and managed in Kubernetes terms. Operators add application-specific operational knowledge to a Kubernetes cluster, making it easier to automate complex, stateful applications and to augment the platform. Operators can coordinate application upgrades seamlessly, react to failures automatically, and streamline repetitive maintenance like backups.Think of Operators as site reliability engineers in software. They work by extending the Kubernetes control plane and API, helping systems integrators, cluster administrators, and application developers reliably deploy and manage key services and components. Using real-world examples, authors Jason Dobies and Joshua Wood demonstrate how to use Operators today and how to create Operators for your applications with the Operator Framework and SDK. <li>Learn how to establish a Kubernetes cluster and deploy an Operator <li>Examine a range of Operators from usage to implementation <li>Explore the three pillars of the Operator Framework: the Operator SDK, the Operator Lifecycle Manager, and Operator Metering <li>Build Operators from the ground up using the Operator SDK <li>Build, package, and run an Operator in development, testing, and production phases <li>Learn how to distribute your Operator for installation on Kubernetes clusters

Introduction to Mixed-Signal, Embedded Design

by Alex Doboli Edward H. Currie

This textbook is written for junior/senior undergraduate and first-year graduate students in the electrical and computer engineering departments. Using PSoC mixed-signal array design, the authors define the characteristics of embedd design, embedded mixed-signal architectures, and top-down design. Optimized implementations of these designs are included to illustrate the theory. Exercises are provided at the end of each chapter for practice. Topics covered include the hardware and software used to implement analog and digital interfaces, various filter structures, amplifiers and other signal-conditioning circuits, pulse-width modulators, timers, and data structures for handling multiple similar peripheral devices. The practical exercises contained in the companion laboratory manual, which was co-authored by Cypress Staff Applications Engineer Dave Van Ess, are also based on PSoC. PSoC's integrated microcontroller, highly configurable analog/digital peripherals, and a full set of development tools make it an ideal learning tool for developing mixed-signal embedded design skills.

Large Scale Networks: Modeling and Simulation

by Radu Dobrescu Florin Ionescu

This book offers a rigorous analysis of the achievements in the field of traffic control in large networks, oriented on two main aspects: the self-similarity in traffic behaviour and the scale-free characteristic of a complex network. Additionally, the authors propose a new insight in understanding the inner nature of things, and the cause-and-effect based on the identification of relationships and behaviours within a model, which is based on the study of the influence of the topological characteristics of a network upon the traffic behaviour. The effects of this influence are then discussed in order to find new solutions for traffic monitoring and diagnosis and also for traffic anomalies prediction. Although these concepts are illustrated using highly accurate, highly aggregated packet traces collected on backbone Internet links, the results of the analysis can be applied for any complex network whose traffic processes exhibit asymptotic self-similarity, perceived as an adaptability of traffic in networks. However, the problem with self-similar models is that they are computationally complex. Their fitting procedure is very time-consuming, while their parameters cannot be estimated based on the on-line measurements. In this aim, the main objective of this book is to discuss the problem of traffic prediction in the presence of self-similarity and particularly to offer a possibility to forecast future traffic variations and to predict network performance as precisely as possible, based on the measured traffic history.

Maturity and Innovation in Digital Libraries: 20th International Conference on Asia-Pacific Digital Libraries, ICADL 2018, Hamilton, New Zealand, November 19-22, 2018, Proceedings (Lecture Notes in Computer Science #11279)

by Milena Dobreva Annika Hinze Maja Žumer

This book constitutes the refereed proceedings of the 20th International Conference on Asia-Pacific Digital Libraries, ICADL 2018, held in Hamilton, New Zealand, in November 2018. The 20 full, 6 short, and 11 work in progress papers presented in this volume were carefully reviewed and selected from 77 submissions. The papers were organized in topical sections named: topic modeling and semantic analysis; social media, web, and news; heritage and localization; user experience; digital library technology; and use cases and digital librarianship.

AI iQ for a Human-Focused Future: Strategy, Talent, and Culture (Chapman & Hall/CRC Artificial Intelligence and Robotics Series)

by Seth Dobrin

AI iQ for a Human-Focused Future: Strategy, Talent, and Culture offers a pioneering approach to integrating artificial intelligence (AI) and generative AI (GenAI) in business, emphasizing a business strategy first mindset over a technologycentric one.This book challenges the usual hype surrounding AI, advocating for a more realistic perspective. It delves into the evolution of AI, from traditional data science and machine learning to GenAI, all through the lens of strategic business application. Unlike other texts, this book moves away from case studies, favoring practical, real-world advice from extensive field experience. This book presents strategies for creating an environment that not only accepts but thrives on AI, focusing on strategic leadership, talent development, and inclusivity. It highlights crucial roles, such as the Chief AI Officer, and emphasizes the importance of diversity in AI teams. Uniquely, each chapter concludes with key takeaways, offering actionable steps, and implementation tips. This practical approach transforms theoretical concepts into actionable business strategies, providing leaders with the tools to apply AI initiatives effectively in their organizations.This book is more than an informative resource; it’s a practical toolkit for any business leader aiming to navigate the evolving landscape of AI and GenAI, ensuring their organization is prepared for sustainable growth and success in an AI-driven future.

Mediating Nature: The Role of Technology in Ecological Literacy (Routledge Environmental Literature, Culture and Media)

by Sidney I. Dobrin Sean Morey

Mediating Nature considers how technology acts as a mediating device in the construction and circulation of images that inform how we see and know nature. Scholarship in environmental communication has focused almost exclusively on verbal rather than visual rhetoric, and this book engages ecocritical and ecocompositional inquiry to shift focus onto the making of images. Contributors to this dynamic collection focus their efforts on the intersections of digital media and environmental/ecological thinking. Part of the book’s larger argument is that analysis of mediations of nature must develop more critical tools of analysis toward the very mediating technologies that produce such media. That is, to truly understand mediations of nature, one needs to understand the creation and production of those mediations, right down to the algorithms, circuit boards, and power sources that drive mediating technologies. Ultimately, Mediating Nature contends that ecological literacy and environmental politics are inseparable from digital literacies and visual rhetorics. The book will be of interest to scholars and students working in the fields of Ecocriticism, Ecocomposition, Media Ecology, Visual Rehtoric, and Digital Literacy Studies.

Critical Digital Humanities: The Search for a Methodology (Topics in the Digital Humanities)

by James E Dobson

Can established humanities methods coexist with computational thinking? It is one of the major questions in humanities research today, as scholars increasingly adopt sophisticated data science for their work. <P><P>James E. Dobson explores the opportunities and complications faced by humanists in this new era. Though the study and interpretation of texts alongside sophisticated computational tools can serve scholarship, these methods cannot replace existing frameworks. <P><P>As Dobson shows, ideas of scientific validity cannot easily nor should be adapted for humanities research because digital humanities, unlike science, lack a leading-edge horizon charting the frontiers of inquiry. <P><P>Instead, the methods of digital humanities require a constant rereading. At the same time, suspicious and critical readings of digital methodologies make it unwise for scholars to defer to computational methods. <P><P>Humanists must examine the tools--including the assumptions that went into the codes and algorithms--and questions surrounding their own use of digital technology in research. <P><P>Insightful and forward thinking, Critical Digital Humanities lays out a new path of humanistic inquiry that merges critical theory and computational science.

Refine Search

Showing 12,301 through 12,325 of 55,681 results