For Quality Control
From UA Libraries Digital Services Planning and Documentation
| Line 1: | Line 1: | ||
Quality Control checks happen in multiple parts of the work flow pipeline. | Quality Control checks happen in multiple parts of the work flow pipeline. | ||
| + | ==On Windows Share Drive, During Digitization== | ||
[[Image:filenames.txt]] is a Windows Perl script for locating badly formed and mislocated file names. This version of the script is also known as 'filenamesAndTranscripts' as it checks transcript directories also, if they exist. | [[Image:filenames.txt]] is a Windows Perl script for locating badly formed and mislocated file names. This version of the script is also known as 'filenamesAndTranscripts' as it checks transcript directories also, if they exist. | ||
| Line 7: | Line 8: | ||
counts up all files of input extension chosen, and | counts up all files of input extension chosen, and | ||
outputs txt file tab delimiting item number followed by number of files | outputs txt file tab delimiting item number followed by number of files | ||
| - | + | ||
| + | |||
| + | |||
| + | == On Linux Server, for Web Delivery== | ||
| Line 13: | Line 17: | ||
To test content online in Acumen, and locate items that have no derivatives or no MODS record, use this Linux Perl script: [[Image:findMissing.txt]] | To test content online in Acumen, and locate items that have no derivatives or no MODS record, use this Linux Perl script: [[Image:findMissing.txt]] | ||
| + | |||
| + | For Cabaniss, this one checks the content in the web directory (in Acumen) against what's in the storage archive, to make sure nothing is missing: [[Image:findMissingFile.txt]] | ||
| + | |||
| + | |||
| + | |||
| + | == On Linux Server, the Storage Archive == | ||
Revision as of 15:38, 10 June 2010
Quality Control checks happen in multiple parts of the work flow pipeline.
On Windows Share Drive, During Digitization
Image:Filenames.txt is a Windows Perl script for locating badly formed and mislocated file names. This version of the script is also known as 'filenamesAndTranscripts' as it checks transcript directories also, if they exist.
Image:Numfiles.txt is a Windows Perl script that looks through scans directories in a selected collection directory, counts up all files of input extension chosen, and outputs txt file tab delimiting item number followed by number of files
On Linux Server, for Web Delivery
Once content is uploaded to the Linux server for archival storage, one of the scripts we run to verify that all the archival filenames are correct and in the right directory, and no sequences are missing, is Image:TestIncoming.txt
To test content online in Acumen, and locate items that have no derivatives or no MODS record, use this Linux Perl script: Image:FindMissing.txt
For Cabaniss, this one checks the content in the web directory (in Acumen) against what's in the storage archive, to make sure nothing is missing: Image:FindMissingFile.txt
