Search (27 results, page 1 of 2)

  • × classification_ss:"06.70 / Katalogisierung / Bestandserschließung"
  1. Langville, A.N.; Meyer, C.D.: Google's PageRank and beyond : the science of search engine rankings (2006) 0.04
    0.040112484 = product of:
      0.08022497 = sum of:
        0.044901032 = weight(_text_:web in 6) [ClassicSimilarity], result of:
          0.044901032 = score(doc=6,freq=18.0), product of:
            0.13836423 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.042397358 = queryNorm
            0.32451332 = fieldWeight in 6, product of:
              4.2426405 = tf(freq=18.0), with freq of:
                18.0 = termFreq=18.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.0234375 = fieldNorm(doc=6)
        0.028752556 = weight(_text_:retrieval in 6) [ClassicSimilarity], result of:
          0.028752556 = score(doc=6,freq=10.0), product of:
            0.12824841 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.042397358 = queryNorm
            0.22419426 = fieldWeight in 6, product of:
              3.1622777 = tf(freq=10.0), with freq of:
                10.0 = termFreq=10.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.0234375 = fieldNorm(doc=6)
        0.00657138 = product of:
          0.01971414 = sum of:
            0.01971414 = weight(_text_:system in 6) [ClassicSimilarity], result of:
              0.01971414 = score(doc=6,freq=4.0), product of:
                0.13353272 = queryWeight, product of:
                  3.1495528 = idf(docFreq=5152, maxDocs=44218)
                  0.042397358 = queryNorm
                0.14763528 = fieldWeight in 6, product of:
                  2.0 = tf(freq=4.0), with freq of:
                    4.0 = termFreq=4.0
                  3.1495528 = idf(docFreq=5152, maxDocs=44218)
                  0.0234375 = fieldNorm(doc=6)
          0.33333334 = coord(1/3)
      0.5 = coord(3/6)
    
    Abstract
    Why doesn't your home page appear on the first page of search results, even when you query your own name? How do other Web pages always appear at the top? What creates these powerful rankings? And how? The first book ever about the science of Web page rankings, "Google's PageRank and Beyond" supplies the answers to these and other questions and more. The book serves two very different audiences: the curious science reader and the technical computational reader. The chapters build in mathematical sophistication, so that the first five are accessible to the general academic reader. While other chapters are much more mathematical in nature, each one contains something for both audiences. For example, the authors include entertaining asides such as how search engines make money and how the Great Firewall of China influences research. The book includes an extensive background chapter designed to help readers learn more about the mathematics of search engines, and it contains several MATLAB codes and links to sample Web data sets. The philosophy throughout is to encourage readers to experiment with the ideas and algorithms in the text. Any business seriously interested in improving its rankings in the major search engines can benefit from the clear examples, sample code, and list of resources provided. It includes: many illustrative examples and entertaining asides; MATLAB code; accessible and informal style; and complete and self-contained section for mathematics review.
    Content
    Inhalt: Chapter 1. Introduction to Web Search Engines: 1.1 A Short History of Information Retrieval - 1.2 An Overview of Traditional Information Retrieval - 1.3 Web Information Retrieval Chapter 2. Crawling, Indexing, and Query Processing: 2.1 Crawling - 2.2 The Content Index - 2.3 Query Processing Chapter 3. Ranking Webpages by Popularity: 3.1 The Scene in 1998 - 3.2 Two Theses - 3.3 Query-Independence Chapter 4. The Mathematics of Google's PageRank: 4.1 The Original Summation Formula for PageRank - 4.2 Matrix Representation of the Summation Equations - 4.3 Problems with the Iterative Process - 4.4 A Little Markov Chain Theory - 4.5 Early Adjustments to the Basic Model - 4.6 Computation of the PageRank Vector - 4.7 Theorem and Proof for Spectrum of the Google Matrix Chapter 5. Parameters in the PageRank Model: 5.1 The a Factor - 5.2 The Hyperlink Matrix H - 5.3 The Teleportation Matrix E Chapter 6. The Sensitivity of PageRank; 6.1 Sensitivity with respect to alpha - 6.2 Sensitivity with respect to H - 6.3 Sensitivity with respect to vT - 6.4 Other Analyses of Sensitivity - 6.5 Sensitivity Theorems and Proofs Chapter 7. The PageRank Problem as a Linear System: 7.1 Properties of (I - alphaS) - 7.2 Properties of (I - alphaH) - 7.3 Proof of the PageRank Sparse Linear System Chapter 8. Issues in Large-Scale Implementation of PageRank: 8.1 Storage Issues - 8.2 Convergence Criterion - 8.3 Accuracy - 8.4 Dangling Nodes - 8.5 Back Button Modeling
    Chapter 9. Accelerating the Computation of PageRank: 9.1 An Adaptive Power Method - 9.2 Extrapolation - 9.3 Aggregation - 9.4 Other Numerical Methods Chapter 10. Updating the PageRank Vector: 10.1 The Two Updating Problems and their History - 10.2 Restarting the Power Method - 10.3 Approximate Updating Using Approximate Aggregation - 10.4 Exact Aggregation - 10.5 Exact vs. Approximate Aggregation - 10.6 Updating with Iterative Aggregation - 10.7 Determining the Partition - 10.8 Conclusions Chapter 11. The HITS Method for Ranking Webpages: 11.1 The HITS Algorithm - 11.2 HITS Implementation - 11.3 HITS Convergence - 11.4 HITS Example - 11.5 Strengths and Weaknesses of HITS - 11.6 HITS's Relationship to Bibliometrics - 11.7 Query-Independent HITS - 11.8 Accelerating HITS - 11.9 HITS Sensitivity Chapter 12. Other Link Methods for Ranking Webpages: 12.1 SALSA - 12.2 Hybrid Ranking Methods - 12.3 Rankings based on Traffic Flow Chapter 13. The Future of Web Information Retrieval: 13.1 Spam - 13.2 Personalization - 13.3 Clustering - 13.4 Intelligent Agents - 13.5 Trends and Time-Sensitive Search - 13.6 Privacy and Censorship - 13.7 Library Classification Schemes - 13.8 Data Fusion Chapter 14. Resources for Web Information Retrieval: 14.1 Resources for Getting Started - 14.2 Resources for Serious Study Chapter 15. The Mathematics Guide: 15.1 Linear Algebra - 15.2 Perron-Frobenius Theory - 15.3 Markov Chains - 15.4 Perron Complementation - 15.5 Stochastic Complementation - 15.6 Censoring - 15.7 Aggregation - 15.8 Disaggregation
    RSWK
    Google / Web-Seite / Rangstatistik (HEBIS)
    Subject
    Google / Web-Seite / Rangstatistik (HEBIS)
  2. Stock, W.G.; Stock, M.: Wissensrepräsentation : Informationen auswerten und bereitstellen (2008) 0.03
    0.034086656 = product of:
      0.06817331 = sum of:
        0.032512847 = weight(_text_:wide in 4039) [ClassicSimilarity], result of:
          0.032512847 = score(doc=4039,freq=4.0), product of:
            0.18785246 = queryWeight, product of:
              4.4307585 = idf(docFreq=1430, maxDocs=44218)
              0.042397358 = queryNorm
            0.17307651 = fieldWeight in 4039, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              4.4307585 = idf(docFreq=1430, maxDocs=44218)
              0.01953125 = fieldNorm(doc=4039)
        0.02494502 = weight(_text_:web in 4039) [ClassicSimilarity], result of:
          0.02494502 = score(doc=4039,freq=8.0), product of:
            0.13836423 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.042397358 = queryNorm
            0.18028519 = fieldWeight in 4039, product of:
              2.828427 = tf(freq=8.0), with freq of:
                8.0 = termFreq=8.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.01953125 = fieldNorm(doc=4039)
        0.010715445 = weight(_text_:retrieval in 4039) [ClassicSimilarity], result of:
          0.010715445 = score(doc=4039,freq=2.0), product of:
            0.12824841 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.042397358 = queryNorm
            0.08355226 = fieldWeight in 4039, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.01953125 = fieldNorm(doc=4039)
      0.5 = coord(3/6)
    
    Abstract
    Wissensrepräsentation ist die Wissenschaft, Technik und Anwendung von Methoden und Werkzeugen, Wissen derart abzubilden, damit dieses in digitalen Datenbanken optimal gesucht und gefunden werden kann. Sie ermöglicht die Gestaltung von Informationsarchitekturen, die - auf der Grundlage von Begriffen und Begriffsordnungen arbeitend - gestatten, Wissen in seinen Bedeutungszusammenhängen darzustellen. Ohne elaborierte Techniken der Wissensrepräsentation ist es unmöglich, das "semantische Web" zu gestalten. Das Lehrbuch vermittelt Kenntnisse über Metadaten und beschreibt eingehend sowohl dokumentarische wie bibliothekarische Ansätze der Inhaltserschließung (Thesauri und Klassifikationssysteme), Bemühungen der Informatik um Begriffsordnungen (Ontologien) als auch nutzerkonzentrierte Entwicklungen im Web 2.0 (Folksonomies). Es geht um das Auswerten und Bereitstellen von Informationen bei Diensten im World Wide Web, bei unternehmensinternen Informationsdiensten im Kontext des betrieblichen Wissensmanagement sowie bei fachspezifischen professionellen (kommerziellen) Datenbanken. Das Buch richtet sich an Studierende der Informationswissenschaft, Informationswirtschaft und der Wirtschaftsinformatik an Hochschulen in deutschsprachigen Raum wie auch an Studierende des Bibliothekswesens. Darüber hinaus finden auch Wissensmanager und Informationsmanager in der Unternehmenspraxis wertvolle Hinweise.
    Footnote
    Rez. in: BuB 60(2008) H.10, S.756-758 (H. Wiesenmüller): "In erster Linie für am Thema Sacherschließung Interessierte ist dieses neue Lehrbuch, das der Düsseldorfer Informationswissenschaftler Wolfgang G. Stock gemeinsam mit Mechtild Stock verfasst hat. Als primäre Zielgruppe werden Studierende der »Informationswissenschaft, Informatik und Wirtschaftsinformatik, Wirtschaftswissenschaften, Informationswirtschaft, Information und Dokumentation, Bibliothekswesen, Computerlinguistik« (Seite XVI) genannt; daneben sind auch Praktiker aus diesen Bereichen angesprochen. In Abgrenzung zu anderen, stärker praktisch ausgerichteten Lehrbüchern wie etwa Jutta Bertrams »Einführung in die inhaltliche Erschließung«' haben die Autoren den Anspruch, einen »ausgewogenen Ausgleich [...] zwischen Theorie und Praxis« und »zwischen den beteiligten Wissenschaftsdisziplinen, vor allem Informationswissenschaft, Informatik und Bibliothekswissenschaft« (Seite XIII) zu bieten. Die Aufmachung des Bandes als eigenständige Monografie führt etwas in die Irre, denn faktisch handelt es sich um den zweiten Teil der »Einführung in die Informationswissenschaft«. Diese wird im Vorwort als Reihe bezeichnet, scheint aber von der Sache her eher ein mehrbändiges Werk zu sein. Tatsächlich wird im Text häufig auf den ersten Teil »Information Retrieval« verwiesen und empfohlen, beide Bände nebeneinander zu verwenden (Seite XVI). . . .
    Weitere Rez. in: Mitt. VOEB 61(1008) H.3, S. 137-138 (E. Pipp): "Wissensrepräsentation befasst sich mit Verfahrensweisen, das in Dokumenten vorgefundene Wissen so zu repräsentieren, zu organisieren oder zu ordnen, dass es in Bibliothekskatalogen, Datenbanken, im World Wide Web oder in unternehmensinternen Informationsdiensten optimal aufgefunden werden kann. Wissensrepräsentation befasst sich mit Werkzeugen zur Indexierung, mit dem täglichen Brot und der täglichen Mühsal unserer Berufsgruppe, und somit sollte ein Fachbuch zu diesem Thema auf unserer Leseliste ganz weit oben stehen. . . . Alles in allem: ein Buch, das Lehrgangsteilnehmer und -teilnehmerinnen umfassend in dasThema einführt, das aber auch Bibliothekaren und Bibliothekarinnen mit Berufserfahrung die Konzepte (wieder) bewusst macht, die hinter ihren täglich verwendeten Arbeitswerkzeugen stehen und ihnen manches Neue bieten kann."
  3. Geißelmann, F. (Hrsg.): Sacherschließung in Online-Katalogen (1994) 0.02
    0.017694615 = product of:
      0.053083844 = sum of:
        0.015001623 = weight(_text_:retrieval in 4360) [ClassicSimilarity], result of:
          0.015001623 = score(doc=4360,freq=2.0), product of:
            0.12824841 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.042397358 = queryNorm
            0.11697317 = fieldWeight in 4360, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.02734375 = fieldNorm(doc=4360)
        0.03808222 = product of:
          0.05712333 = sum of:
            0.02869071 = weight(_text_:29 in 4360) [ClassicSimilarity], result of:
              0.02869071 = score(doc=4360,freq=4.0), product of:
                0.14914064 = queryWeight, product of:
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.042397358 = queryNorm
                0.19237353 = fieldWeight in 4360, product of:
                  2.0 = tf(freq=4.0), with freq of:
                    4.0 = termFreq=4.0
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.02734375 = fieldNorm(doc=4360)
            0.028432619 = weight(_text_:22 in 4360) [ClassicSimilarity], result of:
              0.028432619 = score(doc=4360,freq=4.0), product of:
                0.14846832 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.042397358 = queryNorm
                0.19150631 = fieldWeight in 4360, product of:
                  2.0 = tf(freq=4.0), with freq of:
                    4.0 = termFreq=4.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.02734375 = fieldNorm(doc=4360)
          0.6666667 = coord(2/3)
      0.33333334 = coord(2/6)
    
    Date
    15. 7.2018 16:22:16
    Footnote
    Rez. in: Mitteilungen VÖB 48(1995) H.1, S.66-68 (K. Niedermair) - Vgl. auch Lepsky, K. in: Bibliotheksdienst 29(1995) H.3, S.500-519; Bibliothek: Forschung u. Praxis 19(1995) H.2, S.251-254 (G. Hartwieg; auch in: LDV-Forum Bd. 12, Nr. 2, Jg. 1995, S.22-29 [unter: http://www.jlcl.org/1995_Heft2/Rezensionen_19-27.pdf]) .
    Theme
    Verbale Doksprachen im Online-Retrieval
  4. Broughton, V.: Essential thesaurus construction (2006) 0.02
    0.017255943 = product of:
      0.034511887 = sum of:
        0.0099780075 = weight(_text_:web in 2924) [ClassicSimilarity], result of:
          0.0099780075 = score(doc=2924,freq=2.0), product of:
            0.13836423 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.042397358 = queryNorm
            0.07211407 = fieldWeight in 2924, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.015625 = fieldNorm(doc=2924)
        0.019168371 = weight(_text_:retrieval in 2924) [ClassicSimilarity], result of:
          0.019168371 = score(doc=2924,freq=10.0), product of:
            0.12824841 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.042397358 = queryNorm
            0.14946283 = fieldWeight in 2924, product of:
              3.1622777 = tf(freq=10.0), with freq of:
                10.0 = termFreq=10.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.015625 = fieldNorm(doc=2924)
        0.0053655095 = product of:
          0.016096529 = sum of:
            0.016096529 = weight(_text_:system in 2924) [ClassicSimilarity], result of:
              0.016096529 = score(doc=2924,freq=6.0), product of:
                0.13353272 = queryWeight, product of:
                  3.1495528 = idf(docFreq=5152, maxDocs=44218)
                  0.042397358 = queryNorm
                0.12054371 = fieldWeight in 2924, product of:
                  2.4494898 = tf(freq=6.0), with freq of:
                    6.0 = termFreq=6.0
                  3.1495528 = idf(docFreq=5152, maxDocs=44218)
                  0.015625 = fieldNorm(doc=2924)
          0.33333334 = coord(1/3)
      0.5 = coord(3/6)
    
    Abstract
    Many information professionals working in small units today fail to find the published tools for subject-based organization that are appropriate to their local needs, whether they are archivists, special librarians, information officers, or knowledge or content managers. Large established standards for document description and organization are too unwieldy, unnecessarily detailed, or too expensive to install and maintain. In other cases the available systems are insufficient for a specialist environment, or don't bring things together in a helpful way. A purpose built, in-house system would seem to be the answer, but too often the skills necessary to create one are lacking. This practical text examines the criteria relevant to the selection of a subject-management system, describes the characteristics of some common types of subject tool, and takes the novice step by step through the process of creating a system for a specialist environment. The methodology employed is a standard technique for the building of a thesaurus that incidentally creates a compatible classification or taxonomy, both of which may be used in a variety of ways for document or information management. Key areas covered are: What is a thesaurus? Tools for subject access and retrieval; what a thesaurus is used for? Why use a thesaurus? Examples of thesauri; the structure of a thesaurus; thesaural relationships; practical thesaurus construction; the vocabulary of the thesaurus; building the systematic structure; conversion to alphabetic format; forms of entry in the thesaurus; maintaining the thesaurus; thesaurus software; and; the wider environment. Essential for the practising information professional, this guide is also valuable for students of library and information science.
    Footnote
    Rez. in: Mitt. VÖB 60(2007) H.1, S.98-101 (O. Oberhauser): "Die Autorin von Essential thesaurus construction (and essential taxonomy construction, so der implizite Untertitel, vgl. S. 1) ist durch ihre Lehrtätigkeit an der bekannten School of Library, Archive and Information Studies des University College London und durch ihre bisherigen Publikationen auf den Gebieten (Facetten-)Klassifikation und Thesaurus fachlich einschlägig ausgewiesen. Nach Essential classification liegt nun ihr Thesaurus-Lehrbuch vor, mit rund 200 Seiten Text und knapp 100 Seiten Anhang ein handliches Werk, das seine Genese zum Grossteil dem Lehrbetrieb verdankt, wie auch dem kurzen Einleitungskapitel zu entnehmen ist. Das Buch ist der Schule von Jean Aitchison et al. verpflichtet und wendet sich an "the indexer" im weitesten Sinn, d.h. an alle Personen, die ein strukturiertes, kontrolliertes Fachvokabular für die Zwecke der sachlichen Erschliessung und Suche erstellen wollen bzw. müssen. Es möchte dieser Zielgruppe das nötige methodische Rüstzeug für eine solche Aufgabe vermitteln, was einschliesslich der Einleitung und der Schlussbemerkungen in zwanzig Kapiteln geschieht - eine ansprechende Strukturierung, die ein wohldosiertes Durcharbeiten möglich macht. Zu letzterem tragen auch die von der Autorin immer wieder gestellten Übungsaufgaben bei (Lösungen jeweils am Kapitelende). Zu Beginn der Darstellung wird der "information retrieval thesaurus" von dem (zumindest im angelsächsischen Raum) weit öfter mit dem Thesaurusbegriff assoziierten "reference thesaurus" abgegrenzt, einem nach begrifflicher Ähnlichkeit angeordneten Synonymenwörterbuch, das gerne als Mittel zur stilistischen Verbesserung beim Abfassen von (wissenschaftlichen) Arbeiten verwendet wird. Ohne noch ins Detail zu gehen, werden optische Erscheinungsform und Anwendungsgebiete von Thesauren vorgestellt, der Thesaurus als postkoordinierte Indexierungssprache erläutert und seine Nähe zu facettierten Klassifikationssystemen erwähnt. In der Folge stellt Broughton die systematisch organisierten Systeme (Klassifikation/ Taxonomie, Begriffs-/Themendiagramme, Ontologien) den alphabetisch angeordneten, wortbasierten (Schlagwortlisten, thesaurusartige Schlagwortsysteme und Thesauren im eigentlichen Sinn) gegenüber, was dem Leser weitere Einordnungshilfen schafft. Die Anwendungsmöglichkeiten von Thesauren als Mittel der Erschliessung (auch als Quelle für Metadatenangaben bei elektronischen bzw. Web-Dokumenten) und der Recherche (Suchformulierung, Anfrageerweiterung, Browsing und Navigieren) kommen ebenso zur Sprache wie die bei der Verwendung natürlichsprachiger Indexierungssysteme auftretenden Probleme. Mit Beispielen wird ausdrücklich auf die mehr oder weniger starke fachliche Spezialisierung der meisten dieser Vokabularien hingewiesen, wobei auch Informationsquellen über Thesauren (z.B. www.taxonomywarehouse.com) sowie Thesauren für nicht-textuelle Ressourcen kurz angerissen werden.
    In einem abschliessenden Kapitel geht das Buch auf Thesauruspflege und -verwaltung ein, wobei auch das Thema "Thesaurussoftware" angerissen wird - letzteres vielleicht ein wenig zu kurz. Erst hier mag manchem unbefangenen Leser bewusst werden, dass die in den vorhergehenden Kapiteln dargestellte Methodik eigentlich ohne den Einsatz dezidierter Software besprochen wurde, ja vielleicht auch so besprochen werden musste, um ein entsprechendes Verständnis herzustellen. In der nachfolgenden zweiseitigen Conclusio wird erwähnt, dass die britische Norm Structured Vocabularies for Information Retrieval (BS 8723) vor einer Neufassung stehe - was den Rezensenten darauf hinzuweisen gemahnt, dass sich dieses Buch natürlich ausschliesslich auf den anglo-amerikanischen Sprachraum und die dort geltenden Thesaurus-Gepflogenheiten bezieht. Der relativ umfangreiche Anhang beinhaltet ausser Materialie zum erwähnten Demonstrationsbeispiel auch ein nützliches Glossarium sowie ein professionell gefertigtes Sachregister. Literaturhinweise werden - in sparsamer Dosierung - jeweils am Ende der einzelnen Kapitel gegeben, sodass sich die "Bibliography" am Ende des Buches auf einige Normen und zwei Standardwerke beschränken kann. Realistisch betrachtet, darf vermutlich nicht davon ausgegangen werden, dass Leser, die dieses Buch durchgearbeitet haben, sogleich in der Lage sein werden, eigenständig einen Thesaurus zu erstellen. Ein Lehrbuch allein kann weder einen Kurs noch die praktische Erfahrung ersetzen, die für eine solche Tätigkeit vonnöten sind. Ich kann mir aber gut vorstellen, dass die Kenntnis der in diesem Buch vermittelten Inhalte sehr wohl in die Lage versetzt, in einem Team, das einen Thesaurus erstellen soll, kompetent mitzuarbeiten, mit den Konzepten und Fachtermini zurechtzukommen und selbst konstruktive Beiträge zu leisten. Ausserdem erscheint mir das Werk hervorragend als Begleitmaterial zu einer Lehrveranstaltung geeignet - oder auch als Grundlage für die Planung einer solchen. Ein britischer Einführungstext eben, im besten Sinne."
    Weitere Rez. in: New Library World 108(2007) nos.3/4, S.190-191 (K.V. Trickey): "Vanda has provided a very useful work that will enable any reader who is prepared to follow her instruction to produce a thesaurus that will be a quality language-based subject access tool that will make the task of information retrieval easier and more effective. Once again I express my gratitude to Vanda for producing another excellent book." - Electronic Library 24(2006) no.6, S.866-867 (A.G. Smith): "Essential thesaurus construction is an ideal instructional text, with clear bullet point summaries at the ends of sections, and relevant and up to date references, putting thesauri in context with the general theory of information retrieval. But it will also be a valuable reference for any information professional developing or using a controlled vocabulary." - KO 33(2006) no.4, S.215-216 (M.P. Satija)
  5. Datenanalyse, Klassifikation und Informationsverarbeitung : Methoden und Anwendungen in verschiedenen Fachgebieten (1992) 0.02
    0.016708486 = product of:
      0.050125457 = sum of:
        0.017144712 = weight(_text_:retrieval in 1452) [ClassicSimilarity], result of:
          0.017144712 = score(doc=1452,freq=2.0), product of:
            0.12824841 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.042397358 = queryNorm
            0.13368362 = fieldWeight in 1452, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.03125 = fieldNorm(doc=1452)
        0.032980748 = product of:
          0.049471118 = sum of:
            0.026285522 = weight(_text_:system in 1452) [ClassicSimilarity], result of:
              0.026285522 = score(doc=1452,freq=4.0), product of:
                0.13353272 = queryWeight, product of:
                  3.1495528 = idf(docFreq=5152, maxDocs=44218)
                  0.042397358 = queryNorm
                0.19684705 = fieldWeight in 1452, product of:
                  2.0 = tf(freq=4.0), with freq of:
                    4.0 = termFreq=4.0
                  3.1495528 = idf(docFreq=5152, maxDocs=44218)
                  0.03125 = fieldNorm(doc=1452)
            0.023185596 = weight(_text_:29 in 1452) [ClassicSimilarity], result of:
              0.023185596 = score(doc=1452,freq=2.0), product of:
                0.14914064 = queryWeight, product of:
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.042397358 = queryNorm
                0.15546128 = fieldWeight in 1452, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.03125 = fieldNorm(doc=1452)
          0.6666667 = coord(2/3)
      0.33333334 = coord(2/6)
    
    Content
    Enthält u.a.: HAFNER, J.: Klassifikation aus wissenschaftstheoretischer Perspektive; SIMONS, P.: Philosophische Aspekte der Klassifikation; KAUFFER, M.: Sprachliche Klassifikation und Analyse von Nominalkomposita in Speisebezeichnungen anhand informatischer und statistischer Methoden; HAVEKOST, H.: Drehscheibe ISBN: Weg zum internationalen Fachwörterbuch; LORENZ, B.: Sacherschließung von Literatur durch Stichwortsuche im OPAC?; PREUSS, L.: TAXIS - ein elektronischer Bibliothekskatalog; VOLK, M., H. MITTERMAIER, A. SCHURIG u. T. BIEDASSEK: Halbautomatische Volltextanalyse, Datenbankaufbau und Document Retrieval
    Date
    26. 2.2008 19:29:04
    LCSH
    System analysis
    Subject
    System analysis
  6. Satija, M.P.: ¬A dictionary of knowledge organization (2004) 0.02
    0.015458636 = product of:
      0.046375908 = sum of:
        0.02494502 = weight(_text_:web in 3111) [ClassicSimilarity], result of:
          0.02494502 = score(doc=3111,freq=2.0), product of:
            0.13836423 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.042397358 = queryNorm
            0.18028519 = fieldWeight in 3111, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.0390625 = fieldNorm(doc=3111)
        0.02143089 = weight(_text_:retrieval in 3111) [ClassicSimilarity], result of:
          0.02143089 = score(doc=3111,freq=2.0), product of:
            0.12824841 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.042397358 = queryNorm
            0.16710453 = fieldWeight in 3111, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.0390625 = fieldNorm(doc=3111)
      0.33333334 = coord(2/6)
    
    Abstract
    From classification to knowledge organization through subject indexing the field has been so rapidly growing that it is difficult to demarcate its boundaries. Knowledge organization is viewed in the sense of conglomeration of activities to sort and order knowledge, to acquire, ufilize, evaluate, represent and communicate knowledge for problem solving. It has been no simple matter to decide what should be included in and excluded from such a dictionary. Broadly speaking the terms an the following topics are included in the work : Knowledge, Epistemology, Concepts, Terminology and Vocabulary control ; Classification systems, their design, theory and practice of classification, Subject analysis; fundamental categories and facets, Content and Text analysis, Use of classification in online systems and an the web. Subject cataloguing : subject headings, Thesauri and alphabetical indexing languages : Keyword, chain and string indexes, Knowledge representation, Classification for access and retrieval, Cognitive aspects of information- seeking behaviour, Automatic classification, Descriptive cataloguing : Theory, kinds, levels, standards and codes, OPACs, all are covered in this work. Like any other such work of this sort, it is an electic compilation. The work proposes to be descriptive rather than prescriptive. Endeavour is to find brief simple, logical and consensual meaning of terms, and append brief description of a concept or an issue with explanation, examples and comments in a bottom up way. Some current topics denoted by phrases have also been included. At times it may give the look of a concise encyclopaedic dictionary. Terms fully describe concepts and methods, and may evoke some thoughts an current and classic issues in the field.
  7. Hunter, E.J.: Classification - made simple (2002) 0.01
    0.014509393 = product of:
      0.043528177 = sum of:
        0.030003246 = weight(_text_:retrieval in 3390) [ClassicSimilarity], result of:
          0.030003246 = score(doc=3390,freq=2.0), product of:
            0.12824841 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.042397358 = queryNorm
            0.23394634 = fieldWeight in 3390, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.0546875 = fieldNorm(doc=3390)
        0.01352493 = product of:
          0.04057479 = sum of:
            0.04057479 = weight(_text_:29 in 3390) [ClassicSimilarity], result of:
              0.04057479 = score(doc=3390,freq=2.0), product of:
                0.14914064 = queryWeight, product of:
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.042397358 = queryNorm
                0.27205724 = fieldWeight in 3390, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.0546875 = fieldNorm(doc=3390)
          0.33333334 = coord(1/3)
      0.33333334 = coord(2/6)
    
    Abstract
    This is an attempt to simplify the initial study of classification as used for information retrieval. The text adopts a gradual progression from very basic principles, one which should enable the reader to gain a firm grasp of one idea before proceeding to the next.
    Footnote
    Rez. in: KO 29(2002) nos.3/4, S.237-238 (M.P. Satija)
  8. Kaushik, S.K.: DDC 22 : a practical approach (2004) 0.01
    0.008819796 = product of:
      0.052918777 = sum of:
        0.052918777 = product of:
          0.079378165 = sum of:
            0.018586671 = weight(_text_:system in 1842) [ClassicSimilarity], result of:
              0.018586671 = score(doc=1842,freq=2.0), product of:
                0.13353272 = queryWeight, product of:
                  3.1495528 = idf(docFreq=5152, maxDocs=44218)
                  0.042397358 = queryNorm
                0.13919188 = fieldWeight in 1842, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.1495528 = idf(docFreq=5152, maxDocs=44218)
                  0.03125 = fieldNorm(doc=1842)
            0.060791496 = weight(_text_:22 in 1842) [ClassicSimilarity], result of:
              0.060791496 = score(doc=1842,freq=14.0), product of:
                0.14846832 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.042397358 = queryNorm
                0.4094577 = fieldWeight in 1842, product of:
                  3.7416575 = tf(freq=14.0), with freq of:
                    14.0 = termFreq=14.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.03125 = fieldNorm(doc=1842)
          0.6666667 = coord(2/3)
      0.16666667 = coord(1/6)
    
    Abstract
    A system of library classification that flashed across the inquiring mind of young Melvil Louis Kossuth Dewey (known as Melvil Dewey) in 1873 is still the most popular classification scheme.. The modern library classification begins with Dewey Decimal Classification (DDC). Melvil Dewey devised DDC in 1876. DDC has is credit of 128 years of boudless success. The DDC is being taught as a practical subject throughout the world and it is being used in majority of libraries in about 150 countries. This is the result of continuous revision that 22nd Edition of DDC has been published in July 2003. No other classification scheme has published so many editions. Some welcome changes have been made in DDC 22. To reduce the Christian bias in 200 religion, the numbers 201 to 209 have been devoted to specific aspects of religion. In the previous editions these numbers were devoted to Christianity. to enhance the classifier's efficiency, Table 7 has been removed from DDC 22 and the provision of adding group of persons is made by direct use of notation already available in schedules and in notation -08 from Table 1 Standard Subdivision. The present book is an attempt to explain, with suitable examples, the salient provisions of DDC 22. The book is written in simple language so that the students may not face any difficulty in understanding what is being explained. The examples in the book are explained in a step-by-step procedure. It is hoped that this book will prove of great help and use to the library professionals in general and library and information science students in particular.
    Content
    1. Introduction to DDC 22 2. Major changes in DDC 22 3. Introduction to the schedules 4. Use of Table 1 : Standard Subdivisions 5. Use of Table 2 : Areas 6. Use of Table 3 : Subdivisions for the arts, for individual literatures, for specific literary forms 7. Use to Table 4 : Subdivisions of individual languages and language families 8. Use of Table 5 : Ethic and National groups 9. Use of Table 6 : Languages 10. Treatment of Groups of Persons
    Object
    DDC-22
  9. Huemer, H.: Semantische Technologien : Analyse zum Status quo, Potentiale und Ziele im Bibliotheks-, Informations- und Dokumentationswesen (2006) 0.01
    0.008050971 = product of:
      0.048305824 = sum of:
        0.048305824 = weight(_text_:web in 641) [ClassicSimilarity], result of:
          0.048305824 = score(doc=641,freq=30.0), product of:
            0.13836423 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.042397358 = queryNorm
            0.34912077 = fieldWeight in 641, product of:
              5.477226 = tf(freq=30.0), with freq of:
                30.0 = termFreq=30.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.01953125 = fieldNorm(doc=641)
      0.16666667 = coord(1/6)
    
    Abstract
    Das vorliegende Werk ist der erste Band in der Reihe "Branchenreports" der Semantic Web School. Diese Reihe, die in Zusammenarbeit mit Branchenexperten entwickelt wurde, verfolgt das Ziel, in regelmäßigen Abständen die Bedeutung semantischer Technologien in ausgewählten Branchen und Communities zu analysieren und zu durchleuchten. Damit sollen dem interessierten Leser in erster Linie ein Überblick und Einstiegspunkte geboten werden: Die Branchenreports helfen, sich in einem emergenten Umfeld besser orientieren zu können, sie zeigen Entwicklungspfade an, entlang welcher sich Branchen bewegen, die vermehrt auf den Einsatz semantischer Informationstechnologien setzen. Dieser Branchenreport beschäftigt sich mit dem Bibliotheks-, Informationsund Dokumentationswesen (BID) und es ist kein Zufall, dass diese Branche als erste durchleuchtet wird, sind doch hier die Wurzeln der professionellen Wissensorganisation zu finden. Nun, im Zeitalter der Digitalisierung und des Internets, steht diese Community vor neuen, großen Herausforderungen und Möglichkeiten. Gerade im Umfeld des Semantic Web zeigt sich, dass die Erfahrungen aus dem BID-Bereich einen wichtigen Beitrag leisten können, soll die Entwicklung des Internets der nächsten Generation nicht nur von der Technik geprägt werden. Dieser Band möchte die Neugierde all jener wecken, die sich vor neuen Technologien nicht verschließen, und darauf aufmerksam machen, dass die Möglichkeiten, Information und Wissen zu organisieren, im 21. Jahrhundert gänzlich neue sein werden.
    Content
    Inhaltsverzeichnis 1. Einleitung 2. Bibliothekspolitik 3. Begriffsdefinitionen 3.1. Bibliothek - 3.2. Archiv - 3.3. Museum - 3.4. Information und Dokumentation - 3.5. Information - 3.6. Semantik und semantische Technologien - 3.7. Ontologie - 3.8. Recall und Precision 4. Bibliotheken aus statistischer Sicht - Kennzahlen 5. Bibliographische Tools 5.1. Austauschformate 5.1.1. MAB / MAB2 - 5.1.2. Allegro-C - 5.1.3. MARC 2 - 5.1.4. Z39.50 - 5.1.5. Weitere Formate 5.2. Kataloge / OPACs 5.2.1. Aleph 500 - 5.2.2. Allegro-C - 5.2.3. WorldCat beta 5.3. Dokumentationssysteme 5.4. Suchmaschinen 5.4.1. Convera und ProTerm - 5.4.2. APA Online Manager - 5.4.3. Google Scholar - 5.4.4. Scirus - 5.4.5. OAIster - 5.4.6. GRACE 5.5. Informationsportale 5.5.1. iPort - 5.5.2. MetaLib - 5.5.3. Vascoda - 5.5.4. Dandelon - 5.5.5. BAM-Portal - 5.5.6. Prometheus 6. Semantische Anreicherung 6.1. Indexierung - 6.2. Klassifikation - 6.3. Thesauri 38 - 6.4. Social Tagging 7. Projekte 7.1. Bibster - 7.2. Open Archives Initiative OAI - 7.3. Renardus - 7.4. Perseus Digital Library - 7.5. JeromeDL - eLibrary with Semantics 8. Semantische Technologien in BAM-InstitutionenÖsterreichs 8.1. Verbundkatalog des Österreichischen Bibliothekenverbunds - 8.2. Bibliotheken Online - WebOPAC der Öffentlichen Bibliotheken - 8.3. Umfrage-Design - 8.4. Auswertung 9. Fazit und Ausblick 10. Quellenverzeichnis 11. Web-Links 12. Anhang Vgl.: http://www.semantic-web.at/file_upload/1_tmpphp154oO0.pdf.
    Footnote
    Danach kommt das Werk - leider nur auf acht Seiten - zu seinem thematischen Kern. Die Frage, ob, in welchem Ausmaß und welche semantischen Technologien im BID-%BAM-Bereich eingesetzt werden, sollte eigentlich mit einer schriftlichen Befragung einschlägiger Institutionen verfolgt werden. Jedoch konnte dieses Ziel wegen des geringen Rücklaufs nur sehr eingeschränkt erreicht werden: im ersten Versuch antworteten sechs Personen aus insgesamt 65 angeschriebenen Institutionen. Beim zweiten Versuch mit einem deutlich abgespeckten Fragekatalog kamen weitere fünf Antworten dazu. Ausschlaggebend für die geringe Resonanz dürfte eine Mischung aus methodischen und inhaltlichen Faktoren gewesen sein: Eine schriftliche Befragung mit vorwiegend offenen Fragen durchzuführen, ist ohnehin schon ein Wagnis. Wenn diese Fragen dann auch noch gleichermaßen komplex wie voraussetzungsvoll sind, dann ist ein unbefriedigender Rücklauf keine Überraschung. Nicht zuletzt mag sich hier die Mutmaßung des Autors aus seinem Vorwort bewahrheiten und ihm zugleich zum Verhängnis geworden sein, nämlich dass "der Begriff 'Semantik' vielen Bibliothekaren und Dokumentaren noch nicht geläufig (ist)" - wie sollen sie dann aber Fragen dazu beantworten? Beispielhaft sei dafür die folgende angeführt: "Welche Erwartungen, Perspektiven, Prognosen, Potentiale, Paradigmen verbinden Sie persönlich mit dem Thema ,Semantische Technologien'?" Am Ende liegt der Wert der Untersuchung sicher vor allem darin, eine grundlegende Annahme über den Status quo in der fraglichen Branche zu bestätigen: dass semantische Technologien dort heute noch eine geringe Rolle und künftig schon eine viel größere spielen werden. Insgesamt gewinnt man den Eindruck, dass hier zum Hauptgegenstand geworden ist, was eigentlich nur Rahmen sein sollte. Die Publikation (auch der Anhang) wirkt streckenweise etwas mosaiksteinartig, das eigentlich Interessierende kommt zu kurz. Gleichwohl besteht ihr Verdienst darin, eine Annäherung an ein Thema zu geben, das in den fraglichen Institutionen noch nicht sehr bekannt ist. Auf diese Weise mag sie dazu beitragen, semantische Technologien im Bewusstsein der beteiligten Akteure stärker zu verankern. Das hier besprochene Werk ist der erste Band einer Publikationsreihe der Semantic Web School zum Einsatz semantischer Technologien in unterschiedlichen Branchen. Den nachfolgenden Bänden ist zu wünschen, dass sie sich auf empirische Untersuchungen mit größerer Resonanz stützen können."
    Imprint
    Wien : Eigenverlag der Semantic Web School
    RSWK
    Information und Dokumentation / Semantic Web (GBV)
    Bibliothek / Semantic Web (GBV)
    Bibliothek / Automation / Semantic Web (GBV)
    Semantic Web (SWB)
    Series
    Reihe Branchenreport der Semantic Web School
    Subject
    Information und Dokumentation / Semantic Web (GBV)
    Bibliothek / Semantic Web (GBV)
    Bibliothek / Automation / Semantic Web (GBV)
    Semantic Web (SWB)
    Theme
    Semantic Web
  10. Harpring, P.: Introduction to controlled vocabularies : terminology for art, architecture, and other cultural works (2010) 0.01
    0.005714904 = product of:
      0.034289423 = sum of:
        0.034289423 = weight(_text_:retrieval in 4164) [ClassicSimilarity], result of:
          0.034289423 = score(doc=4164,freq=8.0), product of:
            0.12824841 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.042397358 = queryNorm
            0.26736724 = fieldWeight in 4164, product of:
              2.828427 = tf(freq=8.0), with freq of:
                8.0 = termFreq=8.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.03125 = fieldNorm(doc=4164)
      0.16666667 = coord(1/6)
    
    Abstract
    This is a practical tool and comprehensive introduction to the use of controlled vocabularies. This authoritative and detailed volume presents readers with a 'how-to' guide to building controlled vocabulary tools, cataloguing and indexing cultural materials with terms and names from controlled vocabularies, and how to use vocabularies in search engines and databases to enhance discovery and retrieval online. "Introduction to Controlled Vocabularies" also features in-depth discussions on a number of topics, including: What are controlled vocabularies and why are they useful? Which vocabularies exist for cataloguing art and cultural objects? and how should they be used for indexing and retrieving? This book provides organizations and individuals with a practical tool for creating and implementing vocabularies as reference tools, sources of documentation, and powerful enhancements for online searching.
    Content
    Controlled vocabularies in context -- What are controlled vocabularies? -- Relationships in controlled vocabularies -- Vocabularies for cultural objects -- Using multiple vocabularies -- Local authorities -- Constructing a vocabulary or authority -- Indexing with controlled vocabularies -- Retrieval using controlled vocabularies.
    LCSH
    Information retrieval
    Subject
    Information retrieval
  11. Hunter, E.J.: Classification - made simple : an introduction to knowledge organisation and information retrieval (2009) 0.00
    0.004949252 = product of:
      0.029695513 = sum of:
        0.029695513 = weight(_text_:retrieval in 3394) [ClassicSimilarity], result of:
          0.029695513 = score(doc=3394,freq=6.0), product of:
            0.12824841 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.042397358 = queryNorm
            0.23154683 = fieldWeight in 3394, product of:
              2.4494898 = tf(freq=6.0), with freq of:
                6.0 = termFreq=6.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.03125 = fieldNorm(doc=3394)
      0.16666667 = coord(1/6)
    
    Abstract
    This established textbook introduces the essentials of classification as used for information processing. The third edition takes account of developments that have taken place since the second edition was published in 2002. "Classification Made Simple" provides a useful gateway to more advanced works and the study of specific schemes. As an introductory text, it will be invaluable to students of information work and to anyone inside or outside the information profession who needs to understand the manner in which classification can be utilized to facilitate and enhance organisation and retrieval.
    Footnote
    Rez. in: Mitt. VÖB 63(2010) H.1, S.143-147 (O. Oberhauser): " ... Kommen wir zur Kritik, die in den letzten Absätzen ansatzweise schon angeklungen ist. Das Anliegen des Buches ist, wie dem ersten Satz der Einleitung zu entnehmen ist, "to simplify the initial study of classification as used for knowledge organisation and information retrieval" (p. xi). Dies ist dem Autor in den ersten Kapiteln wohl auch gelungen. Die Einführung in die beiden Grundtypen - hier facettierte, dort hierarchische Systeme - ist verständlich und für Anfänger zweifellos gut geeignet. In den folgenden Kapiteln beginnt man sich aber zu fragen, wer eigentlich die Zielgruppe des Buches sein mag. Für Anfänger wird vieles zu schwierig sein, da gerade bei den anspruchsvolleren Aspekten der Text zu oberflächlich ist, keine didaktisch befriedigende Darstellung erfolgt und gelegentlich sogar Fachkenntnisse vorausgesetzt werden. Für Praktiker aus dem Bibliothekswesen fehlt vielfach der Bezug zur alltäglichen Realität, da z.B. Probleme der Buchaufstellung allenfalls am Rande zur Sprache kommen. Hochschullehrer, die eine Lehrveranstaltung zu Klassifikationsthemen vorbereiten müssen, werden manches an dem Buch nützlich finden, vielfach aber ob der mangelnden Detailliertheit zu anderen Unterlagen greifen. So bleibt der oder die "an Fragen der Klassifikation Interessierte" - ein undefiniertes und nicht allzu häufig anzutreffendes Wesen, das aber wahrscheinlich auch existiert und hier eine Fülle von Punkten angerissen findet, die zu einer weiteren Recherche in anderen Quellen animieren. Gut gelungen sind die zahlreichen Beispiele, selbst wenn dafür nicht immer sehr glückliche Notationssysteme gewählt wurden. Auch in sprachlicher Hinsicht ist - zumindest in den Anfangskapiteln - nichts zu bemängeln. Dass die beiden letzten Kapitel eher misslungen sind, wurde bereits oben angedeutet. In den übrigen Abschnitten merkt man dem Buch ebenfalls immer wieder an, dass es in seinen Grundzügen aus der Papier- und nicht aus der Online-Zeit stammt. Dennoch will ich nicht über Gebühr lamentieren, schon deshalb, da es gar nicht so viele brauchbare Lehrbücher zu Klassifikationsthemen gibt. Und in diese letztere Kategorie gehört Hunters Text alldieweil."
  12. IFLA Cataloguing Principles : steps towards an International Cataloguing Code. Report from the 1st Meeting of Experts on an International Cataloguing Code, Frankfurt 2003 (2004) 0.00
    0.0046140915 = product of:
      0.0138422735 = sum of:
        0.0099780075 = weight(_text_:web in 2312) [ClassicSimilarity], result of:
          0.0099780075 = score(doc=2312,freq=2.0), product of:
            0.13836423 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.042397358 = queryNorm
            0.07211407 = fieldWeight in 2312, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.015625 = fieldNorm(doc=2312)
        0.003864266 = product of:
          0.011592798 = sum of:
            0.011592798 = weight(_text_:29 in 2312) [ClassicSimilarity], result of:
              0.011592798 = score(doc=2312,freq=2.0), product of:
                0.14914064 = queryWeight, product of:
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.042397358 = queryNorm
                0.07773064 = fieldWeight in 2312, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.015625 = fieldNorm(doc=2312)
          0.33333334 = coord(1/3)
      0.33333334 = coord(2/6)
    
    Date
    30. 7.2004 14:20:29
    Footnote
    Rez. in: KO 31(2004) no.4, S.255-257: (P. Riva): "Cataloguing standardization at the international level can be viewed as proceeding in a series of milestone conferences. This meeting, the first in a series which will cover different regions of the world, will take its place in that progression. The first IFLA Meeting of Experts an an International Cataloguing Code (IME ICC), held July 28-30, 2003 at Die Deutsche Bibliothek in Frankfurt, gathered representatives of almost all European countries as well as three of the four AACR author countries. As explained in the introduction by Barbara Tillett, chair of the IME ICC planning committee, the plan is for five meetings in total. Subsequent meetings are to take place in Buenos Aires, Argentina (held August 17-18, 2004) for Latin America and the Carribean, to be followed by Alexandria, Egypt (2005) for the Middle East, Seoul, South Korea (2006) for Asia, and Durban, South Africa (2007) for Africa. The impetus for planning these meetings was triggered by the 40th anniversary of the Paris Principles, approved at the International Conference an Cataloguing Principles held in 1961. Many will welcome the timely publication of the reports and papers from this important conference in book form. The original conference website (details given an p. 176) which includes most of the same material, is still extant, but the reports and papers gathered into this volume will be referred to by cataloguing rule makers long after the web as we know it has transformed itself into a new (and quite possibly not backwards compatible) environment.
  13. Principles underlying subject heading languages (SHLs) (1999) 0.00
    0.0042861784 = product of:
      0.025717068 = sum of:
        0.025717068 = weight(_text_:retrieval in 1659) [ClassicSimilarity], result of:
          0.025717068 = score(doc=1659,freq=2.0), product of:
            0.12824841 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.042397358 = queryNorm
            0.20052543 = fieldWeight in 1659, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.046875 = fieldNorm(doc=1659)
      0.16666667 = coord(1/6)
    
    Theme
    Verbale Doksprachen im Online-Retrieval
  14. IFLA Cataloguing Principles : steps towards an International Cataloguing Code, 3. Report from the 3rd IFLA Meeting of Experts on an International Cataloguing Code : Cairo, Egypt, 2005 (2006) 0.00
    0.003643265 = product of:
      0.02185959 = sum of:
        0.02185959 = product of:
          0.065578766 = sum of:
            0.065578766 = weight(_text_:29 in 2313) [ClassicSimilarity], result of:
              0.065578766 = score(doc=2313,freq=4.0), product of:
                0.14914064 = queryWeight, product of:
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.042397358 = queryNorm
                0.43971092 = fieldWeight in 2313, product of:
                  2.0 = tf(freq=4.0), with freq of:
                    4.0 = termFreq=4.0
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.0625 = fieldNorm(doc=2313)
          0.33333334 = coord(1/3)
      0.16666667 = coord(1/6)
    
    Date
    30. 7.2004 14:20:29
    Series
    IFLA series on bibliographic control; vol. 29
  15. Singh, S. (Sewa); Singh, S. (Sukhbir): Colon Classification : a select bibliography (1992) 0.00
    0.002857452 = product of:
      0.017144712 = sum of:
        0.017144712 = weight(_text_:retrieval in 1479) [ClassicSimilarity], result of:
          0.017144712 = score(doc=1479,freq=2.0), product of:
            0.12824841 = queryWeight, product of:
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.042397358 = queryNorm
            0.13368362 = fieldWeight in 1479, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.024915 = idf(docFreq=5836, maxDocs=44218)
              0.03125 = fieldNorm(doc=1479)
      0.16666667 = coord(1/6)
    
    Content
    Inhalt: General Classification, Colon Classification, Edition7, Philosophy, Conference, Literature Survey, Features, History. Countries and Areas , Theoru, Design of Classification, Classification Problems , Research in Classification, Trends in Classification, Depth Classification, Automatic Classification, Uses of Classification, Practical Classification, Application of Classification, Standards, Glossary.Teminology, classification and Reference Service, Classificationand Documentation, Classification and Communication, Classification and Retrieval, Comparison to Other Schemes, Canons, Isolates, Common Isolates , Space Isolates, Time Isolates, Special Isolates, Postulates, Fundamental Categories, Facet Formula, Optionl Facets, Rounds and Levels, Basic Subjects, Notation and Symbols, Array and Chanin, Devices, Mnemonics, Phase Relation, Systems and Specials, Book Number, Cooperative Calssification, Teaching of Classification, Classification of Specific Subjects, Book Science, Bibliography, Library and Information Science, Classification, Cataloguing, Mathematics, Cybernetics, Engineering, Computer, Chemistry, Crystallography, Technology. Food Technology, Corrosion, Parasitism, Geology , Agriculture, Zoology, Animal Husbandry, Medicine, Useful Arts, Military Science, Creative Arts, Aiterature, Sanskrit, Marathi, Tamil, Calssics, Linguistics, Philosophy, Ssocial Science, Geography, Maps, History , Political Science, Economics, Sociology, Law,
  16. Krajewski, M.: Zettelwirtschaft : Die Geburt der Kartei aus dem Geiste der Bibliothek (2002) 0.00
    0.0026920177 = product of:
      0.016152106 = sum of:
        0.016152106 = product of:
          0.02422816 = sum of:
            0.014084463 = weight(_text_:system in 621) [ClassicSimilarity], result of:
              0.014084463 = score(doc=621,freq=6.0), product of:
                0.13353272 = queryWeight, product of:
                  3.1495528 = idf(docFreq=5152, maxDocs=44218)
                  0.042397358 = queryNorm
                0.105475746 = fieldWeight in 621, product of:
                  2.4494898 = tf(freq=6.0), with freq of:
                    6.0 = termFreq=6.0
                  3.1495528 = idf(docFreq=5152, maxDocs=44218)
                  0.013671875 = fieldNorm(doc=621)
            0.010143697 = weight(_text_:29 in 621) [ClassicSimilarity], result of:
              0.010143697 = score(doc=621,freq=2.0), product of:
                0.14914064 = queryWeight, product of:
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.042397358 = queryNorm
                0.06801431 = fieldWeight in 621, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.013671875 = fieldNorm(doc=621)
          0.6666667 = coord(2/3)
      0.16666667 = coord(1/6)
    
    Content
    Dieses Diktum markiert den vorläufigen Endpunkt einer Entwicklung, an deren Gipfel für kurze Zeit (von ca. 1920 bis in die 60er Jahre; »Einen Staat lang«) die bürokratische Papiermaschine namens Kartei residiert. Ihren weiten Herrschaftskreis dokumentieren die zahlreichen, neu entstandenen Zeitschriften für Bürobedarf und -organisation. Die vorliegende Studie will versuchen nachzuzeichnen, wie sich die Kartei auf jedem Schreibtisch um 1930 zu etablieren, wie sie ins Zentrum der organisatorischen Aufmerksamkeit zu rücken versteht. Zwar nimmt sich die Kartei rein äußerlich eher unscheinbar aus neben der filigranen Imposanz einer Schreibmaschine, jedoch behauptet sie ebenso beharrlich ihren Platz durch das mitgegebene Versprechen der Universalität. Auf welchen Errungenschaften gründet sich dieser Anspruch? Vor welcher Schablone vermag sich die Papiermaschine abzuheben? Aus welchen Wurzeln entwickelt sich dieses System der Verzeichnung? Die Behauptung einer universalen Papiermaschine und eine erste Suche nach ihrem Grund und Ursprung legt den Verdacht nahe, daß diese papierene Anordnung Vorbild und Vorgänger in einem ebenfalls aus Kasten und Zetteln bestehenden Dispositiv findet, die hinlänglich vertraute, heute bald schon verschwundene Suchmaschine einer Bibliothek namens Zettelkatalog. Die Genealogie der Kartei als eine Speichertechnologie gehorcht, so die Grundthese, einer vielfachen Übertragung. Als chronologisch erste und weitreichendste Instanz ereignet sich ein Technologie-Transfer zwischen zwei Diskursen. Der erste von beiden formiert folgerichtig die Bibliothek, wenngleich die diskursive Praxis der Verzeichnung ihre Katalogisierungstechnik zumeist nur verschwiegen und randständig behandelt. Der zweite Diskurs folgt einer Tendenz, die unter Begriffen wie Effizienz, Rationalisierung oder Psychotechnik die Abläufe und Verwaltungsmaßnahmen der Büroarbeit organisiert. Die allgegenwärtige Präsenz der Kartei auf den Schreibtischen der Zwischenkriegszeit verdankt sich der seltenen Übertragung einer Wissenstechnologie zwischen zwei Institutionen, deren Wechselwirkung üblicherweise in umgekehrter, archivalischer Richtung erfolgt, sich hier jedoch aus der Bibliothek in das Büro vollzieht. Wenn von Transfers die Rede ist, reicht es kaum aus, Anfangs- und Endpunkt, Sender und Empfänger zu markieren. Statt dessen muß gekennzeichnet werden, wie dieser Transfer inklusive all seiner Störungen, Wandlungen, Stockungen, Irritationen und Umlenkungen überträgt. Und für einmal muß noch das beschrieben werden, was übertragen wird. Denn weitergereicht wird eine Verfahrensweise, die ihrerseits darauf abzielt, den Grundoperationen einer Universalen Diskreten Maschine zu genügen: Daten zu speichern, zu prozessieren und (selbst) zu übertragen. Das von üblichen Datenspeichern wie etwa dem Buch abweichende Verfahren setzt dabei auf ein ebenso einfaches wie naheliegendes Prinzip: Die Informationen stehen auf gesonderten, gleichgerichteten und frei beweglichen Trägern bereit, um nachstrengen Ordnungsschemata arrangiert weiter verarbeitet und abgerufen zu werden. Die Übertragung beginnt mit einer Urszene, wenngleich sich das Feld ihrer Reichweite zunächst nur auf den bibliothekarischen und den damit zumeist eng verbundenen gelehrten Diskurs beschränkt. Dem Polyhistor Konrad Gessner fällt es zu, am Anfang dieser einen Geschichte der Kartei zu stehen. Sicherlich ist er kaum der Erfinder einer Technik, auf Papier verteilte Informationen zu zerschneiden und so einfacher arrangieren zu können. Jedoch liegt mit dem von ihm 1548 vielleicht erstmals explizit beschriebenen Verfahren die früheste bisher bekannte Überlieferung vor, wie auf komfortable Weise alphabetisch geordnete, umfangreiche Listen herzustellen sind. Das erste Kapitel widmet sich demnach einer detaillierten Beschreibung der Gessnerschen Verzettelung, um im Anschluß daran die Tradierung dieser vorbildlichen Empfehlung in der Frühen Neuzeit und dem Barock besonders bei der Kunst des Exzerpierens in Umrissen zu verfolgen.
    Der erste Hauptteil 'Um 1800' versucht daraufhin, mit einem Bruch in der Anwendungsweise des Gessnerschen Verfahrens dessen erste Diskontinuität nachzuweisen. Nicht zuletzt wegen dieses Einschnitts muß die Art der Verzeichnung bis dato das Attribut vorläufig tragen. Die Verzettelungstechnik gelangt von einem temporären Gebrauch zur dauerhaften Verwendung, was dadurch eine ebenso unbeabsichtigte wie folgenreiche Umstellung markiert. Gleichzeitig entsteht hiermit der bibliothekshistorisch erste Zettelkatalog, dessen unverhoffter Einsatz und Genese in Wien um 1780 eine detaillierte Beschreibung erfährt. Der Zettelkatalog besteht nicht nur als bibliothekarische Antwort auf einen drohenden information overflow, sondern vor allem dank seiner umsichtigen Logistik. Entscheidend dabei sind schriftlich fixierte, genaue Handlungsanweisungen, anhand derer auch unausgebildetes Personal in den arbeitsteiligen Prozeß eingebunden werden kann. Mit Hilfe eines kleinen Exkurses soll zuvor jedoch die Koinzidenz zweier Adressierungslogiken untersucht werden: In einem Jahrzehnt und derselben Stadt fällt die Entstehung des Zettelkatalogs zusammen mit der Erfindung der Hausnummer. Damit etabliert sich eine Möglichkeit zur abstrakteren Repräsentation und zu einem kontrollierenden Zugriff auf Schriften bzw. Hausbewohner. Das anschließende dritte Kapitel verbleibt in der Umbruchphase um 1800, indem es eine notwendige Differenz zieht zwischen der Bibliothekstechnologie von vielen Schreib- für viele Lese-Köpfe und einer eigenwilligen Anordnung von gelehrten Exzerptensammlungen. Die Unterscheidung trennt ein Server-Konzept von einer Workstation-Philosophie. Der erste Zettelkatalog ist nicht nur das Produkt eines kollektiven Arbeitsprozesses, sondern vor allem für eine vielköpfige Benutzung geeignet und konzipiert. Im Gegensatz zu diesem Multi-User-System verwehrt die idiosynkratische Maschine in Form eines Gelehrtenkastens gerade jede fremde Einsichtnahme. Sie besitzt keine Vermittlungsnotwendigkeit, so daß sich das interne System der Verzeichnung durchaus unverständlich für alle Einsichtnehmenden ausnehmen darf. Auch eine Form von Datenschutz, die anhand der eigentümlichen gelehrten Exzerpiertechniken in einer kleinen Genealogie von Johann Jacob Moser bis zu Jean Paul und anderen konturiert wird. Das vierte und letzte Kapitel des ersten Teils widmet sich einer ersten Übertragung alteuropäischer Bibliothekstechnik in die Neue Welt. Das Zettelkastenprinzip erreicht einerseits die amerikanische Ostküste durch Bibliothekare, die in Europa studieren, um die dort etablierte Praxis der Katalogisierung auf ihre im Laufe des 19. Jahrhunderts schnell anwachsenden Büchersammlungen anzuwenden. Andererseits jedoch besitzen die Vereinigten Staaten auch eine eigene, autochthone Genealogie der Verzettelung. 1817 gelingt William Croswell bei seinem unglücklichen Projekt, der Harvard College Library einen umfassenden Katalog zu verschaffen, die Geburt des amerikanischen Zettelkatalogs aus dem Geiste der Faulheit.
    Isbn
    3-931659-29-1
  17. IFLA Cataloguing Principles : steps towards an International Cataloguing Code, 2. Report from the 2nd IFLA Meeting of Experts on an International Cataloguing Code : Buenos Aires, Argentina, 2004 (2005) 0.00
    0.0025761775 = product of:
      0.015457064 = sum of:
        0.015457064 = product of:
          0.04637119 = sum of:
            0.04637119 = weight(_text_:29 in 3865) [ClassicSimilarity], result of:
              0.04637119 = score(doc=3865,freq=2.0), product of:
                0.14914064 = queryWeight, product of:
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.042397358 = queryNorm
                0.31092256 = fieldWeight in 3865, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.0625 = fieldNorm(doc=3865)
          0.33333334 = coord(1/3)
      0.16666667 = coord(1/6)
    
    Date
    30. 7.2004 14:20:29
  18. IFLA Cataloguing Principles : steps towards an International Cataloguing Code, 5. Report from the 5th IFLA Meeting of Experts on an International Cataloguing Code : Pretoria, South Africa, 2007 = Rapport de la 5ème Réunion d'Experts de l'IFLA sur un Code International de Catalogage (2008) 0.00
    0.0025761775 = product of:
      0.015457064 = sum of:
        0.015457064 = product of:
          0.04637119 = sum of:
            0.04637119 = weight(_text_:29 in 2311) [ClassicSimilarity], result of:
              0.04637119 = score(doc=2311,freq=2.0), product of:
                0.14914064 = queryWeight, product of:
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.042397358 = queryNorm
                0.31092256 = fieldWeight in 2311, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5176873 = idf(docFreq=3565, maxDocs=44218)
                  0.0625 = fieldNorm(doc=2311)
          0.33333334 = coord(1/3)
      0.16666667 = coord(1/6)
    
    Date
    30. 7.2004 14:20:29
  19. Traiser, W.: SWD-Sachgruppen : Leitfaden zu ihrer Vergabe (2000) 0.00
    0.002553003 = product of:
      0.015318017 = sum of:
        0.015318017 = product of:
          0.045954052 = sum of:
            0.045954052 = weight(_text_:22 in 2280) [ClassicSimilarity], result of:
              0.045954052 = score(doc=2280,freq=2.0), product of:
                0.14846832 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.042397358 = queryNorm
                0.30952093 = fieldWeight in 2280, 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=2280)
          0.33333334 = coord(1/3)
      0.16666667 = coord(1/6)
    
    Date
    22. 3.2008 18:09:52
  20. Sehgal, R.L.: ¬An introduction to Dewey Decimal Classification (2005) 0.00
    0.002256557 = product of:
      0.013539342 = sum of:
        0.013539342 = product of:
          0.040618025 = sum of:
            0.040618025 = weight(_text_:22 in 1467) [ClassicSimilarity], result of:
              0.040618025 = score(doc=1467,freq=4.0), product of:
                0.14846832 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.042397358 = queryNorm
                0.27358043 = fieldWeight in 1467, product of:
                  2.0 = tf(freq=4.0), with freq of:
                    4.0 = termFreq=4.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.0390625 = fieldNorm(doc=1467)
          0.33333334 = coord(1/3)
      0.16666667 = coord(1/6)
    
    Date
    28. 2.2008 17:22:52
    Object
    DDC-22

Languages

  • e 15
  • d 8

Types

  • m 26
  • s 6
  • b 1
  • i 1
  • r 1
  • More… Less…

Subjects

Classifications