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

Size: px
Start display at page:

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

Transcription

1 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 Control Team and the I-Share Acquisitions and Serials Team Today s presentation describes how Macro Express macros can significantly help with the batch correction of predictable types of errors in our catalog records. Most of the projects described focus on the identification and repair of a specific problem via a macro, and they do a very good job of it. However, there is another approach which may appeal to you. As with automobiles, sometimes it may be a better idea to trade in your old bib for a fresh copy from OCLC rather than fixing up your old one. And, while we are enjoying Group Services pricing, this can be done without additional OCLC costs, so it is economically favorable. In addition, some of the projects described today do not have a macro solution, so getting fresh bibs from OCLC to replace existing bibs may be the most efficient way to correct the data. As a participant in OCLC s Bibliographic Notification service, I receive fresh copies of bibs from OCLC automatically when the encoding level has been changed or a contents note has been added or changed. I ve frequently noticed that the fresh bib contains other benefits, such as additional and corrected headings, expanded description, correction of obsolete MARC coding, and identification of obsolete records. As I ve been working with CARLI staff to develop today s presentation, I ve noticed that many of the problems found in my catalog have already been fixed in OCLC through their many data cleanup efforts and now through all of our efforts during the Expert Community Experiment. The Negative Side Replacing records will undo any previous edits you made to the bibliographic record unless the same edit has also been done in OCLC as well. During the initial months of my participation in Bibliographic Notification, I observed a few instances where the new bib removed something of value that was present in my old one. My assessment was that overall I gained far more than I lost, and my decision was to accept these rare situations as a reasonable trade-off for the gains and efficiency of the program. Other libraries may reach different conclusions, or wish to do more review of replaced records than I have done. John A. Whisler, EIU April 30, 2009 Page 1

2 The Mechanics Below is an overview of the major steps involved in correcting problems by loading batches of new records from OCLC. Each step is described in more detail in the following section. 1. Identify a group of bibs with a problem using one of the I-Share Shared SQL queries. 2. Extract the OCLC control numbers from the query results and reformat them into OCLC search keys. 3. Load the search keys into Connexion Client and retrieve bibs from OCLC to your OCLC local save file. 4. Export bibs from OCLC local save file to Voyager import file. 5. Load bibs into Voyager either a) manually or b) as a batch load. 6. At least one day after processing the batch, re-run the original Access query to identify bibs that were not corrected. These will need to be corrected by another technique. The Details Step 1. Identify bibs by running Access query. Each of the data cleanup projects described in today s forum presentation begins with an MS Access query that identifies bibs with a particular problem. All of these queries have been posted to the I-Share Shared SQL webpage, available from the URL below: If you do not work with Access queries yourself, there is probably someone else at your institution who can do this for you and supply you with the results. CARLI staff can also do this for you if your I-Share Liaison submits a work request specifying the query you want. Step 2. Extract and format OCLC search keys. As part of the output of each query there is a column labeled NETWORK_NUMBER that usually contains the OCLC control number in the form (OCoLC)ocm or (OCoLC)ocn However, other types of numbers may also appear in this column that are not OCLC numbers, or the bibs may not contain a network number at all. To avoid these non-oclc numbers, you may add a criterion to John A. Whisler, EIU April 30, 2009 Page 2

3 your Access query that restricts results to OCLC numbers as in the following example: Note the criterion Like (OCoLC)* that I have added in the far right column. Note also that you will want to remove this criterion for follow-up runs of the query in Step 6. When the query is run, you will receive results like the example below. If you right click on the NETWORK_NUMBER column header, the whole column will become highlighted, and the option to copy it will become available, either from a new John A. Whisler, EIU April 30, 2009 Page 3

4 window or from the Edit command on the menu bar: Once this column is copied, paste it into a plain text file such as a Notepad document. I keep one named OCLC Search Keys on my desktop just for this purpose: You will now want to delete the first line that says NETWORK_NUMBER. From Notepad s Edit command, use the Replace All function to change all instances of (OCoLC)ocm to # and all cases of (OCoLC)ocn to # (if there are any). John A. Whisler, EIU April 30, 2009 Page 4

5 Your Notepad document should now look like this: Save and close the document. It is now a file of properly formatted OCLC search keys that Connexion Client can process. Step 3. Load search keys into Connexion Client and retrieve bibs to local save file Some preliminary setup of your Connexion Client may be necessary if you have never done batch downloading of records before. I am assuming you have configured your Connexion Client for your institutional login and have established export settings. If you have not, you can find good directions at: The document above includes settings for Connexion Web, which you can skip because batch processing isn t available via ConnexionWeb. You need to look at the Connexion Client portion of the document. From the Connexion Client opening screen, you will see a Tools choice on the menu bar. Open this, and you will see another set of choices, one of which is Options. John A. Whisler, EIU April 30, 2009 Page 5

6 Choosing Options will open a screen with a number of tabs, one of which is labeled Batch. My batch settings look like the screen below, but other settings may also work. Click OK once you have edited your Options. I believe this should be all of the preliminary steps, and you should be ready to proceed. From the Connexion Client opening screen, click on the Batch choice on the menu bar. This opens a menu where you can choose what type of batch action you want. We will choose the first one, Enter Bibliographic Search Keys. John A. Whisler, EIU April 30, 2009 Page 6

7 The following screen should appear: Note the Use default index value is set to None. This is my recommendation. If the value is set to a particular index, Connexion will prefix each search with the index key for the selected index. Notice there is a button in the middle right portion of the screen called Import. Click this button, and a search box appears to locate your file of OCLC search keys on your computer. John A. Whisler, EIU April 30, 2009 Page 7

8 Navigate to where you saved the file of Search keys in Step 2. Click Open and the search keys from your file will appear in the box, with a question on whether to delete your original file or not. I always say No, just in case I want to run them again if there is a failure of some kind. John A. Whisler, EIU April 30, 2009 Page 8

9 After responding to the delete question, Click the Save and the Close buttons at the bottom. Reopen Batch from the menu bar, and this time choose Process Batch from the dropdown choices. John A. Whisler, EIU April 30, 2009 Page 9

10 Click to check the box under Path to select where you want your bibs to go. Usually, the option for File Name DefaultBib.bib.db is the best choice. Then click the box under Process for Online searches. Click the OK button, and searching will begin, showing each OCLC control number as it is being processed. When searching is complete, a report of the retrieved bibs will display (if your settings are like mine). You can close this report, or print it if you want. Step 4. Export bibs from OCLC local save file to Voyager import file. You are now ready to retrieve the bibs from your OCLC local save file. From the Connexion Client main screen, go to Cataloging, then Search, then Local save file. John A. Whisler, EIU April 30, 2009 Page 10

11 A window labeled Search Local Bibliographic Save File will display. Click OK to continue. Right click anywhere in the list of records. An option to Select All should appear. Choose this to highlight them all. Click the little green Export icon (or press the F5 key) to export them all to your Voyager import file. When Exporting is complete, a C will appear in the Export column next to each title. You are now done with OCLC, and you can click the little red garbage can icon to delete all of these records from your OCLC local save file. They should now be in your Voyager import file. If you will import the bibs into Voyager using the cataloging client, follow the instructions in Step 5a. If you will ask CARLI staff to load the bibs into your database using Voyager bulk import functionality, follow the instructions in Step 5b. Step 5a. Load records into Voyager manually. Open your import file from the Voyager Cataloging Client. If you are not familiar with this functionality, see the instructions in Part II (Importing MARC Records into Voyager) from the document available at: John A. Whisler, EIU April 30, 2009 Page 11

12 Save the records into your database as you normally would. Most will result in a Replace transaction, but a few might not. Be sure your cataloging client Options/Preferences/General/Bibliographic Import-Replace Profile is set to OCLCConditional for proper bibliographic duplicate detection functionality. The 019 Problem In their database maintenance efforts, OCLC frequently finds duplicate bibliographic records that represent the same entity, and they move all holdings to one record and delete the other(s). The OCLC number from the deleted bib(s) is placed in field 019 of the retained bib as a cross reference. Sometimes you will have the obsolete record in your database from years ago. Other libraries may have cataloged the item more recently and received the bib with the current OCLC number. These will exist in the I-Share Universal Catalog as two different bibs, and may result in user (and librarian) confusion and incomplete identification of available copies of items during Universal Borrowing transactions. For these reasons, and for general bibliographic neatness, I think it is good to replace bibs with obsolete control numbers with the current version. This should be done using the safe bibliographic replacement techniques as described in the John A. Whisler, EIU April 30, 2009 Page 12

13 following document: I seldom know if my bib s OCLC control number is obsolete unless I am processing batches as described here. One of two things happens when I am loading a replacement bib with a current OCLC number that was retrieved from an obsolete number in my database: 1) duplicate detection fails, and the bib is added as new, or 2) duplicate detection identifies a duplicate at a value less than 100 because matching is detected on data other than the OCLC control number. In both cases, I allow the incoming record to be added as new in my database. I resolve the problem the following day by running an Access query that finds bibs with no holdings. I then examine these bibs, and for those with 019 fields, I search my database for 035A using the 019 field number from the new bib. I can then delete the newly imported bib with no holdings and initiate the safe replacement routine for my obsolete bib. Here is the SQL for the query to find bibs without holdings: SELECT DISTINCT BIB_TEXT.BIB_ID, BIB_TEXT.NETWORK_NUMBER, BIB_MASTER.CREATE_DATE, BIB_TEXT.BIB_FORMAT, BIB_HISTORY.OPERATOR_ID FROM ((BIB_TEXT INNER JOIN BIB_MASTER ON BIB_TEXT.BIB_ID = BIB_MASTER.BIB_ID) LEFT JOIN BIB_MFHD ON BIB_MASTER.BIB_ID = BIB_MFHD.BIB_ID) INNER JOIN BIB_HISTORY ON BIB_TEXT.BIB_ID = BIB_HISTORY.BIB_ID WHERE (((BIB_MFHD.MFHD_ID) Is Null)) ORDER BY BIB_MASTER.CREATE_DATE; The query shows the operator ID as part of its results. If you use a special operator ID for bib replacement projects, it is easier to find cases like these. Step 5b. Load records into Voyager in batch mode. You will want to begin by studying the following document. I would also strongly advise consulting with CARLI before your first batch load project to make sure all bases are covered. You will need to add appropriate coding to each bib record s 049 field based on the Mode you choose. You will probably want to follow the instructions in the above document for No Holdings Replace mode. Back in Step 3, when you had your bibs in your OCLC local save file, you can apply this coding very easily by creating a constant data form with just the 049 field constructed exactly as you want it. With all the records highlighted in the title display, apply the constant data, and all will be edited at once. John A. Whisler, EIU April 30, 2009 Page 13

14 You will also need to have the appropriate Bulk Import Rule established in your System Administration module, as documented in the link above. After you have exported your file of edited bibs from OCLC s local save file to your Voyager import file (Step 4 above), you can upload the file to your library s ftp directory on the reports/files server. If you don t normally get or put files to this server, you will need to work with someone from your library who is familiar with this process, because access to this server is password protected. The file should be given a distinctive name. Your I-Share Liaison can now file a Work Request Online to have the file loaded into your database. A test run of the first ten records is usually done to determine that all processes are correct. When you approve the test, the rest will be processed. When duplicate detection fails to identify a duplicate to replace, the incoming record will be added as a new record in the database. This means that the same issues concerning obsolete records and the 019 field discussed above will pertain here as well. Step 6. After at least one day, re-run your original Access query to see what problems remain. If you applied the criterion limiting retrieval results to records containing OCLC numbers only, as described in Step 2, you will want to remove this criterion for follow-up query runs, so that any bibs that do not contain OCLC numbers will be included in the results. Any bibs that are retrieved after you ve replaced them did not have their problem solved in OCLC. You will need to investigate and determine the feasibility of correcting these problems yourself in OCLC during the Expert Community Experiment, or correct them directly in Voyager using shared macros or manual editing. Getting Help For questions in this document related to I-Share Shared SQL queries or I-Share Shared Macros or Voyager-specific functionality, contact the CARLI Office (support@carli.illinois.edu) For questions in this document related to OCLC Connexion Client functionality, contact the ILLINET/OCLC Office (oclc1@ilsos.net). For questions in this document related to the workflow used at EIU, contact John Whisler (jawhisler@eiu.edu) John A. Whisler, EIU April 30, 2009 Page 14

Finding and Importing Records from the Hybrid KLC (Koha Libraries)

Finding and Importing Records from the Hybrid KLC (Koha Libraries) Finding and Importing Records from the Hybrid KLC (Koha Libraries) 1. Login to the Staff side of ShareIt. 2. At the search interface, search for the item by ISBN or title/author. Tip: Searching by ISBN

More information

Serials Holdings. OCLC WorldShare Management Services. Adding Serials Holdings. OCLC Training

Serials Holdings. OCLC WorldShare Management Services. Adding Serials Holdings. OCLC Training OCLC Training OCLC WorldShare Management Services Serials Holdings Adding Serials Holdings 1. Go to WorldShare Management Services *Acquisitions and select Discover Items. Select All WorldCat if this is

More information

Set Defaults to set session defaults for purchase orders, line items, line item copies/funds, etc.

Set Defaults to set session defaults for purchase orders, line items, line item copies/funds, etc. ORBIS ACQUISITIONS Workflows at a glance Acquisitions Toolbar Set Defaults to set session defaults for purchase orders, line items, line item copies/funds, etc. Set Preferences to set color and font size

More information

Club Leader Access to 4-H Online

Club Leader Access to 4-H Online Club Leader Access to 4-H Online Login to 4-H Online Enrollment System Login to 4HOnline at https://mt.4honline.com. Click on the I have a profile button. Type in your family email and password. The role

More information

Easy Survey Creator: User s Guide

Easy Survey Creator: User s Guide Easy Survey Creator: User s Guide The Easy Survey Creator software is designed to enable faculty, staff, and students at the University of Iowa Psychology Department to quickly and easily create surveys

More information

Using I-Share to Request Materials through Interlibrary Loan

Using I-Share to Request Materials through Interlibrary Loan Using I-Share to Request Materials through Interlibrary Loan --A Guide for ILLINET Libraries-- About Requesting through I-Share Libraries affiliated with an Illinois regional library system (otherwise

More information

This survey is the second of 2 surveys that CARLI will ask you to complete to assist with your library s bibliographic data migration.

This survey is the second of 2 surveys that CARLI will ask you to complete to assist with your library s bibliographic data migration. DMQ Follow-up Questions - 2018 New I-Share Libraries Introduction This survey is the second of 2 surveys that CARLI will ask you to complete to assist with your library s bibliographic data migration.

More information

PlanWell Enterprise. User Manual

PlanWell Enterprise. User Manual PlanWell Enterprise User Manual 1 Table of Contents Finding PlanWell and Logging On... 4 Public Projects... 5 Guest Access... 5 Login to your Account... 6 Populating Shopping Cart... 6 Most Current Set...

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

Icons what they mean. - Checks the authority files. - Validates the MARC fields. - Checks for duplicates. - Place a hold.

Icons what they mean. - Checks the authority files. - Validates the MARC fields. - Checks for duplicates. - Place a hold. What to notice when looking at bibliographic record: and the mouse wheel allows for one to zoom in and out but only in the MARC display Owner most bibliographic records are owned by SHARE If owned

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

Top Ten Questions About IRBNet.org

Top Ten Questions About IRBNet.org Top Ten Questions About IRBNet.org 1. How do I register? Registration is easy. To register, simply navigate your web browser www.irbnet.org. The login area for IRBNet is in the upper right corner of the

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

Installation Guide For Choic . Enterprise Edition. When Installing On The Same Server As: Microsoft s Exchange 5.5 Mail Server

Installation Guide For Choic . Enterprise Edition. When Installing On The Same Server As: Microsoft s Exchange 5.5 Mail Server Installation Guide For ChoiceMail Enterprise Edition When Installing On The Same Server As: Microsoft s Exchange 5.5 Mail Server May, 2004 Version 2.5.2 Table of Contents Page Downloading and Running the

More information

SGSonSITE User Guide. User Guide to SGSonSITE ecertification. ecertificate OPERATION. Version 3.0

SGSonSITE User Guide. User Guide to SGSonSITE ecertification. ecertificate OPERATION. Version 3.0 Issue date: 07.06.2012 Author: Eleonor Tolete Page n : 1 of 45 SGSonSITE User Guide ecertificate Version 3.0 Back Office User s Manual ecertificate E.Tolete Page n : 2 of 47 What is SGSonSITE? SGSonSITE

More information

Microsoft Dynamics GP is a robust accounting package that can meet

Microsoft Dynamics GP is a robust accounting package that can meet In This Chapter Chapter 1 What Microsoft Dynamics GP Does Best Familiarizing yourself with the Microsoft Dynamics GP window Understanding Dynamics GP terms Knowing how Dynamics GP keeps your CPA happy

More information

Enterprise Reporting -- APEX

Enterprise Reporting -- APEX Quick Reference Enterprise Reporting -- APEX This Quick Reference Guide documents Oracle Application Express (APEX) as it relates to Enterprise Reporting (ER). This is not an exhaustive APEX documentation

More information

MARS 2.0. Authority Control Planning Guide

MARS 2.0. Authority Control Planning Guide MARS 2.0 Authority Control Planning Guide 4 BACKSTAGE LIBRARY WORKS 5 Step 1: Data Setup SYNOPSIS Step 1 details the setup information for transferring your bibliographic or authority records. This setup

More information

MultiSite Suite: General Ledger

MultiSite Suite: General Ledger MultiSite Suite: General Ledger User s Manual version 2.2.97 Copyright & Trademarks Copyright Notice and Trademarks 2003 by Brent Lawrence, LLC. All rights reserved. Reprinted and edited by MultiSite Systems,

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

BullsEye Digital Voice Toolbar Quick Reference Guide

BullsEye Digital Voice Toolbar Quick Reference Guide This guide will help you get started using your BullsEye digital voice services, and in particular, the Digital Voice Toolbar. INTRODUCING THE DIGITAL VOICE TOOLBAR Similar to the Digital Voice Call Manager,

More information

Remote Deposit Capture for Businesses

Remote Deposit Capture for Businesses Remote Deposit Capture for Businesses QUICK REFERENCE GUIDE Customer Support Cash Management Support Team: 973-924- 2921 Before You Begin The purpose of this guide is for quick reference on Merchant Capture.

More information

Remote Deposit Capture Quick Guide

Remote Deposit Capture Quick Guide Remote Deposit Capture Quick Guide Customer Support 1-877-895-7580 Specialists are available by phone during the following hours: Mon - Fri: 7:30 a.m. - 5:30 p.m. Before You Begin The purpose of this guide

More information

The key objectives for this session are:

The key objectives for this session are: 4 The key objectives for this session are: Being able to create sets, and manage sets in the event you need to modify an existing set Differentiate between the 2 types of sets that are available in Alma,

More information

HTTPS The New B2Bi Portal. Bank of America s secure web transmission interface user guide

HTTPS The New B2Bi Portal. Bank of America s secure web transmission interface user guide HTTPS The New B2Bi Portal Bank of America s secure web transmission interface user guide This manual contains proprietary and confidential information of Bank of America and was prepared by the staff of

More information

CCQAS 2.8 TRAINING MANUAL First Edition (2006)

CCQAS 2.8 TRAINING MANUAL First Edition (2006) CCQAS 2.8 TRAINING MANUAL First Edition (2006) CCQAS 2.8 Training Manual Table of Contents 1. OASD/HA Policy Memorandum (1) 2. Overview Slides (7) 3. Training Agenda (2) 4. Lesson Plans (34) 5. Training

More information

Tools and Navigation. Navigating the Main Landing Page

Tools and Navigation. Navigating the Main Landing Page Navigating the Main Landing Page 3 4 6 2 5 1 7 1. On the Workday landing page, you will find worklets that provide access to tasks and reports. Click on any icon to view your available options. 2. Your

More information

I. ATTORNEY ADMINISTRATION OVERVIEW...3. HELP CENTER...4 Documents Web Tutorials Online Seminar Technical Support INVITE A CLIENT TO MYCASEINFO...

I. ATTORNEY ADMINISTRATION OVERVIEW...3. HELP CENTER...4 Documents Web Tutorials Online Seminar Technical Support INVITE A CLIENT TO MYCASEINFO... I. ATTORNEY ADMINISTRATION OVERVIEW...3 II. III. IV. HELP CENTER...4 Documents Web Tutorials Online Seminar Technical Support INVITE A CLIENT TO MYCASEINFO...7-8 CLIENT MANAGEMENT Sorting and Viewing Clients...8-9

More information

erequest How to apply guide

erequest How to apply guide Overview is an application that assists UCB in request life cycle management. UCB has clear guidance in place on what they can support or sponsor. Online requests will go through an internal review and

More information

Loan Closing Advisor SM. User Guide. December 2017

Loan Closing Advisor SM. User Guide. December 2017 Loan Closing Advisor SM User Guide December 2017 Notice This User Guide is Freddie Mac s CONFIDENTIAL INFORMATION as defined in and subject to the provisions of the Freddie Mac Single Family Seller/Servicer

More information

Loading WCP Records into NZ

Loading WCP Records into NZ 1 Loading WCP Records into NZ last updated 09/26/2016; Created by the YBP EOCR Record Loads in Alms Group Because what you do impacts other libraries, it s important to be careful when adding records to

More information

DataBar Online User Tutorial Updated September 2016

DataBar Online User Tutorial Updated September 2016 DataBar Online User Tutorial Updated September 2016 The DataBar Online tool was created to allow sellers of produce to communicate their Global Trade Item Numbers (GTINs) encoded inside of the DataBar

More information

Reports: SQL & SimplyReports. Fall 2014

Reports: SQL & SimplyReports. Fall 2014 Reports: SQL & SimplyReports Fall 2014 General Links on BCCLS Staff page Username/Password the same as Polaris software. Statistics Page SQL Reports: Custom & Delivered http://rpts.bccs.org/reports Use

More information

Installation guide for Choic . Enterprise Edition. When Installing On The Same Server As: Microsoft s Exchange 2000 & 2003 Mail Servers

Installation guide for Choic . Enterprise Edition. When Installing On The Same Server As: Microsoft s Exchange 2000 & 2003 Mail Servers Installation guide for ChoiceMail Enterprise Edition When Installing On The Same Server As: Microsoft s Exchange 2000 & 2003 Mail Servers May, 2004 Version 2.5.2 Table of Contents Page Downloading and

More information

awarding excellence Parnassus FAQs

awarding excellence Parnassus FAQs Parnassus FAQs This document is designed to help answer frequently asked questions and resolve problems that you might encounter when using Parnassus. Please note that some of the screen shots will not

More information

DiskBoss DATA MANAGEMENT

DiskBoss DATA MANAGEMENT DiskBoss DATA MANAGEMENT Disk Change Monitor Version 9.3 May 2018 www.diskboss.com info@flexense.com 1 1 Product Overview DiskBoss is an automated, policy-based data management solution allowing one to

More information

WhereScape RED Installation

WhereScape RED Installation WhereScape RED Installation This document is intended for new WhereScape RED customers. It explains how to download RED, install license keys and obtain support if required. WhereScape RED is distributed

More information

NQF ONLINE MEASURE SUBMISSION FORM USERS GUIDE

NQF ONLINE MEASURE SUBMISSION FORM USERS GUIDE NQF ONLINE MEASURE SUBMISSION FORM USERS GUIDE VERSION 1.1 Guide Version 1.0 01/11 TABLE OF CONTENTS PART 1: TECHNICAL SUPPORT FOR SUBMISSION FORM TABLE OF CONTENTS... CREATING AN INDIVIDUAL ACCOUNT...

More information

WorldCat data sync collections: Staging Quick Reference

WorldCat data sync collections: Staging Quick Reference WorldCat data sync collections: Staging Quick Reference Introduction When you are creating a bibliographic or bibliographic and local holdings records data sync collection, you have the option to limit

More information

Let us know what you d like to do:

Let us know what you d like to do: Thank you for registering your new Co-operative Energy online account. Your new online account has a fresh new look and brings home energy management right to your fingertips. Below you will find a guide

More information

Partnership for Educator Preparation. Annual Program Data Reporting System USER GUIDE

Partnership for Educator Preparation. Annual Program Data Reporting System USER GUIDE April 2018 ILLINOIS STATE BOARD OF EDUCATION Partnership for Educator Preparation Annual Program Data Reporting System USER GUIDE OVERVIEW In order to advance the work of educator preparation programs

More information

INSIGNIA LIBRARY SYSTEM TRAINING GUIDE FOR TORONTO CATHOLIC SCHOOL DISTRICT DATE: AUG 25 -SEP 05/2014 INSIGNIA SOFTWARE CORPORATION

INSIGNIA LIBRARY SYSTEM TRAINING GUIDE FOR TORONTO CATHOLIC SCHOOL DISTRICT DATE: AUG 25 -SEP 05/2014 INSIGNIA SOFTWARE CORPORATION INSIGNIA LIBRARY SYSTEM TRAINING GUIDE FOR TORONTO CATHOLIC SCHOOL DISTRICT DATE: AUG 25 -SEP 05/2014 INSIGNIA SOFTWARE CORPORATION Table of Contents Welcome to Insignia Software... 4 System Requirements...

More information

Getting Started in CAMS Enterprise

Getting Started in CAMS Enterprise CAMS Enterprise Getting Started in CAMS Enterprise Unit4 Education Solutions, Inc. Published: 18 May 2016 Abstract This document is designed with the new user in mind. It details basic features and functions

More information

Confluence User Training Guide

Confluence User Training Guide Confluence User Training Guide Below is a short overview of wikis and Confluence and a basic user training guide for completing common tasks in Confluence. This document outlines the basic features that

More information

The Internal Market Information System. Frequently Asked Questions

The Internal Market Information System. Frequently Asked Questions EUROPEAN COMMISSION Directorate General Internal Market and Services SERVICES Administrative cooperation and Member State networks The Internal Market Information System Frequently Asked Questions (March

More information

MyCaseInfo Attorney User's Guide. A Best Case Bankruptcy Add-on Tool

MyCaseInfo Attorney User's Guide. A Best Case Bankruptcy Add-on Tool MyCaseInfo Attorney User's Guide A Best Case Bankruptcy Add-on Tool 2 Table of Contents I. ATTORNEY ADMINISTRATION OVERVIEW... 4 II. HELP CENTER... 5 Documents Web Tutorials Online Seminar Technical Support

More information

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at : GOOGLE APPS Application: Usage: Program Link: Contact: is an electronic collaboration tool. As needed by any staff member http://www.google.com or http://drive.google.com If you have difficulty using

More information

Choic s Administrative Login Guide

Choic s Administrative Login Guide ChoiceMail s Administrative Login Guide ChoiceMail Enterprise provides you with an Administrative Login from which you can control Global settings and administer User Accounts all through a web interface.

More information

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10 Land Information Access Association Community Center Software Community Center Editor Manual May 10, 2007 - DRAFT This document describes a series of procedures that you will typically use as an Editor

More information

ICON Laboratory Services, Inc. isite User Guide

ICON Laboratory Services, Inc. isite User Guide ICON Laboratory Services, Inc. isite User Guide TABLE OF CONTENTS Section 1 Introduction and Creating an Account in isite... 2 Section 2 Log In... 3 2.1 Selecting a Study... 3 Section 3 Viewing Lab Reports...

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions ABOUT THE COMMUNITY What is an online research community? An online research community is a group of individuals with similar interests, and experiences, who have voluntarily

More information

Service Manager. powered by HEAT. Migration Guide for Ivanti Service Manager

Service Manager. powered by HEAT. Migration Guide for Ivanti Service Manager Service Manager powered by HEAT Migration Guide for Ivanti Service Manager June 16, 2017 Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc.

More information

RITIS Training Module 4 Script

RITIS Training Module 4 Script RITIS Training Module 4 Script Welcome to the Regional Integrated Information System or RITIS Module 04 CBT. To begin, select the start button or press Shift+N on your keyboard. This training module will

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

Review Response Submission Form

Review Response Submission Form Review Response Submission Form This form is used to reply to the IRB and address the issues/stipulations raised when the IRB conditionally approves the submission, defers it, returns it as Incomplete

More information

DEVELOPED BY THE SHARE BIBLIOGRAPHIC SERVICES TEAM SPRING 2013 REVISED MAY

DEVELOPED BY THE SHARE BIBLIOGRAPHIC SERVICES TEAM SPRING 2013 REVISED MAY ITEM RECORDS DEVELOPED BY THE SHARE BIBLIOGRAPHIC SERVICES TEAM SPRING 2013 REVISED MAY 2014 Table of Contents General cataloging steps... 3 Matching... 3 General match points... 3 Creating Item Records...

More information

TOPSpro Quick Start Tutorial Overview

TOPSpro Quick Start Tutorial Overview TOPSpro Quick Start Tutorial Overview Welcome to TOPSpro! This powerful computerized database system helps students, teachers, and program administrators in adult education. TOPSpro, a CASAS software program,

More information

The CHECKBOX Quick Start Guide

The CHECKBOX Quick Start Guide The CHECKBOX Quick Start Guide This guide will provide step-by-step directions in order to help you get started faster with Checkbox. First, Some Basic Concepts The CHECKBOX Survey Lifecycle Create Edit

More information

Volunteer Management Information System. AVCC User Guide

Volunteer Management Information System. AVCC User Guide Volunteer Management Information System AVCC User Guide Contents 1.0 - Welcome to VMIS... 4 Glossary... 4 VMIS Registration... 5 Army Family Web Portal (AFWP) & AFWP Accounts... 5 Single Sign-On (SSO)...

More information

Ethical Review Manager. Applicant User Guide

Ethical Review Manager. Applicant User Guide Ethical Review Manager Applicant User Guide Last Updated: June 2017 Introduction The Ethical Review Manager (ERM) System has been designed to enable applications for ethical approval to conduct research

More information

Learner. Help Guide. Page 1 of 36 Training Partner (Learner Help Guide) Revised 09/16/09

Learner. Help Guide. Page 1 of 36 Training Partner (Learner Help Guide) Revised 09/16/09 Learner Help Guide Page 1 of 36 Table of Contents ACCESS INFORMATION Accessing Training Partner on the Web..... 3 Login to Training Partner........ 4 Add/Change Email Address....... 6 Change Password.........

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev

Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev Impossible Solutions, Inc. JDF Ticket Creator & DP2 to Indigo scripts Reference Manual Rev. 06.29.09 Overview: This reference manual will cover two separate applications that work together to produce a

More information

NCUSD 203 Campus Portal Login FAQ

NCUSD 203 Campus Portal Login FAQ This document will provide you answers to all of your questions regarding setting up and troubleshooting issues with your Campus Portal Login Account. Please see the list of frequently questions below.

More information

ACH Payments. User Guide

ACH Payments. User Guide ACH Payments User Guide Table of Contents Overview... 2 Supported SEC Codes... 2 Create Batch... 2 Creating a Free Form Batch... 3 Creating a Batch from a Template... 14 Manage Batch Templates... 21 Transaction

More information

1. ECI Hosted Clients Installing Release 6.3 for the First Time (ECI Hosted) Upgrading to Release 6.3SP2 (ECI Hosted)

1. ECI Hosted Clients Installing Release 6.3 for the First Time (ECI Hosted) Upgrading to Release 6.3SP2 (ECI Hosted) 1. ECI Hosted Clients........................................................................................... 2 1.1 Installing Release 6.3 for the First Time (ECI Hosted)...........................................................

More information

Federal Vendor Portal & e-invoicing User Guide. January 2018

Federal Vendor Portal & e-invoicing User Guide. January 2018 Federal Vendor Portal & e-invoicing User Guide January 2018 Federal Vendor Portal IMPORTANT NOTICE TO: Deloitte s Federal Practice Suppliers As part of our due diligence to pre-qualify suppliers for potential

More information

Training Manual and Help File

Training Manual and Help File Training Manual and Help File 30.06.2011 Update Manage Grow Welcome to your new Juniper Website Management System with CMS Introduction The Juniper Website Management System with CMS (Website Content Management

More information

PlanWell 4.0 User Guide

PlanWell 4.0 User Guide PlanWell 4.0 User Guide Contents Finding Planwell and Logging On 2 Planwell Access Portals 2 Document Selection 3 Build a Set 4 Most Current Set 4 Custom Packages 4 Issue Tree 5 Standard Order Process

More information

Connexion Client Module 4 Save Files and Batch Processing

Connexion Client Module 4 Save Files and Batch Processing Knowledge Check Test Your Knowledge Connexion Client Module 4 Save Files and Batch Processing 1) What is the difference between an export file and a save file in Connexion? 2) If you have records in your

More information

Migration Guide Service Manager

Migration Guide Service Manager Migration Guide 2017.3.1 Service Manager powered by HEAT Copyright Notice This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates (referred to

More information

Applying for a Job. Step-by-Step Instructions

Applying for a Job. Step-by-Step Instructions Applying for a Job Step-by-Step Instructions Table of Contents Create a New Account....... 3 First Time Applicant - Search for Jobs..... 9 Check Status of your Application...... 14 Incomplete Application.......

More information

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1 IT Training Services SharePoint 2013 Getting Started Version: 2015/2016 V1 Table of Contents ACCESSING SHAREPOINT SITE 1 IT Intranet SharePoint Site... 1 Create a SubSite... 1 DOCUMENT LIBRARIES 2 Create

More information

Support Portal Guide VERSION 1.0

Support Portal Guide VERSION 1.0 Support Portal Guide VERSION 1.0 Release Date December 2017 Table of Contents Introduction... 3 Support Incidents... 4 LANSA Support Portal Login... 4 Log an Incident... 7 Search for Incidents... 12 Incident

More information

Batch Scheduler. Version: 16.0

Batch Scheduler. Version: 16.0 Batch Scheduler Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Connect Support Request Guide

Connect Support Request Guide Connect Support Request Guide Version 2.0 January 2016 TABLE OF CONTENTS INTRODUCTION... 3 SECTION ONE CHANNELS FOR SUBMITTING CONNECT SERVICE REQUESTS... 5 Channels for all Connect Users... 5 Recommended

More information

Instructions for OCLC Local Holdings Maintenance

Instructions for OCLC Local Holdings Maintenance Instructions for OCLC Local Holdings Maintenance Union List of Serials Revised December 12, 2011 Originally created for use by Resource Sharing Alliance (RSA) members by Erica Laughlin, Resource Sharing

More information

What will I learn today?

What will I learn today? What will I learn today? CNG Safe Hierarchy Dashboard Customize Your View Toolbars and Buttons CNG Speed Bar What can We Do with a CNG Document So Many Ways to Search in CNG Sorting How to File in CNG

More information

Shopping Cart: Queries, Personalizations, Filters, and Settings

Shopping Cart: Queries, Personalizations, Filters, and Settings Shopping Cart: Queries, Personalizations, Filters, and Settings on the Shopping Cart Home Page Use this Job Aid to: Learn how to organize the Shopping Cart home page so that it is easier to use. BEFORE

More information

Primus Hosted PBX Assistant Toolbar Reference Guide

Primus Hosted PBX Assistant Toolbar Reference Guide Primus Hosted PBX Assistant Toolbar Reference Guide To Download the Hosted PBX Assistant Toolbar, visit www.primus.ca/hpbxguide or select Help from the Hosted PBX Portal and locate the Hosted PBX Assistant

More information

CourseWorks Quick Start

CourseWorks Quick Start Introduction CourseWorks Quick Start CourseWorks (aka Sakai ) is the university's new course management system, which allows instructors to develop and maintain course Web sites. With CourseWorks, instructors

More information

Inventory Procedures

Inventory Procedures Inventory Procedures Contents Overview... 3 What you ll need:... 3 Formulating a plan:... 3 Basic Workflow:... 3 Setting Up the Tablet (ios)... 4 Setting Up the Scanner... 8 Scanning... 9 Appendix A: Log

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 22.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Remote Deposit Capture Mac Installation Guide. Enterprise Source Capture

Remote Deposit Capture Mac Installation Guide. Enterprise Source Capture Remote Deposit Capture Mac Installation Guide Enterprise Source Capture Version 1.2 Installation Fiserv Ranger for Mac Remote Deposit Capture Training August 2016 Installation Download the zipped (.zip)

More information

Volume. User Manual and Resource Guide

Volume. User Manual and Resource Guide Volume 1 User Manual and Resource Guide User Manual and Resource Guide Game Gurus United States Telephone: (415) 800-3599 Brazil Telephone: 55 84-8723-2557 Email: info@gamegurus.com Table of Contents What

More information

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1 DSWR User Guide In effect from January 29 th,, 2017 BCLDB Direct Sales Web Reporting User Guide Page 1 Contents Introduction... 4 Before You Get Started... 4 Registering for the DSWR Application... 5 Log-in...

More information

Student Guide. Short: Electronic Facility Clearance System (e-fcl): A Review for Industrial Security Representatives. 10 minutes

Student Guide. Short: Electronic Facility Clearance System (e-fcl): A Review for Industrial Security Representatives. 10 minutes Short: Electronic Facility Clearance System (e-fcl): A Review for Industrial Security Representatives Objective Estimated completion time Demonstrate knowledge of the e-fcl process 10 minutes Overview

More information

Chimpegration for The Raiser s Edge

Chimpegration for The Raiser s Edge Chimpegration for The Raiser s Edge Overview... 3 Chimpegration Versions... 3 Chimpegration Basic... 3 Chimpegration Professional... 3 The Raiser s Edge Versions... 3 Installation... 3 Set up... 4 Activation...

More information

Creating a Data Collection Form with EpiCollect5

Creating a Data Collection Form with EpiCollect5 Reference Guide for Creating Field Surveys Epicollect5 is a free web-based tool that enables you to collect customized data (including location and media) in the field using a mobile device. You can easily

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

Chapter 1 -- Getting Started, Getting Help

Chapter 1 -- Getting Started, Getting Help Chapter 1 -- Getting Started, Getting Help Logging In Click on the Evergreen staff client icon located on your desktop or select the Evergreen Staff Client from your Start menu: The login screen opens:

More information

Sage Construction Anywhere Setup Guide

Sage Construction Anywhere Setup Guide Sage Construction Anywhere Setup Guide Sage 300 Construction and Real Estate Sage University This is a publication of Sage Software, Inc. Copyright 2014 Sage Software, Inc. All rights reserved. Sage, the

More information

International Trade Online

International Trade Online International Trade Online USER GUIDE For informational purposes only, not considered an advertisement. INTERNATIONAL TRADE ONLINE International Trade Online is the web-based offering from M&T Bank to

More information

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool VERSION 7 JUNE 2018 Union Benefits Employer User Guide Data Collection Tool About this guide This document is intended to provide an overview of the main sections of the Data Collection Tool ( DCT ) for

More information

epact2 User Guide New Features and Changes in epact2 Logging in and out of epact Landing Page... 2 Creating Content... 3 Sharing Content...

epact2 User Guide New Features and Changes in epact2 Logging in and out of epact Landing Page... 2 Creating Content... 3 Sharing Content... epact2 User Guide New Features and Changes in epact2 Contents Logging in and out of epact2... 1 Landing Page... 2 Creating Content... 3 Sharing Content... 4 Archiving and Un-archiving... 4 ASTRO and Standard

More information

MaineStreet Financials 8.4. General Ledger

MaineStreet Financials 8.4. General Ledger MaineStreet Financials 8.4 General Ledger Excel Journal Entry General Ledger Page 1 of 47 Excel Journal Entry TABLE OF CONTENTS 1. PEOPLESOFT FINANCIALS GENERAL LEDGER... 4 2. EXCEL JOURNAL ENTRY PROCESS...

More information

An Introduction to Box.com

An Introduction to Box.com An Introduction to Box.com Box is an online file sharing and cloud content management service and it provides features such as: Security controls Space Mobility Online collaboration Mobile access Version

More information

Intellix Payments Reference Guide

Intellix Payments Reference Guide Intellix Payments Reference Guide Table of Contents Overview 3 Accessing Payment Functionality 3 About this Guide and Additional Training 3 Using List Functionality in Intellix Payments 4 Overview 4 Standard

More information

Weill Research Gateway

Weill Research Gateway Table of Contents The - What is the? - Logging In to WRG - The WRG Homepage Conflicts of Interest - What are Conflicts of Interest? - Submitting your Conflicts Survey - Submitting a Travel Disclosure -

More information

User s Guide for Suppliers

User s Guide for Suppliers Streamline Collaborate Take Control User s Guide for Suppliers Powered by Johnson & Johnson Global Translation Center Contents Terminology... 1 Conventions... 1 Mandatory vs. Optional Fields... 1 Button

More information