Working Scripts:
Working Scripts are defined as scripts written internally and maintained by Digital Archives staff for use in our workflows.
kryofluxmove.sh:
This bash script is used by Digital Archives staff to move floppy disk images transferred using kryoflux to folders with legacy CMS media IDs of the associated digital carrier.
SIPdir.sh:
This bash script is used by Digital Archives staff to create consecutive numbers of submission information packages for material transferred from digital carriers.
report_ftk_extents.py:
This python script transforms XML reports exported from FTK after Processing Archivists have completed bookmarking into JSON files for import into ASpace.
Using report_ftk_extents.py:
The script takes two arguments: -f
or --file
followed by the path to the XML report to be transformed and -o
or --output
followed by the path the destination directory for JSON output.
report_HDD_extents.py:
This python script collects the extents of finding aid components created by a Processing Archivist when processing work is done at a workstation with a hard drive. The script then produces an extents JSON file for import into ASpace.
Using report_HDD_extents.py:
The script takes one argument: -d
or --dir
for the finding aid components directory on a hard drive.
Run the script following the syntax: python3 path/to/report_ftk_extents.py -d /path/to/collection/er/directory
Deprecated and Legacy Scripts:
Deprecated and Legacy Scripts are any scripts which may have been previously used in workflows but are no longer in use, were planned but not completed or replaced by a Working Script.