Skip to content

Commit 302edb9

Browse files
committed
Added in the spreadsheet.
1 parent 271e08f commit 302edb9

1 file changed

Lines changed: 21 additions & 8 deletions

File tree

src/dataflows/cul.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ The overall dataflow for this service is shown below. You can use your mouse to
2525
```dataflow
2626
dataflow 1.0
2727
title "CUL Transfer Service"
28-
zoom 1.5
29-
height 600
30-
offset 26 24
28+
zoom 2.0
29+
height 800
30+
offset 34 30
3131
3232
data arc "Archives" darkred
3333
data sup "Supplemental Material" darkred
@@ -43,10 +43,11 @@ data rec "Transfer Service Record" darkblue
4343
data rep "Transfer Service Report" darkblue
4444
data id "Transfer Service Item ID" blue
4545
46-
place as "ArchivesSpace"
4746
place stacks "The Archival Stacks"
47+
place as "ArchivesSpace"
4848
place pam "PAM Workstation"
4949
place rr "Reading Room\nTheses Collection"
50+
place supspread "Supplemental Thesis\nCarriers Spreadsheet"
5051
place box "Archives Digital Carrier Box"
5152
place rrbox "Reading Room Digital Carrier Box"
5253
place mysmedia "Mystery Media"
@@ -70,20 +71,29 @@ move leg@mysmedia leg@shelf "Accept\nCarrier"
7071
start sup@rr "Supplementary Material In Reading Rooms" [0,2]
7172
"""
7273
This source of digital content comes from supplemental material alongside Ph.D. theses.
74+
"""
7375
74-
Supplemental Thesis Carriers Spreadsheet Shared spreadsheet
76+
start rec@supspread
7577
"""
76-
move sup@rr sup@rrbox "Place Media In\nDigital Carrier Box"@E
78+
A shared spreadsheet is used to coordinate the handling of supplementary material.
79+
"""
80+
81+
derive rec@supspread iar@supspread "Add Entry\nFor Carrier"@N
7782
"""
78-
The reading room staff label the media with an identifier associated with the thesis and place them in a dedicated carrier box. This identifier can then be used in the Transfer Service Data Tracker, with multiple media items being identified by a trailing <tt>_1/_2/</tt>etc.
83+
A basic record and an identifier associated with the thesis is recorded in the shared spreadsheet. This identifier can then be used in the Transfer Service Data Tracker.
84+
"""
85+
86+
move sup@rr sup@rrbox "Place Media In\nDigital Carrier Box"@E@0.6
87+
"""
88+
The reading room staff label the media with the thesis identifier (with multiple media items being identified by a trailing <tt>_1/_2/</tt>etc.) and place them in a dedicated carrier box.
7989
"""
8090
move sup@rrbox sup@shelf "Transfer\nCarrier Box"
8191
"""The Reading Room carrier box is transferred to the shelves of the Transfer Lab."""
8292
8393
start gar@as
8494
"""A Group Assessment Record is created in ArchiveSpace. This documents the basic facts of the digital carrier, like any identifiers and the media type, to help the Transfer Service know how to proceed."""
8595
86-
move arc@stacks arc@pam "Connect\nTo PAM"
96+
move arc@stacks arc@pam "Connect\nTo PAM"@W@0.3
8797
"""The archivist can transfer the carrier to a Pre-Appraisal Machine (PAM). This can be used to take a copy of the most common forms of media and make it accessible enough to appraise."""
8898
8999
derive arc@pam content@pam "Copy\nContent" [0,1]
@@ -164,6 +174,9 @@ space
164174
derive rec@db rep@db "Update\nTransfer\nRecord"
165175
"""The Transfer Service Data Tracker record is updated to include a report on the technical details of the transfer, including: Which workstation was used. Which programs and versions. Which connectors, and which specific drives."""
166176
177+
derive iar@supspread uar@supspread "Update\nCarrier\nEntry"@N
178+
"""The outcome of the transfer is recorded in the shared spreadsheet."""
179+
167180
derive iar@as uar@as "Update\nAssessment\nRecord"@N
168181
"""The outcome of the transfer is recorded in ArchiveSpace. If transfers are unsuccessful, the record will note if the transfer may be possible given more time or resources."""
169182

0 commit comments

Comments
 (0)