Docs: update glossary.adoc to add TLD definition per LP1837753
[evergreen-equinox.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 symboligies.
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 sush 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 FUD (Fear, Uncertainty, Doubt)::
82   FUD is a marketing stratagy to try to install Fear, Uncertainty, and/or Doubt about a competitors product.   
83 Fund tags::
84   Tags used in acquisitions to allow you to group Funds.
85 Funding sources::
86   Sources of the monies to fund acquisitions of materials.
87 Funds::
88   Allocations of money used for purchases.
89 FRBR (Functional Requirements for Bibliographic Records)::
90   See https://www.loc.gov/cds/downloads/FRBR.PDF[Library of Congress FRBR documentation]
91 [[G]]Git::
92   Git is a versioning control software for tracking changes in the code. It is designed to work with multiple developers.
93 GNU::
94   GNU is a recursive acronym for "GNU's Not Unix". GNU is an open source Unix like operating system.  
95 GNU GPL version 2 (GNU General Public License version 2)::
96   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. 
97 [[H]]Hatch::
98   A additional program that is installed as an extension of your browser to extend printing functionality with Evergreen.
99 Hold::
100   The exclusive right for a patron to checkout a specific item. 
101 Hold boundaries::
102   Define which organizational units are available to fill specific holds.
103 Hold Groups::
104   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.
105 Holdings import profile::
106   Identifies the <<IIA, Import Item Attributes>> definition.
107 Holding subfield::
108   Used in the acquisitions module to map subfields to the appropriate item data. 
109 Hopeless Holds::
110   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.”
111 [[I]]ICL (Inter-Consortium Loans)::
112   Inter-Consortium Loans are like ILL's, but different in the fact that the loan happens just with in the Consortium. 
113 [[IDL]]IDL (Interface Definition Language):: A model that Evergreen's software components use to understand how Evergreen's data are structured. IDL is sometime refered to as the Fieldmapper IDL.
114 [[ILS]]ILS (Integrated Library System)::
115   The Integrated Library System is a set of applications which perform the business and technical aspects of library management, including but not exclusive to acquistions, cataloging, circulation, and booking. 
116 ILL (Inter-Library Loan)::
117   Inter-Library Loan is the process of one libray borrows materials for a patron from another library. 
118 [[IIA]]Import item attributes::
119   Used to map the data in your holdings tag to fields in the item record during a MARC import.
120 Insufficient quality fall-through profile::
121   A back-up merge profile to be used for importing if an incoming record does not meet the standards of the minimum quality ratio.
122 ISBN (International Standard Book Number)::
123   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. 
124 ISSN (International Standard Serial Number)::
125   International Standard Serial Number is a unigue 8 digit number assigned by the Internation Serials Data System to identify a specfic Serial Title. 
126 [[item]]Item:: 
127   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.
128 Item barcode::
129   Item barcodes uniquely identify each specific item entered into the Catalog.
130 Item Buckets::
131   This is a container of individual items.
132 Item Status::
133   Item Status allows you to see the status of a item without having to go to the actual Title Record.  Item status is a intragal part of Evergreen and how it works.
134 [[J]][[jabber]]Jabber:: 
135   The communications protocol used for client-server message passing within Evergreen. Now known as <<XMPP, XMPP>>, it was originally named "Jabber."
136 Juvenile flag::
137   User setting used to specify if a user is a juvenile user for circulation purposes.
138 [[K]]KPAC (Kids' OPAC):: 
139   Alternate version of the Template Toolkit OPAC that is kid friendly
140 [[L]]LaunchPad:: 
141   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
142 LCCN (Library of Congress Control Number)::
143   The LCCN is a system of numbering catalog records at the Library of Congress
144 LMS (Library Management System)::
145   see <<ILS>>
146 Loan duration::
147   Loan duration (also sometimes referred to as "loan period") is the length of time a given type of material can circulate.
148 [[M]]MARC (Machine Readable Cataloging)::
149   The MARC formats are standards for the representation and communication of bibliographic and related information in machine-readable form. 
150 MARC batch export::
151   Mass exporting of MARC records out of a library system.
152 MARC batch import::
153   Mass importing of MARC records into a library system.
154 MARCXML::
155   Framework for working with MARC data in a XML environment.
156 Match score::
157   Indicates the relative importance of that match point as Evergreen evaluates an incoming record against an existing record.
158 Minimum quality ratio::
159   Used to set the acceptable level of quality for a record to be imported.
160 [[N]]Non-Cataloged::
161   Items that have not been cataloged.
162 [[O]]OPAC (Online Public Access Catalog):: 
163   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.
164 OpenSRF (Open Scalable Request Framework):: 
165   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.
166 Organizational units (Org Unit)::
167   Organizational Units are the specific instances of the organization unit types that make up your library's hierarchy.
168 Organization unit type::
169   The organization types in the hierarchy of a library system.
170 Overlay/merge profiles::
171   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.
172 Owning library::
173   The library which has purchased a particular item and created the volume and item records. 
174 [[P]]Parent organizational unit::
175   An organizational unit one level above whose policies may be inherited by its child units. 
176 Parts::
177   Provide more granularity for copies, primarily to enable patrons to place holds on individual parts of a set of items.
178 Patron::
179   A user of the ILS. Patrons in Evergreen can both be staff and public users.
180 Patron barcode / library card number::
181   Patrons are uniquely identified by their library card barcode number.
182 Permission Groups::
183   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.
184 Pickup library::
185   Library designated as the location where requested material is to be picked up. 
186 PostgreSQL::
187   A popular open-source object-relational database management system that underpins Evergreen software.
188 Preferred Library::
189   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.
190 Print Templates::
191   Templates that Evergreen uses to print various receipts and tables.
192 Printer Settings::
193   Settings in Evergreen for selected printers.  This is a HATCH functionality.
194 Propagate funds::
195   Create a new fund for the following fiscal year with the same parameters as your current fund.
196 Providers::
197   Vendors from whom you order your materials. Set in the Acquisition module.
198 Purchase Order (PO)::
199   A document issued by a buyer to a vendor, indicating types, quantities, and prices of materials. 
200 [[Q]]Quality metrics::
201   Provide a mechanism for Evergreen to measure the quality of records and to make importing decisions based on quality.  
202 [[R]]RDA (Resource Description & Access)::
203     RDA is a set of cataloging standards and guidelines based on FRBR and FRAD. RDA is the successor for AACR2. http://rdatoolkit.org/ 
204 Record Bucket::
205   This is a container of Title Records.
206 Record match sets::
207   When importing records, this identifies how Evergreen should match incoming records to existing records in the system.
208 Recurring fine::
209   Recurring Fine is the official term for daily or other regularly accruing overdue fines. 
210 Register Patron::
211   The process of adding a Patron account with in Evergreen.
212 Rollover::
213   Used to roll over remaining encumbrances and funds into the same fund the following year. 
214 [[S]]SAN (Standard Address Number)::
215   SAN is an identificatin code for electronic communication with in the publishing industry. SAN uniguely identify an address for location.
216 Shelving location:: 
217   Shelving location is the area within the library where a given item is shelved.
218 SIP (Standard Interchange Protocol)::
219   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.
220 [[SRU]]SRU (Search & Retrieve URL)::
221   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.
222 Staff client::
223   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.
224 Standing penalties::
225   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.  
226 Statistical categories:: 
227   Allow libraries to associate locally interesting data with patrons and holdings. Also known as stat cats.
228 [[T]]Template Toolkit (TT)::
229   A template processing system written in Perl.
230 TLD::
231   Top-level domain.  The last part of a full domain name.  Ex: www.website.com.  The top-level domain is ".com".
232 TPAC:: 
233   Evergreen's Template Toolkit based OPAC. The web based public interface in Evergreen written using functionality from the Template Toolkit.
234 [[U]]URI::
235   Universal Resource Identifier. A URI is a string of characters that identify a logical or physical resource. Examples are URL an URN
236 URL (Universal Resource Locator)::
237   This is the web address.
238 URN (Universal Resource Number)::
239   This is a standard number to identify a resource. Example of URNs are ISBN, ISSN, and UPC.
240 UPC (Universal Product Code)::
241   The UPC is a number uniguely assigned to an item by the manufacturer.
242 User Activity Type::
243   Different types of activities users do in Evergreen. Examples: Login, Verification of account
244 [[V]]Vandelay::
245   MARC Batch Import/Export tool original name.
246 [[W]]Wiki::
247   The Evergreen Wiki can be found at https://wiki.evergreen-ils.org. The Evergreen Wiki is a knowledge base of information on Evergreen. 
248 Workstation::
249   The unique name associated with a specific computer and Org Unit.
250 [[X]]XML (eXtensible Markup Language)::
251   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).
252 [[XMPP]]XMPP (Extensible Messaging and Presence Protocol)::
253   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.
254   See Also: <<jabber,Jabber>>. 
255 xpath::
256   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). 
257 [[Y]]YAOUS:: 
258   Yet Another Organization Unit Setting; slang for Library Settings
259 [[Z]]Z39.50 ::
260   An international standard client/server protocol for communication between computer systems, primarily library and information related systems.
261   See Also: <<SRU>>
262