The Identify SIP structure activity is currently identifying three types of transfers: BornDigital, DigitizedSIP, and DigitizedAIP. However, there should be four - the two Digitized types as well as BornDigitalSIP and BornDigitalAIP. I think in a previous issue I failed to properly differentiate between the two different types of AIP - apologies. Right now, the activity is identifying all AIPs as DigitizedAIP.
To Reproduce
Steps to reproduce the behavior:
Upload a born digital AIP (e.g. 1-Test-AIP-Files.zip or 2-Test-AIP-GEVER.zip)
Review the output for the task Identify SIP structure - the result will be SIP structure identified: DigitizedAIP
Expected behavior
A born digital SIP should be identified as BornDigitalSIP (this is just a name change to the existing BornDigital). A born digital AIP should be identified as BornDigitalAIP
The criteria for all four types is as follows:
BornDigitalSIP - this is the base type; assume this is the type unless other conditions are met
DigitizedSIP - contains _Prozess_DigitalisierungPREMIS.xml file, DOES NOT contain additional directory
BornDigitalAIP - contains additional directory, DOES NOT contain _Prozess_DigitalisierungPREMIS.xml file
DigitizedAIP - contains additional directory AND contains _Prozess_DigitalisierungPREMIS.xml file
Screenshots
If applicable, add screenshots to help explain your problem.
Describe the bug
The Identify SIP structure activity is currently identifying three types of transfers:
BornDigital
,DigitizedSIP
, andDigitizedAIP
. However, there should be four - the two Digitized types as well asBornDigitalSIP
andBornDigitalAIP
. I think in a previous issue I failed to properly differentiate between the two different types of AIP - apologies. Right now, the activity is identifying all AIPs as DigitizedAIP.To Reproduce
Steps to reproduce the behavior:
Identify SIP structure
- the result will beSIP structure identified: DigitizedAIP
Expected behavior
A born digital SIP should be identified as
BornDigitalSIP
(this is just a name change to the existingBornDigital
). A born digital AIP should be identified asBornDigitalAIP
The criteria for all four types is as follows:
BornDigitalSIP
- this is the base type; assume this is the type unless other conditions are metDigitizedSIP
- contains _Prozess_DigitalisierungPREMIS.xml file, DOES NOT contain additional directoryBornDigitalAIP
- contains additional directory, DOES NOT contain _Prozess_DigitalisierungPREMIS.xml fileDigitizedAIP
- contains additional directory AND contains _Prozess_DigitalisierungPREMIS.xml fileScreenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.