Metasuche mit pazpar2

15

Click here to load reader

description

Vortrag von Sven-S. Porst (SUB Göttingen) im Rahmen des ViFaCamps 2011

Transcript of Metasuche mit pazpar2

Page 1: Metasuche mit pazpar2

Metasuche mit pazpar2Sven-S. Porst • SUB Gö[email protected]

Page 2: Metasuche mit pazpar2

Metasuche

• verteilte Suche über externe Datenbanken

• lokale Lösung wäre besser

• im VLib-Kontext meist nicht vermeidbar

Page 3: Metasuche mit pazpar2

SUB Göttingen

• VLib AAC: externe iPort Suche — 1999http://www.sub.uni-goettingen.de/vlib

• Geo-Leo: eigene PHP Lösung — 2005http://geo-leo.de

• vifamath: eingebaute iPort Suche — 2009http://vifamath.de

Page 4: Metasuche mit pazpar2

neue Metasuchlösung?

• iPort fühlt sich langsam an

• iPort bietet auch eine Oberfläche und läßt sich schlecht in andere Seiten integrieren

• iPort gelegentlich instabil

• SUB iPort Version ist EOL

• geht es auch besser?

Page 5: Metasuche mit pazpar2

pazpar2http://www.indexdata.com/pazpar2

• von Indexdata auf Basis von yaz

• Open Source

• aktiv entwickelt

• Middleware

• keine vorgefertigte Oberfläche

• schnelle und dynamische Anzeige möglich

Page 6: Metasuche mit pazpar2

pazpar2 Input

Protokolle

• Z39.50

• SRU

• Solr

• kein beliebiges http

Formate

• XML

• Marc 21

• kein SUTRS o.ä.

Page 7: Metasuche mit pazpar2

pazpar2 Input Beispiel<settings target="z3950.gbv.de:20012/*">

<!-- Protokolleinstellungen: Z39.50 (standard) --> <set name="pz:requestsyntax" value="usmarc"/> <set name="pz:elements" value="F"/> <set name="pz:queryencoding" value="utf-8"/>

<!-- Abfragefelder --> <set name="pz:cclmap:term" value="u=1016 s=al t=r"/>

<set name="pz:cclmap:title" value="u=4 s=al t=r"/> <set name="pz:cclmap:person" value="u=1004 s=al t=r"/> <set name="pz:cclmap:journal" value="u=8542 s=al t=r"/> <set name="pz:cclmap:subject" value="u=21 s=al t=r"/>

<set name="pz:cclmap:date" value="u=9000"/> <set name="pz:cclmap:isbn" value="u=7"/> <set name="pz:cclmap:issn" value="u=8"/>

<!-- Interpretation/Weiterverarbeitung der Ergebnisse --> <set name="pz:nativesyntax" value="txml;utf-8"/> <set name="pz:xslt" value="SUB-xsl/gbv-cleaner.xsl,tmarc.xsl,SUB-xsl/language-code-cleaner.xsl"/>

</settings>

Page 8: Metasuche mit pazpar2

pazpar2 Bearbeitung

• XML

• XSL zum Abbilden der Eingangsdaten auf eigene Felder

• Deduplizierung

• Sortierung

Page 9: Metasuche mit pazpar2

pazpar2 XSL

• für jede Quelle eigene XSL möglich

• Autor, Titel, …

• Sprachcode

• Medientyp

• tmarc.xsl: TurboMarc → Standardfelder

Page 10: Metasuche mit pazpar2

pazpar2 XSL ErgebnisMarc 2102940nam a2200601 i 4500001 615212263003 DE-601005 20110202001547.0008 091216s2010 xxk 000 0 eng d010 $a 2009941579015 $a GBA9C2462 $2 dnb016 7 $a 015-44228 $2 UK016 7 $a 015-44228 $2 UK020 $a 019958365X020 $a 9780199583652035 $a (OCoLC)ocn477256726035 $a (DE-599)GBV615212263040 $a GyGoGBV $b ger $e rakwb041 0 $a eng044 $a xxk $a xxu $a nz100 1 $a Smith, Kurt $0 (DE-601)634778250 $0 (DE-588a)142203122.245 10 $a Matter matters : $b metaphysics and methodology in the early modern period / $c Kurt Smith.260 $a Oxford [u.a.] : $b Oxford Univ. Press, $c 2010.300 $a X, 299 S. : $b graph. Darst. ; $c 24 cm.500 $a Literaturverz. S. [285] - 295.600 0 $a Descartes, René $d 1596-1650050 0 $a BD331082 00 $a 110084 $a 08.31 ; Metaphysik $2 bcl084 $a 08.24 ; Neue westliche Philosophie $2 bcl084 $a CC 5800 $2 rvk084 $a 5,1 $2 ssgn

pazpar2 XML<hit>! <md-language>eng</md-language>! <md-author>Smith, Kurt</md-author>! <md-date>2010</md-date>! <md-title>Matter matters</md-title>! <md-title-remainder>metaphysics and methodology in the early modern period</md-title-remainder>! <md-title-responsibility>Kurt Smith</md-title-responsibility>! <md-medium>book</md-medium>! <md-description>Literaturverz. S. [285] - 295</md-description>! <location id="sru.gbv.de/opac-de-7" name="SUB Göttingen">! ! <md-language>eng</md-language>! ! <md-id>615212263</md-id>! ! <md-isbn>019958365X</md-isbn>! ! <md-isbn>978-0-19-958365-2</md-isbn>! ! <md-author>Smith, Kurt</md-author>! ! <md-date>2010</md-date>! ! <md-title>Matter matters</md-title>! ! <md-title-remainder>metaphysics and methodology in the early modern period</md-title-remainder>! ! <md-title-responsibility>Kurt Smith</md-title-responsibility>! ! <md-medium>book</md-medium>! ! <md-publication-place>Oxford [u.a.]</md-publication-place>! ! <md-publication-name>Oxford Univ. Press</md-publication-name>! ! <md-physical-extent>X, 299 S</md-physical-extent>! ! <md-description>Literaturverz. S. [285] - 295</md-description>! </location>! <recid>author smith kurt title matter matters title-remainder metaph…</recid></hit>

Page 11: Metasuche mit pazpar2

pazpar2 Abfrage

• XML http-Schnittstelle

• init → search → show

• termlist, stat, bytarget

• dynamisch in Webseiten nutzbar »AJAX«

• statisch nutzbar, z.B. in Typo3

Page 12: Metasuche mit pazpar2

Darstellung

• Eigene Anzeigelogik muß entwickelt werden

• recht aufwendig

• dynamisch für JavaScript

• statisch, z.B. für Typo3

Page 13: Metasuche mit pazpar2

Demohttp://vlib.sub.uni-goettingen.de/demo/pazpar2/

16.05.11 10:00Lib AAC: Alle Kataloge

Seite 1 von 4http://vlib.sub.uni-goettingen.de/demo/pazpar2/

pazpar2 Demo

KATALOGE [GEFILTERT]

ART

SPRACHE

AUTOREN

JAHRE

banana Suchen erweiterte Suche

1 2« » 1-100 von 101

SUB Göttingen 101Filter aufhebenWorld Affairs Online 1

Buch 84Aufsatz 6Datei 5Zeitschrift 3Mikroform 3

Englisch 79Deutsch 7Chinesisch 1Französisch 1Japanisch 1

Yoshimoto, Banana 5Langley, Lester D 3Lombana Coy, Jahir Enrique 2Moberg, Mark 2Yoshida, Akimi 2Acker, Alison 1Arend, Katrin 1Aureus, Leon 1Baharuddin 1Banana, Canaan Sodindo 1

1792 2011

2

4

6

8

Endophytic Fusarium oxysporum: Phylogeny and induced defense responses in banana plantsagainst Radopholus similis. vorgelegt von Andreas Kurtz, 2010.EC Liability in the Absence of Unlawfulness - The FIAMM Case -. Arend, Katrin. In: Göttingen journal ofinternational law . - Göttingen : Inst. für Völker- und Europarecht, ISSN 1868-1581, Vol. 1, No. 1 (2009), p.199-218.Agrarian reform in the Philippine banana chain. Joy Hasmin De los Reyes; Wim Pelupessy, 2009.Banana heart summer a novel. by Merlinda Bobis, 2008.The banana shooter a novel. Dick DeBold, 2008.

Reihe:

Ausgabe:

Ausgabe:

The banana empires, trade wars, and globalization. James Wiley, 2008.

Univ. of Nebraska Press; Lincoln [u.a.]; 2008; XXV, 278 S; 9780803215771; [Contributorbiographical information], [Publisher description], [Inhaltsverzeichnis]; SUB Göttingen!Univ. of Nebraska Press; Lincoln/Nebr. [u.a.]; 2008; XXVIII,278 S; 0803215770;World Affairs Online!

At Table SeriesAt table

Feynman motives of banana graphs. P. Aluffi; M. Marcolli, 2008.Studies on the characteristics of the antagonistic relationship between radopholus similis (Cobb)Thorne and mutualistic endophytic fungi in nematode suppressive banana plants (Musa AAA). vonAlexandra zum Felde, 2008.The possible role of stingless bees in the spread of banana xanthomonas wilt in Uganda and thenesting biology of Plebeina hildebrandti and Hypotrigona gribodoi (hymenoptera - apidae -meliponini). von Flora Njeri Namu, 2008.Banana boys the play. by Leon Aureus. Adapted from the novel by Terry Woo, 2007.Musa Cliffortiana Clifford's Banana plant ; reprint and translation of the original edition (Leiden 1736). CarlLinneaus.Translated into Engl. by Stephen Freer, 2007.Competitiveness and trade policy problems in agricultural exports a perspective of producing/exportingcountries in the case of banana trade to the European Union = Wettbewerbsfähigkeit und Probleme in derHandelspolitik beim Agrarexport. von Jahir Enrique Lombana Coy, 2006.Competitiveness and trade policy problems in agricultural exports a perspective of producing/exportingcountries in the case of banana trade to the European Union. von Jahir Enrique Lombana Coy, 2006.Bananas and business the United Fruit Company in Colombia, 1899 - 2000. Marcelo Bucheli, 2005.Banana bottom. Claude McKay, 1961-2005.Banana man & other plays. by Don Nigro, 2005."Only a third of banana" dirty joking as an attempt to maintain dignity. Reichenbach, Anke. In: Anthropos .- Fribourg : Ed. St. Paul, ISSN 0003-5572, Vol. 100, No. 1 (2005), p. 73-89.Banana kiss [a novel]. Bonnie Rozanski, 2005.Banana cultures agriculture, consumption, and environmental change in Honduras and the United States.John Soluri, 2005.Banana wars the price of free trade ; a Caribbean perspective. Gordon Myers, 2004.Banana republicans how the right wing is turning America into a one-party state. Sheldon Rampton andJohn Stauber, 2004.Smart alliance how a global corporation and environmental activists transformed a tarnished brand. J. GaryTaylor and Patricia J. Scharlin, 2004.Banana bending Asian-Australian and Asian-Canadian literatures. Tseen-Ling Khoo, 2003.A tropical meditation on comparison in ethnomusicology a metaphoric knife, a real banana and anedible demonstration. Anthony Seeger In: Yearbook for traditional music . - Canberra, ACT : TheInternational Council For Traditional Music, ISSN 0740-1558, (2002), p. 187-192.Banana wars power, production, and history in the Americas. ed. by Steve Striffler, 2003.Banana wars the anatomy of a trade dispute. ed. by T. E. Josling and T. G. Taylor, 2003.

Page 14: Metasuche mit pazpar2

Vielen Dank

• www.indexdata.com/pazpar2 pazpar2

• github.com/ssp/pazpar2 SUB Einstellungen

• github.com/ssp/pazpar2-extras

Typo3-Einbindung in typo3conf/ext/pazpar2

[email protected]

Sven-S. Porst, SUB Göttingen

Page 15: Metasuche mit pazpar2

Vielen Dank

• www.indexdata.com/pazpar2 pazpar2

• github.com/ssp/pazpar2 SUB Einstellungen

• github.com/ssp/pazpar2-extras

Typo3-Einbindung in typo3conf/ext/pazpar2

[email protected]

Sven-S. Porst, SUB Göttingen

Work in progre

ss