You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dataflows/cul.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,21 +95,24 @@ space
95
95
transform id@adele sip@adele "Create\nSIP Folder"
96
96
"""The identifier is used to create a SIP folder that will hold the transfer. It contains a data folder and a metadata folder, named according to item identifiers. The data folder will contain the physical or logical disk contents. The metadata folder will contain photographs and the log and hash manifest from the media extraction process."""
97
97
98
-
start photo@camera "Photograph\nCarrier"@N [0,0]
98
+
start photo@camera "Photograph\nCarrier"@N [0,1]
99
99
"""A camera attached to the workstation is used to record what the carrier look like."""
100
100
101
-
merge photo@camera sip@adele "Take\nPhotographs"
101
+
move photo@camera photo@adele "Take\nPhotographs"
102
102
"""Pictures are taken of the front and back of the carrier, and these photos are added to the metadata folder of the SIP."""
103
103
104
+
combine photo@adele "Add photos\nto SIP"
105
+
"""The photographs are added to the SIP metadata folder."""
106
+
104
107
space
105
108
move leg@shelf leg@hub "Connect\nCarrier" [0,1]
106
109
"""The carrier is connected or inserted into the appropriate drive of the workstation."""
"""The device in the workstation makes a copy of the content, logging the process as it goes, along with the checksums of each file. This may be a physical disk image of a logical copy of the disk contents, depending on teh situation."""
111
114
112
-
merge content@hub sip@adele "Transfer to SIP"
115
+
combine content@adele "Add data\nto SIP"
113
116
"""The extracted file contents and the log are written into the data and metadata folders of the SIP."""
0 commit comments