Get data into dspace

From Cheaha
Revision as of 15:01, 29 October 2010 by Mbolding@uab.edu (talk | contribs) (→‎bulk import web page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Attention: Research Computing Documentation has Moved
https://docs.rc.uab.edu/


Please use the new documentation url https://docs.rc.uab.edu/ for all Research Computing documentation needs.


As a result of this move, we have deprecated use of this wiki for documentation. We are providing read-only access to the content to facilitate migration of bookmarks and to serve as an historical record. All content updates should be made at the new documentation site. The original wiki will not receive further updates.

Thank you,

The Research Computing Team

First, get an account by contacting mbolding@uab.edu.

web interface

Once you have an account, you can import individual items using the wizard on the dspace.uabgrid.uab.edu site.

bulk import web page

  1. connect to the smb:\\dspace.uabgrid.uab.edu\dspacestage smb share
  2. make a copy of the templateImport directory
  3. make a directory for each item (see item1 dir example)
  4. copy files for each item into their directories
  5. for each item edit dublin_core.xml and enter correct values
  6. contents file is just a list of files without contents or dublin_core.xml (i.e. ls -1 > contents, then delete the lines for those two files)
  7. then delete the readme.txt file and the item1 example folder and upload using http://dspace.uabgrid.uab.edu/import/submititems.php

command line interfaces

require ssh access to dspace server

ingest http://www.dspacedev2.org/1_5_1Documentation/ch09.html#N134F0

import http://www.dspacedev2.org/1_5_1Documentation/ch09.html#N1358A

example import statement>

$DSPACE_DIR/bin/import -a -e mbolding@uab.edu -c 4 -s myNewArchive  -m mapfile

http://scott.phillips.name/2009/05/howto-dspace-batch-ingest/

register http://www.dspacedev2.org/1_5_1Documentation/ch09.html#N13661

bulk data import with sword

http://blog.stuartlewis.com/2009/07/04/direct-from-ms-word-to-dspace-via-sword/

The DSpace Course, Import and Export. Lewis, Stuart and Yates, Chris; 14-Aug-2008, This module introduces the import and export functionality in DSpace, specifically the batch import and export scripts. import and export

good luck!