SlideShare ist ein Scribd-Unternehmen logo
1 von 15
Downloaden Sie, um offline zu lesen
Metasuche mit pazpar2
    Sven-S. Porst • SUB Göttingen
    porst@sub.uni-goettingen.de
Metasuche

• verteilte Suche über externe Datenbanken
• lokale Lösung wäre besser
• im VLib-Kontext meist nicht vermeidbar
SUB Göttingen

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


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


• vifamath: eingebaute iPort Suche — 2009
  http://vifamath.de
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?
pazpar2
           http://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
pazpar2 Input
Protokolle             Formate
• Z39.50               • XML
• SRU                  • Marc 21
• Solr                 • kein SUTRS o.ä.
• kein beliebiges http
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>
pazpar2 Bearbeitung

• XML
• XSL zum Abbilden der Eingangsdaten auf
  eigene Felder
• Deduplizierung
• Sortierung
pazpar2 XSL

• für jede Quelle eigene XSL möglich
 • Autor, Titel, …
 • Sprachcode
 • Medientyp
• tmarc.xsl: TurboMarc → Standardfelder
pazpar2 XSL Ergebnis
Marc 21                                                            pazpar2 XML
02940nam a2200601 i 4500
                                                                   <hit>
001 615212263
003 DE-601                                                         ! <md-language>eng</md-language>
005 20110202001547.0                                               ! <md-author>Smith, Kurt</md-author>
008 091216s2010    xxk            000 0 eng d                      ! <md-date>2010</md-date>
010    $a   2009941579                                             ! <md-title>Matter matters</md-title>
015    $a GBA9C2462 $2 dnb
016 7 $a 015-44228 $2 UK                                           ! <md-title-remainder>metaphysics and methodology in the e
016 7 $a 015-44228 $2 UK                                           ! <md-title-responsibility>Kurt Smith</md-title-responsibi
020    $a 019958365X                                               ! <md-medium>book</md-medium>
020    $a 9780199583652                                            ! <md-description>Literaturverz. S. [285] - 295</md-descri
035    $a (OCoLC)ocn477256726
035    $a (DE-599)GBV615212263
                                                                   ! <location id="sru.gbv.de/opac-de-7" name="SUB Göttingen"
040    $a GyGoGBV $b ger $e rakwb                                  ! !    <md-language>eng</md-language>
041 0 $a eng                                                       ! !    <md-id>615212263</md-id>
044    $a xxk $a xxu $a nz                                         ! !    <md-isbn>019958365X</md-isbn>
100 1 $a Smith, Kurt $0 (DE-601)634778250 $0 (DE-588a)142203122.
                                                                   ! !    <md-isbn>978-0-19-958365-2</md-isbn>
245 10 $a Matter matters : $b metaphysics and methodology in the
early modern period / $c Kurt Smith.                               ! !    <md-author>Smith, Kurt</md-author>
260    $a Oxford [u.a.] : $b Oxford Univ. Press, $c 2010.          ! !    <md-date>2010</md-date>
300    $a X, 299 S. : $b graph. Darst. ; $c 24 cm.                 ! !    <md-title>Matter matters</md-title>
500    $a Literaturverz. S. [285] - 295.                           ! !    <md-title-remainder>metaphysics and methodology in
600 0 $a Descartes, René $d 1596-1650
050 0 $a BD331                                                     ! !    <md-title-responsibility>Kurt Smith</md-title-resp
082 00 $a 110                                                      ! !    <md-medium>book</md-medium>
084    $a 08.31 ; Metaphysik $2 bcl                                ! !    <md-publication-place>Oxford [u.a.]</md-publicatio
084    $a 08.24 ; Neue westliche Philosophie $2 bcl                ! !    <md-publication-name>Oxford Univ. Press</md-public
084    $a CC 5800 $2 rvk
084    $a 5,1 $2 ssgn
                                                                   ! !    <md-physical-extent>X, 299 S</md-physical-extent>
                                                                   ! !    <md-description>Literaturverz. S. [285] - 295</md-
                                                                   ! </location>
                                                                   ! <recid>author smith kurt title matter matters title-rema
                                                                   </hit>
pazpar2 Abfrage

• XML http-Schnittstelle
 • init → search → show
 • termlist, stat, bytarget
• dynamisch in Webseiten nutzbar »AJAX«
• statisch nutzbar, z.B. in Typo3
Darstellung

• Eigene Anzeigelogik muß entwickelt werden
 • recht aufwendig
• dynamisch für JavaScript
• statisch, z.B. für Typo3
Lib AAC: Alle Kataloge
                                                            Demo
                               http://vlib.sub.uni-goettingen.de/demo/pazpar2/
                                                                                                                                                        16.05.11 10:00


 pazpar2 Demo
  banana                                                                 Suchen erweiterte Suche


                                                       « 1 2 »                                                                                         1-100 von 101

        Endophytic Fusarium oxysporum: Phylogeny and induced defense responses in banana plants                                  KATALOGE [GEFILTERT]
        against Radopholus similis. vorgelegt von Andreas Kurtz, 2010.                                                           SUB Göttingen 101
        EC Liability in the Absence of Unlawfulness - The FIAMM Case -. Arend, Katrin. In: Göttingen journal of                  Filter aufheben
        international law . - Göttingen : Inst. für Völker- und Europarecht, ISSN 1868-1581, Vol. 1, No. 1 (2009), p.            World Affairs Online 1
        199-218.
                                                                                                                                 ART
        Agrarian reform in the Philippine banana chain. Joy Hasmin De los Reyes; Wim Pelupessy, 2009.                                  Buch 84
        Banana heart summer a novel. by Merlinda Bobis, 2008.                                                                          Aufsatz 6
                                                                                                                                       Datei 5
        The banana shooter a novel. Dick DeBold, 2008.                                                                                 Zeitschrift 3
        The banana empires, trade wars, and globalization. James Wiley, 2008.                                                          Mikroform 3
                            Reihe:        At Table Series                                                                        SPRACHE
                                          At table
                                                                                                                                 Englisch 79
                         Ausgabe:    Univ. of Nebraska Press; Lincoln [u.a.]; 2008; XXV, 278 S; 9780803215771; [Contributor
                                     biographical information], [Publisher description], [Inhaltsverzeichnis]; SUB Göttingen !   Deutsch 7
                         Ausgabe:    Univ. of Nebraska Press; Lincoln/Nebr. [u.a.]; 2008; XXVIII,278 S; 0803215770;
                                                                                                                                 Chinesisch 1
                                     World Affairs Online !                                                                      Französisch 1
                                                                                                                                 Japanisch 1

                                                                                                                                 AUTOREN
                                                                                                                                 Yoshimoto, Banana 5
                                                                                                                                 Langley, Lester D 3
                                                                                                                                 Lombana Coy, Jahir Enrique 2
                                                                                                                                 Moberg, Mark 2
        Feynman motives of banana graphs. P. Aluffi; M. Marcolli, 2008.                                                           Yoshida, Akimi 2
                                                                                                                                 Acker, Alison 1
        Studies on the characteristics of the antagonistic relationship between radopholus similis (Cobb)                        Arend, Katrin 1
        Thorne and mutualistic endophytic fungi in nematode suppressive banana plants (Musa AAA). von                            Aureus, Leon 1
        Alexandra zum Felde, 2008.                                                                                               Baharuddin 1
        The possible role of stingless bees in the spread of banana xanthomonas wilt in Uganda and the                           Banana, Canaan Sodindo 1
        nesting biology of Plebeina hildebrandti and Hypotrigona gribodoi (hymenoptera - apidae -
                                                                                                                                 JAHRE
        meliponini). von Flora Njeri Namu, 2008.
                                                                                                                                                               8
        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). Carl                                        6
        Linneaus.Translated into Engl. by Stephen Freer, 2007.
Vielen Dank
• www.indexdata.com/pazpar2 pazpar2
• github.com/ssp/pazpar2 SUB Einstellungen
• github.com/ssp/pazpar2-extras
  Typo3-Einbindung in typo3conf/ext/pazpar2
• porst@sub.uni-goettingen.de
  Sven-S. Porst, SUB Göttingen
Vielen Dank
• www.indexdata.com/pazpar2 pazpar2
• github.com/ssp/pazpar2 SUB Einstellungen gress
                                            ro
• github.com/ssp/pazpar2-extras
                                    rk
                                       in
                                          p
                                  o
  Typo3-Einbindung in typo3conf/ext/pazpar2
                                 W

• porst@sub.uni-goettingen.de
  Sven-S. Porst, SUB Göttingen

Weitere ähnliche Inhalte

Mehr von webis-Blog

Die Dienstleistungen der Elektronischen Zeitschriftenbibliothek für Virtuelle...
Die Dienstleistungen der Elektronischen Zeitschriftenbibliothek für Virtuelle...Die Dienstleistungen der Elektronischen Zeitschriftenbibliothek für Virtuelle...
Die Dienstleistungen der Elektronischen Zeitschriftenbibliothek für Virtuelle...webis-Blog
 
EconBiz mobil - Wiwi-Recherche zum Mitnehmen
EconBiz mobil - Wiwi-Recherche zum MitnehmenEconBiz mobil - Wiwi-Recherche zum Mitnehmen
EconBiz mobil - Wiwi-Recherche zum Mitnehmenwebis-Blog
 
Wissen und Dienste teilen
Wissen und Dienste teilenWissen und Dienste teilen
Wissen und Dienste teilenwebis-Blog
 
vascoda - lessons learned
vascoda - lessons learnedvascoda - lessons learned
vascoda - lessons learnedwebis-Blog
 
vascoda und die Fachportale - Entwicklungen und Perspektiven
vascoda und die Fachportale - Entwicklungen und Perspektivenvascoda und die Fachportale - Entwicklungen und Perspektiven
vascoda und die Fachportale - Entwicklungen und Perspektivenwebis-Blog
 
vascoda-Verfuegbarkeitsrecherche
vascoda-Verfuegbarkeitsrecherche vascoda-Verfuegbarkeitsrecherche
vascoda-Verfuegbarkeitsrecherche webis-Blog
 

Mehr von webis-Blog (6)

Die Dienstleistungen der Elektronischen Zeitschriftenbibliothek für Virtuelle...
Die Dienstleistungen der Elektronischen Zeitschriftenbibliothek für Virtuelle...Die Dienstleistungen der Elektronischen Zeitschriftenbibliothek für Virtuelle...
Die Dienstleistungen der Elektronischen Zeitschriftenbibliothek für Virtuelle...
 
EconBiz mobil - Wiwi-Recherche zum Mitnehmen
EconBiz mobil - Wiwi-Recherche zum MitnehmenEconBiz mobil - Wiwi-Recherche zum Mitnehmen
EconBiz mobil - Wiwi-Recherche zum Mitnehmen
 
Wissen und Dienste teilen
Wissen und Dienste teilenWissen und Dienste teilen
Wissen und Dienste teilen
 
vascoda - lessons learned
vascoda - lessons learnedvascoda - lessons learned
vascoda - lessons learned
 
vascoda und die Fachportale - Entwicklungen und Perspektiven
vascoda und die Fachportale - Entwicklungen und Perspektivenvascoda und die Fachportale - Entwicklungen und Perspektiven
vascoda und die Fachportale - Entwicklungen und Perspektiven
 
vascoda-Verfuegbarkeitsrecherche
vascoda-Verfuegbarkeitsrecherche vascoda-Verfuegbarkeitsrecherche
vascoda-Verfuegbarkeitsrecherche
 

Metasuche mit pazpar2

  • 1. Metasuche mit pazpar2 Sven-S. Porst • SUB Göttingen porst@sub.uni-goettingen.de
  • 2. Metasuche • verteilte Suche über externe Datenbanken • lokale Lösung wäre besser • im VLib-Kontext meist nicht vermeidbar
  • 3. SUB Göttingen • VLib AAC: externe iPort Suche — 1999 http://www.sub.uni-goettingen.de/vlib • Geo-Leo: eigene PHP Lösung — 2005 http://geo-leo.de • vifamath: eingebaute iPort Suche — 2009 http://vifamath.de
  • 4. 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?
  • 5. pazpar2 http://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
  • 6. pazpar2 Input Protokolle Formate • Z39.50 • XML • SRU • Marc 21 • Solr • kein SUTRS o.ä. • kein beliebiges http
  • 7. 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>
  • 8. pazpar2 Bearbeitung • XML • XSL zum Abbilden der Eingangsdaten auf eigene Felder • Deduplizierung • Sortierung
  • 9. pazpar2 XSL • für jede Quelle eigene XSL möglich • Autor, Titel, … • Sprachcode • Medientyp • tmarc.xsl: TurboMarc → Standardfelder
  • 10. pazpar2 XSL Ergebnis Marc 21 pazpar2 XML 02940nam a2200601 i 4500 <hit> 001 615212263 003 DE-601 ! <md-language>eng</md-language> 005 20110202001547.0 ! <md-author>Smith, Kurt</md-author> 008 091216s2010 xxk 000 0 eng d ! <md-date>2010</md-date> 010 $a 2009941579 ! <md-title>Matter matters</md-title> 015 $a GBA9C2462 $2 dnb 016 7 $a 015-44228 $2 UK ! <md-title-remainder>metaphysics and methodology in the e 016 7 $a 015-44228 $2 UK ! <md-title-responsibility>Kurt Smith</md-title-responsibi 020 $a 019958365X ! <md-medium>book</md-medium> 020 $a 9780199583652 ! <md-description>Literaturverz. S. [285] - 295</md-descri 035 $a (OCoLC)ocn477256726 035 $a (DE-599)GBV615212263 ! <location id="sru.gbv.de/opac-de-7" name="SUB Göttingen" 040 $a GyGoGBV $b ger $e rakwb ! ! <md-language>eng</md-language> 041 0 $a eng ! ! <md-id>615212263</md-id> 044 $a xxk $a xxu $a nz ! ! <md-isbn>019958365X</md-isbn> 100 1 $a Smith, Kurt $0 (DE-601)634778250 $0 (DE-588a)142203122. ! ! <md-isbn>978-0-19-958365-2</md-isbn> 245 10 $a Matter matters : $b metaphysics and methodology in the early modern period / $c Kurt Smith. ! ! <md-author>Smith, Kurt</md-author> 260 $a Oxford [u.a.] : $b Oxford Univ. Press, $c 2010. ! ! <md-date>2010</md-date> 300 $a X, 299 S. : $b graph. Darst. ; $c 24 cm. ! ! <md-title>Matter matters</md-title> 500 $a Literaturverz. S. [285] - 295. ! ! <md-title-remainder>metaphysics and methodology in 600 0 $a Descartes, René $d 1596-1650 050 0 $a BD331 ! ! <md-title-responsibility>Kurt Smith</md-title-resp 082 00 $a 110 ! ! <md-medium>book</md-medium> 084 $a 08.31 ; Metaphysik $2 bcl ! ! <md-publication-place>Oxford [u.a.]</md-publicatio 084 $a 08.24 ; Neue westliche Philosophie $2 bcl ! ! <md-publication-name>Oxford Univ. Press</md-public 084 $a CC 5800 $2 rvk 084 $a 5,1 $2 ssgn ! ! <md-physical-extent>X, 299 S</md-physical-extent> ! ! <md-description>Literaturverz. S. [285] - 295</md- ! </location> ! <recid>author smith kurt title matter matters title-rema </hit>
  • 11. pazpar2 Abfrage • XML http-Schnittstelle • init → search → show • termlist, stat, bytarget • dynamisch in Webseiten nutzbar »AJAX« • statisch nutzbar, z.B. in Typo3
  • 12. Darstellung • Eigene Anzeigelogik muß entwickelt werden • recht aufwendig • dynamisch für JavaScript • statisch, z.B. für Typo3
  • 13. Lib AAC: Alle Kataloge Demo http://vlib.sub.uni-goettingen.de/demo/pazpar2/ 16.05.11 10:00 pazpar2 Demo banana Suchen erweiterte Suche « 1 2 » 1-100 von 101 Endophytic Fusarium oxysporum: Phylogeny and induced defense responses in banana plants KATALOGE [GEFILTERT] against Radopholus similis. vorgelegt von Andreas Kurtz, 2010. SUB Göttingen 101 EC Liability in the Absence of Unlawfulness - The FIAMM Case -. Arend, Katrin. In: Göttingen journal of Filter aufheben international law . - Göttingen : Inst. für Völker- und Europarecht, ISSN 1868-1581, Vol. 1, No. 1 (2009), p. World Affairs Online 1 199-218. ART Agrarian reform in the Philippine banana chain. Joy Hasmin De los Reyes; Wim Pelupessy, 2009. Buch 84 Banana heart summer a novel. by Merlinda Bobis, 2008. Aufsatz 6 Datei 5 The banana shooter a novel. Dick DeBold, 2008. Zeitschrift 3 The banana empires, trade wars, and globalization. James Wiley, 2008. Mikroform 3 Reihe: At Table Series SPRACHE At table Englisch 79 Ausgabe: Univ. of Nebraska Press; Lincoln [u.a.]; 2008; XXV, 278 S; 9780803215771; [Contributor biographical information], [Publisher description], [Inhaltsverzeichnis]; SUB Göttingen ! Deutsch 7 Ausgabe: Univ. of Nebraska Press; Lincoln/Nebr. [u.a.]; 2008; XXVIII,278 S; 0803215770; Chinesisch 1 World Affairs Online ! Französisch 1 Japanisch 1 AUTOREN Yoshimoto, Banana 5 Langley, Lester D 3 Lombana Coy, Jahir Enrique 2 Moberg, Mark 2 Feynman motives of banana graphs. P. Aluffi; M. Marcolli, 2008. Yoshida, Akimi 2 Acker, Alison 1 Studies on the characteristics of the antagonistic relationship between radopholus similis (Cobb) Arend, Katrin 1 Thorne and mutualistic endophytic fungi in nematode suppressive banana plants (Musa AAA). von Aureus, Leon 1 Alexandra zum Felde, 2008. Baharuddin 1 The possible role of stingless bees in the spread of banana xanthomonas wilt in Uganda and the Banana, Canaan Sodindo 1 nesting biology of Plebeina hildebrandti and Hypotrigona gribodoi (hymenoptera - apidae - JAHRE meliponini). von Flora Njeri Namu, 2008. 8 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). Carl 6 Linneaus.Translated into Engl. by Stephen Freer, 2007.
  • 14. Vielen Dank • www.indexdata.com/pazpar2 pazpar2 • github.com/ssp/pazpar2 SUB Einstellungen • github.com/ssp/pazpar2-extras Typo3-Einbindung in typo3conf/ext/pazpar2 • porst@sub.uni-goettingen.de Sven-S. Porst, SUB Göttingen
  • 15. Vielen Dank • www.indexdata.com/pazpar2 pazpar2 • github.com/ssp/pazpar2 SUB Einstellungen gress ro • github.com/ssp/pazpar2-extras rk in p o Typo3-Einbindung in typo3conf/ext/pazpar2 W • porst@sub.uni-goettingen.de Sven-S. Porst, SUB Göttingen