Skip to content

Commit

Permalink
Merge pull request #76 from UAL-RE/73-update-bagit-profile-and-dart-w…
Browse files Browse the repository at this point in the history
…orkflows

Feat: Update BagIt profiles and associated workflows (Issue #73)
  • Loading branch information
zoidy authored Aug 29, 2023
2 parents a2847a7 + 8cb1463 commit 256a58a
Show file tree
Hide file tree
Showing 6 changed files with 461 additions and 713 deletions.
36 changes: 23 additions & 13 deletions bagger/config/default_workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"id"
],
"errors": {},
"name": "ReBACH BagIt Profile",
"description": "BagIt Profile for ReDATA/ReBACH BagIt preservation workflow (based on APTrust BagIt Profile 2.2)",
"name": "ReDATA BagIt Profile",
"description": "BagIt Profile for ReDATA BagIt preservation using ReBACH (based on APTrust BagIt Profile v2.2)",
"acceptBagItVersion": [
"0.97",
"1.0"
Expand All @@ -24,13 +24,13 @@
],
"allowFetchTxt": false,
"bagItProfileInfo": {
"bagItProfileIdentifier": "https://raw.githubusercontent.com/UAL-RE/ReBACH/main/profiles/rebach-v1.0.json",
"bagItProfileIdentifier": "https://raw.githubusercontent.com/UAL-RE/ReBACH/main/profiles/redata-bagit-v2.0.json",
"bagItProfileVersion": "",
"contactEmail": "[email protected]",
"contactName": "ReDATA Administrator",
"externalDescription": "BagIt profile for creating bags from ReDATA content. Based on APTrust BagIt profile v2.2.",
"sourceOrganization": "redata.arizona.edu",
"version": "1.0"
"version": "2.0"
},
"manifestsRequired": [
"md5"
Expand Down Expand Up @@ -91,7 +91,7 @@
"tagName": "Source-Organization",
"required": true,
"values": [],
"defaultValue": "University of Arizona",
"defaultValue": "University of Arizona Libraries",
"userValue": "",
"help": "The name of the organization that produced this bag, or is responsible for its contents.",
"isBuiltIn": true,
Expand Down Expand Up @@ -278,15 +278,14 @@
"Wasabi-VA",
"Wasabi-OR"
],
"defaultValue": "Standard",
"defaultValue": "Glacier-Deep-OR",
"userValue": "",
"help": "How do you want this bag to be stored in APTrust? Standard = S3/Virginia + Glacier/Oregon. Glacier-OH = Glacier-only storage in Ohio. Glacier-OR = Glacier-only storage in Oregon. Glacier-VA = Glacier-only storage in Virginia. Standard storage includes regular 90-day fixity checks. Glacier-only storage is less expensive but excludes fixity checks. File in Glacier-only storage may take up to 24 hours longer to restore and excessive Glacier retrieval may incur additional fees.",
"isBuiltIn": true,
"isUserAddedFile": false,
"isUserAddedTag": false,
"wasAddedForJob": false,
"errors": {},
"emptyOk": false
"errors": {}
},
{
"id": "d2e29c7a-0d33-4e72-8e37-2d994b6bfe9f",
Expand All @@ -296,7 +295,7 @@
"values": [],
"defaultValue": "",
"userValue": "",
"help": "",
"help": "Digital Object Identifier assigned to the item in ReDATA.",
"isBuiltIn": false,
"isUserAddedFile": false,
"isUserAddedTag": true,
Expand All @@ -308,10 +307,21 @@
"tagFile": "bag-info.txt",
"tagName": "License-Name",
"required": false,
"values": [],
"values": [
"CC0",
"CC BY 4.0",
"CC BY-NC 4.0",
"CC BY-NC-SA 4.0",
"MIT",
"BSD 3-Clause",
"Apache 2.0",
"GPL 3.0+",
"LGPL-3.0",
"In Copyright"
],
"defaultValue": "",
"userValue": "",
"help": "",
"help": "The name of the license assigned to the record in ReDATA. For items with multiple licenses,",
"isBuiltIn": false,
"isUserAddedFile": false,
"isUserAddedTag": true,
Expand All @@ -326,7 +336,7 @@
"values": [],
"defaultValue": "",
"userValue": "",
"help": "",
"help": "The date the item was published in ReDATA (Posted Date). Use YYYY-MM-DD format.",
"isBuiltIn": false,
"isUserAddedFile": false,
"isUserAddedTag": true,
Expand Down Expand Up @@ -363,4 +373,4 @@
"allowsDownload": true
}
]
}
}
Loading

0 comments on commit 256a58a

Please sign in to comment.