Projects tagged ‘catalog’ and ‘library’


Jump to tag:

Projects tagged ‘catalog’ and ‘library’

Filtered by Project Tags catalog library

Refine results Project Tags dvd (4) search (4) database (4) catalogue (3) python (3) data (2) books (2) discovery (2) numismatic (2) collection (2) solr (2) php (2)

[12 total ]

17 Users
 

Tellico is a KDE application for organizing your collections.
Created over 2 years ago.

1 Users
 

XmlCatalog is an application written for Windows operating systems. It is designed to help you maintain and organize a catalog of your computer media collection, including CD-ROMs, DVDs, diskettes ... [More] , removable drives, hard drives, or any other present or future storage media. For the catalog database XML is used and all data is stored in UTF-8 format. XmlCatalog application is written in C++. It is free and open source software for everyone. [Less]
Created about 1 year ago.

1 Users

eXtensible Binary Universal Protocol (XBUP) project is an attempt to design general binary communication protocol and file format. It uses unlimited unary-binary encoding and minimalist block tree ... [More] structure and eligible syntax tier. There is prototype implementation in progress. [Less]
Created about 1 year ago.

0 Users

Library catalog gadget.
Created 3 months ago.

0 Users

The Meadowview Library Catalog database is currently a Microsoft Access database (MySQL solution and more is on the way if I can get some more manpower or stronger coffee) that offers a low cost way ... [More] for small libraries to manage their collections without the cost of a larger system. I built this database for a church library and it would function well for another church library, a small public library or for your own personal use. This database has much potential and can be freely edited under the GNU GPL that accompanies the download. Much work has gone into building this database and coming from working with a small library budget I understand how tight things can be. Since this database is freely available it has a minimal impact on your budget but if you would like, I'll most certainly accept donations to further this project. Otherwise please give back by helping build a community around this database and contributing to its development or if you cannot do so simply spread the word about this database. At the moment you can find the project hosted at http://home.webteknc.com/Meadowview_Library_Catalog/ [Less]
Created 3 months ago.

0 Users

University Library Information System
Created 12 months ago.

0 Users

Fac-Back-OPAC is a faceted online public access catalogue that libraries can use as an alternate interface or backup catalogue.
Created over 2 years ago.

0 Users

Kochief is a discovery interface for local and remote collections. Records are indexed in Solr and presented with the Django web framework. Tools are in development for the management of a local ... [More] catalog. HistoryKochief began with Casey Durfee's Open Source Endeca in 250 lines or less presentation at the code4lib 2007 conference, where he claimed to provide faceted features similar to the Endeca and AquaBrowser experiences using Solr and Django. Casey's work focused strictly on the Dewey-based Horizon system he works with at the Seattle Public Library. After downloading his code, Dan Scott was able to tweak the code to work with his LC-based Unicorn system at the Laurentian University Library. He wanted to demonstrate a faceted search interface to my colleagues, and he also needed a backup catalogue because the production ILS had a nasty habit of dying at inconvenient times. He called the project "Fac-Back-OPAC". Casey gave his blessing to do whatever Dan wanted with the code, so he made it available under the Apache 2.0 license, started with Casey's original code in the project SVN repository, and began checking in changes. Mike Beccaria, who also attended Casey's presentation, quickly joined the project as he had been working on his own fork of Casey's code and has added several enhancements. He works at Paul Smith's College and currently uses Kochief for their book catalog. You're welcome to join us too! News2009/04/04: Project moved from Fac-Back-OPAC to Kochief. 2008/01/31: A screencast of fbo being installed from start to finish in windows is available. Download, unzip, and open fbowindowsinstall.html. 2007/10/02: Casey's code for Helios has been committed to the Helios branch of the Subversion repository. 2007/10/02: Gabe Farrell has been added as another Fac-Back-OPAC developer. Gabe plans to clean up some of the non-Pythonic code and improve the Django project structure, for starters. Welcome Gabe! 2007/10/01: "Fac-Back-OPAC: An Open Source Interface to Your Library System", an article about Fac-Back-OPAC written by Mike Beccaria and Dan Scott, has been published online by Computers in Libraries. 2007/08/23: Casey has joined the project, and plans to contribute Helios (the most up-to-date version of his original code, featuring tag clouds and other goodness). Hurray! ExamplesPaul Smith's College Book Catalog Drexel Libraries Collections ChangesCasey's code was pretty good to start with, but we're trying to make it even better: The code is now i18n-compatible, so you can offer the catalog with support for multiple languages. I have included a French translation of the interface. Atom and RSS feeds are available for searches. A detailed item view within FacBackOPAC is an option if you don't want to link to your existing catalogue for a detailed item display. DetailsAt the moment, the code needs lots more work, but the following leaps out at me: Document the steps you need to follow to get a FacBackOPAC instance running. The high-level details have been written, but some pointers on localizing the interface would make sense. Find some reasonable media format icons to bundle with the code. Pointers to good sources of freely redistributable icons would be appreciated! Build a working implementation of tracking cataloging activity (in Unicorn, the plan is to scan the transaction logs) to incrementally add or delete items. Add support for other integrated library systems. We'll need to depend on support from others for this. [Less]
Created 8 months ago.

0 Users

Search UF Library Catalog
Created 11 months ago.

0 Users

IntroductionLarge libraries often contain multiple catalogs, digital repositories, and other data sources. Generally, each of these must be searched independently or through federated search systems. ... [More] The goal of Meercat is to provide a metadata harvesting and management system that can maintain copies of the metadata in one location so that it can either be harvested by another service or used directly for retrieval of detailed resource metadata. ComponentsMeercat is comprised of reusable Python packages that can be replaced or upgraded independently of the rest of the system. The core package types are: meercat.harvester meercat.job meercat.storage meercat.harvestermeercat.harvester.voyagerThis is a harvester for getting records out of an ExLibris Voyager ILS. It harvests the MARC21 bibliographic records and the related MARC21 holdings records and general item specific metadata. meercat.harvester.sfxThe sfx harvester extracts information from the standard ExLibris SFX data extracts that. This provides electronic holdings information on serials and other formats. meercat.harvester.metalibThe metalib harvester takes database metadata from ExLibris Metalib. meercat.harvester.oaipmhThis module has not yet been started, but it is on the roadmap for addition before version 1.1. This will provide the ability to harvest from any available OAI-PMH 2.0 compliant data source. Within the library, digital repositories usually provide this interface for harvesting. meercat.jobWork in progress, check back later for more details meercat.storagemeercat.storage.sqlalchemyThis is the only storage module currently being developed. It utilizes SQLAlchemy to provide an object relational mapping to store the data in a standard SQL database. Any database that SQLAlchemy can work with should be sufficient for using this module. This includes but is not limited to MySQL, PostgreSQL, and SQLite. [Less]
Created 12 months ago.