Search (808 results, page 1 of 41)

  • × language_ss:"e"
  • × year_i:[2010 TO 2020}
  1. Zhu, W.Z.; Allen, R.B.: Document clustering using the LSI subspace signature model (2013) 0.05
    0.051791668 = product of:
      0.103583336 = sum of:
        0.103583336 = sum of:
          0.06658822 = weight(_text_:k in 690) [ClassicSimilarity], result of:
            0.06658822 = score(doc=690,freq=6.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.40988132 = fieldWeight in 690, product of:
                2.4494898 = tf(freq=6.0), with freq of:
                  6.0 = termFreq=6.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.046875 = fieldNorm(doc=690)
          0.036995113 = weight(_text_:22 in 690) [ClassicSimilarity], result of:
            0.036995113 = score(doc=690,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.23214069 = fieldWeight in 690, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046875 = fieldNorm(doc=690)
      0.5 = coord(1/2)
    
    Abstract
    We describe the latent semantic indexing subspace signature model (LSISSM) for semantic content representation of unstructured text. Grounded on singular value decomposition, the model represents terms and documents by the distribution signatures of their statistical contribution across the top-ranking latent concept dimensions. LSISSM matches term signatures with document signatures according to their mapping coherence between latent semantic indexing (LSI) term subspace and LSI document subspace. LSISSM does feature reduction and finds a low-rank approximation of scalable and sparse term-document matrices. Experiments demonstrate that this approach significantly improves the performance of major clustering algorithms such as standard K-means and self-organizing maps compared with the vector space model and the traditional LSI model. The unique contribution ranking mechanism in LSISSM also improves the initialization of standard K-means compared with random seeding procedure, which sometimes causes low efficiency and effectiveness of clustering. A two-stage initialization strategy based on LSISSM significantly reduces the running time of standard K-means procedures.
    Date
    23. 3.2013 13:22:36
  2. Gödert, W.; Hubrich, J.; Nagelschmidt, M.: Semantic knowledge representation for information retrieval (2014) 0.05
    0.045682084 = product of:
      0.09136417 = sum of:
        0.09136417 = sum of:
          0.054369055 = weight(_text_:k in 987) [ClassicSimilarity], result of:
            0.054369055 = score(doc=987,freq=4.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.33466667 = fieldWeight in 987, product of:
                2.0 = tf(freq=4.0), with freq of:
                  4.0 = termFreq=4.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.046875 = fieldNorm(doc=987)
          0.036995113 = weight(_text_:22 in 987) [ClassicSimilarity], result of:
            0.036995113 = score(doc=987,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.23214069 = fieldWeight in 987, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046875 = fieldNorm(doc=987)
      0.5 = coord(1/2)
    
    Classification
    BCA (FH K)
    Date
    23. 7.2017 13:49:22
    GHBS
    BCA (FH K)
  3. Zanibbi, R.; Yuan, B.: Keyword and image-based retrieval for mathematical expressions (2011) 0.05
    0.045682084 = product of:
      0.09136417 = sum of:
        0.09136417 = sum of:
          0.054369055 = weight(_text_:k in 3449) [ClassicSimilarity], result of:
            0.054369055 = score(doc=3449,freq=4.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.33466667 = fieldWeight in 3449, product of:
                2.0 = tf(freq=4.0), with freq of:
                  4.0 = termFreq=4.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.046875 = fieldNorm(doc=3449)
          0.036995113 = weight(_text_:22 in 3449) [ClassicSimilarity], result of:
            0.036995113 = score(doc=3449,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.23214069 = fieldWeight in 3449, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046875 = fieldNorm(doc=3449)
      0.5 = coord(1/2)
    
    Abstract
    Two new methods for retrieving mathematical expressions using conventional keyword search and expression images are presented. An expression-level TF-IDF (term frequency-inverse document frequency) approach is used for keyword search, where queries and indexed expressions are represented by keywords taken from LATEX strings. TF-IDF is computed at the level of individual expressions rather than documents to increase the precision of matching. The second retrieval technique is a form of Content-Base Image Retrieval (CBIR). Expressions are segmented into connected components, and then components in the query expression and each expression in the collection are matched using contour and density features, aspect ratios, and relative positions. In an experiment using ten randomly sampled queries from a corpus of over 22,000 expressions, precision-at-k (k= 20) for the keyword-based approach was higher (keyword: µ= 84.0,s= 19.0, image-based:µ= 32.0,s= 30.7), but for a few of the queries better results were obtained using a combination of the two techniques.
    Date
    22. 2.2017 12:53:49
  4. Börner, K.: Atlas of knowledge : anyone can map (2015) 0.05
    0.045381866 = product of:
      0.09076373 = sum of:
        0.09076373 = sum of:
          0.03844473 = weight(_text_:k in 3355) [ClassicSimilarity], result of:
            0.03844473 = score(doc=3355,freq=2.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.23664509 = fieldWeight in 3355, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.046875 = fieldNorm(doc=3355)
          0.052318998 = weight(_text_:22 in 3355) [ClassicSimilarity], result of:
            0.052318998 = score(doc=3355,freq=4.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.32829654 = fieldWeight in 3355, product of:
                2.0 = tf(freq=4.0), with freq of:
                  4.0 = termFreq=4.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046875 = fieldNorm(doc=3355)
      0.5 = coord(1/2)
    
    Date
    22. 1.2017 16:54:03
    22. 1.2017 17:10:56
  5. Kleineberg, M.: Context analysis and context indexing : formal pragmatics in knowledge organization (2014) 0.05
    0.045175306 = product of:
      0.09035061 = sum of:
        0.09035061 = product of:
          0.36140245 = sum of:
            0.36140245 = weight(_text_:3a in 1826) [ClassicSimilarity], result of:
              0.36140245 = score(doc=1826,freq=2.0), product of:
                0.38582653 = queryWeight, product of:
                  8.478011 = idf(docFreq=24, maxDocs=44218)
                  0.045509085 = queryNorm
                0.93669677 = fieldWeight in 1826, product of:
                  1.4142135 = tf(freq=2.0), with freq of:
                    2.0 = termFreq=2.0
                  8.478011 = idf(docFreq=24, maxDocs=44218)
                  0.078125 = fieldNorm(doc=1826)
          0.25 = coord(1/4)
      0.5 = coord(1/2)
    
    Source
    http://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0CDQQFjAE&url=http%3A%2F%2Fdigbib.ubka.uni-karlsruhe.de%2Fvolltexte%2Fdocuments%2F3131107&ei=HzFWVYvGMsiNsgGTyoFI&usg=AFQjCNE2FHUeR9oQTQlNC4TPedv4Mo3DaQ&sig2=Rlzpr7a3BLZZkqZCXXN_IA&bvm=bv.93564037,d.bGg&cad=rja
  6. Deokattey, S.; Sharma, S.B.K.; Kumar, G.R.; Bhanumurthy, K.: Knowledge organization research : an overview (2015) 0.04
    0.04400658 = product of:
      0.08801316 = sum of:
        0.08801316 = sum of:
          0.044852186 = weight(_text_:k in 2092) [ClassicSimilarity], result of:
            0.044852186 = score(doc=2092,freq=2.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.27608594 = fieldWeight in 2092, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.0546875 = fieldNorm(doc=2092)
          0.043160968 = weight(_text_:22 in 2092) [ClassicSimilarity], result of:
            0.043160968 = score(doc=2092,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.2708308 = fieldWeight in 2092, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.0546875 = fieldNorm(doc=2092)
      0.5 = coord(1/2)
    
    Date
    22. 6.2015 16:13:38
  7. Snow, K.; Hoffman, G.L.: What makes an effective cataloging course? : a study of the factors that promote learning (2015) 0.04
    0.04400658 = product of:
      0.08801316 = sum of:
        0.08801316 = sum of:
          0.044852186 = weight(_text_:k in 2609) [ClassicSimilarity], result of:
            0.044852186 = score(doc=2609,freq=2.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.27608594 = fieldWeight in 2609, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.0546875 = fieldNorm(doc=2609)
          0.043160968 = weight(_text_:22 in 2609) [ClassicSimilarity], result of:
            0.043160968 = score(doc=2609,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.2708308 = fieldWeight in 2609, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.0546875 = fieldNorm(doc=2609)
      0.5 = coord(1/2)
    
    Date
    10. 9.2000 17:38:22
  8. Hjoerland, B.: Theories of knowledge organization - theories of knowledge (2017) 0.04
    0.04400658 = product of:
      0.08801316 = sum of:
        0.08801316 = sum of:
          0.044852186 = weight(_text_:k in 3494) [ClassicSimilarity], result of:
            0.044852186 = score(doc=3494,freq=2.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.27608594 = fieldWeight in 3494, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.0546875 = fieldNorm(doc=3494)
          0.043160968 = weight(_text_:22 in 3494) [ClassicSimilarity], result of:
            0.043160968 = score(doc=3494,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.2708308 = fieldWeight in 3494, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.0546875 = fieldNorm(doc=3494)
      0.5 = coord(1/2)
    
    Pages
    S.22-36
    Source
    Theorie, Semantik und Organisation von Wissen: Proceedings der 13. Tagung der Deutschen Sektion der Internationalen Gesellschaft für Wissensorganisation (ISKO) und dem 13. Internationalen Symposium der Informationswissenschaft der Higher Education Association for Information Science (HI) Potsdam (19.-20.03.2013): 'Theory, Information and Organization of Knowledge' / Proceedings der 14. Tagung der Deutschen Sektion der Internationalen Gesellschaft für Wissensorganisation (ISKO) und Natural Language & Information Systems (NLDB) Passau (16.06.2015): 'Lexical Resources for Knowledge Organization' / Proceedings des Workshops der Deutschen Sektion der Internationalen Gesellschaft für Wissensorganisation (ISKO) auf der SEMANTICS Leipzig (1.09.2014): 'Knowledge Organization and Semantic Web' / Proceedings des Workshops der Polnischen und Deutschen Sektion der Internationalen Gesellschaft für Wissensorganisation (ISKO) Cottbus (29.-30.09.2011): 'Economics of Knowledge Production and Organization'. Hrsg. von W. Babik, H.P. Ohly u. K. Weber
  9. Stvilia, B.; Hinnant, C.C.; Schindler, K.; Worrall, A.; Burnett, G.; Burnett, K.; Kazmer, M.M.; Marty, P.F.: Composition of scientific teams and publication productivity at a national science lab (2011) 0.04
    0.038068406 = product of:
      0.07613681 = sum of:
        0.07613681 = sum of:
          0.045307547 = weight(_text_:k in 4191) [ClassicSimilarity], result of:
            0.045307547 = score(doc=4191,freq=4.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.2788889 = fieldWeight in 4191, product of:
                2.0 = tf(freq=4.0), with freq of:
                  4.0 = termFreq=4.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.0390625 = fieldNorm(doc=4191)
          0.030829264 = weight(_text_:22 in 4191) [ClassicSimilarity], result of:
            0.030829264 = score(doc=4191,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.19345059 = fieldWeight in 4191, 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=4191)
      0.5 = coord(1/2)
    
    Date
    22. 1.2011 13:19:42
  10. Martin, K.; Shilton, K.: Why experience matters to privacy : how context-based experience moderates consumer privacy expectations for mobile applications (2016) 0.04
    0.038068406 = product of:
      0.07613681 = sum of:
        0.07613681 = sum of:
          0.045307547 = weight(_text_:k in 3045) [ClassicSimilarity], result of:
            0.045307547 = score(doc=3045,freq=4.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.2788889 = fieldWeight in 3045, product of:
                2.0 = tf(freq=4.0), with freq of:
                  4.0 = termFreq=4.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.0390625 = fieldNorm(doc=3045)
          0.030829264 = weight(_text_:22 in 3045) [ClassicSimilarity], result of:
            0.030829264 = score(doc=3045,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.19345059 = fieldWeight in 3045, 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=3045)
      0.5 = coord(1/2)
    
    Date
    20. 7.2016 18:22:57
  11. Ajiferuke, I.; Lu, K.; Wolfram, D.: ¬A comparison of citer and citation-based measure outcomes for multiple disciplines (2010) 0.04
    0.03771992 = product of:
      0.07543984 = sum of:
        0.07543984 = sum of:
          0.03844473 = weight(_text_:k in 4000) [ClassicSimilarity], result of:
            0.03844473 = score(doc=4000,freq=2.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.23664509 = fieldWeight in 4000, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.046875 = fieldNorm(doc=4000)
          0.036995113 = weight(_text_:22 in 4000) [ClassicSimilarity], result of:
            0.036995113 = score(doc=4000,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.23214069 = fieldWeight in 4000, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046875 = fieldNorm(doc=4000)
      0.5 = coord(1/2)
    
    Date
    28. 9.2010 12:54:22
  12. Doorn, M. van; Polman, K.: From classification to thesaurus ... and back? : subject indexing tools at the library of the Afrika-Studiecentrum Leiden (2010) 0.04
    0.03771992 = product of:
      0.07543984 = sum of:
        0.07543984 = sum of:
          0.03844473 = weight(_text_:k in 4062) [ClassicSimilarity], result of:
            0.03844473 = score(doc=4062,freq=2.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.23664509 = fieldWeight in 4062, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.046875 = fieldNorm(doc=4062)
          0.036995113 = weight(_text_:22 in 4062) [ClassicSimilarity], result of:
            0.036995113 = score(doc=4062,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.23214069 = fieldWeight in 4062, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046875 = fieldNorm(doc=4062)
      0.5 = coord(1/2)
    
    Date
    22. 7.2010 19:48:33
  13. Thelwall, M.; Buckley, K.; Paltoglou, G.: Sentiment in Twitter events (2011) 0.04
    0.03771992 = product of:
      0.07543984 = sum of:
        0.07543984 = sum of:
          0.03844473 = weight(_text_:k in 4345) [ClassicSimilarity], result of:
            0.03844473 = score(doc=4345,freq=2.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.23664509 = fieldWeight in 4345, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.046875 = fieldNorm(doc=4345)
          0.036995113 = weight(_text_:22 in 4345) [ClassicSimilarity], result of:
            0.036995113 = score(doc=4345,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.23214069 = fieldWeight in 4345, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046875 = fieldNorm(doc=4345)
      0.5 = coord(1/2)
    
    Date
    22. 1.2011 14:27:06
  14. Petric, K.; Petric, T.; Krisper, M.; Rajkovic, V.: User profiling on a pilot digital library with the final result of a new adaptive knowledge management solution (2011) 0.04
    0.03771992 = product of:
      0.07543984 = sum of:
        0.07543984 = sum of:
          0.03844473 = weight(_text_:k in 4560) [ClassicSimilarity], result of:
            0.03844473 = score(doc=4560,freq=2.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.23664509 = fieldWeight in 4560, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.046875 = fieldNorm(doc=4560)
          0.036995113 = weight(_text_:22 in 4560) [ClassicSimilarity], result of:
            0.036995113 = score(doc=4560,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.23214069 = fieldWeight in 4560, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046875 = fieldNorm(doc=4560)
      0.5 = coord(1/2)
    
    Date
    13. 7.2011 14:47:22
  15. Golub, K.; Tudhope, D.; Zeng, M.L.; Zumer, M.: Terminology registries for knowledge organization systems : functionality, use, and attributes (2014) 0.04
    0.03771992 = product of:
      0.07543984 = sum of:
        0.07543984 = sum of:
          0.03844473 = weight(_text_:k in 1347) [ClassicSimilarity], result of:
            0.03844473 = score(doc=1347,freq=2.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.23664509 = fieldWeight in 1347, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.046875 = fieldNorm(doc=1347)
          0.036995113 = weight(_text_:22 in 1347) [ClassicSimilarity], result of:
            0.036995113 = score(doc=1347,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.23214069 = fieldWeight in 1347, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046875 = fieldNorm(doc=1347)
      0.5 = coord(1/2)
    
    Date
    22. 8.2014 17:12:54
  16. Mathiesen, K.: Human rights as a topic and guide for LIS research and practice (2015) 0.04
    0.03771992 = product of:
      0.07543984 = sum of:
        0.07543984 = sum of:
          0.03844473 = weight(_text_:k in 2119) [ClassicSimilarity], result of:
            0.03844473 = score(doc=2119,freq=2.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.23664509 = fieldWeight in 2119, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.046875 = fieldNorm(doc=2119)
          0.036995113 = weight(_text_:22 in 2119) [ClassicSimilarity], result of:
            0.036995113 = score(doc=2119,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.23214069 = fieldWeight in 2119, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046875 = fieldNorm(doc=2119)
      0.5 = coord(1/2)
    
    Abstract
    In this global information age, accessing, disseminating, and controlling information is an increasingly important aspect of human life. Often, these interests are expressed in the language of human rights-for example, rights to expression, privacy, and intellectual property. As the discipline concerned with "facilitating the effective communication of desired information between human generator and human user" (Belkin, 1975, p. 22), library and information science (LIS) has a central role in facilitating communication about human rights and ensuring the respect for human rights in information services and systems. This paper surveys the literature at the intersection of LIS and human rights. To begin, an overview of human rights conventions and an introduction to human rights theory is provided. Then the intersections between LIS and human rights are considered. Three central areas of informational human rights-communication, privacy, and intellectual property-are discussed in detail. It is argued that communication rights in particular serve as a central linchpin in the system of human rights.
  17. McQueen, K.: Ethical issues of knowledge organization in designing a metadata schema for the Leo Kottke Archives (2015) 0.04
    0.03771992 = product of:
      0.07543984 = sum of:
        0.07543984 = sum of:
          0.03844473 = weight(_text_:k in 2371) [ClassicSimilarity], result of:
            0.03844473 = score(doc=2371,freq=2.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.23664509 = fieldWeight in 2371, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.046875 = fieldNorm(doc=2371)
          0.036995113 = weight(_text_:22 in 2371) [ClassicSimilarity], result of:
            0.036995113 = score(doc=2371,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.23214069 = fieldWeight in 2371, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046875 = fieldNorm(doc=2371)
      0.5 = coord(1/2)
    
    Date
    27.11.2015 19:22:48
  18. Martin, K.E.; Mundle, K.: Positioning libraries for a new bibliographic universe (2014) 0.04
    0.03771992 = product of:
      0.07543984 = sum of:
        0.07543984 = sum of:
          0.03844473 = weight(_text_:k in 2608) [ClassicSimilarity], result of:
            0.03844473 = score(doc=2608,freq=2.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.23664509 = fieldWeight in 2608, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.046875 = fieldNorm(doc=2608)
          0.036995113 = weight(_text_:22 in 2608) [ClassicSimilarity], result of:
            0.036995113 = score(doc=2608,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.23214069 = fieldWeight in 2608, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046875 = fieldNorm(doc=2608)
      0.5 = coord(1/2)
    
    Date
    10. 9.2000 17:38:22
  19. Saastamoinen, M.; Järvelin, K.: Search task features in work tasks of varying types and complexity (2017) 0.04
    0.03771992 = product of:
      0.07543984 = sum of:
        0.07543984 = sum of:
          0.03844473 = weight(_text_:k in 3589) [ClassicSimilarity], result of:
            0.03844473 = score(doc=3589,freq=2.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.23664509 = fieldWeight in 3589, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.046875 = fieldNorm(doc=3589)
          0.036995113 = weight(_text_:22 in 3589) [ClassicSimilarity], result of:
            0.036995113 = score(doc=3589,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.23214069 = fieldWeight in 3589, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046875 = fieldNorm(doc=3589)
      0.5 = coord(1/2)
    
    Abstract
    Information searching in practice seldom is an end in itself. In work, work task (WT) performance forms the context, which information searching should serve. Therefore, information retrieval (IR) systems development/evaluation should take the WT context into account. The present paper analyzes how WT features: task complexity and task types, affect information searching in authentic work: the types of information needs, search processes, and search media. We collected data on 22 information professionals in authentic work situations in three organization types: city administration, universities, and companies. The data comprise 286 WTs and 420 search tasks (STs). The data include transaction logs, video recordings, daily questionnaires, interviews. and observation. The data were analyzed quantitatively. Even if the participants used a range of search media, most STs were simple throughout the data, and up to 42% of WTs did not include searching. WT's effects on STs are not straightforward: different WT types react differently to WT complexity. Due to the simplicity of authentic searching, the WT/ST types in interactive IR experiments should be reconsidered.
  20. Wartburg, K. von; Sibille, C.; Aliverti, C.: Metadata collaboration between the Swiss National Library and research institutions in the field of Swiss historiography (2019) 0.04
    0.03771992 = product of:
      0.07543984 = sum of:
        0.07543984 = sum of:
          0.03844473 = weight(_text_:k in 5272) [ClassicSimilarity], result of:
            0.03844473 = score(doc=5272,freq=2.0), product of:
              0.16245733 = queryWeight, product of:
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.045509085 = queryNorm
              0.23664509 = fieldWeight in 5272, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.569778 = idf(docFreq=3384, maxDocs=44218)
                0.046875 = fieldNorm(doc=5272)
          0.036995113 = weight(_text_:22 in 5272) [ClassicSimilarity], result of:
            0.036995113 = score(doc=5272,freq=2.0), product of:
              0.15936506 = queryWeight, product of:
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.045509085 = queryNorm
              0.23214069 = fieldWeight in 5272, product of:
                1.4142135 = tf(freq=2.0), with freq of:
                  2.0 = termFreq=2.0
                3.5018296 = idf(docFreq=3622, maxDocs=44218)
                0.046875 = fieldNorm(doc=5272)
      0.5 = coord(1/2)
    
    Date
    30. 5.2019 19:22:49

Types

  • a 722
  • m 65
  • el 40
  • s 22
  • x 6
  • b 4
  • n 2
  • r 2
  • i 1
  • More… Less…

Themes

Subjects

Classifications