Get data into dspace
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
- connect to the smb:\\dspace.uabgrid.uab.edu\dspacestage smb share
- make a copy of the templateImport directory
- make a directory for each item (see item1 dir example)
- copy files for each item into their directories
- for each item edit dublin_core.xml and enter correct values
- 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)
- 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!