2023 6th International Conference on Computing and Big Data (ICCBD)


Book Description

2023 6th International Conference on Computing and Big Data (ICCBD 2023) will be held in University of Shanghai for Science and Technology, China during October 27 29, 2023 The theme of the conference is Big Data Analytics for Smart Energy Systems ICCBD 2023 is organized by University of Shanghai for Science and Technology, China and supported by Southern University of Science and Technology, China, Shanghai Jiao Tong University, China And technical supported by IEEE Computer Society and Special Technical Communities on Big Data




Beyond Access


Book Description

Fewer than 11% of CBD Parties have adopted substantive ABS law, and nearly all of these are developing countries, focusing almost entirely on the 'access' side of the equation. Most of the CBD's specific ABS obligations, however, relate to the other side of the equation-benefit sharing. This book considers the full range of ABS obligations, and how existing tools in user countries' national law can be used to achieve the CBD's third objective. It examines the laws of those user countries which have either declared that their ABS obligations are satisfied by existing national law, or have begun legislative development; the requirements, weaknesses and gaps in achieving benefit-sharing objectives; and the ways in which new or existing legal tools can be applied to these requirements.




Missing Data


Book Description

While most books on missing data focus on applying sophisticated statistical techniques to deal with the problem after it has occurred, this volume provides a methodology for the control and prevention of missing data. In clear, nontechnical language, the authors help the reader understand the different types of missing data and their implications for the reliability, validity, and generalizability of a study’s conclusions. They provide practical recommendations for designing studies that decrease the likelihood of missing data, and for addressing this important issue when reporting study results. When statistical remedies are needed--such as deletion procedures, augmentation methods, and single imputation and multiple imputation procedures--the book also explains how to make sound decisions about their use. Patrick E. McKnight's website offers a periodically updated annotated bibliography on missing data and links to other Web resources that address missing data.




Protecting Mobile Networks and Devices


Book Description

This book gathers and analyzes the latest attacks, solutions, and trends in mobile networks. Its broad scope covers attacks and solutions related to mobile networks, mobile phone security, and wireless security. It examines the previous and emerging attacks and solutions in the mobile networking worlds, as well as other pertinent security issues. The many attack samples present the severity of this problem, while the delivered methodologies and countermeasures show how to build a truly secure mobile computing environment.




Literature-based Discovery


Book Description

This is the first coherent book on literature-based discovery (LBD). LBD is an inherently multi-disciplinary enterprise. The aim of this volume is to plant a flag in the ground and inspire new researchers to the LBD challenge.







Metaheuristics in Water, Geotechnical and Transport Engineering


Book Description

Due to an ever-decreasing supply in raw materials and stringent constraints on conventional energy sources, demand for lightweight, efficient and low cost structures has become crucially important in modern engineering design. This requires engineers to search for optimal and robust design options to address design problems that are often large in scale and highly nonlinear, making finding solutions challenging. In the past two decades, metaheuristic algorithms have shown promising power, efficiency and versatility in solving these difficult optimization problems. This book examines the latest developments of metaheuristics and their applications in water, geotechnical and transport engineering offering practical case studies as examples to demonstrate real world applications. Topics cover a range of areas within engineering, including reviews of optimization algorithms, artificial intelligence, cuckoo search, genetic programming, neural networks, multivariate adaptive regression, swarm intelligence, genetic algorithms, ant colony optimization, evolutionary multiobjective optimization with diverse applications in engineering such as behavior of materials, geotechnical design, flood control, water distribution and signal networks. This book can serve as a supplementary text for design courses and computation in engineering as well as a reference for researchers and engineers in metaheursitics, optimization in civil engineering and computational intelligence. Provides detailed descriptions of all major metaheuristic algorithms with a focus on practical implementation Develops new hybrid and advanced methods suitable for civil engineering problems at all levels Appropriate for researchers and advanced students to help to develop their work




Trends and Applications in Knowledge Discovery and Data Mining


Book Description

This book constitutes the thoroughly refereed post-workshop proceedings of the workshops that were held in conjunction with the 24th Pacific-Asia Conference on Knowledge Discovery and Data Mining, PAKDD 2020, in Singapore, Singapore, in May 2020. The 17 revised full papers presented were carefully reviewed and selected from a total of 50 submissions. The five workshops were as follows: · First International Workshop on Literature-Based Discovery (LBD 2020) · Workshop on Data Science for Fake News (DSFN 2020) · Learning Data Representation for Clustering (LDRC 2020) · Ninth Workshop on Biologically Inspired Techniques for Data Mining (BDM · 2020) · First Pacific Asia Workshop on Game Intelligence & Informatics (GII 2020)




Multiple Roles of Clays in Radioactive Waste Confinement


Book Description

This Special Publication highlights the importance of clays and clayey material, and their multiple roles, in many national geological disposal facilities for higher activity radioactive wastes. Clays can be both the disposal facility host rock and part of its intrinsic engineered barriers, and may be present in the surrounding geological environment. Clays possess various characteristics that make them high-quality barriers to the migration of radionuclides and chemical contaminants, e.g. very little water movement, diffusive transport, retention capacity, self-sealing capacity, stability over millions of years, homogeneity and lateral continuity.




RxJava for Android Developers


Book Description

Summary RxJava for Android Developers teaches you how to build fast, fluid, and reactive mobile apps for Android with RxJava. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology For Android developers, writing multithreaded apps can be as challenging as it is necessary. RxJava simplifies complex threading operations, maintaining proper synchronization as you switch seamlessly from thread to thread. RxJava also brings the benefits of reactive programming to your apps—that means better real-time responsiveness, the holy grail for every Android developer. About the Book RxJava for Android Developers begins by inviting you to think about programming and data the reactive way. This engaging, hands-on essential reference introduces you to the central pattern of RxJava for Android, then explains the View Model before exploring highly sought-after app features like chat clients and elegant transitions. Finally, you'll look at high-level design concerns and architectural approaches and frameworks that work well with Functional Reactive Programming (FRP) thinking. What's inside An introduction to reactive programming Easier thread management Improving UI responsiveness Thinking asynchronously Building a working chat client About the Reader Readers should have some experience building Android applications. No experience with RxJava is needed. About the Author Timo Tuominen has used FRP and RxJava extensively while working with Futurice as an architect of a major Android project for Samsung. Table of Contents PART 1 - Core reactive programming Introduction to reactive programming Networking with observables Building data processing chains Connecting the user interface with networking Advanced RxJava PART 2 - Architectures in RxJava Reactive view models Developing with view models Expanding existing Rx apps Testing reactive code PART 3 - Advanced RxJava architectures Advanced architectures: Chat client 1 Advanced architectures: Chat client 2 Transitions with Rx Making a maps client