Difference between revisions of "Workflow:Workflow for ingesting digitized books into a digital archive"

From COPTR
Jump to navigation Jump to search
Line 2: Line 2:
 
[[Category:COW Workflows]]
 
[[Category:COW Workflows]]
  
{{Infobox_cheese
+
{{Infobox_COW
 
|name=Ingest of digitized books
 
|name=Ingest of digitized books
|category=Ingest
 
 
|status=Testphase
 
|status=Testphase
 
|tools=
 
|tools=
<span style="color:#FFFFFF">b</span> 
+
 
* [[7-Zip]]
+
[[7-Zip]]<br />[http://www.docuteam.ch/en/products/it-for-archives/software/ docuteam feeder]<br />[https://en.wikipedia.org/wiki/CURL cURL]<br />[https://en.wikipedia.org/wiki/Saxon_XSLT Saxon]<br />[[DROID]]<br />[[FITS_(File_Information_Tool_Set)]]<br />[https://en.wikipedia.org/wiki/Clam_AntiVirus Clam AV]<br />[[Fedora_Commons]]
* [http://www.docuteam.ch/en/products/it-for-archives/software/ docuteam feeder]
 
* [https://en.wikipedia.org/wiki/CURL cURL]
 
* [https://en.wikipedia.org/wiki/Saxon_XSLT Saxon]
 
* [[DROID]]
 
* [[FITS_(File_Information_Tool_Set)]]
 
* [https://en.wikipedia.org/wiki/Clam_AntiVirus Clam AV]
 
* [[Fedora_Commons]]
 
 
|organisation=[http://www.unibe.ch/university/services/university_library/ub/index_eng.html Universitätsbibliothek Bern]
 
|organisation=[http://www.unibe.ch/university/services/university_library/ub/index_eng.html Universitätsbibliothek Bern]
 
}}
 
}}
Line 46: Line 38:
 
# The data producer get's informed, that the ingest finished successfully.
 
# The data producer get's informed, that the ingest finished successfully.
  
 
==List of Tools==
 
<!-- List the tools in your workflow in a bulleted list (begin each line with an asterisk). Link to tool entries in COPTR where possible -->
 
 
* [[7-Zip]] - Pack and unpack content / SIPs
 
* [[7-Zip]] - Pack and unpack content / SIPs
 
* [http://www.docuteam.ch/en/products/it-for-archives/software/ docuteam feeder] - Workflow- and Ingestframework
 
* [http://www.docuteam.ch/en/products/it-for-archives/software/ docuteam feeder] - Workflow- and Ingestframework
Line 58: Line 47:
 
* [[Fedora_Commons]] - Digital Repository
 
* [[Fedora_Commons]] - Digital Repository
  
 
==Organisation==
 
<!-- Add the name of your organisation here -->
 
[http://www.unibe.ch/university/services/university_library/ub/index_eng.html Universitätsbibliothek Bern]
 
  
 
==Purpose, Context and Content==
 
==Purpose, Context and Content==

Revision as of 12:08, 6 September 2018

Upload file (Toolbox on left) and add a workflow image here or remove


Workflow for ingesting digitized books into a digital archive
Status:Testphase
Tools:
Organisation:Universitätsbibliothek Bern


Workflow Description

Ingest-E-rara-eng.png

  1. The data provider provides his content as an input for the transfer tool (currently in development).
  2. The transfer tool creates a zip-container with the content and calculates a checksum of the container.
  3. The zip-container and the checksum are bundled (another zip-container or a plain folder) and form the SIP toghether.
  4. The transfer tool moves the SIP to a registered, data provider specific hotfolder, which is connected to the ingest server.
  5. As soon as the complete SIP has been transfered to the ingest server, a trigger is raised and the ingest workflow starts.
  6. The SIP gets unpacked.
  7. The zip container, that contains the content, is validated according to the provided checksum. If this fixity check fails, the data provider is asked to reingest his data.
  8. The content and the structure of the content are validated against the submission agreement, that was signed with the data provider (this step is currently in development).
  9. Based on an unique id (encoded in the content filename) descriptive metadata is fetched from the library's OPAC over an OAI-PMH interface.
  10. The OPAC returns a MARC.XML-file.
  11. The MARC.XML-file is mapped to an EAD.XML-file by a xslt-transformation.
  12. The EAD.XML is exported to a designated folder for pickup by the archival information system
  13. Every content file is analysed by DROID for format identification and basic technical metadata is extracted (e.g. filesize).
  14. The output of this analysis is written to a PREMIS.XML-file (one PREMIS.XML per content object).
  15. Every content file is validated and analysed by FITS and content specific technical metadata is extracted.
  16. The output of this analysis (FITS.XML) is integrated into the existing PREMIS.XML-files.
  17. Each content file is scanned for viruses and malware by Clam AV.
  18. For each content object and for the whole information entity (the book) a PID is fetched from the repository.
  19. For each content object and for the whole information entity an AIP is generated. This process includes the generation of RDF-tipples, that contain the relationships between the objects.
  20. The AIPs are ingested into the repository.
  21. The data producer get's informed, that the ingest finished successfully.


Purpose, Context and Content

The University Library of Bern digitizes historical books, maps and journals that are part of the "Bernensia" collection (Media about or from authors from the state and city of Bern). The digital object resulting from this digitization process are unique and therefore of great value for the library. To preserve them for the longterm, these objects have to be ingested into the digital archive of the libray. The main goal of this workflow is to provide an easy interface to the data provider (digitization team), to provide a simple gateway to the digital archive and to collect the as much metadata as is available in an automated way.


Evaluation/Review

A subset of the workflow has been setup and tested as a proof of concept on a prototype system. It will be installed and extended in a productive environment shortly .


Further Information

ChrisReinhart (talk) 14:00, 7 April 2017 (UTC)