]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/modules/appendix/pages/glossary.adoc
LP1915464 follow-up: use spaces, not tabs; remove extra comma
[Evergreen.git] / docs / modules / appendix / pages / glossary.adoc
1 [glossary]
2 Evergreen Glossary
3 ==================
4
5 xref:A[A] xref:B[B] xref:C[C] xref:D[D] xref:E[E] xref:F[F] xref:G[G] xref:H[H] xref:I[I] xref:J[J] xref:K[K] xref:L[L] xref:M[M] xref:N[N] xref:O[O] xref:P[P] xref:Q[Q] xref:R[R] xref:S[S] xref:T[T] xref:U[U] xref:V[V] xref:W[W] xref:X[X] xref:Y[Y] xref:Z[Z]
6
7 [glossary]
8 [[A]]AACR2 (Angolo-American Cataloguing Rules, Second Edition)::
9   AACR2 is a set of cataloging rules for descriptive cataloging of various types of resources.  http://www.aacr2.org/
10 Acquisitions::
11   Processes related to ordering materials and managing expenditures.
12 Age Protection:: 
13   Allows libraries to prevent holds on new books (on a item by item basis) from outside the owning library's branch or system for a designated amount of time.
14 Apache::
15   Open-source web server software used to serve both static content and dynamic web pages in a secure and reliable way. More information is available at http://apache.org.
16 Authority Record::
17   Records used to control the contents of MARC fields.
18 [[B]]Balance stop percent::
19   A setting in acquisitions that prevents you from making purchases when only a specified amount of the fund remains. 
20 Barcode::
21   The code/number attached to the item.  This is not the database ID. Barcodes are added to items to facilitate the checking in and out of an item. Barcodes can be changed as needed. Physical barcodes that can be placed on items can follow several different barcode symbologies.
22 Bibliographic record::
23   The record that contains data about a work, such as title, author and copyright date. A bibliographic record may have zero or more items attached, which are the things that (may) circulate. A bibliographic record is analogous to "Work" and "Instance" in BIBFRAME.
24 BIBFRAME::
25   A conceptual model of the library world that defines Works, Instance, and Items among other concepts. Available at https://www.loc.gov/bibframe/docs/bibframe2-model.html
26 Booking::
27   Processes relating to reserving cataloged and non- bibliographic items.
28 Brick::
29   A brick is a unit consisting of one or more servers. It refers to a set of servers with ejabberd, Apache, and all applicable Evergreen services.  It is possible to run all the software on a single server, creating a “single server brick.” Typically, larger installations will have more than one such brick and, hence, be more robust.
30 Buckets::
31   This is a container of items. See also Record Buckets and Item Buckets.
32 [[C]]Call number::
33   An item's call number is a string of letters and or numbers that work like map coordinates to describe where in a library a particular item "lives."
34 Catalog::
35   The database of titles and objects 
36 Cataloging::
37   The process of adding materials to be circulated to the system.
38 Check-in::
39   The process of returning an item.
40 Check-out::
41   The process of loaning and item to a patron.
42 Circulation::
43   The process of loaning an item to an individual.
44 Circulating library::
45   The library which has checked out the item.
46 Circulation library::
47   The library which is the home of the item.
48 Circulation limit sets::
49   Refines circulation policies by limiting the number of items that users can check out. 
50 Circulation modifiers::
51   Circulation modifiers pull together Loan Duration, Renewal Limit, Fine Level, Max Fine, and Profile Permission Group to create circulation rules for different types of materials. Circulation Modifiers are also used to determine Hold Policies.
52 Cloud Computing::
53   The use of a network of remote servers hosted on the Internet to store, manage, and process data, rather than a local server or computer. Terms such as Software as a Service(SaaS) refer to these kinds of systems.  ILS vendors offering hosting where they manage the servers used by the ILS and provide access via the internet is an example of cloud computing.
54 Commit::
55   To make code changes to the software code permanent. In open source software development, the ability to commit is usually limited to a core group. 
56 Community::
57   Community in the open source world of software development and use refers to the users and developers who work in concert to develop, communicate, and collaborate to develop the software.
58 Compiled::
59   A compiled software is where the software has been translated to a machine code for use. Compiled software usually targets a specific computer architecture. The code cannot be read by humans. 
60 Consortium::
61   A consortium is a organization of two or more individuals, companies, libraries, consortiums, etc. formed to undertake an enterprise beyond the resources of any one member. 
62 Consortial Library System (CLS)::
63   An ILS designed to run an consortium. A CLS is designed for resource sharing between all members of the consortium, it provides an union catalog for all items in the consortium. 
64 [[copy]]Copy:: 
65   see <<item, Item>>
66 [[D]]Default Search Library::
67   The default search library setting determines what library is searched from the advanced search screen and portal page by default. Manual selection of a search library will override it. One recommendation is to set the search library to the highest point you would normally want to search.
68 Distribution formulas:: 
69   Used to specify the number of copies that should be distributed to specific branches and item locations in Acquisitions
70 Due date::
71   The due date is the day on or before which an item must be returned to the library in order to avoid being charged an overdue fine. 
72 [[E]]ejabberd::
73   ejabberd stands for Erland Jabber Daemon. This is the software that runs <<jabber, jabber>>. ejabberd is used to exchange data between servers.
74 Electronic data interchange (EDI)::
75   Transmission of data between organizations using electronic means. This is used for Acquisitions. 
76 Evergreen::
77   Evergreen is an open source ILS designed to handle the processing of a geographical dispersed, resource sharing library network. 
78 [[F]]Fieldmapper IDL:: See <<IDL, IDL>>
79 FIFO (First In First Out):: 
80   In a FIFO environment, holds are filled in the order that they are placed.
81 Floating::
82   A feature that allows items to change their circulating library to the library they are 
83   checked in at. The item floats from one location to another depending on where it is
84   returned.
85 FUD (Fear, Uncertainty, Doubt)::
86   FUD is a marketing strategy to try to install Fear, Uncertainty, and/or Doubt about a competitors product.   
87 Fund tags::
88   Tags used in acquisitions to allow you to group Funds.
89 Funding sources::
90   Sources of the monies to fund acquisitions of materials.
91 Funds::
92   Allocations of money used for purchases.
93 FRBR (Functional Requirements for Bibliographic Records)::
94   See https://www.loc.gov/cds/downloads/FRBR.PDF[Library of Congress FRBR documentation]
95 [[G]]Git::
96   Git is a versioning control software for tracking changes in the code. It is designed to work with multiple developers.
97 GNU::
98   GNU is a recursive acronym for "GNU's Not Unix". GNU is an open source Unix like operating system.  
99 GNU GPL version 2 (GNU General Public License version 2)::
100   GNU GPL Version 2 is the license in which Evergreen is licensed. GNU GPL version 2 is a copyleft licence, which means that derivative work must be open source and distributed under the same licence terms. See https://www.gnu.org/licenses/old-licenses/gpl-2.0.html for complete license information. 
101 [[H]]Hatch::
102   A additional program that is installed as an extension of your browser to extend printing functionality with Evergreen.
103 Hold::
104   The exclusive right for a patron to checkout a specific item. 
105 Hold boundaries::
106   Define which organizational units are available to fill specific holds.
107 Hold Groups::
108   A special use of Patron Buckets where lists of patrons that can then be used to place multiple title-level holds on the same bibliographic record.
109 Holdings import profile::
110   Identifies the <<IIA, Import Item Attributes>> definition.
111 Holding subfield::
112   Used in the acquisitions module to map subfields to the appropriate item data. 
113 Hopeless Holds::
114   Holds which have become unfillable due to there being no copies in hold_copy_map and/or all copies in hold_copy_map are in a item status with the hopeless_prone property set to “True.”
115 [[I]]ICL (Inter-Consortium Loans)::
116   Inter-Consortium Loans are like ILL's, but different in the fact that the loan happens just with in the Consortium. 
117 [[IDL]]IDL (Interface Definition Language):: A model that Evergreen's software components use to understand how Evergreen's data are structured. IDL is sometime referred to as the Fieldmapper IDL.
118 [[ILS]]ILS (Integrated Library System)::
119   The Integrated Library System is a set of applications which perform the business and technical aspects of library management, including but not exclusive to acquisitions, cataloging, circulation, and booking. 
120 ILL (Inter-Library Loan)::
121   Inter-Library Loan is the process of one library borrowing materials for a patron from another library. 
122 [[IIA]]Import item attributes::
123   Used to map the data in your holdings tag to fields in the item record during a MARC import.
124 Insufficient quality fall-through profile::
125   A back-up merge profile to be used for importing if an incoming record does not meet the standards of the minimum quality ratio.
126 ISBN (International Standard Book Number)::
127   The ISBN is a publisher product number that has been used in the book supply industry since 1968. A published book that is a separate product gets its own ISBN. ISBNs are either 10 digits or 13 digits long. They may contain information on the country of publication, the publisher, title, volume or edition of a title. 
128 ISSN (International Standard Serial Number)::
129   International Standard Serial Number is a unique 8 digit number assigned by the International Serials Data System to identify a specific Serial Title. 
130 [[item]]Item:: 
131   Item records contain information about an object such as a book, DVD, or kit, that may be available to circulate to patrons (based on circulation policies). Items belong to bibliographic records. The Evergreen Item is analogous to "Item" in BIBFRAME.
132 Item barcode::
133   Item barcodes uniquely identify each specific item entered into the Catalog.
134 Item Buckets::
135   This is a container of individual items.
136 Item Status::
137   Item Status allows you to see the status of a item without having to go to the actual Title Record.  Item status is a integral part of Evergreen and how it works.
138 [[J]][[jabber]]Jabber:: 
139   The communications protocol used for client-server message passing within Evergreen. Now known as <<XMPP, XMPP>>, it was originally named "Jabber."
140 Juvenile flag::
141   User setting used to specify if a user is a juvenile user for circulation purposes.
142 [[K]]KPAC (Kids' OPAC):: 
143   Alternate version of the Template Toolkit OPAC that is kid friendly
144 [[L]]LaunchPad:: 
145   Launchpad is an open source suite of tools that help people and teams to work together on software projects. Launchpad brings together bug reports, wishlist ideas, translations, and blueprints for future development of Evergreen. https://launchpad.net/evergreen
146 LCCN (Library of Congress Control Number)::
147   The LCCN is a system of numbering catalog records at the Library of Congress
148 LMS (Library Management System)::
149   see <<ILS>>
150 Loan duration::
151   Loan duration (also sometimes referred to as "loan period") is the length of time a given type of material can circulate.
152 [[M]]MARC (Machine Readable Cataloging)::
153   The MARC formats are standards for the representation and communication of bibliographic and related information in machine-readable form. 
154 MARC batch export::
155   Mass exporting of MARC records out of a library system.
156 MARC batch import::
157   Mass importing of MARC records into a library system.
158 MARCXML::
159   Framework for working with MARC data in a XML environment.
160 Match score::
161   Indicates the relative importance of that match point as Evergreen evaluates an incoming record against an existing record.
162 Minimum quality ratio::
163   Used to set the acceptable level of quality for a record to be imported.
164 [[N]]Non-Cataloged::
165   Items that have not been cataloged.
166 [[O]]OPAC (Online Public Access Catalog):: 
167   An OPAC is an online interface to the database of a library's holdings, used to find resources in their collections. It is possibly searchable by keyword, title, author, subject or call number.  The public view of the catalog.
168 OpenSRF (Open Scalable Request Framework):: 
169   Acronym for Open Scalable Request Framework (pronounced 'open surf'). An enterprise class Service Request Framework. It's purpose is to serve as a robust message routing network upon which one may build complex, scalable applications. To that end, OpenSRF attempts to be invisible to the application developer, while providing transparent load balancing and failover with minimal overhead.
170 Organizational units (Org Unit)::
171   Organizational Units are the specific instances of the organization unit types that make up your library's hierarchy.
172 Organization unit type::
173   The organization types in the hierarchy of a library system.
174 Overlay/merge profiles::
175   During a MARC import this is used identify which fields should be replaced, which should be preserved, and which should be added to the record.
176 Owning library::
177   The library which has purchased a particular item and created the volume and item records. 
178 [[P]]Parent organizational unit::
179   An organizational unit one level above whose policies may be inherited by its child units. 
180 Parts::
181   Provide more granularity for copies, primarily to enable patrons to place holds on individual parts of a set of items.
182 Patron::
183   A user of the ILS. Patrons in Evergreen can both be staff and public users.
184 Patron barcode / library card number::
185   Patrons are uniquely identified by their library card barcode number.
186 Permission Groups::
187   A grouping of permissions granted to a group of individuals, i.e. patrons, cataloging, circulation, administration. Permission Groups also set the depth and grantability of permissions.
188 Pickup library::
189   Library designated as the location where requested material is to be picked up. 
190 PostgreSQL::
191   A popular open-source object-relational database management system that underpins Evergreen software.
192 Preferred Library::
193   The library that is used to show items and URIs regardless of the library searched.  It is recommended to set this to your Workstation library so that local copies always show up first in search Results.
194 Print Templates::
195   Templates that Evergreen uses to print various receipts and tables.
196 Printer Settings::
197   Settings in Evergreen for selected printers.  This is a HATCH functionality.
198 Propagate funds::
199   Create a new fund for the following fiscal year with the same parameters as your current fund.
200 Providers::
201   Vendors from whom you order your materials. Set in the Acquisition module.
202 Purchase Order (PO)::
203   A document issued by a buyer to a vendor, indicating types, quantities, and prices of materials. 
204 [[Q]]Quality metrics::
205   Provide a mechanism for Evergreen to measure the quality of records and to make importing decisions based on quality.  
206 [[R]]RDA (Resource Description & Access)::
207     RDA is a set of cataloging standards and guidelines based on FRBR and FRAD. RDA is the successor for AACR2. http://rdatoolkit.org/ 
208 Record Bucket::
209   This is a container of Title Records.
210 Record match sets::
211   When importing records, this identifies how Evergreen should match incoming records to existing records in the system.
212 Recurring fine::
213   Recurring Fine is the official term for daily or other regularly accruing overdue fines. 
214 Register Patron::
215   The process of adding a Patron account with in Evergreen.
216 Rollover::
217   Used to roll over remaining encumbrances and funds into the same fund the following year. 
218 [[S]]SAN (Standard Address Number)::
219   SAN is an identification code for electronic communication with in the publishing industry. SAN uniquely identify an address for location.
220 Shelving location:: 
221   Shelving location is the area within the library where a given item is shelved.
222 SIP (Standard Interchange Protocol)::
223   SIP is a communications protocol used within Evergreen for transferring data to and from other third party devices, such as RFID and barcode scanners that handle patron and library material information. Version 2.0 (also known as "SIP2") is the current standard. It was originally developed by the 3M Corporation.
224 [[SRU]]SRU (Search & Retrieve URL)::
225   Acronym for Search & Retrieve URL Service. SRU is a search protocol used in web search and retrieval. It expresses queries in Contextual Query Language (CQL) and transmits them as a URL, returning XML data as if it were a web page.
226 Staff client::
227   The graphical user interface used by library workers to interact with the Evergreen system. Staff use the Staff Client to access administration, acquisitions, circulation, and cataloging functions.
228 Standing penalties::
229   Serve as alerts and blocks when patron records have met certain criteria, commonly excessive overdue materials or fines; standing penalty blocks will prevent circulation and hold transactions.  
230 Statistical categories:: 
231   Allow libraries to associate locally interesting data with patrons and holdings. Also known as stat cats.
232 [[T]]Template Toolkit (TT)::
233   A template processing system written in Perl.
234 TLD::
235   Top-level domain.  The last part of a full domain name.  Ex: www.website.com.  The top-level domain is ".com".
236 TPAC:: 
237   Evergreen's Template Toolkit based OPAC. The web based public interface in Evergreen written using functionality from the Template Toolkit.
238 [[U]]URI::
239   Universal Resource Identifier. A URI is a string of characters that identify a logical or physical resource. Examples are URL an URN
240 URL (Universal Resource Locator)::
241   This is the web address.
242 URN (Universal Resource Number)::
243   This is a standard number to identify a resource. Example of URNs are ISBN, ISSN, and UPC.
244 UPC (Universal Product Code)::
245   The UPC is a number uniquely assigned to an item by the manufacturer.
246 User Activity Type::
247   Different types of activities users do in Evergreen. Examples: Login, Verification of account
248 [[V]]Vandelay::
249   MARC Batch Import/Export tool original name.
250 [[W]]Wiki::
251   The Evergreen Wiki can be found at https://wiki.evergreen-ils.org. The Evergreen Wiki is a knowledge base of information on Evergreen. 
252 Workstation::
253   The unique name associated with a specific computer and Org Unit.
254 [[X]]XML (eXtensible Markup Language)::
255   Acronym for eXtensible Markup Language, a subset of SGML. XML is a set of rules for encoding information in a way that is both human-readable and machine-readable. It is primarily used to define documents but can also be used to define arbitrary data structures. It was originally defined by the World Wide Web Consortium (W3C).
256 [[XMPP]]XMPP (Extensible Messaging and Presence Protocol)::
257   The open-standard communications protocol (based on XML) used for client-server message passing within Evergreen. It supports the concept of a consistent domain of message types that flow between software applications, possibly on different operating systems and architectures. More information is available at http://xmpp.org.
258   See Also: <<jabber,Jabber>>. 
259 xpath::
260   The XML Path Language, a query language based on a tree representation of an XML document. It is used to programmatically select nodes from an XML document and to do minor computation involving strings, numbers and Boolean values. It allows you to identify parts of the XML document tree, to navigate around the tree, and to uniquely select nodes. The currently version is "XPath 2.0". It was originally defined by the World Wide Web Consortium (W3C). 
261 [[Y]]YAOUS:: 
262   Yet Another Organization Unit Setting; slang for Library Settings.
263 [[Z]]Z39.50 ::
264   An international standard client/server protocol for communication between computer systems, primarily library and information related systems.
265   See Also: <<SRU>>
266