|
|
Books > Computing & IT > Computer software packages > General
With the modernization of services offered through the internet,
many traditional face-to-face services have adopted new e-service
phenomena. Especially prevalent among the younger generations, this
change in service has promoted many industries to rethink how to
best reach their consumers using modern technology. Structural
Equation Modeling Approaches to E-Service Adoption is a pivotal
reference source that aims to share the latest empirical research
findings within technology acceptance, information systems,
information technology, human-computer interaction, and management
information systems. While highlighting topics such as e-commerce,
internet banking, and technology acceptance, this publication
explores the understanding of today's e-services in a dynamic and
complex environment, as well as the methods within the field of
information systems and information technologies. This book is
ideally designed for academics, students, managers, and scholars
interested in the up-and-coming research surrounding the field of
information technology.
Create reports and solve common report problems with minimal fuss.
About This Book * Use this unique book to master the basics and
advanced features of Pentaho 8 Reporting. * A book showing
developers and analysts with IT skills how to create and use the
best possible reports using the Pentaho platform. * Written with a
very practical approach: full of tutorials and practical examples
(source code included). Who This Book Is For This book is written
for two types of professionals and students: Information
Technologists with a basic knowledge of Databases and Java
Developers with medium seniority. Developers will be interested to
discover how to embed reports in a third-party Java application.
What You Will Learn * The basics of Pentaho Reporting (Designer and
SDK) and its initial setup. * Develop the most attractive reports
on top of a wide range of data sources. * Perform detailed
customization of layout, parameterization, internationalization,
behaviors, and more for your custom reports developed with Pentaho
Reporting. * Integrate Pentaho reports into third-party Java
application with full control over interactions, layout, and
behavior in general. * Use Pentaho reports in the other components
of the Pentaho Suite (BA Platform and PDI). In Detail This hands-on
tutorial, filled with exercises and examples, introduces the reader
to a variety of concepts within Pentaho Reporting. With screenshots
that show you how reports look at design time as well as how they
should look when rendered as PDF, Excel, HTML, Text,
Rich-Text-File, XML, and CSV, this book also contains complete
example source code that you can copy and paste into your
environment to get up-and-running quickly. Updated to cover the
features of Pentaho 8, this book will teach you everything you need
to know to build fast, efficient reports using Pentaho. If your
interest lies in the technical details of creating reports and you
want to see how to solve common reporting problems with a minimum
of fuss, this is the book for you. Style and approach A
step-by-step guide covering technical topics relating to
environments, best practices, and source code, to enable the reader
to assemble the best reports and use them in existing Java
applications.
Explore and understand data with the powerful data visualization
techniques of Tableau, and then communicate insights in powerful
ways Key Features Apply best practices in data visualization and
chart types exploration Explore the latest version of Tableau
Desktop with hands-on examples Understand the fundamentals of
Tableau storytelling Book DescriptionGraphical presentation of data
enables us to easily understand complex data sets. Tableau 10
Complete Reference provides easy-to-follow recipes with several use
cases and real-world business scenarios to get you up and running
with Tableau 10. This Learning Path begins with the history of data
visualization and its importance in today's businesses. You'll also
be introduced to Tableau - how to connect, clean, and analyze data
in this visual analytics software. Then, you'll learn how to apply
what you've learned by creating some simple calculations in Tableau
and using Table Calculations to help drive greater analysis from
your data. Next, you'll explore different advanced chart types in
Tableau. These chart types require you to have some understanding
of the Tableau interface and understand basic calculations. You'll
study in detail all dashboard techniques and best practices. A
number of recipes specifically for geospatial visualization,
analytics, and data preparation are also covered. Last but not
least, you'll learn about the power of storytelling through the
creation of interactive dashboards in Tableau. Through this
Learning Path, you will gain confidence and competence to analyze
and communicate data and insights more efficiently and effectively
by creating compelling interactive charts, dashboards, and stories
in Tableau. This Learning Path includes content from the following
Packt products: Learning Tableau 10 - Second Edition by Joshua N.
Milligan Getting Started with Tableau 2018.x by Tristan Guillevin
What you will learn Build effective visualizations, dashboards, and
story points Build basic to more advanced charts with step-by-step
recipes Become familiar row-level, aggregate, and table
calculations Dig deep into data with clustering and distribution
models Prepare and transform data for analysis Leverage Tableau's
mapping capabilities to visualize data Use data storytelling
techniques to aid decision making strategy Who this book is
forTableau 10 Complete Reference is designed for anyone who wants
to understand their data better and represent it in an effective
manner. It is also used for BI professionals and data analysts who
want to do better at their jobs.
Online and virtual learning has developed into an essential aspect
of learning technologies. A transdisciplinary perspective is needed
to evaluate the interplay between social awareness and online
virtual environments. Recent Advances in Applying Identity and
Society Awareness to Virtual Learning is a critical academic
publication that provides a robust examination of the social
aspects of virtual learning by providing groundbreaking research on
the use of 3D design thinking and cognitive apprenticeship in
virtual learning spaces for team science, transdisciplinarity, idea
incubation, and curation. It also identifies new patterns, methods,
and practices for virtual learning using enhanced educational
technology that leverages artificial intelligence, cloud computing,
and the Internet of Things (IoT) to integrate 3D immersive
environments, augmented reality, games, simulations, and wearable
technology, while also evaluating the impact of culture, community,
and society on lifelong learning and self-determinism to address
critical problems in education, such as STEM. Focusing on a broad
range of topics including learning spaces, cloud computing, and
organizational strategy, this publication is ideal for
professionals, researchers, educators, and administrators.
The emergent phenomena of virtual reality, augmented reality, and
mixed reality is having an impact on ways people communicate with
technology and with each other. Schools and higher education
institutions are embracing these emerging technologies and
implementing them at a rapid pace. The challenge, however, is to
identify well-defined problems where these innovative technologies
can support successful solutions and subsequently determine the
efficacy of effective virtual learning environments. Emerging
Technologies in Virtual Learning Environments is an essential
scholarly research publication that provides a deeper look into 3D
virtual environments and how they can be developed and applied for
the benefit of student learning and teacher training. This book
features a wide range of topics in the areas of science,
technology, engineering, arts, and math to ensure a blend of both
science and humanities research. Therefore, it is ideal for
curriculum developers, instructional designers, teachers, school
administrators, higher education faculty, professionals,
researchers, and students studying across all academic disciplines.
Over 30 recipes to develop custom drivers for your embedded Linux
applications. Key Features Use Kernel facilities to develop
powerful drivers Via a practical approach, learn core concepts of
developing device drivers Program a custom character device to get
access to kernel internals Book DescriptionLinux is a unified
kernel that is widely used to develop embedded systems. As Linux
has turned out to be one of the most popular operating systems
used, the interest in developing proprietary device drivers has
also increased. Device drivers play a critical role in how the
system performs and ensures that the device works in the manner
intended. By offering several examples on the development of
character devices and how to use other kernel internals, such as
interrupts, kernel timers, and wait queue, as well as how to manage
a device tree, you will be able to add proper management for custom
peripherals to your embedded system. You will begin by installing
the Linux kernel and then configuring it. Once you have installed
the system, you will learn to use the different kernel features and
the character drivers. You will also cover interrupts in-depth and
how you can manage them. Later, you will get into the kernel
internals required for developing applications. Next, you will
implement advanced character drivers and also become an expert in
writing important Linux device drivers. By the end of the book, you
will be able to easily write a custom character driver and kernel
code as per your requirements. What you will learn Become familiar
with the latest kernel releases (4.19+/5.x) running on the
ESPRESSObin devkit, an ARM 64-bit machine Download, configure,
modify, and build kernel sources Add and remove a device driver or
a module from the kernel Master kernel programming Understand how
to implement character drivers to manage different kinds of
computer peripherals Become well versed with kernel helper
functions and objects that can be used to build kernel applications
Acquire a knowledge of in-depth concepts to manage custom hardware
with Linux from both the kernel and user space Who this book is
forThis book will help anyone who wants to develop their own Linux
device drivers for embedded systems. Having basic hand-on with
Linux operating system and embedded concepts is necessary.
|
|