Questions tagged [oai]

The Open Archives Initiative is a standard for content sharing, principally to faciliate access to archives for scholarly usage.

From http://www.openarchives.org/OAI/OAI-organization.php

The Open Archives Initiative develops and promotes interoperability standards that aim to facilitate the efficient dissemination of content. The Open Archives Initiative has its roots in an effort to enhance access to e-print archives as a means of increasing the availability of scholarly communication. Continued support of this work remains a cornerstone of the Open Archives program. The fundamental technological framework and standards that are developing to support this work are, however, independent of the both the type of content offered and the economic mechanisms surrounding that content, and promise to have much broader relevance in opening up access to a range of digital materials. As a result, the Open Archives Initiative is currently an organization and an effort explicitly in transition, and is committed to exploring and enabling this new and broader range of applications. As we gain greater knowledge of the scope of applicability of the underlying technology and standards being developed, and begin to understand the structure and culture of the various adopter communities, we expect that we will have to make continued evolutionary changes to both the mission and organization of the Open Archives Initiative.

50 questions
1
vote
1 answer

Does Sickle access OAI records in random order?

I've been working with the Sickle library in Python in order to access OAI-PMH records from the Directory of Open Access Journals. I've noticed that the following code will produce similar, but slightly different results in the number of English…
mgrogger
  • 194
  • 1
  • 9
1
vote
1 answer

Reading metadata results from pyoai

I'm working with pyoai library on python3.7 to harvest metadata using oai-pmh protocol but i'm getting troubles at the moment of read list of records from oaipmh.client import Client from oaipmh.metadata import MetadataRegistry, oai_dc_reader URL =…
Mr. Joe
  • 11
  • 4
1
vote
0 answers

Parse OAI2/ XML format

I have this format to parse: http://export.arxiv.org/oai2?verb=GetRecord&identifier=oai:arXiv.org:0804.2273&metadataPrefix=arXiv So I want to get the author's names: import urllib.request import xml.etree.ElementTree as ET response =…
Laura
  • 1,192
  • 2
  • 18
  • 36
1
vote
1 answer

java.net.UnknownHostException harvest Dspace collection

I'm trying to harvest a collection in Dspace. I'm behind a proxy, I configured the system proxy and the Dspace proxy: #### Proxy Settings ###### # uncomment and specify both properties if proxy server required # proxy server for external http…
Conde
  • 785
  • 15
  • 31
1
vote
0 answers

Looking for a iterative bulk download protocol in the spirit of OAI PMH 2

We commonly use the OAI PMH protocol to allow customers to harvest our data. OAI PMH fits well for some of our data, but not for others. Ie, for some data it is a forced fit. So I am looking for other "standards" or "common practices." Aspects of…
1
vote
1 answer

How do I fetch publication-keywords via API/OAI/FTP from open Access journals ? PubMed or DOAJ or any other platform?

Is there a known API or any method to fetch the "author listed keywords" for all publications in DOAJ.org or PMC open access subset ? I tried the ftp of PMC open access subset but the XML files only have IDs, abstract, title, author and affiliations…
asmicapri
  • 83
  • 6
1
vote
1 answer

DSpace error with oai import

After configuring my DSpace server, its working correctly but when I look at the OAI identify page (http://repositorio.puce.edu.ec/oai/request?verb=Identify) so we can be harvested, it says that the repository is localhost instead of my URL. I…
Christian
  • 318
  • 2
  • 17
1
vote
0 answers

DSpace New Embargo OAI Interface after Embargo end

We are currently using DSpace 4.1 and I have a question concerning the visibility of an item at the OAI Interface after the Embargo ended. The request at the OAI interface contains a date range (like: from 01.09.2014 until now). I didn't find a…
user2794519
  • 57
  • 1
  • 5
1
vote
0 answers

Best practice for package creation when importing packages with functions of same name

I am creating a package called rmetadata here. The purpose of the package is to make requests to the OAI-PMH services of many data sources on scholarly publications/metadata. I wrote other packages (rpmc, rdatacite, etc.) that have functions named…
sckott
  • 5,755
  • 2
  • 26
  • 42
1
vote
0 answers

Search for C++ OAI-PMH Library

Is there a library or something else which provides an OAI-PMH API for c++? I need such a library, because i have to calculate the Hirsch-Index for some authors in citeseerx as homework and i don't want to grep all Information from the website. If…
callisto
  • 11
  • 2
0
votes
0 answers

How to run softmodem for OpenAirInterface (OAI) 5G SA on bladeRF A4

I have a problem using bladeRF A4 to make OAI 5G SA I use Ubuntu 22.04.2 LTS (Jammy Jellyfish) Desktop, on 5.19.0-46-generic, try to run OAI on branch 'develop' and run bladeRF A4. I follow this link, it suggest to not use command ./build_oai -I -w…
0
votes
0 answers

How to specify the resumptionToken in sickle?

I want to specify the resumption Token in the listrecords so that when I do a new collection, I don't get the records I've already collected. The idea is to start from the last resumptionToken. Or is there a better way to do this?
xSkolz
  • 23
  • 5
0
votes
0 answers

OAI-PMH - creation of endpoint

I would like to create an oai-pmh endpoint to publish metadata to. However, I'm having a little trouble seeing how to do it. I see that several solutions are available to me via Dspace or Fedora. But I would like to create it myself in python, do…
Balkhrod
  • 81
  • 7
0
votes
0 answers

Error when setting up Open Air Interface (INTERFACE_CORE: unbound variable)

I am setting up slicing feature of OAI 5G core network on Ubuntu. The link for the tutorial is: https://gitlab.eurecom.fr/oai/cn5g/oai-cn5g-fed/-/blob/master/docs/DEPLOY_SA5G_SLICING.md I am composing the docker file…
0
votes
1 answer

How I remove the deleted record in OAI?

Please How I remove deleted records in OAI?