Search (1 results, page 1 of 1)

  • × author_ss:"Teal, W."
  • × theme_ss:"Formalerschließung"
  • × type_ss:"el"
  1. Teal, W.: Alma enumerator : automating repetitive cataloging tasks with Python (2018) 0.00
    0.0011642392 = product of:
      0.010478153 = sum of:
        0.010478153 = weight(_text_:of in 5348) [ClassicSimilarity], result of:
          0.010478153 = score(doc=5348,freq=4.0), product of:
            0.061262865 = queryWeight, product of:
              1.5637573 = idf(docFreq=25162, maxDocs=44218)
              0.03917671 = queryNorm
            0.17103596 = fieldWeight in 5348, product of:
              2.0 = tf(freq=4.0), with freq of:
                4.0 = termFreq=4.0
              1.5637573 = idf(docFreq=25162, maxDocs=44218)
              0.0546875 = fieldNorm(doc=5348)
      0.11111111 = coord(1/9)
    
    Abstract
    In June 2016, the Warburg College library migrated to a new integrated library system, Alma. In the process, we lost the enumeration and chronology data for roughly 79,000 print serial item records. Re-entering all this data by hand seemed an unthinkable task. Fortunately, the information was recorded as free text in each item's description field. By using Python, Alma's API and much trial and error, the Wartburg College library was able to parse the serial item descriptions into enumeration and chronology data that was uploaded back into Alma. This paper discusses the design and feasibility considerations addressed in trying to solve this problem, the complications encountered during development, and the highlights and shortcomings of the collection of Python scripts that became Alma Enumerator.