V. 21. new fix_doc_notes fix routine (downgraded to version 20 RC 3513) Yoel Kortick Aleph Support Manager.

Slides:



Advertisements
Similar presentations
LATTICE TECHNOLOGY, INC. For Version 10.0 and later XVL Web Master Advanced Tutorial For Version 10.0 and later.
Advertisements

Version 18 Upgrade: Web OPAC. Version 18 Upgrade: Web OPAC Customization 2 All of the information in this document is the property of Ex Libris Ltd. It.
Web OPAC & GUI (Staff) Search v.16 eSeminar Doron Greenshpan.
How to publish to PRIMO with a URL to the ADAM digital object Yoel Kortick.
Loading Bibliographic Records Online and in Batch Pat Riva Romance Languages Cataloguer/ Bibliographic Database Specialist McGill University
How to transfer 85x prediction patterns from ADM library to HOL library Presenter: Yoel Kortick.
How to Open a New Language in Web OPAC for Testing Web Screens Presenter: Yoel Kortick.
1 Audible Alert for Return Item on Hold rep_ver in V20 Yoel Kortick Aleph Support Manager.
Examples of UTF compliance in version 20.1 Yoel Kortick Aleph support manager.
V. 21. Automatic LKR field creation from item. Rep_ver and Yoel Kortick Aleph Support Manager.
Integrated ISO ILL for staff users Borrowing requests – part one Yoel Kortick 2007.
V. 21. Controlling and limiting the creation of photocopy and hold requests according to “service hours”. Rep_Ver Yoel Kortick.
Defining and searching for the SICI code Presenter: Yoel Kortick.
Display of combined characters in Aleph GUI Yoel Kortick May 2010 Version 20.2 Minor Release Development A rep_change #
How to create and use authority records Version 16 and up Yoel Kortick.
How to add additional privileges to user_function.lng (originally SI ) Presenter: Yoel Kortick.
V.16 Upgrade Express Serials Doron Greenshpan. v.16 Serials 2 Session Agenda Serials workflow demo Publication Schedule goes Prediction modes New and.
1 Controlling directionality with Unicode Characters Yoel Kortick Aleph Support manager.
The LKR field in Cataloging Version 16 and up Yoel Kortick.
Full text indexing of multi character PDF documents as ADAM digital objects. V18 RC 2089 This presentation applies to Version 18 and up Presenter: Yoel.
© 2015 Ex Libris | Confidential & Proprietary Yoel Kortick Senior Librarian Cataloging introductory flow.
1 Yoel Kortick Senior Librarian Adding a local Electronic Collection.
Yoel Kortick Circulation Request Refusal Version 21 rep_ver #
Setting up and using Acquisitions-related indexes and logical bases. Version 18 and up Yoel Kortick.
Aleph Publishing services with a special focus on PRIMO-FULL and PRIMO-AVAIL version 18 Presenter: Yoel Kortick.
1 Yoel Kortick Senior Librarian Alma Product Management Mapping the bibliographic call number to the holding record call number.
Using home made fix procedures for non Latin characters Yoel Kortick.
Examples of homemade fix procedures ELUNA Second Annual Conference 2007 Ex Libris North American 2007 Technical Seminar Presenter: Yoel Kortick.
Merge Rules and Routines
1 RDA in Aleph 500 Version 21 Yoel Kortick. Aleph support manager Nov
SMS Messaging in Aleph 500 Version 20 and up
How to create a virtual TYP field via tab_type_config.lng
Indication rules and set filtering Harvard University April 18-19
How to change default item status after binding
Rep change 1590 (ver 18) Access to Google books
using non-Cobol programs
Using character conversion to display non standard Unicode values
How to print barcodes in batch mode via item-03
Presenter: Yoel Kortick
An article in an anthology and derive new record
How to make a bibliographic base of records with attached ADAM digital objects Yoel Kortick October, 2007.
How to “expand” holding library fields to bibliographic record
Version 20 Feature Developments
How to add a fix procedure for copy cataloging from a Z39.50 base
How to configure and use title hold requests version 18
Digital Assets Module Services adam-01 and adam-02 versions 17 and up
Check_circ_14_a for LOAN RC 2042 in V20
The Z00T “View record history” (rep_ver version 20) EPUG-UKI Conference 2010 British Library, Nov. 1-2 Yoel Kortick.
How to change default item status after binding version 16 and up
Publishing Course Readings to PRIMO Version 20
Presenter: Yoel Kortick
Building bases according to sub library
Yoel Kortick Aleph Support Manager
Interoperability Between Aleph and Primo: Aleph Restful APIs
Metadata Editor Introduction
How to Add Pinyin Text to a Record with CJK Version 18 RC 1807 Version 19 RC 409 Yoel Kortick.
Cataloging introductory flow
Importing Serial Prediction Patterns Via the Service Import 85X records (Serial-52) Yoel Kortick.
Presenter: Yoel Kortick
Materials & Methods Introduction Abstract Results Conclusion
An article in an anthology and derive new record
Yoel Kortick Senior Librarian
Designing and Using Normalization Rules
Indication rules and set filtering
Materials & Methods Introduction Abstract Results Conclusion
Materials & Methods Introduction Abstract Results Conclusion
The LKR field in Cataloging Version 16 and up
Materials & Methods Introduction Abstract Results Conclusion
New “replace string” parameter for fix_doc_do_file_08
Materials & Methods Introduction Abstract Results Conclusion
Presentation transcript:

V. 21. new fix_doc_notes fix routine (downgraded to version 20 RC 3513) Yoel Kortick Aleph Support Manager

2 Introduction Description: There is a new fix_doc routine called “fix_doc_notes”. It can be used for the Automatic Translation of Note and other fields in the bibliographic record. The translation is dependent on tag + subfield, and uses the Aleph configuration table tab_fix_notes for listing translations, per Bibliographic tag and subfield. It may be used, like other porcedures, in either tab_fix or tab_expand

3 The tables The routine “fix_doc_notes” uses table $data_tab/tab_fix_notes This part of tab_expand (can also be in tab_fix): ! !!!!!!!!!!-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-!!!!!!!!!!!!!> WEB-FULL fix_doc_notes Works according to the contents of this table: USM01> cd $data_tab USM01> ls -lrt tab_fix_notes -rw-rw-r-- 1 aleph exlibris 6734 Jun 12 19:00 tab_fix_notes USM01>

4 tab_fix_notes Here in $data_tab/tab_fix_notes we state that Text [electronic resource] will change to [ressource électronique] in 245 $$h Text Includes abstracts in French will change to Comprend des résumés en français in 546 $$a 4 !!!!!-!- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!- !!!!!!!!!!!!!!!!!!!!!!-> CHARACTER_CONVERSION=8859_1_TO_UTF 245## h [electronic resource] [ressource électronique] 546## a Includes abstracts in French Comprend des résumés en français See table header for details

5 tab_expand The procedure will be applied in full view of web OPAC because it is called in section WEB-FULL of tab_expand. The fix can be out anywhere in tab_fix or tab_expand. ! WEB-FULL - www_f_edit_doc - full display/Web OPAC ! !!!!!!!!!!-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-!!!!!!!!!!!!!> WEB-FULL fix_doc_notes

6 The bibliographic record with no fix These fields will change in web OPAC full display due to the new routine

7 The bibliographic record with fix These fields have changed

8 The change The original fields The fixed fields The reason (in tab_fix_notes) 245## h [electronic resource] [ressource électronique] 546## a Includes abstracts in French Comprend des résumés en français

Thank You! Thank you