An open API service indexing awesome lists of open source software.

https://github.com/ub-mannheim/malibu

Mannheim library utilities
https://github.com/ub-mannheim/malibu

bnbweekly book-information code4lib isbn mashup

Last synced: 3 months ago
JSON representation

Mannheim library utilities

Awesome Lists containing this project

README

          

# malibu - Mannheim library utilities

[![Check code](https://github.com/UB-Mannheim/malibu/actions/workflows/ci.yml/badge.svg)](https://github.com/UB-Mannheim/malibu/actions/workflows/ci.yml)
[![GitHub release](https://img.shields.io/github/release/UB-Mannheim/malibu.svg?maxAge=3600)](https://github.com/UB-Mannheim/malibu/releases)
[![license](https://img.shields.io/github/license/UB-Mannheim/malibu.svg?maxAge=2592000)](https://github.com/UB-Mannheim/malibu/blob/master/LICENSE)
[![Docker Stars](https://img.shields.io/docker/pulls/ubma/malibu.svg?maxAge=86400)](https://hub.docker.com/r/ubma/malibu/)

## Summary/Zusammenfassung

**malibu** ![de](https://raw.githubusercontent.com/UB-Mannheim/malibu/master/img/flag_de.jpeg) ist eine Sammlung von leichtgewichtigen, webbasierten Tools im Umfeld
von bibliographischen Daten zur Unterstützung von Arbeitsabläufen, wie sie
häufig in Bibliotheken bei den Fachreferaten und der Erwerbung auftreten.
Hauptbestandteil ist ein Mashup zur ISBN-Suche und ein Recherchewerkzeug für die
BNB weekly sowie weitere kleine Tools wie etwa ein Tool für den Bestandsabgleich bei der Eingabe einer Liste von ISBNs.

**malibu** ![en](https://raw.githubusercontent.com/UB-Mannheim/malibu/master/img/flag_en.jpeg) is a collection of lightweight web-based tools to work with bibliographic metadata from various sources on the web, aimed at supporting the workflows of subject librarians and acquisitions librarians.

The main components are

* a mashup of various library and bookseller data on books by ISBN
([Demo](https://data.bib.uni-mannheim.de/malibu/isbn/suche.html)),
* a search tool for the British National Bibliography weekly updates
([Demo](https://data.bib.uni-mannheim.de/malibu/bnb/recherche.php)) and
* a possibility to check for a list of ISBNs the holdings in the library
- [Demo for the Mannheim University Library](https://data.bib.uni-mannheim.de/malibu/tools/bestandsabgleich.html)
- [General Demo](https://data.bib.uni-mannheim.de/malibu/tools/bestandsabgleichA.html)

## Docker

The docker image is available from Dockerhub as [ubma/malibu](https://hub.docker.com/r/ubma/malibu/):

[![Docker image](https://dockeri.co/image/ubma/malibu)](https://hub.docker.com/r/ubma/malibu/)

You can run it from the command line (provided that you have already [docker installed](https://docs.docker.com/engine/installation/)):

```shell
docker run --rm -p 12345:80 'ubma/malibu'
```
Then you find malibu by opening [http://localhost:12345/malibu/isbn/suche.html](http://localhost:12345/malibu/isbn/suche.html) with your browser (maybe replace localhost by the docker ip).

More informations about how to install malibu on Debian systems and setting up a development version can be found in the [INSTALL.md](INSTALL.md).

## Copyright and License

Copyright (c) 2013 – 2019 Universitätsbibliothek Mannheim

Author: [Philipp Zumstein](https://github.com/zuphilip) (UB Mannheim)

**malibu** is Free Software. You may use it under the terms of the GNU General
Public License (GPL). See [LICENSE](./LICENSE) for details.

## References

See https://github.com/UB-Mannheim/malibu/wiki/Bibliografie

## Acknowledgements

The tools are depending on some third party libraries and fonts:

* [yaz](https://www.indexdata.com/resources/software/phpyaz/) ([Revised BSD](https://www.indexdata.com/resources/licenses/))
* [jQuery](https://github.com/jquery/jquery/) (MIT license)
* [clipboard.js](https://github.com/zenorocha/clipboard.js/) (MIT license)
* clippy.svg from https://github.com/github/octicons (SIL Font)

Moreover, it is useful to use it in combination with the script
* [Autolink TIB/UB](http://www.tempelb.de/autolink-tibub/)