EPrints Technical Mailing List Archive

See the EPrints wiki for instructions on how to join this mailing list and related information.

Message: #10005


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] OAI Policies


CAUTION: This e-mail originated outside the University of Southampton.

Hi

 

Sadly, my configuration progress has ground to a halt again. After spending three hours on this one, I have to give up. I hope someone can help. Here is what I am trying to set up for my metadata catalogue. Please help me to achieve what appeared to be really simple!

# Set the archive ID (must be unique)

$oai->{v2}->{archive_id} = "arcomabstracts.com";

 

# Content Description

$oai->{content}->{"text"} = latin1( <<END );

This is a metadata catalogue for ARCOM CM Abstracts. It provides metadata for discovery and linking purposes only. No full-text content is available via this interface.

END

 

# Metadata Policy

$oai->{metadata_policy}->{"text"} = latin1( <<END );

The metadata provided through this interface may be used for non-commercial purposes, provided that proper attribution is given to the source. Commercial use of the metadata requires prior written permission.

END

 

# Data Policy

$oai->{data_policy}->{"text"} = latin1( <<END );

This catalogue does not provide access to full-text content via the OAI-PMH interface. For access to full-text content, please contact the relevant rights holders directly.

END

 

# Submission Policy

$oai->{submission_policy}->{"text"} = latin1( <<END );

This is a metadata catalogue, not a repository. There are no submissions to it. Data is uploaded only by ARCOM.

END

 

# Admin Email

$oai->{admin} = [

    {

        email => $c->{adminemail},

        name => "Abstracts Manager",

    },

];

 

 

 

Best wishes

 

Will   

 

Will Hughes

Emeritus Professor of Construction Management and Economics

School of the Built Environment     

University of Reading, PO Box 219, Whiteknights

Reading, RG6 6DF, UK