Browse Results

Showing 4,751 through 4,775 of 17,880 results

Drupal 8 Development Cookbook - Second Edition

by Matt Glaman

Over 60 hands-on recipes that get you acquainted with Drupal 8's features and help you harness its power About This Book • Discover the enhanced content authoring experience that comes with Drupal 8 and how to customize it • Take advantage of the broadened multilingual and tools of the new version to provide an internationalized website • This step-by-step guide will show you how to deploy from development, staging, and production of a website with Drupal 8's brand new configuration management system Who This Book Is For The audience of the Drupal 8 Cookbook have been using Drupal and are ready to get a grasp of what to expect in Drupal 8. They have worked with Drupal as site builders, back-end developers, and front-end developers and are eager to see what awaits when they start using Drupal 8. This book will be a resource that allows them to get started and have a reference to building new applications with Drupal. What You Will Learn • Extend Drupal through contributed or custom modules and themes • Develop an internationalized website with Drupal's multilingual tools • Integrate third-party front-end and back-end libraries with Drupal • Turn Drupal into a web services provider using REST • Create a mobile-first responsive Drupal application • Run SimpleTest and PHPUnit to test Drupal • Understand the plugin system that powers many of Drupal 8's new APIs to extend its functionality • Get to grips with the mechanics of the configuration management system and the ability to import and export site configuration In Detail Began as a message board, Drupal today is open source software maintained and developed by a community of over 1,000,000 users and developers. Drupal is used by numerous local businesses to global corporations and diverse organizations all across the globe. With Drupal 8's exciting features it brings, this book will be your go-to guide to experimenting with all of these features through helpful recipes. We'll start by showing you how to customize and configure the Drupal environment as per your requirements, as well as how to install third-party libraries and then use them in the Drupal environment. Then we will move on to creating blocks and custom modules with the help of libraries. We will show you how to use the latest mobile-first feature of Drupal 8, which will help you make your apps responsive across all the major platforms. This book will also show you how to incorporate multilingual facilities in your sites, use web services and third-party plugins with your applications from inside Drupal 8, and test and deploy your apps. Style and approach This practical, recipe-based book will provide you with actionable techniques and methods to improve your existing Drupal development skills.

Drupal 8 Module Development: Build modules and themes using the latest version of Drupal 8, 2nd Edition

by Daniel Sipos

Learn to create and customize impressive Drupal 8 modules to extend your website's functionalities Key Features Explore a plethora of Drupal 8 APIs and get the best out of them using the power of PHP coding Learn to implement efficient data management and data security by creating dedicated modules for it. Stay up to date with the changes introduced in the new Drupal 8 releases Book Description Drupal 8 comes with a release cycle that allows for new functionality to be added at a much faster pace. However, this also means code deprecations and changing architecture that you need to stay on top of. This book updates the first edition and includes the new functionality introduced in versions up to, and including 8.7. The book will first introduce you to the Drupal 8 architecture and its subsystems before diving into creating your first module with basic functionality. You will work with the Drupal logging and mailing systems, learn how to output data using the theme layer and work with menus and links programmatically. Then, you will learn how to work with different kinds of data storages, create custom entities, field types and leverage the Database API for lower level database queries. You will further see how to introduce JavaScript into your module, work with the various file systems and ensure the code you write works on multilingual sites. Finally, you will learn how to programmatically work with Views, write automated tests for your functionality and also write secure code in general. By the end, you will have learned how to develop your own custom module that can provide complex business solutions. And who knows, maybe you'll even contribute it back to the Drupal community. Foreword by Dries Buytaert, founder of Drupal. What you will learn Develop Drupal 8 modules that do all the things you want Master numerous Drupal 8 sub-systems and APIs in the process Model, store, manipulate and process data to serve your purposes Display data and content in a clean and secure way using the Drupal 8 theme system Test your business logic to prevent regressions Stay ahead of the curve and write code following the current best practices Who this book is for The primary target of this book is Drupal developers who want to learn how to write modules and develop in Drupal 8. It is also intended for Drupal site builders and PHP developers who have basic Object Oriented Programming skills. A little bit of Symfony experience is helpful but not mandatory.

Drupal 8 Module Development

by Robert Varkonyi

An easy-to-follow yet comprehensive guide full of illustrations, code snippets, and tips with detailed, step-by-step explanations of all the topics to demonstrate Drupal 8's built-in features and APIs. This book is for all Drupal and PHP developers who wish to learn how to develop and customize their own modules to suit their needs and requirements.

Drupal 8 Quick Start Guide: Get up and running with Drupal 8

by J. Ayen Green

Your step by step guide with easy to follow instructions for navigating Drupal 8Key FeaturesBuild a great Drupal website easilyHow to structure, create and maintain different types of contentDesign roles for secure editing of your siteBook DescriptionDrupal is a powerful content management platform, flexible enough to accommodate almost any content requirements. This flexibility comes with a cost: complexity. Drupal 8 Quick Start Guide will clear your path from installation to a building usable site in minutes, and to a customized site in one sitting.You will begin with installation of Drupal and going through the main sections of the Drupal UI. Then, you will create a content type that describes its content, which simplifies the act of creating and editing the actual content later. You will learn about user roles, using real-world examples. This will help you to learn how to design roles, and how to assign appropriate permissions to them. Next, you will learn to use the WYSIWYG editor, configure it for other roles, navigate the various fields on the content creation form, and publish content.To begin to appreciate the flexibility and expandability of Drupal, you will make use of popular content-focused modules that extend Drupal's power. You will learn how to expand your market to other readers directly and through other sites by configuring content and UI translations and creating a View that provides an RSS feed. Finally, you will put everything together by customizing the home page for your new website.What you will learnCreate and customize Drupal structures, such as menus, tags, and content categoriesExtend Drupal's capabilities with add-on modulesAdminister site users, their roles, and the actions to which they are granted accessUnderstand user roles and permissionsCreate, edit, and publish contentUse Views for custom content selection and displayExpand your audience with custom RSS feedsConfigure a home page with meaningful sections for a better UXWho this book is forThis book is for content administrators, developers, site builders and administrators who are new to Drupal 8.

Drupal 8 Theming with Twig

by Chaz Chumley

Master Drupal 8's new Twig templating engine to create fun and fast websites with simple steps to help you move from concept to completion About This Book * Create beautiful responsive Drupal 8 websites using Twig * Quickly master theme administration, custom block layouts, views, and the Twig template structure * A step-by-step guide to the most common approaches in web design Who This Book Is For This book is intended for front-end developers, designers, and anyone who is generally interested in learning all the new features of Drupal 8 theming. Discover what has changed from Drupal 7 to Drupal 8 and immerse yourself in the new Twig PHP templating engine. Familiarity with HTML5, CSS3, JavaScript, and the Drupal Admin interface would be helpful. Prior experience with setting up and configuring a standalone development environment is required as we will be working with PHP and MySQL. What You Will Learn * Navigate the Drupal 8 Admin interface * Build custom block layouts with reusable and fieldable blocks * Create subthemes based on the Bartik and Classy base themes * Construct a responsive theme with Twitter Bootstrap * Work with the new Twig PHP templating engine * Configure Drupal for Twig debugging * Enable preprocessing of Twig variables * Develop a theme from scratch following a step-by-step project outline In Detail Drupal 8 is an open source content management system and powerful framework that helps deliver great websites to individuals and organizations, including non-profits, commercial, and government around the globe. This new release has been built on top of object-oriented PHP and includes more than a handful of improvements such as a better user experience, cleaner HTML5 markup, a new templating engine called Twig, multilingual capabilities, new configuration management, and effortless content authoring. Drupal 8 will quickly become the new standard for deploying content to both the web and mobile applications. However, with so many new changes, it can quickly become overwhelming knowing where to start and how to quickly. Starting from the bottom up, we will install, set up, and configure Drupal 8. We'll navigate the Admin interface so you can learn how to work with core themes and create new custom block layouts. Walk through a real-world project to create a Twig theme from concept to completion while adopting best practices to implement CSS frameworks and JavaScript libraries. We will see just how quick and easy it is to create beautiful, responsive Drupal 8 websites while avoiding the common mistakes that many front-end developers make. Style and approach Drupal 8 Theming with Twig is intended for front-end developers, designers, and anyone who is generally interested in learning all the new features of Drupal 8 theming. Discover what has changed from Drupal 7 to Drupal 8 and immerse yourself in the new Twig PHP templating engine. Familiarity with HTML5, CSS3, JavaScript, and the Drupal Admin interface would be helpful. Prior experience with setting up and configuring a standalone development environment is required as we will be working with PHP and MySQL.

Drupal 9 Module Development: Get up and running with building powerful Drupal modules and applications, 3rd Edition

by Daniel Sipos Antonio De Marco

Build and extend flexible Drupal sites and applications with this up-to-date, expert guide to Drupal 9 module development Key Features Explore the essential Drupal 9 APIs for module development Learn how to implement data modeling, caching, architecture, and much more in your Drupal applications Discover what's new in the latest Drupal core releases Book Description With its latest release, Drupal 9, the popular open source CMS platform has been updated with new functionalities for building complex Drupal apps with ease. This third edition of the Drupal Module Development guide covers these new Drupal features, helping you to stay on top of code deprecations and the changing architecture with every release. The book starts by introducing you to the Drupal 9 architecture and its subsystems before showing you how to create your first module with basic functionality. You'll explore the Drupal logging and mailing systems, learn how to output data using the theme layer, and work with menus and links programmatically. Once you've understood the different kinds of data storage, this Drupal guide will demonstrate how to create custom entities and field types and leverage the Database API for lower-level database queries. You'll also learn how to introduce JavaScript into your module, work with various file systems, and ensure that your code works on multilingual sites. Finally, you'll work with Views, create automated tests for your functionality, and write secure code. By the end of the book, you'll have learned how to develop custom modules that can provide solutions to complex business problems, and who knows, maybe you'll even contribute to the Drupal community! What you will learn Develop custom Drupal 9 modules for your applications Master different Drupal 9 subsystems and APIs Model, store, manipulate, and process data for effective data management Display data and content in a clean and secure way using the theme system Test your business logic to prevent regression Stay ahead of the curve and write PHP code by implementing best practices Who this book is for If you are a Drupal developer looking to learn Drupal 9 to write modules for your sites, this book is for you. Drupal site builders and PHP developers with basic object-oriented programming skills will also find this book helpful. Although not necessary, some Symfony experience will help with understanding concepts easily.

Drupal for Education and ELearning (2nd Edition)

by Bill Fitzgerald James G. Robertson

With clear instructions and plenty of screenshots, this book provides all the support and guidance you will need as you begin to create your classroom website. Step-by-step tutorials show you how to use Drupal in the most efficient and effective ways possible. People new to Drupal will find a good introduction of the basics; while more experienced users will learn useful tips and tricks for using Drupal in a classroom context.If you are an teacher, tutor or an educator who wants to build a website for your classroom, be it elementary or any higher education, "Drupal 7 for Education and E-Learning (2nd Edition)" will guide you in achieving your goal at every step. No experience with programming languages, HTML, or CSS is needed to understand the examples in this book.

Drupal Search Engine Optimization

by Ric  Shreves

The book will take a hands-on approach to the process involved in configuring a site for SEO. As SEO is an on-going process - it doesn't stop once the site is built - the book will provide reusable tips and techniques in order to understand what they have to do after the site is live,This book targets site builders, webmasters and site owners. Advanced technical skills are not required, though the user should be familiar with administering a Drupal website.

Dry: A Memoir

by Augusten Burroughs

<P>You may not know it, but you've met Augusten Burroughs. You've seen him on the street, in bars, on the subway, at restaurants: a twenty-something guy, nice suit, works in advertising. Regular. Ordinary. <P>But when the ordinary person had two drinks, Augusten was circling the drain by having twelve; when the ordinary person went home at midnight, Augusten never went home at all. <P>Loud, distracting ties, automated wake-up calls, and cologne on the tongue could only hide so much for so long. <P>At the request (well, it wasn't really a request) of his employers, Augusten landed in rehab, where his dreams of group therapy with Robert Downey, Jr., are immediately dashed by the grim reality of fluorescent lighting and paper hospital slippers. <P>But when Augusten is forced to examine himself, something actually starts to click, and that's when he finds himself in the worst trouble of all. <P>Because when his thirty days are up, he has to return to his same drunken Manhattan life-and live it sober. What follows is a memoir that's as moving as it is funny, as heartbreaking as it is real. <P>Dry is the story of love, loss, and Starbucks as a higher power. <P><b>A New York Times Bestseller</b>

Dualism: The Original Sin of Cognitivism

by William R. Uttal

Directed to scholars and senior-level graduate students, this book is an iconoclastic survey of the history of dualism and its impact on contemporary cognitive psychology. It argues that much of modern cognitive or mentalist psychology is built upon a cryptodualism--the idea that the mind and brain can be thought of as independent entities. This dualism pervades so much of society that it covertly influences many aspects of modern science, particularly psychology. To support the argument, the history of dualism is extended over 100,000 years--from the Paleolithic times until modern philosophical and psychological thinking. The questions regarding this topic that are answered in the book are: 1) Does dualism influence the scientific theories of psychology? 2) If so, should dualism be put aside in the search for a more objective analysis of human mentation?

Due Diligence in der Unternehmenskommunikation: Mit den richtigen Fragen zum Kommunikationserfolg (essentials)

by Manfred Piwinger Wolfgang Griepentrog

Dieses essential zeigt Ihnen, wie Sie anhand von zehn Pr#65533;fbausteinen die Kommunikationsqualit#65533;t und -effizienz in Ihrem Unternehmen #65533;berpr#65533;fen k#65533;nnen. Das systematische Selbstaudit versetzt Sie in die Lage, die Leistungsf#65533;higkeit der Kommunikation sowie das Gesamtprofil der St#65533;rken, Schw#65533;chen, Chancen und Risiken im internen und externen Auftritt besser einzusch#65533;tzen. Dadurch k#65533;nnen Qualit#65533;tsaspekte und Effizienzpotenziale st#65533;rker in die Planung einbezogen und der Wertbeitrag der Kommunikation zum Unternehmenserfolg identifiziert und gesteigert werden. Auf www. springer. de/9783658158958 finden Sie unter ,,Zus#65533;tzliche Informationen" ein erg#65533;nzendes Arbeitsheft zur vertiefenden Anwendung.

Due to Circumstances Beyond Our Control . . .

by Fred W. Friendly

This discourse on the importance of television in society presents Friendly's uncannily prescient views on the corrosive effect of money on the news business, the sensationalization of news reporting, and the viewing public's appetite for quality broadcasting. With Edward R. Murrow, Fred Friendly practically invented television journalism. Through telling anecdotes and penetrating analysis, he recalls his collaborations with Murrow, from their stinging documentary on Senator Joseph McCarthy to CBS's pioneering coverage of the burgeoning civil rights and anti-Vietnam War movements. Friendly also recounts his resignation as president of CBS News in 1966, when the network ran reruns of I Love Lucy instead of Senate hearings on the war in Vietnam. Following that controversial decision, he began writing this memorable book.

Los dueños de internet: Cómo nos dominan los gigantes de la tecnología y qué hacer para cambiarlo

by Natalia Zuazo

Este libro propone cambiar la lógica monopólica de internet y adueñarnos de nuestro propio modo de relacionarnos con la tecnología para vivir en un mundo más equitativo. En este preciso instante, la mitad de las personas están conectadas a Google, Microsoft, Facebook, Apple y Amazon. En los últimos años, las grandes plataformas tecnológicas se convirtieron en las empresas más ricas del planeta sin usar la violencia. Su poder se consolidó gracias a los millones de usuarios como nosotros que les confían su atención y sus datos a través de teléfonos móviles y algoritmos. Hoy internet es un club de cinco grandes monopolios que generan desigualdad. Un puñado de corporaciones domina el mundo como antes lo hicieron las potencias coloniales. ¿Cómo construyó Microsoft un imperio del conocimiento? ¿Cómo predice Google nuestros movimientos? ¿Cómo cimentó Facebook su poderío informativo? ¿Cómo maneja Uber el mundo de transporte? Pero sobre todo, ¿cómo podemos revertir esta situación? En este libro, la periodista especializada en tecnopolítica Natalia Zuazo se sumerge en el universo de estas grandes corporaciones para entender sus fines. Y cuenta otras historias donde la tecnología está siendo usada con otra lógica: la de una sociedad más equitativa. "Las grandes plataformas tecnológicas son los monopolios que hoy dominan el mundo. Unos pocos jugadores controlan la actividad en cada sector. Google lidera las búsquedas, la publicidad y el aprendizaje automatizado. Facebook, el mercado de las noticias y la información. Amazon dirige el comercio en gran parte de Occidente mientras avanza en generar y distribuir sus propios productos. Uber no sólo quiere intermediar y ganar dinero con cada viaje, sino que busca convertirse en la empresa que transporte los bienes del futuro, incluso sin necesidad de conductores. Con remera y un ejército de relacionistas públicos que difunden anuncios a favor de los más necesitados, hoy el Club de los Cinco ha conquistado el mundo como antes lo hicieron las grandes potencias. La diferencia es que en vez de construir palacios y grandes murallas, se instalan en oficinas abiertas y llenas de luz en Silicon Valley. Y en lugar de evangelizar con sacerdotes y predicadores, se nutren del capitalismo del like y de cada dato que cedemos de nuestra vida. Cien años después, vivimos un nuevo colonialismo."

D'un islam textuel vers un islam contextuel: La traduction du Coran et la construction de l'image de la femme (Collection Regards sur la traduction)

by Naïma Dib

La mise en tutelle de la musulmane est-elle cautionnée par le Coran? L'idée de l'infériorité de la femme est-elle réellement inscrite dans le Coran? Telles sont les questions auxquelles l'auteure tente de répondre dans le présent ouvrage. Elle se penche sur les diverses approches adoptées par des penseurs réformistes musulmans, dont elle expose les enjeux sociaux, politiques et culturels ainsi que les finalités. Elle procède à une analyse comparative du Coran et d'un certain nombre de traductions françaises et anglaises, à l'issue de laquelle elle fait émerger une conception de la femme et du monde différente de celle proposée par les traductions. Elle explore ensuite le discours social commun, discours auquel participe la traduction, et qui se révèle empreint d'une vision androcentrique dans laquelle l'infériorité de la femme découle d'une construction humaine, inspirée par un besoin de domination. Grâce aux analyses sémiotique et sociohistorique, l'auteur démontre que le Coran peut être lu autrement et ce qui en ressort est une conception plus égalitaire de l'homme et de la femme.

Dying for the Truth: The Concise History of Frontline War Reporting

by Paul Moorcraft

The role of war correspondents is crucial to democracy and the publics discovery of the truth. Without them, the temptation to manipulate events with propaganda would be irresistible to politicians of all hues.It starts by examining how journalists have plied their trade over the years most particularly from the Crimean War onwards. Their impact on the conduct of war has been profound and the author, an experienced journalist, explains in his frank and readable manner how this influence has shaped the actions of politicians and military commanders. By the same token the media is a potentially valuable tool to those in authority and this two-way relationship is examined.Technical developments and 24 hour news have inevitably changed the nature of war reporting and their political masters ignore this at their peril and the author examines the key milestones on this road.Using his own and others experiences in recent conflicts, be they Korea, Falklands, Balkans, Iraq or Afghanistan, the author opens the readers eyes to an aspect of warfare that is all too often overlooked but can be crucial to the outcome. The publics attitude to the day-to-day conduct of war is becoming ever more significant and this fascinating book examines why.

Dynamic and Seamless Integration of Production, Logistics and Traffic

by Eberhard Abele Manfred Boltze Hans-Christian Pfohl

This book contributes a basic framework for and specific insights into interdisciplinary connections between production, logistics, and traffic subsystems. The book is divided into two parts, the first of which presents an overview of interdisciplinarity in value-added networks and freight traffic. This includes an introduction to the topic and a description of an integrated framework of production, logistics, and traffic. Furthermore, it describes the barriers and challenges of interdisciplinary decision-making and project management. In turn, the second part presents domain-specific perspectives on interdisciplinary decision support, exploring domain-specific challenges of interdisciplinary interfaces and requirements for management methods and instruments from the standpoint of production management, logistics management, traffic management, and information technologies.

Dynamic Collaboration: How to Share Information, Solve Problems, and Increase Productivity without Compromising Security

by Ray Schwemmer Rick Havrilla

Collaboration is crucial for any kind of organization that wants to be productive, adaptable, and creative. When people are collaborating, profits increase and things get done. When they're not, your organization loses time and energy. Why, then, do many private enterprises and government agencies struggle to provide collaboration tools their employees will actually use? Dynamic Collaboration offers practical advice to help you answer questions like these: - What tools does your organization need to help facilitate collaboration? - How do you ensure that your personnel will use those tools? - How can you protect your privileged information? - How can you harness the power of Web 2.0 and use it to capture the collective intelligence of your organization? Whether you are a leader in the public or private sector or a technologist, you'll discover ways to help team members solve problems they wouldn't otherwise have solved, get work done quicker than ever before, and feel connected because they are working together toward a common goal. "We are witnessing a transformation of collaboration in real time, and there's no better factual content than what Schwemmer and Havrilla have compiled in this book. Having spent time as a CIO at three different government agencies, I recommend this as required reading for those serious about collaboration." --Barry C. West, Executive Vice President, SE Solutions, Inc., and former CIO, US Department of Commerce

Dynamic Fair Dealing

by Martin Zeilinger Rosemary Coombe Darren Wershler

Dynamic Fair Dealing argues that only a dynamic, flexible, and equitable approach to cultural ownership can accommodate the astonishing range of ways that we create, circulate, manage, attribute, and make use of digital cultural objects.The Canadian legal tradition strives to balance the rights of copyright holders with public needs to engage with copyright protected material, but there is now a substantial gap between what people actually do with cultural forms and how the law understands those practices. Digital technologies continue to shape new forms of cultural production, circulation, and distribution that challenge both the practicality and the desirability of Canada's fair dealing provisions.Dynamic Fair Dealing presents a range of insightful and provocative essays that rethink our relationship to Canadian fair dealing policy. With contributions from scholars, activists, and artists from across disciplines, professions, and creative practices, this book explores the extent to which copyright has expanded into every facet of society and reveals how our capacities to actually deal fairly with cultural goods has suffered in the process. In order to drive conversations about the cultural worlds Canadians imagine, and the policy reforms we need to realize these visions, we need Dynamic Fair Dealing.

Dynamic Games for Network Security (Springerbriefs In Electrical And Computer Engineering)

by Xiaofan He Huaiyu Dai

The goal of this SpringerBrief is to collect and systematically present the state-of-the-art in this research field and the underlying game-theoretic and learning tools to the broader audience with general network security and engineering backgrounds. Particularly, the exposition of this book begins with a brief introduction of relevant background knowledge in Chapter 1, followed by a review of existing applications of SG in addressing various dynamic network security problems in Chapter 2. A detailed treatment of dynamic security games with information asymmetry is given in Chapters 3–5. Specifically, dynamic security games with extra information that concerns security competitions, where the defender has an informational advantage over the adversary are discussed in Chapter 3. The complementary scenarios where the defender lacks information about the adversary is examined in Chapter 4 through the lens of incomplete information SG. Chapter 5 is devoted to the exploration of how to proactively create information asymmetry for the defender’s benefit.The primary audience for this brief includes network engineers interested in security decision-making in dynamic network security problems. Researchers interested in the state-of-the-art research on stochastic game theory and its applications in network security will be interested in this SpringerBrief as well. Also graduate and undergraduate students interested in obtaining comprehensive information on stochastic game theory and applying it to address relevant research problems can use this SpringerBrief as a study guide. Lastly, concluding remarks and our perspective for future works are presented in Chapter 6.

Dynamic Secrets in Communication Security

by Don Towsley Sheng Xiao Weibo Gong

Dynamic secrets are constantly generated and updated from messages exchanged between two communication users. When dynamic secrets are used as a complement to existing secure communication systems, a stolen key or password can be quickly and automatically reverted to its secret status without disrupting communication. "Dynamic Secrets in Communication Security" presents unique security properties and application studies for this technology. Password theft and key theft no longer pose serious security threats when parties frequently use dynamic secrets. This book also illustrates that a dynamic secret based security scheme guarantees impersonation attacks are detected even if an adversary steals a user's password or their key is lost. Practitioners and researchers working in network security or wireless communications will find this book a must-have reference. "Dynamic Secrets in Communication Security" is also a valuable secondary text for advanced-level students in computer science and electrical engineering.

Dynamic Spectrum Access Decisions: Local, Distributed, Centralized, and Hybrid Designs (Wiley - IEEE)

by George F. Elmasry

Optimize your dynamic spectrum access approach using the latest applications and techniques Dynamic Spectrum Access Decisions: Local, Distributed, Centralized and Hybrid Designs prepares engineers to build optimum communications systems by describing at the outset what type of spectrum sensing capabilities are needed. Meant for anyone who has a basic understanding of wireless communications and networks and an interest in the physical and MAC layers of communication systems, this book has a tremendous range of civilian and military applications. Dynamic Spectrum Access Decisions provides fulsome discussions of cognitive radios and networks, but also DSA technologies that operate outside the context of cognitive radios. DSA has applications in: · Licensed spectrum bands · Unlicensed spectrum bands · Civilian communications · Military communications Consisting of a set of techniques derived from network information theory and game theory, DSA improves the performance of communications networks. This book addresses advanced topics in this area and assumes basic knowledge of wireless communications.

Dynamic Spectrum Management: From Cognitive Radio to Blockchain and Artificial Intelligence (Signals and Communication Technology)

by Ying-Chang Liang

This open access book, authored by a world-leading researcher in this field, describes fundamentals of dynamic spectrum management, provides a systematic overview on the enabling technologies covering cognitive radio, blockchain, and artificial intelligence, and offers valuable guidance for designing advanced wireless communications systems. This book is intended for a broad range of readers, including students and professionals in this field, as well as radio spectrum policy makers.

Dynamic Wireless Sensor Networks (Focus Ser.)

by Sharief M. Oteafy Hossam S. Hassanein

In this title, the authors leap into a novel paradigm of scalability and cost-effectiveness, on the basis of resource reuse. In a world with much abundance of wirelessly accessible devices, WSN deployments should capitalize on the resources already available in the region of deployment, and only augment it with the components required to meet new application requirements. However, if the required resources already exist in that region, WSN deployment converges to an assignment and scheduling scheme to accommodate for the new application given the existing resources. Such resources are polled from many fields, including multiple WSNs already in the field, static networks (WiFi, WiMAX, cellular, etc) in addition to municipal, industrial and mobile resources.The architecture, framework and pricing policy, as well as approaches for backward compatibility with existing deployments, are presented in this book. We elaborate on the formalization of the problem, and contrast with existing work on coverage. This paradigm adopts optimal assignments in WSNs and exploits dynamic re-programming for boosting post-deployment and backward compatible protocols.

Dynamical Behaviors of Fractional-Order Complex Dynamical Networks

by Jin-Liang Wang

This book benefits researchers, engineers, and graduate students in the field of fractional-order complex dynamical networks. Recently, the dynamical behaviors (e.g., passivity, finite-time passivity, synchronization, and finite-time synchronization, etc.) for fractional-order complex networks (FOCNs) have attracted considerable research attention in a wide range of fields, and a variety of valuable results have been reported. In particular, passivity has been extensively used to address the synchronization of FOCNs.

The Dynamics of Broadband Markets in Europe

by Wolter Lemstra William H. Melody

The European Commission's Digital Agenda for Europe sets the targets for broadband development by 2020, yet current broadband market outcomes vary widely amongst the EU Member States and the objectives seem challenging for many. In this book, a group of in-country experts follows a framework of qualitative and quantitative analysis to capture patterns, commonalities and differences between 12 different European countries, in terms of infrastructure endowments, institutional arrangements, time of joining the EU, behavior of market actors, personal interventions of regulators, the role of municipalities, and the role perception of governments. By exploring how the past explains present broadband market outcomes, these longitudinal country case studies look to how improvements can be made for the future. As the first in-depth study of broadband developments in Europe, this book will be invaluable to policy-makers, regulators, academic researchers, advisors, and consultants working in the fields of telecommunications, broadband development, technology and innovation.

Refine Search

Showing 4,751 through 4,775 of 17,880 results