Browse Results

Showing 53,951 through 53,975 of 54,396 results

Innovation for Systems Information and Decision: Third Innovation for Systems Information and Decision Meeting, INSID 2021, Virtual Event, December 1–3, 2021, Proceedings (Lecture Notes in Business Information Processing #435)

by Adiel Teixeira de Almeida Danielle Costa Morais

This book constitutes the refereed proceedings of the Third International Meeting on Innovation for Systems Information and Decision, INSID 2021, which was held during December 1-3, 2021. The conference was initially planned to take place in Recife, Brazil, but changed to a virtual meeting due to the COVID-19 pandemic. The 9 full papers presented in this volume were carefully reviewed and selected from a total of 76 submissions. They reflect methodological improvements and advances in multi-criteria decision-making/multi-criteria decision-aid (MCDM/MCDA) oriented toward real-world applications, which contribute to the understanding of relevant developments of current research on and future trends of innovation for systems information and decision.

Collage: A Process in Architectural Design (University of Tehran Science and Humanities Series)

by Ali Asghar Adibi

This book is about using “collage” among Iranian students in architecture studio, and in order to introduce the way these students use the technique to the English reader, we (Ali Yaser Jafari and Reihaneh Khorramrouei) have chosen this valuable book by AliAsghar Adibi to translate from Farsi to English. It provides a representative example of design through collage and culture. This book originally collected and published in three chapters: Collage history in different arts; Objectives and steps to make collage images; Two experienced examples.

Protest Public Relations: Communicating dissent and activism (Routledge New Directions in PR & Communication Research)

by Ana Adi

Global movements and protests from the Arab Spring to the Occupy Movement have been attributed to growing access to social media, while without it, local causes like #bringbackourgirls and the ice bucket challenge may have otherwise remained unheard and unseen. Regardless of their nature – advocacy, activism, protest or dissent – and beyond the technological ability of digital and social media to connect support, these major events have all been the results of excellent communication and public relations. But PR remains seen only as the defender of corporate and capitalist interests, and therefore resistant to outside voices such as activists, NGOs, union members, protesters and whistle-blowers. Drawing on contributions from around the world to examine the concepts and practice of "activist," "protest" and "dissent" public relations, this book challenges this view. Using a range of international examples, it explores the changing nature of protest and its relationship with PR and provides a radical analysis of the communication strategies and tactics of social movements and activist groups and their campaigns. This thought-provoking collection will be of interest to researchers and advanced students of public relations, strategic communication, political science, politics, journalism, marketing, and advertising, and also to PR professionals in think tanks and NGOs.

Growth Hacking für Dummies (Für Dummies)

by Anuj Adhiya

Wer will das nicht: Marketing betreiben und dafür weniger Geld ausgeben? Growth Hacking wurde genau dafür entwickelt, es sollte Startups helfen, ohne viel Geld zu wachsen. Dieses Buch gibt Ihnen einen Einblick in die Grundlagen des Growth-Hacking-Prozesses. Der Autor erläutert außerdem, wie Sie Kommunikationslinien mit Ihren Kunden eröffnen, wie Sie Testmodelle etablieren und wie Sie sich die nötigen Werkzeuge aneignen, um erfolgreich kostengünstiges Marketing zu betreiben. Zudem geht er noch darauf ein, wie Sie sich das richtige Team zusammenstellen und eine passende Firmenkultur einführen. So ist dieses Buch der verständliche und übersichtliche Start zu Ihrem schnellen Erfolg.

Progress in Cryptology – INDOCRYPT 2021: 22nd International Conference on Cryptology in India, Jaipur, India, December 12–15, 2021, Proceedings (Lecture Notes in Computer Science #13143)

by Avishek Adhikari Ralf Küsters Bart Preneel

This book constitutes the refereed proceedings of the 22nd International Conference on Cryptology in India, INDOCRYPT 2021, which was held in Jaipur, India, during December 12-15, 2021.The 27 full papers included in these proceedings were carefully reviewed and selected from 65 submissions. They were organized in topical sections as follows: authenticated encryption; symmetric cryptography; lightweight cryptography; side-channel attacks; fault attacks; post-quantum cryptography; public key encryption and protocols; cryptographic constructions; blockchains.

Advances in Knowledge Discovery in Databases (Intelligent Systems Reference Library #79)

by Animesh Adhikari Jhimli Adhikari

This book presents recent advances in Knowledge discovery in databases (KDD) with a focus on the areas of market basket database, time-stamped databases and multiple related databases. Various interesting and intelligent algorithms are reported on data mining tasks. A large number of association measures are presented, which play significant roles in decision support applications. This book presents, discusses and contrasts new developments in mining time-stamped data, time-based data analyses, the identification of temporal patterns, the mining of multiple related databases, as well as local patterns analysis.

C# and .NET Core Test-Driven Development: Dive into TDD to create flexible, maintainable, and production-ready .NET Core applications

by Ayobami Adewole

Learn how to apply a test-driven development process by building ready C# 7 and .NET Core applications.Key Features Create tests to quickly detect and resolve issues when writing portable code Uncover code integration issues that improve code quality using continuous integration Set up and use data-driven unit testing to verify your codeBook DescriptionThis book guides developers to create robust, production-ready C# 7 and .NET Core applications through the practice of test-driven development process. In C# and .NET Core Test-Driven Development, you will learn the different stages of the TDD life cycle, basics of TDD, best practices, and anti-patterns. It will teach you how to create an ASP.NET Core MVC sample application, write testable code with SOLID principles and set up a dependency injection for your sample application. Next, you will learn the xUnit testing framework and learn how to use its attributes and assertions. You’ll see how to create data-driven unit tests and mock dependencies in your code. You will understand the difference between running and debugging your tests on .NET Core on LINUX versus Windows and Visual Studio. As you move forward, you will be able to create a healthy continuous integration process for your sample application using GitHub, TeamCity, Cake, and Microsoft VSTS.By the end of this book, you will have learned how to write clean and robust code through the effective practice of TDD, set up CI build steps to test and build applications as well as how to package application for deployment on NuGet.What you will learnWrite flexible, maintainable, and verifiable code for .NET CoreWrite testable code using SOLID principles and dependency injectionsRecognize the characteristics of a good unit testStructure and group your unit testUse mock objects to handle dependenciesSet up an end-to-end continuous integration process Who this book is forThis book is for .NET developers who would like to build efficient applications by implementing principles of test-driven development. C# programming and working knowledge of VS is assumed.

Building Python Web APIs with FastAPI: A fast-paced guide to building high-performance, robust web APIs with very little boilerplate code

by Abdulazeez Abdulazeez Adeshina

Discover FastAPI features and best practices for building and deploying high-quality web APIs from scratchKey FeaturesA practical guide to developing production-ready web APIs rapidly in PythonLearn how to put FastAPI into practice by implementing it in real-world scenariosExplore FastAPI, its syntax, and configurations for deploying applicationsBook DescriptionRESTful web services are commonly used to create APIs for web-based applications owing to their light weight and high scalability. This book will show you how FastAPI, a high-performance web framework for building RESTful APIs in Python, allows you to build robust web APIs that are simple and intuitive and makes it easy to build quickly with very little boilerplate code. This book will help you set up a FastAPI application in no time and show you how to use FastAPI to build a REST API that receives and responds to user requests. You'll go on to learn how to handle routing and authentication while working with databases in a FastAPI application. The book walks you through the four key areas: building and using routes for create, read, update, and delete (CRUD) operations; connecting the application to SQL and NoSQL databases; securing the application built; and deploying your application locally or to a cloud environment.By the end of this book, you'll have developed a solid understanding of the FastAPI framework and be able to build and deploy robust REST APIs.What you will learnSet up a FastAPI application that is fully functional and secureUnderstand how to handle errors from requests and send proper responses in FastAPIIntegrate and connect your application to a SQL and NoSQL (MongoDB) databasePerform CRUD operations using SQL and FastAPIManage concurrency in FastAPI applicationsImplement authentication in a FastAPI applicationDeploy a FastAPI application to any platformWho this book is forThis book is for Python developers who want to learn FastAPI in a pragmatic way to create robust web APIs with ease. If you are a Django or Flask developer looking to try something new that's faster, more efficient, and produces fewer bugs, this FastAPI Python book is for you. The book assumes intermediate-level knowledge of Python programming.

Marketing Communications and Brand Development in Emerging Markets Volume II: Insights for a Changing World (Palgrave Studies of Marketing in Emerging Economies)

by Ogechi Adeola Robert E. Hinson A. M. Sakkthivel

Advances in technology and changes in consumer buying patterns have forced businesses to alter their traditional marketing approach to incorporate contemporary ideologies that will drive customer satisfaction, meet societal expectations, and boot business performance for competitive advantage. The unplanned ravaging effects of the covid-19 pandemic, the vulnerability of our planet due to unsustainable living, and the changing digital landscape require that businesses are strategically aligned to these realities in order to adapt and effectively communicate their offerings. The second of this two-volume work examines marketing communications and brand development in an uncertain and changing world. With specific focus on the covid-19 pandemic, social responsibilities, and emerging technologies, this book examines how organisations in emerging economies can effectively engage in marketing communications and brand activity challenges posed by a changing world. Meanwhile, Volume I provides insight into contemporary issues in marketing such as brand avoidance, health and personal branding, and offers a futuristic perspective on marketing communications. Taken together, this two-volume works is a definitive resource for scholars and students or marketing, branding and international business.

Digital Business in Africa: Social Media and Related Technologies (Palgrave Studies of Marketing in Emerging Economies)

by Ogechi Adeola Jude N. Edeh Robert E. Hinson

This edited volume seeks to examine how enterprises in Africa can utilize digital technologies and innovations in creating value for their customers and clients in order to increase effectiveness and efficiency. Through social media, businesses are increasingly reaching and engaging their customers in several ways and so enterprises in Africa must harness the opportunities in the digital space if they want to remain competitive, earn profit, and meet their customers’ needs. Accordingly, this book looks at how digital technologies are helping shape the financial, educational, and advertising sectors in Africa. As digital technologies raise challenges, the chapters that follow will discuss ethical and social practical frameworks to effective digital business in Africa. This volume promises to fore both theoretical underpinnings, and practical implementations of digital technologies in the African business context.

Advanced Technologies, Systems, and Applications VII: Proceedings of the International Symposium on Innovative and Interdisciplinary Applications of Advanced Technologies (IAT) 2022 (Lecture Notes in Networks and Systems #539)

by Naida Ademović Edin Mujčić Medžida Mulić Jasmin Kevrić Zlatan Akšamija

This book presents a collection of articles on the advanced and interdisciplinary application of innovative technologies. Scientific investigations and results of the conference 13th Days of Bosnian-Herzegovinian American Academy of Art and Sciences held in Sarajevo, Bosnia and Herzegovina, June 23-26, 2022, are presented in this book. The up-to-date advances in various fields of engineering have been presented through numerous papers spanning the disciplines of civil engineering, mechanical engineering, advanced electrical power systems, computer modeling and simulations for engineering applications, computer science and artificial intelligence, geodesy and geoinformation, data science and geographic information systems and information and communication technologies. The editors would like to extend special gratitude to all the chairs of the planned symposia of the 13th Days of BHAAAS for their dedicated work in the production of this book.

Advanced Technologies, Systems, and Applications VI: Proceedings of the International Symposium on Innovative and Interdisciplinary Applications of Advanced Technologies (IAT) 2021 (Lecture Notes in Networks and Systems #316)

by Naida Ademović Edin Mujčić Zlatan Akšamija Jasmin Kevrić Samir Avdaković Ismar Volić

This book presents the innovative and interdisciplinary application of advanced technologies. It includes the scientific outcomes and results of the conference 12th Day of Bosnian-Herzegovinian American Academy of Art and Sciences held in Mostar, Bosnia, and Herzegovina, June 24-27, 2021. The latest developments in various fields of engineering have been presented through various papers in civil engineering, mechanical engineering, computing, electrical and electronics engineering, and others. A new session, Sustainable Urban Development: Designing Smart, Inclusive and Resilient Cities, was organized, enabling experts in this field to exchange their knowledge and expertise.

Living Books: Experiments in the Posthumanities (Leonardo)

by Janneke Adema

Reimagining the scholarly book as living and collaborative--not as commodified and essentialized, but in all its dynamic materiality.In this book, Janneke Adema proposes that we reimagine the scholarly book as a living and collaborative project--not as linear, bound, and fixed, but as fluid, remixed, and liquid, a space for experimentation. She presents a series of cutting-edge experiments in arts and humanities book publishing, showcasing the radical new forms that book-based scholarly work might take in the digital age. Adema's proposed alternative futures for the scholarly book go beyond such print-based assumptions as fixity, stability, the single author, originality, and copyright, reaching instead for a dynamic and emergent materiality. Adema suggests ways to unbind the book, describing experiments in scholarly book publishing with new forms of anonymous collaborative authorship, radical open access publishing, and processual, living, and remixed publications, among other practices. She doesn't cast digital as the solution and print as the problem; the problem in scholarly publishing, she argues, is not print itself, but the way print has been commodified and essentialized. Adema explores alternative, more ethical models of authorship; constructs an alternative genealogy of openness; and examines opportunities for intervention in current cultures of knowledge production. Finally, asking why it is that we cut and bind our research together at all, she examines two book publishing projects that experiment with remix and reuse and try to rethink and reperform the book-apparatus by taking responsibility for the cuts they make.

Linux System Administration

by Tom Adelstein Bill Lubanovic

If you're an experienced system administrator looking to acquire Linux skills, or a seasoned Linux user facing a new challenge, Linux System Administration offers practical knowledge for managing a complete range of Linux systems and servers. The book summarizes the steps you need to build everything from standalone SOHO hubs, web servers, and LAN servers to load-balanced clusters and servers consolidated through virtualization. Along the way, you'll learn about all of the tools you need to set up and maintain these working environments. Linux is now a standard corporate platform with users numbering in the hundreds of millions, and there is a definite shortage of talented administrators. Linux System Administration is ideal as an introduction to Linux for Unix veterans, MCSEs, and mainframe administrators, and as an advanced (and refresher) guide for existing Linux administrators who will want to jump into the middle of the book. Inside, you'll learn how to: Set up a stand-alone Linux server Install, configure, maintain, and troubleshoot a DNS server using BIND Build an Internet server to manage sites, perform email and file transfers, and more Set up an email service for a small-to-medium-sized site, complete with authentication Install and configure Apache, PHP, and MySQL on a web server built from scratch Combine computers into a load-balanced Apache web server cluster based on the free Linux Virtual Server Set up local network services from distributed file systems to DHCP services, gateway services, print services, user management and more Use Linux virtualization with Xen or VMWare to run multiple kernels on one piece of hardware; manage each kernel's access to processor time, devices, and memory Create shell scripts and adapt them for your own needs Back up and restore data with rsync, tar, cdrecord , Amanda, and MySQL tools Linux System Administration is not only knowledgeable and practical, but convenient. The ingredients for this book had been scattered throughout mailing lists, forums, and discussion groups, as well as books, periodicals, and the experiences of colleagues. Everything is now in one handy guide. In the course of their research, the authors also solved many problems whose solutions were completely undocumented. They now pass their lessons on to you.

Exploring the JDS Linux Desktop

by Tom Adelstein Sam Hiser

The Java Desktop System (TM), from Sun Microsystems, is a modern system for all kinds of users, novice through expert. As an unusually robust, well-integrated desktop system, it may become the first to fulfill the promise of mass adoption for open source. JDS brings Linux and other open source software up to a level of usability that makes them suitable for the enormous base of Personal Computer users including office workers, students, mobile and home users. It behaves pretty much the way a Windows or Mac user would expect, but with many more powerful features. JDS has seen widespread adoption in the United States, Britain, China, and elsewhere. This book is the ideal guide to JDS: it is clear and direct, but loaded with insights from authors who have spent time working with, supporting, and enhancing the system. Tom Adelstein is an award winning polymath system designer; Sam Hiser is a respected business consultant with an itch that led him to become the marketing project lead for OpenOffice.org. Both are advocates for open source and founders of the Open Government Interoperability Project, members of the Open Source Software Institute and contributors to the JDShelp.org project. This book carefully covers such housekeeping chores as setting up networking, updates, and backups. Then it enters into great depth concerning the key productivity tools every user needs: email, web browsing, instant messaging, word processing, spreadsheets, and slide presentations. A number of chapters and appendices concerning useful tools, including things you can add to your system, rounds out this remarkably useful book. It has plenty to offer the new user as well as the seasoned Linux professional.

IT-Risikomanagement von Cloud-Services in Kritischen Infrastrukturen: HMD Best Paper Award 2017 (essentials)

by Michael Adelmeyer Christopher Petrick Frank Teuteberg

Der Einsatz von Cloud-Services birgt neben vielfältigen Vorteilen auch Risiken für die IT-Sicherheit von Unternehmen. Dies gilt insbesondere für Betreiber Kritischer Infrastrukturen, die durch das IT-Sicherheitsgesetz dazu verpflichtet werden, ihre IT besser vor Cyber-Attacken zu schützen. Für ein funktionierendes IT-Risiko- und Sicherheitsmanagement ist daher eine vollständige Identifikation sowie Bewertung der sich aus dem Einsatz von Cloud-Services ergebenden Risiken unerlässlich. Hierzu werden im vorliegenden essential ein Anforderungskatalog an Cloud-Services zur Umsetzung des IT-Sicherheitsgesetzes, ein Framework für das IT-Risikomanagement von Cloud-Services in Kritischen Infrastrukturen sowie Handlungsempfehlungen für Unternehmen präsentiert.Die AutorenMichael Adelmeyer, M.Sc., CISA, ist wissenschaftlicher Mitarbeiter am Fachgebiet für Unternehmensrechnung und Wirtschaftsinformatik (UWI) der Universität Osnabrück. Christopher Petrick, M.Sc., hat Betriebswirtschaftslehre mit den Schwerpunkten Accounting und Management an der Universität Osnabrück studiert. Prof. Dr. Frank Teuteberg ist Leiter des Fachgebiets UWI an der Universität Osnabrück.

Multi-Agent Systems: Simulation and Applications (Computational Analysis, Synthesis, and Design of Dynamic Systems #Vol. 1)

by Adelinde M. Uhrmacher and Danny Weyns

Methodological Guidelines for Modeling and Developing MAS-Based SimulationsThe intersection of agents, modeling, simulation, and application domains has been the subject of active research for over two decades. Although agents and simulation have been used effectively in a variety of application domains, much of the supporting research remains scattered in the literature, too often leaving scientists to develop multi-agent system (MAS) models and simulations from scratch. Multi-Agent Systems: Simulation and Applications provides an overdue review of the wide ranging facets of MAS simulation, including methodological and application-oriented guidelines. This comprehensive resource reviews two decades of research in the intersection of MAS, simulation, and different application domains. It provides scientists and developers with disciplined engineering approaches to modeling and developing MAS-based simulations. After providing an overview of the field’s history and its basic principles, as well as cataloging the various simulation engines for MAS, the book devotes three sections to current and emerging approaches and applications.Simulation for MAS — explains simulation support for agent decision making, the use of simulation for the design of self-organizing systems, the role of software architecture in simulating MAS, and the use of simulation for studying learning and stigmergic interaction.MAS for Simulation — discusses an agent-based framework for symbiotic simulation, the use of country databases and expert systems for agent-based modeling of social systems, crowd-behavior modeling, agent-based modeling and simulation of adult stem cells, and agents for traffic simulation. Tools — presents a number of representative platforms and tools for MAS and simulation, including Jason, James II, SeSAm, and RoboCup Rescue.Complete with over 200 figures and formulas, this reference book provides the necessary overview of experiences with MAS simulation and the tools needed to exploit simulation in MAS for future research in a vast array of applications including home security, computational systems biology, and traffic management.

Nature-Inspired Computing: Physics and Chemistry-Based Algorithms

by Hojjat Adeli Nazmul H. Siddique

Nature-Inspired Computing: Physics and Chemistry-Based Algorithms provides a comprehensive introduction to the methodologies and algorithms in nature-inspired computing, with an emphasis on applications to real-life engineering problems. The research interest for Nature-inspired Computing has grown considerably exploring different phenomena observed in nature and basic principles of physics, chemistry, and biology. The discipline has reached a mature stage and the field has been well-established. This endeavour is another attempt at investigation into various computational schemes inspired from nature, which are presented in this book with the development of a suitable framework and industrial applications. Designed for senior undergraduates, postgraduates, research students, and professionals, the book is written at a comprehensible level for students who have some basic knowledge of calculus and differential equations, and some exposure to optimization theory. Due to the focus on search and optimization, the book is also appropriate for electrical, control, civil, industrial and manufacturing engineering, business, and economics students, as well as those in computer and information sciences. With the mathematical and programming references and applications in each chapter, the book is self-contained, and can also serve as a reference for researchers and scientists in the fields of system science, natural computing, and optimization.

New Knowledge in Information Systems and Technologies: Volume 2 (Advances in Intelligent Systems and Computing #931)

by Hojjat Adeli Álvaro Rocha Luís Paulo Reis Sandra Costanzo

This book includes a selection of articles from The 2019 World Conference on Information Systems and Technologies (WorldCIST’19), held from April 16 to 19, at La Toja, Spain.WorldCIST is a global forum for researchers and practitioners to present and discuss recent results and innovations, current trends, professional experiences and challenges in modern information systems and technologies research, together with their technological development and applications.The book covers a number of topics, including A) Information and Knowledge Management; B) Organizational Models and Information Systems; C) Software and Systems Modeling; D) Software Systems, Architectures, Applications and Tools; E) Multimedia Systems and Applications; F) Computer Networks, Mobility and Pervasive Systems; G) Intelligent and Decision Support Systems; H) Big Data Analytics and Applications; I) Human–Computer Interaction; J) Ethics, Computers & Security; K) Health Informatics; L) Information Technologies in Education; M) Information Technologies in Radiocommunications; and N) Technologies for Biomedical Applications.

Good Practices and New Perspectives in Information Systems and Technologies: WorldCIST 2024, Volume 2 (Lecture Notes in Networks and Systems #986)

by Hojjat Adeli Álvaro Rocha Gintautas Dzemyda Aneta Poniszewska-Marańda Fernando Moreira

This book is composed by a selection of articles from the 12th World Conference on Information Systems and Technologies (WorldCIST'24), held between 26 and 28 of March 2024, at Lodz University of Technology, Lodz, Poland. WorldCIST is a global forum for researchers and practitioners to present and discuss recent results and innovations, current trends, professional experiences and challenges of modern Information Systems and Technologies research, together with their technological development and applications. The main and distinctive topics covered are: A) Information and Knowledge Management; B) Organizational Models and Information Systems; C) Software and Systems Modeling; D) Software Systems, Architectures, Applications and Tools; E) Multimedia Systems and Applications; F) Computer Networks, Mobility and Pervasive Systems; G) Intelligent and Decision Support Systems; H) Big Data Analytics and Applications; I) Human-Computer Interaction; J) Ethics, Computers and Security; K) Health Informatics; L) Information Technologies in Education; M) Information Technologies in Radiocommunications; and N) Technologies for Biomedical Applications. The primary market of this book are postgraduates and researchers in Information Systems and Technologies field. The secondary market are undergraduates and professionals as well in Information Systems and Technologies field.

Good Practices and New Perspectives in Information Systems and Technologies: WorldCIST 2024, Volume 3 (Lecture Notes in Networks and Systems #987)

by Hojjat Adeli Álvaro Rocha Gintautas Dzemyda Aneta Poniszewska-Marańda Fernando Moreira

This book is composed by a selection of articles from the 12th World Conference on Information Systems and Technologies (WorldCIST'24), held between 26 and 28 of March 2024, at Lodz University of Technology, Lodz, Poland. WorldCIST is a global forum for researchers and practitioners to present and discuss recent results and innovations, current trends, professional experiences and challenges of modern Information Systems and Technologies research, together with their technological development and applications. The main and distinctive topics covered are: A) Information and Knowledge Management; B) Organizational Models and Information Systems; C) Software and Systems Modeling; D) Software Systems, Architectures, Applications and Tools; E) Multimedia Systems and Applications; F) Computer Networks, Mobility and Pervasive Systems; G) Intelligent and Decision Support Systems; H) Big Data Analytics and Applications; I) Human-Computer Interaction; J) Ethics, Computers and Security; K) Health Informatics; L) Information Technologies in Education; M) Information Technologies in Radiocommunications; and N) Technologies for Biomedical Applications. The primary market of this book are postgraduates and researchers in Information Systems and Technologies field. The secondary market are undergraduates and professionals as well in Information Systems and Technologies field.

Good Practices and New Perspectives in Information Systems and Technologies: WorldCIST 2024, Volume 4 (Lecture Notes in Networks and Systems #988)

by Hojjat Adeli Álvaro Rocha Gintautas Dzemyda Aneta Poniszewska-Marańda Fernando Moreira

This book is composed by a selection of articles from the 12th World Conference on Information Systems and Technologies (WorldCIST'24), held between 26 and 28 of March 2024, at Lodz University of Technology, Lodz, Poland. WorldCIST is a global forum for researchers and practitioners to present and discuss recent results and innovations, current trends, professional experiences and challenges of modern Information Systems and Technologies research, together with their technological development and applications. The main and distinctive topics covered are: A) Information and Knowledge Management; B) Organizational Models and Information Systems; C) Software and Systems Modeling; D) Software Systems, Architectures, Applications and Tools; E) Multimedia Systems and Applications; F) Computer Networks, Mobility and Pervasive Systems; G) Intelligent and Decision Support Systems; H) Big Data Analytics and Applications; I) Human-Computer Interaction; J) Ethics, Computers and Security; K) Health Informatics; L) Information Technologies in Education; M) Information Technologies in Radiocommunications; and N) Technologies for Biomedical Applications. The primary market of this book are postgraduates and researchers in Information Systems and Technologies field. The secondary market are undergraduates and professionals as well in Information Systems and Technologies field.

Good Practices and New Perspectives in Information Systems and Technologies: WorldCIST 2024, Volume 5 (Lecture Notes in Networks and Systems #989)

by Hojjat Adeli Álvaro Rocha Gintautas Dzemyda Aneta Poniszewska-Marańda Fernando Moreira

This book is composed by a selection of articles from the 12th World Conference on Information Systems and Technologies (WorldCIST'24), held between 26 and 28 of March 2024, at Lodz University of Technology, Lodz, Poland. WorldCIST is a global forum for researchers and practitioners to present and discuss recent results and innovations, current trends, professional experiences and challenges of modern Information Systems and Technologies research, together with their technological development and applications. The main and distinctive topics covered are: A) Information and Knowledge Management; B) Organizational Models and Information Systems; C) Software and Systems Modeling; D) Software Systems, Architectures, Applications and Tools; E) Multimedia Systems and Applications; F) Computer Networks, Mobility and Pervasive Systems; G) Intelligent and Decision Support Systems; H) Big Data Analytics and Applications; I) Human-Computer Interaction; J) Ethics, Computers and Security; K) Health Informatics; L) Information Technologies in Education; M) Information Technologies in Radiocommunications; and N) Technologies for Biomedical Applications. The primary market of this book are postgraduates and researchers in Information Systems and Technologies field. The secondary market are undergraduates and professionals as well in Information Systems and Technologies field.

Good Practices and New Perspectives in Information Systems and Technologies: WorldCIST 2024, Volume 6 (Lecture Notes in Networks and Systems #990)

by Hojjat Adeli Álvaro Rocha Gintautas Dzemyda Aneta Poniszewska-Marańda Fernando Moreira

This book is composed by a selection of articles from the 12th World Conference on Information Systems and Technologies (WorldCIST'24), held between 26 and 28 of March 2024, at Lodz University of Technology, Lodz, Poland. WorldCIST is a global forum for researchers and practitioners to present and discuss recent results and innovations, current trends, professional experiences and challenges of modern Information Systems and Technologies research, together with their technological development and applications. The main and distinctive topics covered are: A) Information and Knowledge Management; B) Organizational Models and Information Systems; C) Software and Systems Modeling; D) Software Systems, Architectures, Applications and Tools; E) Multimedia Systems and Applications; F) Computer Networks, Mobility and Pervasive Systems; G) Intelligent and Decision Support Systems; H) Big Data Analytics and Applications; I) Human-Computer Interaction; J) Ethics, Computers and Security; K) Health Informatics; L) Information Technologies in Education; M) Information Technologies in Radiocommunications; and N) Technologies for Biomedical Applications. The primary market of this book are postgraduates and researchers in Information Systems and Technologies field. The secondary market are undergraduates and professionals as well in Information Systems and Technologies field.

Trends and Applications in Information Systems and Technologies: Volume 4 (Advances in Intelligent Systems and Computing #1368)

by Hojjat Adeli Álvaro Rocha Gintautas Dzemyda Fernando Moreira Ana Maria Ramalho Correia

This book is composed of a selection of articles from The 2021 World Conference on Information Systems and Technologies (WorldCIST'21), held online between 30 and 31 of March and 1 and 2 of April 2021 at Hangra de Heroismo, Terceira Island, Azores, Portugal.WorldCIST is a global forum for researchers and practitioners to present and discuss recent results and innovations, current trends, professional experiences and challenges of modern information systems and technologies research, together with their technological development and applications.The main topics covered are: A) Information and Knowledge Management; B) Organizational Models and Information Systems; C) Software and Systems Modeling; D) Software Systems, Architectures, Applications and Tools; E) Multimedia Systems and Applications; F) Computer Networks, Mobility and Pervasive Systems; G) Intelligent and Decision Support Systems; H) Big Data Analytics and Applications; I) Human–Computer Interaction; J) Ethics, Computers & Security; K) Health Informatics; L) Information Technologies in Education; M) Information Technologies in Radiocommunications; N) Technologies for Biomedical Applications.

Refine Search

Showing 53,951 through 53,975 of 54,396 results