0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (3)
  • R100 - R250 (108)
  • R250 - R500 (521)
  • R500+ (3,125)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages > General

Visualizing the Semantic Web - XML-based Internet and Information Visualization (Hardcover, 2nd ed. 2006): Vladimir Geroimenko,... Visualizing the Semantic Web - XML-based Internet and Information Visualization (Hardcover, 2nd ed. 2006)
Vladimir Geroimenko, Chaomei Chen
R2,682 Discovery Miles 26 820 Ships in 18 - 22 working days

This 2nd edition has been completely revised and updated, with additional new chapters. It presents state-of-the-art research in this area and focuses on key topics such as: visualization of semantic and structural information and metadata in the context of the emerging Semantic Web; Ontology-based Information Visualization and the use of graphically represented ontologies; Semantic Visualizations using Topic Maps and graph techniques; Recommender systems for filtering and recommending on the Semantic Web; SVG and X3D as new XML-based languages for 2D and 3D visualisations; methods used to construct and visualize high quality metadata and ontologies; and navigating and exploring XML documents using interactive multimedia interfaces. The design of visual interfaces for e-commerce and information retrieval is currently a challenging area of practical web development.

Managing Chaos - Digital Governance by Design (Paperback): Lisa Welchman Managing Chaos - Digital Governance by Design (Paperback)
Lisa Welchman
R921 Discovery Miles 9 210 Ships in 9 - 17 working days
Implementing Distributed Systems with Java and CORBA (Hardcover, 2005 ed.): Markus Aleksy, Axel Korthaus, Martin Schader Implementing Distributed Systems with Java and CORBA (Hardcover, 2005 ed.)
Markus Aleksy, Axel Korthaus, Martin Schader
R1,599 Discovery Miles 15 990 Ships in 18 - 22 working days

This book provides graduate students and practitioners with knowledge of the CORBA standard and practical experience of implementing distributed systems with CORBA's Java mapping. With tested code examples that will run immediately!

Cases on Open-Linked Data and Semantic Web Applications (Hardcover, New): Patricia Ordonez De Pablos, Miltiadis D Lytras,... Cases on Open-Linked Data and Semantic Web Applications (Hardcover, New)
Patricia Ordonez De Pablos, Miltiadis D Lytras, Robert Tennyson, Jose Emilio Labra Gayo
R4,398 Discovery Miles 43 980 Ships in 18 - 22 working days

With the purpose of building upon standard web technologies, open linked data serves as a useful way to connect previously unrelated data and to publish structured data on the web. The application of these elements leads to the creation of data commons called semantic web. Cases on Open-Linked Data and Semantic Web Applications brings together new theories, research findings and case studies which cover the recent developments and approaches towards applied open linked data and semantic web in the context of information systems. By enhancing the understanding of open linked data in business, science and information technologies, this reference source aims to be useful for academics, researchers, and practitioners. With the purpose of building upon standard web technologies, open linked data serves as a useful way to connect previously unrelated data and to publish structured data on the web. The application of these elements leads to the creation of data commons called semantic web.

The Definitive Guide to Berkeley DB XML (Hardcover, 1st ed.): Danny Brian The Definitive Guide to Berkeley DB XML (Hardcover, 1st ed.)
Danny Brian
R1,472 Discovery Miles 14 720 Ships in 18 - 22 working days

This book teaches the basics of XML with an original approach, using real-world examples from an interesting (and operating) environment with broad applicability. It covers the full spectrum of Berkeley DB XML tools, including the command-line shell, transactions, rollbacks, replication, archiving and monitoring. Techniques and concepts that have broad applicability outside of the subject matter are skillfully explained: XML, XPath, XQuery, XML schemas, all industry-standard technologies that find one of their best tutorial treatments, and all in the context of a simple database solution. The book also presents a remarkable example of query power.

Internet of Things and Advanced Application in Healthcare (Hardcover): Catarina I. Reis, Marisa da Silva Maximiano Internet of Things and Advanced Application in Healthcare (Hardcover)
Catarina I. Reis, Marisa da Silva Maximiano
R5,263 Discovery Miles 52 630 Ships in 18 - 22 working days

The ubiquitous nature of the Internet of Things allows for enhanced connectivity between people in modern society. When applied to various industries, these current networking capabilities create opportunities for new applications. Internet of Things and Advanced Application in Healthcare is a critical reference source for emerging research on the implementation of the latest networking and technological trends within the healthcare industry. Featuring in-depth coverage across the broad scope of the Internet of Things in specialized settings, such as context-aware computing, reliability, and healthcare support systems, this publication is an ideal resource for professionals, researchers, upper-level students, practitioners, and technology developers seeking innovative material on the Internet of Things and its distinct applications. Topics Covered: Assistive Technologies Context-Aware Computing Systems Health Risk Management Healthcare Support Systems Reliability Concerns Smart Healthcare Wearable Sensors

Future Directions for Intelligent Systems and Information Sciences - The Future of Speech and Image Technologies, Brain... Future Directions for Intelligent Systems and Information Sciences - The Future of Speech and Image Technologies, Brain Computers, WWW, and Bioinformatics (Hardcover, 2000 ed.)
Nikola Kasabov
R4,237 Discovery Miles 42 370 Ships in 18 - 22 working days

This edited volume comprises invited chapters that cover five areas of the current and the future development of intelligent systems and information sciences. Half of the chapters were presented as invited talks at the Workshop "Future Directions for Intelligent Systems and Information Sciences" held in Dunedin, New Zealand, 22-23 November 1999 after the International Conference on Neuro-Information Processing (lCONIPI ANZIISI ANNES '99) held in Perth, Australia. In order to make this volume useful for researchers and academics in the broad area of information sciences I invited prominent researchers to submit materials and present their view about future paradigms, future trends and directions. Part I contains chapters on adaptive, evolving, learning systems. These are systems that learn in a life-long, on-line mode and in a changing environment. The first chapter, written by the editor, presents briefly the paradigm of Evolving Connectionist Systems (ECOS) and some of their applications. The chapter by Sung-Bae Cho presents the paradigms of artificial life and evolutionary programming in the context of several applications (mobile robots, adaptive agents of the WWW). The following three chapters written by R.Duro, J.Santos and J.A.Becerra (chapter 3), GCoghill . (chapter 4), Y.Maeda (chapter 5) introduce new techniques for building adaptive, learning robots.

Decompiling Java (Hardcover, 1st ed.): Godfrey Nolan Decompiling Java (Hardcover, 1st ed.)
Godfrey Nolan
R1,436 R1,189 Discovery Miles 11 890 Save R247 (17%) Ships in 18 - 22 working days

Both Java and .NET use the idea of a virtual machine (VM) rather than a true executable. While very useful for some purposes, VMs make your source code and hence your intellectual property (IP) inherently less secure because the process can be reversed or decompiled. This book is useful because you must understand how decompilation works in order to properly protect your IP. Anyone interested in protecting Java code from prying eyes will want to buy this one of a kind book as it separates fact from fiction about just how ineffective obfuscators are at protecting your corporate secrets.While it is very easy for anyone to decompile Java code and almost as easy to run it through an obfuscation protection tool, there is very little information on just what happens when you do this. How secure is your code after you run an obfuscator, for example? bytecodes and the Java Virtual Machine (JVM) than in any book yet published. This book redresses the imbalance by providing insights into the features and limitations of todays decompilers and obfuscators, as well as offering a detailed look at what JVMs actually do.Virtual machine is the computer science term used when (most often in an attempt to gain greater portability) you create an abstract virtual processor and write code for it instead of having your compiler generate actual machine language for a chip like the Pentium 4. want the code to run. This translates the virtual machine language to the real machine language of your processor. The intermediary code for the virtual machine is what can more easily be decompiled, although with a loss of security, since in order for the code to be converted to real machine language it must be relatively transparent and not just a sequence of 0s and 1s

Applied Evolutionary Algorithms in Java (Hardcover, 2003 ed.): Robert Ghanea-Hercock Applied Evolutionary Algorithms in Java (Hardcover, 2003 ed.)
Robert Ghanea-Hercock
R2,666 Discovery Miles 26 660 Ships in 18 - 22 working days

Genetic algorithms provide a powerful range of methods for solving complex engineering search and optimization algorithms. Their power can also lead to difficulty for new researchers and students who wish to apply such evolution-based methods. "Applied Evolutionary Algorithms in Java" offers a practical, hands-on guide to applying such algorithms to engineering and scientific problems. The concepts are illustrated through clear examples, ranging from simple to more complex problems domains; all based on real-world industrial problems. Examples are taken from image processing, fuzzy-logic control systems, mobile robots, and telecommunication network optimization problems. The Java-based toolkit provides an easy-to-use and essential visual interface, with integrated graphing and analysis tools. Topics and features: *inclusion of a complete Java toolkit for exploring evolutionary algorithms *strong use of visualization techniques, to increase understanding *coverage of all major evolutionary algorithms in common usage *broad range of industrially based example applications *includes examples and an appendix based on fuzzy logic This book is intended for students, researchers, and professionals interested in using evolutionary algorithms in their work. No mathematics beyond basic algebra and Cartesian graphs methods are required, as the aim is to encourage applying the Java toolkit to develop the power of these techniques.

Objects and Systems - Principled Design with Implementations in C++ and Java (Hardcover, 1997 ed.): Bernard P. Zeigler Objects and Systems - Principled Design with Implementations in C++ and Java (Hardcover, 1997 ed.)
Bernard P. Zeigler
R1,604 Discovery Miles 16 040 Ships in 18 - 22 working days

The author's aim in this textbook is to provide students with a clear understanding of the relationship between the principles of object-oriented programming and software engineering. Professor Zeigler takes an approach based on state representation to formal specification. Consequently, this book is unique through its - emphasis on formulating primitives from which all other functionality can be built; - integral use of a semi-formal behaviour specification language based on state transition concepts; -differentiation between behaviour and implementation; -a reusable heterogeneous container class library; -ability to show the elegance and power of ensemble methods with non-trivial examples. As a result, students studying software engineering will find this a distinctive and valuable approach to programming and systems engineering.

Advanced Applications and Structures in XML Processing - Label Streams, Semantics Utilization and Data Query Technologies... Advanced Applications and Structures in XML Processing - Label Streams, Semantics Utilization and Data Query Technologies (Hardcover)
R4,643 Discovery Miles 46 430 Ships in 18 - 22 working days

Much of the world's advanced data processing applications are now dependant on eXtensible Markup Language (XML), from publishing to medical information storage. Therefore, XML has become a de facto standard for data exchange and representation on the World Wide Web and in daily life. Applications and Structures in XML Processing: Label Streams, Semantics Utilization and Data Query Technologies reflects the significant research results and latest findings of scholars' worldwide, working to explore and expand the role of XML. This collection represents an understanding of XML processing technologies in connection with both advanced applications and the latest XML processing technologies that is of primary importance. It provides the opportunity to understand topics in detail and discover XML research at a comprehensive level.

Semantic Web Services for Web Databases (Hardcover, 2011): Mourad Ouzzani, Athman Bouguettaya Semantic Web Services for Web Databases (Hardcover, 2011)
Mourad Ouzzani, Athman Bouguettaya
R1,399 Discovery Miles 13 990 Ships in 18 - 22 working days

Semantic Web Services for Web Databases introduces an end-to-end framework for querying Web databases using novel Web service querying techniques. This includes a detailed framework for the query infrastructure for Web databases and services. Case studies are covered in the last section of this book. Semantic Web Services For Web Databases is designed for practitioners and researchers focused on service-oriented computing and Web databases.

SMIL 3.0 - Flexible Multimedia for Web, Mobile Devices and Daisy Talking Books (Hardcover, 2nd ed. 2009): Dick C. a. Bulterman,... SMIL 3.0 - Flexible Multimedia for Web, Mobile Devices and Daisy Talking Books (Hardcover, 2nd ed. 2009)
Dick C. a. Bulterman, Lloyd W. Rutledge
R1,493 Discovery Miles 14 930 Ships in 18 - 22 working days

SMIL 3.0: Multimedia for the Web, Mobile Devices and Daisy Talking Books is a revised introduction to - and resource guide for - the W3C SMIL language. It covers all aspects of the SMIL specification and covers all of SMIL's implem- tation profiles, from the desktop through the world of mobile SMIL devices. Based on the first version of the book, which covered SMIL 2.0, this edition has been updated with information from the past two releases of the SMIL l- guage. We have benefitted from comments and suggestions from many readers of the first edition, and have produced what we feel is the most comprehensive guide to SMIL available anywhere. Motivation for this Book While we were working on various phases of the SMIL recommendations, it became clear to us that the richness of the SMIL language could easily ov- whelm many Web authors and designers. In the 500+ pages that the SYMM working group needed to describe the 30+ SMIL elements and the 150+ SMIL attributes, there was not much room for background information or extensive examples. The focus of the specification was on implementation aspects of the SMIL language, not on the rationale or the potential uses of SMIL's declarative power.

Pragmatic Programmer, The - Your journey to mastery, 20th Anniversary Edition (Hardcover, 2nd edition): David Thomas, Andrew... Pragmatic Programmer, The - Your journey to mastery, 20th Anniversary Edition (Hardcover, 2nd edition)
David Thomas, Andrew Hunt
R1,045 R883 Discovery Miles 8 830 Save R162 (16%) Ships in 5 - 10 working days

"One of the most significant books in my life." -Obie Fernandez, Author, The Rails Way "Twenty years ago, the first edition of The Pragmatic Programmer completely changed the trajectory of my career. This new edition could do the same for yours." -Mike Cohn, Author of Succeeding with Agile , Agile Estimating and Planning , and User Stories Applied ". . . filled with practical advice, both technical and professional, that will serve you and your projects well for years to come." -Andrea Goulet, CEO, Corgibytes, Founder, LegacyCode.Rocks ". . . lightning does strike twice, and this book is proof." -VM (Vicky) Brasseur, Director of Open Source Strategy, Juniper Networks The Pragmatic Programmer is one of those rare tech books you'll read, re-read, and read again over the years. Whether you're new to the field or an experienced practitioner, you'll come away with fresh insights each and every time. Dave Thomas and Andy Hunt wrote the first edition of this influential book in 1999 to help their clients create better software and rediscover the joy of coding. These lessons have helped a generation of programmers examine the very essence of software development, independent of any particular language, framework, or methodology, and the Pragmatic philosophy has spawned hundreds of books, screencasts, and audio books, as well as thousands of careers and success stories. Now, twenty years later, this new edition re-examines what it means to be a modern programmer. Topics range from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you'll learn how to: Fight software rot Learn continuously Avoid the trap of duplicating knowledge Write flexible, dynamic, and adaptable code Harness the power of basic tools Avoid programming by coincidence Learn real requirements Solve the underlying problems of concurrent code Guard against security vulnerabilities Build teams of Pragmatic Programmers Take responsibility for your work and career Test ruthlessly and effectively, including property-based testing Implement the Pragmatic Starter Kit Delight your users Written as a series of self-contained sections and filled with classic and fresh anecdotes, thoughtful examples, and interesting analogies, The Pragmatic Programmer illustrates the best approaches and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career. You'll become a Pragmatic Programmer. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

Java Programming - Code with an Object-Oriented Program and Improve Your Software Engineering Skills. Get Familiar with Virtual... Java Programming - Code with an Object-Oriented Program and Improve Your Software Engineering Skills. Get Familiar with Virtual Machine, JavaScript (Hardcover)
Alan Grid
R715 R633 Discovery Miles 6 330 Save R82 (11%) Ships in 18 - 22 working days
Introduction to Programming Using Python, An, Global Edition (Paperback): David Schneider Introduction to Programming Using Python, An, Global Edition (Paperback)
David Schneider
R2,175 Discovery Miles 21 750 Ships in 10 - 15 working days

For college-level Computer Science courses in Python Basic Programming and Problem Solving in Python As one of the most widely used programming languages in the software industry, Python is desirable to both learn and teach. Introduction to Programming Using Python is designed for students eager to learn about the world of programming. Applicable to a range of skill levels, this First Edition textbook provides students with the tools to harness the powerful syntax of Python and understand how to develop computer programs. The compactly written text leverages highly focused chapters, diving deep into the most significant topics to give students an in-depth (rather than superficial) understanding of the language. Using real-world examples and data, the author illustrates practical usage of Python in a way to which students can relate. The text itself is readable, organised, and informative, discussing main points of each topic first and then addressing the peripheral details. Students learn good programming habits the first time-bringing them in line with the best modern programming practices.

Models for Capitalizing on Web Engineering Advancements - Trends and Discoveries (Hardcover, New): Ghazi I. Alkhatib Models for Capitalizing on Web Engineering Advancements - Trends and Discoveries (Hardcover, New)
Ghazi I. Alkhatib
R4,832 Discovery Miles 48 320 Ships in 18 - 22 working days

The development of successful, usable Web-based systems and applications requires careful consideration of problems, needs, and unique circumstances within and among organizations. Uniting research from a number of different disciplines, Web engineering seeks to develop solutions and uncover new trends in the rapidly growing body of literature on Web system design, modeling, and methodology. Models for Capitalizing on Web Engineering Advancements: Trends and Discoveries contains research on new developments and existing applications made possible by the principles of Web engineering. With selections focused on a broad range of applications from telemedicine to geographic information retrieval this book provides a foundation for further study of the unique challenges faced by Web application designers.

Advanced Web Services (Hardcover, 1st ed. 2014): Athman Bouguettaya, Quan Z. Sheng, Florian Daniel Advanced Web Services (Hardcover, 1st ed. 2014)
Athman Bouguettaya, Quan Z. Sheng, Florian Daniel
R2,768 Discovery Miles 27 680 Ships in 18 - 22 working days

Web services and Service-Oriented Computing (SOC) have become thriving areas of academic research, joint university/industry research projects, and novel IT products on the market. SOC is the computing paradigm that uses Web services as building blocks for the engineering of composite, distributed applications out of the reusable application logic encapsulated by Web services. Web services could be considered the best-known and most standardized technology in use today for distributed computing over the Internet. This book is the second installment of a two-book collection covering the state-of-the-art of both theoretical and practical aspects of Web services and SOC research and deployments. Advanced Web Services specifically focuses on advanced topics of Web services and SOC and covers topics including Web services transactions, security and trust, Web service management, real-world case studies, and novel perspectives and future directions. The editors present foundational topics in the first book of the collection, Web Services Foundations (Springer, 2013). Together, both books comprise approximately 1400 pages and are the result of an enormous community effort that involved more than 100 authors, comprising the world's leading experts in this field.

Web Engineered Applications for Evolving Organizations - Emerging Knowledge (Hardcover): Ghazi I. Alkhatib Web Engineered Applications for Evolving Organizations - Emerging Knowledge (Hardcover)
Ghazi I. Alkhatib
R4,619 Discovery Miles 46 190 Ships in 18 - 22 working days

Knowledge sharing within an organization is essential to its continued success and growth, though remaining aware of new communication technologies is a difficult task. Web Engineered Applications for Evolving Organizations: Emerging Knowledge explores integrated approaches to IT and Web engineering, offering solutions and best practices for knowledge exchange within organizations. This publication focuses on research in a number of related disciplines, including data knowledge storage and retrieval, intelligent information systems, IT education and training, and IT readiness.

Effective Web Presence Solutions for Small Businesses - Strategies for Successful Implementation (Hardcover): Stephen Burgess,... Effective Web Presence Solutions for Small Businesses - Strategies for Successful Implementation (Hardcover)
Stephen Burgess, Carmine Sellitto, Stergios Karanasios
R4,196 Discovery Miles 41 960 Ships in 18 - 22 working days

Over the past several years, a great deal of research has been devoted to the use of information technology by small businesses. One technological tool now used to boost company success is Web presence enhancement in alignment with business strategy. ""Effective Web Presence Solutions for Small Businesses: Strategies for Successful Implementation"" is the first book to provide small businesses with a holistic approach to implementing their Web presence through identification of Web site content that matches their business strategy. A valuable read for small business owners as well as academicians and researchers, this book connects the various issues involved in the planning and execution of successful Web sites for small businesses.

Murachs Dreamweaver CC 2014 (Paperback): Zak Ruvalcaba Murachs Dreamweaver CC 2014 (Paperback)
Zak Ruvalcaba
R1,514 R1,318 Discovery Miles 13 180 Save R196 (13%) Ships in 10 - 15 working days

With Dreamweaver CC, you can go from staring at a blank screen to launching your first website without writing any code and without ever leaving the program! All the tools you need are there. But any program that's so comprehensive is going to be complex. So the trick is mastering what all of the program's windows, panels, toolbars, and web technologies do and then incorporating all that with the design skills that you need to create your own websites. That's where this book comes in. In contrast to other Dreamweaver books, it integrates all of the skills that you need to build inviting, standards-compliant, and accessible websites. And it uses a proven instructional approach that makes all the pieces manageable. So you will learn how to: install and configure Dreamweaver CC; generate the HTML and CSS for a page in a way that's consistent with today's best practices (that includes the use of HTML5 semantics, external style sheets, and CSS3) interpret the generated code so you can tweak it as needed; use JavaScript and jQuery to enhance the user experience with interactive features; use responsive web design to create sites that look great and work right on any device; incorporate video and audio into your web pages without the use of plug-ins; use templates and library items to save time and build consistent web pages; launch your finished sites with a minimum of fuss and more! Along the way, you will get dozens of practical examples and exercises that will solidify your skills and serve as guides as you develop your own sites.

PHP and MySQL Manual - Simple, yet Powerful Web Programming (Hardcover, 2004 ed.): Simon Stobart, Mike Vassileiou PHP and MySQL Manual - Simple, yet Powerful Web Programming (Hardcover, 2004 ed.)
Simon Stobart, Mike Vassileiou
R3,112 Discovery Miles 31 120 Ships in 18 - 22 working days

PHP is rapidly becoming the language of choice for dynamic Web development, in particular for e-commerce and on-line database systems. It is open source software and easy to install, and can be used with a variety of operating systems, including Microsoft Windows and UNIX.

This comprehensive manual covers the basic core of the language, with lots of practical examples of some of the more recent and useful features available in version 5.0. MySQL database creation and development is also covered, as it is the developer database most commonly used alongside PHP. It will be an invaluable book for professionals wanting to use PHP to develop their own dynamic web pages.

Key Topics:

- Basic Language Constructs

- Manipulating Arrays and Strings

- Errors and Buffering

- Graphic Manipulation

- PDF Library Extension

- MySQL Database Management

- Classes and Objects Concepts

Features and Benefits:

Explains how to use PHP to its full extent - covering the latest features and functions of PHP version 5.0, including the use of object-oriented programming

Describes how to link a database to a web site, using the MySQL database management system

Shows how to connect PHP to other systems and provides many examples, so that you can create powerful and dynamic web pages and applications

Contains lots of illustrated, practical, real-world examples - including an e-commerce application created in PHP using many of the features described within the book

The scripts used in the examples are available for download from www.phpmysql-manual.com

Pro Apache XML (Hardcover, 1st ed.): Poornachandra Sarang Pro Apache XML (Hardcover, 1st ed.)
Poornachandra Sarang
R1,410 Discovery Miles 14 100 Ships in 10 - 15 working days

"Pro Apache XML" thoroughly introduces several subprojects found under the Web Services-driven API umbrella. The book begins with a concise introduction to XML and Web Services. Subsequent chapters devote themselves to specific subprojectscovering their purposes, APIs, implementation, and practical uses through appropriate code examples. Additional material includes Introductions to several of the Apache Foundation's hottest projects, including Xerces, Axis, and Xindice Building XML-driven websites using the popular Cocoon project Transforming XML-based documents into a variety of formats, including PDF, SVG, and PS, using the Formatting Objects Processor (FOP) project

Youll learn to perform tasks like validation, parsing, transformation, and storageand how to work with this information through a programming interface. You may either read this book from cover to cover or jump to any desired subproject for a detailed study of its implementation. All programming examples use the Java programming language.

Introduction to Video Search Engines (Hardcover, 2008 ed.): David C Gibbon, Zhu Liu Introduction to Video Search Engines (Hardcover, 2008 ed.)
David C Gibbon, Zhu Liu
R1,435 Discovery Miles 14 350 Ships in 18 - 22 working days

The evolution of technology has set the stage for the rapid growth of the video Web: broadband Internet access is ubiquitous, and streaming media protocols, systems, and encoding standards are mature. In addition to Web video delivery, users can easily contribute content captured on low cost camera phones and other consumer products. The media and entertainment industry no longer views these developments as a threat to their established business practices, but as an opportunity to provide services for more viewers in a wider range of consumption contexts. The emergence of IPTV and mobile video services offers unprecedented access to an ever growing number of broadcast channels and provides the flexibility to deliver new, more personalized video services. Highly capable portable media players allow us to take this personalized content with us, and to consume it even in places where the network does not reach. Video search engines enable users to take advantage of these emerging video resources for a wide variety of applications including entertainment, education and communications. However, the task of information extr- tion from video for retrieval applications is challenging, providing opp- tunities for innovation. This book aims to first describe the current state of video search engine technology and second to inform those with the req- site technical skills of the opportunities to contribute to the development of this field. Today's Web search engines have greatly improved the accessibility and therefore the value of the Web.

Long-Term Preservation of Digital Documents - Principles and Practices (Hardcover, 2006 ed.): Uwe M. Borghoff, Peter Roedig,... Long-Term Preservation of Digital Documents - Principles and Practices (Hardcover, 2006 ed.)
Uwe M. Borghoff, Peter Roedig, Jan Scheffczyk, Lothar Schmitz
R1,559 Discovery Miles 15 590 Ships in 18 - 22 working days

Key to our culture is that we can disseminate information, and then maintain and access it over time. While we are rapidly advancing from vulnerable physical solutions to superior, digital media, preserving and using data over the long term involves complicated research challenges and organization efforts.

Uwe Borghoff and his coauthors address the problem of storing, reading, and using digital data for periods longer than 50 years. They briefly describe several markup and document description languages like TIFF, PDF, HTML, and XML, explain the most important techniques such as migration and emulation, and present the OAIS (Open Archival Information System) Reference Model. To complement this background information on the technology issues the authors present the most relevant international preservation projects, such as the Dublin Core Metadata Initiative, and experiences from sample projects run by the Cornell University Library and the National Library of the Netherlands. A rated survey list of available systems and tools completes the book.

With this broad overview, the authors address librarians who preserve our digital heritage, computer scientists who develop technologies that access data, and information managers engaged with the social and methodological requirements of long-term information access.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Applications of Modified Starches
Emmanuel Flores Huicochea, Rodolfo Rendon Villalobos Hardcover R2,550 Discovery Miles 25 500
Energy Efficiency Clauses in Charter…
George Adamantios Psarros Hardcover R3,571 R3,311 Discovery Miles 33 110
Nonlinear Computational Structural…
Pierre Ladeveze Hardcover R1,532 Discovery Miles 15 320
Semantic Modeling and Enrichment of…
Abdulbaki Uzun Hardcover R2,667 Discovery Miles 26 670
Liutex and Its Applications in…
Chaoqun Liu, Hongyi Xu, … Paperback R2,657 Discovery Miles 26 570
Optimal Control from Theory to Computer…
Viorel Arnautu, Pekka Neittaanmaki Hardcover R4,053 Discovery Miles 40 530
The Interaction Between Flexible Plates…
Laibing Jia Hardcover R1,391 Discovery Miles 13 910
Abductive Reasoning and Learning
Dov M. Gabbay, Philippe Smets Hardcover R5,384 Discovery Miles 53 840
Mixing and Dispersion in Stably…
Peter A. Davies Hardcover R11,965 Discovery Miles 119 650
Cohomology of Arithmetic Groups - On the…
James W. Cogdell, Gunter Harder, … Hardcover R3,818 Discovery Miles 38 180

 

Partners