Hi! 

 

The DSpace test instance for finding publishers copyright policies

For testing give IEEE or springer verlag in the search option (middle
panel) at http://repositorydev.ntu.edu.sg/

 

Thanks,

Jayan

________________________________

From: Jayan Chirayath Kurian 
Sent: Friday, August 31, 2007 3:36 PM
To: [email protected]
Subject: Integrating RoMEO API with DSpace

 

Hi! 

 

The RoMEO API http://www.sherpa.ac.uk/romeo.php allows content
submitters to verify publisher's policies. The following code (taken
from the normal dspace search) was added to the C:\DSPace141\jsp\home
page. This was added immediately after the code for the normal search in
the centre panel. Giving Springer-verlag in the search gives the
policies for the publisher (sample result attached below). Please let me
know if anyone wants to implement this. 

 

<form action="http://www.sherpa.ac.uk/romeoapi11.php"; method="get"
target= _blank>

        <table class="miscTable" width="95%" align="center">

            <tr>

                <td class="oddRowEvenCol">

                  <h3><fmt:message key="jsp.home.search3"/></h3>

              <p><label for="tquery"><fmt:message
key="jsp.home.search4"/></label></p>

                 <p><input type="text" name="pub" size="20" />&nbsp;

<input type="submit" name="submit" value="<fmt:message
key="jsp.general.search.button"/>" /></p>

                </td>

            </tr>

        </table>

    </form>

 

 

Sample retrieved result

 

 

<?xml version="1.0" encoding="ISO-8859-1" ?> 

  <!DOCTYPE romeoapi (View Source for full doctype...)> 

- <http://www.sherpa.ac.uk/romeoapi11.php?pub=springer+verlag##>
<romeoapi version="1.1">

- <http://www.sherpa.ac.uk/romeoapi11.php?pub=springer+verlag##>
<header>

- <http://www.sherpa.ac.uk/romeoapi11.php?pub=springer+verlag##>
<parameters>

- <http://www.sherpa.ac.uk/romeoapi11.php?pub=springer+verlag##>
<parameter>

  <parametername>pub</parametername> 

  <value>springer verlag</value> 

  </parameter>

  </parameters>

  <numhits>1</numhits> 

  <apicontrol>publisher</apicontrol> 

  <outcome>publisherFound</outcome> 

  <message>Searching for publisher: 'springer+verlag', query type:
'ALL'</message> 

  <timestamp>31-Aug-2007:08:30:39</timestamp> 

  </header>

  <journals /> 

- <http://www.sherpa.ac.uk/romeoapi11.php?pub=springer+verlag##>
<publishers>

- <http://www.sherpa.ac.uk/romeoapi11.php?pub=springer+verlag##>
<publisher id="74">

  <name>Springer Verlag</name> 

  <alias>Germany</alias> 

  <homeurl>http://www.springerlink.com/</homeurl> 

- <http://www.sherpa.ac.uk/romeoapi11.php?pub=springer+verlag##>
<preprints>

  <prearchiving>can</prearchiving> 

  <prerestrictions /> 

  </preprints>

- <http://www.sherpa.ac.uk/romeoapi11.php?pub=springer+verlag##>
<postprints>

  <postarchiving>can</postarchiving> 

  <postrestrictions /> 

  </postprints>

- <http://www.sherpa.ac.uk/romeoapi11.php?pub=springer+verlag##>
<conditions>

  <condition>Authors own final version can be archived</condition> 

  <condition>On authors website or institutional repository or funders
designated website/repository</condition> 

  <condition>Published source must be acknowledged</condition> 

  <condition>Must link to publisher version</condition> 

  <condition>Set phrase to accompany link to published version (The
original publication is available at www.springerlink.com)</condition> 

  <condition>Articles in some journals can be made Open Access on
payment of additional charge</condition> 

  </conditions>

  <copyright><a
href="http://www.springer.com/uk/home?SGWID=3-102-45-69724-0&referer=www
.springeronline.com&SHORTCUT=www.springer.com/sgw/cda/pageitems/document
/cda_downloaddocument/0,11996,0-0-45-69724-0,00.pdf">view policy</a>
(pdf)</copyright> 

  <romeocolour>green</romeocolour> 

  </publisher>

  </publishers>

  </romeoapi>

 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to