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
- Host: GitHub
- URL: https://github.com/ub-mannheim/malibu
- Owner: UB-Mannheim
- License: gpl-3.0
- Created: 2014-10-17T09:51:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T12:13:08.000Z (8 months ago)
- Last Synced: 2025-04-13T05:51:59.742Z (6 months ago)
- Topics: bnbweekly, book-information, code4lib, isbn, mashup
- Language: PHP
- Homepage: https://data.bib.uni-mannheim.de/malibu/
- Size: 450 KB
- Stars: 26
- Watchers: 13
- Forks: 14
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# malibu - Mannheim library utilities
[](https://github.com/UB-Mannheim/malibu/actions/workflows/ci.yml)
[](https://github.com/UB-Mannheim/malibu/releases)
[](https://github.com/UB-Mannheim/malibu/blob/master/LICENSE)
[](https://hub.docker.com/r/ubma/malibu/)## Summary/Zusammenfassung
**malibu**  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**  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/):
[](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/)