diff --git a/source/de/anomic/content/oai/PMHReader.java b/source/de/anomic/content/oai/PMHReader.java index 84997c483..5fae73b19 100644 --- a/source/de/anomic/content/oai/PMHReader.java +++ b/source/de/anomic/content/oai/PMHReader.java @@ -86,3 +86,149 @@ public class PMHReader { } } +/* + +http://an.oa.org/OAI-script?verb=GetRecord&identifier=oai:arXiv.org:hep-th/9901001&metadataPrefix=oai_dc + +special characters in URIs must be encoded, the correct form of the above GET request URL is: + +http://an.oa.org/OAI-script?verb=GetRecord&identifier=oai%3AarXiv.org%3Ahep-th%2F9901001&metadataPrefix=oai_dc + +"/","%2F" +"?","%3F" +"#","%23" +"=","%3D" +"&","%26" +":","%3A" +";","%3B" +" ","%20" +"%","%25" +"+","%2B" + +GetRecord +http://arXiv.org/oai2?verb=GetRecord&identifier=oai:arXiv.org:cs/0112017&metadataPrefix=oai_dc +http://opus.bsz-bw.de/fhhv/oai2/oai2.php?verb=GetRecord&identifier=oai:opus.bsz-bw.de-fhhv:6&metadataPrefix=oai_dc + +Identify +http://memory.loc.gov/cgi-bin/oai?verb=Identify + +ListIdentifiers +http://an.oa.org/OAI-script?verb=ListIdentifiers&from=1998-01-15&metadataPrefix=oldArXiv&set=physics:hep +http://an.oa.org/OAI-script?verb=ListIdentifiers&resumptionToken=xxx45abttyz +http://www.perseus.tufts.edu/cgi-bin/pdataprov?verb=ListIdentifiers&metadataPrefix=olac&from=2001-01-01&until=2001-01-01&set=Perseus:collection:PersInfo + +ListMetadataFormats +http://www.perseus.tufts.edu/cgi-bin/pdataprov?verb=ListMetadataFormats&identifier=oai:perseus.tufts.edu:Perseus:text:1999.02.0119 +http://memory.loc.gov/cgi-bin/oai?verb=ListMetadataFormats +http://memory.loc.gov/cgi-bin/oai?verb=ListMetadataFormats&identifier=oai:lcoa1.loc.gov:loc.rbc/rbpe.00000111 +http://opus.bsz-bw.de/fhhv/oai2/oai2.php?verb=ListMetadataFormats + +ListRecords +http://opus.bsz-bw.de/fhhv/oai2/oai2.php?verb=ListRecords&metadataPrefix=oai_dc +http://opus.bsz-bw.de/fhhv/oai2/oai2.php?verb=ListRecords&resumptionToken=455 +http://opus.bsz-bw.de/fhhv/oai2/oai2.php?verb=ListRecords&resumptionToken=890 +http://an.oa.org/OAI-script?verb=ListRecords&from=1998-01-15&set=physics:hep&metadataPrefix=oai_rfc1807 +http://www.perseus.tufts.edu/cgi-b:in/pdataprov?verb=ListRecords&from=2002-05-01T14:15:00Z&until=2002-05-01T14:20:00Z&metadataPrefix=oai_dc +http://memory.loc.gov/cgi-bin/oai?verb=ListRecords&from=2002-06-01T02:00:00Z&until=2002-06-01T03:00:00Z&metadataPrefix=oai_marc + +ListSets +http://an.oa.org/OAI-script?verb=ListSets +http://purl.org/alcme/etdcat/servlet/OAIHandler?verb=ListSets + +urn identifier kšnnen źber den resolver der d-nb aufgelšst werden: +http://nbn-resolving.de/urn:nbn:de:bsz:960-opus-1860 + + + + 2009-10-01T22:20:04Z + http://opus.bsz-bw.de/fhhv/oai2/oai2.php + + +
+ oai:opus.bsz-bw.de-fhhv:1 + 2008-03-04T12:17:33Z + ddc:020 + pub-type:2 + has-source-swb:false +
+ + + Teaching Information Literacy with the Lerninformationssystem + Hauschke, Christian + Ullmann, Nadine + Informationskompetenz + E-Learning + Bibliothek + Informationsvermittlung + Wissenschaftliches Arbeiten + information literacy + e-learning + library + information dissemination + Library and information sciences + A German university has developed a learning information system to improve information literacy among German students. An online tutorial based on this Lerninformationssystem has been developed. The structure of this learning information system is described, an online tutorial based on it is illustrated, and the different learning styles that it supports are indicated. + Fachhochschule Hannover + Sonstige Einrichtungen. Sonstige Einrichtungen + 2006 + Article + application/pdf + urn:nbn:de:bsz:960-opus-10 + http://opus.bsz-bw.de/fhhv/volltexte/2008/1/ + Australian Academic & Research Libraries, 37 (1), S. 55-60 + eng + http://creativecommons.org/licenses/by/2.0/de/deed.de + + +
+ +
+ oai:opus.bsz-bw.de-fhhv:52 + 2008-10-30T11:24:12Z + ddc:360 + pub-type:20 + has-source-swb:false +
+ + + Akademisierung von Pflege + Oelke, Uta-Karola + Pflege + Pflegewissenschaft + Akademisierung + Ausbildung + "Social services; association" + Die Arbeit bietet einen †berblick źber pflegebezogene StudiengŠnge und diskutiert die Akademisierung von Pflege. + Fachhochschule Hannover + FakultŠt V - Diakonie, Gesundheit und Soziales. FakultŠt V - Diakonie, Gesundheit und Soziales + Werner-Schule vom DRK + 1994 + TechReport + application/pdf + urn:nbn:de:bsz:960-opus-520 + http://opus.bsz-bw.de/fhhv/volltexte/2008/52/ + ger + /fhhv/doku/urheberrecht.php?la=de + + +
+ 119 +
+
+ +*/ \ No newline at end of file