Giter Site home page Giter Site logo

sushi's Introduction

The Springer SUSHI service

The Springer SUSHI service enables our customers to download their COUNTER usage statistics for the Springer Link platform. Information on the SUSHI protocol is available from the NISO website, as is the schema and the WSDL.

Our endpoint is located at http://services.springer.com/sushi.

Data can be retrieved by posting a valid SUSHI request like the sample included in this repository:

curl -d @sample_request.xml "http://services.springer.com/sushi" --header "content-type: text/xml"

In order to retrieve data for your organisation you need to know the Springer Business Partner ID of the organisation. This should be supplied as the value for the //CustomerReference/ID element in the request. Your email address should be supplied as the value for //Requestor/Email:

<sus:Requestor>
  <sus:ID></sus:ID>
  <sus:Name></sus:Name>
  <sus:Email>[email protected]</sus:Email>
 </sus:Requestor>
 <sus:CustomerReference>
   <sus:ID>3000093925</sus:ID>
</sus:CustomerReference>

The report required should be requested using the ReportDefinition element:

<sus:ReportDefinition Name="JR1" Release="4">

The following report names are supported:

JR1
JR1 GOA
JR2
JR5
BR2
BR3

The only supported value for Release is 4.

Consortia admins looking to harvest data for their members can download a list of member business partner identifiers via the admin interface. Note that we do not support the combined CR1 report.

SUSHI for BioMed Central and SpringerOpen

To obtain usage statistics for the BioMed central platform and SpringerOpen site you need to post a similar request to the endpoint http://services.springer.com/sushi/bmc.

In this case you need to use your BioMed Central Institutional ID as the value of //CustomerReference/ID and this should be namespaced with the prefix BMC: e.g.

<sus:Requestor>
  <sus:ID></sus:ID>
  <sus:Name></sus:Name>
  <sus:Email>[email protected]</sus:Email>
</sus:Requestor>
<sus:CustomerReference>
  <sus:ID>BMC:201</sus:ID>
</sus:CustomerReference>

For these platforms only the journal reports apply:

JR1
JR1 GOA
JR2
JR5

sushi's People

Contributors

agileproducts avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.