Hi Sharon,
Here at Lehigh we've been averaging around 7,000 items per month since going live on i2 around July 1.
Before going live, our Special Collections Librarians, Metadata Librarians, and myself met and modified the i7 ingest spreadsheet so it matched our i2 metadata profile. The end result
looks like this.
Now similar to the workflow we had for ingesting content into i7: a batch ingest begins by copying the ingest template and populating the template copy with content; one i2 item/object/node per spreadsheet row.
What's different now is we have
some tooling around both populating the spreadsheet and actually running the ingest.
- While populating the spreadsheet editors can click a "Check my work" button in Google Sheets and the data in the spreadsheet is analyzed to ensure things like files referenced for upload exist, titles in the spreadsheet are populated, dates are formatted correctly, etc.
- Once the spreadsheet is ready, another button exists in Google Sheets to direct the editor to start the ingest using Islandora Workbench. The ingest is started by supplying the Google Sheets URL to a GitHub Action Workflow. The job then transforms the Google Sheet into the format Workbench expects, and executes the ingest. The job status is sent to a group Slack Channel to keep everyone in the loop of what's running and the success/failure of the ingest job.
We're continuing to iterate on this process. As we use this new workflow more we're finding things we could be catching with the "Check my work" button to prevent undesirable metadata from being added to the repository. I'm also working on making the tooling more general in the hopes this could eventually be used by other institutions if desired.