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

Size: px
Start display at page:

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

Transcription

1 Introduction to MarcEdit iskills Workshop Series. University of Toronto. Faculty of Information. Winter Instructor: R. Antonio Muñoz Gómez. 1 Learning outcomes By the end of this workshop, students will be able to: 1. Understand some of the basic concepts of Machine Readable Cataloguing (MARC) 2. Use MarcEdit to perform simple tasks, such as: a. Obtain bibliographic records using the Z39.50 client b. Apply batch transformations to bibliographic records, like adding, deleting, and/or modifying fields, subfields, and indicators 3. Understand basic principles of regular expressions (regex) and their usefulness for data cleanup Preliminary notes MarcEdit is free software programmed by Terry Reese, librarian at the Ohio State University. You may download a copy from: In this workshop, we will use version 6.3 of the software, which was the latest stable version at the time that this workshop and handout were put together. Since then, a new version (MarcEdit 7) has been released. The skills that you will learn in this workshop are perfectly compatible with the newest version of the software. Obtaining MARC records In the workplace you may work with MARC record files that may come from various sources, including: Your own library catalogue Vendor records Records obtained from other libraries using the Z39.50 protocol MarcEdit Z39.50 client In order to obtain records from other institutions, we first need to configure our Z39.50 client, adding the database(s) that we want to query. The Z39.50 Target Directory ( has the names, addresses, ports, and other technical information required to query library databases and obtain MARC records. 1 This workshop and handout were made possible in part thanks to the collaboration of Sarah Gorman and Jordan Pedersen, first-year students at the Faculty of Information, University of Toronto, and TALint students in metadata and electronic resources at the University of Toronto Libraries.

2 Introduction to MarcEdit 2 NOTE: Some databases may require authorization credentials for access or additional functionality. Configuring the Z39.50 Client Step 1 : Find a database to query Go to the Z39.50 Target Directory ( and use the Find a target option to find a library whose database you would like to query. Some examples include: the University of Toronto, University of Alberta, Toronto Public Library. Step 2 : In MarcEdit > Z39.50/SRU Client > Modify Databases > Add Database Step 3 : Copy-paste the relevant information in the corresponding fields: Name Host Database Port Syntax Step 4 : Check Show Database Step 5 : Save Exercise 1 : Adding a database to the Z39.50 client Repeat the above process to add the Toronto Public Library database to your list. Name: Toronto Public Library Host: symphony.torontopubliclibrary.ca Database: unicorn Port: 2200 Syntax: usmarc Exercise 2 : Querying databases to obtain records For this example, we will use the ISBN of a book as our search parameter. Step 1 : In MarcEdit > Z39.50/SRU Client > Search Mode Step 2 : Enter your query and search parameters Search: [type the ISBN for your book] Select the ISBN option from the menu Select the database(s) you want to query Check Retrieve Unicode and select UTF8 character set

3 Introduction to MarcEdit 3 Step 3 : Click on the green arrow If your search was successful, you should see one or more records in the Results section. Double-click on a record to preview and inspect it. Once you have chosen a record to download, select the preferred folder for download and save the file with the.mrc extension You can repeat this process and either append new records to the same file, or create new files. NOTE: The.mrk extension is used for files that you only intend to use in MarcEdit. The.mrc extension is used for files that will be loaded into your library system. MarcEdit supports both extensions, but only.mrc will work when loading records into your library system. MARC basics MARC stands for MAchine Readable Cataloguing, and it is currently the standard most widely used in libraries to structure and share bibliographic information. At present, the Library of Congress s Bibframe is a likely/potential candidate to replace MARC. MARC is used in combination with other metadata standards and data models, such as the Anglo American Cataloguing Rules, Second Edition (AACR2), Resource Description and Access (RDA), and the Library Reference Model (LRM) MARC records consist of a series of text strings or fields. Each field is identified by a three-digit combination. Fields with a value larger than 008 can further have two indicators (digits) and alphanumeric subfields (varying in number depending on each field) $athe Little Mermaid /$cby Hans Christian Andersen Where: 245 = Field 1 = First Indicator 4 = Second Indicator $a = Subfield $c = Subfield Detailed information about each field, indicators, and subfields, is available at:

4 Introduction to MarcEdit Title Statement (NR) MARC 21 Bibliographic Full October 2008 First Indicator Second Indicator Title added entry Nonfiling characters 0 No added entry 0 No nonfiling characters 1 Added entry 1-9 Number of nonfiling characters Subfield Codes $a Title (NR) $k Form (R) $b Remainder of title (NR) $n Number of part/section of a work (R) $c Statement of responsibility, etc. (NR) $p Name of part/section of a work (R) $f Inclusive dates (NR) $s Version (NR) $g Bulk dates (NR) $6 Linkage (NR) $h Medium (NR) $8 Field link and sequence number (R) FIELD DEFINITION AND SCOPE Title and statement of responsibility area of the bibliographic description of a work. Title Statement field consists of the title proper and may also contain the general material designation (medium), remainder of title, other title information, the remainder of the title page transcription, and statement(s) of responsibility. The title proper includes the short title and alternative title, the numerical designation of a part/section and the name of a part/section. For mixed material, the title statement is defined as the name by which the material is known. The field may contain inclusive dates (subfield $f) and bulk dates (subfield $g) pertaining to a collection. For collections with no formal bibliographic title, subfield $k (Form) is used. Subfield $k may also be used to indicate "form" even if a formal title is given in subfields $a, $b, and $c. MARC notation Library of Congress documentation uses the dollar sign ($) to indicate subfields, and the pound sign (#) to indicate blank data elements. 300 ## $a100 pages :$billustrations ;$c26 cm. MarcEdit uses the equals sign (=) to indicate fields, the dollar sign ($) to indicate subfields, and the backslash (\) to indicate blank data elements. MarcEdit uses two spaces between the field number and the indicator codes. =300 \\$a100 pages :$billustrations ;$c26 cm. Different library systems may use the pipe sign ( ) or the double dagger ( ) to indicate subfields. For some fields (e.g. 008), the pipe sign ( ) may indicate no attempt to code.

5 Introduction to MarcEdit 5 Exercise 3 Imagine that you are creating a bibliographic record for a book and you want to indicate that this book is a translation. (Field 041 Language Code). Assumptions You will be using MARC language codes in this field. The language of the text you have in your hands is German (MARC language code ger). The language of the original text was Italian (MARC language code = ita). In the table below, please write your 041 field as you would enter it in your library system using Library of Congress notation. Write the field again, this time using MarcEdit notation. Please include any appropriate symbols to indicate blanks. Notation Field code Indicator 1 Indicator 2 Subfield Subfield LC MarcEdit Using the MarcEditor tool To open a file If the file has a.mrk extension: o Double-click on it and it will automatically open in the MarcEditor. If the file has a.mrc extension: o Open the MarcEditor tool o File > Open > Choose the folder where your file is saved o Choose.mrc as the file type and select the file that you want to open Inspecting the file It is usually a good idea to get a general sense of your data before you start making changes to it. In MarcEditor > Reports > Field count This will generate a Field Count report which will show you how many records you have, and how many instances of a particular field are in your records. Take note in particular of any fields that you know you will be making changes to. Basic batch modifications Generally speaking, any fields that contain number 9 in them are local fields (they contain information that only applies to the library who created the record). If you are copying records from other libraries into your own library s database (e.g. through Z39.50) you would normally want to get rid of any fields that are local to the other institution.

6 Introduction to MarcEdit 6 NOTE: An important exception to this rule is field 490, which contains series information. Field 500 contains general notes about a book which we can assume apply to all manifestations (instances) of that particular book. Your library may create a 590 field to include a note that is specific to the copy of the book that you have (e.g. your copy is missing some pages, or it has the author s autograph). Exercise 4 For this exercise, we will use the file called records001.mrc Step 1 : In MarcEditor > Open the records001.mrc file Step 2 : In MarcEditor > Reports > Field count Step 3 : Make note of all the fields with a number 9 in them, as well as the number of occurrences: Field Occurrences Exercise 5 : Deleting fields Now we are going to delete all the irrelevant fields that we found above. Step 1 : In MarcEditor > Tools > Add/Delete Field OR Keyboard shortcut : F7 Step 2 : Field: (Write the field number that you want to delete) Delete Field

7 Introduction to MarcEdit 7 Editing indicators Indicators provide additional information about a specific field. For example, the second indicator in field 245 tells us the number of nonfiling characters (characters that will not be used when filing and sorting the field). We use nonfiling characters for definite or indefinite articles at the beginning of a title. The number of nonfiling characters includes any spaces or punctuation immediately following the article. Example 1: Becomes: Title T h e Little Mermaid Nonfiling characters $athe Little Mermaid Example 2: Becomes: Exercise 6 Title A Nonfiling characters 1 2 Streetcar Named Desire $aa Streetcar Named Desire Before we start making transformations, we will examine field 245 to see if any indicators need to be fixed. Step 1 : In MarcEditor > Edit > Find OR Keyboard shortcut: Ctrl + F Find what: =245 (NOTE: Remember that MarcEdit notation uses an = sign for field names) Find All Step 2 : Take a quick look at your results. In particular, focus on any titles that may have an initial article and whether or not the indicators are correct based on what we would normally expect.

8 Introduction to MarcEdit 8 For this particular exercise, our titles have initial articles A or The, but the indicators are wrong. We are going to fix this. Step 3 : In MarcEditor > Tools > Edit Indicator Data OR Keyboard shortcut : F8 Field : 245 Indicators : 10 Field Data : $athe Replace with indicators : 14 Replace NOTE: You may have noticed that the number of modifications made will be larger than the number of 245 fields in your file. This is because each field has two indicators, so any transformation made to the indicators will be double the number of corresponding fields. Step 4 : Repeat the above instructions to fix the indicators for titles that have initial article A. Working with variable data : Basics of regular expressions Sometimes we want to make transformations that affect multiple similar fields, each of which has unique data. Field 020 normally contains the ISBN for the book in subfield $a. It may also contain qualifying information in subfield $q, such as whether the ISBN applies to the paperback edition or hardcover. 020 ## $a $qpbk. Subfield $q was introduced in Prior to that date, qualifying information was contained in subfield $a. It is possible to find 020 fields which look like this: 020 ## $a (pbk.)

9 Introduction to MarcEdit 9 We would like to fix all 020 fields in our file, so that qualifying information is moved to subfield $q. However there are a few challenges: 1) The length of the ISBN is variable (10 or 13 digits). 2) The qualifying information is also variable: a. It may or may not include parentheses. b. It may appear abbreviated or in full (e.g. paperback OR pbk.) c. Different words or abbreviations may appear as qualifying information (e.g. hardcover, pbk., vol. 1) To address this type of issue, we use regular expressions. Regular expressions identify a general pattern in simplified form, that applies to all the text strings that we want to transform, and then help us find and replace any strings that fulfill our criteria. Exercise 7 : Identifying a pattern What do these 020 fields all have in common? =020 \\$a (bound) =020 \\$a (pbk.) =020 \\$a (Paper) =020 \\$a (v. 1) Solution : 1) All of them have a subfield $a 2) All of them have some number of digits from 0-9 3) All of them have a space after the digit string 4) All of them are followed by an opening parenthesis 5) All of them have letters following the parenthesis With the above information, let us begin writing our regular expression: $a 0-9 space ( letters In regular expressions, certain symbols have special meanings, such as $ and (. In order for our regular expression to work, we need to escape these characters if we want them to keep their literal value. We use the backslash (\) to escape characters: \$a 0-9 space \( letters The space is represented by \s: \$a 0-9 \s \( letters

10 Introduction to MarcEdit 10 Our regular expression includes a range, in this case, of digits between 0 and 9. We indicate a range using square brackets [ ]: \$a [0-9] \s \( letters We don t know exactly how many digits are in our string, it could be 10, it could be 13 (it could be more if there was a typo when entering this information). We tell the computer to look for this range of numbers appearing any number of times using the + symbol: \$a [0-9]+ \s \( letters NOTE: We can also use the * symbol to indicate any number of times. The difference is that * assumes any number of times, including 0 times, whereas + assumes any number of times, at least 1. We don t know exactly which letters appear after the parenthesis, nor do we know if they are uppercase or lower case. We have two options. Option 1 : Use ranges [a-z,a-z]* Option 2 : Use a period to indicate any character whatsoever, including spaces, digits, letters, but excluding line breaks.* Our regular expression will look something like this: \$a[0-9]+\s\(.* Remember that we want to add a subfield $q instead of the blank space. We can do this by grouping parts of our regular expression that we want to keep unchanged, and separate groups for parts we want to change. We use parentheses to group parts of our regular expression: (\$a[0-9]+) : (\s) : We want to keep subfield $a, as well as any number of digits in it. We want to group the blank space by itself, because we will be changing it. (\(.*) : We want to keep the opening parenthesis, as well as any characters after it. Now our regular expression will look like this: (\$a[0-9]+)(\s)(\(.*)

11 Introduction to MarcEdit 11 We can identify each part of our regular expression using a number starting with 1: (\$a[0-9]+) (\s) (\(.*) Now we will tell the program to keep part 1, replace part 2 with $q and keep part 3. Here is how we do it: Now let s put everything together. In MarcEditor > Edit field data $1$q$3 Field : 020 Find : (\$a[0-9]+)(\s)(\(.*) Replace : $1$q$3 Options : Check Use Regular Expressions Process Learn more MARC biblilographic standard: MarcEdit: Recommended: Join the MarcEdit Listserv Regular expressions Muñoz Gómez, R. Antonio (Roberto Antonio), autor Text (visual) : electronic Introduction to MarcEdit / Instructor: R. Antonio Muñoz Gómez. -- Toronto, Ontario, electronic resource (11 pages + 4 pages of additional exercises). -- (iskills Workshops Series) Handout for an introductory workshop delivered at the Faculty of Information, University of Toronto in the Winter term, Accompanied by two electronic files : records001.mrc and records 002.mrc Also available in print. 1. Libraries--Computer programs. 2. MarcEdit. I. Gorman, Sarah, contributor. II. Pedersen, Jordan, contributor. III. University of Toronto. Faculty of Information. iskills Workshops, host institution. IV. iskills Workshops Series

12 Introduction to MarcEdit : Additional exercises iskills Workshop Series. University of Toronto. Faculty of Information. Winter Instructor: R. Antonio Muñoz Gómez. For these exercises we will use the file records002.mrc Exercise 1 Follow the instructions in your handout (page 6) and delete all local fields from the records in the file. Solution: In MarcEditor > Tools > Add/Delete Field OR Keyboard shortcut : F7 Field : (Write the field number that you want to delete) Delete field Exercise 2 Follow the instructions in your handout (pages 8-11) and fix all 020 fields in your records. Solution: In MarcEditor > Edit field data Field : 020 Find : (\$a[0-9]+)(\s)(\(.*) Replace : $1$q$3 Options : Check Use Regular Expressions Process Exercise 3 Add a local note (590) to all records to indicate that the corresponding books are currently in the bindery for repairs. NOTE: You must include the indicators along with the field contents.

13 Additional exercises 2 Solution: In MarcEditor > Tools > Add/Delete Field OR Keyboard shortcut : F7 Field : 590 Field Data : \\$aitem currently in bindery for repair. Options : Check Add field only if not a duplicate Add Field Exercise 4 After you examined your records, you notice that some of them have information that normally goes on field 300 in an incorrect field 305. Transfer the information from field 305 to field 300. Solution: In MarcEditor > Tools > Copy field Source field : 305 Destination field : 300 Options : Check Delete Source Field Copy Exercise 5 ISBD punctuation rules for field 245 indicate that subfield $b is preceded by colon (:) $aMacroeconomics :$ba practical handbook Find all the records in your file that have both subfields $a and $b to check that the punctuation is correct. For this exercise, we will use regular expressions. The pattern that we are looking for is: 245 Followed by two spaces and two digits Followed by $a Followed by any text Followed by $b Followed by any text

14 Additional exercises 3 Solution There are many possibilities for regular expressions, here we have two examples: =245\s\s[0-9]+\$a.*\$b.* Where: =245 : Field number \s\s : Two blank spaces [0-9]+: One or more digits between 0-9 \$a : The text string $a (we use the backslash to escape the $ sign).* : Any number of characters \$b : The text string $b.* : Any number of characters =245.+\$a.*\$b.* Where: =245 : Field number.+ : One or more characters (including blank spaces) \$a : The text string $a (we use the backslash to escape the $ sign).* : Any number of characters \$b : The text string $b.* : Any number of characters In MarcEditor > Edit > Find OR Keyboard shortcut: Ctrl + F Find what: (Either of the above regular expressions, or another one that you may come up with). Search Options: Check Use regular expressions Find All Exercise 6 In your file, some records have incorrect punctuation. =245 10$aMy Tibetan childhood,$bwhen ice shattered stone Using the above regular expressions, fix the punctuation. NOTE: You will need to make some minor adjustments to the expression.

15 Additional exercises 4 Solution Step 1 : First, we need to add the incorrect punctuation mark to our regular expression. In this example we will focus on comma before $b: =245.+\$a.*,\$b.* Step 2 : Now we need to group the elements of the regular expression, separating what we want to keep from what we want to change. We use numbers for each part of our regular expression. Step 3 : In MarcEditor > Edit > Replace OR Keyboard shortcut: Ctrl + R Find what : (=245.+\$a.*)(,)(\$b.*) Replace with : $1:$3 (=245.+\$a.*) (,) (\$b.*) $1 $2 $3 Keep Change Keep Search Options: Check Use regular expressions Replace All ALTERNATIVE SOLUTION In MarcEditor > Tools > Edit Field Data Field : 245 Find : (\$a.*)(,)(\$b.*) Replace : $1:$3 Options : Check Use regular expressions Process NOTE: If we use the Edit Field Data option, we are already indicating that the field we want is 245, so we MUST remove this from our regular expression. Using this method gives us the OPTION to also get rid of the indicators that were present in our original regular expression.

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

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

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

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

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

RECORD SYNTAXES FOR DESCRIPTIVE DATA

RECORD SYNTAXES FOR DESCRIPTIVE DATA RECORD SYNTAXES FOR DESCRIPTIVE DATA D.1.1 D RECORD SYNTAXES FOR DESCRIPTIVE DATA D.0 Scope This appendix provides mappings of the RDA elements used to describe a resource to metadata schemes for presenting

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

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

Understanding Regular Expressions, Special Characters, and Patterns

Understanding Regular Expressions, Special Characters, and Patterns APPENDIXA Understanding Regular Expressions, Special Characters, and Patterns This appendix describes the regular expressions, special or wildcard characters, and patterns that can be used with filters

More information

Appendix A: Syntax Diagrams

Appendix A: Syntax Diagrams A. Syntax Diagrams A-1 Appendix A: Syntax Diagrams References: Kathleen Jensen/Niklaus Wirth: PASCAL User Manual and Report, 4th Edition. Springer, 1991. Niklaus Wirth: Compilerbau (in German). Teubner,

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

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

Access 2007: Advanced Instructor s Edition

Access 2007: Advanced Instructor s Edition Access 2007: Advanced Instructor s Edition ILT Series COPYRIGHT Axzo Press. All rights reserved. No part of this work may be reproduced, transcribed, or used in any form or by any means graphic, electronic,

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

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

chapter 2 G ETTING I NFORMATION FROM A TABLE

chapter 2 G ETTING I NFORMATION FROM A TABLE chapter 2 Chapter G ETTING I NFORMATION FROM A TABLE This chapter explains the basic technique for getting the information you want from a table when you do not want to make any changes to the data and

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

Lesson 1: Writing Your First JavaScript

Lesson 1: Writing Your First JavaScript JavaScript 101 1-1 Lesson 1: Writing Your First JavaScript OBJECTIVES: In this lesson you will be taught how to Use the tag Insert JavaScript code in a Web page Hide your JavaScript

More information

Physical Description: MARC tag 300

Physical Description: MARC tag 300 Physical Description: MARC tag 300 Definition The physical description of the item, which consists of the extent of the item and its dimensions. Use field 300 also for other physical details of the item

More information

Fundamentals of Programming Session 4

Fundamentals of Programming Session 4 Fundamentals of Programming Session 4 Instructor: Reza Entezari-Maleki Email: entezari@ce.sharif.edu 1 Fall 2011 These slides are created using Deitel s slides, ( 1992-2010 by Pearson Education, Inc).

More information

Record Manager for New Zealand Schools

Record Manager for New Zealand Schools https://nzschools.share.worldcat.org/wms Record Manager is an OCLC application that is used for cataloguing. New Zealand school libraries can use Record Manager to find catalogue records in WorldCat and

More information

Access Intermediate

Access Intermediate Access 2013 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC124 AC125 Selecting Fields Pages AC125 AC128 AC129 AC131 AC238 Sorting Results Pages AC131 AC136 Specifying Criteria Pages

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

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment.

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment. Beginning Access 2007 Objective 1: Familiarize yourself with basic database terms and definitions. What is a Database? A Database is simply defined as a collection of related groups of information. Things

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC116 AC117 Selecting Fields Pages AC118 AC119 AC122 Sorting Results Pages AC125 AC126 Specifying Criteria Pages AC132 AC134

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

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

ITST Searching, Extracting & Archiving Data

ITST Searching, Extracting & Archiving Data ITST 1136 - Searching, Extracting & Archiving Data Name: Step 1 Sign into a Pi UN = pi PW = raspberry Step 2 - Grep - One of the most useful and versatile commands in a Linux terminal environment is the

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

Microsoft Word Introduction

Microsoft Word Introduction Academic Computing Services www.ku.edu/acs Abstract: This document introduces users to basic Microsoft Word 2000 tasks, such as creating a new document, formatting that document, using the toolbars, setting

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

Microsoft Office 2010: Introductory Q&As Access Chapter 2

Microsoft Office 2010: Introductory Q&As Access Chapter 2 Microsoft Office 2010: Introductory Q&As Access Chapter 2 Is it necessary to close the Navigation Pane? (AC 78) No. It gives you more room for the query, however, so it is usually a good practice to hide

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

R E G U L A R E X P R E S S I O N S

R E G U L A R E X P R E S S I O N S R E G U L A R E X P R E S S I O N S F O R D ATA C L E A N U P I N S I E R R A Lloyd Chittenden Union Catalog Coordinator Marmot Library Network WHAT ARE REGULAR EXPRESSIONS? Combine literal characters

More information

How to Look Up People Using LDAP in Eudora

How to Look Up People Using LDAP in Eudora How to Look Up People Using LDAP in Eudora Introduction Eudora lets you look up individuals on the Internet and within your company using several Directory Services protocols. Each of these protocols is

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

Corporate Author Entry Records Retrieved by Use of Derived Truncated Search Keys

Corporate Author Entry Records Retrieved by Use of Derived Truncated Search Keys 156 Corporate Author Entry Records Retrieved by Use of Derived Truncated Search Keys Alan L. LANDGRAF, Kunj B. RASTOGI, and Philip L. LONG, The Ohio College Library Center. An experiment was conducted

More information

Chapter 17. Fundamental Concepts Expressed in JavaScript

Chapter 17. Fundamental Concepts Expressed in JavaScript Chapter 17 Fundamental Concepts Expressed in JavaScript Learning Objectives Tell the difference between name, value, and variable List three basic data types and the rules for specifying them in a program

More information

Automating Authority Work

Automating Authority Work Mike Monaco Coordinator, Cataloging Services May 14, 2018 Automating Authority Work Automating authority work, or, Be your own authority control vendor Ohio Valley Group of Technical Services Librarians

More information

Activity: page 1/10 Introduction to Excel. Getting Started

Activity: page 1/10 Introduction to Excel. Getting Started Activity: page 1/10 Introduction to Excel Excel is a computer spreadsheet program. Spreadsheets are convenient to use for entering and analyzing data. Although Excel has many capabilities for analyzing

More information

Getting Information from a Table

Getting Information from a Table ch02.fm Page 45 Wednesday, April 14, 1999 2:44 PM Chapter 2 Getting Information from a Table This chapter explains the basic technique of getting the information you want from a table when you do not want

More information

Regular Expressions in Practice

Regular Expressions in Practice University of Kentucky UKnowledge Library Presentations University of Kentucky Libraries 12-20-2016 Regular Expressions in Practice Kathryn Lybarger University of Kentucky, kathryn.lybarger@uky.edu Click

More information

Checking and modifying I-level copy. Fields Checking Changing: AACRII Changing:RDA

Checking and modifying I-level copy. Fields Checking Changing: AACRII Changing:RDA Checking and modifying I-level copy Fields Checking Changing: AACRII Changing:RDA Fixed fields (008) Check the following fixed fields: Reject all copy that does not have correct Type, Desc or Elv (from

More information

Excel Level 1

Excel Level 1 Excel 2016 - Level 1 Tell Me Assistant The Tell Me Assistant, which is new to all Office 2016 applications, allows users to search words, or phrases, about what they want to do in Excel. The Tell Me Assistant

More information

Base-library series of guides to using Koha. BASE Consortium Guides to Koha. Your guide to. Your Guide to. Cataloguing.

Base-library series of guides to using Koha. BASE Consortium Guides to Koha. Your guide to. Your Guide to. Cataloguing. Base-library series of guides to using Koha BASE Consortium Guides to Koha Your guide to Your Guide to Cataloguing Cataloguing June 2013 September 2013 1 Contents 1. Before you start 3 2. How to add a

More information

Going to Another Board from the Welcome Board. Conference Overview

Going to Another Board from the Welcome Board. Conference Overview WebBoard for Users Going to Another Board from the Welcome Board Many WebBoard sites have more than one board, each with its own set of conferences and messages. When you click on Boards on the WebBoard

More information

Glossary AACR2. added entry ALA ALA character set ANSI. ANSI/NISO Standards for Holdings Data. accession number. archive record ASCII.

Glossary AACR2. added entry ALA ALA character set ANSI. ANSI/NISO Standards for Holdings Data. accession number. archive record ASCII. Glossary AACR2 added entry ALA ALA character set ANSI ANSI/NISO Standards for Holdings Data accession number archive record ASCII author Authority File authority inion authority record Anglo-American Cataloguing

More information

Language Basics. /* The NUMBER GAME - User tries to guess a number between 1 and 10 */ /* Generate a random number between 1 and 10 */

Language Basics. /* The NUMBER GAME - User tries to guess a number between 1 and 10 */ /* Generate a random number between 1 and 10 */ Overview Language Basics This chapter describes the basic elements of Rexx. It discusses the simple components that make up the language. These include script structure, elements of the language, operators,

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

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

Fall 2012 Evergreen Indiana cataloging roundtable. FAQs. This power point presentation will be on the ISL EI website.

Fall 2012 Evergreen Indiana cataloging roundtable. FAQs. This power point presentation will be on the ISL EI website. Fall 2012 Evergreen Indiana cataloging roundtable FAQs This power point presentation will be on the ISL EI website. Why do I need to edit the FF? The fixed fields in Evergreen are important because they

More information

Access - Introduction to Queries

Access - Introduction to Queries Access - Introduction to Queries Part of managing a database involves asking questions about the data. A query is an Access object that you can use to ask the question(s). The answer is contained in the

More information

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1.

-Using Excel- *The columns are marked by letters, the rows by numbers. For example, A1 designates row A, column 1. -Using Excel- Note: The version of Excel that you are using might vary slightly from this handout. This is for Office 2004 (Mac). If you are using a different version, while things may look slightly different,

More information

Question 1: Discuss the relationship between authority control and the functions of library catalogs. Provide examples.

Question 1: Discuss the relationship between authority control and the functions of library catalogs. Provide examples. Question 1: Discuss the relationship between authority control and the functions of library catalogs. Provide examples. Related Definitions: Authority control- maintaining consistency in the verbal form

More information

UNITED STATES GOVERNMENT Memorandum LIBRARY OF CONGRESS. Some of the proposals below (F., P., Q., and R.) were not in the original proposal.

UNITED STATES GOVERNMENT Memorandum LIBRARY OF CONGRESS. Some of the proposals below (F., P., Q., and R.) were not in the original proposal. UNITED STATES GOVERNMENT Memorandum LIBRARY OF CONGRESS TO: Joint Steering Committee for Revision of AACR DATE: FROM: SUBJECT: Barbara B. Tillett, LC Representative RDA Part I Internationalization At the

More information

An information retrieval system may include 3 categories of information: Factual Bibliographical Institutional Exchange and sharing of these

An information retrieval system may include 3 categories of information: Factual Bibliographical Institutional Exchange and sharing of these An information retrieval system may include 3 categories of information: Factual Bibliographical Institutional Exchange and sharing of these categories of information across different user communities

More information

POFT 2301 INTERMEDIATE KEYBOARDING LECTURE NOTES

POFT 2301 INTERMEDIATE KEYBOARDING LECTURE NOTES INTERMEDIATE KEYBOARDING LECTURE NOTES Be sure that you are reading the textbook information and the notes on the screen as you complete each part of the lessons in this Gregg Keyboarding Program (GDP).

More information

NAVIGATING THE RDA TOOLKIT

NAVIGATING THE RDA TOOLKIT NAVIGATING THE RDA TOOLKIT RESOURCE DESCRIPTION AND ACCESS: A COBEC WORKSHOP JANUARY 29, 2014 GUY FROST GFROST@VALDOSTA.EDU VALDOSTA STATE UNIVERSITY Types of Subscriptions Site Unlimited Registered Users

More information

Foot of Second Street, East Rockaway,NY CHAVER.1 Fax Queries

Foot of Second Street, East Rockaway,NY CHAVER.1 Fax Queries a product of Circuits & Systems, Inc. Foot of Second Street, East Rockaway,NY 11518 1.800.CHAVER.1 Fax516.593.4607 Queries The dictionary definition of the word query is as follows; Query : 1.

More information

M I C R O S O F T A C C E S S : P A R T 2 G E T T I N G I N F O R M A T I O N O U T O F Y O U R D A T A

M I C R O S O F T A C C E S S : P A R T 2 G E T T I N G I N F O R M A T I O N O U T O F Y O U R D A T A M I C R O S O F T A C C E S S 2 0 1 0 : P A R T 2 G E T T I N G I N F O R M A T I O N O U T O F Y O U R D A T A Michael J. Walk ALC Instructor michael@jwalkonline.org www.jwalkonline.org/main @MichaelJWalk

More information

Content-Based Assessments. Project 2H New Jobs

Content-Based Assessments. Project 2H New Jobs Apply a combination of the Content-Based Assessments GO! Fix It Project 2H New Jobs In this project, you will construct a solution by applying any combination of the skills you practiced from the Objectives

More information

Assessing Metadata Utilization: An Analysis of MARC Content Designation Use

Assessing Metadata Utilization: An Analysis of MARC Content Designation Use Assessing Metadata Utilization: An Analysis of MARC Content Designation Use William E. Moen , Penelope Benardino School of Library and Information Sciences, Texas Center

More information

Microsoft Word 2010 Introduction to Mail Merge

Microsoft Word 2010 Introduction to Mail Merge Microsoft Word 2010 Introduction to Mail Merge Elizabeth Wells February 2012 Copyright 2012 ElizabethWells All rights reserved. Except as permitted under current legislation, no part of this work may be

More information

UNIT- 3 Introduction to C++

UNIT- 3 Introduction to C++ UNIT- 3 Introduction to C++ C++ Character Sets: Letters A-Z, a-z Digits 0-9 Special Symbols Space + - * / ^ \ ( ) [ ] =!= . $, ; : %! &? _ # = @ White Spaces Blank spaces, horizontal tab, carriage

More information

Visual C# Instructor s Manual Table of Contents

Visual C# Instructor s Manual Table of Contents Visual C# 2005 2-1 Chapter 2 Using Data At a Glance Instructor s Manual Table of Contents Overview Objectives s Quick Quizzes Class Discussion Topics Additional Projects Additional Resources Key Terms

More information

8.2. Name authority records and rules

8.2. Name authority records and rules Name authority control 8.2. Name authority records and rules Overview The module on name authority control concepts and problems addresses intellectual challenges of creating authorized name headings.

More information

Boolean Logic & Branching Lab Conditional Tests

Boolean Logic & Branching Lab Conditional Tests I. Boolean (Logical) Operations Boolean Logic & Branching Lab Conditional Tests 1. Review of Binary logic Three basic logical operations are commonly used in binary logic: and, or, and not. Table 1 lists

More information

Full file at C How to Program, 6/e Multiple Choice Test Bank

Full file at   C How to Program, 6/e Multiple Choice Test Bank 2.1 Introduction 2.2 A Simple Program: Printing a Line of Text 2.1 Lines beginning with let the computer know that the rest of the line is a comment. (a) /* (b) ** (c) REM (d)

More information

Fundamentals of Programming. Lecture 3: Introduction to C Programming

Fundamentals of Programming. Lecture 3: Introduction to C Programming Fundamentals of Programming Lecture 3: Introduction to C Programming Instructor: Fatemeh Zamani f_zamani@ce.sharif.edu Sharif University of Technology Computer Engineering Department Outline A Simple C

More information

Getting to grips with Unix and the Linux family

Getting to grips with Unix and the Linux family Getting to grips with Unix and the Linux family David Chiappini, Giulio Pasqualetti, Tommaso Redaelli Torino, International Conference of Physics Students August 10, 2017 According to the booklet At this

More information

Creating SQL Tables and using Data Types

Creating SQL Tables and using Data Types Creating SQL Tables and using Data Types Aims: To learn how to create tables in Oracle SQL, and how to use Oracle SQL data types in the creation of these tables. Outline of Session: Given a simple database

More information

Python allows variables to hold string values, just like any other type (Boolean, int, float). So, the following assignment statements are valid:

Python allows variables to hold string values, just like any other type (Boolean, int, float). So, the following assignment statements are valid: 1 STRINGS Objectives: How text data is internally represented as a string Accessing individual characters by a positive or negative index String slices Operations on strings: concatenation, comparison,

More information

Report Writer Reference Manual

Report Writer Reference Manual Report Writer Reference Manual (For use with DBL Version 6 series) October 2000 Down To Earth Solutions Datavision, Inc. 11170 Sun Center Drive, Suite 300 Rancho Cordova, CA 95670 (916) 853-2780 www.datvsn.com

More information

Programming for Engineers Introduction to C

Programming for Engineers Introduction to C Programming for Engineers Introduction to C ICEN 200 Spring 2018 Prof. Dola Saha 1 Simple Program 2 Comments // Fig. 2.1: fig02_01.c // A first program in C begin with //, indicating that these two lines

More information

Title: The impact of configuration on Alma workflows Abstract: When initially setting up Alma, many decisions bear reexamining once you ve worked

Title: The impact of configuration on Alma workflows Abstract: When initially setting up Alma, many decisions bear reexamining once you ve worked Title: The impact of configuration on Alma workflows Abstract: When initially setting up Alma, many decisions bear reexamining once you ve worked with the system. Join us for a review of highlights of

More information

Excel 2016 Functions

Excel 2016 Functions Excel 2016 Functions A function is a preset formula in Excel that is intended to carry out a specific calculations, logical tests, formats, etc. in the cell in which it is located. All functions begin

More information

Microsoft Office Word. Part1

Microsoft Office Word. Part1 Microsoft Office 2010 - Word Part1 1 Table of Contents What is Microsoft Word?... 4 Creating a document... 5 Toolbar... 6 Typing in MS Word Text Area... 7 Cut, Copy and Paste Text... 9 Paste Preview...

More information

Chapter 5 Retrieving Documents

Chapter 5 Retrieving Documents Chapter 5 Retrieving Documents Each time a document is added to ApplicationXtender Web Access, index information is added to identify the document. This index information is used for document retrieval.

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

Lecture 17 MaRC as Metadata

Lecture 17 MaRC as Metadata IMS2603 Information Management in Organisations Lecture 17 MaRC as Metadata Revision Last lecture looked at philosophical bases for thinking about metadata, in particular looking at ontology as an approach

More information

Contents Microsoft Excel Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button...

Contents Microsoft Excel Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button... Contents Microsoft Excel 2007...4 Lesson 1: Entering Text and Numbers...4 The Microsoft Excel Window...4 The Microsoft Office Button...5 The Quick Access Toolbar...5 The Title Bar...5 The Ribbon...5 Worksheets...6

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

Using Basic Formulas 4

Using Basic Formulas 4 Using Basic Formulas 4 LESSON SKILL MATRIX Skills Exam Objective Objective Number Understanding and Displaying Formulas Display formulas. 1.4.8 Using Cell References in Formulas Insert references. 4.1.1

More information

Lecture- 5. Introduction to Microsoft Excel

Lecture- 5. Introduction to Microsoft Excel Lecture- 5 Introduction to Microsoft Excel The Microsoft Excel Window Microsoft Excel is an electronic spreadsheet. You can use it to organize your data into rows and columns. You can also use it to perform

More information

Cataloging Guidelines for the Florida State University System and State College System Bibliographic Database ADOPTED NOVEMBER 2018

Cataloging Guidelines for the Florida State University System and State College System Bibliographic Database ADOPTED NOVEMBER 2018 Cataloging Guidelines for the Florida State University System and State College System Bibliographic Database ADOPTED NOVEMBER 2018 Public academic libraries in the state of Florida use a database of bibliographic,

More information

Staying Relevant: The New Technical Services

Staying Relevant: The New Technical Services Staying Relevant: The New Technical Services Triad Academic Library Association Conference for Paraprofessionals May 13, 2014 1 Anna Craft, Metadata Cataloger Cataloging Department, The University of North

More information

LESSON 1 System Manager

LESSON 1 System Manager LESSON 1 Learning Objectives In this lesson you will: 1. learn to create a system database 2. learn to create a company database 3. learn to activate a new company database 4. view the Common Services

More information

Mail Merge Mailings Tab

Mail Merge Mailings Tab Mail Merge Mailings Tab Mail merge is used to create a set of documents, such as a form letter or envelopes, that is sent to many customers or to create a sheet of labels. Each letter, envelope, or sheet

More information

INTRODUCTION. RDA provides a set of guidelines and instructions on recording data to support resource discovery.

INTRODUCTION. RDA provides a set of guidelines and instructions on recording data to support resource discovery. INTRODUCTION 0.1 0.0 Purpose and Scope 0 INTRODUCTION RDA provides a set of guidelines and instructions on recording data to support resource discovery. The data created using RDA to describe a resource

More information

Essentials for Scientific Computing: Stream editing with sed and awk

Essentials for Scientific Computing: Stream editing with sed and awk Essentials for Scientific Computing: Stream editing with sed and awk Ershaad Ahamed TUE-CMS, JNCASR May 2012 1 Stream Editing sed and awk are stream processing commands. What this means is that they are

More information

You can write a command to retrieve specified columns and all rows from a table, as illustrated

You can write a command to retrieve specified columns and all rows from a table, as illustrated CHAPTER 4 S I N G L E - TA BL E QUERIES LEARNING OBJECTIVES Objectives Retrieve data from a database using SQL commands Use simple and compound conditions in queries Use the BETWEEN, LIKE, and IN operators

More information

From: Renate Behrens, European Regional Representative. Subject: Proposal on Sources of Information (RDA 2.2.2)

From: Renate Behrens, European Regional Representative. Subject: Proposal on Sources of Information (RDA 2.2.2) page 1 of 8 To: RDA Steering Committee From: Renate Behrens, European Regional Representative Subject: Proposal on Sources of Information (RDA 2.2.2) Abstract The following proposal covers three aspects

More information

FLORIDA STATE UNIVERSITY COLLEGE OF ARTS AND SCIENCES REPRESENTATION AND DESCRIPTION PAPER SUBMITTED FOR LIS5703 INFORMATION ORGANIZATION

FLORIDA STATE UNIVERSITY COLLEGE OF ARTS AND SCIENCES REPRESENTATION AND DESCRIPTION PAPER SUBMITTED FOR LIS5703 INFORMATION ORGANIZATION 1 FLORIDA STATE UNIVERSITY COLLEGE OF ARTS AND SCIENCES REPRESENTATION AND DESCRIPTION PAPER SUBMITTED FOR LIS5703 INFORMATION ORGANIZATION PROFESSOR: DR. MICHELLE KAZMER By JAMIE WITMAN Graduate Student

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Excel contains numerous tools that are intended to meet a wide range of requirements. Some of the more specialised tools are useful to only certain types of people while others have

More information

successes without magic London,

successes without magic London, (\d)(?:\u0020 \u0209 \u202f \u200a){0,1}((m mm cm km V mv µv l ml C Nm A ma bar s kv Hz khz M Hz t kg g mg W kw MW Ah mah N kn obr min µm µs Pa MPa kpa hpa mbar µf db)\b) ^\t*'.+?' => ' (\d+)(,)(\d+)k

More information

Create formulas in Excel

Create formulas in Excel Training Create formulas in Excel EXERCISE 1: TYPE SOME SIMPLE FORMULAS TO ADD, SUBTRACT, MULTIPLY, AND DIVIDE 1. Click in cell A1. First you ll add two numbers. 2. Type =534+382. 3. Press ENTER on your

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

Regular Expressions. Todd Kelley CST8207 Todd Kelley 1

Regular Expressions. Todd Kelley CST8207 Todd Kelley 1 Regular Expressions Todd Kelley kelleyt@algonquincollege.com CST8207 Todd Kelley 1 POSIX character classes Some Regular Expression gotchas Regular Expression Resources Assignment 3 on Regular Expressions

More information

Dr. Sarah Abraham University of Texas at Austin Computer Science Department. Regular Expressions. Elements of Graphics CS324e Spring 2017

Dr. Sarah Abraham University of Texas at Austin Computer Science Department. Regular Expressions. Elements of Graphics CS324e Spring 2017 Dr. Sarah Abraham University of Texas at Austin Computer Science Department Regular Expressions Elements of Graphics CS324e Spring 2017 What are Regular Expressions? Describe a set of strings based on

More information

LESSON 1. A C program is constructed as a sequence of characters. Among the characters that can be used in a program are:

LESSON 1. A C program is constructed as a sequence of characters. Among the characters that can be used in a program are: LESSON 1 FUNDAMENTALS OF C The purpose of this lesson is to explain the fundamental elements of the C programming language. C like other languages has all alphabet and rules for putting together words

More information