Lightweight Deposit using SWORD

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    Favorites, Groups & Events

    Lightweight Deposit using SWORD - Presentation Transcript

    1. UKOLN is supported by: Lightweight Deposit using SWORD 24th March 2009 JISC Conference 2009 Adrian Stevenson SWORD Project Manager
    2. SWORD Quick Introduction
      • Vision: “lowering barriers to deposit”
      • S imple W eb service O ffering R epository D eposit
      • Aims to provide a standard mechanism for ‘doing deposit’ into repositories
      • JISC funded project started 2007, continuation funding for SWORD 2 from June 2008
    3. What is it?
      • A lightweight protocol for deposit
      • A profile of the Atom Publishing Protocol
      • Implementations of SWORD in IntraLibrary, Fedora, DSpace and Eprints repositories
      • SWORD clients – web-based, desktop, MS Office plugin, Facebook, widgets
    4. Motivations – why?
      • no standard interface for tagging, packaging or authoring tools to upload objects into a repository
      • no standard interface for transferring digital objects between repositories
      • no way to deposit into more than one repository with one ‘click’
      • no way of initiating a deposit workflow from outside a repository system
    5. The Project Partners
      • SWORD partners:
        • UKOLN, University of Bath and University of York (Project Management) – Adrian Stevenson & Julie Allinson
        • University of Aberystwyth (DSpace, Fedora, & clients) –
        • Stuart Lewis, Neil Taylor, Glen Robson, Richard Jones
        • University of Southampton (EPrints) – Les Carr
        • Intrallect (IntraLibrary) –Sarah Currier
      • Plus some friendly advisors
        • Jim Downing, Richard Green
    6. Use Cases
      • Deposit from a Desktop/Online tool
      • Multiple deposit - e.g. deposit to institutional and (mandated) funders’ repository with one action
      • Machine deposit - e.g. automated deposit from a laboratory machine
      • Migration/transfer - e.g. to a preservation service
      • Mediated deposit - e.g. deposit by a nominated representative, to additional repositories
    7. Scenario 1 : Author deposits using a desktop authoring system to a mediated multiple deposit service A lightweight deposit web service can facilitate this transfer of object(s) Librarian L completes the deposit through the repository interface id Librarian L invokes deposit of a surrogate into arxiv.org Deposit id Author A deposits via an easy-deposit desktop application into the institutional repository's mediated deposit queue
    8. Scenario 3 : Deposit in multiple repositories A lightweight deposit web service can facilitate this transfer of object(s) Deposit The depositor can choose one or more repositories to deposit into A depositor is required to submit to a Research Council repository, but they also wish to deposit into their institutional repository and a relevant subject repository
    9. SWORD AtomPub Profile
    10. Standards
      • WebDAV (http://www.webdav.org/)
      • JSR 170 (http://www.jcp.org/en/jsr/detail?id=170)
      • JSR 283 (http://www.jcp.org/en/jsr/detail?id=283)
      • SRW Update (http://www.loc.gov/standards/sru/)
      • Flickr Deposit API (http://www.flickr.com/services/api/)
      • Fedora Deposit API (http://www.fedora.info/definitions/1/0/api/)
      • OKI OSID (http://www.okiproject.org/)
      • ECL (http://ecl.iat.sfu.ca/)
      • ATOM Publishing Protocol (http://www.ietf.org/htmlcharters/atompub-charter.html)
    11. “ the Atom Publishing Protocol is an application-level protocol for publishing and editing Web resources”
      • benefits
        • supports many of our parameters and requirements, in particular file deposit
        • it already exists and has growing support
        • it is well-used in popular applications
        • it has an extension mechanism
        • good fit with the Web architecture
      • drawbacks / risks
        • too much of a retrofit?
        • it is designed for a single package/file OR an atom document – this means that we need to package up metadata and files
    12. SWORD AtomPub Profile
      • SWORD profile builds on AtomPub
      • Provides set of extensions, constraint relaxations and enforcements when:
        • Clients post compound resources (zip,tar)
        • Mediated deposit required
        • Workflows involved
      • SWORD compliance does not preclude AtomPub compliance
    13. SWORD APP Package Support
      • AtomPub uses MIME to describe resources
      • Inadequate for compound types e.g.
        • Zip, tar
        • METS, SCORM, MPEG21, DIDL packages
      • SWORD extends AtomPub:
        • sword:acceptPackaging element
        • Value taken from SWORD package types
    14. SWORD APP Mediated Deposit
      • SWORD deposit client user may not be owner of resource
      • SWORD allows clients to set a HTTP header:
        • X-On-Behalf-Of
      • Assumes trust between owner and mediating user
    15. SWORD APP Developer Features
      • No-Op (Dry Run)
      • Verbose Output
      • Client and Server Identity
      • Auto-Discovery
      • Error Documents
      • Nested Service Desription
    16. SWORD APP Error Documents
      • SWORD adds new class of doc to AtomPub to allow better error description
        • ErrorContent
        • ErrorChecksumMismatch
        • ErrorBadRequest
        • TargetOwnerUnknown
        • MediationNotAllowed
    17. SWORD Profile of AtomPub
      • Part B follows AtomPub specification highlighting where SWORD profile diverges
      • Part B covers:
        • Protocol Operations
          • Retrieving Service Document
          • Listing Collections
          • Creating a Resource
          • Editing a Resource - Not currently implemented
        • Category Documents – MUST NOT be required
        • Service Documents
          • new elements: version, verbose, noOp, maxUploadSize
    18. How it Works
      • APP works by issuing HTTP requests (GET, POST)
        • GET Service Document (explain/discover)
        • POST ATOM document or file to collection URI
      • HTTP response and ATOM document is returned
      • HTTP basic authentication is required
    19. Examples – Get (explain) GET /sword-app/servicedocument HTTP/1.1 Host: www.myrepository.ac.uk X-On-Behalf-Of: lcarr
    20. Examples – Post (Deposit) POST /burning-collection HTTP/1.1 Host: www.myrepository.ac.uk/sword-app Content-Type: application/zip Authorization: Basic ZGFmZnk6c2VjZJldA== Content-length: nnn Content-MD5: md5-digest Content-Disposition: filename=mydeposit.zip X-On-Behalf-Of: lcarr X-Format-Namespace: METS
    21. SWORD 2 Profile Updates
      • SWORD Profile Version 1.3 includes:
      • Revised deviations from AtomPub and Atom
        • increasing requirement for persistent Atom Entry Documents
      • Includes description of SWORD specific extensions
      • Removed notion of levels of compliance
      • Added sword:userAgent, sword:error, sword:service, sword:version and sword:maxUploadSize elements
    22. SWORD In Use
    23. Implementations
      • Repository implementations
        • DSpace
        • EPrints
        • IntraLibrary
        • Fedora
      • Client implementations
        • command-line, desktop and web clients
        • Facebook Client
        • Deposit from within MS Word & Powerpoint
        • Feedforward / FOREsite and others: http://www.swordapp.org/sword/implementation
        • Java, PHP and .NET libraries
    24. Web Interface
    25. Fedora deposit
    26. Fedora Deposit response
    27. Validation
    28. Netvibes Widget
    29.  
    30.  
    31. Deposit in Intralibrary
    32. Deposit via Facebook
    33.  
    34.  
    35.  
    36.  
    37. FeedForward Deposit
    38. Intralibrary preview of deposited item
    39. OfficeSWORD Add-on
      • http://www.codeplex.com/OfficeSWORD
    40.  
    41. SWORD in use
      • In addition to the case study implementations:
        • Feedforward has already implemented
        • ICE project is looking at SWORD
        • DSpace and EPrints installations already exist
        • Microsoft eChemistry work
        • OAI-ORE - FOREsite work
        • more are planned
      • NISO activity around deposit - hopefully this will recognise
      • Collaberation with Nature Publishing Group
    42. More Info and Contact
      • SWORD Website:
      • http://www.swordapp.org
      • General queries:
        • Adrian Stevenson [email_address]
      • Technical queries:
        • Sword sourceforge list [email_address]
    43. Questions
      • SWORD Website
      • http://www.swordapp.org
      • Adrian Stevenson, UKOLN
      • [email_address]

    + Adrian StevensonAdrian Stevenson, 8 months ago

    custom

    708 views, 0 favs, 0 embeds more stats

    Presentation and demonstration at the JISC Conferen more

    More info about this document

    CC Attribution-NonCommercial-ShareAlike LicenseCC Attribution-NonCommercial-ShareAlike LicenseCC Attribution-NonCommercial-ShareAlike License

    Go to text version

    • Total Views 708
      • 708 on SlideShare
      • 0 from embeds
    • Comments 0
    • Favorites 0
    • Downloads 9
    Most viewed embeds

    more

    All embeds

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories