HOME





LIBstick
LIBstick (library + sticking) is a label printing tool which is intended for libraries to create, edit and print book labels, such as spine labels, in an easy, quick and straightforward way. The tool is based on SaaS and is accessible via web browsers with no need for software installation. It is made to extract data from an integrated library system (ILS), such as Ex Libris's Alma, for the automatic creation of labels. It was developed and is maintained in the Technion libraries, in Haifa, Israel. Background After replacing Ex Libris's Aleph ILS software with the company's Alma cloud-based ILS in December 2017 the Technion Libraries started using SpineOMatic to produce book spine labels. Due to usability issues and the lack of edit options in SpineOMatic, and compatibility issues between Alma and the previous label printing software that was used at the Technion while using Aleph, the Technion Libraries IS Team developed a simple XML based solution. There are 15 Libraries in ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Volume (bibliography)
A volume is a physical book. It may be printed or handwritten. The term is commonly used to identify a single book that is part of a larger collection. Volumes are typically identified sequentially with Roman or Arabic numerals, e.g. "volume 3" or "volume III", commonly abbreviated to "Vol.". Volumes may be published directly, or they may be created out of multiple bound issues. For instance, a library that subscribes to a periodical and wishes to preserve it typically takes a set of the issues and has them bound into a volume. A publisher may also separately publish a volume out of previously published issues; this is common with graphic novels. A volume may also be composed of entries, as in an encyclopedia, or chapters, as in a monograph. The term is also used as an identifier for a sequence of periodicals. This is generally based on a single calendar year, but not always. For instance, a school magazine might start each new volume at the beginning of the academic y ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Koha (software)
Koha is an open-source integrated library system (ILS), used world-wide by public, school and special libraries. The name comes from a Māori term for a gift or donation. Features Koha is a web-based ILS, with a SQL database (MariaDB or MySQL preferred) back end with cataloguing data stored in MARC and accessible via Z39.50 or SRU. The user interface is very configurable and adaptable and has been translated into many languages. Koha has most of the features that would be expected in an ILS, including: * Various Web 2.0 facilities like tagging, comment, social sharing and RSS feeds * Union catalog facility * Customizable search * Online circulation * Bar code printing * Patron card creation * Report generation * Patron self registration form through OPAC History Koha was created in 1999 by Katipo Communications for the Horowhenua Library Trust in New Zealand, and the first installation went live in January 2000. From 2000, companies started providing commercial suppo ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


EBSCO Information Services
EBSCO Information Services, headquartered in Ipswich, Massachusetts, is a division of EBSCO Industries Inc., a private company headquartered in Birmingham, Alabama. EBSCO provides products and services to libraries of very many types around the world. Its products include EBSCONET, a complete e-resource management system, and EBSCO''host'', which supplies a fee-based online research service with 375 full-text databases, a collection of 600,000-plus ebooks, subject indexes, point-of-care medical references, and an array of historical digital archives. In 2010, EBSCO introduced its ''EBSCO Discovery Service'' (EDS) to institutions, which allows searches of a portfolio of journals and magazines. History EBSCO Information Services is a division of EBSCO Industries Inc., a company founded in 1944 by Elton Bryson Stephens Sr. and headquartered in Birmingham, Alabama. "EBSCO" is an acronym for Elton B. Stephens Company. EBSCO Industries has annual sales of about $3 billion. It is on ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


AJAX
Ajax may refer to: Greek mythology and tragedy * Ajax the Great, a Greek mythological hero, son of King Telamon and Periboea * Ajax the Lesser, a Greek mythological hero, son of Oileus, the king of Locris * ''Ajax'' (play), by the ancient Greek tragedian Sophocles, about Ajax the Great Arts and entertainment Fictional characters * Ajax Duckman, in the animated television series ''Duckman'' * Marvel Comics: ** Ajax the Greater, another name for Ajak, one of the Eternals from Marvel Comics ** Ajax the Lesser, another name for Arex, one of the Eternals from Marvel Comics ** Ajax, a member of the Pantheon appearing in Marvel Comics ** Ajax (Francis Fanny), a fictional supervillain first appearing in ''Deadpool'' #14 * Martian Manhunter, a DC Comics superhero called Ajax in Brazil and Portugal * Ajax, a '' Call of Duty: Black Ops 4'' operative * Ajax, from the video game '' Genshin Impact'' Music * A-Jax (band), a South Korean boy band * Ajax (band), an electronic music band ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

JSON
JSON (JavaScript Object Notation, pronounced ; also ) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values). It is a common data format with diverse uses in electronic data interchange, including that of web applications with servers. JSON is a language-independent data format. It was derived from JavaScript, but many modern programming languages include code to generate and parse JSON-format data. JSON filenames use the extension .json. Any valid JSON file is a valid JavaScript (.js) file, even though it makes no changes to a web page on its own. Douglas Crockford originally specified the JSON format in the early 2000s. He and Chip Morningstar sent the first JSON message in April 2001. Naming and pronunciation The 2017 international standard (ECMA-404 and ISO/IEC 21778:2017) specifies "Pronounced , as in ' Jaso ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

MySQL
MySQL () is an open-source relational database management system (RDBMS). Its name is a combination of "My", the name of co-founder Michael Widenius's daughter My, and "SQL", the acronym for Structured Query Language. A relational database organizes data into one or more data tables in which data may be related to each other; these relations help structure the data. SQL is a language programmers use to create, modify and extract data from the relational database, as well as control user access to the database. In addition to relational databases and SQL, an RDBMS like MySQL works with an operating system to implement a relational database in a computer's storage system, manages users, allows for network access and facilitates testing database integrity and creation of backups. MySQL is free and open-source software under the terms of the GNU General Public License, and is also available under a variety of proprietary licenses. MySQL was owned and sponsored by the Swedish c ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


JQuery
jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax. It is free, open-source software using the permissive MIT License. As of Aug 2022, jQuery is used by 77% of the 10 million most popular websites. Web analysis indicates that it is the most widely deployed JavaScript library by a large margin, having at least 3 to 4 times more usage than any other JavaScript library. jQuery's syntax is designed to make it easier to navigate a document, select DOM elements, create animations, handle events, and develop Ajax applications. jQuery also provides capabilities for developers to create plug-ins on top of the JavaScript library. This enables developers to create abstractions for low-level interaction and animation, advanced effects and high-level, theme-able widgets. The modular approach to the jQuery library allows the creation of powerful dynamic web pages and Web applications. Th ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


API Key
An application programming interface (API) key is a unique identifier used to authenticate a user, developer, or calling program to an API. However, they are typically used to authenticate a ''project'' with the API rather than a human user. Different platforms may implement and use API keys in different ways. Usage The API key often acts as both a unique identifier and a secret token for authentication, and will generally have a set of access rights on the API associated with it. HTTP APIs API keys for HTTP-based APIs can be sent in multiple ways: In the query string: POST /something?api_key=abcdef12345 HTTP/1.1 As a request header: GET /something HTTP/1.1 X-API-Key: abcdef12345 As a cookie: GET /something HTTP/1.1 Cookie: X-API-KEY=abcdef12345 Security API keys are generally not considered secure; they are typically accessible to clients, making it easy for someone to steal an API key. Once the key is stolen, it has no expiration, so it may be used indefinitely, unl ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Database Administrator
Database administrators (DBAs) use specialized software to store and organize data. The role may include capacity planning, installation, configuration Configuration or configurations may refer to: Computing * Computer configuration or system configuration * Configuration file, a software file used to configure the initial settings for a computer program * Configurator, also known as choice boar ..., database design, Data migration, migration, performance monitoring, Computer security, security, troubleshooting, as well as backup and data recovery. Skills Some common and useful skills for database administrators are: * Knowledge of database queries * Knowledge of database theory * Knowledge of database design * Knowledge about the Relational database management system, RDBMS itself, e.g. Microsoft SQL Server or MySQL * Knowledge of SQL, structured query language (SQL), e.g. SQL/PSM or Transact-SQL * General understanding of Distributed computing, distributed computing architect ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]