资 源 简 介
As ProQuest - UMI switched its delivery platform for Electronic Theses and Dissertations(ETD), I have developed a small software package to process ETD. The software package does:
Unzip ProQuest - UMI ETD delivery Zipped files, and create one directory per ETD.
Rename these ETDs into other preferred file names (in my case, Wang_arizona_0009D_10075.xml --> azu_etd_10075_sip1_m.xml)
Generate checksum (SHA-1) for authenticity.
Create MARC records from XML files. (i.e. a MRK file will be generated for direct loading to catalog. I load MRC file to innovative and Koha)
Create embargo notification and moving embargo ETDs to a different directory for future loading.
--
This software works for ProQuest ETD DTD 4.3 (After July 1, 2008, new delivery platform)
The ETD software is a Java runnable package. It has been tested under Windows 7 and Linux/Ubuntu.
Running environment
Windows/Linux