The Archives Transfer Tool is currently a Dropbox based app for donors to transfer digital material (often for MIT community groups and members).
Table of Contents |
---|
The system is a small collection of platforms/tools:
...
This step is done synchronously with the collections team. Once they create a submission agreement with the group, take the follow following steps:
If this is a group's first transfer: create a subfolder in the Dropbox shared folder linked above that will receive content and proceed to step 2. If the group has done at least one transfer already, proceed to step 9.
Add the authorized user who will be doing a transfer as an editor of this subfolder
Download the
sample_default_metadata.json
file and rename it todefault_metadata.json
Use a text editor to update the file with information from the submission agreement that will apply to all the files that will be uploaded to the subfolder.
- You can edit or delete any field except the following that will be overwritten by the tool as a part of the transfer process:
- "Transfer Date"
- "Beginning Year"
- "Ending Year"
- "Description"
- "Dropbox SHA256"
- You can edit or delete any field except the following that will be overwritten by the tool as a part of the transfer process:
- If a field is not used (for instance, "campus-address"), delete the whole line
- Save the json file and upload it to the Dropbox subfolder for the transfer
- Download the sample_csv.csv file and upload it to the Dropbox subfolder for the transfer. This will be used by the person transferring the files to submit metadata.
On the NAS, create a subfolder within cdps-processing/ATT to receive the content copied by the Python script from Dropbox. Name it the same as the Dropbox subfolder.
Direct a user to follow these steps to transfer files.
When DDC has been notified that an authorized group transferred a set of files, confirm all have been uploaded to the associated folder in Dropbox
Files will now need to be downloaded from Dropbox to the NAS using a Python script before accessioning or processing can begin. The next steps below are where the process is handed over fully to the DDC processing team.
...