Search (153 results, page 1 of 8)

  • × theme_ss:"Hypertext"
  1. Yang, C.C.; Liu, N.: Web site topic-hierarchy generation based on link structure (2009) 0.03
    0.034419786 = product of:
      0.17209893 = sum of:
        0.055848986 = weight(_text_:web in 2738) [ClassicSimilarity], result of:
          0.055848986 = score(doc=2738,freq=18.0), product of:
            0.10326045 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.031640913 = queryNorm
            0.5408555 = fieldWeight in 2738, product of:
              4.2426405 = tf(freq=18.0), with freq of:
                18.0 = termFreq=18.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.0390625 = fieldNorm(doc=2738)
        0.105532676 = weight(_text_:site in 2738) [ClassicSimilarity], result of:
          0.105532676 = score(doc=2738,freq=8.0), product of:
            0.1738463 = queryWeight, product of:
              5.494352 = idf(docFreq=493, maxDocs=44218)
              0.031640913 = queryNorm
            0.6070458 = fieldWeight in 2738, product of:
              2.828427 = tf(freq=8.0), with freq of:
                8.0 = termFreq=8.0
              5.494352 = idf(docFreq=493, maxDocs=44218)
              0.0390625 = fieldNorm(doc=2738)
        0.010717267 = product of:
          0.021434534 = sum of:
            0.021434534 = weight(_text_:22 in 2738) [ClassicSimilarity], result of:
              0.021434534 = score(doc=2738,freq=2.0), product of:
                0.110801086 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.031640913 = queryNorm
                0.19345059 = fieldWeight in 2738, 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=2738)
          0.5 = coord(1/2)
      0.2 = coord(3/15)
    
    Abstract
    Navigating through hyperlinks within a Web site to look for information from one of its Web pages without the support of a site map can be inefficient and ineffective. Although the content of a Web site is usually organized with an inherent structure like a topic hierarchy, which is a directed tree rooted at a Web site's homepage whose vertices and edges correspond to Web pages and hyperlinks, such a topic hierarchy is not always available to the user. In this work, we studied the problem of automatic generation of Web sites' topic hierarchies. We modeled a Web site's link structure as a weighted directed graph and proposed methods for estimating edge weights based on eight types of features and three learning algorithms, namely decision trees, naïve Bayes classifiers, and logistic regression. Three graph algorithms, namely breadth-first search, shortest-path search, and directed minimum-spanning tree, were adapted to generate the topic hierarchy based on the graph model. We have tested the model and algorithms on real Web sites. It is found that the directed minimum-spanning tree algorithm with the decision tree as the weight learning algorithm achieves the highest performance with an average accuracy of 91.9%.
    Date
    22. 3.2009 12:51:47
  2. Morrall, A.: Evaluation of hypertext software to create a public browsing system in a museum (1991) 0.02
    0.024859803 = product of:
      0.18644851 = sum of:
        0.0880302 = weight(_text_:software in 4467) [ClassicSimilarity], result of:
          0.0880302 = score(doc=4467,freq=2.0), product of:
            0.12552431 = queryWeight, product of:
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.031640913 = queryNorm
            0.70129997 = fieldWeight in 4467, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.125 = fieldNorm(doc=4467)
        0.098418325 = weight(_text_:evaluation in 4467) [ClassicSimilarity], result of:
          0.098418325 = score(doc=4467,freq=2.0), product of:
            0.13272417 = queryWeight, product of:
              4.1947007 = idf(docFreq=1811, maxDocs=44218)
              0.031640913 = queryNorm
            0.7415253 = fieldWeight in 4467, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              4.1947007 = idf(docFreq=1811, maxDocs=44218)
              0.125 = fieldNorm(doc=4467)
      0.13333334 = coord(2/15)
    
  3. Jin, L.; Zhu, H.; Hall, P.: Adequate testing of hypertext applications (1997) 0.01
    0.014860789 = product of:
      0.11145592 = sum of:
        0.06224675 = weight(_text_:software in 408) [ClassicSimilarity], result of:
          0.06224675 = score(doc=408,freq=4.0), product of:
            0.12552431 = queryWeight, product of:
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.031640913 = queryNorm
            0.49589399 = fieldWeight in 408, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.0625 = fieldNorm(doc=408)
        0.049209163 = weight(_text_:evaluation in 408) [ClassicSimilarity], result of:
          0.049209163 = score(doc=408,freq=2.0), product of:
            0.13272417 = queryWeight, product of:
              4.1947007 = idf(docFreq=1811, maxDocs=44218)
              0.031640913 = queryNorm
            0.37076265 = fieldWeight in 408, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              4.1947007 = idf(docFreq=1811, maxDocs=44218)
              0.0625 = fieldNorm(doc=408)
      0.13333334 = coord(2/15)
    
    Abstract
    Discusses 3 levels of requirements for testing hypertext applications: the validation of the information contained in each node of the hypertext; the verification of the correctness of the implementation of the links between the nodes; and the evaluation of the system structure for testing the usability. For each level of the requirements, proposes test adequacy criteria and gives algorithms for generating adequate test suites of minimum cost. Based on the analysis, develops a software testing tool to support the efficient management of a hypertext testing process
    Source
    Information and software technology. 39(1997) no.4, S.225-234
  4. Sindoni, G.: Incremental maintenance of hypertext views (1999) 0.01
    0.014764178 = product of:
      0.110731326 = sum of:
        0.036858454 = weight(_text_:web in 3966) [ClassicSimilarity], result of:
          0.036858454 = score(doc=3966,freq=4.0), product of:
            0.10326045 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.031640913 = queryNorm
            0.35694647 = fieldWeight in 3966, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.0546875 = fieldNorm(doc=3966)
        0.07387287 = weight(_text_:site in 3966) [ClassicSimilarity], result of:
          0.07387287 = score(doc=3966,freq=2.0), product of:
            0.1738463 = queryWeight, product of:
              5.494352 = idf(docFreq=493, maxDocs=44218)
              0.031640913 = queryNorm
            0.4249321 = fieldWeight in 3966, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              5.494352 = idf(docFreq=493, maxDocs=44218)
              0.0546875 = fieldNorm(doc=3966)
      0.13333334 = coord(2/15)
    
    Abstract
    A materialized hypertext view is a hypertext containing data coming from a database and whose pages are stored in files. A Web site presenting data coming from a database is an example of such a view, where the hypertext pages are HTML files. Even if the most popular approach to the generation of such sites is the virtual one, there is also a rationale for a materialized apporach. This paper deals with the maintenance issues required by these derived hypertext to enforce consistency between page content and database state
    Source
    The World Wide Web and Databases: International Workshop WebDB'98, Valencia, Spain, March 27-28, 1998, Selected papers. Eds.: P. Atzeni et al
  5. Schmolz, H.: Anaphora resolution and text retrieval : a lnguistic analysis of hypertexts (2013) 0.01
    0.014671214 = product of:
      0.1100341 = sum of:
        0.061511453 = weight(_text_:evaluation in 1810) [ClassicSimilarity], result of:
          0.061511453 = score(doc=1810,freq=2.0), product of:
            0.13272417 = queryWeight, product of:
              4.1947007 = idf(docFreq=1811, maxDocs=44218)
              0.031640913 = queryNorm
            0.4634533 = fieldWeight in 1810, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              4.1947007 = idf(docFreq=1811, maxDocs=44218)
              0.078125 = fieldNorm(doc=1810)
        0.048522647 = product of:
          0.097045295 = sum of:
            0.097045295 = weight(_text_:analyse in 1810) [ClassicSimilarity], result of:
              0.097045295 = score(doc=1810,freq=2.0), product of:
                0.16670908 = queryWeight, product of:
                  5.268782 = idf(docFreq=618, maxDocs=44218)
                  0.031640913 = queryNorm
                0.58212364 = fieldWeight in 1810, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  5.268782 = idf(docFreq=618, maxDocs=44218)
                  0.078125 = fieldNorm(doc=1810)
          0.5 = coord(1/2)
      0.13333334 = coord(2/15)
    
    Content
    Trägerin des VFI-Dissertationspreises 2014: "Überzeugende gründliche linguistische und quantitative Analyse eines im Information Retrieval bisher wenig beachteten Textelementes anhand eines eigens erstellten grossen Hypertextkorpus, einschliesslich der Evaluation selbsterstellter Auflösungsregeln für die Nutzung in künftigen IR-Systemen.".
  6. Nickerson, G.: World Wide Web : Hypertext from CERN (1992) 0.01
    0.0123002045 = product of:
      0.09225153 = sum of:
        0.055018872 = weight(_text_:software in 4535) [ClassicSimilarity], result of:
          0.055018872 = score(doc=4535,freq=2.0), product of:
            0.12552431 = queryWeight, product of:
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.031640913 = queryNorm
            0.43831247 = fieldWeight in 4535, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.078125 = fieldNorm(doc=4535)
        0.03723266 = weight(_text_:web in 4535) [ClassicSimilarity], result of:
          0.03723266 = score(doc=4535,freq=2.0), product of:
            0.10326045 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.031640913 = queryNorm
            0.36057037 = fieldWeight in 4535, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.078125 = fieldNorm(doc=4535)
      0.13333334 = coord(2/15)
    
    Abstract
    Describes WorldWideWeb (WWW) software developed at CERN to provide hypertext links to the resources on the Internet telecommunications network. Outlines how to access WWW, itd features and approach to handling of multiple document types on multiplatform servers and to multiple clients
  7. Kinnell, S.K.; Franklin, C.: Hypertext and hypercard : early development (2009) 0.01
    0.012085192 = product of:
      0.090638936 = sum of:
        0.03851321 = weight(_text_:software in 3788) [ClassicSimilarity], result of:
          0.03851321 = score(doc=3788,freq=2.0), product of:
            0.12552431 = queryWeight, product of:
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.031640913 = queryNorm
            0.30681872 = fieldWeight in 3788, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.0546875 = fieldNorm(doc=3788)
        0.052125722 = weight(_text_:web in 3788) [ClassicSimilarity], result of:
          0.052125722 = score(doc=3788,freq=8.0), product of:
            0.10326045 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.031640913 = queryNorm
            0.50479853 = fieldWeight in 3788, product of:
              2.828427 = tf(freq=8.0), with freq of:
                8.0 = termFreq=8.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.0546875 = fieldNorm(doc=3788)
      0.13333334 = coord(2/15)
    
    Abstract
    The ease of linking and hopping from one text to another that we associate today with the World Wide Web was implemented in a different context prior to the Web. The creation of "hypertext" has a long and interesting history prior to the Web, as this article demonstrates. At the time it was issued, the HyperCard software application was expected to be the foundation of a widely-used new means of information organization. We can see now that the key ideas of hypertext were present in HyperCard, without the ease of use of subsequent World Wide Web features.
  8. Aßfalg, R.: Integration eines offenen Hypertextsystems in den Internet-Mehrwertdienst World Wide Web : ein Ansatz unter Verwendung eines objektorientierten Datenbanksystems (1996) 0.01
    0.01095121 = product of:
      0.08213407 = sum of:
        0.052125722 = weight(_text_:web in 6562) [ClassicSimilarity], result of:
          0.052125722 = score(doc=6562,freq=2.0), product of:
            0.10326045 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.031640913 = queryNorm
            0.50479853 = fieldWeight in 6562, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.109375 = fieldNorm(doc=6562)
        0.030008348 = product of:
          0.060016695 = sum of:
            0.060016695 = weight(_text_:22 in 6562) [ClassicSimilarity], result of:
              0.060016695 = score(doc=6562,freq=2.0), product of:
                0.110801086 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.031640913 = queryNorm
                0.5416616 = fieldWeight in 6562, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.109375 = fieldNorm(doc=6562)
          0.5 = coord(1/2)
      0.13333334 = coord(2/15)
    
    Date
    22. 2.1997 19:40:31
  9. E-Text : Strategien und Kompetenzen. Elektronische Kommunikation in Wissenschaft, Bildung und Beruf (2001) 0.01
    0.010918051 = product of:
      0.054590255 = sum of:
        0.031123376 = weight(_text_:software in 622) [ClassicSimilarity], result of:
          0.031123376 = score(doc=622,freq=4.0), product of:
            0.12552431 = queryWeight, product of:
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.031640913 = queryNorm
            0.24794699 = fieldWeight in 622, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.03125 = fieldNorm(doc=622)
        0.014893063 = weight(_text_:web in 622) [ClassicSimilarity], result of:
          0.014893063 = score(doc=622,freq=2.0), product of:
            0.10326045 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.031640913 = queryNorm
            0.14422815 = fieldWeight in 622, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.03125 = fieldNorm(doc=622)
        0.008573813 = product of:
          0.017147627 = sum of:
            0.017147627 = weight(_text_:22 in 622) [ClassicSimilarity], result of:
              0.017147627 = score(doc=622,freq=2.0), product of:
                0.110801086 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.031640913 = queryNorm
                0.15476047 = fieldWeight in 622, 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=622)
          0.5 = coord(1/2)
      0.2 = coord(3/15)
    
    Abstract
    Elektronische Produktion, Verbreitung und Rezeption von Texten - deren integrative Wechselbeziehungen eingeschlossen - verändern unausweichlich unsere Forschungs-, Lernund Arbeitsbedingungen. In diesem Wandel braucht es Orientierung, Strategien und Kompetenzen. Dieser Band bietet sie in interdisziplinärer Vielfalt. Teil 1 befaßt sich mit Wissen und Wissenschaft. Er spannt den Bogen der Medientheorie von der Antike bis ins 21. Jahrhundert und bietet einen konstruktivistischen Ansatz für das Wissensmanagement. Textsortenkonventionen und Hypertext sind ebenso Schwerpunkte wie empiriegestützte Guidelines und innovative Werkzeuge für das wissenschaftliche Arbeiten. Teil 2 ist Lernumgebungen gewidmet. Reflexionen zur Theorie von hypermedialem Lernen und Kognition werden ergänzt durch ein Produktionssystem für interaktive Software. Eine Felduntersuchungvergleicht Varianten kooperativen Schreibens, ein Schreibdidaktik-Projekt vermittelt zwischen Studium und Beruf. Teil 3 vereint unter dem Titel «Domänen der Praxis» empirische Erhebungen zur Text(re)produktion und elektronischen Kommunikation im Berufsalltag, die Konzeption eines Werkzeugs für die Übersetzungsarbeit und den Ausblick auf kulturspezifische Web-Sites in der Wirtschaft.
    Content
    Aus dem Inhalt: Peter Handler: Das E zum Text. Einführung - Eva-Maria Jakobs: Textproduktion im 21. Jahrhundert - Christoph Sauer: Vom «Alten» im «Neuen». Zur Bestimmung der Integration früherer Medienentwicklungen in multimediale Textgestaltungen - Eva Martha Eckkrammer: Textsortenkonventionen im Medienwechsel - Guido Ipsen: Pragmatik des Hypertextes. Linguistische Aspekte WWW-gebundener Informationsmedien als designtechnisches Instrument - Rolf Todesco: MailTack - Individuelles Wissensmanagement - Carsten Hausdorf/Herbert Stoyan: ScientiFix - ein modellbasiertes Werkzeug zur integrierten Rezeption und Produktion wissenschaftlicher Texte - Dagmar Knorr: Von der Dissertationsschrift zur Publikation oder: Wie wird aus einem Manuskript ein Buch? -Jörg Zumbach/Peter Reimann: Hypermediales Lernen und Kognition. Anforderungen an Lernende und Gestaltende - Bernd Gaede: Konventionalisierung der Gestaltung multimedialer Software durch Automatisierung. Ein Produktionssystem für interaktive Lernsoftware - Helmut Felix Friedrich/Aemilian Hron/Sigmar-Olaf Tergan/Thomas Jechle: Unterstützung kooperativen Schreibens in virtuellen Lernumgebungen - Katrin Lehnen/Kirsten Schindler: Schreiben zwischen Studium und Beruf. Zur didaktischen Vermittlung domänetispezifischer Schreibanforderungen in der Hochschulausbildung - Daniel Perrin: «Wir tun uns hier mal um den Inhalt herummogeln». Strategien computergestützter Textreproduktion beim Nachrichtenschreiben - Horst Silberhom: Das Projekt ForeignSGML. Übersetzungsunterstützung bei technischer Dokumentation - Karl-Heinz Pogner/Anne-Marie Soderberg: Organisationsinterne `E-Mail an alle'-Kommunikation: Informationsübertragung oder Kommunikationsraum? - Marc Rittberger/Frank Zimmermann: Wirtschaftliche und kommunikative Aspekte eines internen Kommunikationsforums in einem Unternehmen der Medienindustrie - Rogier Crijns: Elemente textuellen Appellierens in der digitalen Produktwerbung. Textgestaltung und kulturspezifische Appellformen in Webvertising.
    Date
    12. 8.2012 18:05:22
  10. Phelan, C.A.: ¬The Dickens House Museum Library : a hypermedia prototype (1992) 0.01
    0.010876165 = product of:
      0.08157123 = sum of:
        0.03851321 = weight(_text_:software in 1168) [ClassicSimilarity], result of:
          0.03851321 = score(doc=1168,freq=2.0), product of:
            0.12552431 = queryWeight, product of:
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.031640913 = queryNorm
            0.30681872 = fieldWeight in 1168, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.0546875 = fieldNorm(doc=1168)
        0.04305802 = weight(_text_:evaluation in 1168) [ClassicSimilarity], result of:
          0.04305802 = score(doc=1168,freq=2.0), product of:
            0.13272417 = queryWeight, product of:
              4.1947007 = idf(docFreq=1811, maxDocs=44218)
              0.031640913 = queryNorm
            0.32441732 = fieldWeight in 1168, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              4.1947007 = idf(docFreq=1811, maxDocs=44218)
              0.0546875 = fieldNorm(doc=1168)
      0.13333334 = coord(2/15)
    
    Abstract
    The subject of a recent MA thesis in library and information studies is the development of a prototype scholars workstation for presentation of materials, in a hypermedia format, from the Dickens House Museum Library, London. Type and number of materials is provided. Basic hypertext features and authoring attributes of the hypermedia software used, Guide 3.0 for Windows, are described and the time factors inherent in research, planning and development of such a project are emphasized. Elements of screen design are described and presentation of textual and visual materials are provided with accompanying illustrations of navigational pathways. Testing of the prototype is described, including the test sample, the questionnaire and evaluation form, and brief conclusions
  11. Macnee, C.A.: Presenting dynamically expandable hypermedia (1995) 0.01
    0.0095606195 = product of:
      0.07170464 = sum of:
        0.033011325 = weight(_text_:software in 2795) [ClassicSimilarity], result of:
          0.033011325 = score(doc=2795,freq=2.0), product of:
            0.12552431 = queryWeight, product of:
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.031640913 = queryNorm
            0.2629875 = fieldWeight in 2795, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.046875 = fieldNorm(doc=2795)
        0.038693316 = weight(_text_:web in 2795) [ClassicSimilarity], result of:
          0.038693316 = score(doc=2795,freq=6.0), product of:
            0.10326045 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.031640913 = queryNorm
            0.37471575 = fieldWeight in 2795, product of:
              2.4494898 = tf(freq=6.0), with freq of:
                6.0 = termFreq=6.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.046875 = fieldNorm(doc=2795)
      0.13333334 = coord(2/15)
    
    Abstract
    The Multimedia Information Presentation System (MIPS) will allow end users to browse multimedia information presented in a user friendly and consistent manner. In its most powerful configuration, it will allow the end user to formulate queires which are interpreted, analyzed, and dispatched by the system to heterogeneous distributed external data sources, and to view a coherent and customized presentation of the data retrieved as answers. Data are stored in, or referenced from, a set of hyperdocuments conforming to the ISO standards HyTime and SGML. The hyperdocuments constitute an information web which may be dynamically expanded to accomodate retrieved data. The web navigation structure, structure of information nodes, specification of presentation mechanisms, specification of presentation tools, and data are separable and potentially reusable for different applications, different activities within an application, or different environments. Outlines the intended functionality and the design of MIPS, with particular reference to the structure and function of the hypermedia web and the role of the knowledge base system module in its dynamic expansion
    Source
    Information and software technology. 37(1995) no.7, S.339-350
  12. Flanders, B.: Hypertext multimedia software : Bell Atlantic DocuSource (1993) 0.01
    0.009482454 = product of:
      0.0711184 = sum of:
        0.01609953 = product of:
          0.03219906 = sum of:
            0.03219906 = weight(_text_:online in 4580) [ClassicSimilarity], result of:
              0.03219906 = score(doc=4580,freq=2.0), product of:
                0.096027054 = queryWeight, product of:
                  3.0349014 = idf(docFreq=5778, maxDocs=44218)
                  0.031640913 = queryNorm
                0.33531237 = fieldWeight in 4580, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.0349014 = idf(docFreq=5778, maxDocs=44218)
                  0.078125 = fieldNorm(doc=4580)
          0.5 = coord(1/2)
        0.055018872 = weight(_text_:software in 4580) [ClassicSimilarity], result of:
          0.055018872 = score(doc=4580,freq=2.0), product of:
            0.12552431 = queryWeight, product of:
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.031640913 = queryNorm
            0.43831247 = fieldWeight in 4580, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.9671519 = idf(docFreq=2274, maxDocs=44218)
              0.078125 = fieldNorm(doc=4580)
      0.13333334 = coord(2/15)
    
    Abstract
    Describes the Bell Atlantic DocuSource System, a hypertext informaton system designed to assist in the preparation, editing and delivery of text and images online. It will enable the conversion of volumes of print documents into interactice electronic libraries. Describes its functionality and possible uses
  13. Spertus, E.: ParaSite : mining structural information on the Web (1997) 0.01
    0.009165162 = product of:
      0.068738714 = sum of:
        0.051591087 = weight(_text_:web in 2740) [ClassicSimilarity], result of:
          0.051591087 = score(doc=2740,freq=6.0), product of:
            0.10326045 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.031640913 = queryNorm
            0.49962097 = fieldWeight in 2740, product of:
              2.4494898 = tf(freq=6.0), with freq of:
                6.0 = termFreq=6.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.0625 = fieldNorm(doc=2740)
        0.017147627 = product of:
          0.034295253 = sum of:
            0.034295253 = weight(_text_:22 in 2740) [ClassicSimilarity], result of:
              0.034295253 = score(doc=2740,freq=2.0), product of:
                0.110801086 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.031640913 = queryNorm
                0.30952093 = fieldWeight in 2740, 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=2740)
          0.5 = coord(1/2)
      0.13333334 = coord(2/15)
    
    Abstract
    Discusses the varieties of link information on the WWW, how the Web differs from conventional hypertext, and how the links can be exploited to build useful applications. Specific applications presented as part of the ParaSite system find individuals' homepages, new locations of moved pages and unindexed information
    Date
    1. 8.1996 22:08:06
    Footnote
    Contribution to a special issue of papers from the 6th International World Wide Web conference, held 7-11 Apr 1997, Santa Clara, California
  14. Schwab, P.: Wissensvermittlung und neue Technologien : ein medienpsychologischer Beitrag (1996) 0.01
    0.008699492 = product of:
      0.13049237 = sum of:
        0.13049237 = weight(_text_:soziale in 588) [ClassicSimilarity], result of:
          0.13049237 = score(doc=588,freq=2.0), product of:
            0.19331455 = queryWeight, product of:
              6.1096387 = idf(docFreq=266, maxDocs=44218)
              0.031640913 = queryNorm
            0.6750261 = fieldWeight in 588, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              6.1096387 = idf(docFreq=266, maxDocs=44218)
              0.078125 = fieldNorm(doc=588)
      0.06666667 = coord(1/15)
    
    Source
    Mediale Klassengesellschaft? Politische und soziale Folgen der Medienentwicklung. Hrsg.: M. Jäckel a.a
  15. Machovec, G.S.: World Wide Web : accessing the Internet (1993) 0.01
    0.008596095 = product of:
      0.06447071 = sum of:
        0.012879624 = product of:
          0.025759248 = sum of:
            0.025759248 = weight(_text_:online in 4534) [ClassicSimilarity], result of:
              0.025759248 = score(doc=4534,freq=2.0), product of:
                0.096027054 = queryWeight, product of:
                  3.0349014 = idf(docFreq=5778, maxDocs=44218)
                  0.031640913 = queryNorm
                0.2682499 = fieldWeight in 4534, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.0349014 = idf(docFreq=5778, maxDocs=44218)
                  0.0625 = fieldNorm(doc=4534)
          0.5 = coord(1/2)
        0.051591087 = weight(_text_:web in 4534) [ClassicSimilarity], result of:
          0.051591087 = score(doc=4534,freq=6.0), product of:
            0.10326045 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.031640913 = queryNorm
            0.49962097 = fieldWeight in 4534, product of:
              2.4494898 = tf(freq=6.0), with freq of:
                6.0 = termFreq=6.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.0625 = fieldNorm(doc=4534)
      0.13333334 = coord(2/15)
    
    Abstract
    The World Wide Web (WWW) is one of the newest tools available to assist in the navigation of the Internet. As with other client/server network tools such as Gopher and WAIS, developments with the Web are in a dynamic state of change. Basically, WWW is an effort to organize information on the Internet plus local information into a set of hypertext documents; a person navigates the network by moving from one document to another via a set of hypertext links
    Source
    Online libraries and microcomputers. 11(1993) no.1, S.1-4
  16. Pollard, R.: Hypertext presentation of thesauri used in on-line searching (1990) 0.01
    0.008278506 = product of:
      0.062088788 = sum of:
        0.012879624 = product of:
          0.025759248 = sum of:
            0.025759248 = weight(_text_:online in 4892) [ClassicSimilarity], result of:
              0.025759248 = score(doc=4892,freq=2.0), product of:
                0.096027054 = queryWeight, product of:
                  3.0349014 = idf(docFreq=5778, maxDocs=44218)
                  0.031640913 = queryNorm
                0.2682499 = fieldWeight in 4892, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.0349014 = idf(docFreq=5778, maxDocs=44218)
                  0.0625 = fieldNorm(doc=4892)
          0.5 = coord(1/2)
        0.049209163 = weight(_text_:evaluation in 4892) [ClassicSimilarity], result of:
          0.049209163 = score(doc=4892,freq=2.0), product of:
            0.13272417 = queryWeight, product of:
              4.1947007 = idf(docFreq=1811, maxDocs=44218)
              0.031640913 = queryNorm
            0.37076265 = fieldWeight in 4892, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              4.1947007 = idf(docFreq=1811, maxDocs=44218)
              0.0625 = fieldNorm(doc=4892)
      0.13333334 = coord(2/15)
    
    Abstract
    Explores the strengths and limitations of hypertext for the online presentation of thesauri used in information retrieval. Examines the ability of hypertext to support each of 3 common types of thesaurus display: graphic, alphabetical, and hierarchical. Presents a design for a hypertext-based hierarchical display that addresses many inadequacies of printed hierarchical displays. Ullustrates how the design might be implemented using a commercially available hypertext system. Considers issues related to the implementation and evaluation of hypertext-based thesauri
  17. Philips, R.: HyperLib : a hypertext interface to a library information system (1995) 0.01
    0.008278506 = product of:
      0.062088788 = sum of:
        0.012879624 = product of:
          0.025759248 = sum of:
            0.025759248 = weight(_text_:online in 2372) [ClassicSimilarity], result of:
              0.025759248 = score(doc=2372,freq=2.0), product of:
                0.096027054 = queryWeight, product of:
                  3.0349014 = idf(docFreq=5778, maxDocs=44218)
                  0.031640913 = queryNorm
                0.2682499 = fieldWeight in 2372, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.0349014 = idf(docFreq=5778, maxDocs=44218)
                  0.0625 = fieldNorm(doc=2372)
          0.5 = coord(1/2)
        0.049209163 = weight(_text_:evaluation in 2372) [ClassicSimilarity], result of:
          0.049209163 = score(doc=2372,freq=2.0), product of:
            0.13272417 = queryWeight, product of:
              4.1947007 = idf(docFreq=1811, maxDocs=44218)
              0.031640913 = queryNorm
            0.37076265 = fieldWeight in 2372, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              4.1947007 = idf(docFreq=1811, maxDocs=44218)
              0.0625 = fieldNorm(doc=2372)
      0.13333334 = coord(2/15)
    
    Abstract
    Outlines the progress of HyperLib, research which began in 1993 to develop a hypertext interface to the online catalogue and other databases at the University of Antwerp. A human factors oriented design methodology was adopted. A user survey was carried out. The project has focused on development of electronic guides and manual and interfaces to access an academic bibliography database and the UDC subject classification scheme. Evaluation is being carried out in 1995
  18. Hekmatpour, A.: ¬An adaptive presentation model for hypermedia information systems (1995) 0.01
    0.008278506 = product of:
      0.062088788 = sum of:
        0.012879624 = product of:
          0.025759248 = sum of:
            0.025759248 = weight(_text_:online in 4721) [ClassicSimilarity], result of:
              0.025759248 = score(doc=4721,freq=2.0), product of:
                0.096027054 = queryWeight, product of:
                  3.0349014 = idf(docFreq=5778, maxDocs=44218)
                  0.031640913 = queryNorm
                0.2682499 = fieldWeight in 4721, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  3.0349014 = idf(docFreq=5778, maxDocs=44218)
                  0.0625 = fieldNorm(doc=4721)
          0.5 = coord(1/2)
        0.049209163 = weight(_text_:evaluation in 4721) [ClassicSimilarity], result of:
          0.049209163 = score(doc=4721,freq=2.0), product of:
            0.13272417 = queryWeight, product of:
              4.1947007 = idf(docFreq=1811, maxDocs=44218)
              0.031640913 = queryNorm
            0.37076265 = fieldWeight in 4721, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              4.1947007 = idf(docFreq=1811, maxDocs=44218)
              0.0625 = fieldNorm(doc=4721)
      0.13333334 = coord(2/15)
    
    Abstract
    Presents a 3 facet adaptive authoring model for online hypermedia information systems. It provides spatial reconfiguration of the presentation objects based on activation frequency, information content customization based on author specified criteria, and hypergraphic network optimization based on usage. Discusses the theory underlying the model, its architecture and hypermedia structure, and provides a preliminary quantitative measure and evaluation of its impact on authoring time, as well as study time
  19. Milosavljevic, M.; Oberlander, J.: Dynamic catalogues on the WWW (1998) 0.01
    0.0079028765 = product of:
      0.05927157 = sum of:
        0.042123944 = weight(_text_:web in 3594) [ClassicSimilarity], result of:
          0.042123944 = score(doc=3594,freq=4.0), product of:
            0.10326045 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.031640913 = queryNorm
            0.4079388 = fieldWeight in 3594, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.0625 = fieldNorm(doc=3594)
        0.017147627 = product of:
          0.034295253 = sum of:
            0.034295253 = weight(_text_:22 in 3594) [ClassicSimilarity], result of:
              0.034295253 = score(doc=3594,freq=2.0), product of:
                0.110801086 = queryWeight, product of:
                  3.5018296 = idf(docFreq=3622, maxDocs=44218)
                  0.031640913 = queryNorm
                0.30952093 = fieldWeight in 3594, 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=3594)
          0.5 = coord(1/2)
      0.13333334 = coord(2/15)
    
    Abstract
    Natural language generation techniques can be used to dynamically produce hypertext dynamic catalogues on the Web, resulting in DYNAMIC HYPERTEXT. A dynamic hypertext document can be tailored more precisely to a particular user's needs and background, thus helping the user to search more effectively. Describes the automatic generation of WWW documents and illustrates with 2 implemented systems
    Date
    1. 8.1996 22:08:06
    Footnote
    Contribution to a special issue devoted to the Proceedings of the 7th International World Wide Web Conference, held 14-18 April 1998, Brisbane, Australia
  20. Barabási, A.-L.: Linked: The New Science of Networks (2002) 0.01
    0.007827168 = product of:
      0.058703758 = sum of:
        0.045672327 = weight(_text_:soziale in 2015) [ClassicSimilarity], result of:
          0.045672327 = score(doc=2015,freq=2.0), product of:
            0.19331455 = queryWeight, product of:
              6.1096387 = idf(docFreq=266, maxDocs=44218)
              0.031640913 = queryNorm
            0.23625913 = fieldWeight in 2015, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              6.1096387 = idf(docFreq=266, maxDocs=44218)
              0.02734375 = fieldNorm(doc=2015)
        0.013031431 = weight(_text_:web in 2015) [ClassicSimilarity], result of:
          0.013031431 = score(doc=2015,freq=2.0), product of:
            0.10326045 = queryWeight, product of:
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.031640913 = queryNorm
            0.12619963 = fieldWeight in 2015, product of:
              1.4142135 = tf(freq=2.0), with freq of:
                2.0 = termFreq=2.0
              3.2635105 = idf(docFreq=4597, maxDocs=44218)
              0.02734375 = fieldNorm(doc=2015)
      0.13333334 = coord(2/15)
    
    Footnote
    Rez. in: nfd 54(2003) H.8, S.497 (T. Mandl): "Gesetze der digitalen Anarchie - Hyperlinks im Internet entstehen als Ergebnis sozialer Prozesse und können auch als formaler Graph im Sinne der Mathematik interpretiert werden. Die Thematik Hyperlinks ist im Information Retrieval höchst aktuell, da Suchmaschinen die Link-Struktur bei der Berechnung ihrer Ergebnisse berücksichtigen. Algorithmen zur Bestimmung des "guten Rufs" einer Seite wie etwa PageRank von Google gewichten eine Seite höher, wenn viele links auf sie verweisen. Barabási erklärt dem Leser seines Buches darüber hinaus noch, wie es zu solchen Phänomenen kommt. Soziale Prozesse im Netz wirken so, dass bereits bekannte Seiten mit größerer Wahrscheinlichkeit auch wieder weitere Links oder neue Besucher anziehen. Barabási ist Physiker an der Notre-Dame University und ihm fehlt ebenso wie Huberman die informationswissenschaftliche Perspektive. Er fragt also kaum, wie kann das Wissen über Netzwerke zu Verbesserungen in Informationssystemen führen, die Benutzerbedürfnisse besser erfüllen. Gleichwohl lohnt sich die Lektüre auch für Informationswissenschaftler. Barabäsi stellt die aktuelle Forschung zur Netzwerkstruktur des Internets auf einfache Weise fast ohne Zugeständnisse an Aktualität und Komplexität dar. Wie Huberman verzichtet auch er weitgehend auf Formeln und andere Formalismen. Der in Ungarn geborene Barabási lässt darüber hinaus keine Anekdote aus, sei es über die Begründer der Graphen-Theorie, im peer-review abgelehnte Beiträge und persönliche Begegnungen mit anderen Forschern. Barabási beginnt mit einfachen Netzwerkstrukturen und schreitet didaktisch über internet-ähnliche Netzwerke weiter zu Anwendungen und praktischen Beispielen aus unterschiedlichsten Disziplinen. Er schafft mit seinem Buch "Linked" unter anderem Links zwischen der ungarischen Literatur, dem I-Love-You Computer-Virus, der Verbreitung von Aids, den Theorien Einsteins, den Aufsichtsräten der wichtigsten amerikanischen Firmen, dem Al-Qaeda-Netzwerk und der Struktur und der Funktion biologischer Zellen. Zu Beginn seines Buches berichtet Barabási von sogenannten kleinen Welten, in denen viele Objekte über wenige Verbindungen zusammenhängen. Ein Blick in den eigenen größeren Bekanntenkreis mag bestätigen, dass viele Menschen über wenige Schritte zwischen Bekannten erreichbar sind. Sowohl Barabäsi als auch Huberman gehen auf die Geschichte des ersten sozialwissenschaftlichen Experiments zu diesem Thema ein, das in den 1960er Jahren versuchte, die Anzahl von Schritten zwischen gemeinsamen Bekannten zu bestimmen, welche vom Mittleren Westen der USA an die Ostküste führt. Die genauere Struktur solcher Systeme, in denen manche Knoten weitaus mehr Beziehungen zu anderen eingehen als der Durchschnitt, führt hin zum Internet. Im Web lässt sich keineswegs immer ein Pfad zwischen zwei Knoten finden, wie noch vor wenigen Jahren vermutet wurde. Die durchschnittliche Entfernung war damals noch mit 19 Klicks berechnet worden. Vielmehr herrscht eine differenziertere Struktur, die Barabási vorstellt und in der zahlreiche Seiten in Sackgassen führen. Huberman wie Barabási diskutieren auch negative Aspekte des Internet. Während Huberman die Wartezeiten und Staus bei Downloads analysiert, bespricht Barabási die rasante Verbreitung von ComputerViren und weist auf die Grundlagen für diese Gefährdung hin. Das vorletzte Kapitel widmen übrigens beide Autoren den Märkten im Internet. Spätestens hier werden die wirtschaftlichen Aspekte von Netzwerken deutlich. Beide Titel führen den Leser in die neue Forschung zur Struktur des Internet als Netzwerk und sind leicht lesbar. Beides sind wissenschaftliche Bücher, wenden sich aber auch an den interessierten Laien. Das Buch von Barabási ist etwas aktueller, plauderhafter, länger, umfassender und etwas populärwissenschaftlicher."

Years

Languages

  • e 122
  • d 28
  • f 1
  • m 1
  • p 1
  • More… Less…

Types

  • a 126
  • m 17
  • s 6
  • x 4
  • r 2
  • b 1
  • d 1
  • More… Less…