-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
28 lines (28 loc) · 1.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="de">
<head>
<title>malibu - Mannheim library utilities</title>
<meta charset="utf-8">
<style type="text/css">
body {
font-family: Arial, Verdana, sans-serif;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<h1>malibu - Mannheim library utilities</h1>
<p><b>malibu</b> 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 aufteten.</p>
<p>Hauptkomponenten sind:</p>
<ul>
<li><b>Suche nach einer ISBN</b> in verschiedenen Verbunddatenbanken und weitere Informationen etwa von Buchhändlern: <a href="isbn/suche.html">isbn/suche.html</a><br/></li>
<li>Recherchewerkzeug für die <b>BNB weekly</b>: <a href="bnb/recherche.php">bnb/recherche.php</a><br/></li>
<li><b>Bestandsabgleich</b> anhand einer Liste von ISBNs: <a href="tools/bestandsabgleich.html">tools/bestandsabgleich.html</a> speziell für den Bestand der UB Mannheim oder <a href="tools/bestandsabgleichA.html">tools/bestandsabgleichA.html</a> allgemein.</li>
<li><b>PPN-Liste anreichern</b> mit Werten eines Feldes (z.B. ISBN, Bestand, RVK, Schlagwörter) aus dem gleichen Verbund: <a href="tools/ppnListe.html">tools/ppnListe.html</a></li>
</ul>
<p>malibu ist Open Source Software. Den Quellcode findet man auf GitHub zusammen mit der Möglichkeit eigene Issues oder Pull Requests zu stellen: <a href="https://github.com/UB-Mannheim/malibu/">https://github.com/UB-Mannheim/malibu</a></p>
<p>Ansprechperson: <a href="https://www.bib.uni-mannheim.de/ihre-ub/ansprechpersonen/dr-philipp-zumstein/">Philipp Zumstein</a></p>
</body>
</html>