Search (114 results, page 1 of 6)

  • × theme_ss:"Internet"
  • × type_ss:"s"
  1. XML data management : native XML and XML-enabled database systems (2003) 0.03
    0.027566431 = product of:
      0.04594405 = sum of:
        0.00913812 = weight(_text_:a in 2073) [ClassicSimilarity], result of:
          0.00913812 = score(doc=2073,freq=90.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.17091818 = fieldWeight in 2073, product of:
              9.486833 = tf(freq=90.0), with freq of:
                90.0 = termFreq=90.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.015625 = fieldNorm(doc=2073)
        0.031813435 = weight(_text_:91 in 2073) [ClassicSimilarity], result of:
          0.031813435 = score(doc=2073,freq=2.0), product of:
            0.25837386 = queryWeight, product of:
              5.5722036 = idf(docFreq=456, maxDocs=44218)
              0.046368346 = queryNorm
            0.123129465 = fieldWeight in 2073, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              5.5722036 = idf(docFreq=456, maxDocs=44218)
              0.015625 = fieldNorm(doc=2073)
        0.004992492 = product of:
          0.009984984 = sum of:
            0.009984984 = weight(_text_:information in 2073) [ClassicSimilarity], result of:
              0.009984984 = score(doc=2073,freq=20.0), product of:
                0.08139861 = queryWeight, product of:
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.046368346 = queryNorm
                0.12266775 = fieldWeight in 2073, product of:
                  4.472136 = tf(freq=20.0), with freq of:
                    20.0 = termFreq=20.0
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.015625 = fieldNorm(doc=2073)
          0.5 = coord(1/2)
      0.6 = coord(3/5)
    
    Footnote
    Rez. in: JASIST 55(2004) no.1, S.90-91 (N. Rhodes): "The recent near-exponential increase in XML-based technologies has exposed a gap between these technologies and those that are concerned with more fundamental data management issues. This very comprehensive and well-organized book has quite neatly filled the gap, thus achieving most of its stated intentions. The target audiences are database and XML professionals wishing to combine XML with modern database technologies and such is the breadth of scope of this book (hat few would not find it useful in some way. The editors have assembled a collection of chapters from a wide selection of industry heavyweights and as with most books of this type, it exhibits many disparate styles but thanks to careful editing it reads well as a cohesive whole. Certain sections have already appeared in print elsewhere and there is a deal of corporate flag-waving but nowhere does it become over-intrusive. The preface provides only the very brietest of introductions to XML but instead sets the tone for the remainder of the book. The twin terms of data- and document-centric XML (Bourret, 2003) that have achieved so much recent currency are re-iterated before XML data management issues are considered. lt is here that the book's aims are stated, mostly concerned with the approaches and features of the various available XML data management solutions. Not surprisingly, in a specialized book such as this one an introduction to XML consists of a single chapter. For issues such as syntax, DTDs and XML Schemas the reader is referred elsewhere, here, Chris Brandin provides a practical guide to achieving good grammar and style and argues convincingly for the use of XML as an information-modeling tool. Using a well-chosen and simple example, a practical guide to modeling information is developed, replete with examples of the pitfalls. This brief but illuminating chapter (incidentally available as a "taster" from the publisher's web site) notes that one of the most promising aspects of XML is that applications can be built to use a single mutable information model, obviating the need to change the application code but that good XML design is the basis of such mutability.
    There is some debate over what exactly constitutes a native XML database. Bourret (2003) favors the wider definition; other authors such as the Butler Group (2002) restrict the use of the term to databases systems designed and built solely for storage and manipulation of XML. Two examples of the lauer (Tamino and eXist) are covered in detailed chapters here but also included in this section is the embedded XML database system, Berkeley DB XML, considered by makers Sleepycat Software to be "native" in that it is capable of storing XML natively but built an top of the Berkeley DB engine. To the uninitiated, the revelation that schemas and DTDs are not required by either Tamino or eXist might seem a little strange. Tamino implements "loose coupling" where the validation behavior can be set to "strict," "lax" (i.e., apply only to parts of a document) or "skip" (no checking), in eXist, schemas are simply optional. Many DTDs and schemas evolve as the XML documents are acquired and so these may adhere to slightly different schemas, thus the database should support queries an similar documents that do not share the same structune. In fact, because of the difficulties in mappings between XML and database (especially relational) schemas native XML databases are very useful for storage of semi-structured data, a point not made in either chapter. The chapter an embedded databases represents a "third way," being neither native nor of the XML-enabled relational type. These databases run inside purpose-written applications and are accessed via an API or similar, meaning that the application developer does not need to access database files at the operating system level but can rely an supplied routines to, for example, fetch and update database records. Thus, end-users do not use the databases directly; the applications do not usually include ad hoc end-user query tools. This property renders embedded databases unsuitable for a large number of situations and they have become very much a niche market but this market is growing rapidly. Embedded databases share an address space with the application so the overhead of calls to the server is reduced, they also confer advantages in that they are easier to deploy, manage and administer compared to a conventional client-server solution. This chapter is a very good introduction to the subject, primers an generic embedded databases and embedded XML databases are helpfully provided before the author moves to an overview of the Open Source Berkeley system. Building an embedded database application makes far greater demands an the software developer and the remainder of the chapter is devoted to consideration of these programming issues.
    Relational database Management systems have been one of the great success stories of recent times and sensitive to the market, Most major vendors have responded by extending their products to handle XML data while still exploiting the range of facilities that a modern RDBMS affords. No book of this type would be complete without consideration of the "big these" (Oracle 9i, DB2, and SQL Server 2000 which each get a dedicated chapter) and though occasionally overtly piece-meal and descriptive the authors all note the shortcomings as well as the strengths of the respective systems. This part of the book is somewhat dichotomous, these chapters being followed by two that propose detailed solutions to somewhat theoretical problems, a generic architecture for storing XML in a RDBMS and using an object-relational approach to building an XML repository. The biography of the author of the latter (Paul Brown) contains the curious but strangely reassuring admission that "he remains puzzled by XML." The first five components are in-depth case studies of XMLdatabase applications. Necessarily diverse, few will be interested in all the topics presented but I was particularly interested in the first case study an bioinformatics. One of the twentieth century's greatest scientific undertakings was the Human Genome Project, the quest to list the information encoded by the sequence of DNA that makes up our genes and which has been referred to as "a paradigm for information Management in the life sciences" (Pearson & Soll, 1991). After a brief introduction to molecular biology to give the background to the information management problems, the authors turn to the use of XML in bioinformatics. Some of the data are hierarchical (e.g., the Linnaean classification of a human as a primate, primates as mammals, mammals are all vertebrates, etc.) but others are far more difficult to model. The Human Genome Project is virtually complete as far as the data acquisition phase is concerned and the immense volume of genome sequence data is no longer a very significant information Management issue per se. However bioinformaticians now need to interpret this information. Some data are relatively straightforward, e.g., the positioning of genes and sequence elements (e.g., promoters) within the sequences, but there is often little or no knowledge available an the direct and indirect interactions between them. There are vast numbers of such interrelationships; many complex data types and novel ones are constantly emerging, necessitating an extensible approach and the ability to manage semi-structured data. In the past, object databases such as AceDB (Durbin & Mieg, 1991) have gone some way to Meeting these aims but it is the combination of XML and databases that more completely addresses knowledge Management requirements of bioinformatics. XML is being enthusiastically adopted with a plethora of XML markup standards being developed, as authors Direen and Jones note "The unprecedented degree and flexibility of XML in terms of its ability to capture information is what makes it ideal for knowledge Management and for use in bioinformatics."
    After several detailed examples of XML, Direen and Jones discuss sequence comparisons. The ability to create scored comparisons by such techniques as sequence alignment is fundamental to bioinformatics. For example, the function of a gene product may be inferred from similarity with a gene of known function but originating from a different organism and any information modeling method must facilitate such comparisons. One such comparison tool, BLAST utilizes a heuristic method has become the tool of choice for many years and is integrated into the NeoCore XMS (XML Management System) described herein. Any set of sequences that can be identified using an XPath query may thus become the targets of an embedded search. Again examples are given, though a BLASTp (protein) search is labeled as being BLASTn (nucleotide sequence) in one of them. Some variants of BLAST are computationally intensive, e.g., tBLASTx where a nucleotide sequence is dynamically translated in all six reading frames and compared against similarly translated database sequences. Though these variants are implemented in NeoCore XMS, it would be interesting to see runtimes for such comparisons. Obviously the utility of this and the other four quite specific examples will depend an your interest in the application area but two that are more research-oriented and general follow them. These chapters (on using XML with inductive databases and an XML warehouses) are both readable critical reviews of their respective subject areas. For those involved in the implementation of performance-critical applications an examination of benchmark results is mandatory, however very few would examine the benchmark tests themselves. The picture that emerges from this section is that no single set is comprehensive and that some functionalities are not addressed by any available benchmark. As always, there is no Substitute for an intimate knowledge of your data and how it is used. In a direct comparison of an XML-enabled and a native XML database system (unfortunately neither is named), the authors conclude that though the native system has the edge in handling large documents this comes at the expense of increasing index and data file size. The need to use legacy data and software will certainly favor the all-pervasive XML-enabled RDBMS such as Oracle 9i and IBM's DB2. Of more general utility is the chapter by Schmauch and Fellhauer comparing the approaches used by database systems for the storing of XML documents. Many of the limitations of current XML-handling systems may be traced to problems caused by the semi-structured nature of the documents and while the authors have no panacea, the chapter forms a useful discussion of the issues and even raises the ugly prospect that a return to the drawing board may be unavoidable. The book concludes with an appraisal of the current status of XML by the editors that perhaps focuses a little too little an the database side but overall I believe this book to be very useful indeed. Some of the indexing is a little idiosyncratic, for example some tags used in the examples are indexed (perhaps a separate examples index would be better) and Ron Bourret's excellent web site might be better placed under "Bourret" rather than under "Ron" but this doesn't really detract from the book's qualities. The broad spectrum and careful balance of theory and practice is a combination that both database and XML professionals will find valuable."
  2. Net effects : how librarians can manage the unintended consequenees of the Internet (2003) 0.03
    0.025809865 = product of:
      0.04301644 = sum of:
        0.0073358365 = weight(_text_:a in 1796) [ClassicSimilarity], result of:
          0.0073358365 = score(doc=1796,freq=58.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.1372085 = fieldWeight in 1796, product of:
              7.615773 = tf(freq=58.0), with freq of:
                58.0 = termFreq=58.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.015625 = fieldNorm(doc=1796)
        0.031813435 = weight(_text_:91 in 1796) [ClassicSimilarity], result of:
          0.031813435 = score(doc=1796,freq=2.0), product of:
            0.25837386 = queryWeight, product of:
              5.5722036 = idf(docFreq=456, maxDocs=44218)
              0.046368346 = queryNorm
            0.123129465 = fieldWeight in 1796, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              5.5722036 = idf(docFreq=456, maxDocs=44218)
              0.015625 = fieldNorm(doc=1796)
        0.0038671675 = product of:
          0.007734335 = sum of:
            0.007734335 = weight(_text_:information in 1796) [ClassicSimilarity], result of:
              0.007734335 = score(doc=1796,freq=12.0), product of:
                0.08139861 = queryWeight, product of:
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.046368346 = queryNorm
                0.09501803 = fieldWeight in 1796, product of:
                  3.4641016 = tf(freq=12.0), with freq of:
                    12.0 = termFreq=12.0
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.015625 = fieldNorm(doc=1796)
          0.5 = coord(1/2)
      0.6 = coord(3/5)
    
    Abstract
    In this collection of nearly 50 articles written by librarians, computer specialists, and other information professionals, the reader finds 10 chapters, each devoted to a problem or a side effect that has emerged since the introduction of the Internet: control over selection, survival of the book, training users, adapting to users' expectations, access issues, cost of technology, continuous retraining, legal issues, disappearing data, and how to avoid becoming blind sided. After stating a problem, each chapter offers solutions that are subsequently supported by articles. The editor's comments, which appear throughout the text, are an added bonus, as are the sections concluding the book, among them a listing of useful URLs, a works-cited section, and a comprehensive index. This book has much to recommend it, especially the articles, which are not only informative, thought-provoking, and interesting but highly readable and accessible as well. An indispensable tool for all librarians.
    Footnote
    Rez. in: JASIST 55(2004) no.11, S.1025-1026 (D.E. Agosto): ""Did you ever feel as though the Internet has caused you to lose control of your library?" So begins the introduction to this volume of over 50 articles, essays, library policies, and other documents from a variety of sources, most of which are library journals aimed at practitioners. Volume editor Block has a long history of library service as well as an active career as an online journalist. From 1977 to 1999 she was the Associate Director of Public Services at the St. Ambrose University library in Davenport, Iowa. She was also a Fox News Online weekly columnist from 1998 to 2000. She currently writes for and publishes the weekly ezine Exlibris, which focuses an the use of computers, the Internet, and digital databases to improve library services. Despite the promising premise of this book, the final product is largely a disappointment because of the superficial coverage of its issues. A listing of the most frequently represented sources serves to express the general level and style of the entries: nine articles are reprinted from Computers in Libraries, five from Library Journal, four from Library Journal NetConnect, four from ExLibris, four from American Libraries, three from College & Research Libraries News, two from Online, and two from The Chronicle of Higher Education. Most of the authors included contributed only one item, although Roy Tennant (manager of the California Digital Library) authored three of the pieces, and Janet L. Balas (library information systems specialist at the Monroeville Public Library in Pennsylvania) and Karen G. Schneider (coordinator of lii.org, the Librarians' Index to the Internet) each wrote two. Volume editor Block herself wrote six of the entries, most of which have been reprinted from ExLibris. Reading the volume is muck like reading an issue of one of these journals-a pleasant experience that discusses issues in the field without presenting much research. Net Effects doesn't offer much in the way of theory or research, but then again it doesn't claim to. Instead, it claims to be an "idea book" (p. 5) with practical solutions to Internet-generated library problems. While the idea is a good one, little of the material is revolutionary or surprising (or even very creative), and most of the solutions offered will already be familiar to most of the book's intended audience.
    Unlike muck of the professional library literature, Net Effects is not an open-aimed embrace of technology. Block even suggests that it is helpful to have a Luddite or two an each library staff to identify the setbacks associated with technological advances in the library. Each of the book's 10 chapters deals with one Internet-related problem, such as "Chapter 4-The Shifted Librarian: Adapting to the Changing Expectations of Our Wired (and Wireless) Users," or "Chapter 8-Up to Our Ears in Lawyers: Legal Issues Posed by the Net." For each of these 10 problems, multiple solutions are offered. For example, for "Chapter 9-Disappearing Data," four solutions are offered. These include "Link-checking," "Have a technological disaster plan," "Advise legislators an the impact proposed laws will have," and "Standards for preservation of digital information." One article is given to explicate each of these four solutions. A short bibliography of recommended further reading is also included for each chapter. Block provides a short introduction to each chapter, and she comments an many of the entries. Some of these comments seem to be intended to provide a research basis for the proposed solutions, but they tend to be vague generalizations without citations, such as, "We know from research that students would rather ask each other for help than go to adults. We can use that (p. 91 )." The original publication dates of the entries range from 1997 to 2002, with the bulk falling into the 2000-2002 range. At up to 6 years old, some of the articles seem outdated, such as a 2000 news brief announcing the creation of the first "customizable" public library Web site (www.brarydog.net). These critiques are not intended to dismiss the volume entirely. Some of the entries are likely to find receptive audiences, such as a nuts-and-bolts instructive article for making Web sites accessible to people with disabilities. "Providing Equitable Access," by Cheryl H. Kirkpatrick and Catherine Buck Morgan, offers very specific instructions, such as how to renovate OPAL workstations to suit users with "a wide range of functional impairments." It also includes a useful list of 15 things to do to make a Web site readable to most people with disabilities, such as, "You can use empty (alt) tags (alt="') for images that serve a purely decorative function. Screen readers will skip empty (alt) tags" (p. 157). Information at this level of specificity can be helpful to those who are faced with creating a technological solution for which they lack sufficient technical knowledge or training.
    Some of the pieces are more captivating than others and less "how-to" in nature, providing contextual discussions as well as pragmatic advice. For example, Darlene Fichter's "Blogging Your Life Away" is an interesting discussion about creating and maintaining blogs. (For those unfamiliar with the term, blogs are frequently updated Web pages that ]ist thematically tied annotated links or lists, such as a blog of "Great Websites of the Week" or of "Fun Things to Do This Month in Patterson, New Jersey.") Fichter's article includes descriptions of sample blogs and a comparison of commercially available blog creation software. Another article of note is Kelly Broughton's detailed account of her library's experiences in initiating Web-based reference in an academic library. "Our Experiment in Online Real-Time Reference" details the decisions and issues that the Jerome Library staff at Bowling Green State University faced in setting up a chat reference service. It might be useful to those finding themselves in the same situation. This volume is at its best when it eschews pragmatic information and delves into the deeper, less ephemeral libraryrelated issues created by the rise of the Internet and of the Web. One of the most thought-provoking topics covered is the issue of "the serials pricing crisis," or the increase in subscription prices to journals that publish scholarly work. The pros and cons of moving toward a more free-access Web-based system for the dissemination of peer-reviewed material and of using university Web sites to house scholars' other works are discussed. However, deeper discussions such as these are few, leaving the volume subject to rapid aging, and leaving it with an audience limited to librarians looking for fast technological fixes."
    Imprint
    Medford, NJ : Information Today
  3. Research and advanced technology for digital libraries : 7th European conference, ECDL2003 Trondheim, Norway, August 17-22, 2003. Proceedings (2003) 0.02
    0.019633139 = product of:
      0.049082845 = sum of:
        0.006092081 = weight(_text_:a in 2426) [ClassicSimilarity], result of:
          0.006092081 = score(doc=2426,freq=10.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.11394546 = fieldWeight in 2426, product of:
              3.1622777 = tf(freq=10.0), with freq of:
                10.0 = termFreq=10.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03125 = fieldNorm(doc=2426)
        0.042990766 = sum of:
          0.017861681 = weight(_text_:information in 2426) [ClassicSimilarity], result of:
            0.017861681 = score(doc=2426,freq=16.0), product of:
              0.08139861 = queryWeight, product of:
                1.7554779 = idf(docFreq=20772, maxDocs=44218)
                0.046368346 = queryNorm
              0.21943474 = fieldWeight in 2426, product of:
                4.0 = tf(freq=16.0), with freq of:
                  16.0 = termFreq=16.0
                1.7554779 = idf(docFreq=20772, maxDocs=44218)
                0.03125 = fieldNorm(doc=2426)
          0.025129084 = weight(_text_:22 in 2426) [ClassicSimilarity], result of:
            0.025129084 = score(doc=2426,freq=2.0), product of:
              0.16237405 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046368346 = queryNorm
              0.15476047 = fieldWeight in 2426, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.03125 = fieldNorm(doc=2426)
      0.4 = coord(2/5)
    
    Abstract
    This book constitutes the refereed proceedings of the 7th European Conference on Research and Advanced Technology for Digital Libraries, ECDL 2003, held in Trondheim, Norway in August 2003. The 39 revised full papers and 8 revised short papers presented were carefully reviewed and selected from 161 submissions. The papers are organized in topical sections on uses, users, and user interfaces; metadata applications; annotation and recommendation; automatic classification and indexing; Web technologies; topical crawling and subject gateways; architectures and systems; knowledge organization; collection building and management; information retrieval; digital preservation; and indexing and searching of special documents and collection information.
    Content
    Inhalt: Uses, Users, and User Interaction Metadata Applications - Semantic Browsing / Alexander Faaborg, Carl Lagoze Annotation and Recommendation Automatic Classification and Indexing - Cross-Lingual Text Categorization / Nuria Bel, Cornelis H.A. Koster, Marta Villegas - Automatic Multi-label Subject Indexing in a Multilingual Environment / Boris Lauser, Andreas Hotho Web Technologies Topical Crawling, Subject Gateways - VASCODA: A German Scientific Portal for Cross-Searching Distributed Digital Resource Collections / Heike Neuroth, Tamara Pianos Architectures and Systems Knowledge Organization: Concepts - The ADEPT Concept-Based Digital Learning Environment / T.R. Smith, D. Ancona, O. Buchel, M. Freeston, W. Heller, R. Nottrott, T. Tierney, A. Ushakov - A User Evaluation of Hierarchical Phrase Browsing / Katrina D. Edgar, David M. Nichols, Gordon W. Paynter, Kirsten Thomson, Ian H. Witten - Visual Semantic Modeling of Digital Libraries / Qinwei Zhu, Marcos Andre Gongalves, Rao Shen, Lillian Cassell, Edward A. Fox Collection Building and Management Knowledge Organization: Authorities and Works - Automatic Conversion from MARC to FRBR / Christian Monch, Trond Aalberg Information Retrieval in Different Application Areas Digital Preservation Indexing and Searching of Special Document and Collection Information
    RSWK
    Elektronische Bibliothek / Multimedia / Information Retrieval / Kongress / Trondheim <2003>
    World Wide Web / Elektronische Bibliothek / Information Retrieval / Kongress / Trondheim <2003>
    Subject
    Elektronische Bibliothek / Multimedia / Information Retrieval / Kongress / Trondheim <2003>
    World Wide Web / Elektronische Bibliothek / Information Retrieval / Kongress / Trondheim <2003>
  4. Electronic resources : selection and bibliograhic control (1996) 0.02
    0.018446533 = product of:
      0.04611633 = sum of:
        0.0068111527 = weight(_text_:a in 5582) [ClassicSimilarity], result of:
          0.0068111527 = score(doc=5582,freq=8.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.12739488 = fieldWeight in 5582, product of:
              2.828427 = tf(freq=8.0), with freq of:
                8.0 = termFreq=8.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.0390625 = fieldNorm(doc=5582)
        0.039305177 = sum of:
          0.007893822 = weight(_text_:information in 5582) [ClassicSimilarity], result of:
            0.007893822 = score(doc=5582,freq=2.0), product of:
              0.08139861 = queryWeight, product of:
                1.7554779 = idf(docFreq=20772, maxDocs=44218)
                0.046368346 = queryNorm
              0.09697737 = fieldWeight in 5582, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                1.7554779 = idf(docFreq=20772, maxDocs=44218)
                0.0390625 = fieldNorm(doc=5582)
          0.031411353 = weight(_text_:22 in 5582) [ClassicSimilarity], result of:
            0.031411353 = score(doc=5582,freq=2.0), product of:
              0.16237405 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046368346 = queryNorm
              0.19345059 = fieldWeight in 5582, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.0390625 = fieldNorm(doc=5582)
      0.4 = coord(2/5)
    
    Content
    Enthält die Beiträge: JOHNSON, P.: Selecting electronic resources: developing a local decision-making matrix: MANDEL, C.A. u. R. WOLVEN: Intellectual access to digital documents: joining proven principles with new technologies; CAPLAN, P. u. R. GUENTHER: Metadata for Internet resources: the Dublin Core Metadata Elements Set and its mapping to USMARC; BRUGGER, J.M.: Cataloging for digital libraries; SEAMAN, D.M.: Selection, access, and control in a library of electronic texts; MARTIN, G.: Control of electronic resources in Australia; HILLMANN, D.I.: 'Parallel universes' or meaningful relationships: envisioning a future for the OPAC and the net; McMILLAN, D.I.: Electronic theses and dissertations: merging perspectives; NICHOLSON, D. u. M. STEELE: CATRIONA: a distributed, locally-oriented, Z39.50 OPAC-based approach to cataloguing the Internet; MORGAN, E.L.: Possible solutions for incorporating digital information mediums into traditional library cataloguing services; DAVIS-BROWN, B. u. D. WILLIAMSON: Cataloging at the Library of Congress in the digital age; DILLON, M. u. E. JUL: Cataloging Internet resources: the convergence of libraries and Internet resources
    Series
    Cataloging and classification quarterly; vol.22, nos.3/4
  5. Proceedings of the Fifth International World Wide Web Conference (1996) 0.02
    0.018346803 = product of:
      0.045867007 = sum of:
        0.008173384 = weight(_text_:a in 5864) [ClassicSimilarity], result of:
          0.008173384 = score(doc=5864,freq=2.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.15287387 = fieldWeight in 5864, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.09375 = fieldNorm(doc=5864)
        0.037693623 = product of:
          0.07538725 = sum of:
            0.07538725 = weight(_text_:22 in 5864) [ClassicSimilarity], result of:
              0.07538725 = score(doc=5864,freq=2.0), product of:
                0.16237405 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.046368346 = queryNorm
                0.46428138 = fieldWeight in 5864, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.09375 = fieldNorm(doc=5864)
          0.5 = coord(1/2)
      0.4 = coord(2/5)
    
    Abstract
    A special issue devoted to the Proceedings of the 5th International WWW conference, 6-10 May 96, held in Paris
    Date
    1. 8.1996 22:08:06
  6. Visualization and graphics on the World Wide Web (1997) 0.02
    0.018346803 = product of:
      0.045867007 = sum of:
        0.008173384 = weight(_text_:a in 6613) [ClassicSimilarity], result of:
          0.008173384 = score(doc=6613,freq=2.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.15287387 = fieldWeight in 6613, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.09375 = fieldNorm(doc=6613)
        0.037693623 = product of:
          0.07538725 = sum of:
            0.07538725 = weight(_text_:22 in 6613) [ClassicSimilarity], result of:
              0.07538725 = score(doc=6613,freq=2.0), product of:
                0.16237405 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.046368346 = queryNorm
                0.46428138 = fieldWeight in 6613, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.09375 = fieldNorm(doc=6613)
          0.5 = coord(1/2)
      0.4 = coord(2/5)
    
    Content
    A special issue devoted to visualization and graphics on the WWW
    Date
    1. 8.1996 22:08:06
  7. Research and advanced technology for digital libraries : 10th European conference ; proceedings / ECDL 2006, Alicante, Spain, September 17 - 22, 2006 ; proceedings (2006) 0.02
    0.017879562 = product of:
      0.044698905 = sum of:
        0.005448922 = weight(_text_:a in 2428) [ClassicSimilarity], result of:
          0.005448922 = score(doc=2428,freq=8.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.10191591 = fieldWeight in 2428, product of:
              2.828427 = tf(freq=8.0), with freq of:
                8.0 = termFreq=8.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03125 = fieldNorm(doc=2428)
        0.039249983 = sum of:
          0.014120899 = weight(_text_:information in 2428) [ClassicSimilarity], result of:
            0.014120899 = score(doc=2428,freq=10.0), product of:
              0.08139861 = queryWeight, product of:
                1.7554779 = idf(docFreq=20772, maxDocs=44218)
                0.046368346 = queryNorm
              0.1734784 = fieldWeight in 2428, product of:
                3.1622777 = tf(freq=10.0), with freq of:
                  10.0 = termFreq=10.0
                1.7554779 = idf(docFreq=20772, maxDocs=44218)
                0.03125 = fieldNorm(doc=2428)
          0.025129084 = weight(_text_:22 in 2428) [ClassicSimilarity], result of:
            0.025129084 = score(doc=2428,freq=2.0), product of:
              0.16237405 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046368346 = queryNorm
              0.15476047 = fieldWeight in 2428, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.03125 = fieldNorm(doc=2428)
      0.4 = coord(2/5)
    
    Abstract
    This book constitutes the refereed proceedings of the 10th European Conference on Research and Advanced Technology for Digital Libraries, ECDL 2006, held in Alicante, Spain in September 2006. The 36 revised full papers presented together with the extended abstracts of 18 demo papers and 15 revised poster papers were carefully reviewed and selected from a total of 159 submissions. The papers are organized in topical sections on architectures, preservation, retrieval, applications, methodology, metadata, evaluation, user studies, modeling, audiovisual content, and language technologies.
    Content
    Inhalt u.a.: Architectures I Preservation Retrieval - The Use of Summaries in XML Retrieval / Zoltdn Szldvik, Anastasios Tombros, Mounia Laimas - An Enhanced Search Interface for Information Discovery from Digital Libraries / Georgia Koutrika, Alkis Simitsis - The TIP/Greenstone Bridge: A Service for Mobile Location-Based Access to Digital Libraries / Annika Hinze, Xin Gao, David Bainbridge Architectures II Applications Methodology Metadata Evaluation User Studies Modeling Audiovisual Content Language Technologies - Incorporating Cross-Document Relationships Between Sentences for Single Document Summarizations / Xiaojun Wan, Jianwu Yang, Jianguo Xiao - Semantic Web Techniques for Multiple Views on Heterogeneous Collections: A Case Study / Marjolein van Gendt, Antoine Isaac, Lourens van der Meij, Stefan Schlobach Posters - A Tool for Converting from MARC to FRBR / Trond Aalberg, Frank Berg Haugen, Ole Husby
    RSWK
    Elektronische Bibliothek / Multimedia / Information Retrieval / Kongress / Alicante <2006>
    World Wide Web / Elektronische Bibliothek / Information Retrieval / Kongress / Alicante <2006>
    Subject
    Elektronische Bibliothek / Multimedia / Information Retrieval / Kongress / Alicante <2006>
    World Wide Web / Elektronische Bibliothek / Information Retrieval / Kongress / Alicante <2006>
  8. ¬The digital information revolution: [key presentations] : Superhighway symposium, FEI/EURIM Conference, November 16th & 17th 1994 [at the Central Hall, Westminster.] (1995) 0.02
    0.017029962 = product of:
      0.08514981 = sum of:
        0.08514981 = sum of:
          0.022327103 = weight(_text_:information in 8) [ClassicSimilarity], result of:
            0.022327103 = score(doc=8,freq=4.0), product of:
              0.08139861 = queryWeight, product of:
                1.7554779 = idf(docFreq=20772, maxDocs=44218)
                0.046368346 = queryNorm
              0.27429342 = fieldWeight in 8, product of:
                2.0 = tf(freq=4.0), with freq of:
                  4.0 = termFreq=4.0
                1.7554779 = idf(docFreq=20772, maxDocs=44218)
                0.078125 = fieldNorm(doc=8)
          0.06282271 = weight(_text_:22 in 8) [ClassicSimilarity], result of:
            0.06282271 = score(doc=8,freq=2.0), product of:
              0.16237405 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046368346 = queryNorm
              0.38690117 = fieldWeight in 8, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.078125 = fieldNorm(doc=8)
      0.2 = coord(1/5)
    
    Date
    22.10.2006 18:22:51
    Footnote
    Rez. in: Managing information 2(1995) no.4, S.52 (M. Breaks)
  9. Creating Web-accessible databases : case studies for libraries, museums, and other nonprofits (2001) 0.02
    0.015722072 = product of:
      0.07861035 = sum of:
        0.07861035 = sum of:
          0.015787644 = weight(_text_:information in 4806) [ClassicSimilarity], result of:
            0.015787644 = score(doc=4806,freq=2.0), product of:
              0.08139861 = queryWeight, product of:
                1.7554779 = idf(docFreq=20772, maxDocs=44218)
                0.046368346 = queryNorm
              0.19395474 = fieldWeight in 4806, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                1.7554779 = idf(docFreq=20772, maxDocs=44218)
                0.078125 = fieldNorm(doc=4806)
          0.06282271 = weight(_text_:22 in 4806) [ClassicSimilarity], result of:
            0.06282271 = score(doc=4806,freq=2.0), product of:
              0.16237405 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046368346 = queryNorm
              0.38690117 = fieldWeight in 4806, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.078125 = fieldNorm(doc=4806)
      0.2 = coord(1/5)
    
    Date
    22. 3.2008 12:21:28
    Imprint
    Medford, NJ : Information Today
  10. Human perspectives in the Internet society : culture, psychology and gender; International Conference on Human Perspectives in the Internet Society <1, 2004, Cádiz> (2004) 0.01
    0.014406273 = product of:
      0.036015682 = sum of:
        0.00561662 = weight(_text_:a in 91) [ClassicSimilarity], result of:
          0.00561662 = score(doc=91,freq=34.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.105052516 = fieldWeight in 91, product of:
              5.8309517 = tf(freq=34.0), with freq of:
                34.0 = termFreq=34.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.015625 = fieldNorm(doc=91)
        0.030399062 = sum of:
          0.012630116 = weight(_text_:information in 91) [ClassicSimilarity], result of:
            0.012630116 = score(doc=91,freq=32.0), product of:
              0.08139861 = queryWeight, product of:
                1.7554779 = idf(docFreq=20772, maxDocs=44218)
                0.046368346 = queryNorm
              0.1551638 = fieldWeight in 91, product of:
                5.656854 = tf(freq=32.0), with freq of:
                  32.0 = termFreq=32.0
                1.7554779 = idf(docFreq=20772, maxDocs=44218)
                0.015625 = fieldNorm(doc=91)
          0.017768946 = weight(_text_:22 in 91) [ClassicSimilarity], result of:
            0.017768946 = score(doc=91,freq=4.0), product of:
              0.16237405 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046368346 = queryNorm
              0.109432176 = fieldWeight in 91, product of:
                2.0 = tf(freq=4.0), with freq of:
                  4.0 = termFreq=4.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.015625 = fieldNorm(doc=91)
      0.4 = coord(2/5)
    
    Classification
    303.48/33 22 (LoC)
    DDC
    303.48/33 22 (LoC)
    Footnote
    Rez. in: JASIST 58(2007) no.1, S.150-151 (L. Westbrook): "The purpose of this volume is to bring together various analyses by international scholars of the social and cultural impact of information technology on individuals and societies (preface, n.p.). It grew from the First International Conference on Human Perspectives in the Internet Society held in Cadiz, Spain, in 2004. The editors and contributors have addressed an impressive array of significant issues with rigorous research and insightful analysis although the resulting volume does suffer from the usual unevenness in depth and content that affects books based on conference proceedings. Although the $256 price is prohibitive for many individual scholars, the effort to obtain a library edition for perusal regarding particular areas of interest is likely to prove worthwhile. Unlike many international conferences that are able to attract scholars from only a handful of nations, this genuinely diverse conference included research conducted in Australia, Beijing, Canada, Croatia, the Czech Republic, England, Fiji, Germany, Greece, Iran, Ireland, Israel, Italy, Japan, Jordan, Malaysia, Norway, Russia, Scotland, South Africa, Sweden, Taiwan, and the United States. The expense of a conference format and governmental travel restrictions may have precluded greater inclusion of the work being done to develop information technology for use in nonindustrialized nations in support of economic, social justice, and political movements. Although the cultural variants among these nations preclude direct cross-cultural comparisons, many papers carefully provide sufficient background information to make basic conceptual transfers possible. A great strength of the work is the unusual combination of academic disciplines that contributes substantially to the depth of many individual papers, particularly when they are read within the larger context of the entire volume. Although complete professional affiliations are not universally available, the authors who did name their affiliation come from widely divergent disciplines including accounting, business administration, architecture, business computing, communication, computing, economics, educational technology, environmental management, experimental psychology, gender research in computer science, geography, human work sciences, humanistic informatics, industrial engineering, information management, informatics in transport and telecommunications, information science, information technology, management, mathematics, organizational behavior, pedagogy, psychology, telemedicine, and women's education. This is all to the good, but the lack of representation from departments of women's studies, gender studies, and library studies certainly limits the breadth and depth of the perspectives provided.
    The editorial and peer review processes appear to be slightly spotty in application. All of the 55 papers are in English but a few of them are in such need of basic editing that they are almost incomprehensible in sections. Consider, for example, the following: "So, the meaning of region where we are studying on, should be discovered and then affect on the final plan" (p. 346). The collection shows a strong array of methodological approaches including quantitative, qualitative, and mixed methods studies; however, a few of the research efforts exhibit fundamental design flaws. Consider, for example, the study that "set[s] out to show that nurses as care-givers find it difficult to transfer any previously acquired technological skills into their work based on technology needs (p. 187). After studying 39 female and 6 male nurses, this study finds, not surprisingly, exactly what it "set out" to find. Rather than noting the limitations of sample size and data gathering techniques, the paper firmly concludes that nurses can be technologists "only in areas of technology that support their primary role as carers" (p. 188). Finally, some of the papers do not report on original research but are competent, if brief, summaries of theories or concepts that are covered in equal depth elsewhere. For example, a three-page summary of "the major personality and learning theories" (p. 3) is useful but lacks the intellectual depth or insight needed to contribute substantially to the field. These problems with composition, methodological rigor, and theoretical depth are not uncommon in papers designed for a broadly defined conference theme. The authors may have been writing for an in-person audience and anticipating thoughtful postpresentation discussions; they probably had no idea of the heavy price tag put on their work. The editors, however, might have kept that $256 in mind and exercised a heavier editorial hand. Perhaps the publisher could have paid for a careful subject indexing of the work as a substantive addition to the author index provided. The complexity of the subject domains included in the volume certainly merits careful indexing.
    The volume is organized into 13 sections, each of which contains between two and eight conference papers. As with most conferences, the papers do not cover the issues in each section with equal weight or depth but the editors have grouped papers into reasonable patterns. Section 1 covers "understanding online behavior" with eight papers on problems such as e-learning attitudes, the neuropsychology of HCI, Japanese blogger motivation, and the dividing line between computer addiction and high engagement. Sections 2 (personality and computer attitudes), 3 (cyber interactions), and 4 (new interaction methods) each contain only two papers on topics such as helmet-mounted displays, online energy audits, and the use of ICT in family life. Sections 6, 7, and 8 focus on gender issues with papers on career development, the computer literacy of Malaysian women, mentoring, gaming, and faculty job satisfaction. Sections 9 and 10 move to a broader examination of cyber society and its diversity concerns with papers on cultural identity, virtual architecture, economic growth's impact on culture, and Iranian development impediments. Section 11's two articles on advertising might well have been merged with those of section 13's ebusiness. Section 12 addressed education with papers on topics such as computer-assisted homework, assessment, and Web-based learning. It would have been useful to introduce each section with a brief definition of the theme, summaries of the major contributions of the authors, and analyses of the gaps that might be addressed in future conferences. Despite the aforementioned concerns, this volume does provide a uniquely rich array of technological analyses embedded in social context. An examination of recent works in related areas finds nothing that is this complex culturally or that has such diversity of disciplines. Cultural Production in a Digital Age (Klinenberg, 2005), Perspectives and Policies on ICT in Society (Berleur & Avgerou, 2005), and Social, Ethical, and Policy Implications of Information Technology (Brennan & Johnson, 2004) address various aspects of the society/Internet intersection but this volume is unique in its coverage of psychology, gender, and culture issues in cyberspace. The lip service often given to global concerns and the value of interdisciplinary analysis of intransigent social problems seldom develop into a genuine willingness to listen to unfamiliar research paradigms. Academic silos and cultural islands need conferences like this one-willing to take on the risk of examining the large questions in an intellectually open space. Editorial and methodological concerns notwithstanding, this volume merits review and, where appropriate, careful consideration across disciplines."
    LCSH
    Information technology / Psychological aspects / Congresses
    Information society / Congresses
    Information technology / Social aspects / Congresses
    Information technology / Economic aspects / Congresses
    Series
    Advances in information and communication technologies ; 4
    Subject
    Information technology / Psychological aspects / Congresses
    Information society / Congresses
    Information technology / Social aspects / Congresses
    Information technology / Economic aspects / Congresses
  11. Networking in the humanities : Proceedings of the Second conference on Scholarship and Technology in the Humanities, Elvatham Hall, Hampshire, UK, 13-16 Apr 94. Papers in honour of Michael Smethurst for his 60th birthday (1995) 0.01
    0.012577656 = product of:
      0.06288828 = sum of:
        0.06288828 = sum of:
          0.012630116 = weight(_text_:information in 6589) [ClassicSimilarity], result of:
            0.012630116 = score(doc=6589,freq=2.0), product of:
              0.08139861 = queryWeight, product of:
                1.7554779 = idf(docFreq=20772, maxDocs=44218)
                0.046368346 = queryNorm
              0.1551638 = fieldWeight in 6589, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                1.7554779 = idf(docFreq=20772, maxDocs=44218)
                0.0625 = fieldNorm(doc=6589)
          0.050258167 = weight(_text_:22 in 6589) [ClassicSimilarity], result of:
            0.050258167 = score(doc=6589,freq=2.0), product of:
              0.16237405 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046368346 = queryNorm
              0.30952093 = fieldWeight in 6589, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.0625 = fieldNorm(doc=6589)
      0.2 = coord(1/5)
    
    Abstract
    The aim of the conference was to discuss the opportunities and challenges offered by networking and networked information resources to humanities scholars and researchers
    Date
    25. 2.1997 10:22:02
  12. ¬The Internet : the National Information Infratsructure (1994) 0.01
    0.009982069 = product of:
      0.024955172 = sum of:
        0.01155891 = weight(_text_:a in 321) [ClassicSimilarity], result of:
          0.01155891 = score(doc=321,freq=4.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.2161963 = fieldWeight in 321, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.09375 = fieldNorm(doc=321)
        0.013396261 = product of:
          0.026792523 = sum of:
            0.026792523 = weight(_text_:information in 321) [ClassicSimilarity], result of:
              0.026792523 = score(doc=321,freq=4.0), product of:
                0.08139861 = queryWeight, product of:
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.046368346 = queryNorm
                0.3291521 = fieldWeight in 321, product of:
                  2.0 = tf(freq=4.0), with freq of:
                    4.0 = termFreq=4.0
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.09375 = fieldNorm(doc=321)
          0.5 = coord(1/2)
      0.4 = coord(2/5)
    
    Abstract
    A special issue giving an overview of the Internet and its use as a national information infrastructure
  13. ¬The information future (1995) 0.01
    0.009686568 = product of:
      0.02421642 = sum of:
        0.0067426977 = weight(_text_:a in 4003) [ClassicSimilarity], result of:
          0.0067426977 = score(doc=4003,freq=4.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.12611452 = fieldWeight in 4003, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.0546875 = fieldNorm(doc=4003)
        0.017473722 = product of:
          0.034947444 = sum of:
            0.034947444 = weight(_text_:information in 4003) [ClassicSimilarity], result of:
              0.034947444 = score(doc=4003,freq=20.0), product of:
                0.08139861 = queryWeight, product of:
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.046368346 = queryNorm
                0.42933714 = fieldWeight in 4003, product of:
                  4.472136 = tf(freq=20.0), with freq of:
                    20.0 = termFreq=20.0
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.0546875 = fieldNorm(doc=4003)
          0.5 = coord(1/2)
      0.4 = coord(2/5)
    
    Content
    Enthält die Beiträge: WOLF, M.T. u. R.B. MILLER: The information future: data, data, everywhere!; WOLFE, G.: Libraries on the superhighway: rest stop or roadkill?; AGRE, P.E.: Institutional circuity: thinking about the forms and uses of information; LYRIS, S.O.: Multiply and conquer; MASON, L.: The elephant and the net cruiser: regulating communication on the net; BRIN, D.: The Internet as a commons; MARTIN, M.S.: Problems in information transfer in the age of the computer; BARNES, J.: Information and unfictionable science; STARRS, P.F. u. HUNTSINGER, L.: The matrix, cyberpunk literature, and the apocalyptic landscapes of information technology; PRANSKY, J.: Robots: our future information intermediaries; CHISLENKO, A.: Intelligent information filters and enhanced reality; BARNES, S.: The impossible dream
    Source
    Information technology and libraries. 14(1995) no.4, S.219-269
    Theme
    Information
  14. ¬The information revolution : impact on science and technology (1996) 0.01
    0.008730736 = product of:
      0.02182684 = sum of:
        0.00770594 = weight(_text_:a in 5407) [ClassicSimilarity], result of:
          0.00770594 = score(doc=5407,freq=4.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.14413087 = fieldWeight in 5407, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.0625 = fieldNorm(doc=5407)
        0.014120899 = product of:
          0.028241798 = sum of:
            0.028241798 = weight(_text_:information in 5407) [ClassicSimilarity], result of:
              0.028241798 = score(doc=5407,freq=10.0), product of:
                0.08139861 = queryWeight, product of:
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.046368346 = queryNorm
                0.3469568 = fieldWeight in 5407, product of:
                  3.1622777 = tf(freq=10.0), with freq of:
                    10.0 = termFreq=10.0
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.0625 = fieldNorm(doc=5407)
          0.5 = coord(1/2)
      0.4 = coord(2/5)
    
    Abstract
    Emergence of an information society: Facts and Challenges: Information Highways: Internet and Web Services.- Obstacles to a free or fair circulation of scientific data.- Diastributed data and information networks. Worldwide and regional information systems, policies and programs: UNESCO policy, world-wide networks, regional exchange equity.- Numerical, textual and image databases.- Case study: worldwide bioinformatics distributed databases
    Series
    Data and knowledge in a changing world
  15. Policy, issues, and networked information (1995) 0.01
    0.008627858 = product of:
      0.021569645 = sum of:
        0.008173384 = weight(_text_:a in 3195) [ClassicSimilarity], result of:
          0.008173384 = score(doc=3195,freq=2.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.15287387 = fieldWeight in 3195, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.09375 = fieldNorm(doc=3195)
        0.013396261 = product of:
          0.026792523 = sum of:
            0.026792523 = weight(_text_:information in 3195) [ClassicSimilarity], result of:
              0.026792523 = score(doc=3195,freq=4.0), product of:
                0.08139861 = queryWeight, product of:
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.046368346 = queryNorm
                0.3291521 = fieldWeight in 3195, product of:
                  2.0 = tf(freq=4.0), with freq of:
                    4.0 = termFreq=4.0
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.09375 = fieldNorm(doc=3195)
          0.5 = coord(1/2)
      0.4 = coord(2/5)
    
    Abstract
    Issue comprising a series of essays devoted to policy, issues and networked information in the USA
  16. Creation, use, and deployment of digital information (2005) 0.01
    0.008627858 = product of:
      0.021569645 = sum of:
        0.008173384 = weight(_text_:a in 6120) [ClassicSimilarity], result of:
          0.008173384 = score(doc=6120,freq=8.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.15287387 = fieldWeight in 6120, product of:
              2.828427 = tf(freq=8.0), with freq of:
                8.0 = termFreq=8.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046875 = fieldNorm(doc=6120)
        0.013396261 = product of:
          0.026792523 = sum of:
            0.026792523 = weight(_text_:information in 6120) [ClassicSimilarity], result of:
              0.026792523 = score(doc=6120,freq=16.0), product of:
                0.08139861 = queryWeight, product of:
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.046368346 = queryNorm
                0.3291521 = fieldWeight in 6120, product of:
                  4.0 = tf(freq=16.0), with freq of:
                    16.0 = termFreq=16.0
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.046875 = fieldNorm(doc=6120)
          0.5 = coord(1/2)
      0.4 = coord(2/5)
    
    Footnote
    Rez. in: JASIST 57(2006) no.12, S.1709-1710 (Y. Awazu): "This hook presents a collection of research studies on the creation, use, and deployment of digital information. According to the editors, the goal of the book is "to present results of scientific research on (I) how digital information has to be designed, (2) how artifacts or systems containing digital content should maximize usability, and (3) how context can influence the nature and efficiency of digital communication" (p. 2). Contributors to this volume have a wide assortment of backgrounds in information science, classical studies, cognitive science, information systems, and organizational sciences. The editors did an excellent job in designing the book. Each chapter is unique in its theory and method. The editors successfully put these unique chapters into the life-cycle view of information: creation, use, and deployment. . . . I would highly recommend this book as a supplementary text for graduate classes in information science, especially those dealing with the design of information systems. It was a pleasure to read this book, and I believe that readers will certainly gain from the wealth of knowledge and insights contained in the volume."
  17. Perspectives on Internet issues (1998) 0.01
    0.008234787 = product of:
      0.020586967 = sum of:
        0.009535614 = weight(_text_:a in 1105) [ClassicSimilarity], result of:
          0.009535614 = score(doc=1105,freq=2.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.17835285 = fieldWeight in 1105, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.109375 = fieldNorm(doc=1105)
        0.011051352 = product of:
          0.022102704 = sum of:
            0.022102704 = weight(_text_:information in 1105) [ClassicSimilarity], result of:
              0.022102704 = score(doc=1105,freq=2.0), product of:
                0.08139861 = queryWeight, product of:
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.046368346 = queryNorm
                0.27153665 = fieldWeight in 1105, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.109375 = fieldNorm(doc=1105)
          0.5 = coord(1/2)
      0.4 = coord(2/5)
    
    Abstract
    A special topic issue devoted to Internet issues
    Source
    Journal of the American Society for Information Science. 49(1998) no.11, S.957-1036
  18. Vocabulary as a central concept in digital libraries : interdisciplinary concepts, challenges, and opportunities : proceedings of the Third International Conference on Conceptions of Library and Information Science (COLIS3), Dubrovnik, Croatia, 23-26 May 1999 (1999) 0.01
    0.008234787 = product of:
      0.020586967 = sum of:
        0.009535614 = weight(_text_:a in 3850) [ClassicSimilarity], result of:
          0.009535614 = score(doc=3850,freq=8.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.17835285 = fieldWeight in 3850, product of:
              2.828427 = tf(freq=8.0), with freq of:
                8.0 = termFreq=8.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.0546875 = fieldNorm(doc=3850)
        0.011051352 = product of:
          0.022102704 = sum of:
            0.022102704 = weight(_text_:information in 3850) [ClassicSimilarity], result of:
              0.022102704 = score(doc=3850,freq=8.0), product of:
                0.08139861 = queryWeight, product of:
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.046368346 = queryNorm
                0.27153665 = fieldWeight in 3850, product of:
                  2.828427 = tf(freq=8.0), with freq of:
                    8.0 = termFreq=8.0
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.0546875 = fieldNorm(doc=3850)
          0.5 = coord(1/2)
      0.4 = coord(2/5)
    
    Content
    Enthält u.a. die Beiträge: Pharo, N.: Web information search strategies: a model for classifying Web interaction; Wang, Z., L.L. Hill u. T.R. Smith: Alexandria Digital Library metadata creator based an extensible markup language; Reid, J.: A new, task-oriented paradigm for information retrieval: implications for evaluation of information retrieval systems; Ornager, S.: Image archives in newspaper editorial offices: a service activity; Ruthven, I., M. Lalmas: Selective relevance feedback using term characteristics
  19. From Gutenberg to the global information infrastructure : access to information in the networked world (2000) 0.01
    0.008193462 = product of:
      0.020483656 = sum of:
        0.0068111527 = weight(_text_:a in 3886) [ClassicSimilarity], result of:
          0.0068111527 = score(doc=3886,freq=8.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.12739488 = fieldWeight in 3886, product of:
              2.828427 = tf(freq=8.0), with freq of:
                8.0 = termFreq=8.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.0390625 = fieldNorm(doc=3886)
        0.013672504 = product of:
          0.027345007 = sum of:
            0.027345007 = weight(_text_:information in 3886) [ClassicSimilarity], result of:
              0.027345007 = score(doc=3886,freq=24.0), product of:
                0.08139861 = queryWeight, product of:
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.046368346 = queryNorm
                0.3359395 = fieldWeight in 3886, product of:
                  4.8989797 = tf(freq=24.0), with freq of:
                    24.0 = termFreq=24.0
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.0390625 = fieldNorm(doc=3886)
          0.5 = coord(1/2)
      0.4 = coord(2/5)
    
    Abstract
    Will the emerging global information infrastructure (GII) create a revolution in communication equivalent to that wrought by Gutenberg, or will the result be simply the evolutionary adaptation of existing behavior and institutions to new media? Will the GII improve access to information for all? Will it replace libraries and publishers? How can computers and information systems be made easier to use? What are the trade-offs between tailoring information systems to user communities and standardizing them to interconnect with systems designed for other communities, cultures, and languages? This book takes a close look at these and other questions of technology, behavior, and policy surrounding the GII. Topics covered include the design and use of digital libraries; behavioral and institutional aspects of electronic publishing; the evolving role of libraries; the life cycle of creating, using, and seeking information; and the adoption and adaptation of information technologies. The book takes a human-centered perspective, focusing on how well the GII fits into the daily lives of the people it is supposed to benefit. Taking a unique holistic approach to information access, the book draws on research and practice in computer science, communications, library and information science, information policy, business, economics, law, political science, sociology, history, education, and archival and museum studies. It explores both domestic and international issues. The author's own empirical research is complemented by extensive literature reviews and analyses
    Footnote
    Rez. in: Library review 50(2001) nos.1/2, S.43-45 (A.S. Duff), College and research libraries 62(2001) no.2, S.197-199 (D. Henege), Education for information 18(2000) no.4, S.339-343 (B. Brophy); Ariadne 2001, no.27 (http://www.ariadne.ac.uk/issue27/review/intro.html)
  20. Information superhighway : the role of librarians, information scientists, and intermediaries. Festschrift in honor of Frederick Wilfred Lancaster. 17th International Essen Symposium, 24.-27.10.1994 (1995) 0.01
    0.008150326 = product of:
      0.020375814 = sum of:
        0.009437811 = weight(_text_:a in 2788) [ClassicSimilarity], result of:
          0.009437811 = score(doc=2788,freq=24.0), product of:
            0.053464882 = queryWeight, product of:
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.046368346 = queryNorm
            0.17652355 = fieldWeight in 2788, product of:
              4.8989797 = tf(freq=24.0), with freq of:
                24.0 = termFreq=24.0
              1.153047 = idf(docFreq=37942, maxDocs=44218)
              0.03125 = fieldNorm(doc=2788)
        0.010938003 = product of:
          0.021876005 = sum of:
            0.021876005 = weight(_text_:information in 2788) [ClassicSimilarity], result of:
              0.021876005 = score(doc=2788,freq=24.0), product of:
                0.08139861 = queryWeight, product of:
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.046368346 = queryNorm
                0.2687516 = fieldWeight in 2788, product of:
                  4.8989797 = tf(freq=24.0), with freq of:
                    24.0 = termFreq=24.0
                  1.7554779 = idf(docFreq=20772, maxDocs=44218)
                  0.03125 = fieldNorm(doc=2788)
          0.5 = coord(1/2)
      0.4 = coord(2/5)
    
    Content
    Enthält die Beiträge: CORRALL, S.: Informations specialists of the future: professional development and renewal; BAUWENS, M.: Cyberspace, virtualization, and the role of cybrarians; DeVries, J.C. u. L.D. MINNIGH: Information specialists in the future academic library: flexible tightrope walkers; JONES, W.G.: Have librarians failed librarianship? A reply to Lancaster; WHITE, H.S.: The role of information intermediaries and the superhighway: crucial, important, trivial, or non-existent? ANDERSON, G.: MIT - the distributed library initiative: collaboration, vision, prototyping; EYRE, J.: The ELISE project: visual information retrieval and delivery; DAY, J.M., C. EDWARDS u. G. WALTON: IMPEL: a research project into the impact on people of electronic libraries - stage one - librarians; SIJTSMA, A.V:: The MECANO system: a mechanism of automatic comparison of CD-ROM answers with OPACs; NEDELA, R.: Managing CD changers of 6-777 CDs or a multiple of that with PeriLIB Library Controller; RITTER, G.: CD-ROM server in the Internet; TOROK, A.G.: Technological speedtraps on the information superhighway; FEDUNOK, S.: Internet One: The Binghampton University Libraries' interface to the Internet; BJÖRKLUND, L., R. HJERPPE u. A. BJÖRKLIND: Highways and backroads of Internet: strategies and tactics; NOERR, K.T:: Information superhighway in Singapore; BOSSMEYER, C. u. B. LUCHNER: DBV OSI II: open communication between library and information retrieval systems; WERF-DAVELAAR, T van der: Organizing fileservers on the Internet: role of the library: LANCASTER, F.W.: Networked electronic publishing of the results of scholarly research; KLUITERS, C.C.P.: CAPCAS as a route to the digital library; PLACE, T.W.: From online contents to online articles: developing new library services at Tilburg University; MITCHELL, J. u. P. HALBERG: End-user searching and document ordering: the experience with OCLC FirstSearch service; SIMON, R.: ALEPH: new approach to library system's architecture; LINE, M.B.: Who pays for information? And why should they? KLUGKIST, A.C.: Open library networking and interlibrary cooperation; STOKER, D. u. A. COOKE: Evaluation of networked information sources; RICHARD, S.: Driver education for the superhighway: CAL for end users; NIEUWENHUYSEN, P.: Development of slides about information retrieval, using a presentation software package; ANGILETTA, A.M.: Collection development in the large American Research Library: at an end or at a beginning? ARNOLD, K.: User aspects of the ELINOR electronic library; SANDORE, B.: Remote use of the virtual library: end user needs; REINITZER, S.: The function of a traditional library as a virtual library: a comparison; SEVER, S. u. C.H. HAREL: Managing the virtual library: issues and challenges; SEVER, I.: Academic library users and electronic retrieval systems; WALTON, J.: Conference summary
    Footnote
    Rez. in: Mitteilungsblatt VdB NW N.F. 46(1995) H.4, S. 441-443 (U. Jochum); Information processing and management. 32(1996) no.3, S.387 (C. Cole)

Languages

  • e 80
  • d 30
  • m 3
  • More… Less…

Types

  • m 47
  • el 3
  • i 1
  • More… Less…

Subjects

Classifications