Automating Authority Work

Size: px
Start display at page:

Download "Automating Authority Work"

Transcription

1 Mike Monaco Coordinator, Cataloging Services May 14, 2018 Automating Authority Work

2 Automating authority work, or, Be your own authority control vendor Ohio Valley Group of Technical Services Librarians 2018 Conference, May 13-15, 2018 Hesburgh Libraries The University of Notre Dame South Bend, Indiana Mike Monaco Coordinator, Cataloging Services The University of Akron

3 Who are you? John Carroll University ( ) Part-time AV cataloger Akron-Summit County Public Library ( ) Substitute librarian Cleveland Public Library ( ) Catalog librarian The University of Akron (2016- ) Coordinator, Cataloging Services

4 The University of Akron Libraries University Libraries (Separate Units) Bierce Library Wayne College Library Science & Technology Library Akron Law Library Archival Services Center for the History of Psychology

5 Authority control at UA 1995 migration and vendor (BNA) supplied one-time authority processing Local authority work put on hold in expectation contracting with a vendor which never happened Authority work resumed early 2000s Full authority control for tangible items only Shift to batches of e-resources over time made authority work for batches overwhelming 2013: Budget 80:20 electronic:tangible 2018: ratio is about 95:5

6 What this is NOT about Automated authority control within the ILS Working with an authority control vendor

7 What this IS Grabbing the low-hanging fruit for batches of records When traditional authority work is not practical (the item is not in-hand or headings reports are too vast to address individually)

8 Wouldn t it be nice if... The Headings used for the first time report could export a list of the headings, and we could batch search OCLC for records?

9 The tool box MarcEdit OCLC Connexion Client Excel (or other program for sorting textual lists) pgadmin (or similar for a SQL query, III/Sierra only) A rudimentary grasp of Regular Expressions EditPad (or similar RegEx-compatible text editor: Google Sheets, EmEditor)

10 The process Before loading, correct variant headings (with MarcEdit) After loading, extract headings from report (with SQL query or ILS s output) Separate names and subjects (in a spreadsheet or text editor) Remove extraneous data (with RegEx-capable editor) Batch search for authority records (in Connexion Client) Load authority records

11 Validate Headings MarcEdit can check name and subject fields against LC authorities in the Linked Data Service, and automatically correct headings that match a variant ( Use for ) heading*. *NB: The process is imperfect!

12 Because this is an extra step, we ve been comparing record sets from various vendors to determine which ones really benefit.

13 Selected Vendor Loads (March 2017-March 2018) Record Source Alexander Street Press Records per load Invalid headings per load Variants changed per load Invalid heading: Record ratio Variant: Record ratio EBSCO Films on Demand Kanopy Proquest EBC World Share

14 III Sierra

15 SQL query of Headings used for the first time report

16 Headings used for the first time Hundreds or even thousands of entries after batch loads...

17

18

19 SQL query*

20 Results...

21 In Excel... Be sure to import as Unicode (UTF-8) if your ILS is encoding characters as Unicode rather than MARC8!

22 Sort the terms Sorting A-Z arranges the headings by field group tag and MARC tag (a=names, b=other names, d=subject) So a100-b730 : names used as names d600-d630 : names used as subjects d650- : subjects

23 Notice You can t feed this raw data into a batch search in Connexion Client

24 In EditPad (or other RegEx-enabled editor) Strip out MARC tags, delimiters, punctuation, etc.

25 Find/replace using RegEx (.*\ a) (\ db\. ca\. \ db\. \ d\. ca\. \ dd\. \ dca\. -ca\. \ dfl\. ca\. \ dfl\.) (\ e.* \ 4.* \ 0.*) (\ x.* \ v.* \ z.*) (\. \ $) (; : \( \) \? and or &c\. & in an, the for on so with to by be that \.{3} near )

26 Names (.*\ a) Everything before a

27 (\ db\. ca\. \ db\. \ d\. ca\. \ dd\. \ dca\. -ca\. \ dfl\. ca\. \ dfl\.) AACR2 abbreviations b. d. fl. ca.

28 (\ e.* \ 4.* \ 0.*) Relator terms, URIs

29 (\. \ $) Any remaining delimiters and subfield codes

30 (; : \( \) \? and or &c\. & in an, the for on so with to by be that \.{3} near ) Punctuation, operators, and stopwords that foil OCLC searches

31 Names as subjects (\ x.* \ v.* \ z.*) Subdivisions

32 Converting SQL output to batch searchable text file with RegEx

33 Name headings

34 (.*\ a)

35 (\ db\. ca\. \ db\. \ d\. ca\. \ dd\. \ dca\. -ca\. \ dfl\. ca\. \ dfl\.)

36 (\ e.* \ 4.* \ 0.*)

37 (\. \ $)

38 (; : \( \) \? and or &c\. & in an, the for on so with to by be that \.{3} near )

39 Names (can be skipped) (.*\ a) (\ db\. ca\. \ db\. \ d\. ca\. \ dd\. \ dca\. -ca\. \ dfl\. ca\. \ dfl\.) (\ e.* \ 4.* \ 0.*) (\ x.* \ v.* \ z.*) (\. \ $) (; : \( \) \? and or &c\. & in an, the for on so with to by be that \.{3} near )

40 Names as subjects (.*\ a) (\ db\. ca\. \ db\. \ d\. ca\. \ dd\. \ dca\. -ca\. \ dfl\. ca\. \ dfl\.) (\ e.* \ 4.* \ 0.*) (\ x.* \ v.* \ z.*) (\. \ $) (; : \( \) \? and or &c\. & in an, the for on so with to by be that \.{3} near )

41 Topical subjects (can be skipped) (.*\ a) (\ db\. ca\. \ db\. \ d\. ca\. \ dd\. \ dca\. -ca\. \ dfl\. ca\. \ dfl\.) (\ e.* \ 4.* \ 0.*) (\ x.* \ v.* \ z.*) (\. \ $) (; : \( \) \? and or &c\. & in an, the for on so with to by be that \.{3} near )

42 Sirsi/Dynix Symphony

43 List unauthorized tags report

44

45

46 Slightly different procedure to clean these up Open.txt file in editor Delete header of report Find/Replace to delete page headers ( Tags With UNAUTHORIZED Headings / Produced on Sat Jul 1 17:00: ) Separate name and topical headings RegEx to remove other data

47 So far so good... (.*\ a)

48 Uh oh... (\ e.* \ 4.* \ 0.*) Misses?UNAUTHORIZED by itself. Only captures it if preceded by e 4 0

49 (\ e.* \ 4.* \ 0.* \ \?.*) \ \?.* captures? followed by anything

50 Problems

51 Spaces

52 Scraps Portions of?unauthorized that wrapped to new line

53 Asterisks Output changes any diacritics to them

54 Line breaks Name/Title headings are especially likely to get broken up. Here, the delimiter was even separated from the subfield code t

55 Workaround FIND: \* REPLACE:[nothing] to delete asterisks Use EditPad s Extras to delete blank lines, duplicate lines, etc. Depending on the number of items, you might close up split lines by hand.

56 Searching in batches

57 Searching a batch of terms in Connexion Client

58 Batch searching Use default index settings nw: for names/titles su: for topics/geographic terms Maximum number of matches to download: 1 (Tools>Options>Batch)

59 Batch searching NOTE: Your local save file has a maximum capacity of 10,000 records, so don t search more than that many strings!

60 Successful name searches (of 1941 entries)

61 Names, names as subjects, and subjects III requires name headings that are to be used as subjects to be loaded separately from name headings to be used as names! SirsiDynix does not have this issue.

62 A four month test Total headings extracted Hits in batch search Success rate (ARs found for heading) Names 36,244 21, % Names as Subjects 3, % Subjects 29,147 1, % I m very pleased with hit rate on names!

63 A four month test Total headings extracted Hits in batch search Success rate (ARs found for heading) Names 36,244 21, % Names as Subjects 3, % Subjects 29,147 1, % Main issue: Name/Title headings often not established

64 A four month test Total headings extracted Unique hits in batch search Success rate (ARs found for heading) Names 36,244 21, % Names as Subjects 3, % Subjects 29,147 1, % Main issues: Sierra treats subdivided subject headings as single headings, inflating report (3.4 should correct this issue!) Music headings (instruments, Arranged) often valid but not established in an AR

65 Is it worth it? Typically this process (excluding Validate Headings in MarcEdit) takes less than an hour and resolved 36% of unauthorized headings -- averaging over a thousand ARs a week. Several known issues in Sierra made me place this project on hold until they are fixed however. So consider the number of new headings you normally see in a report, the quality of your incoming bib records (can the headings be authorized?) and the capability of your ILS to use authority records effectively

66 Questions? If you decide to test this process at your institution or discover any refinements, please let me know!

67 Useful tools Help with regular expressions: Regular Expressions RegEx enabled text editors: Editpad Lite EmEditor pgadmin free software: This presentation:

OhioLINK e-book refresh project

OhioLINK e-book refresh project OhioLINK e-book refresh project At The University of Akron Mike Monaco Coordinator, Cataloging Services The University of Akron OhioLINK refresh : Why? 1. Are there records for every title? 2. Record quality

More information

Adventures in Minimal MARC and Bulkimport; Or,

Adventures in Minimal MARC and Bulkimport; Or, Adventures in Minimal MARC and Bulkimport; Or, How to Get OCLC Numbers or URLs or Other Bits of Information into Lots of Bib Records with Minimal Fuss Maggie Rioux Systems Librarian MBLWHOI Library Woods

More information

U.S. Federal documents. Print Serials Processing

U.S. Federal documents. Print Serials Processing U.S. Federal documents Print Serials Processing Per email message from Kim and Kelly 10/31/2016, when a title has retention Latest retained only, keep the print version on the shelf even if there is a

More information

Editing Records with the MarcEditor

Editing Records with the MarcEditor Editing Records with the MarcEditor TERRY REESE HEAD OF DIGITAL INITIATIVES THE OHIO STATE UNIVERSITY REESE.2179@OSU.EDU Let s work through these examples together Keypoints MarcEditor What is it? What

More information

Using MarcEdit. Presentation for the Eastern Great Lakes Innovative Users Group, October 20, 2006 Toledo, Ohio

Using MarcEdit. Presentation for the Eastern Great Lakes Innovative Users Group, October 20, 2006 Toledo, Ohio Using MarcEdit Presentation for the Eastern Great Lakes Innovative Users Group, October 20, 2006 Toledo, Ohio This presentation came about after I found myself sending three messages in one week suggesting

More information

Editing Records with the MarcEditor

Editing Records with the MarcEditor Editing Records with the MarcEditor TERRY REESE HEAD OF DIGITAL INITIATIVES THE OHIO STATE UNIVERSITY REESE.2179@OSU.EDU Keypoints MarcEditor What is it? What do the properties mean Preview mode? Paging

More information

Tips and Tricks for Making the Most of Create Lists

Tips and Tricks for Making the Most of Create Lists Tips and Tricks for Making the Most of Create Lists Matching and More Mike Monaco Coordinator, Cataloging Services The University of Akron mmonaco@uakron.edu OH-IUG October 12, 2018 The University of Akron

More information

Holdings: Part II Conversions. Technique I. Advantages of Technique I 10/29/12

Holdings: Part II Conversions. Technique I. Advantages of Technique I 10/29/12 Holdings: Part II Conversions Two techniques for Holdings conversion into MARC21: 1. Use Global Change to change textual holdings into basic MARC21 (LDR, 007, 008, 866) 2. Use a Load Profile to load holdings

More information

2010 College Center for Library Automation

2010 College Center for Library Automation Cat al ogi ng Al ephver si on20 2010 College Center for Library Automation Contents Unit 1: Overview of the LINCC Cataloging Module... 1 LESSON 1: NAVIGATING THE CATALOGING MODULE... 1 LESSON 2: USING

More information

Presented By: CSIR-NISCAIR New Delhi, India Web :

Presented By: CSIR-NISCAIR New Delhi, India   Web : Presented By: CSIR-NISCAIR New Delhi, India Email : contact@niscair.res.in Web : www.niscair.res.in Cataloging Guides Bibliographic Record Cataloging Cheat Sheet Item/Holdings Record Cataloging Guide Handling

More information

MarcEdit: Working with Data

MarcEdit: Working with Data MarcEdit: Working with Data T E R R Y R E E S E H E A D O F D I G I T A L I N I T I A T I V E S T H E O H I O S T A T E U N I V E R S I T Y R E E S E T @ G M A I L. C O M Roadmap Look at the types of data

More information

CATALOGUING MANUAL. Summer SirsiDynix. All Rights Reserved.

CATALOGUING MANUAL. Summer SirsiDynix. All Rights Reserved. CATALOGUING MANUAL Summer 2008 2008 SirsiDynix. All Rights Reserved. Table of Contents SIRSI RECORD STRUCTURE AND DISPLAY... 1 ITEM SEARCH AND DISPLAY WIZARD... 2 CALL NUMBER AND ITEM MAINTENANCE WIZARD...

More information

CREATIVE CATALOGING SURVIVAL SKILLS

CREATIVE CATALOGING SURVIVAL SKILLS CREATIVE CATALOGING SURVIVAL SKILLS Oregon Library Association April 16, 2015 WHO WE ARE Amy Mihelich Cataloging Librarian Washington County Cooperative Library Services Automation Department, Hillsboro,

More information

User Manual Mail Merge

User Manual Mail Merge User Manual Mail Merge Version: 1.0 Mail Merge Date: 27-08-2013 How to print letters using Mail Merge You can use Mail Merge to create a series of documents, such as a standard letter that you want to

More information

Exporting MARC records for CollectionWiz

Exporting MARC records for CollectionWiz Exporting MARC records for CollectionWiz The following instructions briefly explain the process of exporting your MARC records from a variety of popular library automation systems. It is not intended as

More information

Using MARC Records to Populate CONTENTdm

Using MARC Records to Populate CONTENTdm University of Iowa Libraries Staff Publications 4-30-2008 Using MARC Records to Populate CONTENTdm Wendy C. Robertson University of Iowa Copyright 2008 Wendy C. Robertson Hosted by Iowa Research Online.

More information

Uploading Records to the COE Database: Easy as 1,2,3!

Uploading Records to the COE Database: Easy as 1,2,3! University of Kentucky UKnowledge Library Presentations University of Kentucky Libraries 1-14-2016 Uploading Records to the COE Database: Easy as 1,2,3! Sandra McAninch University of Kentucky, mcaninch@uky.edu

More information

Alma and MarcEdit. Karen Stone Manager, Description Services State Library of Queensland

Alma and MarcEdit. Karen Stone Manager, Description Services State Library of Queensland Alma and MarcEdit Karen Stone Manager, Description Services State Library of Queensland MarcEdit A metadata editing software suite used primarily to create and manipulate MARC records. Originally developed

More information

Release Notes. Enhancements Resolved Issues Current Issues Additional Information

Release Notes. Enhancements Resolved Issues Current Issues Additional Information Release Notes Enhancements Resolved Issues Current Issues Additional Information LAW PreDiscovery Release Notes No part of this work may be reproduced or transmitted in any form or by any means, electronic

More information

Repair or Trade-In? Improving Catalogs with Fresh Bibliographic Records from OCLC

Repair or Trade-In? Improving Catalogs with Fresh Bibliographic Records from OCLC Repair or Trade-In? Improving Catalogs with Fresh Bibliographic Records from OCLC John A. Whisler Eastern Illinois University April 30, 2009 Spring Forum presented by the CARLI I-Share Cataloging and Authority

More information

Shared Bib Records with Multiple Series Fields: Issues and Suggested Solution

Shared Bib Records with Multiple Series Fields: Issues and Suggested Solution Shared Bib Records with Multiple Series Fields: Issues and Suggested Solution Prepared by the Bibliographic Control and Discovery Subcommittee (BCDS), Multiple-Series Cleanup Task Force: Elaine Dong (FIU),

More information

ERM Electronic Resources Management

ERM Electronic Resources Management ERM Electronic Resources Management Integrating Electronic Resources into your CyberTools for Libraries Catalog 2012.1.11 Copyright 2012 CyberTools, Inc. Outline MARC Bib Tag 856 $u, $y, $z review Define

More information

Visual Streamline FAQ

Visual Streamline FAQ Program Overview: Visual Streamline FAQ How does the program Map Import, located in: Inventory > Global Changes, work? This program enables users the flexibility to use their own excel spreadsheet, and

More information

vs. ITS forwindows THE LIBRARY CORPORATION

vs. ITS forwindows THE LIBRARY CORPORATION Hardware requirements Minimum operating system Win2000 Win XP Pro An earlier ITS version (3.61) can still use Win 95 Searching Search dialogs Strict diacritic interpretation! Keyword search! Phrase search!

More information

GiftWorks Import Guide Page 2

GiftWorks Import Guide Page 2 Import Guide Introduction... 2 GiftWorks Import Services... 3 Import Sources... 4 Preparing for Import... 9 Importing and Matching to Existing Donors... 11 Handling Receipting of Imported Donations...

More information

Uniqueness and Duplication in Ohio s Shared Depository System

Uniqueness and Duplication in Ohio s Shared Depository System Uniqueness and Duplication in Ohio s Shared Depository System Joanna Voss Theda Schwing Great Lakes Resource Sharing Conference June 10 th, 2016 www.ohiolink.edu Slide 1 OhioLINK is Member-Driven 121 member

More information

Introduction to MarcEdit iskills Workshop Series. University of Toronto. Faculty of Information. Winter 2018.

Introduction to MarcEdit iskills Workshop Series. University of Toronto. Faculty of Information. Winter 2018. Introduction to MarcEdit iskills Workshop Series. University of Toronto. Faculty of Information. Winter 2018. Instructor: R. Antonio Muñoz Gómez. 1 Learning outcomes By the end of this workshop, students

More information

The Easy Way to Get your Print Periodicals into the OCLC Electronic Link Resolver. Gary R. Cocozzoli Lawrence Technological University

The Easy Way to Get your Print Periodicals into the OCLC Electronic Link Resolver. Gary R. Cocozzoli Lawrence Technological University The Easy Way to Get your Print Periodicals into the OCLC Electronic Link Resolver Gary R. Cocozzoli Lawrence Technological University Why do this? Link Resolvers are designed only for electronic products

More information

AUTHORITY CONTROL PROFILE Part I: Customer Specifications

AUTHORITY CONTROL PROFILE Part I: Customer Specifications MARCIVE ID ID CODE: AUTHORITY CONTROL PROFILE Part I: Customer Specifications Thank you for choosing MARCIVE Authority Control services. Our profile is divided into two parts. Part I (this document) is

More information

Welcome to Cole On-line Help system!

Welcome to Cole On-line Help system! Welcome to Cole On-line Help system! Cole Online is an Internet based information directory that allows fast and efficient access to demographic information about residences and businesses. You can search

More information

NOTSL Fall Meeting, October 30, 2015 Cuyahoga County Public Library Parma, OH by

NOTSL Fall Meeting, October 30, 2015 Cuyahoga County Public Library Parma, OH by NOTSL Fall Meeting, October 30, 2015 Cuyahoga County Public Library Parma, OH by Roman S. Panchyshyn Catalog Librarian, Assistant Professor Kent State University Libraries This presentation will address

More information

comma separated values .csv extension. "save as" CSV (Comma Delimited)

comma separated values .csv extension. save as CSV (Comma Delimited) What is a CSV and how do I import it? A CSV is a comma separated values file which allows data to be saved in a table structured format. CSVs look like normal spreadsheet but with a.csv extension. Traditionally

More information

Quick-Bibs De-Centralizing Item Record Entry While Maintaining Centralized Bibliographic Control. About the Finger Lakes Library System

Quick-Bibs De-Centralizing Item Record Entry While Maintaining Centralized Bibliographic Control. About the Finger Lakes Library System Quick-Bibs De-Centralizing Item Record Entry While Maintaining Centralized Bibliographic Control Finger Lakes Library System Ithaca, New York Rex Helwig 2012 MAPUG Conference About the Finger Lakes Library

More information

Table of content. Which file formats can be used to import subscribers? What is an Excel file? What is a CSV file?...

Table of content. Which file formats can be used to import subscribers? What is an Excel file? What is a CSV file?... A User Guide Zoho Campaigns allows you to import subscribers from other sources into a mailing list. Before you begin importing subscribers, make sure that you ve created a mailing list to save the data.

More information

Microservice Splitting the Monolith. Software Engineering II Sharif University of Technology MohammadAmin Fazli

Microservice Splitting the Monolith. Software Engineering II Sharif University of Technology MohammadAmin Fazli Microservice Software Engineering II Sharif University of Technology MohammadAmin Fazli Topics Seams Why to split the monolith Tangled Dependencies Splitting and Refactoring Databases Transactional Boundaries

More information

Searching for a Collection

Searching for a Collection WorldShare Management Services Manage Collections: Selecting & Modifying Collections This document explains how to find, select and modify collections in the WorldCat knowledge base. Manage Collections

More information

MarcEdit & Other Cataloging Tips. Rachel Gravel, Technical Services Librarian, Marlboro College

MarcEdit & Other Cataloging Tips. Rachel Gravel, Technical Services Librarian, Marlboro College MarcEdit & Other Cataloging Tips Rachel Gravel, Technical Services Librarian, Marlboro College Tricks and Tools to Improve Technical Services Workflows Session Objectives: Learn Magic Transform file types

More information

Allows you to set indexing options including number and date recognition, security, metadata, and title handling.

Allows you to set indexing options including number and date recognition, security, metadata, and title handling. Allows you to set indexing options including number and date recognition, security, metadata, and title handling. Character Encoding Activate (or de-activate) this option by selecting the checkbox. When

More information

Release notes for version 3.7.2

Release notes for version 3.7.2 Release notes for version 3.7.2 Important! Create a backup copy of your projects before updating to the new version. Projects saved in the new version can t be opened in versions earlier than 3.7. Breaking

More information

A beginners guide to MarcEdit and beyond the editor: Advanced tools and techniques for working with metadata

A beginners guide to MarcEdit and beyond the editor: Advanced tools and techniques for working with metadata University of Iowa Libraries Staff Publications 7-13-2018 A beginners guide to MarcEdit and beyond the editor: Advanced tools and techniques for working with metadata Terry Reese Ohio State University

More information

Lifehack #1 - Automating Twitter Growth without Being Blocked by Twitter

Lifehack #1 - Automating Twitter Growth without Being Blocked by Twitter Lifehack #1 - Automating Twitter Growth without Being Blocked by Twitter Intro 2 Disclaimer 2 Important Caveats for Twitter Automation 2 Enter Azuqua 3 Getting Ready 3 Setup and Test your Connection! 4

More information

Unicorn WorkFlows Cataloging With Authority Training Guide

Unicorn WorkFlows Cataloging With Authority Training Guide Unicorn Library Management System Unicorn WorkFlows Cataloging With Authority Training Guide Sirsi 101 Washington Street SE Huntsville, Alabama 35801 (256) 704-7000 Doc No. 400 2300 000 03 1 2002 Sirsi

More information

Batch Editing MARC Records with MarcEdit and Regular Expressions

Batch Editing MARC Records with MarcEdit and Regular Expressions University of Kentucky UKnowledge Library Presentations University of Kentucky Libraries 5-2010 Batch Editing MARC Records with MarcEdit and Regular Expressions Kathryn Lybarger University of Kentucky,

More information

Batch Control Global Tag and Subfield Editor CyberTools Inc. 2011

Batch Control Global Tag and Subfield Editor CyberTools Inc. 2011 Batch Control Global Tag and Subfield Editor CyberTools Inc. 2011 1.1 Overview to Global Tag and Subfield Editor The Global Tag and Subfield Editor is accessed from Batch Control Tools menu. Batch Control

More information

» How do I Integrate Excel information and objects in Word documents? How Do I... Page 2 of 10 How do I Integrate Excel information and objects in Word documents? Date: July 16th, 2007 Blogger: Scott Lowe

More information

2012 June 17. OCLC Users Group Meeting

2012 June 17. OCLC Users Group Meeting 2012 June 17 OCLC Users Group Meeting David Whitehair and Cynthia Whitacre Welcome, Jack! Jack B. Blount 5 th President and CEO OCLC Effective July 1, 2012 WorldCat Growth since 1978 250 200 Millions of

More information

Bibliographic Data Migration from LibSys to Koha : Experience at St. Xavier s College, Kolkata.

Bibliographic Data Migration from LibSys to Koha : Experience at St. Xavier s College, Kolkata. Bibliographic Data Migration from LibSys to Koha : Experience at St. Xavier s College, Kolkata. Sougata Chattopadhyay 1, Arup Sarkar 2 Library Assistant, St. Xavier s College (Autonomous), Kolkata E-mail:

More information

USING CHAT METADATA TO LEARN ABOUT OUR USERS

USING CHAT METADATA TO LEARN ABOUT OUR USERS USING CHAT METADATA TO LEARN ABOUT OUR USERS Linda Rich, Reference Services Coordinator Vera Lux, Reference & Instruction Librarian Bowling Green State University Chat at BGSU Provided reference service

More information

Advanced Tooling in MarcEdit TERRY REESE THE OHIO STATE UNIVERSITY

Advanced Tooling in MarcEdit TERRY REESE THE OHIO STATE UNIVERSITY Advanced Tooling in MarcEdit TERRY REESE THE OHIO STATE UNIVERSITY REESET@GMAIL.COM Data and Slides Download @: http://marcedit.reeset.net/workshops/um_marcedit7.zip Download, Open and Extract saving to

More information

General: All cells have this format by default. Numbers display as typed except that leading and trailing zeroes are deleted becomes 12.

General: All cells have this format by default. Numbers display as typed except that leading and trailing zeroes are deleted becomes 12. Home Ribbon: Formatting Tools Dialog Box Launcher: Click this symbol to open old-style dialog box giving additional options Allow text to appear on multiple lines in a cell Number Format box: Click here

More information

How to Set up a Budget Advanced Excel Part B

How to Set up a Budget Advanced Excel Part B How to Set up a Budget Advanced Excel Part B A budget is probably the most important spreadsheet you can create. A good budget will keep you focused on your ultimate financial goal and help you avoid spending

More information

MARC BASICS. Introduction to MARC using Auto-Graphics (AG) software. Library Management Network, Inc. Decatur, AL

MARC BASICS. Introduction to MARC using Auto-Graphics (AG) software. Library Management Network, Inc. Decatur, AL MARC BASICS Introduction to MARC using Auto-Graphics (AG) software Library Management Network, Inc. Decatur, AL www.lmn.lib.al.us MARC DEFINTION & SECTIONS MARC means Machine-Readable Cataloging MARC is

More information

Chapter 6. Importing Data EAD Constraints on EAD

Chapter 6. Importing Data EAD Constraints on EAD Chapter 6 Importing Data EAD 2002 The Archivists Toolkit TM allows for the importing of valid EAD version 2002 finding aids into description resource and component records. Note: The AT does not guarantee

More information

Identifying Updated Metadata and Images from a Content Provider

Identifying Updated Metadata and Images from a Content Provider University of Iowa Libraries Staff Publications 4-8-2010 Identifying Updated Metadata and Images from a Content Provider Wendy Robertson University of Iowa 2010 Wendy C Robertson Comments Includes presenter's

More information

Using the WorldCat Digital Collection Gateway

Using the WorldCat Digital Collection Gateway Using the WorldCat Digital Collection Gateway This tutorial leads you through the steps for configuring your CONTENTdm collections for use with the Digital Collection Gateway and using the Digital Collection

More information

Contribution of OCLC, LC and IFLA

Contribution of OCLC, LC and IFLA Contribution of OCLC, LC and IFLA in The Structuring of Bibliographic Data and Authorities : A path to Linked Data BY Basma Chebani Head of Cataloging and Metadata Services, AUB Libraries Presented to

More information

Adobe Captivate Monday, February 08, 2016

Adobe Captivate Monday, February 08, 2016 Slide 1 - Slide 1 MT+ How to export and import mobilities In this demo you will see how to export the template or the list of existing mobilities, an explanation of the format of the CSV file how to use

More information

Bib-1 configuration guideline for Japanese Z39.50 library application

Bib-1 configuration guideline for Japanese Z39.50 library application Bib-1 configuration guideline for Japanese Z9.50 library application This is the Bib-1 configuration guideline for the Z9.50 target in Japanese library systems, and is used as a complement to the Z9.50

More information

OCLC Cataloging Services

OCLC Cataloging Services OCLC Cataloging Services Update Carol Seiler Continuing Education Librarian Agenda Who am I & why am I here? New and/or updated this year! Fun cool stuff to know! The Future Let s all go to the Vendor

More information

Step 1: Prepare the worksheet data in Excel for the mail merge You can FT Menu Prompt # 1 R for Report.

Step 1: Prepare the worksheet data in Excel for the mail merge You can FT Menu Prompt # 1 R for Report. Creating Address Labels from Microsoft Word Mail Merge If you want to send a mass mailing to an address list that you maintain in a Microsoft Office Excel worksheet, you can use a Microsoft Office Word

More information

Our legacy archival system resides in an Access Database lovingly named The Beast. Having the data in a database provides the opportunity and ability

Our legacy archival system resides in an Access Database lovingly named The Beast. Having the data in a database provides the opportunity and ability Our legacy archival system resides in an Access Database lovingly named The Beast. Having the data in a database provides the opportunity and ability to maintain a semblance of structure in the data However,

More information

RDA? GAME ON!! A B C L A / B C C A T S P R E C O N F E R E N C E A P R I L 2 2, : : 0 0 P M

RDA? GAME ON!! A B C L A / B C C A T S P R E C O N F E R E N C E A P R I L 2 2, : : 0 0 P M RDA? GAME ON!! A B C L A / B C C A T S P R E C O N F E R E N C E A P R I L 2 2, 2 0 1 0 1 : 3 0 5 : 0 0 P M S P E A K E R S : L I N D A W O O D C O C K ( K W A N T L E N P O L Y T E C H N I C U N I V E

More information

Use mail merge to create and print letters and other documents

Use mail merge to create and print letters and other documents Use mail merge to create and print letters and other documents Contents Use mail merge to create and print letters and other documents... 1 Set up the main document... 1 Connect the document to a data

More information

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Goal in video # 25: Learn about how to use the Get & Transform

More information

TMJ Insight Portal. Table of contents

TMJ Insight Portal. Table of contents TMJ Insight Portal Table of contents TMJ Insight... 1 Table of contents... 1 Purpose... 2 General information... 2 Help/documentation... 4 Reports... 8 Scheduled runs... 12 Archive... 13 Admin... 14 Scheduling:...

More information

Implementing EDS. A ten step summary, as experienced at Hofstra University Library

Implementing EDS. A ten step summary, as experienced at Hofstra University Library Implementing EDS A ten step summary, as experienced at Hofstra University Library Step One Data Analysis The data analysis should be performed prior to committing to going forward with EDS. Ebsco s Data

More information

SPREADSHEETS. (Data for this tutorial at

SPREADSHEETS. (Data for this tutorial at SPREADSHEETS (Data for this tutorial at www.peteraldhous.com/data) Spreadsheets are great tools for sorting, filtering and running calculations on tables of data. Journalists who know the basics can interview

More information

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007 Many people know that you can use the Mail Merge feature in Microsoft Word 2007 to easily create mailing labels, but did you know you can use it to quickly create custom name badge inserts? Here, you will

More information

Technical Services Committee Annual Project: MarcEdit for Database Maintenance: A Select Primer

Technical Services Committee Annual Project: MarcEdit for Database Maintenance: A Select Primer 2015-2016 Technical Services Committee Annual Project: MarcEdit for Database Maintenance: A Select Primer Melissa Burel, Southern Illinois University Edwardsville Keith Eiten, Wheaton College Ann Heinrichs,

More information

WILIUG 2016 Lightning Round Diving into SkyRiver July 8, 2016

WILIUG 2016 Lightning Round Diving into SkyRiver July 8, 2016 The Waukegan Public Library dove right into SkyRiver! In June of 2015, we went live, and less than a month later, our contract with OCLC ended. Now a year has passed, and we re swimming along just fine.

More information

File Triage. Work Smarter in Word, Excel, & PowerPoint. Neil Malek, MCT-ACI-CTT+

File Triage. Work Smarter in Word, Excel, & PowerPoint. Neil Malek, MCT-ACI-CTT+ Neil Malek, MCT-ACI-CTT+ Founder and Principal, Knack Training neil@knacktraining.com http://knacktraining.com File Triage Work Smarter in Word, Excel, & PowerPoint Microsoft Word 2 Terminology Style:

More information

Release Notes. LAW PreDiscovery, Version Enhancements Resolved Issues Current Issues Additional Information

Release Notes. LAW PreDiscovery, Version Enhancements Resolved Issues Current Issues Additional Information Release Notes LAW PreDiscovery, Version 6.5.25 Enhancements Resolved Issues Current Issues Additional Information LAW PreDiscovery Release Notes No part of this work may be reproduced or transmitted in

More information

The Use of Unicode in MARC 21 Records. What is MARC?

The Use of Unicode in MARC 21 Records. What is MARC? # The Use of Unicode in MARC 21 Records Joan M. Aliprand Senior Analyst, RLG What is MARC? MAchine-Readable Cataloging MARC is an exchange format Focus on MARC 21 exchange format An implementation may

More information

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields.

Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. In This Chapter Creating a new form with check boxes, drop-down list boxes, and text box fill-ins. Customizing each of the three form fields. Adding help text to any field to assist users as they fill

More information

LC Genre/Form Headings and What They Mean for I-Share Libraries. Prepared by the I-Share Cataloging and Authority Control Team (ICAT)

LC Genre/Form Headings and What They Mean for I-Share Libraries. Prepared by the I-Share Cataloging and Authority Control Team (ICAT) LC Genre/Form Headings and What They Mean for I-Share Libraries Prepared by the I-Share Cataloging and Authority Control Team (ICAT) October 2011 Background The LC Policy and Standards Division (PSD) has

More information

Creating Custom Financial Statements Using

Creating Custom Financial Statements Using Creating Custom Financial Statements Using Steve Collins Sage 50 Solution Provider scollins@iqacct.com 918-851-9713 www.iqaccountingsolutions.com Financial Statement Design Sage 50 Accounting s built in

More information

Bank Statement Reconciliation

Bank Statement Reconciliation Bank Statement Reconciliation Updated March 2016 Contents About Bank Reconciliation...3 Reconciling Your Account...3 Importing Users into SQL...3 Creating a Bank Account...4 Editing a Bank Account...5

More information

Word for Job Seekers. Things to consider while making your resume

Word for Job Seekers. Things to consider while making your resume Word is the most common document creation and editing computer program. Most public libraries have either Word 2007, 2010, or 2013. This handout covers Word 2013. Microsoft Word 2013 can be purchased along

More information

Global Data Change: Overview, Tips and Tricks [2014]

Global Data Change: Overview, Tips and Tricks [2014] University of Kentucky UKnowledge Library Presentations University of Kentucky Libraries 4-30-2014 Global Data Change: Overview, Tips and Tricks [2014] Julene L. Jones University of Kentucky, julene.jones@uky.edu

More information

ACTIVANT STANPAK. Open Gateway SQL Tips. Version 6.0

ACTIVANT STANPAK. Open Gateway SQL Tips. Version 6.0 ACTIVANT STANPAK Open Gateway SQL Tips Version 6.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself

More information

SirsiDynix Symphony Training Guide

SirsiDynix Symphony Training Guide SirsiDynix Symphony Training Guide Cataloging and Authority Control April 2013 N a m e o f T r a i n i n g G u i d e i Publication Name: Cataloging and Authority Control Version Number: 3.4.1.3J Updated:

More information

MARS 2.0. Authority Control Planning Guide

MARS 2.0. Authority Control Planning Guide MARS 2.0 Authority Control Planning Guide 162 BACKSTAGE LIBRARY WORKS 163 Step 5: Reports SYNOPSIS Step 5 lists all of the reports that MARS 2.0 can generate during the authority control process. If you

More information

North Carolina Division of Air Quality. Quality Assurance Project Plan Volatile Organic Compounds (VOCs) by TO-15. Section 4.

North Carolina Division of Air Quality. Quality Assurance Project Plan Volatile Organic Compounds (VOCs) by TO-15. Section 4. Page 1 of 8 North Carolina Division of Air Quality Quality Assurance Project Plan 2.51 Volatile Organic Compounds (VOCs) by TO-15 Section 4.3 Raleigh Central Office Responsibilities Standard Operating

More information

Select a report and click this to view it. Select a report and click this to change it.

Select a report and click this to view it. Select a report and click this to change it. Quick Videos: A tutorial on creating reports. Shows reports you have created.s Not used by the county Reports pre-made by the county Reports pre-made by 4-H Online Shows reports and folders you have deleted.

More information

Create Manual Page Breaks In Excel Vba Remove Vertical

Create Manual Page Breaks In Excel Vba Remove Vertical Create Manual Page Breaks In Excel Vba Remove Vertical The dotted line refers to automatic page break. To remove all the manual page breaks from a sheet (when the number of printing pages exceeds 1), follow.

More information

Text. Text Actions. String Contains

Text. Text Actions. String Contains Text The Text Actions are intended to refine the texts acquired during other actions, for example, from web-elements, remove unnecessary blank spaces, check, if the text matches the defined content; and

More information

Searching Guide. September 16, Version 9.3

Searching Guide. September 16, Version 9.3 Searching Guide September 16, 2016 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Preserving URLs When Overlaying OCLC Records. Steve McDonald Tufts University

Preserving URLs When Overlaying OCLC Records. Steve McDonald Tufts University Preserving URLs When Overlaying OCLC Records Steve McDonald Tufts University Tufts University Our catalog has Nearly 500,000 ebooks Over 100,000 streaming media titles In 120 collections From 40 providers

More information

What is Discover! Additional Resources CountryWatch MathSciNet Literature Resource Center ProQuest: Historical Newspapers PAIS

What is Discover! Additional Resources CountryWatch MathSciNet Literature Resource Center ProQuest: Historical Newspapers PAIS What is Discover! A single interface to search our library s content. This platform provides users with an easy, yet powerful means of accessing resources through a single search. What resources are searched

More information

Getting Started. 1. Sample Data Files

Getting Started. 1. Sample Data Files Getting Started 1. Sample Data Files Sample MARC records need to be downloaded. Get them from: http://marcedit.reeset.net/okl/data.zip Unzip the data to the Desktop Right click, Extract all to Desktop.

More information

SirsiDynix Symphony Training Guide

SirsiDynix Symphony Training Guide SirsiDynix Symphony Training Guide Cataloging and Authority Control January 2015 N a m e o f T r a i n i n g G u i d e i Publication Name: Cataloging and Authority Control Version Number: 3.5 Updated:

More information

Using Edusoft and Excel to Extract SLO Data for the BPSD Growth Target Calculator Spreadsheet by Granger Meador

Using Edusoft and Excel to Extract SLO Data for the BPSD Growth Target Calculator Spreadsheet by Granger Meador Using Edusoft and Excel to Extract SLO Data for the BPSD Growth Target Calculator Spreadsheet by Granger Meador CREATING AND GIVING PRE-TEST: 1. Create separate assessment(s) in Edusoft for your pre-test

More information

Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead

Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead 1 Question #1: What is the benefit to spammers for using someone elses UA code and is there a way

More information

Exporting Repository Records with Item Records Automatically Attached into Millennium (III)

Exporting Repository Records with Item Records Automatically Attached into Millennium (III) Exporting Repository Records with Item Records Automatically Attached into Millennium (III) I.Overview Method created by Hsiu-Ling Lin hsiuling.lin@oit.edu Instructions created by Chris Haupt christine.haupt@oit.edu

More information

General Ledger Updated December 2017

General Ledger Updated December 2017 Updated December 2017 Contents About General Ledger...4 Navigating General Ledger...4 Setting Up General Ledger for First-Time Use...4 Setting Up G/L Parameters...5 Setting the G/L Parameters...6 Setting

More information

Power Query for Parsing Data

Power Query for Parsing Data Excel Power Query Power Query for Parsing Data Data Models Screen 1In Excel 2010 and 2013 need to install the Power Query; however, in 2016 is automatically part of the Data Tab ribbon and the commands

More information

Use That SAP to Write Your Code Sandra Minjoe, Genentech, Inc., South San Francisco, CA

Use That SAP to Write Your Code Sandra Minjoe, Genentech, Inc., South San Francisco, CA Paper DM09 Use That SAP to Write Your Code Sandra Minjoe, Genentech, Inc., South San Francisco, CA ABSTRACT In this electronic age we live in, we usually receive the detailed specifications from our biostatistician

More information

R. Panchyshyn , rev

R. Panchyshyn , rev Print Serials: Copy Cataloging: Fields to Check (RDA Records) Audience: primarily copy cataloging staff Scope: Assist copy catalogers to locate and identify good copy-cataloging bibliographic records in

More information

Introduction to Python and PyMARC

Introduction to Python and PyMARC Introduction to Python and PyMARC Session II: Using PyMARC Lauren Magnuson California State University, San Marcos Hosted by ALCTS: Association for Library Collections & Technical Services Quick Recap

More information

Welcome to Introduction to Microsoft Excel 2010

Welcome to Introduction to Microsoft Excel 2010 Welcome to Introduction to Microsoft Excel 2010 2 Introduction to Excel 2010 What is Microsoft Office Excel 2010? Microsoft Office Excel is a powerful and easy-to-use spreadsheet application. If you are

More information