[Dspace-tech] Modifying values exposed via OAI unqualified DC

2009-01-21 Thread Mark Jordan
Hi,

I'm sure this is documented somewhere but I've had no luck finding it.

We want to modify the value exposed in unqualified DC OAI output, specifically, 
we'd like the dc.identifier element to use local handle URLS like 
http://ir.lib.sfu.ca/handle/1892/70 instead of the equivalent 
http://hdl.handle.net URLs.

I looked in the crosswalks directory expecting to find a file for uDC but there 
wasn't one there. If anyone has done anything like this I'd be very grateful to 
hear about it.

Mark

Mark Jordan
Head of Library Systems
W.A.C. Bennett Library, Simon Fraser University
Burnaby, British Columbia, V5A 1S6, Canada
Voice: 778.782.5753 / Fax: 778.782.3023
mjor...@sfu.ca

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Modifying values exposed via OAI unqualified DC

2009-01-21 Thread Claudia Juergen
Hi Mark,

take a look at
org.dspace.app.oai.OAIDCCrosswalk

Hope that helps

Claudia Jürgen

 Hi,

 I'm sure this is documented somewhere but I've had no luck finding it.

 We want to modify the value exposed in unqualified DC OAI output,
 specifically, we'd like the dc.identifier element to use local handle URLS
 like http://ir.lib.sfu.ca/handle/1892/70 instead of the equivalent
 http://hdl.handle.net URLs.

 I looked in the crosswalks directory expecting to find a file for uDC but
 there wasn't one there. If anyone has done anything like this I'd be very
 grateful to hear about it.

 Mark

 Mark Jordan
 Head of Library Systems
 W.A.C. Bennett Library, Simon Fraser University
 Burnaby, British Columbia, V5A 1S6, Canada
 Voice: 778.782.5753 / Fax: 778.782.3023
 mjor...@sfu.ca

 --
 This SF.net email is sponsored by:
 SourcForge Community
 SourceForge wants to tell your story.
 http://p.sf.net/sfu/sf-spreadtheword
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Modifying values exposed via OAI unqualified DC

2009-01-21 Thread Mark Jordan
Claudia,

Thanks for the pointer, but can you tell me where this file should be? I've 
done a find on my server and it's not coming up.

Mark

Mark Jordan
Head of Library Systems
W.A.C. Bennett Library, Simon Fraser University
Burnaby, British Columbia, V5A 1S6, Canada
Voice: 778.782.5753 / Fax: 778.782.3023
mjor...@sfu.ca

- Claudia Juergen claudia.juer...@ub.uni-dortmund.de wrote:

 Hi Mark,
 
 take a look at
 org.dspace.app.oai.OAIDCCrosswalk
 
 Hope that helps
 
 Claudia Jürgen
 
  Hi,
 
  I'm sure this is documented somewhere but I've had no luck finding
 it.
 
  We want to modify the value exposed in unqualified DC OAI output,
  specifically, we'd like the dc.identifier element to use local
 handle URLS
  like http://ir.lib.sfu.ca/handle/1892/70 instead of the equivalent
  http://hdl.handle.net URLs.
 
  I looked in the crosswalks directory expecting to find a file for
 uDC but
  there wasn't one there. If anyone has done anything like this I'd be
 very
  grateful to hear about it.
 
  Mark
 
  Mark Jordan
  Head of Library Systems
  W.A.C. Bennett Library, Simon Fraser University
  Burnaby, British Columbia, V5A 1S6, Canada
  Voice: 778.782.5753 / Fax: 778.782.3023
  mjor...@sfu.ca
 
 
 --
  This SF.net email is sponsored by:
  SourcForge Community
  SourceForge wants to tell your story.
  http://p.sf.net/sfu/sf-spreadtheword
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Modifying values exposed via OAI unqualified DC

2009-01-21 Thread Stuart Lewis [sdl]
Hi Mark,

 Claudia,

Thanks for the pointer, but can you tell me where this file should
 be? I've done a find on my server and it's not coming up.

Mark

DSpace 1.5.x:

[dspace-src]/dspace-oai/dspace-oai-api/src/main/java/org/dspace/app/oai/OAID
CCrosswalk.java

DSpace 1.4.x and earlier:

[dspace-src]/src/org/dspace/app/oai/OAIDCCrosswalk.java

Thanks,


Stuart
_

Gwasanaethau Gwybodaeth  Information Services
Prifysgol Aberystwyth  Aberystwyth University

E-bost / E-mail: stuart.le...@aber.ac.uk
 Ffon / Tel: (01970) 622860
_

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Modifying values exposed via OAI unqualified DC

2009-01-21 Thread Van Ly

 [I've done a find [on dc.identifier] on my server and it's not coming up] 

Hi,

 cd [path to dspace] ; find . -type f -print0 |xargs -0 fgrep -i dc.identifier

I got some results with the above command.

--
Van Ly : UNIX System Administrator : University of Sydney Library : e= 
v...@usyd.edu.au : t= +61 2 9351 4304


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Modifying values exposed via OAI unqualified DC

2009-01-21 Thread Mark Jordan
OK, got it, thanks very much,

Mark


- Stuart Lewis [sdl] s...@aber.ac.uk wrote:

 Hi Mark,
 
  Claudia,
 
 Thanks for the pointer, but can you tell me where this file should
  be? I've done a find on my server and it's not coming up.
 
 Mark
 
 DSpace 1.5.x:
 
 [dspace-src]/dspace-oai/dspace-oai-api/src/main/java/org/dspace/app/oai/OAID
 CCrosswalk.java
 
 DSpace 1.4.x and earlier:
 
 [dspace-src]/src/org/dspace/app/oai/OAIDCCrosswalk.java
 
 Thanks,
 
 
 Stuart
 _
 
 Gwasanaethau Gwybodaeth Information Services
 Prifysgol Aberystwyth Aberystwyth University
 
 E-bost / E-mail: stuart.le...@aber.ac.uk
 Ffon / Tel: (01970) 622860
 _

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech