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