Research data management

From Archivematica
Jump to navigation Jump to search

Main Page > Documentation > Requirements > Research data management

About

This page describes requirements for enhancements to Archivematica to better handle research data management. It is funded by Jisc, through University of York and University of Hull.

See also

Automated DIP generation

The tasks related to this phase of development are:

  • change workflow so that the ‘upload DIP’ choice can be preconfigured.
  • update AIP reingest workflow to allow uncompressed AIPs to be reingested.
  • enhance the callback functionality in the Storage Service, to notify third party apps when a DIP is ready to be used.


These developments are necessary for research data management to meet use cases when research data is stored without the expectation that it will be re-used, but then subsequently a need for re-use arises and/or is approved by the creator of the data.

University of York workflow

York DIP gen v1.png

  • Access request is initiated through a staff alert to RDMonitor
  • Request for DIP sent to Storage Service
    • If DIP exists already in storage, return DIP
    • If DIP does not exist, send wait response and initiate AIP re-ingest in Archivematica pipeline
  • When DIP stored by Archivematica,return DIP message goes to RDMonitor
  • If DIP creation/storage fails, failure message sent to RDMonitor.

METS parsing

Generic search REST API

METS questions

Question METS source source Sample result
How many files are in archival storage? integer
How many files with PRONOM puid X are in archival storage? premis:formatRegistryKey integer
How many files with format name X are in archival storage? premis:formatName integer
How many files with PRONOM puid X have been normalized? premis:formatRegistryKey; files with matching GROUPID attributes in mets:fileGrp USE="original" and mets:fileGrp USE="preservation" integer
How many files with PRONOM puid X have not been normalized? premis:formatRegistryKey; files without matching GROUPID attributes in mets:fileGrp USE="original" and mets:fileGrp USE="preservation" integer
How many files with format name X have been normalized? premis:premis:formatName; files with matching GROUPID attributes in mets:fileGrp USE="original" and mets:fileGrp USE="preservation" integer
How many files with format name X have not been normalized? premis:premis:formatName; files without matching GROUPID attributes in mets:fileGrp USE="original" and mets:fileGrp USE="preservation" integer

Multiple checkum algorithms

Enhance PRONOM integration

Automation tools documentation